gnu: Add r-paws-cost-management.

* gnu/packages/cran.scm (r-paws-cost-management): New variable.
This commit is contained in:
Ricardo Wurmus 2021-08-26 11:23:01 +02:00
parent e1f7b3e8f9
commit a30b1ff444
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -30645,3 +30645,27 @@ (define-public r-paws-customer-engagement
engagement services, including Simple Email Service, Connect contact center
service, and more.")
(license license:asl2.0)))
(define-public r-paws-cost-management
(package
(name "r-paws-cost-management")
(version "0.1.12")
(source
(origin
(method url-fetch)
(uri (cran-uri "paws.cost.management" version))
(sha256
(base32
"0in4f8ygw5g2v6vl3lz2y0v51llglh8b1ymbd04d54xxlgn83knh"))))
(properties
`((upstream-name . "paws.cost.management")))
(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 cost management services")
(description
"This package provides an interface to Amazon Web Services cost
management services, including cost and usage reports, budgets, pricing, and
more.")
(license license:asl2.0)))