new port: devel/R-cran-remotes: R Package Installation from Remote Repositories, Including 'GitHub'
Approved by: lwhsu
This commit is contained in:
parent
470775af01
commit
fd1e329c60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559708
4 changed files with 35 additions and 0 deletions
|
@ -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
|
||||
|
|
25
devel/R-cran-remotes/Makefile
Normal file
25
devel/R-cran-remotes/Makefile
Normal file
|
@ -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>
|
3
devel/R-cran-remotes/distinfo
Normal file
3
devel/R-cran-remotes/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1609275763
|
||||
SHA256 (remotes_2.2.0.tar.gz) = 12f234fd8c46f4ac54e06a3c60e4015ed2193a32762ca4dd6854f120136f33b8
|
||||
SIZE (remotes_2.2.0.tar.gz) = 145553
|
6
devel/R-cran-remotes/pkg-descr
Normal file
6
devel/R-cran-remotes/pkg-descr
Normal file
|
@ -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
|
Loading…
Reference in a new issue