Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
c2a074d6
Commit
c2a074d6
authored
Oct 23, 2018
by
dbn
Browse files
devel/R-cran-testthat: Unit Testing for R
Generated by: portcran (0.1.8)
parent
2cc356ba
Changes
4
Hide whitespace changes
Inline
Side-by-side
devel/Makefile
View file @
c2a074d6
...
...
@@ -69,6 +69,7 @@
SUBDIR
+=
R-cran-rstudioapi
SUBDIR
+=
R-cran-sfsmisc
SUBDIR
+=
R-cran-sourcetools
SUBDIR
+=
R-cran-testthat
SUBDIR
+=
R-cran-tibble
SUBDIR
+=
R-cran-tidyr
SUBDIR
+=
R-cran-tidyselect
...
...
devel/R-cran-testthat/Makefile
0 → 100644
View file @
c2a074d6
# $FreeBSD$
PORTNAME
=
testthat
DISTVERSION
=
2.0.1
CATEGORIES
=
devel
DISTNAME
=
${PORTNAME}
_
${DISTVERSION}
MAINTAINER
=
dbn@FreeBSD.org
COMMENT
=
Unit Testing
for
R
LICENSE
=
MIT
LICENSE_FILE
=
${WRKSRC}
/LICENSE
BUILD_DEPENDS
=
R-cran-knitr>0:print/R-cran-knitr
RUN_DEPENDS
=
R-cran-R6>
=
2.2.0:devel/R-cran-R6
\
R-cran-cli>0:devel/R-cran-cli
\
R-cran-crayon>0:devel/R-cran-crayon
\
R-cran-magrittr>0:devel/R-cran-magrittr
\
R-cran-praise>0:devel/R-cran-praise
\
R-cran-rlang>0:devel/R-cran-rlang
\
R-cran-withr>
=
2.0.0:devel/R-cran-withr
\
R-cran-digest>0:security/R-cran-digest
TEST_DEPENDS
=
R-cran-knitr>0:print/R-cran-knitr
\
R-cran-rmarkdown>0:textproc/R-cran-rmarkdown
\
R-cran-xml2>0:textproc/R-cran-xml2
USES
=
cran:auto-plist,compiles
.
include
<bsd.port.mk>
devel/R-cran-testthat/distinfo
0 → 100644
View file @
c2a074d6
TIMESTAMP = 1540316650
SHA256 (testthat_2.0.1.tar.gz) = fedf8748aa8abff1c905bae575f9efae1eaab4aca690423402d574a97bf14eb1
SIZE (testthat_2.0.1.tar.gz) = 217071
devel/R-cran-testthat/pkg-descr
0 → 100644
View file @
c2a074d6
Software testing is important, but, in part because it is frustrating and
boring, many of us avoid it. 'testthat' is a testing framework for R that is
easy learn and use, and integrates with your existing 'workflow'.
WWW: http://testthat.r-lib.org
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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