mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
R-cran-inline is a functionality to dynamically define R functions
and S4 methods with in-lined C, C++ or Fortran code supporting .C and .Call calling conventions. WWW: http://cran.r-project.org/web/packages/inline/
This commit is contained in:
parent
97b0c83295
commit
20991137bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253936
@ -11,6 +11,7 @@
|
||||
SUBDIR += R-cran-car
|
||||
SUBDIR += R-cran-gpclib
|
||||
SUBDIR += R-cran-igraph
|
||||
SUBDIR += R-cran-inline
|
||||
SUBDIR += R-cran-sm
|
||||
SUBDIR += R-cran-sp
|
||||
SUBDIR += aamath
|
||||
|
21
math/R-cran-inline/Makefile
Normal file
21
math/R-cran-inline/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: R-cran-inline
|
||||
# Date created: May 8, 2010
|
||||
# Whom: Wen Heping <wen@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= inline
|
||||
PORTVERSION= 0.3.4
|
||||
CATEGORIES= math
|
||||
PKGNAMEPREFIX= R-cran-
|
||||
DISTNAME= ${PORTNAME}_0.3.4
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Inline C, C++, Fortran function calls from R
|
||||
|
||||
R_MOD= yes
|
||||
|
||||
.include "${.CURDIR}/../../math/R-cran-sm/files/bsd.cran.mk"
|
||||
|
||||
.include <bsd.port.mk>
|
3
math/R-cran-inline/distinfo
Normal file
3
math/R-cran-inline/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (inline_0.3.4.tar.gz) = f9f3200623ecd8db2626192162ece9f0
|
||||
SHA256 (inline_0.3.4.tar.gz) = 9026af4d51fd752717af1f62318da575b98fd207538ed17bede1799425abb2ea
|
||||
SIZE (inline_0.3.4.tar.gz) = 16182
|
5
math/R-cran-inline/pkg-descr
Normal file
5
math/R-cran-inline/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
R-cran-inline is a functionality to dynamically define R functions
|
||||
and S4 methods with in-lined C, C++ or Fortran code supporting .C
|
||||
and .Call calling conventions.
|
||||
|
||||
WWW: http://cran.r-project.org/web/packages/inline/
|
23
math/R-cran-inline/pkg-plist
Normal file
23
math/R-cran-inline/pkg-plist
Normal file
@ -0,0 +1,23 @@
|
||||
%%R_MOD_DIR%%/DESCRIPTION
|
||||
%%R_MOD_DIR%%/INDEX
|
||||
%%R_MOD_DIR%%/LICENSE
|
||||
%%R_MOD_DIR%%/Meta/Rd.rds
|
||||
%%R_MOD_DIR%%/Meta/hsearch.rds
|
||||
%%R_MOD_DIR%%/Meta/links.rds
|
||||
%%R_MOD_DIR%%/Meta/nsInfo.rds
|
||||
%%R_MOD_DIR%%/Meta/package.rds
|
||||
%%R_MOD_DIR%%/NAMESPACE
|
||||
%%R_MOD_DIR%%/R/inline
|
||||
%%R_MOD_DIR%%/R/inline.rdb
|
||||
%%R_MOD_DIR%%/R/inline.rdx
|
||||
%%R_MOD_DIR%%/help/AnIndex
|
||||
%%R_MOD_DIR%%/help/aliases.rds
|
||||
%%R_MOD_DIR%%/help/inline.rdb
|
||||
%%R_MOD_DIR%%/help/inline.rdx
|
||||
%%R_MOD_DIR%%/help/paths.rds
|
||||
%%R_MOD_DIR%%/html/00Index.html
|
||||
@dirrm %%R_MOD_DIR%%/Meta
|
||||
@dirrm %%R_MOD_DIR%%/R
|
||||
@dirrm %%R_MOD_DIR%%/help
|
||||
@dirrm %%R_MOD_DIR%%/html
|
||||
@dirrm %%R_MOD_DIR%%
|
Loading…
x
Reference in New Issue
Block a user