mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: Add r-paws-storage.
* gnu/packages/cran.scm (r-paws-storage): New variable.
This commit is contained in:
parent
b28cfb83e4
commit
c6849d2ca2
1 changed files with 22 additions and 0 deletions
|
@ -30838,3 +30838,25 @@ (define-public r-paws-database
|
|||
services, including Relational Database Service (RDS), DynamoDB NoSQL
|
||||
database, and more.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public r-paws-storage
|
||||
(package
|
||||
(name "r-paws-storage")
|
||||
(version "0.1.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "paws.storage" version))
|
||||
(sha256
|
||||
(base32
|
||||
"06m887vpqp5d6k3zxdlga599dsv8v3rladk7xqaxqnld1f17am04"))))
|
||||
(properties `((upstream-name . "paws.storage")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-paws-common" ,r-paws-common)))
|
||||
(home-page "https://github.com/paws-r/paws")
|
||||
(synopsis "Amazon Web Services storage services")
|
||||
(description
|
||||
"This package provides an interface to Amazon Web Services storage
|
||||
services, including Simple Storage Service (S3).")
|
||||
(license license:asl2.0)))
|
||||
|
|
Loading…
Reference in a new issue