r-remotes: added v2.1.1 (#15627)
This commit is contained in:
parent
dfe4e980ea
commit
3b7c79b225
@ -10,12 +10,13 @@ class RRemotes(RPackage):
|
|||||||
"""Download and install R packages stored in 'GitHub', 'BitBucket', or
|
"""Download and install R packages stored in 'GitHub', 'BitBucket', or
|
||||||
plain 'subversion' or 'git' repositories. This package provides the
|
plain 'subversion' or 'git' repositories. This package provides the
|
||||||
'install_*' functions in 'devtools'. Indeed most of the code was copied
|
'install_*' functions in 'devtools'. Indeed most of the code was copied
|
||||||
over from 'devtools'."""
|
over from 'devtools'. """
|
||||||
|
|
||||||
homepage = "https://github.com/r-lib/remotes#readme"
|
homepage = "https://github.com/r-lib/remotes#readme"
|
||||||
url = "https://cloud.r-project.org/src/contrib/remotes_2.1.0.tar.gz"
|
url = "https://cloud.r-project.org/src/contrib/remotes_2.1.0.tar.gz"
|
||||||
list_url = "https://cloud.r-project.org/src/contrib/Archive/remotes"
|
list_url = "https://cloud.r-project.org/src/contrib/Archive/remotes"
|
||||||
|
|
||||||
|
version('2.1.1', sha256='4e590746fce618094089372b185e1ea234b3337b23c44c44118e942d0fb5118b')
|
||||||
version('2.1.0', sha256='8944c8f6fc9f0cd0ca04d6cf1221b716eee08facef9f4b4c4d91d0346d6d68a7')
|
version('2.1.0', sha256='8944c8f6fc9f0cd0ca04d6cf1221b716eee08facef9f4b4c4d91d0346d6d68a7')
|
||||||
|
|
||||||
depends_on('r@3.0.0:', type=('build', 'run'))
|
depends_on('r@3.0.0:', type=('build', 'run'))
|
||||||
|
Loading…
Reference in New Issue
Block a user