pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc R-usethis: initial commit
details: https://anonhg.NetBSD.org/pkgsrc/rev/f29a58eafcec
branches: trunk
changeset: 399463:f29a58eafcec
user: brook <brook%pkgsrc.org@localhost>
date: Fri Aug 09 19:09:28 2019 +0000
description:
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:
devel/Makefile | 3 ++-
devel/R-usethis/DESCR | 4 ++++
devel/R-usethis/Makefile | 31 +++++++++++++++++++++++++++++++
devel/R-usethis/distinfo | 6 ++++++
doc/CHANGES-2019 | 3 ++-
5 files changed, 45 insertions(+), 2 deletions(-)
diffs (84 lines):
diff -r 94c2b90cf55e -r f29a58eafcec devel/Makefile
--- a/devel/Makefile Fri Aug 09 19:08:32 2019 +0000
+++ b/devel/Makefile Fri Aug 09 19:09:28 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2891 2019/08/09 19:06:45 brook Exp $
+# $NetBSD: Makefile,v 1.2892 2019/08/09 19:09:28 brook Exp $
#
COMMENT= Development utilities
@@ -53,6 +53,7 @@
SUBDIR+= R-tcltk2
SUBDIR+= R-testthat
SUBDIR+= R-tidyselect
+SUBDIR+= R-usethis
SUBDIR+= R-uuid
SUBDIR+= R-whisker
SUBDIR+= R-withr
diff -r 94c2b90cf55e -r f29a58eafcec devel/R-usethis/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-usethis/DESCR Fri Aug 09 19:09:28 2019 +0000
@@ -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 -r 94c2b90cf55e -r f29a58eafcec devel/R-usethis/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-usethis/Makefile Fri Aug 09 19:09:28 2019 +0000
@@ -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@localhost
+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 -r 94c2b90cf55e -r f29a58eafcec devel/R-usethis/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-usethis/distinfo Fri Aug 09 19:09:28 2019 +0000
@@ -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
diff -r 94c2b90cf55e -r f29a58eafcec doc/CHANGES-2019
--- a/doc/CHANGES-2019 Fri Aug 09 19:08:32 2019 +0000
+++ b/doc/CHANGES-2019 Fri Aug 09 19:09:28 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3365 2019/08/09 19:08:33 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3366 2019/08/09 19:09:28 brook Exp $
Changes to the packages collection and infrastructure in 2019:
@@ -5488,3 +5488,4 @@
Added devel/R-pkgbuild version 1.0.4 [brook 2019-08-09]
Added www/R-httr version 1.4.1 [brook 2019-08-09]
Added www/R-gh version 1.0.1 [brook 2019-08-09]
+ Added devel/R-usethis version 1.5.1 [brook 2019-08-09]
Home |
Main Index |
Thread Index |
Old Index