From owner-svn-ports-all@freebsd.org Tue Oct 23 17:55:46 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 BF055FEE1CA; Tue, 23 Oct 2018 17:55:46 +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 6E102889D7; Tue, 23 Oct 2018 17:55:46 +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 4472C134BB; Tue, 23 Oct 2018 17:55:46 +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 w9NHtkUU068121; Tue, 23 Oct 2018 17:55:46 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9NHtjS9068117; Tue, 23 Oct 2018 17:55:45 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201810231755.w9NHtjS9068117@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 17:55:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482862 - in head/devel: . R-cran-testthat X-SVN-Group: ports-head X-SVN-Commit-Author: dbn X-SVN-Commit-Paths: in head/devel: . R-cran-testthat X-SVN-Commit-Revision: 482862 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 17:55:47 -0000 Author: dbn Date: Tue Oct 23 17:55:45 2018 New Revision: 482862 URL: https://svnweb.freebsd.org/changeset/ports/482862 Log: devel/R-cran-testthat: Unit Testing for R Generated by: portcran (0.1.8) Added: head/devel/R-cran-testthat/ head/devel/R-cran-testthat/Makefile (contents, props changed) head/devel/R-cran-testthat/distinfo (contents, props changed) head/devel/R-cran-testthat/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Oct 23 17:51:35 2018 (r482861) +++ head/devel/Makefile Tue Oct 23 17:55:45 2018 (r482862) @@ -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 Added: head/devel/R-cran-testthat/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-testthat/Makefile Tue Oct 23 17:55:45 2018 (r482862) @@ -0,0 +1,29 @@ +# $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 Added: head/devel/R-cran-testthat/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-testthat/distinfo Tue Oct 23 17:55:45 2018 (r482862) @@ -0,0 +1,3 @@ +TIMESTAMP = 1540316650 +SHA256 (testthat_2.0.1.tar.gz) = fedf8748aa8abff1c905bae575f9efae1eaab4aca690423402d574a97bf14eb1 +SIZE (testthat_2.0.1.tar.gz) = 217071 Added: head/devel/R-cran-testthat/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-testthat/pkg-descr Tue Oct 23 17:55:45 2018 (r482862) @@ -0,0 +1,5 @@ +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