- Add new port: math/R-cran-expm
Computation of the matrix exponential, logarithm, sqrt, and related quantities. WWW: https://cran.r-project.org/web/packages/expm/
This commit is contained in:
parent
9e1a2a4b63
commit
55cf20a31c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440318
@ -34,6 +34,7 @@
|
||||
SUBDIR += R-cran-deldir
|
||||
SUBDIR += R-cran-dlmodeler
|
||||
SUBDIR += R-cran-dplyr
|
||||
SUBDIR += R-cran-expm
|
||||
SUBDIR += R-cran-forecast
|
||||
SUBDIR += R-cran-fracdiff
|
||||
SUBDIR += R-cran-geepack
|
||||
|
16
math/R-cran-expm/Makefile
Normal file
16
math/R-cran-expm/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= expm
|
||||
DISTVERSION= 0.999-2
|
||||
CATEGORIES= math
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= tota@FreeBSD.org
|
||||
COMMENT= Matrix Exponential, Log, 'etc'
|
||||
|
||||
LICENSE= GPLv2+
|
||||
|
||||
USES= cran:auto-plist,compiles
|
||||
|
||||
.include <bsd.port.mk>
|
3
math/R-cran-expm/distinfo
Normal file
3
math/R-cran-expm/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1494147072
|
||||
SHA256 (expm_0.999-2.tar.gz) = 38f1e5bfa90f794486789695d0d9e49158c7eb9445dc171dd83dec3d8fa130d6
|
||||
SIZE (expm_0.999-2.tar.gz) = 136750
|
4
math/R-cran-expm/pkg-descr
Normal file
4
math/R-cran-expm/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Computation of the matrix exponential, logarithm, sqrt, and related
|
||||
quantities.
|
||||
|
||||
WWW: https://cran.r-project.org/web/packages/expm/
|
Loading…
Reference in New Issue
Block a user