summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-withr/package.py
AgeCommit message (Collapse)AuthorFilesLines
2017-11-05Re-add list_url for all R packages (#6110)Ben Boeckel1-0/+1
* r-igraph: find old packages in the archive Fixes #6104. * r-irlba: find old packages in the archive Fixes #6101. * r-lazyeval: find old packages in the archive Fixes #6102. * packages: set list_url for all packages hosted on CRAN * packages: consistently use the CRAN archive URLs
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
We moved to a new GitHub org! Now make the code and docs reflect that.
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-06-09Add default list_url for GitLab, BitBucket, and CRAN (#4439)Adam J. Stewart1-1/+0
* Add default list_url for GitLab, BitBucket, and CRAN * Fix flake and doc tests
2017-01-31Add several new R packages (#2952)Adam J. Stewart1-1/+4
* Add several new R packages * Add a few more R packages * Update more versions * Convert Package to RPackage * Add a few more packages * Add missing dependencies
2017-01-07Preliminary RPackage class (#2761)Adam J. Stewart1-7/+1
2017-01-04Standardize package names: lower-case, not Mixed_CASE (#2475)Elizabeth Fischer1-1/+1
* Rename packages * Upcasing depends_on() in packages. * Downcased extends('r') * Fixed erroneously changed URL that had slipped through. * Fixed typo * Fixed link from documentation into package source code. * Fixed another doc problem. * Changed underscores to dashes in package names. * Added test to enforce lowercase, no-underscore naming convention. * Fix r-xgboost * Downcase more instances of 'R' in package auto-creation. * Fix test. * Converted unit test packages to use dashes not underscores * Downcase `r` in the docs. * Update module_file_support.rst Fix r->R for class R.
2016-06-11Add list_url for old versions.Glenn Johnson1-1/+2
2016-06-07Fix flake8 errorsGlenn Johnson1-2/+2
2016-06-07new package: r-devtoolsGlenn Johnson1-0/+43
This PR brings in the R devtools package and it dependencies.