diff options
author | brook <brook@pkgsrc.org> | 2019-08-09 19:09:28 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2019-08-09 19:09:28 +0000 |
commit | 1f4ff8e32232c0c303793dbd5378f3dfc08602dd (patch) | |
tree | 3c20a7aacaebcb7637c2638adf7b57661004cb7e /devel/R-usethis | |
parent | 1efd1fc36938c196218ca76688c9ed3d6832fef9 (diff) | |
download | pkgsrc-1f4ff8e32232c0c303793dbd5378f3dfc08602dd.tar.gz |
R-usethis: initial commit
Automate package and project setup tasks that are otherwise performed
manually. This includes setting up unit testing, test coverage,
continuous integration, Git, 'GitHub', licenses, 'Rcpp', 'RStudio'
projects, and more.
Diffstat (limited to 'devel/R-usethis')
-rw-r--r-- | devel/R-usethis/DESCR | 4 | ||||
-rw-r--r-- | devel/R-usethis/Makefile | 31 | ||||
-rw-r--r-- | devel/R-usethis/distinfo | 6 |
3 files changed, 41 insertions, 0 deletions
diff --git a/devel/R-usethis/DESCR b/devel/R-usethis/DESCR new file mode 100644 index 00000000000..e2d1885bc4d --- /dev/null +++ b/devel/R-usethis/DESCR @@ -0,0 +1,4 @@ +Automate package and project setup tasks that are otherwise performed +manually. This includes setting up unit testing, test coverage, +continuous integration, Git, 'GitHub', licenses, 'Rcpp', 'RStudio' +projects, and more. diff --git a/devel/R-usethis/Makefile b/devel/R-usethis/Makefile new file mode 100644 index 00000000000..e69ced47324 --- /dev/null +++ b/devel/R-usethis/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1 2019/08/09 19:09:29 brook Exp $ + +R_PKGNAME= usethis +R_PKGVER= 1.5.1 +CATEGORIES= devel + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Automate package and project setup +LICENSE= gnu-gpl-v3 + +DEPENDS+= R-clipr>=0.3.0:../../devel/R-clipr +DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon +DEPENDS+= R-desc>=1.2.0:../../devel/R-desc +DEPENDS+= R-fs>=1.3.0:../../devel/R-fs +DEPENDS+= R-git2r>=0.23:../../devel/R-git2r +DEPENDS+= R-glue>=1.3.0:../../devel/R-glue +DEPENDS+= R-purrr>=0.3.2:../../devel/R-purrr +DEPENDS+= R-rlang>=0.4.0:../../devel/R-rlang +DEPENDS+= R-rprojroot>=1.2:../../devel/R-rprojroot +DEPENDS+= R-whisker>=0.3.2:../../devel/R-whisker +DEPENDS+= R-withr>=2.1.2:../../devel/R-withr +DEPENDS+= R-rstudioapi>=0.10:../../math/R-rstudioapi +DEPENDS+= R-clisymbols>=1.2.0:../../textproc/R-clisymbols +DEPENDS+= R-yaml>=2.2.0:../../textproc/R-yaml +DEPENDS+= R-curl>=2.7:../../www/R-curl +DEPENDS+= R-gh>=1.0.1:../../www/R-gh + +USE_LANGUAGES= # none + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/R-usethis/distinfo b/devel/R-usethis/distinfo new file mode 100644 index 00000000000..a81a163a34c --- /dev/null +++ b/devel/R-usethis/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/08/09 19:09:29 brook Exp $ + +SHA1 (R/usethis_1.5.1.tar.gz) = c901fec8fb37bad37edd2c30fe2bddcfdb981410 +RMD160 (R/usethis_1.5.1.tar.gz) = f7d3d8c409e6dd4ef4e32ca102c93d6e4368739e +SHA512 (R/usethis_1.5.1.tar.gz) = 5cfc155fc135cf22fade67ea9f9c4f005bbca9f645de46f7e83ec9c69ae838e857bbf801b3181e5d30b8e9e33fe4eca744491bb4fd716e2d17fae27401039a94 +Size (R/usethis_1.5.1.tar.gz) = 620225 bytes |