summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-downloader/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-downloader/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-downloader/package.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/var/spack/repos/builtin/packages/r-downloader/package.py b/var/spack/repos/builtin/packages/r-downloader/package.py
index 5549b00bc4..8fc18c6715 100644
--- a/var/spack/repos/builtin/packages/r-downloader/package.py
+++ b/var/spack/repos/builtin/packages/r-downloader/package.py
@@ -7,16 +7,16 @@ from spack import *
class RDownloader(RPackage):
- """Provides a wrapper for the download.file function, making it possible to
- download files over HTTPS on Windows, Mac OS X, and other Unix-like
- platforms. The 'RCurl' package provides this functionality
- (and much more) but can be difficult to install because it must be
- compiled with external dependencies. This package has no external
- dependencies, so it is much easier to install."""
+ """Download Files over HTTP and HTTPS.
- homepage = "https://cloud.r-project.org/package=downloader"
- url = "https://cloud.r-project.org/src/contrib/downloader_0.4.tar.gz"
- list_url = "https://cloud.r-project.org/src/contrib/Archive/downloader"
+ Provides a wrapper for the download.file function, making it possible to
+ download files over HTTPS on Windows, Mac OS X, and other Unix-like
+ platforms. The 'RCurl' package provides this functionality (and much more)
+ but can be difficult to install because it must be compiled with external
+ dependencies. This package has no external dependencies, so it is much
+ easier to install."""
+
+ cran = "downloader"
version('0.4', sha256='1890e75b028775154023f2135cafb3e3eed0fe908138ab4f7eff1fc1b47dafab')