Package DESCRIPTION
This commit is contained in:
1
.Rbuildignore
Normal file
1
.Rbuildignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
^LICENSE$
|
||||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -45,3 +45,6 @@ docs/
|
|||||||
# translation temp files
|
# translation temp files
|
||||||
po/*~
|
po/*~
|
||||||
|
|
||||||
|
.Rproj.user
|
||||||
|
.Rdata
|
||||||
|
.DS_Store
|
||||||
|
|||||||
10
DESCRIPTION
Normal file
10
DESCRIPTION
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
Package: Rpacman
|
||||||
|
Type: Package
|
||||||
|
Title: Very simple package manager for R
|
||||||
|
Version: 1.0.0
|
||||||
|
Date: 2022-05-31
|
||||||
|
Authors@R: person("Craig", "Williams", email = "craig@avsdev.uk", role = c("aut", "cre"))
|
||||||
|
URL: https://avsdev.uk/R/Rpacman
|
||||||
|
Description: Very simple package manager for R which allows scanning for used packages, finding their dependencies and versions, creating a lock file and installing the packages on a new build.
|
||||||
|
License: GPL (>= 3)
|
||||||
|
Depends: R (>= 3.1.0), dplyr, magrittr, renv
|
||||||
Reference in New Issue
Block a user