diff options
author | wen <wen@FreeBSD.org> | 2010-05-08 16:13:40 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-05-08 16:13:40 +0800 |
commit | 156b72567e21216aa3482a59ab87d829b59321df (patch) | |
tree | 87e31df81f69617f969be8dfa1fa23bd4908e868 /math/Makefile | |
parent | a90a2cdb95ab9e21a658e2cfa4f2fe515355b46d (diff) | |
download | freebsd-ports-gnome-156b72567e21216aa3482a59ab87d829b59321df.tar.gz freebsd-ports-gnome-156b72567e21216aa3482a59ab87d829b59321df.tar.zst freebsd-ports-gnome-156b72567e21216aa3482a59ab87d829b59321df.zip |
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/
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index e64f71fd29bf..3d26425f60ee 100644 --- a/math/Makefile +++ b/math/Makefile @@ -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 |