Date: Mon, 11 Jan 2021 23:39:00 +0000 (UTC) From: Guangyuan Yang <ygy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561286 - in head/devel: . R-cran-pkgload Message-ID: <202101112339.10BNd0r0085823@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ygy (doc committer) Date: Mon Jan 11 23:39:00 2021 New Revision: 561286 URL: https://svnweb.freebsd.org/changeset/ports/561286 Log: new port: devel/R-cran-pkgload: Simulate Package Installation and Attach Approved by: lwhsu Added: head/devel/R-cran-pkgload/ head/devel/R-cran-pkgload/Makefile (contents, props changed) head/devel/R-cran-pkgload/distinfo (contents, props changed) head/devel/R-cran-pkgload/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jan 11 23:37:18 2021 (r561285) +++ head/devel/Makefile Mon Jan 11 23:39:00 2021 (r561286) @@ -68,6 +68,7 @@ SUBDIR += R-cran-pillar SUBDIR += R-cran-pkgbuild SUBDIR += R-cran-pkgconfig + SUBDIR += R-cran-pkgload SUBDIR += R-cran-pkgmaker SUBDIR += R-cran-plogr SUBDIR += R-cran-plyr Added: head/devel/R-cran-pkgload/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-pkgload/Makefile Mon Jan 11 23:39:00 2021 (r561286) @@ -0,0 +1,29 @@ +# Created by: Guangyuan Yang <ygy@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= pkgload +DISTVERSION= 1.1.0 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= ygy@FreeBSD.org +COMMENT= Simulate Package Installation and Attach + +LICENSE= GPLv3 + +RUN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \ + R-cran-crayon>0:devel/R-cran-crayon \ + R-cran-desc>0:devel/R-cran-desc \ + R-cran-pkgbuild>0:devel/R-cran-pkgbuild \ + R-cran-rlang>0:devel/R-cran-rlang \ + R-cran-rprojroot>0:devel/R-cran-rprojroot \ + R-cran-rstudioapi>0:devel/R-cran-rstudioapi \ + R-cran-withr>0:devel/R-cran-withr +TEST_DEPENDS= R-cran-Rcpp>0:devel/R-cran-Rcpp \ + R-cran-bitops>0:devel/R-cran-bitops \ + R-cran-covr>0:devel/R-cran-covr \ + R-cran-testthat>0:devel/R-cran-testthat + +USES= cran:auto-plist,compiles + +.include <bsd.port.mk> Added: head/devel/R-cran-pkgload/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-pkgload/distinfo Mon Jan 11 23:39:00 2021 (r561286) @@ -0,0 +1,3 @@ +TIMESTAMP = 1610211129 +SHA256 (pkgload_1.1.0.tar.gz) = 189d460dbba2b35fa15dd59ce832df252dfa654a5acee0c9a8471b4d70477b0d +SIZE (pkgload_1.1.0.tar.gz) = 58046 Added: head/devel/R-cran-pkgload/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-pkgload/pkg-descr Mon Jan 11 23:39:00 2021 (r561286) @@ -0,0 +1,5 @@ +Simulates the process of installing a package and then attaching it. This is a +key part of the 'devtools' package as it allows you to rapidly iterate while +developing a package. + +WWW: https://github.com/r-lib/pkgload
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101112339.10BNd0r0085823>