gnu: Add r-paws-end-user-computing.
* gnu/packages/cran.scm (r-paws-end-user-computing): New variable.
This commit is contained in:
parent
506436fde8
commit
81642f99cf
1 changed files with 22 additions and 0 deletions
|
@ -31260,6 +31260,28 @@ (define-public r-paws-developer-tools
|
|||
deployment, and more.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public r-paws-end-user-computing
|
||||
(package
|
||||
(name "r-paws-end-user-computing")
|
||||
(version "0.1.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "paws.end.user.computing" version))
|
||||
(sha256
|
||||
(base32 "1xxsz86nx128sizym9np8vldzkbym0p3i6vcy94kq1y0cylaicv3"))))
|
||||
(properties `((upstream-name . "paws.end.user.computing")))
|
||||
(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 end user computing services")
|
||||
(description
|
||||
"This package provides an interface to Amazon Web Services end user
|
||||
computing services, including collaborative document editing, mobile intranet,
|
||||
and more.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public r-paws-application-integration
|
||||
(package
|
||||
(name "r-paws-application-integration")
|
||||
|
|
Loading…
Reference in a new issue