r-rsconnect: add 0.8.17 (#27900)
This commit is contained in:
parent
71e71c0b60
commit
1bd2c40228
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@ class RRsconnect(RPackage):
|
||||||
homepage = "https://github.com/rstudio/rsconnect"
|
homepage = "https://github.com/rstudio/rsconnect"
|
||||||
cran = "rsconnect"
|
cran = "rsconnect"
|
||||||
|
|
||||||
|
version('0.8.25', sha256='3c055277f745f2ca37a73e2f425249307cea4dc95ecc59fbe05ee8b6cf26d9cf')
|
||||||
version('0.8.17', sha256='64767a4d626395b7871375956a9f0455c3d64ff6e779633b0e554921d85da231')
|
version('0.8.17', sha256='64767a4d626395b7871375956a9f0455c3d64ff6e779633b0e554921d85da231')
|
||||||
|
|
||||||
depends_on('r@3.0.0:', type=('build', 'run'))
|
depends_on('r@3.0.0:', type=('build', 'run'))
|
||||||
|
@ -23,6 +24,7 @@ class RRsconnect(RPackage):
|
||||||
depends_on('r-digest', type=('build', 'run'))
|
depends_on('r-digest', type=('build', 'run'))
|
||||||
depends_on('r-jsonlite', type=('build', 'run'))
|
depends_on('r-jsonlite', type=('build', 'run'))
|
||||||
depends_on('r-openssl', type=('build', 'run'))
|
depends_on('r-openssl', type=('build', 'run'))
|
||||||
|
depends_on('r-packrat@0.6:', when='@0.8.18:', type=('build', 'run'))
|
||||||
depends_on('r-packrat@0.5:', type=('build', 'run'))
|
depends_on('r-packrat@0.5:', type=('build', 'run'))
|
||||||
depends_on('r-rstudioapi@0.5:', type=('build', 'run'))
|
depends_on('r-rstudioapi@0.5:', type=('build', 'run'))
|
||||||
depends_on('r-yaml@2.1.5:', type=('build', 'run'))
|
depends_on('r-yaml@2.1.5:', type=('build', 'run'))
|
||||||
|
|
Loading…
Reference in a new issue