r-testthat : dependencies and version updated (#16576)
* r-testthat : dependencies and version updated * Adding version conditions for dependencies * r-testthat: Fix dependecies condition
This commit is contained in:
parent
b4e587bd0b
commit
ab92407940
1 changed files with 4 additions and 0 deletions
|
@ -14,17 +14,21 @@ class RTestthat(RPackage):
|
||||||
url = "https://cloud.r-project.org/src/contrib/testthat_1.0.2.tar.gz"
|
url = "https://cloud.r-project.org/src/contrib/testthat_1.0.2.tar.gz"
|
||||||
list_url = "https://cloud.r-project.org/src/contrib/Archive/testthat"
|
list_url = "https://cloud.r-project.org/src/contrib/Archive/testthat"
|
||||||
|
|
||||||
|
version('2.3.2', sha256='1a268d8df07f7cd8d282d03bb96ac2d96a24a95c9aa52f4cca5138a09dd8e06c')
|
||||||
version('2.2.1', sha256='67ee0512bb312695c81fd74338bb8ce9e2e58763681ddbcdfdf35f52dfdb0b78')
|
version('2.2.1', sha256='67ee0512bb312695c81fd74338bb8ce9e2e58763681ddbcdfdf35f52dfdb0b78')
|
||||||
version('2.1.0', sha256='cf5fa7108111b32b86e70819352f86b57ab4e835221bb1e83642d52a1fdbcdd4')
|
version('2.1.0', sha256='cf5fa7108111b32b86e70819352f86b57ab4e835221bb1e83642d52a1fdbcdd4')
|
||||||
version('1.0.2', sha256='0ef7df0ace1fddf821d329f9d9a5d42296085350ae0d94af62c45bd203c8415e')
|
version('1.0.2', sha256='0ef7df0ace1fddf821d329f9d9a5d42296085350ae0d94af62c45bd203c8415e')
|
||||||
|
|
||||||
depends_on('r@3.1:', type=('build', 'run'))
|
depends_on('r@3.1:', type=('build', 'run'))
|
||||||
depends_on('r-digest', type=('build', 'run'))
|
depends_on('r-digest', type=('build', 'run'))
|
||||||
|
depends_on('r-ellipsis', when='@2.3.2:', type=('build', 'run'))
|
||||||
|
depends_on('r-pkgload', when='@2.3.2:', type=('build', 'run'))
|
||||||
depends_on('r-crayon@1.3.4:', type=('build', 'run'))
|
depends_on('r-crayon@1.3.4:', type=('build', 'run'))
|
||||||
depends_on('r-praise', type=('build', 'run'))
|
depends_on('r-praise', type=('build', 'run'))
|
||||||
depends_on('r-magrittr', type=('build', 'run'))
|
depends_on('r-magrittr', type=('build', 'run'))
|
||||||
depends_on('r-r6@2.2.0:', type=('build', 'run'))
|
depends_on('r-r6@2.2.0:', type=('build', 'run'))
|
||||||
depends_on('r-cli', when='@2.0.0:', type=('build', 'run'))
|
depends_on('r-cli', when='@2.0.0:', type=('build', 'run'))
|
||||||
depends_on('r-rlang@0.3.0:', when='@2.0.0:', type=('build', 'run'))
|
depends_on('r-rlang@0.3.0:', when='@2.0.0:', type=('build', 'run'))
|
||||||
|
depends_on('r-rlang@0.4.1:', when='@2.3.2:', type=('build', 'run'))
|
||||||
depends_on('r-withr@2.0.0:', when='@2.0.0:', type=('build', 'run'))
|
depends_on('r-withr@2.0.0:', when='@2.0.0:', type=('build', 'run'))
|
||||||
depends_on('r-evaluate', when='@2.2.0:', type=('build', 'run'))
|
depends_on('r-evaluate', when='@2.2.0:', type=('build', 'run'))
|
||||||
|
|
Loading…
Reference in a new issue