Port details |
- R-cran-covr Test Coverage for Packages
- 3.6.4 devel =2 3.6.4Version of this port present on the latest quarterly branch.
- Maintainer: uzsolt@FreeBSD.org
- Port Added: 2018-10-23 18:09:37
- Last Update: 2024-09-15 06:35:23
- Commit Hash: 04cd579
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://covr.r-lib.org
- Description:
- Track and report code coverage for your package and (optionally) upload the
results to a coverage service like 'Codecov' <https://about.codecov.io> or
'Coveralls' <https://coveralls.io>. Code coverage is a measure of the amount of
code being exercised by a set of tests. It is an indirect measure of test
quality and completeness. This package is compatible with any testing
methodology or framework and tracks coverage of both R code and compiled
C/C++/FORTRAN code.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- R-cran-covr>0:devel/R-cran-covr
- To install the port:
- cd /usr/ports/devel/R-cran-covr/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/R-cran-covr
- pkg install R-cran-covr
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: R-cran-covr
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1701061721
SHA256 (covr_3.6.4.tar.gz) = 2b6204036510c629d0b1d58daaee34d4e38baf54164f8d4c9afd6d6b1fb1862a
SIZE (covr_3.6.4.tar.gz) = 163362
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- R-cran-knitr>0 : print/R-cran-knitr
- R : math/R
- gfortran13 : lang/gcc13
- as : devel/binutils
- Test dependencies:
-
- R-cran-R6>0 : devel/R-cran-R6
- R-cran-covr>0 : devel/R-cran-covr
- R-cran-memoise>0 : devel/R-cran-memoise
- R-cran-mockery>0 : devel/R-cran-mockery
- R-cran-rlang>0 : devel/R-cran-rlang
- R-cran-rstudioapi>=0.2 : devel/R-cran-rstudioapi
- R-cran-testthat>0 : devel/R-cran-testthat
- R-cran-curl>0 : ftp/R-cran-curl
- R-cran-knitr>0 : print/R-cran-knitr
- R-cran-DT>=0.2 : textproc/R-cran-DT
- R-cran-htmltools>0 : textproc/R-cran-htmltools
- R-cran-rmarkdown>0 : textproc/R-cran-rmarkdown
- R-cran-xml2>=1.0.0 : textproc/R-cran-xml2
- Runtime dependencies:
-
- R-cran-jsonlite>0 : converters/R-cran-jsonlite
- R-cran-crayon>0 : devel/R-cran-crayon
- R-cran-withr>=1.0.2 : devel/R-cran-withr
- R-cran-digest>0 : security/R-cran-digest
- R-cran-rex>0 : textproc/R-cran-rex
- R-cran-yaml>0 : textproc/R-cran-yaml
- R-cran-httr>0 : www/R-cran-httr
- R : math/R
- gfortran13 : lang/gcc13
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_R-cran-covr
- USES:
- cran:auto-plist,compiles
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.6.4 15 Sep 2024 06:35:23 |
Zsolt Udvari (uzsolt) |
*/*: Take maintainership
devel/R-cran-brio
devel/R-cran-callr
devel/R-cran-covr
devel/R-cran-crayon
devel/R-cran-cyclocomp
devel/R-cran-desc
devel/R-cran-diffobj
devel/R-cran-ini
devel/R-cran-lintr
devel/R-cran-pkgbuild
devel/R-cran-pkgload
devel/R-cran-prettycode
devel/R-cran-rappdirs (Only the first 15 lines of the commit message are shown above ) |
3.6.4 14 Sep 2024 22:41:38 |
Guangyuan Yang (ygy) |
devel/R-cran-covr: drop maintainership |
3.6.4 28 Nov 2023 02:23:36 |
Guangyuan Yang (ygy) |
devel/R-cran-covr: Update to 3.6.4 |
3.6.2_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
3.6.2 20 Apr 2023 18:00:08 |
Guangyuan Yang (ygy) |
devel/R-cran-covr: Update to 3.6.2 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.6.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.6.1 07 Sep 2022 02:46:49 |
Guangyuan Yang (ygy) |
devel/R-cran-covr: Update to 3.6.1 |
3.6.0 26 Aug 2022 16:56:12 |
Guangyuan Yang (ygy) |
devel/R-cran-covr: Update to 3.6.0 |
3.5.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.5.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.5.1 08 Dec 2020 08:35:34 |
ygy |
devel/R-cran-covr: Update to 3.5.1 and take maintainership
PR: 251640
Approved by: lwhsu |
3.2.1_3 05 May 2020 16:07:54 |
jrm |
math/R: Update to version 4.0.0
Upstream changes:
https://stat.ethz.ch/pipermail/r-announce/2020/000653.html
Also bump PORTREVISION of ports that depend on math/R.
Submitted by: wen (in part)
Reviewed by: jwb, Rainer Hurling <rhurlin@gwdg.de>, thierry
Differential Revision: https://reviews.freebsd.org/D24572 |
3.2.1_2 03 Feb 2020 20:21:08 |
rene |
Return dbn's ports to the pool after safekeeping his commit bit. |
3.2.1_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
3.2.1_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
3.2.1 23 Oct 2018 18:09:22 |
dbn |
devel/R-cran-covr: Test Coverage for Packages
Generated by: portcran (0.1.9) |