r-rstan: new version and dependents (#8158)
* r-stanheaders: new version * r-rstan: new version * r-rcppeigen: new version * r-rstan: requires newer version of r-rcppeigen
This commit is contained in:
parent
e24a56b8cb
commit
0141581a66
@ -44,6 +44,7 @@ class RRcppeigen(RPackage):
|
||||
url = "https://cran.r-project.org/src/contrib/RcppEigen_0.3.2.9.0.tar.gz"
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/RcppEigen"
|
||||
|
||||
version('0.3.3.3.1', '1a5ae17828813e40e6b3e7400e408a2b')
|
||||
version('0.3.2.9.0', '14a7786882a5d9862d53c4b2217df318')
|
||||
version('0.3.2.8.1', '4146e06e4fdf7f4d08db7839069d479f')
|
||||
|
||||
|
@ -40,6 +40,7 @@ class RRstan(RPackage):
|
||||
url = "https://cran.r-project.org/src/contrib/rstan_2.10.1.tar.gz"
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/rstan"
|
||||
|
||||
version('2.17.2', '60f4a0284c58f5efc1b1cbf488d7edda')
|
||||
version('2.10.1', 'f5d212f6f8551bdb91fe713d05d4052a')
|
||||
|
||||
depends_on('r-ggplot2', type=('build', 'run'))
|
||||
@ -48,4 +49,5 @@ class RRstan(RPackage):
|
||||
depends_on('r-gridextra', type=('build', 'run'))
|
||||
depends_on('r-rcpp', type=('build', 'run'))
|
||||
depends_on('r-rcppeigen', type=('build', 'run'))
|
||||
depends_on('r-rcppeigen@0.3.3.3.0:', type=('build', 'run'), when='@2.17.2:')
|
||||
depends_on('r-bh', type=('build', 'run'))
|
||||
|
@ -46,4 +46,5 @@ class RStanheaders(RPackage):
|
||||
url = "https://cran.r-project.org/src/contrib/StanHeaders_2.10.0-2.tar.gz"
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/StanHeaders"
|
||||
|
||||
version('2.17.1', '11d8770277dd18e563852852633c6c25')
|
||||
version('2.10.0-2', '9d09b1e9278f08768f7a988ad9082d57')
|
||||
|
Loading…
Reference in New Issue
Block a user