r-htmltools package: add version 0.5.2 (#27899)
This commit is contained in:
parent
b9717ca261
commit
08573b4cb8
@ -14,6 +14,7 @@ class RHtmltools(RPackage):
|
||||
homepage = "https://github.com/rstudio/htmltools"
|
||||
cran = "htmltools"
|
||||
|
||||
version('0.5.2', sha256='7dc7d50436e5a82a5801f85bcd2f572a06a98b4027d71aa17b4854ec9b2767fb')
|
||||
version('0.5.1.1', sha256='f0bfe72ffe330f3d6c9ead5857f3a4aef80e002e32558074a3e643f2ab67a4ba')
|
||||
version('0.5.1', sha256='6ac82e4451f9558ceb541ea659a736b2ab3245827832b44d3661e7a4d91f6307')
|
||||
version('0.3.6', sha256='44affb82f9c2fd76c9e2b58f9229adb003217932b68c3fdbf1327c8d74c868a2')
|
||||
@ -22,5 +23,7 @@ class RHtmltools(RPackage):
|
||||
depends_on('r@2.14.1:', type=('build', 'run'))
|
||||
depends_on('r-digest', type=('build', 'run'))
|
||||
depends_on('r-base64enc', when='@0.5.1:', type=('build', 'run'))
|
||||
depends_on('r-rlang@0.4.10:', when='@0.5.2:', type=('build', 'run'))
|
||||
depends_on('r-rlang', when='@0.5.1:', type=('build', 'run'))
|
||||
depends_on('r-fastmap', when='@0.5.2:', type=('build', 'run'))
|
||||
depends_on('r-rcpp', when=' @:0.3.6', type=('build', 'run'))
|
||||
|
Loading…
Reference in New Issue
Block a user