New package r-tidyverse and r-tidyselect (#6507)
* r-rlang: added version 0.1.4 * r-lubridate: added version 1.7.1 and dependency * r-tidyselect: new package * r-dplyr: added version 0.7.4 * r-rstudioapi: added version 0.7 * r-tidyr: added version 0.7.2 and other dependencies * r-tidyverse: new package * r-tidyr: updated dependencies * r-tidyverse: added dependency r-rlang * r-tidyverse: edited docstring * r-tidyverse: fixed typo * fix typo again
This commit is contained in:

committed by
Adam J. Stewart

parent
28e49fa184
commit
d88f0b8e6d
@@ -34,9 +34,11 @@ class RLubridate(RPackage):
|
||||
fun."""
|
||||
|
||||
homepage = "https://cran.r-project.org/web/packages/lubridate/index.html"
|
||||
url = "https://cran.r-project.org/src/contrib/lubridate_1.5.6.tar.gz"
|
||||
url = "https://cran.r-project.org/src/contrib/lubridate_1.7.1.tar.gz"
|
||||
list_url = "https://cran.r-project.org/src/contrib/Archive/lubridate"
|
||||
|
||||
version('1.7.1', '17dcb4c6a95189941bbdcffecf61b83b')
|
||||
version('1.5.6', 'a5dc44817548ee219d26a10bae92e611')
|
||||
|
||||
depends_on('r-rcpp@0.11:', type=('build', 'run'))
|
||||
depends_on('r-stringr', type=('build', 'run'))
|
||||
|
Reference in New Issue
Block a user