Skip to content

Commit

Permalink
Use the github() function for GitHub only packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Jun 14, 2024
1 parent 052bf94 commit 21a9027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReproducibleResearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,13 +270,13 @@ common R files, and commits all project files.
structure, along with typical files for that project.
- `r pkg("RepoGenerator")`: Generates a project and repo
for easy initialization of a GitHub repo for R workshops.
- rrtools ( [GitHub only](https://github.com/benmarwick/rrtools) ):
- `r github("benmarwick/rrtools")` (GitHub only):
Instructions, templates, and functions for making a basic compendium
suitable for doing reproducible research with R.
- `r pkg("starter")`: Get started with new projects by dropping a skeleton of a
new project into a new or existing directory, initialise git repositories, and
create reproducible environments with the 'renv' package
- starters ( [GitHub only](https://github.com/lockedata/starters) ):
- `r github("lockedata/starters")` (GitHub only):
Setting up R project directories for teaching, presenting, analysis,
package development can be a pain. starters shortcuts this by
creating folder structures and setting good defaults for you.
Expand Down

0 comments on commit 21a9027

Please sign in to comment.