From owner-svn-ports-all@freebsd.org Tue Oct 23 18:09:23 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FEF0FEE849; Tue, 23 Oct 2018 18:09:23 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 25515893BB; Tue, 23 Oct 2018 18:09:23 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 202C413668; Tue, 23 Oct 2018 18:09:23 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9NI9NnQ073963; Tue, 23 Oct 2018 18:09:23 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9NI9M53073959; Tue, 23 Oct 2018 18:09:22 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201810231809.w9NI9M53073959@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Tue, 23 Oct 2018 18:09:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482864 - in head/devel: . R-cran-covr X-SVN-Group: ports-head X-SVN-Commit-Author: dbn X-SVN-Commit-Paths: in head/devel: . R-cran-covr X-SVN-Commit-Revision: 482864 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2018 18:09:23 -0000 Author: dbn Date: Tue Oct 23 18:09:22 2018 New Revision: 482864 URL: https://svnweb.freebsd.org/changeset/ports/482864 Log: devel/R-cran-covr: Test Coverage for Packages Generated by: portcran (0.1.9) Added: head/devel/R-cran-covr/ head/devel/R-cran-covr/Makefile (contents, props changed) head/devel/R-cran-covr/distinfo (contents, props changed) head/devel/R-cran-covr/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Oct 23 18:05:36 2018 (r482863) +++ head/devel/Makefile Tue Oct 23 18:09:22 2018 (r482864) @@ -27,6 +27,7 @@ SUBDIR += R-cran-chron SUBDIR += R-cran-classInt SUBDIR += R-cran-cli + SUBDIR += R-cran-covr SUBDIR += R-cran-crayon SUBDIR += R-cran-data.table SUBDIR += R-cran-doParallel Added: head/devel/R-cran-covr/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-covr/Makefile Tue Oct 23 18:09:22 2018 (r482864) @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= covr +DISTVERSION= 3.2.1 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= dbn@FreeBSD.org +COMMENT= Test Coverage for Packages + +LICENSE= GPLv3 + +BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr +RUN_DEPENDS= 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-httr>0:www/R-cran-httr +TEST_DEPENDS= R-cran-R6>0:devel/R-cran-R6 \ + R-cran-memoise>0:devel/R-cran-memoise \ + R-cran-rstudioapi>=0.2:devel/R-cran-rstudioapi \ + R-cran-testthat>0:devel/R-cran-testthat \ + 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 + +USES= cran:auto-plist,compiles + +.include Added: head/devel/R-cran-covr/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-covr/distinfo Tue Oct 23 18:09:22 2018 (r482864) @@ -0,0 +1,3 @@ +TIMESTAMP = 1540318008 +SHA256 (covr_3.2.1.tar.gz) = ea90daa48011e4ac4431ae47ee02fad98f54b529fc3900281cbeef7a2edef0a0 +SIZE (covr_3.2.1.tar.gz) = 140046 Added: head/devel/R-cran-covr/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-covr/pkg-descr Tue Oct 23 18:09:22 2018 (r482864) @@ -0,0 +1,8 @@ +Track and report code coverage for your package and (optionally) upload the +results to a coverage service like 'Codecov' or 'Coveralls' +. 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. + +WWW: https://github.com/r-lib/covr