mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
- Add a new port: devel/R-cran-memoise
Cache the results of a function so that when you call it again with the same arguments it returns the pre-computed value. WWW: http://cran.r-project.org/web/packages/memoise/
This commit is contained in:
parent
b20140fe75
commit
cc59e702f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292774
@ -13,6 +13,7 @@
|
||||
SUBDIR += R-cran-foreach
|
||||
SUBDIR += R-cran-iterators
|
||||
SUBDIR += R-cran-itertools
|
||||
SUBDIR += R-cran-memoise
|
||||
SUBDIR += R-cran-plyr
|
||||
SUBDIR += R-cran-proto
|
||||
SUBDIR += R-cran-reshape
|
||||
|
21
devel/R-cran-memoise/Makefile
Normal file
21
devel/R-cran-memoise/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: R-cran-memoise
|
||||
# Date created: 2012-03-05
|
||||
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= memoise
|
||||
PORTVERSION= 0.1
|
||||
CATEGORIES= devel
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= tota@FreeBSD.org
|
||||
COMMENT= Memoise functions for R
|
||||
|
||||
RUN_DEPENDS= R-cran-digest>=0:${PORTSDIR}/security/R-cran-digest
|
||||
|
||||
USE_R_MOD= yes
|
||||
R_MOD_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/R-cran-memoise/distinfo
Normal file
2
devel/R-cran-memoise/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (memoise_0.1.tar.gz) = 82d565d7acec360ee7d36867e21fefa0836a8d4abb8b482ec9311787725be585
|
||||
SIZE (memoise_0.1.tar.gz) = 1373
|
4
devel/R-cran-memoise/pkg-descr
Normal file
4
devel/R-cran-memoise/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Cache the results of a function so that when you call it again with
|
||||
the same arguments it returns the pre-computed value.
|
||||
|
||||
WWW: http://cran.r-project.org/web/packages/memoise/
|
Loading…
Reference in New Issue
Block a user