Date: Thu, 31 Dec 2020 07:20:52 +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: r559708 - in head/devel: . R-cran-remotes Message-ID: <202012310720.0BV7Kqec002052@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ygy (doc committer) Date: Thu Dec 31 07:20:52 2020 New Revision: 559708 URL: https://svnweb.freebsd.org/changeset/ports/559708 Log: new port: devel/R-cran-remotes: R Package Installation from Remote Repositories, Including 'GitHub' Approved by: lwhsu Added: head/devel/R-cran-remotes/ head/devel/R-cran-remotes/Makefile (contents, props changed) head/devel/R-cran-remotes/distinfo (contents, props changed) head/devel/R-cran-remotes/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Dec 31 07:19:52 2020 (r559707) +++ head/devel/Makefile Thu Dec 31 07:20:52 2020 (r559708) @@ -76,6 +76,7 @@ SUBDIR += R-cran-randomForest SUBDIR += R-cran-registry SUBDIR += R-cran-rematch2 + SUBDIR += R-cran-remotes SUBDIR += R-cran-repr SUBDIR += R-cran-reshape SUBDIR += R-cran-reshape2 Added: head/devel/R-cran-remotes/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-remotes/Makefile Thu Dec 31 07:20:52 2020 (r559708) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= remotes +DISTVERSION= 2.2.0 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= ygy@FreeBSD.org +COMMENT= R Package Installation from Remote Repositories, Including 'GitHub' + +LICENSE= GPLv2+ + +BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr +TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ + R-cran-rprojroot>0:devel/R-cran-rprojroot \ + R-cran-testthat>0:devel/R-cran-testthat \ + R-cran-withr>0:devel/R-cran-withr \ + R-cran-curl>0:ftp/R-cran-curl \ + R-cran-knitr>0:print/R-cran-knitr \ + R-cran-brew>0:textproc/R-cran-brew \ + R-cran-rmarkdown>0:textproc/R-cran-rmarkdown + +USES= cran:auto-plist + +.include <bsd.port.mk> Added: head/devel/R-cran-remotes/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-remotes/distinfo Thu Dec 31 07:20:52 2020 (r559708) @@ -0,0 +1,3 @@ +TIMESTAMP = 1609275763 +SHA256 (remotes_2.2.0.tar.gz) = 12f234fd8c46f4ac54e06a3c60e4015ed2193a32762ca4dd6854f120136f33b8 +SIZE (remotes_2.2.0.tar.gz) = 145553 Added: head/devel/R-cran-remotes/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-remotes/pkg-descr Thu Dec 31 07:20:52 2020 (r559708) @@ -0,0 +1,6 @@ +Download and install R packages stored in 'GitHub', 'GitLab', 'Bitbucket', +'Bioconductor', or plain 'subversion' or 'git' repositories. This package +provides the 'install_*' functions in 'devtools'. Indeed most of the code was +copied over from 'devtools'. + +WWW: https://remotes.r-lib.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012310720.0BV7Kqec002052>