me
/
guix
Archived
1
0
Fork 0

gnu: Add r-paws-networking.

* gnu/packages/cran.scm (r-paws-networking): New variable.
Ricardo Wurmus 2021-08-26 11:23:35 +02:00
parent 16cc95c4e9
commit 478a889925
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 24 additions and 0 deletions

View File

@ -30790,3 +30790,27 @@ natural language processing, speech recognition, translation, and more.")
governance services, including CloudWatch application and infrastructure
monitoring, Auto Scaling for automatically scaling resources, and more.")
(license license:asl2.0)))
(define-public r-paws-networking
(package
(name "r-paws-networking")
(version "0.1.12")
(source
(origin
(method url-fetch)
(uri (cran-uri "paws.networking" version))
(sha256
(base32
"02hxaa5nlj70mdggh379ij3fn09xm8h5ldzsyf45c342prpl6zwj"))))
(properties
`((upstream-name . "paws.networking")))
(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 networking and content delivery services")
(description
"This package provides an interface to Amazon Web Services networking and
content delivery services, including Route 53 Domain Name System service,
CloudFront content delivery, load balancing, and more.")
(license license:asl2.0)))