Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
25dcbd5c
Commit
25dcbd5c
authored
Jan 11, 2021
by
ygy
Browse files
new port: devel/R-cran-pkgload: Simulate Package Installation and Attach
Approved by: lwhsu
parent
63130e59
Changes
4
Hide whitespace changes
Inline
Side-by-side
devel/Makefile
View file @
25dcbd5c
...
...
@@ -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
...
...
devel/R-cran-pkgload/Makefile
0 → 100644
View file @
25dcbd5c
# 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>
devel/R-cran-pkgload/distinfo
0 → 100644
View file @
25dcbd5c
TIMESTAMP = 1610211129
SHA256 (pkgload_1.1.0.tar.gz) = 189d460dbba2b35fa15dd59ce832df252dfa654a5acee0c9a8471b4d70477b0d
SIZE (pkgload_1.1.0.tar.gz) = 58046
devel/R-cran-pkgload/pkg-descr
0 → 100644
View file @
25dcbd5c
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment