add version 2.3.1 to r-haven (#21040)
This commit is contained in:
parent
055be03518
commit
c2cc650943
@ -7,22 +7,28 @@
|
||||
|
||||
|
||||
class RHaven(RPackage):
|
||||
"""Import foreign statistical formats into R via the embedded 'ReadStat' C
|
||||
library, <https://github.com/WizardMac/ReadStat>."""
|
||||
"""Import and Export 'SPSS', 'Stata' and 'SAS' Files
|
||||
|
||||
Import foreign statistical formats into R via the embedded 'ReadStat' C
|
||||
library, <https://github.com/WizardMac/ReadStat>."""
|
||||
|
||||
homepage = "http://haven.tidyverse.org/"
|
||||
url = "https://cloud.r-project.org/src/contrib/haven_1.1.0.tar.gz"
|
||||
list_url = "https://cloud.r-project.org/src/contrib/Archive/haven"
|
||||
|
||||
version('2.3.1', sha256='6eee9f3297aab4cae2e4a4181ea65af933eacee2a2fb40af5b2ecf06f1bb9e0d')
|
||||
version('2.1.1', sha256='90bcb4e7f24960e7aa3e15c06b95cd897f08de149cec43fd8ba110b14526068a')
|
||||
version('2.1.0', sha256='c0a1cf1b039549fb3ad833f9644ed3f142790236ad755d2ee7bd3d8109e3ae74')
|
||||
version('1.1.0', sha256='089fb4d0955f320abc48d0a3031799f96f3a20b82492474743903fdf12001d19')
|
||||
|
||||
depends_on('r@3.1:', when='@:2.1.0', type=('build', 'run'))
|
||||
depends_on('r@3.2:', when='@2.1.1:', type=('build', 'run'))
|
||||
depends_on('r-forcats@0.2.0:', type=('build', 'run'))
|
||||
depends_on('r-hms', type=('build', 'run'))
|
||||
depends_on('r-rcpp@0.11.4:', type=('build', 'run'))
|
||||
depends_on('r-readr@0.1.0:', type=('build', 'run'))
|
||||
depends_on('r-hms', type=('build', 'run'))
|
||||
depends_on('r-rlang@0.4.0:', when='@2.3.1:', type=('build', 'run'))
|
||||
depends_on('r-tibble', type=('build', 'run'))
|
||||
depends_on('r-forcats@0.2.0:', type=('build', 'run'))
|
||||
depends_on('r-tidyselect', when='@2.3.1:', type=('build', 'run'))
|
||||
depends_on('r-vctrs@0.3.0:', when='@2.3.1:', type=('build', 'run'))
|
||||
depends_on('gmake', type='build')
|
||||
|
Loading…
Reference in New Issue
Block a user