add version 1.5.0 to r-fs (#20980)

This commit is contained in:
Glenn Johnson 2021-01-16 08:27:02 -06:00 committed by GitHub
parent 85d6620ce0
commit e56d4826b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,15 +7,18 @@
class RFs(RPackage):
"""A cross-platform interface to file system operations, built on top of
"""Cross-Platform File System Operations Based on 'libuv'
A cross-platform interface to file system operations, built on top of
the 'libuv' C library."""
homepage = "http://fs.r-lib.org/"
url = "https://cloud.r-project.org/src/contrib/fs_1.3.1.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/fs"
version('1.5.0', sha256='36df1653571de3c628a4f769c4627f6ac53d0f9e4106d9d476afb22ae9603897')
version('1.3.1', sha256='d6934dca8f835d8173e3fb9fd4d5e2740c8c04348dd2bcc57df1b711facb46bc')
depends_on('r@3.1:', type=('build', 'run'))
depends_on('r-rcpp', type=('build', 'run'))
depends_on('r-rcpp', when='@:1.3.1', type=('build', 'run'))
depends_on('gmake', type='build')