r-threejs: Correct url. (#5553)
* pr-quantities: add version & py-numpy conflict (#5307) * r-threejs: Correct url.
This commit is contained in:
parent
d19eb152c8
commit
18029f5f47
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class RThreejs(RPackage):
|
||||||
|
|
||||||
homepage = "http://bwlewis.github.io/rthreejs"
|
homepage = "http://bwlewis.github.io/rthreejs"
|
||||||
url = "https://cran.r-project.org/src/contrib/threejs_0.2.2.tar.gz"
|
url = "https://cran.r-project.org/src/contrib/threejs_0.2.2.tar.gz"
|
||||||
|
list_url = homepage
|
||||||
version('0.2.2', '35c179b10813c5e4bd3e7827fae6627b')
|
version('0.2.2', '35c179b10813c5e4bd3e7827fae6627b')
|
||||||
|
|
||||||
depends_on('r-htmlwidgets', type=('build', 'run'))
|
depends_on('r-htmlwidgets', type=('build', 'run'))
|
||||||
|
|
Loading…
Reference in a new issue