gnu: Add r-paws-end-user-computing.

* gnu/packages/cran.scm (r-paws-end-user-computing): New variable.
This commit is contained in:
Ricardo Wurmus 2021-09-29 15:29:02 +02:00
parent 506436fde8
commit 81642f99cf
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")