Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2021 18:39:32 +0000 (UTC)
From:      Guangyuan Yang <ygy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560030 - in head/devel: . R-cran-callr
Message-ID:  <202101031839.103IdWAV036059@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ygy (doc committer)
Date: Sun Jan  3 18:39:31 2021
New Revision: 560030
URL: https://svnweb.freebsd.org/changeset/ports/560030

Log:
  new port: devel/R-cran-callr: Call R from R
  
  Approved by:	lwhsu

Added:
  head/devel/R-cran-callr/
  head/devel/R-cran-callr/Makefile   (contents, props changed)
  head/devel/R-cran-callr/distinfo   (contents, props changed)
  head/devel/R-cran-callr/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jan  3 18:33:41 2021	(r560029)
+++ head/devel/Makefile	Sun Jan  3 18:39:31 2021	(r560030)
@@ -25,6 +25,7 @@
     SUBDIR += R-cran-brio
     SUBDIR += R-cran-broom
     SUBDIR += R-cran-caTools
+    SUBDIR += R-cran-callr
     SUBDIR += R-cran-caret
     SUBDIR += R-cran-chron
     SUBDIR += R-cran-classInt

Added: head/devel/R-cran-callr/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-callr/Makefile	Sun Jan  3 18:39:31 2021	(r560030)
@@ -0,0 +1,29 @@
+# $FreeBSD$
+# Created by: Guangyuan Yang <ygy@FreeBSD.org>
+
+PORTNAME=	callr
+DISTVERSION=	3.5.1
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	ygy@FreeBSD.org
+COMMENT=	Call R from R
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	R-cran-R6>0:devel/R-cran-R6 \
+		R-cran-processx>=3.4.4:sysutils/R-cran-processx
+TEST_DEPENDS=	R-cran-cli>0:devel/R-cran-cli \
+		R-cran-covr>0:devel/R-cran-covr \
+		R-cran-crayon>0:devel/R-cran-crayon \
+		R-cran-fansi>0:devel/R-cran-fansi \
+		R-cran-rprojroot>0:devel/R-cran-rprojroot \
+		R-cran-testthat>0:devel/R-cran-testthat \
+		R-cran-tibble>0:devel/R-cran-tibble \
+		R-cran-withr>=2.3.0:devel/R-cran-withr \
+		R-cran-ps>0:sysutils/R-cran-ps
+
+USES=		cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/devel/R-cran-callr/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-callr/distinfo	Sun Jan  3 18:39:31 2021	(r560030)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609522582
+SHA256 (callr_3.5.1.tar.gz) = ce338c648cc9ab501168a55f93e68fc81e31dc5ec881e908b5b4a9d6f5bd8696
+SIZE (callr_3.5.1.tar.gz) = 77905

Added: head/devel/R-cran-callr/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-callr/pkg-descr	Sun Jan  3 18:39:31 2021	(r560030)
@@ -0,0 +1,5 @@
+It is sometimes useful to perform a computation in a separate R process,
+without affecting the current R process at all. This packages does exactly
+that.
+
+WWW: https://github.com/r-lib/callr#readme



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101031839.103IdWAV036059>