mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: Add r-paws-compute.
* gnu/packages/cran.scm (r-paws-compute): New variable.
This commit is contained in:
parent
c6849d2ca2
commit
499ffd579e
1 changed files with 23 additions and 0 deletions
|
@ -30860,3 +30860,26 @@ (define-public r-paws-storage
|
||||||
"This package provides an interface to Amazon Web Services storage
|
"This package provides an interface to Amazon Web Services storage
|
||||||
services, including Simple Storage Service (S3).")
|
services, including Simple Storage Service (S3).")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public r-paws-compute
|
||||||
|
(package
|
||||||
|
(name "r-paws-compute")
|
||||||
|
(version "0.1.12")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "paws.compute" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1km6fng6il5fcjlrbbndahsw2dr2ql83hwac9wlpd67zm3wy9lky"))))
|
||||||
|
(properties `((upstream-name . "paws.compute")))
|
||||||
|
(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 compute services")
|
||||||
|
(description
|
||||||
|
"This package provides an interface to Amazon Web Services compute
|
||||||
|
services, including Elastic Compute Cloud (EC2), Lambda
|
||||||
|
functions-as-a-service, containers, batch processing, and more.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
Loading…
Reference in a new issue