1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

- Add new port: devel/R-cran-later

Executes arbitrary R or C functions some time after the current
  time, after the R execution stack has emptied.

  WWW: https://cran.r-project.org/web/packages/later/
This commit is contained in:
TAKATSU Tomonari 2018-04-24 05:30:42 +00:00
parent 47e263b158
commit 86bba3009d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468177
4 changed files with 29 additions and 0 deletions

View File

@ -42,6 +42,7 @@
SUBDIR += R-cran-hms
SUBDIR += R-cran-iterators
SUBDIR += R-cran-itertools
SUBDIR += R-cran-later
SUBDIR += R-cran-lubridate
SUBDIR += R-cran-magrittr
SUBDIR += R-cran-memoise

View File

@ -0,0 +1,21 @@
# $FreeBSD$
PORTNAME= later
PORTVERSION= 0.7.1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Utilities for Delaying Function Execution
LICENSE= GPLv2+
USES= cran:auto-plist,compiles
CRAN_DEPENDS= R-cran-Rcpp>=0.12.9:devel/R-cran-Rcpp \
R-cran-rlang>0:devel/R-cran-rlang \
R-cran-BH>0:devel/R-cran-BH
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1524537042
SHA256 (later_0.7.1.tar.gz) = 7fe7f7e39a59e201f41adfdd6487d5e1976af5331735171efb094fca6af5327d
SIZE (later_0.7.1.tar.gz) = 36834

View File

@ -0,0 +1,4 @@
Executes arbitrary R or C functions some time after the current
time, after the R execution stack has emptied.
WWW: https://cran.r-project.org/web/packages/later/