r-misc3d: add a real homepage (#9283)

This commit is contained in:
Levi Baber 2018-09-28 13:54:50 -05:00 committed by GitHub
parent 43ae3bd2c9
commit 5d3fb74e24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@
class RMisc3d(RPackage):
"""A collection of miscellaneous 3d plots, including isosurfaces."""
homepage = "http://www.example.com"
homepage = "https://cran.r-project.org/web/packages/misc3d/index.html"
url = "https://cran.r-project.org/src/contrib/misc3d_0.8-4.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/misc3d"