From 576ccca45746ff29e6c62619380a3cdd1f211c36 Mon Sep 17 00:00:00 2001 From: John Blischak Date: Thu, 8 Jul 2021 11:19:10 -0400 Subject: [PATCH] Add Require. Close #31 https://cran.r-project.org/package=Require --- ReproducibleResearch.ctv | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ReproducibleResearch.ctv b/ReproducibleResearch.ctv index 0eb264a..e058354 100644 --- a/ReproducibleResearch.ctv +++ b/ReproducibleResearch.ctv @@ -325,6 +325,12 @@ state of these libraries to a 'lockfile', and later restore your library as required. +
  • + Require: A single key function, 'Require' that wraps + 'install.packages', 'remotes::install_github', + 'versions::install.versions', and 'base::require' that allows for + reproducible workflows. +
  • switchr: Provides an abstraction for managing, installing, and switching between sets of installed R packages. @@ -555,6 +561,7 @@ reporttools represtools reproducible + Require rmarkdown rms rprintf