CRAN
attachment 0.0.9
Deal with Dependencies
Released May 5, 2019 by Vincent Guyader
Dependencies
devtools 2.0.2 desc 1.2.0 magrittr 1.5 rmarkdown 1.12 glue 1.3.1 stringr 1.4.0 knitr 1.22
Tools to help manage dependencies during package development. This can retrieve all dependencies that are used in R files in the "R" directory, in Rmd files in "vignettes" directory and in 'roxygen2' documentation of functions. There is a function to update the Description file of your package and a function to create a file with the R commands to install all dependencies of your package. All functions to retrieve dependencies of R scripts and Rmd files can be used independently of a package development.