GNU bug report logs -
#42117
[PATCH] gnu: Add r-tidymodels and its many dependencies
Previous Next
Reported by: Lo Peter <peterloleungyau <at> gmail.com>
Date: Mon, 29 Jun 2020 05:50:02 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/cran.scm (r-janeaustenr): New variable.
---
gnu/packages/cran.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6721df2c14..0dcf8d20f3 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22647,3 +22647,26 @@ for the final 'SQL' translation of the algorithm. It currently
supports lm(), glm(), randomForest(), ranger(), earth(),
xgb.Booster.complete(), cubist(), and 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
+ "Full texts for Jane Austen's 6 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)))
--
2.17.1
This bug report was last modified 4 years and 311 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.