diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2024-11-27 10:31:24 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2024-12-03 16:59:53 +0100 |
| commit | faec0f7595b7c493522586eb7dd1a8ea5ef03673 (patch) | |
| tree | 81c8fd9e8b3c321f57aef75e628325aeb0ddd008 /gnu/packages/cran.scm | |
| parent | eeacb3d98af5dc25575762cbfce010f6929c8aef (diff) | |
gnu: Add r-earth.
* gnu/packages/cran.scm (r-earth): New variable.
Change-Id: If6ae39912cade13d0d81c1e5178eb20c5017ccb3
Diffstat (limited to 'gnu/packages/cran.scm')
| -rw-r--r-- | gnu/packages/cran.scm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index ac5635b98a6..fa03805f0f5 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm | |||
| @@ -1251,6 +1251,29 @@ by Luis Torgo, published by CRC Press.") | |||
| 1251 | series. These are used for identifying nearby critical transitions.") | 1251 | series. These are used for identifying nearby critical transitions.") |
| 1252 | (license license:bsd-2))) | 1252 | (license license:bsd-2))) |
| 1253 | 1253 | ||
| 1254 | (define-public r-earth | ||
| 1255 | (package | ||
| 1256 | (name "r-earth") | ||
| 1257 | (version "5.3.4") | ||
| 1258 | (source | ||
| 1259 | (origin | ||
| 1260 | (method url-fetch) | ||
| 1261 | (uri (cran-uri "earth" version)) | ||
| 1262 | (sha256 | ||
| 1263 | (base32 "1g6ywsmdp7qlp0rql6f07j9hih45w9jm7b90sgkjpylqan94zy9s")))) | ||
| 1264 | (properties `((upstream-name . "earth"))) | ||
| 1265 | (build-system r-build-system) | ||
| 1266 | (propagated-inputs (list r-formula r-plotmo)) | ||
| 1267 | (native-inputs (list gfortran)) | ||
| 1268 | (home-page "http://www.milbo.users.sonic.net/earth/") | ||
| 1269 | (synopsis "Multivariate adaptive regression splines") | ||
| 1270 | (description | ||
| 1271 | "This package lets you build regression models using the techniques in | ||
| 1272 | Friedman's papers \"Fast MARS\" and \"Multivariate Adaptive Regression | ||
| 1273 | Splines\" <doi:10.1214/aos/1176347963>. The term \"MARS\" is trademarked and | ||
| 1274 | thus not used in the name of the package.") | ||
| 1275 | (license license:gpl3))) | ||
| 1276 | |||
| 1254 | (define-public r-embedsom | 1277 | (define-public r-embedsom |
| 1255 | (package | 1278 | (package |
| 1256 | (name "r-embedsom") | 1279 | (name "r-embedsom") |
