gnu: Add r-janeaustenr.

* gnu/packages/cran.scm (r-janeaustenr): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
Peter Lo 2020-06-29 13:50:36 +08:00 committed by Ricardo Wurmus
parent 156c558866
commit 05bda85901
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -23932,3 +23932,25 @@ (define-public r-tidypredict
@code{glm()}, @code{randomForest()}, @code{ranger()}, @code{earth()},
@code{xgb.Booster.complete()}, @code{cubist()}, and @code{ctree()} models.")
(license license:gpl3)))
(define-public r-janeaustenr
(package
(name "r-janeaustenr")
(version "0.1.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "janeaustenr" version))
(sha256
(base32
"1wyn4qc28a3sval8shmyi2d7s4nl3jh96s8pzq871brxcmrncbwr"))))
(properties `((upstream-name . "janeaustenr")))
(build-system r-build-system)
(home-page "https://github.com/juliasilge/janeaustenr")
(synopsis "Jane Austen's complete novels")
(description
"This package provides the full texts for Jane Austen's six completed
novels, ready for text analysis. These novels are \"Sense and Sensibility\",
\"Pride and Prejudice\", \"Mansfield Park\", \"Emma\", \"Northanger Abbey\",
and \"Persuasion\".")
(license license:expat)))