- 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:
TAKATSU Tomonari 2017-05-07 09:03:47 +00:00
parent 9e1a2a4b63
commit 55cf20a31c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440318
4 changed files with 24 additions and 0 deletions

View File

@ -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
View 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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1494147072
SHA256 (expm_0.999-2.tar.gz) = 38f1e5bfa90f794486789695d0d9e49158c7eb9445dc171dd83dec3d8fa130d6
SIZE (expm_0.999-2.tar.gz) = 136750

View File

@ -0,0 +1,4 @@
Computation of the matrix exponential, logarithm, sqrt, and related
quantities.
WWW: https://cran.r-project.org/web/packages/expm/