Skip to content

Commit

Permalink
Update description for 'Require' (reported in #9)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Aug 21, 2023
1 parent 33ab6d4 commit 0ec4fd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ReproducibleResearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,10 @@ restores the package setup on a different machine.
- `r pkg("renv")`: Create and manage project-local R
libraries, save the state of these libraries to a 'lockfile', and
later restore your library as required.
- `r pkg("Require")`: A single key function, 'Require'
that wraps 'install.packages', 'remotes::install\_github',
'versions::install.versions', and 'base::require' that allows
for reproducible workflows.
- `r pkg("Require")`: A single key function, 'Require' that makes rerun-tolerant
versions of 'install.packages' and 'require' for CRAN packages, packages no
longer on CRAN (i.e., archived), specific versions of packages, and GitHub
packages.
- `r pkg("switchr")`: Provides an abstraction for
managing, installing, and switching between sets of installed R
packages.
Expand Down

0 comments on commit 0ec4fd2

Please sign in to comment.