1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 00:25:58 +02:00

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
+22
View File
@@ -23932,3 +23932,25 @@ final SQL translation of the algorithm. It currently supports @code{lm()},
@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)))