Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jan 2021 23:28:42 +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: r560449 - in head/devel: . R-cran-sessioninfo
Message-ID:  <202101052328.105NSgMi030178@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ygy (doc committer)
Date: Tue Jan  5 23:28:41 2021
New Revision: 560449
URL: https://svnweb.freebsd.org/changeset/ports/560449

Log:
  new port: devel/R-cran-sessioninfo: R Session Information
  
  Approved by:	lwhsu

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Jan  5 23:27:27 2021	(r560448)
+++ head/devel/Makefile	Tue Jan  5 23:28:41 2021	(r560449)
@@ -90,6 +90,7 @@
     SUBDIR += R-cran-rprojroot
     SUBDIR += R-cran-rstudioapi
     SUBDIR += R-cran-rversions
+    SUBDIR += R-cran-sessioninfo
     SUBDIR += R-cran-sfsmisc
     SUBDIR += R-cran-sourcetools
     SUBDIR += R-cran-sys

Added: head/devel/R-cran-sessioninfo/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-sessioninfo/Makefile	Tue Jan  5 23:28:41 2021	(r560449)
@@ -0,0 +1,22 @@
+# Created by: Guangyuan Yang <ygy@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	sessioninfo
+DISTVERSION=	1.1.1
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	ygy@FreeBSD.org
+COMMENT=	R Session Information
+
+LICENSE=	GPLv2
+
+RUN_DEPENDS=	R-cran-cli>0:devel/R-cran-cli \
+		R-cran-withr>0:devel/R-cran-withr
+TEST_DEPENDS=	R-cran-callr>0:devel/R-cran-callr \
+		R-cran-covr>0:devel/R-cran-covr \
+		R-cran-testthat>0:devel/R-cran-testthat
+
+USES=		cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/devel/R-cran-sessioninfo/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-sessioninfo/distinfo	Tue Jan  5 23:28:41 2021	(r560449)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609794295
+SHA256 (sessioninfo_1.1.1.tar.gz) = 166b04678448a7decd50f24afabe5e2ad613e3c55b180ef6e8dd7a870a1dae48
+SIZE (sessioninfo_1.1.1.tar.gz) = 46027

Added: head/devel/R-cran-sessioninfo/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/R-cran-sessioninfo/pkg-descr	Tue Jan  5 23:28:41 2021	(r560449)
@@ -0,0 +1,5 @@
+Query and print information about the current R session. It is similar to
+'utils::sessionInfo()', but includes more information about packages, and where
+they were installed from.
+
+WWW: https://github.com/r-lib/sessioninfo#readme



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