gnu: retroarch: Update to 1.7.8.3.
[jackhill/guix/guix.git] / gnu / packages / cran.scm
CommitLineData
056468dc 1;;; GNU Guix --- Functional package management for GNU
92ce1883 2;;; Copyright © 2015, 2016, 2017, 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
c80fb90f 3;;; Copyright © 2016, 2017 Ben Woodcroft <donttrustben@gmail.com>
ddbf2a98 4;;; Copyright © 2017, 2018 Roel Janssen <roel@gnu.org>
14b78ca6 5;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
53cc59a1 6;;; Copyright © 2017 Raoul Bonnal <ilpuccio.febo@gmail.com>
109b2f7c 7;;; Copyright © 2018 Vijayalakshmi Vedantham <vijimay12@gmail.com>
c56739df 8;;; Copyright © 2018 Sahithi Yarlagadda <sahi@swecha.net>
96e22362 9;;; Copyright © 2018 Sandeep Subramanian <sandeepsubramanian94@gmail.com>
d2a507ef 10;;; Copyright © 2018 Charlie Ritter <chewzeirta@posteo.net>
1cde7467 11;;; Copyright © 2018 Konrad Hinsen <konrad.hinsen@fastmail.net>
c994418b 12;;; Copyright © 2018 Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
b55697fb 13;;; Copyright © 2018 Laura Lazzati <laura.lazzati.15@gmail.com>
60a166c6 14;;; Copyright © 2018 Leo Famulari <leo@famulari.name>
d9bec9a8 15;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com>
34bac6c3 16;;; Copyright © 2018, 2019 Brett Gilio <brettg@posteo.net>
100f5602 17;;; Copyright © 2019 Nicolò Balzarotti <anothersms@gmail.com>
056468dc
RW
18;;;
19;;; This file is part of GNU Guix.
20;;;
21;;; GNU Guix is free software; you can redistribute it and/or modify it
22;;; under the terms of the GNU General Public License as published by
23;;; the Free Software Foundation; either version 3 of the License, or (at
24;;; your option) any later version.
25;;;
26;;; GNU Guix is distributed in the hope that it will be useful, but
27;;; WITHOUT ANY WARRANTY; without even the implied warranty of
28;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29;;; GNU General Public License for more details.
30;;;
31;;; You should have received a copy of the GNU General Public License
32;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
33
34(define-module (gnu packages cran)
35 #:use-module ((guix licenses) #:prefix license:)
36 #:use-module (guix packages)
37 #:use-module (guix download)
92ce1883 38 #:use-module (guix git-download)
056468dc 39 #:use-module (guix utils)
c69d27db 40 #:use-module (guix build-system r)
44b0c5b5 41 #:use-module (gnu packages algebra)
ff939ef4 42 #:use-module (gnu packages base)
f33cb7ab 43 #:use-module (gnu packages bioinformatics)
7002c44f 44 #:use-module (gnu packages c)
546fc4aa 45 #:use-module (gnu packages compression)
92ce1883 46 #:use-module (gnu packages curl)
d9bec9a8 47 #:use-module (gnu packages databases)
f338e480 48 #:use-module (gnu packages fontutils)
062b6dbd 49 #:use-module (gnu packages gcc)
d884e407 50 #:use-module (gnu packages geo)
d0eb09a1 51 #:use-module (gnu packages ghostscript)
f338e480 52 #:use-module (gnu packages gl)
01af264d 53 #:use-module (gnu packages gnome)
3d62d98e 54 #:use-module (gnu packages graph)
01af264d 55 #:use-module (gnu packages gtk)
dddbc90c 56 #:use-module (gnu packages haskell-xyz)
3f6e6e98 57 #:use-module (gnu packages icu4c)
f338e480 58 #:use-module (gnu packages image)
dab3e92c 59 #:use-module (gnu packages imagemagick)
3f6e6e98 60 #:use-module (gnu packages java)
92ce1883
RW
61 #:use-module (gnu packages javascript)
62 #:use-module (gnu packages lisp)
f97ce815 63 #:use-module (gnu packages machine-learning)
521e0703 64 #:use-module (gnu packages maths)
94989d4b 65 #:use-module (gnu packages mpi)
1ab51604 66 #:use-module (gnu packages multiprecision)
f313baf0 67 #:use-module (gnu packages networking)
3f6e6e98 68 #:use-module (gnu packages pcre)
e0268ff2 69 #:use-module (gnu packages perl)
e33498b8 70 #:use-module (gnu packages pkg-config)
9f56ceec 71 #:use-module (gnu packages python)
984a8aa6 72 #:use-module (gnu packages python-xyz)
e0268ff2 73 #:use-module (gnu packages statistics)
9944399a 74 #:use-module (gnu packages tls)
f338e480
RW
75 #:use-module (gnu packages web)
76 #:use-module (gnu packages xorg))
056468dc 77
88e4ed55
RW
78(define-public r-clipr
79 (package
80 (name "r-clipr")
710ecc9c 81 (version "0.7.0")
88e4ed55
RW
82 (source
83 (origin
84 (method url-fetch)
85 (uri (cran-uri "clipr" version))
86 (sha256
87 (base32
710ecc9c 88 "1qn2p13d0c1bpqss6mv9hk60980rzhznfqpyaf5x0fy65svy9903"))))
88e4ed55
RW
89 (build-system r-build-system)
90 (home-page "https://github.com/mdlincoln/clipr")
91 (synopsis "Read and write from the system clipboard")
92 (description
93 "This package provides simple utility functions to read from and write to
94the system clipboards.")
95 (license license:gpl3)))
96
3f22a115
RW
97(define-public r-ellipsis
98 (package
99 (name "r-ellipsis")
6a04f25f 100 (version "0.2.0.1")
3f22a115
RW
101 (source
102 (origin
103 (method url-fetch)
104 (uri (cran-uri "ellipsis" version))
105 (sha256
106 (base32
6a04f25f 107 "0hx9l043433bwm1np9sypph77c7y9dddpz0wrhbkcv01x32jhr8f"))))
3f22a115 108 (build-system r-build-system)
a4bc73b2
RW
109 (propagated-inputs
110 `(("r-rlang" ,r-rlang)))
3f22a115
RW
111 (home-page "https://github.com/hadley/ellipsis")
112 (synopsis "Tools for working with additional arguments")
113 (description
114 "In S3 generics, it's useful to take @code{...} so that methods can have
115additional arguments. But this flexibility comes at a cost: misspelled
116arguments will be silently ignored. The @code{ellipsis} package is an
117experiment that allows a generic to warn if any arguments passed in @code{...}
118are not used.")
119 (license license:gpl3)))
120
0b2883e1
RW
121(define-public r-grr
122 (package
123 (name "r-grr")
124 (version "0.9.5")
125 (source
126 (origin
127 (method url-fetch)
128 (uri (cran-uri "grr" version))
129 (sha256
130 (base32
131 "0arbcgrvhkwb5xk4nry1ffg2qj0v8ivhjghdr505ib4357g0c9i9"))))
132 (build-system r-build-system)
133 (home-page "https://cran.r-project.org/web/packages/grr")
134 (synopsis "Alternative implementations of base R functions")
135 (description
136 "This package provides alternative implementations of some base R
137functions, including @code{sort}, @code{order}, and @code{match}. The
138functions are simplified but can be faster or have other advantages.")
139 (license license:gpl3)))
140
cf51d895
RW
141(define-public r-matrix-utils
142 (package
143 (name "r-matrix-utils")
144 (version "0.9.7")
145 (source
146 (origin
147 (method url-fetch)
148 (uri (cran-uri "Matrix.utils" version))
149 (sha256
150 (base32
151 "1x64r4aj3gy1dzjjysyrk1j9jq3qsnyrqws8i6bs7q8pf6gvr7va"))))
152 (properties `((upstream-name . "Matrix.utils")))
153 (build-system r-build-system)
154 (propagated-inputs
155 `(("r-grr" ,r-grr)
156 ("r-matrix" ,r-matrix)))
157 (home-page "https://github.com/cvarrichio/Matrix.utils")
158 (synopsis
159 "Data.frame-Like Operations on Sparse and Dense Matrix Objects")
160 (description
161 "This package implements data manipulation methods such as @code{cast},
162@code{aggregate}, and @code{merge}/@code{join} for Matrix and Matrix-like
163objects.")
164 (license license:gpl3)))
165
2b106a8d
RW
166(define-public r-sys
167 (package
168 (name "r-sys")
d9a382ec 169 (version "3.3")
2b106a8d
RW
170 (source
171 (origin
172 (method url-fetch)
173 (uri (cran-uri "sys" version))
174 (sha256
175 (base32
d9a382ec 176 "14wvy46i2iz9jn7lj3cvifmps932s3395wq681hniva0f8m7q8d6"))))
2b106a8d
RW
177 (build-system r-build-system)
178 (home-page "https://github.com/jeroen/sys")
179 (synopsis "Powerful and reliable tools for running system commands in R")
180 (description
181 "This package provides drop-in replacements for the base @code{system2()}
182function with fine control and consistent behavior across platforms. It
183supports clean interruption, timeout, background tasks, and streaming STDIN /
184STDOUT / STDERR over binary or text connections. The package also provides
185functions for evaluating expressions inside a temporary fork. Such
186evaluations have no side effects on the main R process, and support reliable
187interrupts and timeouts. This provides the basis for a sandboxing
188mechanism.")
189 (license license:expat)))
190
9d3a4672
RW
191(define-public r-askpass
192 (package
193 (name "r-askpass")
194 (version "1.1")
195 (source
196 (origin
197 (method url-fetch)
198 (uri (cran-uri "askpass" version))
199 (sha256
200 (base32
201 "07q0ik8jzk44vpwh48rr3fnpd7dzsdhjjsl4l850rffv3dyq4h6v"))))
202 (build-system r-build-system)
203 (propagated-inputs `(("r-sys" ,r-sys)))
204 (home-page "https://github.com/jeroen/askpass")
205 (synopsis "Safe password entry for R")
206 (description
207 "This package provides cross-platform utilities for prompting the user
208for credentials or a passphrase, for example to authenticate with a server or
209read a protected key.")
210 (license license:expat)))
211
c80fb90f
RW
212(define-public r-vegan
213 (package
214 (name "r-vegan")
0ce4b23d 215 (version "2.5-6")
c80fb90f
RW
216 (source
217 (origin
218 (method url-fetch)
219 (uri (cran-uri "vegan" version))
220 (sha256
221 (base32
0ce4b23d 222 "0g60rgn1i7wqf9pf5m1yki1m45gcp7i5hmjic0ci0f6vng70mh5k"))))
c80fb90f
RW
223 (build-system r-build-system)
224 (native-inputs
225 `(("gfortran" ,gfortran)))
226 (propagated-inputs
227 `(("r-cluster" ,r-cluster)
228 ("r-knitr" ,r-knitr) ; needed for vignettes
229 ("r-lattice" ,r-lattice)
230 ("r-mass" ,r-mass)
231 ("r-mgcv" ,r-mgcv)
232 ("r-permute" ,r-permute)))
233 (home-page "https://cran.r-project.org/web/packages/vegan")
234 (synopsis "Functions for community ecology")
235 (description
236 "The vegan package provides tools for descriptive community ecology. It
237has most basic functions of diversity analysis, community ordination and
238dissimilarity analysis. Most of its multivariate tools can be used for other
239data types as well.")
240 (license license:gpl2+)))
241
786d3de2
CR
242(define-public r-tidyverse
243 (package
244 (name "r-tidyverse")
245 (version "1.2.1")
246 (source
247 (origin
248 (method url-fetch)
249 (uri (cran-uri "tidyverse" version))
250 (sha256
251 (base32
252 "0yy3fkjksgcn6wkbgsb0pbnmsyqs4m01mziqafhig578nixs4rxd"))))
253 (build-system r-build-system)
254 (propagated-inputs
255 `(("r-broom" ,r-broom)
256 ("r-cli" ,r-cli)
257 ("r-crayon" ,r-crayon)
258 ("r-dbplyr" ,r-dbplyr)
259 ("r-dplyr" ,r-dplyr)
260 ("r-forcats" ,r-forcats)
261 ("r-ggplot2" ,r-ggplot2)
262 ("r-haven" ,r-haven)
263 ("r-hms" ,r-hms)
264 ("r-httr" ,r-httr)
265 ("r-jsonlite" ,r-jsonlite)
266 ("r-lubridate" ,r-lubridate)
267 ("r-magrittr" ,r-magrittr)
268 ("r-modelr" ,r-modelr)
269 ("r-purrr" ,r-purrr)
270 ("r-readr" ,r-readr)
271 ("r-readxl" ,r-readxl)
272 ("r-reprex" ,r-reprex)
273 ("r-rlang" ,r-rlang)
274 ("r-rstudioapi" ,r-rstudioapi)
275 ("r-rvest" ,r-rvest)
276 ("r-stringr" ,r-stringr)
277 ("r-tibble" ,r-tibble)
278 ("r-tidyr" ,r-tidyr)
279 ("r-xml2" ,r-xml2)))
280 (home-page "https://tidyverse.tidyverse.org")
281 (synopsis "Install and load packages from the \"Tidyverse\"")
282 (description
283 "The @code{tidyverse} is a set of packages that work in harmony because
284they share common data representations and API design. This package is
285designed to make it easy to install and load multiple tidyverse packages in a
286single step.")
287 (license license:gpl3)))
288
8a1ef6ac
CR
289(define-public r-rvest
290 (package
291 (name "r-rvest")
8bfc6dc5 292 (version "0.3.4")
8a1ef6ac
CR
293 (source
294 (origin
295 (method url-fetch)
296 (uri (cran-uri "rvest" version))
297 (sha256
298 (base32
8bfc6dc5 299 "0ji5lk8g1gbv4d9c4jg1fg6rgsqrrwkm05j1id7drdw9kqdifgj1"))))
8a1ef6ac
CR
300 (build-system r-build-system)
301 (propagated-inputs
302 `(("r-httr" ,r-httr)
303 ("r-magrittr" ,r-magrittr)
304 ("r-selectr" ,r-selectr)
305 ("r-xml2" ,r-xml2)))
306 (home-page "https://github.com/hadley/rvest")
307 (synopsis "Simple web scraping for R")
308 (description
309 "@code{r-rvest} helps you scrape information from web pages. It is
310designed to work with @code{magrittr} to make it easy to express common web
311scraping tasks, inspired by libraries like @code{BeautifulSoup}.")
312 (license license:gpl3)))
313
81a9d4a4
CR
314(define-public r-selectr
315 (package
316 (name "r-selectr")
41e8bd77 317 (version "0.4-1")
81a9d4a4
CR
318 (source
319 (origin
320 (method url-fetch)
321 (uri (cran-uri "selectr" version))
322 (sha256
323 (base32
41e8bd77 324 "1jp27rxks4w29l47k42869hp8hnkzq2rnvsqbr44wd19fqb2zm4b"))))
81a9d4a4 325 (build-system r-build-system)
41e8bd77
RW
326 (propagated-inputs
327 `(("r-stringr" ,r-stringr)
328 ("r-r6" ,r-r6)))
81a9d4a4
CR
329 (home-page "https://sjp.co.nz/projects/selectr/")
330 (synopsis "Translate CSS selectors to XPath expressions")
331 (description
332 "@code{r-selectr} translates a CSS3 selector into an equivalent XPath
333expression. This allows you to use CSS selectors when working with the XML
334package as it can only evaluate XPath expressions. Also provided are
335convenience functions useful for using CSS selectors on XML nodes. This
336package is a port of the Python package @code{cssselect}.")
337 (license license:bsd-3)))
338
948740b0
CR
339(define-public r-reprex
340 (package
341 (name "r-reprex")
bd9f1479 342 (version "0.3.0")
948740b0
CR
343 (source
344 (origin
345 (method url-fetch)
346 (uri (cran-uri "reprex" version))
347 (sha256
348 (base32
bd9f1479 349 "0v7vxzs8alwz8y1cjicpimp5yimf1g9gb8x5wy3zhvrz6kk2lg10"))))
948740b0
CR
350 (build-system r-build-system)
351 (propagated-inputs
352 `(("r-callr" ,r-callr)
e3c1e93e 353 ("r-clipr" ,r-clipr)
1c9906c2 354 ("r-fs" ,r-fs)
e3c1e93e 355 ("r-rlang" ,r-rlang)
948740b0 356 ("r-rmarkdown" ,r-rmarkdown)
e3c1e93e
RW
357 ("r-whisker" ,r-whisker)
358 ("r-withr" ,r-withr)))
948740b0
CR
359 (home-page "https://github.com/tidyverse/reprex")
360 (synopsis "Prepare reproducible R code examples for sharing")
361 (description
362 "This package provides a convenience wrapper that uses the
363@code{rmarkdown} package to render small snippets of code to target formats
364that include both code and output. The goal is to encourage the sharing of
365small, reproducible, and runnable examples on code-oriented websites or email.
366@code{reprex} also extracts clean, runnable R code from various common formats,
367such as copy/paste from an R session.")
368 (license license:expat)))
369
10487c30
CR
370(define-public r-callr
371 (package
372 (name "r-callr")
3e0128ec 373 (version "3.3.1")
10487c30
CR
374 (source
375 (origin
376 (method url-fetch)
377 (uri (cran-uri "callr" version))
378 (sha256
379 (base32
3e0128ec 380 "0rvrlg86fxr5nadvqa0dr1iifqjs4d1rc32v76m3ccvx6m3xlq5z"))))
10487c30
CR
381 (build-system r-build-system)
382 (propagated-inputs
527c6055 383 `(("r-r6" ,r-r6)
6034a62a 384 ("r-processx" ,r-processx)))
10487c30
CR
385 (home-page "https://github.com/r-lib/callr#readme")
386 (synopsis "Call R from R")
387 (description
388 "It is sometimes useful to perform a computation in a separate R process,
b3fed5ed 389without affecting the current R process at all. This package does exactly
10487c30
CR
390that.")
391 (license license:expat)))
392
d7637e5e
CR
393(define-public r-readxl
394 (package
395 (name "r-readxl")
50d063b5 396 (version "1.3.1")
d7637e5e
CR
397 (source
398 (origin
399 (method url-fetch)
400 (uri (cran-uri "readxl" version))
401 (sha256
402 (base32
50d063b5 403 "15mambxr8c7k2ikdfsl1w3vxvm54dsnk0cl1qvks6iig7rql3d14"))))
d7637e5e
CR
404 (build-system r-build-system)
405 (propagated-inputs
406 `(("r-cellranger" ,r-cellranger)
b140569e 407 ("r-progress" ,r-progress)
d7637e5e
CR
408 ("r-rcpp" ,r-rcpp)
409 ("r-tibble" ,r-tibble)))
410 (home-page "https://readxl.tidyverse.org")
411 (synopsis "Read Excel files")
412 (description
413 "This package lets you import Excel files into R. It supports
414@file{.xls} via the embedded @code{libxls} C library and @file{.xlsx} via
415the embedded @code{RapidXML} C++ library.")
416 ;; XXX: This package bundles a copy of 'libxsl' which is BSD-2 and
417 ;; 'rapidxml' which is Boost.
418 (license (list license:gpl3 license:bsd-2 license:boost1.0))))
419
9a91c925
CR
420(define-public r-modelr
421 (package
422 (name "r-modelr")
7ef25083 423 (version "0.1.5")
9a91c925
CR
424 (source
425 (origin
426 (method url-fetch)
427 (uri (cran-uri "modelr" version))
428 (sha256
429 (base32
7ef25083 430 "0nnfhlzz75ihs8azy963cc4cwg1kx81rybk4z3wm98bbghwfxfs5"))))
9a91c925
CR
431 (build-system r-build-system)
432 (propagated-inputs
433 `(("r-broom" ,r-broom)
434 ("r-dplyr" ,r-dplyr)
9a91c925
CR
435 ("r-magrittr" ,r-magrittr)
436 ("r-purrr" ,r-purrr)
7ef25083 437 ("r-rlang" ,r-rlang)
9a91c925
CR
438 ("r-tibble" ,r-tibble)
439 ("r-tidyr" ,r-tidyr)))
440 (home-page "https://github.com/tidyverse/modelr")
441 (synopsis "Helper functions for modelling in pipelines")
442 (description
443 "Functions for modelling that help you seamlessly integrate modelling
444into a pipeline of data manipulation and visualisation.")
445 (license license:gpl3)))
446
92ce1883
RW
447(define-public r-httpuv
448 (package
449 (name "r-httpuv")
0b8ef655 450 (version "1.5.1")
92ce1883
RW
451 (source (origin
452 (method url-fetch)
453 (uri (cran-uri "httpuv" version))
454 (sha256
455 (base32
0b8ef655 456 "042piypg4c8sqrlcdl3dwajkafkbglsky3x7d0jpjv8s5wxnpfxm"))))
92ce1883 457 (build-system r-build-system)
92ce1883
RW
458 (propagated-inputs
459 `(("r-bh" ,r-bh)
460 ("r-later" ,r-later)
2391e97c
RW
461 ("r-promises" ,r-promises)
462 ("r-r6" ,r-r6)
463 ("r-rcpp" ,r-rcpp)))
92ce1883
RW
464 (home-page "https://github.com/rstudio/httpuv")
465 (synopsis "HTTP and WebSocket server library for R")
466 (description
467 "The httpuv package provides low-level socket and protocol support for
468handling HTTP and WebSocket requests directly from within R. It is primarily
469intended as a building block for other packages, rather than making it
470particularly easy to create complete web applications using httpuv alone.")
471 ;; This package includes third-party code that was originally released
472 ;; under various non-copyleft licenses. Full licensing information can be
473 ;; obtained here: https://github.com/rstudio/httpuv/blob/master/LICENSE
474 (license license:gpl3+)))
475
476(define-public r-jsonlite
477 (package
478 (name "r-jsonlite")
a2315c67 479 (version "1.6")
92ce1883
RW
480 (source (origin
481 (method url-fetch)
482 (uri (cran-uri "jsonlite" version))
483 (sha256
484 (base32
a2315c67 485 "0lyvhnr6n57h3a89bvipii7x17nvfaycm9j5j50bfrlr48jv9ic8"))))
92ce1883
RW
486 (build-system r-build-system)
487 (home-page "http://arxiv.org/abs/1403.2805")
488 (synopsis "Robust, high performance JSON parser and generator for R")
489 (description
490 "The jsonlite package provides a fast JSON parser and generator optimized
491for statistical data and the web. It offers flexible, robust, high
492performance tools for working with JSON in R and is particularly powerful for
493building pipelines and interacting with a web API. In addition to converting
494JSON data from/to R objects, jsonlite contains functions to stream, validate,
495and prettify JSON data. The unit tests included with the package verify that
496all edge cases are encoded and decoded consistently for use with dynamic data
497in systems and applications.")
498 (license license:expat)))
499
500(define-public r-servr
501 (package
502 (name "r-servr")
f503ed92 503 (version "0.15")
92ce1883
RW
504 (source (origin
505 (method url-fetch)
506 (uri (cran-uri "servr" version))
507 (sha256
508 (base32
f503ed92 509 "199k9aghwk9rf1rm8pjg60xacqww25cza259h5dfj1ixil0m6dxi"))))
92ce1883
RW
510 (build-system r-build-system)
511 (propagated-inputs
512 `(("r-httpuv" ,r-httpuv)
513 ("r-jsonlite" ,r-jsonlite)
514 ("r-mime" ,r-mime)
515 ("r-xfun" ,r-xfun)))
516 (home-page "https://github.com/yihui/servr")
517 (synopsis "Simple HTTP server to serve static files or dynamic documents")
518 (description
519 "Servr provides an HTTP server in R to serve static files, or dynamic
520documents that can be converted to HTML files (e.g., R Markdown) under a given
521directory.")
522 (license license:expat)))
523
524(define-public r-htmltools
525 (package
526 (name "r-htmltools")
527 (version "0.3.6")
528 (source (origin
529 (method url-fetch)
530 (uri (cran-uri "htmltools" version))
531 (sha256
532 (base32
533 "18k8r1s8sz1jy7dkz35n69wj20xhmllr53xmwb4pdzf2z61gpbs4"))))
534 (build-system r-build-system)
535 (arguments
536 `(#:phases
537 (modify-phases %standard-phases
538 ;; See https://github.com/rstudio/htmltools/pull/68
539 ;; The resource files are in the store and have mode 444. After
540 ;; copying the files R fails to remove them again because it doesn't
541 ;; have write access to them.
542 (add-after 'unpack 'copy-files-without-mode
543 (lambda _
544 (substitute* "R/html_dependency.R"
545 (("file.copy\\(from, to, " prefix)
546 (string-append prefix
547 "copy.mode = FALSE, ")))
548 #t)))))
549 (propagated-inputs
550 `(("r-digest" ,r-digest)
551 ("r-rcpp" ,r-rcpp)))
552 (home-page "https://cran.r-project.org/web/packages/htmltools")
553 (synopsis "R tools for HTML")
554 (description
555 "This package provides tools for HTML generation and output in R.")
556 (license license:expat)))
557
558(define-public r-htmlwidgets
559 (package
560 (name "r-htmlwidgets")
561 (version "1.3")
562 (source (origin
563 (method url-fetch)
564 (uri (cran-uri "htmlwidgets" version))
565 (sha256
566 (base32
567 "04jsdh14l2zifbjpbbh23w7bxz1wpsas0zb2gy2zwv4yqamzzr7i"))))
568 (build-system r-build-system)
569 (propagated-inputs
570 `(("r-htmltools" ,r-htmltools)
571 ("r-jsonlite" ,r-jsonlite)
572 ("r-yaml" ,r-yaml)))
573 (home-page "https://github.com/ramnathv/htmlwidgets")
574 (synopsis "HTML Widgets for R")
575 (description
576 "HTML widgets is a framework for creating HTML widgets that render in
577various contexts including the R console, R Markdown documents, and Shiny web
578applications.")
579 (license license:expat)))
580
581(define-public r-htmltable
582 (package
583 (name "r-htmltable")
1add168a 584 (version "1.13.1")
92ce1883
RW
585 (source
586 (origin
587 (method url-fetch)
588 (uri (cran-uri "htmlTable" version))
589 (sha256
590 (base32
1add168a 591 "1l44b33xgj2698k6nz17r8fl0ink14ryzng803apm9d6bnv357v8"))))
92ce1883
RW
592 (properties `((upstream-name . "htmlTable")))
593 (build-system r-build-system)
594 (propagated-inputs
595 `(("r-checkmate" ,r-checkmate)
596 ("r-htmltools" ,r-htmltools)
597 ("r-htmlwidgets" ,r-htmlwidgets)
598 ("r-knitr" ,r-knitr)
599 ("r-magrittr" ,r-magrittr)
600 ("r-rstudioapi" ,r-rstudioapi)
601 ("r-stringr" ,r-stringr)))
602 (home-page "http://gforge.se/packages/")
603 (synopsis "Advanced tables for Markdown/HTML")
604 (description
605 "This package provides functions to build tables with advanced layout
606elements such as row spanners, column spanners, table spanners, zebra
607striping, and more. While allowing advanced layout, the underlying
608CSS-structure is simple in order to maximize compatibility with word
609processors such as LibreOffice. The package also contains a few text
610formatting functions that help outputting text compatible with HTML or
611LaTeX.")
612 (license license:gpl3+)))
613
614(define-public r-curl
615 (package
616 (name "r-curl")
b44c1205 617 (version "4.0")
92ce1883
RW
618 (source (origin
619 (method url-fetch)
620 (uri (cran-uri "curl" version))
621 (sha256
622 (base32
b44c1205 623 "0wb1j87fa2nd4a9x1w2nmc453nzvx6qiq8dviwc4jr36hsf9ra89"))))
92ce1883
RW
624 (build-system r-build-system)
625 (arguments
626 `(#:phases
627 (modify-phases %standard-phases
628 ;; The environment variable CURL_CA_BUNDLE is only respected when
629 ;; running Windows, so we disable the platform checks.
630 ;; This can be removed once the libcurl has been patched.
631 (add-after 'unpack 'allow-CURL_CA_BUNDLE
632 (lambda _
633 (substitute* "R/onload.R"
634 (("if \\(!grepl\\(\"mingw\".*")
635 "if (FALSE)\n"))
636 (substitute* "src/handle.c"
637 (("#ifdef _WIN32") "#if 1"))
638 #t)))))
639 (inputs
646e1ef0
RW
640 `(("libcurl" ,curl)
641 ("zlib" ,zlib)))
642 (native-inputs
643 `(("pkg-config" ,pkg-config)))
92ce1883
RW
644 (home-page "https://github.com/jeroenooms/curl")
645 (synopsis "HTTP client for R")
646 (description
647 "The @code{curl()} and @code{curl_download()} functions provide highly
648configurable drop-in replacements for base @code{url()} and
649@code{download.file()} with better performance, support for encryption, gzip
650compression, authentication, and other @code{libcurl} goodies. The core of
651the package implements a framework for performing fully customized requests
652where data can be processed either in memory, on disk, or streaming via the
653callback or connection interfaces.")
654 (license license:expat)))
655
656(define-public r-hwriter
657 (package
658 (name "r-hwriter")
659 (version "1.3.2")
660 (source
661 (origin
662 (method url-fetch)
663 (uri (cran-uri "hwriter" version))
664 (sha256
665 (base32
666 "0arjsz854rfkfqhgvpqbm9lfni97dcjs66isdsfvwfd2wz932dbb"))))
667 (build-system r-build-system)
668 (home-page "https://cran.r-project.org/web/packages/hwriter")
669 (synopsis "Output R objects in HTML format")
670 (description
671 "This package provides easy-to-use and versatile functions to output R
672objects in HTML format.")
673 (license license:lgpl2.1+)))
674
675(define-public r-rjson
676 (package
677 (name "r-rjson")
678 (version "0.2.20")
679 (source
680 (origin
681 (method url-fetch)
682 (uri (cran-uri "rjson" version))
683 (sha256
684 (base32
685 "0v1zvdd3svnavklh7y5xbwrrkbvx6053r4c5hgnk7hz7bqg7qa1s"))))
686 (build-system r-build-system)
687 (home-page "https://cran.r-project.org/web/packages/rjson")
688 (synopsis "JSON library for R")
689 (description
690 "This package provides functions to convert R objects into JSON objects
691and vice-versa.")
692 (license license:gpl2+)))
693
694(define-public r-shiny
695 (package
696 (name "r-shiny")
d235cf72 697 (version "1.2.0")
92ce1883
RW
698 (source
699 (origin
700 (method git-fetch)
701 (uri (git-reference
702 (url "https://github.com/rstudio/shiny.git")
703 (commit (string-append "v" version))))
704 (file-name (git-file-name name version))
705 (sha256
706 (base32
d235cf72 707 "1kl3dh68h4cnrm3rqn9pddk5n6bsmr5x0626bkfv0qqi0q92zin4"))))
92ce1883
RW
708 (build-system r-build-system)
709 (arguments
710 `(#:modules ((guix build r-build-system)
711 (guix build minify-build-system)
712 (guix build utils)
713 (ice-9 match))
714 #:imported-modules (,@%r-build-system-modules
715 (guix build minify-build-system))
716 #:phases
717 (modify-phases (@ (guix build r-build-system) %standard-phases)
718 (add-after 'unpack 'replace-bundled-minified-JavaScript
719 (lambda* (#:key inputs #:allow-other-keys)
720 (let ((replace-file (lambda (old new)
721 (format #t "replacing ~a with ~a\n" old new)
722 (delete-file old)
723 (symlink new old))))
724 ;; NOTE: Files in ./inst/www/shared/datepicker/js/locales/
725 ;; contain just data. They are not minified code, so we don't
726 ;; replace them.
727 (with-directory-excursion "inst/www/shared"
728 (replace-file "bootstrap/shim/respond.min.js"
729 (string-append (assoc-ref inputs "js-respond")
730 "/share/javascript/respond.min.js"))
731 (replace-file "bootstrap/shim/html5shiv.min.js"
732 (string-append (assoc-ref inputs "js-html5shiv")
733 "/share/javascript/html5shiv.min.js"))
734 (replace-file "json2-min.js"
735 (string-append (assoc-ref inputs "js-json2")
736 "/share/javascript/json2.min.js"))
737 (replace-file "strftime/strftime-min.js"
738 (string-append (assoc-ref inputs "js-strftime")
739 "/share/javascript/strftime.min.js"))
740 (replace-file "highlight/highlight.pack.js"
741 (string-append (assoc-ref inputs "js-highlight")
742 "/share/javascript/highlight.min.js"))
743 (replace-file "datatables/js/jquery.dataTables.min.js"
744 (string-append (assoc-ref inputs "js-datatables")
745 "/share/javascript/jquery.dataTables.min.js"))
746 (replace-file "selectize/js/selectize.min.js"
747 (string-append (assoc-ref inputs "js-selectize")
748 "/share/javascript/selectize.min.js"))
749 (replace-file "selectize/js/es5-shim.min.js"
750 (string-append (assoc-ref inputs "js-es5-shim")
751 "/share/javascript/es5-shim.min.js"))
752 (for-each (match-lambda
753 ((source . target)
754 (delete-file target)
755 (minify source #:target target)))
756 '(("jqueryui/jquery-ui.js" .
757 "jqueryui/jquery-ui.min.js")
92ce1883
RW
758 ("datepicker/js/bootstrap-datepicker.js" .
759 "datepicker/js/bootstrap-datepicker.min.js")
760 ("ionrangeslider/js/ion.rangeSlider.js" .
761 "ionrangeslider/js/ion.rangeSlider.min.js")
762 ("bootstrap/js/bootstrap.js" .
763 "bootstrap/js/bootstrap.min.js")
764 ("shiny.js" .
765 "shiny.min.js")
766 ("jquery.js" .
767 "jquery.min.js")))))
768 #t)))))
769 (propagated-inputs
770 `(("r-crayon" ,r-crayon)
771 ("r-httpuv" ,r-httpuv)
772 ("r-mime" ,r-mime)
773 ("r-jsonlite" ,r-jsonlite)
774 ("r-xtable" ,r-xtable)
775 ("r-digest" ,r-digest)
776 ("r-htmltools" ,r-htmltools)
777 ("r-r6" ,r-r6)
778 ("r-sourcetools" ,r-sourcetools)))
779 (inputs
780 `(("js-datatables" ,js-datatables)
781 ("js-html5shiv" ,js-html5shiv)
782 ("js-json2" ,js-json2)
783 ("js-respond" ,js-respond)
784 ("js-selectize" ,js-selectize)
785 ("js-strftime" ,js-strftime)
786 ("js-highlight" ,js-highlight)
787 ("js-es5-shim" ,js-es5-shim)))
8916034a
RW
788 (native-inputs
789 `(("uglify-js" ,uglify-js)))
92ce1883
RW
790 (home-page "http://shiny.rstudio.com")
791 (synopsis "Easy interactive web applications with R")
792 (description
793 "Makes it incredibly easy to build interactive web applications
794with R. Automatic \"reactive\" binding between inputs and outputs and
795extensive prebuilt widgets make it possible to build beautiful,
796responsive, and powerful applications with minimal effort.")
797 (license license:artistic2.0)))
798
799(define-public r-shinydashboard
800 (package
801 (name "r-shinydashboard")
802 (version "0.7.1")
803 (source (origin
804 (method url-fetch)
805 (uri (cran-uri "shinydashboard" version))
806 (sha256
807 (base32
808 "0khac8b27q3swdw07kl609hm0fjfjsjv591b388q99mqqr2rk92i"))))
809 (build-system r-build-system)
810 ;; The directory inst/AdminLTE/ contains a minified JavaScript file.
811 ;; Regenerate it from the included sources.
812 (arguments
813 `(#:modules ((guix build utils)
814 (guix build r-build-system)
815 (ice-9 popen))
816 #:phases
817 (modify-phases %standard-phases
818 (add-after 'unpack 'generate-minified-javascript
819 (lambda _
820 (with-directory-excursion "inst/AdminLTE"
821 (delete-file "app.min.js")
822 (let ((minified (open-pipe* OPEN_READ "uglify-js" "app.js")))
823 (call-with-output-file "app.min.js"
824 (lambda (port)
825 (dump-port minified port))))))))))
826 (propagated-inputs
827 `(("r-htmltools" ,r-htmltools)
828 ("r-promises" ,r-promises)
829 ("r-shiny" ,r-shiny)))
830 (native-inputs
831 `(("uglify-js" ,uglify-js)))
832 (home-page "http://rstudio.github.io/shinydashboard/")
833 (synopsis "Create dashboards with shiny")
834 (description "This package provides an extension to the Shiny web
835application framework for R, making it easy to create attractive dashboards.")
836 ;; This package includes software that was released under the Expat
837 ;; license, but the whole package is released under GPL version 2 or
838 ;; later.
839 (license license:gpl2+)))
840
841(define-public r-shinyfiles
842 (package
843 (name "r-shinyfiles")
8bc8cea9 844 (version "0.7.3")
92ce1883
RW
845 (source
846 (origin
847 (method url-fetch)
848 (uri (cran-uri "shinyFiles" version))
849 (sha256
850 (base32
8bc8cea9 851 "01as3l9ffj5dwac0vviais2x5l3027zxlj67kcvkdwxaj5hql33i"))))
92ce1883
RW
852 (properties `((upstream-name . "shinyFiles")))
853 (build-system r-build-system)
854 (propagated-inputs
855 `(("r-fs" ,r-fs)
856 ("r-htmltools" ,r-htmltools)
857 ("r-jsonlite" ,r-jsonlite)
858 ("r-shiny" ,r-shiny)
859 ("r-tibble" ,r-tibble)))
860 (home-page "https://github.com/thomasp85/shinyFiles")
861 (synopsis "Server-side file system viewer for Shiny")
862 (description
863 "This package provides functionality for client-side navigation of the
864server side file system in shiny apps. In case the app is running locally
865this gives the user direct access to the file system without the need to
866\"download\" files to a temporary location. Both file and folder selection as
867well as file saving is available.")
868 (license license:gpl2+)))
869
983906bb
RW
870;; The package sources include minified variants of d3.js and non-minified
871;; source code of d3-jetpack.
872(define-public r-d3r
873 (package
874 (name "r-d3r")
52aacfbd 875 (version "0.8.7")
983906bb
RW
876 (source
877 (origin
878 (method url-fetch)
879 (uri (cran-uri "d3r" version))
880 (sha256
881 (base32
52aacfbd 882 "0xl3im76lp7pd5lhp8jfyqdm4j4zvjrx5a5fl81xv2cf7x3n4f2a"))))
983906bb
RW
883 (build-system r-build-system)
884 (arguments
885 `(#:modules ((guix build utils)
886 (guix build r-build-system)
887 (srfi srfi-1)
888 (ice-9 popen))
889 #:phases
890 (modify-phases %standard-phases
891 (add-after 'unpack 'process-javascript
892 (lambda* (#:key inputs #:allow-other-keys)
893 (with-directory-excursion "inst/www/d3/"
894 (call-with-values
895 (lambda ()
896 (unzip2
897 `((,(assoc-ref inputs "d3.v3.js")
898 "v3/dist/d3.min.js")
899 (,(assoc-ref inputs "d3.v4.js")
900 "v4/dist/d3.min.js")
901 (,(assoc-ref inputs "d3.v5.js")
902 "v5/dist/d3.min.js"))))
903 (lambda (sources targets)
904 (for-each (lambda (source target)
905 (format #t "Processing ~a --> ~a~%"
906 source target)
907 (delete-file target)
908 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
909 (call-with-output-file target
910 (lambda (port)
911 (dump-port minified port)))))
912 sources targets))))
913 #t)))))
914 (propagated-inputs
915 `(("r-dplyr" ,r-dplyr)
916 ("r-htmltools" ,r-htmltools)
917 ("r-tidyr" ,r-tidyr)))
918 (native-inputs
919 `(("uglify-js" ,uglify-js)
920 ("d3.v3.js"
921 ,(origin
922 (method url-fetch)
923 (uri "https://d3js.org/d3.v3.js")
924 (sha256
925 (base32
926 "1arr7sr08vy7wh0nvip2mi7dpyjw4576vf3bm45rp4g5lc1k1x41"))))
927 ("d3.v4.js"
928 ,(origin
929 (method url-fetch)
930 (uri "https://d3js.org/d3.v4.js")
931 (sha256
932 (base32
933 "0y7byf6kcinfz9ac59jxc4v6kppdazmnyqfav0dm4h550fzfqqlg"))))
934 ("d3.v5.js"
935 ,(origin
936 (method url-fetch)
937 (uri "https://d3js.org/d3.v5.js")
938 (sha256
939 (base32
940 "0kxvx5pfagxn6nhavdwsdnzyd26g0z5dsfi1pi5dvcmb0c8ipcdn"))))))
941 (home-page "https://github.com/timelyportfolio/d3r")
942 (synopsis "d3.js utilities for R")
943 (description
944 "This package provides a suite of functions to help ease the use of the
945d3.js visualization library in R. These helpers include
946@code{htmltools::htmlDependency} functions, hierarchy builders, and conversion
947tools for @code{partykit}, @code{igraph}, @code{table}, and @code{data.frame}
948R objects into the JSON format that the d3.js library expects.")
949 (license license:bsd-3)))
950
b03dd5cf
RW
951;; We use the latest commit here because the last release was in 2016 while
952;; the latest commit was in 2018.
953(define-public r-sankeyd3
954 (let ((commit "fd50a74e29056e0d67d75b4d04de47afb2f932bc")
955 (revision "1"))
956 (package
957 (name "r-sankeyd3")
958 (version (git-version "0.3.2" revision commit))
959 (source
960 (origin
961 (method git-fetch)
962 (uri (git-reference
963 (url "https://github.com/fbreitwieser/sankeyD3.git")
964 (commit commit)))
965 (file-name (git-file-name name version))
966 (sha256
967 (base32
968 "0jrcnfax321pszbpjdifnkbrgbjr43bjzvlzv1p5a8wskksqwiyx"))))
969 (build-system r-build-system)
970 (propagated-inputs
971 `(("r-d3r" ,r-d3r)
972 ("r-htmlwidgets" ,r-htmlwidgets)
973 ("r-shiny" ,r-shiny)
974 ("r-magrittr" ,r-magrittr)))
975 (home-page "https://github.com/fbreitwieser/sankeyD3")
976 (synopsis "Sankey network graphs from R")
977 (description
978 "This package provides an R library to generate Sankey network graphs
979in R and Shiny via the D3 visualization library.")
980 ;; The R code is licensed under GPLv3+. It includes the non-minified
981 ;; JavaScript source code of d3-sankey, which is released under the
982 ;; 3-clause BSD license.
983 (license (list license:gpl3+ license:bsd-3)))))
984
92ce1883
RW
985(define-public r-crosstalk
986 (package
987 (name "r-crosstalk")
988 (version "1.0.0")
989 (source
990 (origin
991 (method url-fetch)
992 (uri (cran-uri "crosstalk" version))
993 (sha256
994 (base32
995 "0lfa89vhrzi7a1rghmygcjr8gzddw35sinb3jx6g49mc9jias7mk"))))
996 (build-system r-build-system)
997 (propagated-inputs
998 `(("r-ggplot2" ,r-ggplot2)
999 ("r-htmltools" ,r-htmltools)
1000 ("r-jsonlite" ,r-jsonlite)
1001 ("r-lazyeval" ,r-lazyeval)
1002 ("r-r6" ,r-r6)
1003 ("r-shiny" ,r-shiny)))
1004 (home-page "https://rstudio.github.io/crosstalk/")
1005 (synopsis "Inter-widget interactivity for HTML widgets")
1006 (description
1007 "This package provides building blocks for allowing HTML widgets to
1008communicate with each other, with Shiny or without (i.e. static @code{.html}
1009files). It currently supports linked brushing and filtering.")
1010 (license license:expat)))
1011
1012(define-public r-rook
1013 (package
1014 (name "r-rook")
1015 (version "1.1-1")
1016 (source
1017 (origin
1018 (method url-fetch)
1019 (uri (cran-uri "Rook" version))
1020 (sha256
1021 (base32
1022 "00s9a0kr9rwxvlq433daxjk4ji8m0w60hjdprf502msw9kxfrx00"))))
1023 (properties `((upstream-name . "Rook")))
1024 (build-system r-build-system)
1025 (propagated-inputs `(("r-brew" ,r-brew)))
1026 (home-page "https://cran.r-project.org/web/packages/Rook")
1027 (synopsis "Web server interface for R")
1028 (description
1029 "This package contains the Rook specification and convenience software
1030for building and running Rook applications. A Rook application is an R
1031reference class object that implements a @code{call} method or an R closure
1032that takes exactly one argument, an environment, and returns a list with three
1033named elements: the @code{status}, the @code{headers}, and the @code{body}.")
1034 (license license:gpl2)))
1035
1036(define-public r-miniui
1037 (package
1038 (name "r-miniui")
1039 (version "0.1.1.1")
1040 (source
1041 (origin
1042 (method url-fetch)
1043 (uri (cran-uri "miniUI" version))
1044 (sha256
1045 (base32
1046 "1h5h2sc57h95d6bsgs95l26911g38hvjc1v50bc31xl9689l2as5"))))
1047 (properties `((upstream-name . "miniUI")))
1048 (build-system r-build-system)
1049 (propagated-inputs
1050 `(("r-htmltools" ,r-htmltools)
1051 ("r-shiny" ,r-shiny)))
1052 (home-page "https://cran.r-project.org/web/packages/miniUI/")
1053 (synopsis "Shiny UI widgets for small screens")
1054 (description
1055 "This package provides UI widget and layout functions for writing Shiny apps that
1056work well on small screens.")
1057 (license license:gpl3)))
1058
60a166c6
RW
1059(define-public r-feather
1060 (package
1061 (name "r-feather")
02efab69 1062 (version "0.3.4")
60a166c6
RW
1063 (source
1064 (origin
1065 (method url-fetch)
1066 (uri (cran-uri "feather" version))
1067 (sha256
1068 (base32
02efab69 1069 "1zwr2lxbzks2k1jjbnnv965j8sbwxnszl1vyrnl60ar24nykd2f3"))))
60a166c6
RW
1070 (build-system r-build-system)
1071 (propagated-inputs
1072 `(("r-hms" ,r-hms)
1073 ("r-rcpp" ,r-rcpp)
1074 ("r-tibble" ,r-tibble)))
1075 (home-page "https://github.com/wesm/feather")
1076 (synopsis "R Bindings to the Feather API")
1077 (description "Read and write feather files, a lightweight binary columnar
1078data store designed for maximum speed.")
1079 (license license:asl2.0)))
1080
2a2760a0
RW
1081(define-public r-maps
1082 (package
1083 (name "r-maps")
1084 (version "3.3.0")
1085 (source
1086 (origin
1087 (method url-fetch)
1088 (uri (cran-uri "maps" version))
1089 (sha256
1090 (base32
1091 "05i2ppl5z4p8rawgqmy3z4ia05fcblpq1vvrmrkgkkpdlhczx6hr"))))
1092 (build-system r-build-system)
1093 (home-page "https://cran.r-project.org/web/packages/maps")
1094 (synopsis "Draw geographical maps")
1095 (description "This package provides an R module for display of maps.
36a4366d
EF
1096Projection code and larger maps are in separate packages (@code{mapproj} and
1097@code{mapdata}).")
2a2760a0
RW
1098 (license license:gpl2)))
1099
1100(define-public r-mapproj
1101 (package
1102 (name "r-mapproj")
1103 (version "1.2.6")
1104 (source
1105 (origin
1106 (method url-fetch)
1107 (uri (cran-uri "mapproj" version))
1108 (sha256
1109 (base32
1110 "1rggww8cbwv0vzlj5afzhbsbngg4bzj5znbkz7wmxsbshfbsm9b2"))))
1111 (build-system r-build-system)
1112 (propagated-inputs `(("r-maps" ,r-maps)))
1113 (home-page "https://cran.r-project.org/web/packages/mapproj")
1114 (synopsis "Map projection in R")
1115 (description "This package converts latitude/longitude into projected
1116coordinates.")
1117 (license (list license:gpl2 ; The R interface
1118 (license:non-copyleft ; The C code
1119 "https://www.gnu.org/licenses/license-list.en.html#lucent102"
1120 "Lucent Public License Version 1.02")))))
1121
1122(define-public r-rgooglemaps
1123 (package
1124 (name "r-rgooglemaps")
6d879bb6 1125 (version "1.4.4")
2a2760a0
RW
1126 (source
1127 (origin
1128 (method url-fetch)
1129 (uri (cran-uri "RgoogleMaps" version))
1130 (sha256
1131 (base32
6d879bb6 1132 "0sbklacc4jl5524ixhc11mh6smrzdz4l9pji6cn402i6zdn9z05x"))))
2a2760a0
RW
1133 (properties `((upstream-name . "RgoogleMaps")))
1134 (build-system r-build-system)
1135 (propagated-inputs `(("r-png" ,r-png)))
1136 (home-page "https://cran.r-project.org/web/packages/RgoogleMaps")
1137 (synopsis "Use Google Maps in R")
1138 (description "This package serves two purposes:
1139@enumerate
1140@item Provide a comfortable R interface to query the Google server for static
1141 maps, and
1142@item Use the map as a background image to overlay plots within R. This
1143 requires proper coordinate scaling.
1144@end enumerate\n")
1145 (license license:gpl2+)))
1146
1147(define-public r-geosphere
1148 (package
1149 (name "r-geosphere")
f43ec9e9 1150 (version "1.5-10")
2a2760a0
RW
1151 (source
1152 (origin
1153 (method url-fetch)
1154 (uri (cran-uri "geosphere" version))
1155 (sha256
1156 (base32
f43ec9e9 1157 "15xlgsmn0vwky1l13n6acdz6jn2b2na3gf6x367y3qh1f5w4zkan"))))
2a2760a0
RW
1158 (build-system r-build-system)
1159 (propagated-inputs `(("r-sp" ,r-sp)))
1160 (home-page "https://cran.r-project.org/web/packages/geosphere")
1161 (synopsis "Spherical trigonometry")
1162 (description "This package computes spherical trigonometry for geographic
1163applications. That is, compute distances and related measures for angular
1164(longitude/latitude) locations.")
1165 (license license:gpl3+)))
1166
1167(define-public r-ggmap
1168 (package
1169 (name "r-ggmap")
20662a30 1170 (version "3.0.0")
2a2760a0
RW
1171 (source
1172 (origin
1173 (method url-fetch)
1174 (uri (cran-uri "ggmap" version))
1175 (sha256
1176 (base32
20662a30 1177 "13dmzl6z62pzjiffilarkji46vy0sacxa8a7mhrhc3biq3ylzhln"))))
2a2760a0
RW
1178 (build-system r-build-system)
1179 (propagated-inputs
20662a30
RW
1180 `(("r-bitops" ,r-bitops)
1181 ("r-digest" ,r-digest)
1182 ("r-dplyr" ,r-dplyr)
2a2760a0 1183 ("r-ggplot2" ,r-ggplot2)
20662a30
RW
1184 ("r-glue" ,r-glue)
1185 ("r-httr" ,r-httr)
2a2760a0 1186 ("r-jpeg" ,r-jpeg)
20662a30 1187 ("r-magrittr" ,r-magrittr)
2a2760a0
RW
1188 ("r-plyr" ,r-plyr)
1189 ("r-png" ,r-png)
20662a30 1190 ("r-purrr" ,r-purrr)
2a2760a0
RW
1191 ("r-rgooglemaps" ,r-rgooglemaps)
1192 ("r-rjson" ,r-rjson)
20662a30
RW
1193 ("r-scales" ,r-scales)
1194 ("r-stringr" ,r-stringr)
1195 ("r-tibble" ,r-tibble)
1196 ("r-tidyr" ,r-tidyr)))
2a2760a0
RW
1197 (home-page "https://github.com/dkahle/ggmap")
1198 (synopsis "Spatial visualization with ggplot2")
1199 (description "This package provides a collection of functions to visualize
1200spatial data and models on top of static maps from various online sources (e.g
1201Google Maps and Stamen Maps). It includes tools common to those tasks,
1202including functions for geolocation and routing.")
1203 (license license:gpl2)))
1204
d2a507ef
CR
1205(define-public r-haven
1206 (package
1207 (name "r-haven")
b89805fe 1208 (version "2.1.1")
d2a507ef
CR
1209 (source
1210 (origin
1211 (method url-fetch)
1212 (uri (cran-uri "haven" version))
1213 (sha256
1214 (base32
b89805fe 1215 "12h64r2v2451igyl7v4w2kg0hzw9rnanph0m7smffq29ybkv9g4h"))))
d2a507ef 1216 (build-system r-build-system)
35b32367
TGR
1217 (inputs
1218 `(("zlib" ,zlib)))
d2a507ef
CR
1219 (propagated-inputs
1220 `(("r-forcats" ,r-forcats)
1221 ("r-hms" ,r-hms)
1222 ("r-rcpp" ,r-rcpp)
1223 ("r-readr" ,r-readr)
1224 ("r-tibble" ,r-tibble)))
1225 (home-page "https://haven.tidyverse.org")
1226 (synopsis "Import and Export 'SPSS', 'Stata' and 'SAS' Files")
1227 (description
1228 "This package lets you mport foreign statistical formats into R via the
1229embedded @url{https://github.com/WizardMac/ReadStat,ReadStat} C library.")
1230 (license license:expat)))
1231
996bed06
RJ
1232(define-public r-amap
1233 (package
1234 (name "r-amap")
c86da03a 1235 (version "0.8-17")
996bed06
RJ
1236 (source (origin
1237 (method url-fetch)
1238 (uri (cran-uri "amap" version))
1239 (sha256
1240 (base32
c86da03a 1241 "1il94bkhl8192vawq4gr2gwyhqhid27jr2312rhvr72ssg8p713b"))))
996bed06 1242 (build-system r-build-system)
c86da03a 1243 (native-inputs
996bed06
RJ
1244 `(("gfortran" ,gfortran)))
1245 (home-page "http://mulcyber.toulouse.inra.fr/projects/amap/")
1246 (synopsis "Another multidimensional analysis package")
1247 (description "This package provides tools for clustering and principal
1248component analysis (with robust methods, and parallelized functions).")
1249 (license license:gpl2+)))
1250
53cc59a1
RW
1251(define-public r-ape
1252 (package
1253 (name "r-ape")
8e91ad0b 1254 (version "5.3")
53cc59a1
RW
1255 (source
1256 (origin
1257 (method url-fetch)
1258 (uri (cran-uri "ape" version))
1259 (sha256
1260 (base32
8e91ad0b 1261 "08wbk1kxhs32bmmvqlqanbdg1w235amd35k8m00fngsj9h9xzc08"))))
53cc59a1
RW
1262 (build-system r-build-system)
1263 (propagated-inputs
1264 `(("r-lattice" ,r-lattice)
1265 ("r-nlme" ,r-nlme)
1266 ("r-rcpp" ,r-rcpp)))
1267 (home-page "http://ape-package.ird.fr/")
1268 (synopsis "Analyses of phylogenetics and evolution")
1269 (description
1270 "This package provides functions for reading, writing, plotting, and
1271manipulating phylogenetic trees, analyses of comparative data in a
1272phylogenetic framework, ancestral character analyses, analyses of
1273diversification and macroevolution, computing distances from DNA sequences,
1274and several other tools.")
1275 (license license:gpl2+)))
1276
109b2f7c
VV
1277(define-public r-abbyyr
1278 (package
1279 (name "r-abbyyr")
4ae5f18a 1280 (version "0.5.5")
109b2f7c
VV
1281 (source
1282 (origin
1283 (method url-fetch)
1284 (uri (cran-uri "abbyyR" version))
1285 (sha256
1286 (base32
4ae5f18a 1287 "1vldnd3dg89aj6a73nhirirqddbfdrnzhb5m3679i60sark8nk6r"))))
109b2f7c
VV
1288 (properties `((upstream-name . "abbyyR")))
1289 (build-system r-build-system)
1290 (propagated-inputs
1291 `(("r-curl" ,r-curl)
1292 ("r-httr" ,r-httr)
1293 ("r-plyr" ,r-plyr)
1294 ("r-progress" ,r-progress)
1295 ("r-readr" ,r-readr)
1296 ("r-xml" ,r-xml)))
1297 (home-page "https://github.com/soodoku/abbyyR")
1298 (synopsis "Access to Abbyy Optical Character Recognition (OCR) API")
1299 (description
1300 "This package provides tools to get text from images of text using Abbyy
1301Cloud Optical Character Recognition (OCR) API. With abbyyyR, one can easily
1302OCR images, barcodes, forms, documents with machine readable zones, e.g.
1303passports and get the results in a variety of formats including plain text and
1304XML. To learn more about the Abbyy OCR API, see @url{http://ocrsdk.com/}.")
1305 (license license:expat)))
1306
056468dc
RW
1307(define-public r-colorspace
1308 (package
1309 (name "r-colorspace")
f9bc918b 1310 (version "1.4-1")
056468dc
RW
1311 (source
1312 (origin
1313 (method url-fetch)
1314 (uri (cran-uri "colorspace" version))
1315 (sha256
f9bc918b 1316 (base32 "0wyny3ah2d74hqv80s6imrarpna09gq3j9rjnz6zx2qg0lx72gb9"))))
056468dc 1317 (build-system r-build-system)
e9960d8c 1318 (home-page "https://cran.r-project.org/web/packages/colorspace")
056468dc
RW
1319 (synopsis "Color space manipulation")
1320 (description
1321 "This package carries out a mapping between assorted color spaces
1322including RGB, HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB and polar
1323CIELAB. Qualitative, sequential, and diverging color palettes based on HCL
1324colors are provided.")
1325 (license license:bsd-3)))
5bee6bf4
RW
1326
1327(define-public r-glue
1328 (package
1329 (name "r-glue")
b21eb347 1330 (version "1.3.1")
5bee6bf4
RW
1331 (source
1332 (origin
1333 (method url-fetch)
1334 (uri (cran-uri "glue" version))
1335 (sha256
1336 (base32
b21eb347 1337 "1a1ycg9r3gd91visp49q49rsrdgyf8kr9dxdy3hk99kikn4z5hag"))))
5bee6bf4
RW
1338 (build-system r-build-system)
1339 (home-page "https://github.com/tidyverse/glue")
1340 (synopsis "Interpreted string literals")
1341 (description
1342 "This package provides an implementation of interpreted string literals,
1343inspired by Python's Literal String Interpolation (PEP-0498) and
1344Docstrings (PEP-0257) and Julia's Triple-Quoted String Literals.")
1345 (license license:expat)))
847b4572 1346
ddbf2a98
RJ
1347(define-public r-pastecs
1348 (package
1349 (name "r-pastecs")
1350 (version "1.3.21")
1351 (source (origin
1352 (method url-fetch)
1353 (uri (cran-uri "pastecs" version))
1354 (sha256
1355 (base32
1356 "0z4dic94ar646w7zc2ggi5hgvf2qnznsani94c5pyql8zspz47lc"))))
1357 (build-system r-build-system)
1358 (propagated-inputs
1359 `(("r-boot" ,r-boot)))
1360 (home-page "http://www.sciviews.org/pastecs")
1361 (synopsis "Analysis of space-time ecological series")
1362 (description
1363 "This package provides functions for regulation, decomposition and analysis
1364of space-time series. The @code{pastecs} library is a PNEC-Art4 and IFREMER
1365initiative to bring PASSTEC 2000 functionalities to R.")
1366 (license license:gpl2+)))
1367
847b4572
RW
1368(define-public r-plogr
1369 (package
1370 (name "r-plogr")
0e947804 1371 (version "0.2.0")
847b4572
RW
1372 (source
1373 (origin
1374 (method url-fetch)
1375 (uri (cran-uri "plogr" version))
1376 (sha256
1377 (base32
0e947804 1378 "0a8dhzlna79ggyhfr0nncgh15a9n6r0dsz664pz0ah323wpblqqf"))))
847b4572
RW
1379 (build-system r-build-system)
1380 (home-page "https://github.com/krlmlr/plogr")
1381 (synopsis "R bindings for the plog C++ logging library")
1382 (description
1383 "This package provides the header files for a stripped-down version of
1384the plog header-only C++ logging library, and a method to log to R's standard
1385error stream.")
1386 (license license:expat)))
a8cba9dd 1387
a86049d9
TGR
1388(define-public r-pls
1389 (package
1390 (name "r-pls")
6f2fa038 1391 (version "2.7-1")
a86049d9
TGR
1392 (source
1393 (origin
1394 (method url-fetch)
1395 (uri (cran-uri "pls" version))
1396 (sha256
1397 (base32
6f2fa038 1398 "0jw3zl5z06023zxr74phnvwax8m3i4a4i6lsqiq6j15aq9zq3zgq"))))
a86049d9
TGR
1399 (build-system r-build-system)
1400 (home-page "http://mevik.net/work/software/pls.html")
1401 (synopsis "Partial Least Squares and Principal Component Regression")
1402 (description
1403 "The pls package implements multivariate regression methods: Partial Least
1404Squares Regression (@dfn{PLSR}), Principal Component Regression (@dfn{PCR}), and
1405Canonical Powered Partial Least Squares (@dfn{CPPLS}). It supports:
1406
1407@itemize
1408@item several algorithms: the traditional orthogonal scores (@dfn{NIPALS}) PLS
1409algorithm, kernel PLS, wide kernel PLS, Simpls, and PCR through @code{svd}
1410@item multi-response models (or @dfn{PLS2})
1411@item flexible cross-validation
1412@item Jackknife variance estimates of regression coefficients
1413@item extensive and flexible plots: scores, loadings, predictions, coefficients,
1414(R)MSEP, R², and correlation loadings
1415@item formula interface, modelled after @code{lm()}, with methods for predict,
1416print, summary, plot, update, etc.
1417@item extraction functions for coefficients, scores, and loadings
1418@item MSEP, RMSEP, and R² estimates
1419@item multiplicative scatter correction (@dfn{MSC})
1420@end itemize\n")
1421 (license license:gpl2)))
1422
b55e64d4
TGR
1423(define-public r-ps
1424 (package
1425 (name "r-ps")
422dea17 1426 (version "1.3.0")
b55e64d4
TGR
1427 (source
1428 (origin
1429 (method url-fetch)
1430 (uri (cran-uri "ps" version))
1431 (sha256
422dea17 1432 (base32 "1lcq7r0q4jb8x6k023zr2ydj2dg925bqqbkhx1phpnyjrk897498"))))
b55e64d4
TGR
1433 (build-system r-build-system)
1434 (home-page "http://ps.r-lib.org")
1435 (synopsis "List, query, and manipulate system processes")
1436 (description
1437 "The ps package implements an API to list, query, and manipulate system
1438processes. Most of its code is based on the @code{psutil} Python package.")
1439 (license license:bsd-3)))
1440
4f8247b5
RW
1441(define-public r-pkgbuild
1442 (package
1443 (name "r-pkgbuild")
ef93de84 1444 (version "1.0.5")
4f8247b5
RW
1445 (source
1446 (origin
1447 (method url-fetch)
1448 (uri (cran-uri "pkgbuild" version))
1449 (sha256
1450 (base32
ef93de84 1451 "0y4i85axwajrk67h3w6fiqfm6wxmhn3dr240w5l2nvqg3ahpxc8q"))))
4f8247b5
RW
1452 (build-system r-build-system)
1453 (propagated-inputs
1454 `(("r-callr" ,r-callr)
2657e666 1455 ("r-cli" ,r-cli)
4f8247b5
RW
1456 ("r-crayon" ,r-crayon)
1457 ("r-desc" ,r-desc)
2657e666 1458 ("r-prettyunits" ,r-prettyunits)
4f8247b5
RW
1459 ("r-r6" ,r-r6)
1460 ("r-rprojroot" ,r-rprojroot)
1461 ("r-withr" ,r-withr)))
1462 (home-page "https://github.com/r-pkgs/pkgbuild")
1463 (synopsis "Find tools needed to build R packages")
1464 (description
1465 "This package provides functions used to build R packages. It locates
1466compilers needed to build R packages on various platforms and ensures the PATH
1467is configured appropriately so R can use them.")
1468 (license license:gpl3)))
1469
e362be8e
RW
1470(define-public r-pkgload
1471 (package
1472 (name "r-pkgload")
65dd0e67 1473 (version "1.0.2")
e362be8e
RW
1474 (source
1475 (origin
1476 (method url-fetch)
1477 (uri (cran-uri "pkgload" version))
1478 (sha256
1479 (base32
65dd0e67 1480 "0z7jvharafahi2gv5547mk1n499isjzw06kfwymmxc0gd575d1ii"))))
e362be8e
RW
1481 (build-system r-build-system)
1482 (propagated-inputs
1483 `(("r-desc" ,r-desc)
1484 ("r-pkgbuild" ,r-pkgbuild)
1485 ("r-rlang" ,r-rlang)
1486 ("r-rprojroot" ,r-rprojroot)
1487 ("r-rstudioapi" ,r-rstudioapi)
1488 ("r-withr" ,r-withr)))
1489 (home-page "https://github.com/r-lib/pkgload")
1490 (synopsis "Simulate package installation and attach")
1491 (description
1492 "This package simulates the process of installing a package and then
1493attaching it. This is a key part of the @code{devtools} package as it allows
1494you to rapidly iterate while developing a package.")
1495 (license license:gpl3)))
1496
a8cba9dd
RW
1497(define-public r-rcpp
1498 (package
1499 (name "r-rcpp")
4522ec86 1500 (version "1.0.2")
a8cba9dd
RW
1501 (source
1502 (origin
1503 (method url-fetch)
1504 (uri (cran-uri "Rcpp" version))
1505 (sha256
4522ec86 1506 (base32 "170jlmjrs92z5qdv58badhxycjvfjpqwwpic7rm13pc9zkb3i4xd"))))
a8cba9dd 1507 (build-system r-build-system)
f87a18e6
RW
1508 (native-inputs
1509 `(("r-knitr" ,r-knitr))) ; for vignettes
a8cba9dd
RW
1510 (home-page "http://www.rcpp.org")
1511 (synopsis "Seamless R and C++ integration")
1512 (description
1513 "The Rcpp package provides R functions as well as C++ classes which offer
1514a seamless integration of R and C++. Many R data types and objects can be
1515mapped back and forth to C++ equivalents which facilitates both writing of new
1516code as well as easier integration of third-party libraries. Documentation
1517about Rcpp is provided by several vignettes included in this package, via the
36a4366d 1518@code{Rcpp Gallery} site at <http://gallery.rcpp.org>, the paper by Eddelbuettel
a8cba9dd 1519and Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see
36a4366d 1520@code{citation(\"Rcpp\")} for details on these last two.")
a8cba9dd 1521 (license license:gpl2+)))
eed58a08
RW
1522
1523(define-public r-bindr
1524 (package
1525 (name "r-bindr")
eb575e95 1526 (version "0.1.1")
eed58a08
RW
1527 (source
1528 (origin
1529 (method url-fetch)
1530 (uri (cran-uri "bindr" version))
1531 (sha256
1532 (base32
eb575e95 1533 "1l05fpk2yql3jka321c0bdgx6mqq9pvfrg2844lbjfpbgjkmqy3w"))))
eed58a08
RW
1534 (build-system r-build-system)
1535 (home-page "https://github.com/krlmlr/bindr")
1536 (synopsis "Parametrized active bindings")
1537 (description
1538 "This package provides a simple interface for creating active bindings
1539where the bound function accepts additional arguments.")
1540 (license license:expat)))
4bb0b4cc
RW
1541
1542(define-public r-bindrcpp
1543 (package
1544 (name "r-bindrcpp")
9f17c056 1545 (version "0.2.2")
4bb0b4cc
RW
1546 (source
1547 (origin
1548 (method url-fetch)
1549 (uri (cran-uri "bindrcpp" version))
1550 (sha256
1551 (base32
9f17c056 1552 "0rz4ibjdjsxl99ff3ha79z7cnjmilx4rx58fk9kk7ld9xc4hf4s8"))))
4bb0b4cc
RW
1553 (build-system r-build-system)
1554 (propagated-inputs
1555 `(("r-bindr" ,r-bindr)
1556 ("r-plogr" ,r-plogr)
1557 ("r-rcpp" ,r-rcpp)))
1558 (home-page "https://github.com/krlmlr/bindrcpp")
1559 (synopsis "Rcpp interface to active bindings")
1560 (description
1561 "This package provides an easy way to fill an environment with active
1562bindings that call a C++ function.")
1563 (license license:expat)))
33ce12e2
RW
1564
1565(define-public r-auc
1566 (package
1567 (name "r-auc")
1568 (version "0.3.0")
1569 (source
1570 (origin
1571 (method url-fetch)
1572 (uri (cran-uri "AUC" version))
1573 (sha256
1574 (base32
1575 "0ripcib2qz0m7rgr1kiz68nx8f6p408l1ww7j78ljqik7p3g41g7"))))
1576 (properties `((upstream-name . "AUC")))
1577 (build-system r-build-system)
e9960d8c 1578 (home-page "https://cran.r-project.org/web/packages/AUC")
33ce12e2
RW
1579 (synopsis "Compute the area under the curve of selected measures")
1580 (description
1581 "This package includes functions to compute the area under the curve of
1582selected measures: the area under the sensitivity curve (AUSEC), the area
1583under the specificity curve (AUSPC), the area under the accuracy
1584curve (AUACC), and the area under the receiver operating characteristic
1585curve (AUROC). The curves can also be visualized. Support for partial areas
1586is provided.")
1587 (license license:gpl2+)))
c69d27db
RW
1588
1589(define-public r-calibrate
1590 (package
1591 (name "r-calibrate")
1592 (version "1.7.2")
1593 (source
1594 (origin
1595 (method url-fetch)
1596 (uri (cran-uri "calibrate" version))
1597 (sha256
1598 (base32
1599 "010nb1nb9y7zhw2k6d2i2drwy5brp7b83mjj2w7i3wjp9xb6l1kq"))))
1600 (build-system r-build-system)
1601 (propagated-inputs
1602 `(("r-mass" ,r-mass)))
e9960d8c 1603 (home-page "https://cran.r-project.org/web/packages/calibrate")
c69d27db
RW
1604 (synopsis "Calibration of scatterplot and biplot axes")
1605 (description
1606 "This is a package for drawing calibrated scales with tick marks
1607on (non-orthogonal) variable vectors in scatterplots and biplots.")
1608 (license license:gpl2)))
2bdb5c3f
RW
1609
1610(define-public r-shape
1611 (package
1612 (name "r-shape")
fe5b8893 1613 (version "1.4.4")
2bdb5c3f
RW
1614 (source
1615 (origin
1616 (method url-fetch)
1617 (uri (cran-uri "shape" version))
1618 (sha256
1619 (base32
fe5b8893 1620 "0hadk3mapkhbh8xjkiz52vxdagmmgvm15xwpzb90ikw4giyipjzl"))))
2bdb5c3f 1621 (build-system r-build-system)
e9960d8c 1622 (home-page "https://cran.r-project.org/web/packages/shape")
2bdb5c3f
RW
1623 (synopsis "Functions for plotting graphical shapes")
1624 (description
1625 "This package provides functions for plotting graphical shapes such as
1626ellipses, circles, cylinders, arrows, ...")
1627 (license license:gpl3+)))
4847a62e
RW
1628
1629(define-public r-globaloptions
1630 (package
1631 (name "r-globaloptions")
693b4d0b 1632 (version "0.1.0")
4847a62e
RW
1633 (source
1634 (origin
1635 (method url-fetch)
1636 (uri (cran-uri "GlobalOptions" version))
1637 (sha256
1638 (base32
693b4d0b 1639 "1wlyqz1yhmhjwslrd7q69jbd9vsbjkjfc01g60kl3cdpyr8hlyjn"))))
4847a62e
RW
1640 (properties `((upstream-name . "GlobalOptions")))
1641 (build-system r-build-system)
1642 (home-page "https://github.com/jokergoo/GlobalOptions")
1643 (synopsis "Generate functions to get or set global options")
1644 (description
1645 "This package provides more controls on the option values such as
1646validation and filtering on the values, making options invisible or private.")
1647 (license license:gpl2+)))
2856369f
RW
1648
1649(define-public r-circlize
1650 (package
1651 (name "r-circlize")
403e01e2 1652 (version "0.4.7")
2856369f
RW
1653 (source
1654 (origin
1655 (method url-fetch)
1656 (uri (cran-uri "circlize" version))
1657 (sha256
1658 (base32
403e01e2 1659 "07y1bchkslpz2wl43yg5j5h1nl9z0i425a07jdmfd5avrynd8p3m"))))
2856369f
RW
1660 (build-system r-build-system)
1661 (propagated-inputs
1662 `(("r-colorspace" ,r-colorspace)
1663 ("r-globaloptions" ,r-globaloptions)
1664 ("r-shape" ,r-shape)))
1665 (home-page "https://github.com/jokergoo/circlize")
1666 (synopsis "Circular visualization")
1667 (description
031462ba
TGR
1668 "Circular layout is an efficient way to visualise huge amounts of
1669information. This package provides an implementation of circular layout
1670generation in R as well as an enhancement of available software. Its
1671flexibility is based on the usage of low-level graphics functions such that
1672self-defined high-level graphics can be easily implemented by users for
1673specific purposes. Together with the seamless connection between the powerful
1674computational and visual environment in R, it gives users more convenience and
1675freedom to design figures for better understanding complex patterns behind
1676multi-dimensional data.")
2856369f 1677 (license license:gpl2+)))
5cc79c9c
RW
1678
1679(define-public r-powerlaw
1680 (package
1681 (name "r-powerlaw")
397dba01 1682 (version "0.70.2")
5cc79c9c
RW
1683 (source
1684 (origin
1685 (method url-fetch)
1686 (uri (cran-uri "poweRlaw" version))
1687 (sha256
1688 (base32
397dba01 1689 "1asr6ikr7hmj78jyg8r1gwvcjg14addkxdiz92nh06lv71a183r4"))))
5cc79c9c
RW
1690 (properties `((upstream-name . "poweRlaw")))
1691 (build-system r-build-system)
1692 (propagated-inputs
1693 `(("r-vgam" ,r-vgam)))
1694 (home-page "https://github.com/csgillespie/poweRlaw")
1695 (synopsis "Tools for the analysis of heavy tailed distributions")
1696 (description
1697 "This package provides an implementation of maximum likelihood estimators
1698for a variety of heavy tailed distributions, including both the discrete and
1699continuous power law distributions. Additionally, a goodness-of-fit based
1700approach is used to estimate the lower cut-off for the scaling region.")
1701 ;; Any of these GPL versions.
1702 (license (list license:gpl2 license:gpl3))))
05486604
RW
1703
1704(define-public r-compare
1705 (package
1706 (name "r-compare")
1707 (version "0.2-6")
1708 (source
1709 (origin
1710 (method url-fetch)
1711 (uri (cran-uri "compare" version))
1712 (sha256
1713 (base32
1714 "0k9zms930b5dz9gy8414li21wy0zg9x9vp7301v5cvyfi0g7xzgw"))))
1715 (build-system r-build-system)
e9960d8c 1716 (home-page "https://cran.r-project.org/web/packages/compare")
05486604
RW
1717 (synopsis "Comparing objects for differences")
1718 (description
1719 "This package provides functions to compare a model object to a
1720comparison object. If the objects are not identical, the functions can be
1721instructed to explore various modifications of the objects (e.g., sorting
1722rows, dropping names) to see if the modified versions are identical.")
1723 (license license:gpl2+)))
d3c67e1b
RW
1724
1725(define-public r-dendextend
1726 (package
1727 (name "r-dendextend")
089ac9af 1728 (version "1.12.0")
d3c67e1b
RW
1729 (source
1730 (origin
1731 (method url-fetch)
1732 (uri (cran-uri "dendextend" version))
1733 (sha256
1734 (base32
089ac9af 1735 "0mgsc9qkr5p6hss3wychdjvk263ay48yx543wawj72l7q7cgx1xl"))))
d3c67e1b
RW
1736 (build-system r-build-system)
1737 (propagated-inputs
089ac9af 1738 `(("r-ggplot2" ,r-ggplot2)
d3c67e1b 1739 ("r-magrittr" ,r-magrittr)
089ac9af 1740 ("r-viridis" ,r-viridis)))
d3c67e1b
RW
1741 (home-page "https://cran.r-project.org/web/packages/dendextend")
1742 (synopsis "Extending 'dendrogram' functionality in R")
1743 (description
1744 "This package offers a set of functions for extending @code{dendrogram}
1745objects in R, letting you visualize and compare trees of hierarchical
1746clusterings. You can adjust a tree's graphical parameters (the color, size,
1747type, etc of its branches, nodes and labels) and visually and statistically
1748compare different dendrograms to one another.")
1749 ;; Any of these versions
1750 (license (list license:gpl2 license:gpl3))))
e0268ff2
RW
1751
1752(define-public r-getoptlong
1753 (package
1754 (name "r-getoptlong")
5fa9be11 1755 (version "0.1.7")
e0268ff2
RW
1756 (source
1757 (origin
1758 (method url-fetch)
1759 (uri (cran-uri "GetoptLong" version))
1760 (sha256
1761 (base32
5fa9be11 1762 "1fl3w2n602ldybc5qj7qw4xmzzb804bsjkqwf6dswzj0vf0qiadr"))))
e0268ff2
RW
1763 (properties `((upstream-name . "GetoptLong")))
1764 (build-system r-build-system)
1765 (inputs
1766 `(("perl" ,perl)))
1767 (propagated-inputs
1768 `(("r-globaloptions" ,r-globaloptions)
1769 ("r-rjson" ,r-rjson)))
1770 (home-page "https://github.com/jokergoo/GetoptLong")
1771 (synopsis "Parsing command-line arguments and variable interpolation")
1772 (description
1773 "This is yet another command-line argument parser which wraps the
1774powerful Perl module @code{Getopt::Long} and with some adaptation for easier
1775use in R. It also provides a simple way for variable interpolation in R.")
1776 (license license:gpl2+)))
f2e974e1
RW
1777
1778(define-public r-fastmatch
1779 (package
1780 (name "r-fastmatch")
1781 (version "1.1-0")
1782 (source
1783 (origin
1784 (method url-fetch)
1785 (uri (cran-uri "fastmatch" version))
1786 (sha256
1787 (base32
1788 "0z80jxkygmzn11sq0c2iz357s9bpki548lg926g85gldhfj1md90"))))
1789 (build-system r-build-system)
1790 (home-page "http://www.rforge.net/fastmatch")
1791 (synopsis "Fast match function")
1792 (description
1793 "This package provides a fast @code{match} replacement for cases that
1794require repeated look-ups. It is slightly faster that R's built-in
1795@code{match} function on first match against a table, but extremely fast on
1796any subsequent lookup as it keeps the hash table in memory.")
1797 (license license:gpl2)))
a7f0faa2
RW
1798
1799(define-public r-ff
1800 (package
1801 (name "r-ff")
207c497e 1802 (version "2.2-14")
a7f0faa2
RW
1803 (source
1804 (origin
1805 (method url-fetch)
1806 (uri (cran-uri "ff" version))
1807 (sha256
1808 (base32
207c497e 1809 "1w724q4jpzbvzpilb2ifviaxkjgk9lzwxz9gksnvicbmfa20fqqw"))))
a7f0faa2
RW
1810 (build-system r-build-system)
1811 (propagated-inputs `(("r-bit" ,r-bit)))
1812 (home-page "http://ff.r-forge.r-project.org/")
1813 (synopsis "Memory-efficient storage of large data on disk and access functions")
1814 (description
1815 "This package provides data structures that are stored on disk but
1816behave (almost) as if they were in RAM by transparently mapping only a section
1817in main memory.")
a6e67d86
EF
1818 ;; error Architecture not supported.
1819 (supported-systems (delete "aarch64-linux" %supported-systems))
a7f0faa2 1820 (license license:gpl2)))
49c9c297
RW
1821
1822(define-public r-ffbase
1823 (package
1824 (name "r-ffbase")
ec0ee085 1825 (version "0.12.7")
49c9c297
RW
1826 (source
1827 (origin
1828 (method url-fetch)
1829 (uri (cran-uri "ffbase" version))
1830 (sha256
1831 (base32
ec0ee085 1832 "04kxx2f3f0743c5nvpb7x1x0pcd220dazpd5ag1pidxbz3xa85nw"))))
49c9c297
RW
1833 (build-system r-build-system)
1834 (propagated-inputs
1835 `(("r-bit" ,r-bit)
1836 ("r-fastmatch" ,r-fastmatch)
1837 ("r-ff" ,r-ff)))
1838 (home-page "http://github.com/edwindj/ffbase")
1839 (synopsis "Basic statistical functions for package 'ff'")
1840 (description
1841 "This package extends the out of memory vectors of @code{ff} with
1842statistical functions and other utilities to ease their usage.")
1843 (license license:gpl3)))
18a16ceb
RW
1844
1845(define-public r-prettyunits
1846 (package
1847 (name "r-prettyunits")
1848 (version "1.0.2")
1849 (source
1850 (origin
1851 (method url-fetch)
1852 (uri (cran-uri "prettyunits" version))
1853 (sha256
1854 (base32
1855 "0p3z42hnk53x7ky4d1dr2brf7p8gv3agxr71i99m01n2hq2ri91m"))))
1856 (build-system r-build-system)
1857 (propagated-inputs
1858 `(("r-assertthat" ,r-assertthat)
1859 ("r-magrittr" ,r-magrittr)))
1860 (home-page "https://github.com/gaborcsardi/prettyunits")
1861 (synopsis "Pretty, human readable formatting of quantities")
1862 (description
1863 "This package provides tools for pretty, human readable formatting of
1864quantities.")
1865 (license license:expat)))
71be51d5
RW
1866
1867(define-public r-reshape
1868 (package
1869 (name "r-reshape")
2b8126a4 1870 (version "0.8.8")
71be51d5
RW
1871 (source
1872 (origin
1873 (method url-fetch)
1874 (uri (cran-uri "reshape" version))
1875 (sha256
1876 (base32
2b8126a4 1877 "0s6i0sqxg1vldxs6miv8mi0zydxbqzgpmzfiwkj8y7jix3yrfmad"))))
71be51d5
RW
1878 (build-system r-build-system)
1879 (propagated-inputs
1880 `(("r-plyr" ,r-plyr)
1881 ("r-rcpp" ,r-rcpp)))
1882 (home-page "http://had.co.nz/reshape")
1883 (synopsis "Flexibly reshape data")
1884 (description
1885 "Flexibly restructure and aggregate data using just two functions:
1886@code{melt} and @code{cast}. This package provides them.")
1887 (license license:expat)))
c9c6f4b5
RW
1888
1889(define-public r-progress
1890 (package
1891 (name "r-progress")
7e8ac56a 1892 (version "1.2.2")
c9c6f4b5
RW
1893 (source
1894 (origin
1895 (method url-fetch)
1896 (uri (cran-uri "progress" version))
1897 (sha256
1898 (base32
7e8ac56a 1899 "0dgzb362641aqm8xd88iqa8jmpdm43xs0aba0d5kk6fvapnxi95l"))))
c9c6f4b5
RW
1900 (build-system r-build-system)
1901 (propagated-inputs
9de9dcd9
RW
1902 `(("r-crayon" ,r-crayon)
1903 ("r-hms" ,r-hms)
1904 ("r-prettyunits" ,r-prettyunits)
c9c6f4b5
RW
1905 ("r-r6" ,r-r6)))
1906 (home-page "https://github.com/gaborcsardi/progress")
1907 (synopsis "Terminal progress bars")
1908 (description
1909 "This package provides configurable progress bars. They may include
1910percentage, elapsed time, and/or the estimated completion time. They work in
1911terminals, in Emacs ESS, RStudio, Windows Rgui, and the macOS R.app. The
1912package also provides a C++ API, that works with or without Rcpp.")
1913 (license license:expat)))
ac840207
RW
1914
1915(define-public r-ggally
1916 (package
1917 (name "r-ggally")
9944399a 1918 (version "1.4.0")
ac840207
RW
1919 (source
1920 (origin
1921 (method url-fetch)
1922 (uri (cran-uri "GGally" version))
1923 (sha256
1924 (base32
9944399a 1925 "1zjmcc5bzagvy7c5cmdcl39xmx07fwi98yrj4i05w7y40kqcsiws"))))
ac840207
RW
1926 (properties `((upstream-name . "GGally")))
1927 (build-system r-build-system)
9944399a
RW
1928 (inputs
1929 `(("libressl" ,libressl)))
ac840207
RW
1930 (propagated-inputs
1931 `(("r-ggplot2" ,r-ggplot2)
1932 ("r-gtable" ,r-gtable)
1933 ("r-plyr" ,r-plyr)
1934 ("r-progress" ,r-progress)
1935 ("r-rcolorbrewer" ,r-rcolorbrewer)
9944399a
RW
1936 ("r-reshape" ,r-reshape)
1937 ("r-rlang" ,r-rlang)))
ac840207
RW
1938 (home-page "https://ggobi.github.io/ggally")
1939 (synopsis "Extension to ggplot2")
1940 (description
1941 "The R package ggplot2 is a plotting system based on the grammar of
1942graphics. GGally extends ggplot2 by adding several functions to reduce the
1943complexity of combining geometric objects with transformed data. Some of
1944these functions include a pairwise plot matrix, a two group pairwise plot
1945matrix, a parallel coordinates plot, a survival plot, and several functions to
1946plot networks.")
1947 (license license:gpl2+)))
3349faec
RW
1948
1949(define-public r-proxy
1950 (package
1951 (name "r-proxy")
e190d9af 1952 (version "0.4-23")
3349faec
RW
1953 (source
1954 (origin
1955 (method url-fetch)
1956 (uri (cran-uri "proxy" version))
1957 (sha256
1958 (base32
e190d9af 1959 "17b6qfllqrhzrxqgx7dccffgybnkcria5a68ap5ly3plg04ypm4x"))))
3349faec 1960 (build-system r-build-system)
e9960d8c 1961 (home-page "https://cran.r-project.org/web/packages/proxy")
3349faec
RW
1962 (synopsis "Distance and similarity measures")
1963 (description
1964 "This package provides an extensible framework for the efficient
1965calculation of auto- and cross-proximities, along with implementations of the
1966most popular ones.")
1967 (license license:gpl2)))
bc0081e7
RW
1968
1969(define-public r-sp
1970 (package
1971 (name "r-sp")
d87130cb 1972 (version "1.3-1")
bc0081e7
RW
1973 (source
1974 (origin
1975 (method url-fetch)
1976 (uri (cran-uri "sp" version))
1977 (sha256
1978 (base32
d87130cb 1979 "17xm1ig80p9wc860hm3bgishz6lj9fxgwqidj7rkbk4ap99qp62p"))))
bc0081e7
RW
1980 (build-system r-build-system)
1981 (propagated-inputs
1982 `(("r-lattice" ,r-lattice)))
e9960d8c 1983 (home-page "https://cran.r-project.org/web/packages/sp")
bc0081e7
RW
1984 (synopsis "Classes and methods for spatial data")
1985 (description
1986 "This package provides classes and methods for spatial data; the classes
1987document where the spatial location information resides, for 2D or 3D data.
1988Utility functions are provided, e.g. for plotting data as maps, spatial
1989selection, as well as methods for retrieving coordinates, for subsetting,
1990print, summary, etc.")
1991 (license license:gpl2+)))
e389d10f
RW
1992
1993(define-public r-rmtstat
1994 (package
1995 (name "r-rmtstat")
1996 (version "0.3")
1997 (source
1998 (origin
1999 (method url-fetch)
2000 (uri (cran-uri "RMTstat" version))
2001 (sha256
2002 (base32
2003 "1nn25q4kmh9kj975sxkrpa97vh5irqrlqhwsfinbck6h6ia4rsw1"))))
2004 (properties `((upstream-name . "RMTstat")))
2005 (build-system r-build-system)
e9960d8c 2006 (home-page "https://cran.r-project.org/web/packages/RMTstat")
e389d10f
RW
2007 (synopsis "Distributions, statistics and tests derived from random matrix theory")
2008 (description
2009 "This package provides functions for working with the Tracy-Widom laws
2010and other distributions related to the eigenvalues of large Wishart
2011matrices.")
2012 (license license:bsd-3)))
6427e620 2013
94989d4b
RJ
2014(define-public r-rmpi
2015 (package
2016 (name "r-rmpi")
5e8282a4 2017 (version "0.6-9")
94989d4b
RJ
2018 (source (origin
2019 (method url-fetch)
2020 (uri (cran-uri "Rmpi" version))
2021 (sha256
2022 (base32
5e8282a4 2023 "1rhycla98hxgnnxlxxldr1x51djak7c2jjvlrv3jcsvgwp1ymqdj"))))
94989d4b
RJ
2024 (properties `((upstream-name . "Rmpi")))
2025 (build-system r-build-system)
2026 (arguments
56d447ba
EB
2027 `(#:configure-flags '("--configure-args=\"--with-Rmpi-type=OPENMPI\"")
2028 #:phases (modify-phases %standard-phases
2029 (add-before 'install 'mpi-setup
2030 ,%openmpi-setup))))
94989d4b
RJ
2031 (inputs
2032 `(("openmpi" ,openmpi)))
9ebfdcd3
RW
2033 (native-inputs
2034 `(("pkg-config" ,pkg-config)))
94989d4b
RJ
2035 (home-page "http://www.stats.uwo.ca/faculty/yu/Rmpi")
2036 (synopsis "R interface to message-passing interface (MPI)")
2037 (description
2038 "This package provides an interface (wrapper) to MPI APIs. It also
2039provides an interactive R manager and worker environment.")
2040 (license license:gpl2+)))
2041
6427e620
RW
2042(define-public r-lmoments
2043 (package
2044 (name "r-lmoments")
739135b2 2045 (version "1.3-1")
6427e620
RW
2046 (source
2047 (origin
2048 (method url-fetch)
2049 (uri (cran-uri "Lmoments" version))
2050 (sha256
2051 (base32
739135b2 2052 "0pc63bj9a8hzr5m3yssrc4kin39fffwkl8rggs3sagzr12d4i7bw"))))
6427e620
RW
2053 (properties `((upstream-name . "Lmoments")))
2054 (build-system r-build-system)
739135b2
RW
2055 (propagated-inputs
2056 `(("r-rcpp" ,r-rcpp)
2057 ("r-rcpparmadillo" ,r-rcpparmadillo)))
6427e620
RW
2058 (home-page "http://www.tilastotiede.fi/juha_karvanen.html")
2059 (synopsis "L-moments and quantile mixtures")
2060 (description
2061 "This package contains functions to estimate L-moments and trimmed
2062L-moments from the data. It also contains functions to estimate the
2063parameters of the normal polynomial quantile mixture and the Cauchy polynomial
2064quantile mixture from L-moments and trimmed L-moments.")
2065 (license license:gpl2)))
28476b4b
RW
2066
2067(define-public r-distillery
2068 (package
2069 (name "r-distillery")
5686da76 2070 (version "1.0-6")
28476b4b
RW
2071 (source
2072 (origin
2073 (method url-fetch)
2074 (uri (cran-uri "distillery" version))
2075 (sha256
2076 (base32
5686da76 2077 "1mi3ig9jq0kd7yrwc5m37lmrw04p1b4lirnbsxi10z3n5yay4429"))))
28476b4b
RW
2078 (build-system r-build-system)
2079 (home-page "http://www.ral.ucar.edu/staff/ericg")
2080 (synopsis "Functions for confidence intervals and object information")
2081 (description
2082 "This package provides some very simple method functions for confidence
2083interval calculation and to distill pertinent information from a potentially
2084complex object; primarily used in common with the packages extRemes and
2085SpatialVx.")
2086 (license license:gpl2+)))
58db98c9
RW
2087
2088(define-public r-extremes
2089 (package
2090 (name "r-extremes")
987b0804 2091 (version "2.0-10")
58db98c9
RW
2092 (source
2093 (origin
2094 (method url-fetch)
2095 (uri (cran-uri "extRemes" version))
2096 (sha256
2097 (base32
987b0804 2098 "08fj72gpq2d6695hbm3cgwgal64z009ykrirby7g6r0akfcsx5ic"))))
58db98c9
RW
2099 (properties `((upstream-name . "extRemes")))
2100 (build-system r-build-system)
2101 (propagated-inputs
987b0804 2102 `(("r-distillery" ,r-distillery)
58db98c9
RW
2103 ("r-lmoments" ,r-lmoments)))
2104 (home-page "http://www.assessment.ucar.edu/toolkit/")
2105 (synopsis "Extreme value analysis")
2106 (description
2107 "ExtRemes is a suite of functions for carrying out analyses on the
2108extreme values of a process of interest; be they block maxima over long blocks
2109or excesses over a high threshold.")
2110 (license license:gpl2+)))
062b6dbd
RW
2111
2112(define-public r-lmtest
2113 (package
2114 (name "r-lmtest")
0b5b9d69 2115 (version "0.9-37")
062b6dbd
RW
2116 (source
2117 (origin
2118 (method url-fetch)
2119 (uri (cran-uri "lmtest" version))
2120 (sha256
2121 (base32
0b5b9d69 2122 "02nasm0j2vwkhz11dxqixs23msy1s3yj0jps6949fmgh9gwjkjfx"))))
062b6dbd
RW
2123 (build-system r-build-system)
2124 (propagated-inputs
2125 `(("r-zoo" ,r-zoo)))
2126 (native-inputs
2127 `(("gfortran" ,gfortran)))
e9960d8c 2128 (home-page "https://cran.r-project.org/web/packages/lmtest")
062b6dbd
RW
2129 (synopsis "Testing linear regression models")
2130 (description
2131 "This package provides a collection of tests, data sets, and examples for
2132diagnostic checking in linear regression models. Furthermore, some generic
2133tools for inference in parametric models are provided.")
2134 ;; Either version is okay
2135 (license (list license:gpl2 license:gpl3))))
d6b156dc 2136
c974008d
RJ
2137(define-public r-idr
2138 (package
2139 (name "r-idr")
2140 (version "1.2")
2141 (source (origin
2142 (method url-fetch)
2143 (uri (cran-uri "idr" version))
2144 (sha256
2145 (base32
2146 "05nvgw1xdg670bsjjrxkgd1mrdkciccpw4krn0zcgdf2r21dzgwb"))))
2147 (build-system r-build-system)
2148 (home-page "https://cran.r-project.org/web/packages/idr/")
2149 (synopsis "Irreproducible discovery rate")
2150 (description
2151 "This is a package for estimating the copula mixture model and plotting
2152correspondence curves in \"Measuring reproducibility of high-throughput
2153experiments\" (2011), Annals of Applied Statistics, Vol. 5, No. 3, 1752-1779,
2154by Li, Brown, Huang, and Bickel")
2155 (license license:gpl2+)))
2156
d6b156dc
RW
2157(define-public r-inline
2158 (package
2159 (name "r-inline")
0acbf8bb 2160 (version "0.3.15")
d6b156dc
RW
2161 (source (origin
2162 (method url-fetch)
2163 (uri (cran-uri "inline" version))
2164 (sha256
2165 (base32
0acbf8bb 2166 "0s4wssvpan189fijahknxq5s22ww9bzmdlmyhnra748r7khky17z"))))
d6b156dc 2167 (build-system r-build-system)
e9960d8c 2168 (home-page "https://cran.r-project.org/web/packages/inline")
d6b156dc
RW
2169 (synopsis "Functions to inline C, C++, Fortran function calls from R")
2170 (description
2171 "This package provides functionality to dynamically define R functions
2172and S4 methods with inlined C, C++ or Fortran code supporting @code{.C} and
2173@code{.Call} calling conventions.")
2174 ;; Any version of the LGPL.
2175 (license license:lgpl3+)))
8c72b830
RW
2176
2177(define-public r-bbmle
2178 (package
2179 (name "r-bbmle")
84078220 2180 (version "1.0.20")
8c72b830
RW
2181 (source
2182 (origin
2183 (method url-fetch)
2184 (uri (cran-uri "bbmle" version))
2185 (sha256
2186 (base32
84078220 2187 "1xzij7swrrzl5ly8l3lw6awh486zcm00251dwqws1y23fbgyh3vc"))))
8c72b830
RW
2188 (build-system r-build-system)
2189 (propagated-inputs
2190 `(("r-lattice" ,r-lattice)
2191 ("r-mass" ,r-mass)
2192 ("r-numderiv" ,r-numderiv)))
e9960d8c 2193 (home-page "https://cran.r-project.org/web/packages/bbmle")
8c72b830
RW
2194 (synopsis "Tools for General Maximum Likelihood Estimation")
2195 (description
c151b0b6
RW
2196 "This package provides methods and functions for fitting maximum
2197likelihood models in R. This package modifies and extends the @code{mle}
2198classes in the @code{stats4} package.")
8c72b830 2199 ;; Any version of the GPL
c151b0b6 2200 (license license:gpl2+)))
b31e4a96
RW
2201
2202(define-public r-emdbook
2203 (package
2204 (name "r-emdbook")
59c51342 2205 (version "1.3.11")
b31e4a96
RW
2206 (source
2207 (origin
2208 (method url-fetch)
2209 (uri (cran-uri "emdbook" version))
2210 (sha256
2211 (base32
59c51342 2212 "0a515jdzvg87npvrh7md7zp0v5nlz7c2jr7pba5dql6slb0d8j7q"))))
b31e4a96
RW
2213 (build-system r-build-system)
2214 (propagated-inputs
2215 `(("r-bbmle" ,r-bbmle)
2216 ("r-coda" ,r-coda)
2217 ("r-lattice" ,r-lattice)
2218 ("r-mass" ,r-mass)
2219 ("r-plyr" ,r-plyr)
2220 ("r-rcpp" ,r-rcpp)))
2221 (home-page "http://www.math.mcmaster.ca/bolker/emdbook")
2222 (synopsis "Support functions and data for \"Ecological Models and Data\"")
2223 (description
2224 "This package provides auxiliary functions and data sets for \"Ecological
2225Models and Data\", a book presenting maximum likelihood estimation and related
2226topics for ecologists (ISBN 978-0-691-12522-0).")
2227 ;; Any GPL version
2228 (license (list license:gpl2 license:gpl3))))
a3e36d37
RW
2229
2230(define-public r-lpsolve
2231 (package
2232 (name "r-lpsolve")
bf9a8236 2233 (version "5.6.13.3")
a3e36d37
RW
2234 (source
2235 (origin
2236 (method url-fetch)
2237 (uri (cran-uri "lpSolve" version))
2238 (sha256
2239 (base32
bf9a8236 2240 "1xazby8amb47vw5n12k13awv7x3bjci3q8vdd3vk1ms0ii16ahg6"))))
a3e36d37
RW
2241 (properties `((upstream-name . "lpSolve")))
2242 (build-system r-build-system)
e9960d8c 2243 (home-page "https://cran.r-project.org/web/packages/lpSolve")
a3e36d37
RW
2244 (synopsis "R interface to Lp_solve to solve linear/integer programs")
2245 (description
2246 "Lp_solve is software for solving linear, integer and mixed integer
2247programs. This implementation supplies a \"wrapper\" function in C and some R
2248functions that solve general linear/integer problems, assignment problems, and
2249transportation problems.")
2250 (license license:lgpl2.0)))
521e0703
RW
2251
2252(define-public r-limsolve
2253 (package
2254 (name "r-limsolve")
2255 (version "1.5.5.3")
2256 (source
2257 (origin
2258 (method url-fetch)
2259 (uri (cran-uri "limSolve" version))
2260 (sha256
2261 (base32
2262 "1ll6ir42h3g2fzf0wqai213bm82gpwjj2hfma2np3mz024sc09rg"))))
2263 (properties `((upstream-name . "limSolve")))
2264 (build-system r-build-system)
2265 (propagated-inputs
2266 `(("r-lpsolve" ,r-lpsolve)
2267 ("r-mass" ,r-mass)
2268 ("r-quadprog" ,r-quadprog)))
2269 (native-inputs `(("gfortran" ,gfortran)))
e9960d8c 2270 (home-page "https://cran.r-project.org/web/packages/limSolve")
521e0703
RW
2271 (synopsis "Solving linear inverse models")
2272 (description
2273 "This package provides functions that:
2274
2275@enumerate
2276@item find the minimum/maximum of a linear or quadratic function,
2277@item sample an underdetermined or overdetermined system,
2278@item solve a linear system Ax=B for the unknown x.
2279@end enumerate
2280
2281It includes banded and tridiagonal linear systems. The package calls Fortran
2282functions from LINPACK.")
2283 ;; Any GPL version.
2284 (license (list license:gpl2+ license:gpl3+))))
6b4a9aec
RW
2285
2286(define-public r-fitdistrplus
2287 (package
2288 (name "r-fitdistrplus")
9e0162df 2289 (version "1.0-14")
6b4a9aec
RW
2290 (source
2291 (origin
2292 (method url-fetch)
2293 (uri (cran-uri "fitdistrplus" version))
2294 (sha256
2295 (base32
9e0162df 2296 "10q08wsv8v3w7797jdvvv60bgrf1bi6438wf0jcqv81ays82a245"))))
6b4a9aec
RW
2297 (build-system r-build-system)
2298 (propagated-inputs
2299 `(("r-mass" ,r-mass)
8c456dff 2300 ("r-npsurv" ,r-npsurv)
6b4a9aec
RW
2301 ("r-survival" ,r-survival)))
2302 (home-page "http://riskassessment.r-forge.r-project.org")
2303 (synopsis "Fitting a parametric distribution from data")
2304 (description
2305 "This package extends the @code{fitdistr} function of the MASS package
2306with several functions to help the fit of a parametric distribution to
2307non-censored or censored data. Censored data may contain left-censored,
2308right-censored and interval-censored values, with several lower and upper
2309bounds. In addition to @dfn{maximum likelihood estimation} (MLE), the package
2310provides moment matching (MME), quantile matching (QME) and maximum
2311goodness-of-fit estimation (MGE) methods (available only for non-censored
2312data). Weighted versions of MLE, MME and QME are available.")
2313 (license license:gpl2+)))
8d220073
RW
2314
2315(define-public r-energy
2316 (package
2317 (name "r-energy")
3337fd1d 2318 (version "1.7-6")
8d220073
RW
2319 (source
2320 (origin
2321 (method url-fetch)
2322 (uri (cran-uri "energy" version))
2323 (sha256
2324 (base32
3337fd1d 2325 "16m8bxfgr9sdisjy2qrv6fv5xxwcc9q890l0hpbwq6qzisrdn3lh"))))
8d220073
RW
2326 (build-system r-build-system)
2327 (propagated-inputs
2328 `(("r-boot" ,r-boot)
2329 ("r-rcpp" ,r-rcpp)))
e9960d8c 2330 (home-page "https://cran.r-project.org/web/packages/energy")
8d220073
RW
2331 (synopsis "Multivariate inference via the energy of data")
2332 (description
2333 "This package provides e-statistics (energy) tests and statistics for
2334multivariate and univariate inference, including distance correlation,
2335one-sample, two-sample, and multi-sample tests for comparing multivariate
2336distributions, are implemented. Measuring and testing multivariate
2337independence based on distance correlation, partial distance correlation,
2338multivariate goodness-of-fit tests, clustering based on energy distance,
2339testing for multivariate normality, distance components (disco) for
2340non-parametric analysis of structured data, and other energy
2341statistics/methods are implemented.")
2342 (license license:gpl2+)))
abcb8494
RW
2343
2344(define-public r-suppdists
2345 (package
2346 (name "r-suppdists")
2347 (version "1.1-9.4")
2348 (source
2349 (origin
2350 (method url-fetch)
2351 (uri (cran-uri "SuppDists" version))
2352 (sha256
2353 (base32
2354 "1ffx8wigqqvz2pnh06jjc0fnf4vq9z2rhwk2y3f9aszn18ap3dgw"))))
2355 (properties `((upstream-name . "SuppDists")))
2356 (build-system r-build-system)
e9960d8c 2357 (home-page "https://cran.r-project.org/web/packages/SuppDists")
abcb8494
RW
2358 (synopsis "Supplementary distributions")
2359 (description
2360 "This package provides ten distributions supplementing those built into
2361R. Inverse Gauss, Kruskal-Wallis, Kendall's Tau, Friedman's chi squared,
2362Spearman's rho, maximum F ratio, the Pearson product moment correlation
2363coefficient, Johnson distributions, normal scores and generalized
2364hypergeometric distributions. In addition two random number generators of
2365George Marsaglia are included.")
2366 (license license:gpl2+)))
05e8a3ef
RW
2367
2368(define-public r-ksamples
2369 (package
2370 (name "r-ksamples")
beb82eb9 2371 (version "1.2-9")
05e8a3ef
RW
2372 (source
2373 (origin
2374 (method url-fetch)
2375 (uri (cran-uri "kSamples" version))
2376 (sha256
2377 (base32
beb82eb9 2378 "1zs22p68d6320kcylisnk0b5wmpapxkyz15py09czxzw7npw8gms"))))
05e8a3ef
RW
2379 (properties `((upstream-name . "kSamples")))
2380 (build-system r-build-system)
2381 (propagated-inputs
2382 `(("r-suppdists" ,r-suppdists)))
e9960d8c 2383 (home-page "https://cran.r-project.org/web/packages/kSamples")
05e8a3ef
RW
2384 (synopsis "K-Sample rank tests and their combinations")
2385 (description
2386 "This package provides tools to compares k samples using the
2387Anderson-Darling test, Kruskal-Wallis type tests with different rank score
2388criteria, Steel's multiple comparison test, and the Jonckheere-Terpstra (JT)
2389test. It computes asymptotic, simulated or (limited) exact P-values, all
2390valid under randomization, with or without ties, or conditionally under random
2391sampling from populations, given the observed tie pattern. Except for Steel's
2392test and the JT test it also combines these tests across several blocks of
2393samples.")
2394 (license license:gpl2+)))
f97ce815
RW
2395
2396(define-public r-cvst
2397 (package
2398 (name "r-cvst")
b13b5674 2399 (version "0.2-2")
f97ce815
RW
2400 (source
2401 (origin
2402 (method url-fetch)
2403 (uri (cran-uri "CVST" version))
2404 (sha256
2405 (base32
b13b5674 2406 "05l3yzkfrbds09ah9cdwn2sn4ryhq78lz33ryzrgkv176jc8qjw5"))))
f97ce815
RW
2407 (properties `((upstream-name . "CVST")))
2408 (build-system r-build-system)
2409 (propagated-inputs
2410 `(("r-kernlab" ,r-kernlab)
2411 ("r-matrix" ,r-matrix)))
e9960d8c 2412 (home-page "https://cran.r-project.org/web/packages/CVST")
f97ce815
RW
2413 (synopsis "Fast cross-validation via sequential testing")
2414 (description
2415 "This package implements the fast cross-validation via sequential
2416testing (CVST) procedure. CVST is an improved cross-validation procedure
2417which uses non-parametric testing coupled with sequential analysis to
2418determine the best parameter set on linearly increasing subsets of the data.
2419Additionally to the CVST the package contains an implementation of the
2420ordinary k-fold cross-validation with a flexible and powerful set of helper
2421objects and methods to handle the overall model selection process. The
2422implementations of the Cochran's Q test with permutations and the sequential
2423testing framework of Wald are generic and can therefore also be used in other
2424contexts.")
2425 (license license:gpl2+)))
797e1dfb 2426
c5f033e0
RW
2427(define-public r-squarem
2428 (package
2429 (name "r-squarem")
2430 (version "2017.10-1")
2431 (source
2432 (origin
2433 (method url-fetch)
2434 (uri (cran-uri "SQUAREM" version))
2435 (sha256
2436 (base32
2437 "10xj26x7qjyvzndnbjl5krr9wabnb9cbrnp3m7xg673g8ddr12cv"))))
2438 (properties `((upstream-name . "SQUAREM")))
2439 (build-system r-build-system)
2440 (home-page "http://www.jhsph.edu/agingandhealth/People/Faculty_personal_pages/Varadhan.html")
2441 (synopsis "Squared Extrapolation Methods for Accelerating EM-Like Monotone Algorithms")
2442 (description
2443 "This package provides algorithms for accelerating the convergence of
2444slow, monotone sequences from smooth, contraction mapping such as the EM
2445algorithm. It can be used to accelerate any smooth, linearly convergent
2446acceleration scheme. A tutorial style introduction to this package is
2447available in a vignette.")
2448 (license license:gpl2+)))
2449
797e1dfb
RW
2450(define-public r-lava
2451 (package
2452 (name "r-lava")
099b7c55 2453 (version "1.6.6")
797e1dfb
RW
2454 (source
2455 (origin
2456 (method url-fetch)
2457 (uri (cran-uri "lava" version))
2458 (sha256
2459 (base32
099b7c55 2460 "0nfab5fgnmxh8cplg8rd8cp34fny5j0k5wn4baj51r6ck7fq9g3s"))))
797e1dfb
RW
2461 (build-system r-build-system)
2462 (propagated-inputs
2463 `(("r-numderiv" ,r-numderiv)
92e4534c 2464 ("r-squarem" ,r-squarem)
797e1dfb
RW
2465 ("r-survival" ,r-survival)))
2466 (home-page "https://github.com/kkholst/lava")
2467 (synopsis "Latent variable models")
2468 (description
2469 "This package provides tools for the estimation and simulation of latent
2470variable models.")
2471 (license license:gpl3)))
d26b7c1b
RW
2472
2473(define-public r-drr
2474 (package
2475 (name "r-drr")
0f001b3c 2476 (version "0.0.3")
d26b7c1b
RW
2477 (source
2478 (origin
2479 (method url-fetch)
2480 (uri (cran-uri "DRR" version))
2481 (sha256
2482 (base32
0f001b3c 2483 "1yd1fvllfkcrwg9v322n4wkk4q4q84nvy58y4vac9pdr3yf3i4vl"))))
d26b7c1b
RW
2484 (properties `((upstream-name . "DRR")))
2485 (build-system r-build-system)
2486 (propagated-inputs
2487 `(("r-cvst" ,r-cvst)
2488 ("r-kernlab" ,r-kernlab)
2489 ("r-matrix" ,r-matrix)))
e9960d8c 2490 (home-page "https://cran.r-project.org/web/packages/DRR")
d26b7c1b
RW
2491 (synopsis "Dimensionality reduction via regression")
2492 (description
2493 "This package provides an implementation of dimensionality reduction via
2494regression using Kernel Ridge Regression.")
2495 (license license:gpl3)))
9dd707f0
RW
2496
2497(define-public r-prodlim
2498 (package
2499 (name "r-prodlim")
9ee81a36 2500 (version "2018.04.18")
9dd707f0
RW
2501 (source
2502 (origin
2503 (method url-fetch)
2504 (uri (cran-uri "prodlim" version))
2505 (sha256
2506 (base32
9ee81a36 2507 "1aslq87sqwikh8chxc378r38146y7kv79zz0kcq3j93ivx7va8jb"))))
9dd707f0
RW
2508 (build-system r-build-system)
2509 (propagated-inputs
2510 `(("r-kernsmooth" ,r-kernsmooth)
2511 ("r-lava" ,r-lava)
2512 ("r-rcpp" ,r-rcpp)
2513 ("r-survival" ,r-survival)))
e9960d8c 2514 (home-page "https://cran.r-project.org/web/packages/prodlim")
9dd707f0
RW
2515 (synopsis "Product-limit estimation for censored event history analysis")
2516 (description
2517 "This package provides a fast and user-friendly implementation of
2518nonparametric estimators for censored event history (survival) analysis with
2519the Kaplan-Meier and Aalen-Johansen methods.")
2520 (license license:gpl2+)))
b561f563
RW
2521
2522(define-public r-dimred
2523 (package
2524 (name "r-dimred")
7a67bca1 2525 (version "0.2.3")
b561f563
RW
2526 (source
2527 (origin
2528 (method url-fetch)
2529 (uri (cran-uri "dimRed" version))
2530 (sha256
2531 (base32
7a67bca1 2532 "110d6y83ib1nfpxzmvkvb3fn3brskwkdbsk4dqrdrswrd4znxrg6"))))
b561f563
RW
2533 (properties `((upstream-name . "dimRed")))
2534 (build-system r-build-system)
77f97229
RW
2535 (propagated-inputs
2536 `(("r-drr" ,r-drr)
2537 ("r-magrittr" ,r-magrittr)))
b561f563
RW
2538 (home-page "https://github.com/gdkrmr/dimRed")
2539 (synopsis "Framework for dimensionality reduction")
2540 (description
2541 "This package provides a collection of dimensionality reduction
2542techniques from R packages and provides a common interface for calling the
2543methods.")
2544 (license license:gpl3)))
1b663184
RW
2545
2546(define-public r-timedate
2547 (package
2548 (name "r-timedate")
51b7b0e3 2549 (version "3043.102")
1b663184
RW
2550 (source
2551 (origin
2552 (method url-fetch)
2553 (uri (cran-uri "timeDate" version))
2554 (sha256
2555 (base32
51b7b0e3 2556 "0wvl5pq261rvbgly7vilk3x3m9xk3ly6il1i5scwdf6srl1vlz1p"))))
1b663184
RW
2557 (properties `((upstream-name . "timeDate")))
2558 (build-system r-build-system)
2559 (home-page "https://www.rmetrics.org")
2560 (synopsis "Chronological and calendar objects")
2561 (description
2562 "This package provides an environment for teaching \"Financial
2563Engineering and Computational Finance\" and for managing chronological and
2564calendar objects.")
2565 (license license:gpl2+)))
f57b883e 2566
ce4e81cb
RW
2567(define-public r-magic
2568 (package
2569 (name "r-magic")
bba80fad 2570 (version "1.5-9")
ce4e81cb
RW
2571 (source
2572 (origin
2573 (method url-fetch)
2574 (uri (cran-uri "magic" version))
2575 (sha256
2576 (base32
bba80fad 2577 "0snmdh6vk0p6ar1swsihisinxrx7l8371dri5lk0z24ysgr5w7gs"))))
ce4e81cb
RW
2578 (build-system r-build-system)
2579 (propagated-inputs
2580 `(("r-abind" ,r-abind)))
2581 (home-page "https://github.com/RobinHankin/magic.git")
2582 (synopsis "Create and investigate magic squares")
2583 (description
2584 "This package provides a collection of efficient, vectorized algorithms
2585for the creation and investigation of magic squares and hypercubes, including
2586a variety of functions for the manipulation and analysis of arbitrarily
2587dimensioned arrays.")
2588 (license license:gpl2)))
2589
d9bec9a8
RW
2590(define-public r-rmysql
2591 (package
2592 (name "r-rmysql")
937e1557 2593 (version "0.10.17")
d9bec9a8
RW
2594 (source
2595 (origin
2596 (method url-fetch)
2597 (uri (cran-uri "RMySQL" version))
2598 (sha256
2599 (base32
937e1557 2600 "1xamf99ih44dvaxg5x4ivj0hkqssmabgqd7gh8b8q1srw7yg8kbm"))))
d9bec9a8
RW
2601 (properties `((upstream-name . "RMySQL")))
2602 (build-system r-build-system)
d9bec9a8
RW
2603 (inputs
2604 `(("mariadb" ,mariadb)
2605 ("zlib" ,zlib)))
2606 (propagated-inputs
2607 `(("r-dbi" ,r-dbi)))
2608 (home-page "https://github.com/r-dbi/RMySQL")
2609 (synopsis "Database interface and MySQL driver for R")
2610 (description
2611 "This package provides a DBI interface to MySQL / MariaDB. The RMySQL
2612package contains an old implementation based on legacy code from S-PLUS which
2613is being phased out. A modern MySQL client based on Rcpp is available from
2614the RMariaDB package.")
2615 (license license:gpl2)))
2616
5574cb81
RW
2617(define-public r-rpostgresql
2618 (package
2619 (name "r-rpostgresql")
2620 (version "0.6-2")
2621 (source
2622 (origin
2623 (method url-fetch)
2624 (uri (cran-uri "RPostgreSQL" version))
2625 (sha256
2626 (base32
2627 "1mdhw5821v2h7hpa53v10wz53k4i90r0vb6a3dia5gq8f9j1h088"))))
2628 (properties `((upstream-name . "RPostgreSQL")))
2629 (build-system r-build-system)
2630 (inputs
2631 `(("postgresql" ,postgresql)))
2632 (propagated-inputs
2633 `(("r-dbi" ,r-dbi)))
2634 (home-page "https://github.com/tomoakin/RPostgreSQL")
2635 (synopsis "R interface to the PostgreSQL database system")
2636 (description
2637 "This package provides a Database Interface (DBI) compliant driver for R
2638to access PostgreSQL database systems.")
2639 ;; The whole package is released under GPL version 2. It includes code
2640 ;; under the PostgreSQL license.
2641 (license license:gpl2)))
2642
f3640cee
RW
2643(define-public r-linprog
2644 (package
2645 (name "r-linprog")
2646 (version "0.9-2")
2647 (source
2648 (origin
2649 (method url-fetch)
2650 (uri (cran-uri "linprog" version))
2651 (sha256
2652 (base32
2653 "1ki14an0pmhs2mnmfjjvdzd76pshiyvi659zf7hqvqwj0viv4dw9"))))
2654 (build-system r-build-system)
2655 (propagated-inputs `(("r-lpsolve" ,r-lpsolve)))
2656 (home-page "http://linprog.r-forge.r-project.org/")
2657 (synopsis "Linear programming and optimization")
2658 (description
2659 "This package can be used to solve Linear Programming / Linear
2660Optimization problems by using the simplex algorithm.")
2661 (license license:gpl2+)))
2662
9604429d
RW
2663(define-public r-geometry
2664 (package
2665 (name "r-geometry")
9960ad55 2666 (version "0.4.4")
9604429d
RW
2667 (source
2668 (origin
2669 (method url-fetch)
2670 (uri (cran-uri "geometry" version))
2671 (sha256
2672 (base32
9960ad55 2673 "1mx5n5mw63nij4n6crs9165mlls4fnh1ipw5ch467rjsidgl0mg8"))))
9604429d 2674 (build-system r-build-system)
a023d43d
BG
2675 (propagated-inputs
2676 `(("r-magic" ,r-magic)
a80620b9 2677 ("r-linprog" ,r-linprog)
a023d43d
BG
2678 ("r-lpsolve" ,r-lpsolve)
2679 ("r-rcpp" ,r-rcpp)
3d17dc5d 2680 ("r-rcppprogress" ,r-rcppprogress)))
9604429d
RW
2681 (home-page "http://geometry.r-forge.r-project.org/")
2682 (synopsis "Mesh generation and surface tesselation")
2683 (description
2684 "This package makes the qhull library available in R, in a similar manner
2685as in Octave. Qhull computes convex hulls, Delaunay triangulations, halfspace
2686intersections about a point, Voronoi diagrams, furthest-site Delaunay
2687triangulations, and furthest-site Voronoi diagrams. It runs in 2-d, 3-d, 4-d,
2688and higher dimensions. It implements the Quickhull algorithm for computing
2689the convex hull. Qhull does not support constrained Delaunay triangulations,
2690or mesh generation of non-convex objects, but the package does include some R
2691functions that allow for this. Currently the package only gives access to
2692Delaunay triangulation and convex hull computation.")
2693 ;; The Qhull sources are included and are distributed under a custom
2694 ;; non-copyleft license. The R sources are released under GPL version 2.
2695 (license (list license:gpl2
2696 (license:non-copyleft "http://www.qhull.org/COPYING.txt")))))
2697
f57b883e
RW
2698(define-public r-ddalpha
2699 (package
2700 (name "r-ddalpha")
a315d496 2701 (version "1.3.9")
f57b883e
RW
2702 (source
2703 (origin
2704 (method url-fetch)
2705 (uri (cran-uri "ddalpha" version))
2706 (sha256
2707 (base32
a315d496 2708 "1vzs0cvl6xw3h9i00rg3hs02xwgxcnh8326y10kxmhs3qq4m7nb2"))))
f57b883e
RW
2709 (build-system r-build-system)
2710 (propagated-inputs
2711 `(("r-bh" ,r-bh)
2712 ("r-class" ,r-class)
4f184233 2713 ("r-geometry" ,r-geometry)
f57b883e
RW
2714 ("r-mass" ,r-mass)
2715 ("r-rcpp" ,r-rcpp)
e90456b9
RW
2716 ("r-robustbase" ,r-robustbase)
2717 ("r-sfsmisc" ,r-sfsmisc)))
2718 (native-inputs
2719 `(("gfortran" ,gfortran)))
e9960d8c 2720 (home-page "https://cran.r-project.org/web/packages/ddalpha")
f57b883e
RW
2721 (synopsis "Depth-Based classification and calculation of data depth")
2722 (description
2723 "This package contains procedures for depth-based supervised learning,
2724which are entirely non-parametric, in particular the DDalpha-procedure (Lange,
2725Mosler and Mozharovskyi, 2014). The training data sample is transformed by a
2726statistical depth function to a compact low-dimensional space, where the final
2727classification is done. It also offers an extension to functional data and
2728routines for calculating certain notions of statistical depth functions. 50
2729multivariate and 5 functional classification problems are included.")
2730 (license license:gpl2)))
5a87093f
RW
2731
2732(define-public r-gower
2733 (package
2734 (name "r-gower")
1541f0a0 2735 (version "0.2.1")
5a87093f
RW
2736 (source
2737 (origin
2738 (method url-fetch)
2739 (uri (cran-uri "gower" version))
2740 (sha256
2741 (base32
1541f0a0 2742 "007ivwn1nagpi26qq8iih1c2l61c53glvv60n90hi341ry8vwgxg"))))
5a87093f 2743 (build-system r-build-system)
5a87093f
RW
2744 (home-page "https://github.com/markvanderloo/gower")
2745 (synopsis "Gower's distance")
2746 (description
2747 "This package provides tools to compute Gower's distance (or similarity)
2748coefficient between records, and to compute the top-n matches between records.
2749Core algorithms are executed in parallel on systems supporting OpenMP.")
2750 (license license:gpl3)))
649cf27c
RW
2751
2752(define-public r-rcpproll
2753 (package
2754 (name "r-rcpproll")
d0396c8e 2755 (version "0.3.0")
649cf27c
RW
2756 (source
2757 (origin
2758 (method url-fetch)
2759 (uri (cran-uri "RcppRoll" version))
2760 (sha256
2761 (base32
d0396c8e 2762 "0srzfhzkk42kzrdjnhbb37946jp1p688rgysy6k3i2is8jb21zyb"))))
649cf27c
RW
2763 (properties `((upstream-name . "RcppRoll")))
2764 (build-system r-build-system)
2765 (propagated-inputs
2766 `(("r-rcpp" ,r-rcpp)))
e9960d8c 2767 (home-page "https://cran.r-project.org/web/packages/RcppRoll")
649cf27c
RW
2768 (synopsis "Efficient rolling and windowed operations")
2769 (description
2770 "This package provides fast and efficient routines for common rolling /
2771windowed operations. Routines for the efficient computation of windowed mean,
2772median, sum, product, minimum, maximum, standard deviation and variance are
2773provided.")
2774 (license license:gpl2+)))
6c3d42d6
RW
2775
2776(define-public r-ipred
2777 (package
2778 (name "r-ipred")
5fce9013 2779 (version "0.9-9")
6c3d42d6
RW
2780 (source
2781 (origin
2782 (method url-fetch)
2783 (uri (cran-uri "ipred" version))
2784 (sha256
2785 (base32
5fce9013 2786 "0vs1hqfx7yd0xdbmfsf2gim7spkni0845cj6gswn0nhdfdq7ma0d"))))
6c3d42d6
RW
2787 (build-system r-build-system)
2788 (propagated-inputs
2789 `(("r-class" ,r-class)
2790 ("r-mass" ,r-mass)
2791 ("r-nnet" ,r-nnet)
2792 ("r-prodlim" ,r-prodlim)
2793 ("r-rpart" ,r-rpart)
2794 ("r-survival" ,r-survival)))
e9960d8c 2795 (home-page "https://cran.r-project.org/web/packages/ipred")
6c3d42d6
RW
2796 (synopsis "Improved predictors")
2797 (description
2798 "This package provides improved predictive models by indirect
2799classification and bagging for classification, regression and survival
2800problems as well as resampling based estimators of prediction error.")
2801 (license license:gpl2+)))
ba4527ab 2802
cdc129dc
RW
2803(define-public r-psych
2804 (package
2805 (name "r-psych")
523762e3 2806 (version "1.8.12")
cdc129dc
RW
2807 (source
2808 (origin
2809 (method url-fetch)
2810 (uri (cran-uri "psych" version))
2811 (sha256
2812 (base32
523762e3 2813 "0hvp0dkkkn0szaf5rkirr3kb8qmr4bxwl775m5wmpvn1kc25w5vf"))))
cdc129dc
RW
2814 (build-system r-build-system)
2815 (propagated-inputs
2816 `(("r-foreign" ,r-foreign)
2817 ("r-lattice" ,r-lattice)
2818 ("r-mnormt" ,r-mnormt)
2819 ("r-nlme" ,r-nlme)))
e9960d8c 2820 (home-page "https://cran.r-project.org/web/packages/psych/")
cdc129dc
RW
2821 (synopsis "Procedures for psychological, psychometric, and personality research")
2822 (description
2823 "This package provides a general purpose toolbox for personality,
2824psychometric theory and experimental psychology. Functions are primarily for
2825multivariate analysis and scale construction using factor analysis, principal
2826component analysis, cluster analysis and reliability analysis, although others
2827provide basic descriptive statistics. Item Response Theory is done using
2828factor analysis of tetrachoric and polychoric correlations. Functions for
2829analyzing data at multiple levels include within and between group statistics,
2830including correlations and factor analysis. Functions for simulating and
2831testing particular item and test structures are included. Several functions
2832serve as a useful front end for structural equation modeling. Graphical
2833displays of path diagrams, factor analysis and structural equation models are
2834created using basic graphics.")
2835 (license license:gpl2+)))
2836
25c67ecf
RW
2837(define-public r-generics
2838 (package
2839 (name "r-generics")
2840 (version "0.0.2")
2841 (source
2842 (origin
2843 (method url-fetch)
2844 (uri (cran-uri "generics" version))
2845 (sha256
2846 (base32
2847 "0xk1xhpy7gpv3pvaygzhpfdxj72zmb38pb4nscfyg2ff36vx3cvi"))))
2848 (build-system r-build-system)
2849 (home-page "https://github.com/r-lib/generics")
2850 (synopsis "Common S3 generics not provided by base R methods")
2851 (description
2852 "In order to reduce potential package dependencies and conflicts,
2853generics provides a number of commonly used S3 generics that are not provided
2854by base R methods related to model fitting.")
2855 (license license:gpl2)))
2856
6c8c8c6b
RW
2857(define-public r-broom
2858 (package
2859 (name "r-broom")
1235f0d3 2860 (version "0.5.2")
6c8c8c6b
RW
2861 (source
2862 (origin
2863 (method url-fetch)
2864 (uri (cran-uri "broom" version))
2865 (sha256
2866 (base32
1235f0d3 2867 "0qmclih5dm5sqzy4hplcfy677kr12pm9pnpv3r319g14dd27pbqn"))))
6c8c8c6b
RW
2868 (build-system r-build-system)
2869 (propagated-inputs
45c156bf
RW
2870 `(("r-backports" ,r-backports)
2871 ("r-dplyr" ,r-dplyr)
813d9c51 2872 ("r-generics" ,r-generics)
6c8c8c6b 2873 ("r-nlme" ,r-nlme)
45c156bf 2874 ("r-purrr" ,r-purrr)
6c8c8c6b
RW
2875 ("r-reshape2" ,r-reshape2)
2876 ("r-stringr" ,r-stringr)
45c156bf 2877 ("r-tibble" ,r-tibble)
6c8c8c6b 2878 ("r-tidyr" ,r-tidyr)))
6e19d50e 2879 (home-page "https://github.com/tidyverse/broom")
6c8c8c6b
RW
2880 (synopsis "Convert statistical analysis objects into tidy data frames")
2881 (description
2882 "This package provides tools to convert statistical analysis objects from
2883R into tidy data frames, so that they can more easily be combined, reshaped
2884and otherwise processed with tools like @code{dplyr}, @code{tidyr} and
2885@code{ggplot2}. The package provides three S3 generics: @code{tidy}, which
2886summarizes a model's statistical findings such as coefficients of a
2887regression; @code{augment}, which adds columns to the original data such as
2888predictions, residuals and cluster assignments; and @code{glance}, which
2889provides a one-row summary of model-level statistics.")
2890 (license license:expat)))
2891
ba4527ab
RW
2892(define-public r-recipes
2893 (package
2894 (name "r-recipes")
417f7ed5 2895 (version "0.1.6")
ba4527ab
RW
2896 (source
2897 (origin
2898 (method url-fetch)
2899 (uri (cran-uri "recipes" version))
2900 (sha256
2901 (base32
417f7ed5 2902 "1ndz9h0zvdj141r63l8047wbhaj0x8fwzzyq7b8mh78pvrrdpq2i"))))
ba4527ab
RW
2903 (build-system r-build-system)
2904 (propagated-inputs
decea6ee
RW
2905 `(("r-dplyr" ,r-dplyr)
2906 ("r-generics" ,r-generics)
2907 ("r-glue" ,r-glue)
ba4527ab
RW
2908 ("r-gower" ,r-gower)
2909 ("r-ipred" ,r-ipred)
2910 ("r-lubridate" ,r-lubridate)
2911 ("r-magrittr" ,r-magrittr)
18a11c6d 2912 ("r-matrix" ,r-matrix)
ba4527ab 2913 ("r-purrr" ,r-purrr)
ba4527ab
RW
2914 ("r-rlang" ,r-rlang)
2915 ("r-tibble" ,r-tibble)
decea6ee 2916 ("r-tidyr" ,r-tidyr)
ba4527ab 2917 ("r-tidyselect" ,r-tidyselect)
57039918
RW
2918 ("r-timedate" ,r-timedate)
2919 ("r-withr" ,r-withr)))
ba4527ab
RW
2920 (home-page "https://github.com/topepo/recipes")
2921 (synopsis "Preprocessing tools to create design matrices")
2922 (description
2923 "Recipes is an extensible framework to create and preprocess design
2924matrices. Recipes consist of one or more data manipulation and analysis
2925\"steps\". Statistical parameters for the steps can be estimated from an
2926initial data set and then applied to other data sets. The resulting design
2927matrices can then be used as inputs into statistical or machine learning
2928models.")
2929 (license license:gpl2)))
1ab867be
RW
2930
2931(define-public r-pdist
2932 (package
2933 (name "r-pdist")
2934 (version "1.2")
2935 (source
2936 (origin
2937 (method url-fetch)
2938 (uri (cran-uri "pdist" version))
2939 (sha256
2940 (base32
2941 "18nd3mgad11f2zmwcp0w3sxlch4a9y6wp8dfdyzvjn7y4b4bq0dd"))))
2942 (build-system r-build-system)
2943 (home-page "https://github.com/jeffwong/pdist")
2944 (synopsis "Partitioned distance function")
2945 (description
2946 "Pdist computes the euclidean distance between rows of a matrix X and
2947rows of another matrix Y. Previously, this could be done by binding the two
2948matrices together and calling @code{dist}, but this creates unnecessary
2949computation by computing the distances between a row of X and another row of
2950X, and likewise for Y. Pdist strictly computes distances across the two
2951matrices, not within the same matrix, making computations significantly faster
2952for certain use cases.")
2953 (license license:gpl3+)))
81e0b625
RW
2954
2955(define-public r-ggrepel
2956 (package
2957 (name "r-ggrepel")
00399a78 2958 (version "0.8.1")
81e0b625
RW
2959 (source
2960 (origin
2961 (method url-fetch)
2962 (uri (cran-uri "ggrepel" version))
2963 (sha256
2964 (base32
00399a78 2965 "10vjrcmx8yknfbx93d9a4y3z8gafri0fhimw6hcq733dmdvkml6m"))))
81e0b625
RW
2966 (build-system r-build-system)
2967 (propagated-inputs
2968 `(("r-ggplot2" ,r-ggplot2)
2969 ("r-rcpp" ,r-rcpp)
2970 ("r-scales" ,r-scales)))
2971 (home-page "http://github.com/slowkow/ggrepel")
2972 (synopsis "Repulsive text and label geometries for ggplot2")
2973 (description
2974 "This package provides text and label geometries for ggplot2 that help to
2975avoid overlapping text labels. Labels repel away from each other and away
2976from the data points.")
2977 (license license:gpl3)))
6b968c4c
RW
2978
2979(define-public r-corrplot
2980 (package
2981 (name "r-corrplot")
2982 (version "0.84")
2983 (source
2984 (origin
2985 (method url-fetch)
2986 (uri (cran-uri "corrplot" version))
2987 (sha256
2988 (base32
2989 "1k03qd8db7pwg1v318xapx5mpiypiz2n07qr19c4b45diri5xkhd"))))
2990 (build-system r-build-system)
2991 (home-page "https://github.com/taiyun/corrplot")
2992 (synopsis "Visualization of a correlation matrix")
2993 (description
2994 "This package provides a graphical display of a correlation matrix or
2995general matrix. It also contains some algorithms to do matrix reordering. In
2996addition, corrplot is good at details, including choosing color, text labels,
2997color labels, layout, etc.")
2998 ;; Any version of the GPL
2999 (license license:gpl2+)))
a40a04fd
RW
3000
3001(define-public r-stringdist
3002 (package
3003 (name "r-stringdist")
8e0267f6 3004 (version "0.9.5.2")
a40a04fd
RW
3005 (source
3006 (origin
3007 (method url-fetch)
3008 (uri (cran-uri "stringdist" version))
3009 (sha256
3010 (base32
8e0267f6 3011 "0nw8c317qkfq63pr0prl0hx522ddfq4cbgixb5r4pq3fxk9z303l"))))
a40a04fd
RW
3012 (build-system r-build-system)
3013 (home-page "https://github.com/markvanderloo/stringdist")
3014 (synopsis "Approximate string matching and string distance functions")
3015 (description
3016 "This package implements an approximate string matching version of R's
3017native @code{match} function. It can calculate various string distances based
3018on edits (Damerau-Levenshtein, Hamming, Levenshtein, optimal sting alignment),
3019qgrams (q- gram, cosine, jaccard distance) or heuristic metrics (Jaro,
3020Jaro-Winkler). An implementation of soundex is provided as well. Distances
3021can be computed between character vectors while taking proper care of encoding
3022or between integer vectors representing generic sequences.")
3023 (license license:gpl3+)))
10e16fa9 3024
dc668352
RW
3025(define-public r-ucminf
3026 (package
3027 (name "r-ucminf")
3028 (version "1.1-4")
3029 (source
3030 (origin
3031 (method url-fetch)
3032 (uri (cran-uri "ucminf" version))
3033 (sha256
3034 (base32
3035 "01vggwg1w71k98qs6fhb0x1843vi322mf4g3hbclks94kcpkisx2"))))
3036 (build-system r-build-system)
3037 (native-inputs `(("gfortran" ,gfortran)))
3038 (home-page "https://cran.r-project.org/web/packages/ucminf/")
3039 (synopsis "General-purpose unconstrained non-linear optimization")
3040 (description
3041 "This package provides an implementation of an algorithm for
3042general-purpose unconstrained non-linear optimization. The algorithm is of
3043quasi-Newton type with BFGS updating of the inverse Hessian and soft line
3044search with a trust region type monitoring of the input to the line search
3045algorithm. The interface of @code{ucminf} is designed for easy interchange
3046with the package @code{optim}.")
3047 (license license:gpl2+)))
3048
b8f6e2f8
RW
3049(define-public r-ordinal
3050 (package
3051 (name "r-ordinal")
779174e4 3052 (version "2019.4-25")
b8f6e2f8
RW
3053 (source
3054 (origin
3055 (method url-fetch)
3056 (uri (cran-uri "ordinal" version))
3057 (sha256
3058 (base32
779174e4 3059 "1pvrkly4x12w32n7w1qljdwzqnlkv7rfa7rx0nz5vbiw29xas4i8"))))
b8f6e2f8
RW
3060 (build-system r-build-system)
3061 (propagated-inputs
3062 `(("r-mass" ,r-mass)
3063 ("r-matrix" ,r-matrix)
3064 ("r-numderiv" ,r-numderiv)
3065 ("r-ucminf" ,r-ucminf)))
3066 (home-page "https://github.com/runehaubo/ordinal")
3067 (synopsis "Regression models for ordinal data")
3068 (description
3069 "This package provides an implementation of cumulative link (mixed)
3070models also known as ordered regression models, proportional odds models,
3071proportional hazards models for grouped survival times and ordered models.
3072Estimation is via maximum likelihood and mixed models are fitted with the
3073Laplace approximation and adaptive Gauss-Hermite quadrature.")
3074 (license license:gpl2+)))
3075
fe1495e3
RW
3076(define-public r-jomo
3077 (package
3078 (name "r-jomo")
bed34246 3079 (version "2.6-9")
fe1495e3
RW
3080 (source
3081 (origin
3082 (method url-fetch)
3083 (uri (cran-uri "jomo" version))
3084 (sha256
3085 (base32
bed34246 3086 "16ychdhhv8cii8zrdfdf5gzgnvmfaq573bmi00xqdf323q3lf3xr"))))
fe1495e3
RW
3087 (build-system r-build-system)
3088 (propagated-inputs
3089 `(("r-lme4" ,r-lme4)
fccb2450 3090 ("r-mass" ,r-mass)
e7630cc9 3091 ("r-ordinal" ,r-ordinal)
fe1495e3
RW
3092 ("r-survival" ,r-survival)))
3093 (home-page "https://cran.r-project.org/web/packages/jomo/")
3094 (synopsis "Multilevel Joint Modelling Multiple Imputation")
3095 (description
3096 "Similarly to Schafer's package pan, jomo is a package for multilevel
3097joint modelling multiple imputation @url{Carpenter and Kenward (2013),
3098http://doi.org/10.1002/9781119942283}. Novel aspects of jomo are the
3099possibility of handling binary and categorical data through latent normal
3100variables, the option to use cluster-specific covariance matrices and to
3101impute compatibly with the substantive model.")
3102 (license license:gpl2)))
3103
03e718fb
RW
3104(define-public r-pan
3105 (package
3106 (name "r-pan")
a7265593 3107 (version "1.6")
03e718fb
RW
3108 (source
3109 (origin
3110 (method url-fetch)
3111 (uri (cran-uri "pan" version))
3112 (sha256
3113 (base32
a7265593 3114 "1dk3jjj826p7xrz10qz04vyc068xnypg7bp0pj4c32z3da0xzh5d"))))
03e718fb
RW
3115 (build-system r-build-system)
3116 (native-inputs `(("gfortran" ,gfortran)))
3117 (home-page "https://cran.r-project.org/web/packages/pan/")
3118 (synopsis "Multiple imputation for multivariate panel or clustered data")
3119 (description
3120 "This package implements multiple imputation for multivariate panel or
3121clustered data.")
3122 (license license:gpl3)))
3123
84e7147a
RW
3124(define-public r-mitml
3125 (package
3126 (name "r-mitml")
1c6d199e 3127 (version "0.3-7")
84e7147a
RW
3128 (source
3129 (origin
3130 (method url-fetch)
3131 (uri (cran-uri "mitml" version))
3132 (sha256
3133 (base32
1c6d199e 3134 "0yqyxkyi1kmv5k63wxj5kkg5g8igk1axk2csb4xhj6wz0p89dxy6"))))
84e7147a
RW
3135 (build-system r-build-system)
3136 (propagated-inputs
3137 `(("r-haven" ,r-haven)
3138 ("r-jomo" ,r-jomo)
3139 ("r-pan" ,r-pan)))
3140 (home-page "https://cran.r-project.org/web/packages/mitml/")
3141 (synopsis "Tools for multiple imputation in multilevel modeling")
3142 (description
3143 "This package provides tools for multiple imputation of missing data in
3144multilevel modeling. It includes a user-friendly interface to the packages
3145pan and jomo, and several functions for visualization, data management and the
3146analysis of multiply imputed data sets.")
3147 (license license:gpl2+)))
3148
10e16fa9
RW
3149(define-public r-mice
3150 (package
3151 (name "r-mice")
04d42a9d 3152 (version "3.6.0")
10e16fa9
RW
3153 (source
3154 (origin
3155 (method url-fetch)
3156 (uri (cran-uri "mice" version))
3157 (sha256
3158 (base32
04d42a9d 3159 "0pgcxdmp77604h6f4x8hhs6j4xdjgf5b9zvnixyzdj8vcgdjpivv"))))
10e16fa9
RW
3160 (build-system r-build-system)
3161 (propagated-inputs
aea3be25
RW
3162 `(("r-broom" ,r-broom)
3163 ("r-dplyr" ,r-dplyr)
3164 ("r-lattice" ,r-lattice)
10e16fa9 3165 ("r-mass" ,r-mass)
aea3be25 3166 ("r-mitml" ,r-mitml)
10e16fa9
RW
3167 ("r-nnet" ,r-nnet)
3168 ("r-rcpp" ,r-rcpp)
aea3be25 3169 ("r-rlang" ,r-rlang)
10e16fa9
RW
3170 ("r-rpart" ,r-rpart)
3171 ("r-survival" ,r-survival)))
3172 (home-page "https://cran.r-project.org/web/packages/mice/")
3173 (synopsis "Multivariate imputation by chained equations")
3174 (description
3175 "Multiple imputation using @dfn{Fully Conditional Specification} (FCS)
3176implemented by the MICE algorithm as described in @url{Van Buuren and
3177Groothuis-Oudshoorn (2011), http://doi.org/10.18637/jss.v045.i03}. Each
3178variable has its own imputation model. Built-in imputation models are
3179provided for continuous data (predictive mean matching, normal), binary
3180data (logistic regression), unordered categorical data (polytomous logistic
3181regression) and ordered categorical data (proportional odds). MICE can also
3182impute continuous two-level data (normal model, pan, second-level variables).
3183Passive imputation can be used to maintain consistency between variables.
3184Various diagnostic plots are available to inspect the quality of the
3185imputations.")
3186 ;; Any of these two versions.
3187 (license (list license:gpl2 license:gpl3))))
7fd5f60b 3188
02cdb45f
RW
3189(define-public r-truncnorm
3190 (package
3191 (name "r-truncnorm")
9d6f3925 3192 (version "1.0-8")
02cdb45f
RW
3193 (source
3194 (origin
3195 (method url-fetch)
3196 (uri (cran-uri "truncnorm" version))
3197 (sha256
3198 (base32
9d6f3925 3199 "0zn88wdd58223kibk085rhsikl4yhlrwiyq109hzjg06hy6lwmj9"))))
02cdb45f 3200 (build-system r-build-system)
e9960d8c 3201 (home-page "https://cran.r-project.org/web/packages/truncnorm/")
02cdb45f
RW
3202 (synopsis "Truncated normal distribution")
3203 (description "This package provides functions for the truncated normal
3204distribution with mean equal to @code{mean} and standard deviation equal to
3205@code{sd}. It includes density, distribution, quantile, and expected value
3206functions, as well as a random generation function.")
3207 (license license:gpl2)))
3208
cb8b4c11
RW
3209(define-public r-rsolnp
3210 (package
3211 (name "r-rsolnp")
3212 (version "1.16")
3213 (source
3214 (origin
3215 (method url-fetch)
3216 (uri (cran-uri "Rsolnp" version))
3217 (sha256
3218 (base32
3219 "0w7nkj6igr0gi7r7jg950lsx7dj6aipgxi6vbjsf5f5yc9h7fhii"))))
3220 (properties `((upstream-name . "Rsolnp")))
3221 (build-system r-build-system)
3222 (propagated-inputs
3223 `(("r-truncnorm" ,r-truncnorm)))
e9960d8c 3224 (home-page "https://cran.r-project.org/web/packages/Rsolnp/")
cb8b4c11
RW
3225 (synopsis "General non-linear optimization")
3226 (description "The Rsolnp package implements a general non-linear augmented
3227Lagrange multiplier method solver, a @dfn{sequential quadratic
3228programming} (SQP) based solver).")
3229 ;; Any version of the GPL.
3230 (license license:gpl2+)))
3231
7fd5f60b
RW
3232(define-public r-hardyweinberg
3233 (package
3234 (name "r-hardyweinberg")
83e3e72a 3235 (version "1.6.3")
7fd5f60b
RW
3236 (source
3237 (origin
3238 (method url-fetch)
3239 (uri (cran-uri "HardyWeinberg" version))
3240 (sha256
3241 (base32
83e3e72a 3242 "1irz44q6nf95h37av868f47aakwv3jgwgw217xfsfw0afkm7s25f"))))
7fd5f60b
RW
3243 (properties `((upstream-name . "HardyWeinberg")))
3244 (build-system r-build-system)
3245 (propagated-inputs
3246 `(("r-mice" ,r-mice)
d0394944
RW
3247 ("r-rcpp" ,r-rcpp)
3248 ("r-rsolnp" ,r-rsolnp)))
7fd5f60b
RW
3249 (home-page "https://cran.r-project.org/package=HardyWeinberg")
3250 (synopsis "Statistical tests and graphics for Hardy-Weinberg equilibrium")
3251 (description
3252 "This package contains tools for exploring Hardy-Weinberg equilibrium for
3253diallelic genetic marker data. All classical tests (chi-square, exact,
3254likelihood-ratio and permutation tests) for Hardy-Weinberg equilibrium are
3255included in the package, as well as functions for power computation and for
3256the simulation of marker data under equilibrium and disequilibrium. Routines
3257for dealing with markers on the X-chromosome are included. Functions for
3258testing equilibrium in the presence of missing data by using multiple
3259imputation are also provided. Implements several graphics for exploring the
3260equilibrium status of a large set of diallelic markers: ternary plots with
3261acceptance regions, log-ratio plots and Q-Q plots.")
3262 (license license:gpl2+)))
3a22732c
RW
3263
3264(define-public r-sm
3265 (package
3266 (name "r-sm")
5621b840 3267 (version "2.2-5.6")
3a22732c
RW
3268 (source
3269 (origin
3270 (method url-fetch)
3271 (uri (cran-uri "sm" version))
3272 (sha256
3273 (base32
5621b840 3274 "0c4whcx879gb4lwvqnzxl5n9xgpcqh2c54ip9ami3mwfprzcv45q"))))
3a22732c
RW
3275 (build-system r-build-system)
3276 (native-inputs `(("gfortran" ,gfortran)))
3277 (home-page "http://www.stats.gla.ac.uk/~adrian/sm/")
3278 (synopsis "Smoothing methods for nonparametric regression and density estimation")
3279 (description
3280 "This is software accompanying the book 'Applied Smoothing Techniques for
3281Data Analysis---The Kernel Approach with S-Plus Illustrations', Oxford
3282University Press. It provides smoothing methods for nonparametric regression
3283and density estimation")
3284 (license license:gpl2+)))
9232cac4 3285
6174db2b
RJ
3286(define-public r-venndiagram
3287 (package
3288 (name "r-venndiagram")
3289 (version "1.6.20")
3290 (source (origin
3291 (method url-fetch)
3292 (uri (cran-uri "VennDiagram" version))
3293 (sha256
3294 (base32
3295 "1ic1jaxzw98si2p4n1fl4n3myhd7fpw0njb634cwhviwybzv6775"))))
3296 (properties `((upstream-name . "VennDiagram")))
3297 (build-system r-build-system)
3298 (propagated-inputs
3299 `(("r-futile-logger" ,r-futile-logger)))
3300 (home-page "https://cran.r-project.org/web/packages/VennDiagram/")
3301 (synopsis "Generate High-Resolution Venn and Euler Plots")
3302 (description
3303 "This package provides a set of functions to generate high-resolution
3304Venn and Euler plots. It includes handling for several special cases,
3305including two-case scaling, and extensive customization of plot shape and
3306structure.")
3307 (license license:gpl2+)))
3308
9232cac4
RW
3309(define-public r-vioplot
3310 (package
3311 (name "r-vioplot")
70980197 3312 (version "0.3.2")
9232cac4
RW
3313 (source
3314 (origin
3315 (method url-fetch)
3316 (uri (cran-uri "vioplot" version))
3317 (sha256
3318 (base32
70980197 3319 "13kfjp747bnzksai8j39y2hyl3ljc6n53c2cfhaw78q3d63x0lbv"))))
9232cac4 3320 (build-system r-build-system)
7d4b9818
RW
3321 (propagated-inputs
3322 `(("r-sm" ,r-sm)
3323 ("r-zoo" ,r-zoo)))
9232cac4
RW
3324 (home-page "http://wsopuppenkiste.wiso.uni-goettingen.de/~dadler")
3325 (synopsis "Violin plot")
3326 (description
3327 "This package provides a violin plot, which is a combination of a box
3328plot and a kernel density plot.")
3329 (license license:bsd-3)))
7b0569c0
RW
3330
3331(define-public r-rsofia
3332 (package
3333 (name "r-rsofia")
3334 (version "1.1")
3335 (source (origin
3336 (method url-fetch)
3337 ;; This package has been removed from CRAN, so we can
3338 ;; only fetch it from the archives.
3339 (uri (string-append "https://cran.r-project.org/src/"
3340 "contrib/Archive/RSofia/RSofia_"
3341 version ".tar.gz"))
3342 (sha256
3343 (base32
3344 "0q931y9rcf6slb0s2lsxhgqrzy4yqwh8hb1124nxg0bjbxvjbihn"))))
3345 (properties `((upstream-name . "RSofia")))
3346 (build-system r-build-system)
3347 (propagated-inputs
3348 `(("r-rcpp" ,r-rcpp)))
3349 (home-page "https://cran.r-project.org/src/contrib/Archive/RSofia")
3350 (synopsis "Port of sofia-ml to R")
3351 (description "This package is a port of sofia-ml to R. Sofia-ml is a
3352suite of fast incremental algorithms for machine learning that can be used for
3353training models for classification or ranking.")
3354 (license license:asl2.0)))
738dda83 3355
3699383e
RW
3356(define-public r-xts
3357 (package
3358 (name "r-xts")
cea8a607 3359 (version "0.11-2")
3699383e
RW
3360 (source
3361 (origin
3362 (method url-fetch)
3363 (uri (cran-uri "xts" version))
3364 (sha256
3365 (base32
cea8a607 3366 "1f0kxrvn13py3hk2gh2m56cqm39x3bqp1i350r5viddacrm2yxqj"))))
3699383e
RW
3367 (build-system r-build-system)
3368 (propagated-inputs `(("r-zoo" ,r-zoo)))
3699383e
RW
3369 (home-page "https://github.com/joshuaulrich/xts")
3370 (synopsis "Extensible time series")
3371 (description
3372 "This package provides for uniform handling of R's different time-based
3373data classes by extending @code{zoo}, maximizing native format information
3374preservation and allowing for user-level customization and extension, while
3375simplifying cross-class interoperability.")
3376 (license license:gpl2+)))
b72b42cf
RW
3377
3378(define-public r-performanceanalytics
3379 (package
3380 (name "r-performanceanalytics")
1f7e8d49 3381 (version "1.5.3")
b72b42cf
RW
3382 (source
3383 (origin
3384 (method url-fetch)
3385 (uri (cran-uri "PerformanceAnalytics" version))
3386 (sha256
3387 (base32
1f7e8d49 3388 "0jhjldwyxwq7a47zmk5y1jjck7hvq92p8rlgjvdfy51hx2dmlqqd"))))
b72b42cf
RW
3389 (properties
3390 `((upstream-name . "PerformanceAnalytics")))
3391 (build-system r-build-system)
3392 (propagated-inputs
081d143d
RW
3393 `(("r-quadprog" ,r-quadprog)
3394 ("r-xts" ,r-xts)
b72b42cf 3395 ("r-zoo" ,r-zoo)))
d062957a 3396 (home-page "https://r-forge.r-project.org/projects/returnanalytics/")
b72b42cf
RW
3397 (synopsis "Econometric tools for performance and risk analysis")
3398 (description "This is a collection of econometric functions for
3399performance and risk analysis. This package aims to aid practitioners and
3400researchers in utilizing the latest research in analysis of non-normal return
3401streams. In general, it is most tested on return (rather than price) data on
3402a regular scale, but most functions will work with irregular return data as
3403well, and increasing numbers of functions will work with P&L or price data
3404where possible.")
3405 ;; Either version may be picked.
3406 (license (list license:gpl2 license:gpl3))))
018cf270
RW
3407
3408(define-public r-laeken
3409 (package
3410 (name "r-laeken")
ed46a05c 3411 (version "0.5.0")
018cf270
RW
3412 (source
3413 (origin
3414 (method url-fetch)
3415 (uri (cran-uri "laeken" version))
3416 (sha256
3417 (base32
ed46a05c 3418 "1g9r3y7b0gl91hijk9awa8rjk97mqpkxinzq2cgmx0m38ng9ylpa"))))
018cf270
RW
3419 (build-system r-build-system)
3420 (propagated-inputs
3421 `(("r-boot" ,r-boot)
3422 ("r-mass" ,r-mass)))
e9960d8c 3423 (home-page "https://cran.r-project.org/web/packages/laeken/")
018cf270
RW
3424 (synopsis "Estimation of indicators on social exclusion and poverty")
3425 (description "This package provides tools for the estimation of indicators
3426on social exclusion and poverty, as well as an implementation of Pareto tail
3427modeling for empirical income distributions.")
3428 (license license:gpl2+)))
e5c17b8d
RW
3429
3430(define-public r-vcd
3431 (package
3432 (name "r-vcd")
2960f965 3433 (version "1.4-4")
e5c17b8d
RW
3434 (source
3435 (origin
3436 (method url-fetch)
3437 (uri (cran-uri "vcd" version))
3438 (sha256
3439 (base32
2960f965 3440 "1lp99h0wvsc61l1dgcqjxdrcgpgw88ak430cdsv43kmm43qssqd5"))))
e5c17b8d
RW
3441 (build-system r-build-system)
3442 (propagated-inputs
3443 `(("r-colorspace" ,r-colorspace)
3444 ("r-lmtest" ,r-lmtest)
3445 ("r-mass" ,r-mass)))
e9960d8c 3446 (home-page "https://cran.r-project.org/web/packages/vcd/")
e5c17b8d
RW
3447 (synopsis "Visualizing categorical data")
3448 (description "This package provides visualization techniques, data sets,
3449summary and inference procedures aimed particularly at categorical data.
3450Special emphasis is given to highly extensible grid graphics. The package was
3451originally inspired by the book \"Visualizing Categorical Data\" by Michael
3452Friendly and is now the main support package for a new book, \"Discrete Data
3453Analysis with R\" by Michael Friendly and David Meyer (2015).")
3454 (license license:gpl2)))
ae164260
RW
3455
3456(define-public r-ica
3457 (package
3458 (name "r-ica")
fabf0993 3459 (version "1.0-2")
ae164260
RW
3460 (source
3461 (origin
3462 (method url-fetch)
3463 (uri (cran-uri "ica" version))
3464 (sha256
3465 (base32
fabf0993 3466 "0ya1nph1zwhad0bfz4yxs27kl45yk1dhnphdlrq34p8pqrpmj8g7"))))
ae164260 3467 (build-system r-build-system)
e9960d8c 3468 (home-page "https://cran.r-project.org/web/packages/ica/")
ae164260
RW
3469 (synopsis "Independent component analysis")
3470 (description "This package provides tools for @dfn{Independent Component
3471Analysis} (ICA) using various algorithms: FastICA,
3472Information-Maximization (Infomax), and @dfn{Joint Approximate Diagonalization
3473of Eigenmatrices} (JADE).")
3474 (license license:gpl2+)))
bf025ff6
RW
3475
3476(define-public r-dtw
3477 (package
3478 (name "r-dtw")
fa859675 3479 (version "1.21-3")
bf025ff6
RW
3480 (source
3481 (origin
3482 (method url-fetch)
3483 (uri (cran-uri "dtw" version))
3484 (sha256
3485 (base32
fa859675 3486 "02hyhx1sy5h3vzh9zixy18a7d47df4k5d0wyflcvlcbsbcl6p90s"))))
bf025ff6
RW
3487 (build-system r-build-system)
3488 (propagated-inputs `(("r-proxy" ,r-proxy)))
3489 (home-page "http://dtw.r-forge.r-project.org/")
3490 (synopsis "Dynamic Time Warping Algorithms")
3491 (description "This package provides a comprehensive implementation of
3492@dfn{dynamic time warping} (DTW) algorithms in R. DTW computes the
3493optimal (least cumulative distance) alignment between points of two time
3494series. Common DTW variants covered include local (slope) and global (window)
3495constraints, subsequence matches, arbitrary distance definitions,
3496normalizations, minimum variance matching, and so on.")
3497 (license license:gpl2+)))
15ef07f0
RW
3498
3499(define-public r-sdmtools
3500 (package
3501 (name "r-sdmtools")
5ac82ee3 3502 (version "1.1-221.1")
15ef07f0
RW
3503 (source
3504 (origin
3505 (method url-fetch)
3506 (uri (cran-uri "SDMTools" version))
3507 (sha256
3508 (base32
5ac82ee3 3509 "1fsgnlc7glawimzijp11j53g5bnfp1mdq9wb0754idmxcdi8a99q"))))
15ef07f0
RW
3510 (properties `((upstream-name . "SDMTools")))
3511 (build-system r-build-system)
3512 (propagated-inputs `(("r-r-utils" ,r-r-utils)))
3513 (home-page "http://www.rforge.net/SDMTools/")
3514 (synopsis "Species distribution modelling tools")
9c98e0e7 3515 (description "This package provides a set of tools for post processing
15ef07f0
RW
3516the outcomes of species distribution modeling exercises. It includes novel
3517methods for comparing models and tracking changes in distributions through
3518time. It further includes methods for visualizing outcomes, selecting
3519thresholds, calculating measures of accuracy and landscape fragmentation
3520statistics, etc.")
3521 (license license:gpl3+)))
ae3f2079
RW
3522
3523(define-public r-scatterplot3d
3524 (package
3525 (name "r-scatterplot3d")
5ade82bb 3526 (version "0.3-41")
ae3f2079
RW
3527 (source
3528 (origin
3529 (method url-fetch)
3530 (uri (cran-uri "scatterplot3d" version))
3531 (sha256
3532 (base32
5ade82bb 3533 "152xqz9c70qab86mpgng049gxsg5f4fpf1m8dh93fb9v1avjd0sc"))))
ae3f2079 3534 (build-system r-build-system)
e9960d8c 3535 (home-page "https://cran.r-project.org/web/packages/scatterplot3d/")
ae3f2079
RW
3536 (synopsis "3D scatter plot")
3537 (description "This package provides an implementation of scatter plots for
3538plotting. a three dimensional point cloud.")
3539 (license license:gpl2)))
f90018e5
RW
3540
3541(define-public r-ggridges
3542 (package
3543 (name "r-ggridges")
16a39c2d 3544 (version "0.5.1")
f90018e5
RW
3545 (source
3546 (origin
3547 (method url-fetch)
3548 (uri (cran-uri "ggridges" version))
3549 (sha256
3550 (base32
16a39c2d 3551 "0dhwcpy785ac2ny5bjp284595nnybi3554wd0yffsli0vzf7ry01"))))
f90018e5
RW
3552 (build-system r-build-system)
3553 (propagated-inputs
3554 `(("r-ggplot2" ,r-ggplot2)
3555 ("r-plyr" ,r-plyr)
0edd2fd1
RW
3556 ("r-scales" ,r-scales)
3557 ("r-withr" ,r-withr)))
f90018e5
RW
3558 (home-page "https://github.com/clauswilke/ggridges")
3559 (synopsis "Ridgeline plots in ggplot2")
3560 (description
3561 "Ridgeline plots provide a convenient way of visualizing changes in
3562distributions over time or space. This package enables the creation of such
3563plots in @code{ggplot2}.")
3564 (license license:gpl2)))
007f6d98
RW
3565
3566(define-public r-ggjoy
3567 (package
3568 (name "r-ggjoy")
c36745cf 3569 (version "0.4.1")
007f6d98
RW
3570 (source
3571 (origin
3572 (method url-fetch)
3573 (uri (cran-uri "ggjoy" version))
3574 (sha256
3575 (base32
c36745cf 3576 "012md2m0jqfcccb933j423m3ck31v3p0pd41gjxpyg9082y7ixyj"))))
007f6d98
RW
3577 (build-system r-build-system)
3578 (propagated-inputs
3579 `(("r-ggplot2" ,r-ggplot2)
3580 ("r-ggridges" ,r-ggridges)))
3581 (home-page "https://github.com/clauswilke/ggjoy")
3582 (synopsis "Joyplots in ggplot2")
3583 (description "Joyplots provide a convenient way of visualizing changes in
3584distributions over time or space. This package enables the creation of such
3585plots in @code{ggplot2}.")
3586 (license license:gpl2)))
2976f304
RW
3587
3588(define-public r-cli
3589 (package
3590 (name "r-cli")
78e29738 3591 (version "1.1.0")
2976f304
RW
3592 (source
3593 (origin
3594 (method url-fetch)
3595 (uri (cran-uri "cli" version))
3596 (sha256
3597 (base32
78e29738 3598 "02hdwvdq5nic6dhxj88jbgsc9m8yrz3yibigg6szkggxyk6hzh2g"))))
2976f304
RW
3599 (build-system r-build-system)
3600 (propagated-inputs
3601 `(("r-assertthat" ,r-assertthat)
3602 ("r-crayon" ,r-crayon)))
3603 (home-page "https://github.com/r-lib/cli#readme")
3604 (synopsis "Helpers for developing command line interfaces")
3605 (description "This package provides a suite of tools designed to build
3606attractive command line interfaces (CLIs). It includes tools for drawing
3607rules, boxes, trees, and Unicode symbols with ASCII alternatives.")
3608 (license license:expat)))
55577393
RW
3609
3610(define-public r-argparser
3611 (package
3612 (name "r-argparser")
3613 (version "0.4")
3614 (source
3615 (origin
3616 (method url-fetch)
3617 (uri (cran-uri "argparser" version))
3618 (sha256
3619 (base32
3620 "0s1wxshx4jk69wfxhycx973q6y8cmqrfymyjklhq1i8xrj0kmmx9"))))
3621 (build-system r-build-system)
3622 (home-page "https://bitbucket.org/djhshih/argparser")
3623 (synopsis "Command-line argument parser")
3624 (description
3625 "This package provides a cross-platform command-line argument parser
3626written purely in R with no external dependencies. It is useful with the
3627Rscript front-end and facilitates turning an R script into an executable
3628script.")
3629 (license license:gpl3+)))
a3257d42
RW
3630
3631(define-public r-debugme
3632 (package
3633 (name "r-debugme")
3634 (version "1.1.0")
3635 (source
3636 (origin
3637 (method url-fetch)
3638 (uri (cran-uri "debugme" version))
3639 (sha256
3640 (base32
3641 "1c9sg55zvf10h8198jdnpamm6f66lzw3c3jnmdp9ls6na0j0xbjd"))))
3642 (build-system r-build-system)
3643 (propagated-inputs `(("r-crayon" ,r-crayon)))
3644 (home-page "https://github.com/r-lib/debugme#readme")
3645 (synopsis "Debug R packages")
3646 (description
3647 "This package allows the user to specify debug messages as special string
3648constants, and control debugging of packages via environment variables.")
3649 (license license:expat)))
2058e37d
RW
3650
3651(define-public r-processx
3652 (package
3653 (name "r-processx")
503d5b5a 3654 (version "3.4.1")
2058e37d
RW
3655 (source
3656 (origin
3657 (method url-fetch)
3658 (uri (cran-uri "processx" version))
3659 (sha256
3660 (base32
503d5b5a 3661 "1g6ipcaxg9y94lyrnbp7kkbqfkcdh1fyrqjjclbjp3x7iysdvazi"))))
2058e37d
RW
3662 (build-system r-build-system)
3663 (propagated-inputs
0e87bf01
RW
3664 `(("r-ps" ,r-ps)
3665 ("r-r6" ,r-r6)))
2058e37d
RW
3666 (home-page "https://github.com/r-lib/processx3")
3667 (synopsis "Execute and control system processes")
3668 (description
3669 "This package provides portable tools to run system processes in the
3670background. It can check if a background process is running; wait on a
3671background process to finish; get the exit status of finished processes; kill
3672background processes and their children; restart processes. It can read the
3673standard output and error of the processes, using non-blocking connections.
3674@code{processx} can poll a process for standard output or error, with a
3675timeout. It can also poll several processes at once.")
3676 (license license:expat)))
f285346a
RW
3677
3678(define-public r-tsp
3679 (package
3680 (name "r-tsp")
130314d8 3681 (version "1.1-7")
f285346a
RW
3682 (source
3683 (origin
3684 (method url-fetch)
3685 (uri (cran-uri "TSP" version))
3686 (sha256
3687 (base32
130314d8 3688 "0rxxhvqi55869dg2p82hzg5kvgcqf9h60cjcg00k3pv9aw4x07kb"))))
f285346a
RW
3689 (properties `((upstream-name . "TSP")))
3690 (build-system r-build-system)
3691 (propagated-inputs `(("r-foreach" ,r-foreach)))
3692 (home-page "https://cran.r-project.org/web/packages/TSP/")
3693 (synopsis "Traveling salesperson problem (TSP)")
3694 (description "This package provides basic infrastructure and some
3695algorithms for the @dfn{traveling salesperson problem}(TSP) (also known as the
3696traveling salesman problem).")
3697 (license license:gpl3)))
ffb59bce
RW
3698
3699(define-public r-qap
3700 (package
3701 (name "r-qap")
3702 (version "0.1-1")
3703 (source
3704 (origin
3705 (method url-fetch)
3706 (uri (cran-uri "qap" version))
3707 (sha256
3708 (base32
3709 "0d2d1ni1camixyi45lfy00f4pn3p063k7bsi8gj5scp6n15mdgb0"))))
3710 (build-system r-build-system)
3711 (native-inputs `(("gfortran" ,gfortran)))
d062957a 3712 (home-page "https://cran.r-project.org/web/packages/qap/")
ffb59bce
RW
3713 (synopsis "Heuristics for the quadratic assignment problem (QAP)")
3714 (description "This package implements heuristics for the @dfn{quadratic
3715assignment problem} (QAP). Currently only a simulated annealing heuristic is
3716available.")
3717 (license license:gpl3)))
7fe49f2a
RW
3718
3719(define-public r-gclus
3720 (package
3721 (name "r-gclus")
111516f9 3722 (version "1.3.2")
7fe49f2a
RW
3723 (source
3724 (origin
3725 (method url-fetch)
3726 (uri (cran-uri "gclus" version))
3727 (sha256
3728 (base32
111516f9 3729 "1cz0g0i972955hhaji30rx8448x7f3as7z1sww9i5h86ybgirilw"))))
7fe49f2a
RW
3730 (build-system r-build-system)
3731 (propagated-inputs `(("r-cluster" ,r-cluster)))
d062957a 3732 (home-page "https://cran.r-project.org/web/packages/gclus/")
7fe49f2a
RW
3733 (synopsis "Clustering graphics")
3734 (description "This package orders panels in scatterplot matrices and
3735parallel coordinate displays by some merit index. It contains various indices
3736of merit, ordering functions, and enhanced versions of @code{pairs} and
3737@code{parcoord} which color panels according to their merit level.")
3738 (license license:gpl2+)))
8e5e26d2
RW
3739
3740(define-public r-webshot
3741 (package
3742 (name "r-webshot")
8871a513 3743 (version "0.5.1")
8e5e26d2
RW
3744 (source
3745 (origin
3746 (method url-fetch)
3747 (uri (cran-uri "webshot" version))
3748 (sha256
3749 (base32
8871a513 3750 "08sb1xi376pfy1vwilk2d68zljsg9yiv04n2dkqz383gdhh0sxdr"))))
8e5e26d2
RW
3751 (build-system r-build-system)
3752 (propagated-inputs
8871a513
RW
3753 `(("r-callr" ,r-callr)
3754 ("r-jsonlite" ,r-jsonlite)
3755 ("r-magrittr" ,r-magrittr)))
8e5e26d2
RW
3756 (home-page "https://github.com/wch/webshot/")
3757 (synopsis "Take screenshots of web pages")
3758 (description
3759 "Webshot makes it easy to take screenshots of web pages from within R.
3760It can also run Shiny applications locally and take screenshots of the
3761application; and it can render and screenshot static as well as interactive R
3762Markdown documents.")
3763 (license license:gpl2)))
2e9d187b
RW
3764
3765(define-public r-seriation
3766 (package
3767 (name "r-seriation")
bd8710b4 3768 (version "1.2-8")
2e9d187b
RW
3769 (source
3770 (origin
3771 (method url-fetch)
3772 (uri (cran-uri "seriation" version))
3773 (sha256
3774 (base32
bd8710b4 3775 "1zbdxq0s5rc5v307b69fw9k52m0654ls7pf22lh35ggirig6lwsk"))))
2e9d187b
RW
3776 (build-system r-build-system)
3777 (propagated-inputs
3778 `(("r-cluster" ,r-cluster)
3779 ("r-colorspace" ,r-colorspace)
3780 ("r-dendextend" ,r-dendextend)
3781 ("r-gclus" ,r-gclus)
3782 ("r-gplots" ,r-gplots)
3783 ("r-mass" ,r-mass)
3784 ("r-qap" ,r-qap)
3785 ("r-registry" ,r-registry)
3786 ("r-tsp" ,r-tsp)))
3787 (native-inputs `(("gfortran" ,gfortran)))
3788 (home-page "http://s2.smu.edu/IDA/seriation/")
3789 (synopsis "Infrastructure for ordering objects using seriation")
3790 (description
3791 "This package provides infrastructure for seriation with an
3792implementation of several seriation/sequencing techniques to reorder matrices,
3793dissimilarity matrices, and dendrograms. It also provides (optimally)
3794reordered heatmaps, color images and clustering visualizations like
3795dissimilarity plots, and visual assessment of cluster tendency plots (VAT and
3796iVAT).")
3797 (license license:gpl3)))
e9e78d2c 3798
f6d2b45c
RW
3799(define-public r-xfun
3800 (package
3801 (name "r-xfun")
9ba8494c 3802 (version "0.9")
f6d2b45c
RW
3803 (source
3804 (origin
3805 (method url-fetch)
3806 (uri (cran-uri "xfun" version))
3807 (sha256
3808 (base32
9ba8494c 3809 "1c3wmy6s4ck821mwl7i2g8cxd31g30llbpivbgq21g1rxs4zwlyl"))))
f6d2b45c
RW
3810 (build-system r-build-system)
3811 (home-page "https://github.com/yihui/xfun")
3812 (synopsis "Miscellaneous functions")
3813 (description
3814 "This package provides miscellaneous functions commonly used in other
3815packages maintained by Yihui Xie.")
3816 (license license:expat)))
f2442968
RW
3817
3818(define-public r-utf8
3819 (package
3820 (name "r-utf8")
65ea783f 3821 (version "1.1.4")
f2442968
RW
3822 (source
3823 (origin
3824 (method url-fetch)
3825 (uri (cran-uri "utf8" version))
3826 (sha256
3827 (base32
65ea783f 3828 "0m0ywg8k3blfiahxvh1i4zn9dksrlc937d2lbza5fc38zjnrrnpn"))))
f2442968
RW
3829 (build-system r-build-system)
3830 (home-page "https://github.com/patperry/r-utf8")
3831 (synopsis "Unicode text processing")
3832 (description
3833 "This package provides tools to process and print UTF-8 encoded
3834international text (Unicode). Input, validate, normalize, encode, format, and
3835display.")
3836 (license license:asl2.0)))
c555ccab 3837
c87a3358
RW
3838(define-public r-zeallot
3839 (package
3840 (name "r-zeallot")
3841 (version "0.1.0")
3842 (source
3843 (origin
3844 (method url-fetch)
3845 (uri (cran-uri "zeallot" version))
3846 (sha256
3847 (base32
3848 "1sd1igcfnv27pa3bqxlbyxchi562h7grnjg1l7wxx3bwr49i57s3"))))
3849 (build-system r-build-system)
3850 (home-page "https://github.com/nteetor/zeallot")
3851 (synopsis "Multiple, unpacking, and destructuring assignment")
3852 (description
3853 "This package provides a @code{%<-%} operator to perform multiple,
3854unpacking, and destructuring assignment in R. The operator unpacks the
3855right-hand side of an assignment into multiple values and assigns these values
3856to variables on the left-hand side of the assignment.")
3857 (license license:expat)))
3858
6004bc1a
RW
3859(define-public r-vctrs
3860 (package
3861 (name "r-vctrs")
56444d18 3862 (version "0.2.0")
6004bc1a
RW
3863 (source
3864 (origin
3865 (method url-fetch)
3866 (uri (cran-uri "vctrs" version))
3867 (sha256
3868 (base32
56444d18 3869 "05h0y8qzwc899qj84gkhg4jwzscd065as00d4d8smv42h4i8zkjv"))))
6004bc1a
RW
3870 (build-system r-build-system)
3871 (propagated-inputs
3872 `(("r-backports" ,r-backports)
3873 ("r-digest" ,r-digest)
56444d18 3874 ("r-ellipsis" ,r-ellipsis)
6004bc1a
RW
3875 ("r-glue" ,r-glue)
3876 ("r-rlang" ,r-rlang)
3877 ("r-zeallot" ,r-zeallot)))
3878 (home-page "https://github.com/r-lib/vctrs")
3879 (synopsis "Vector helpers")
3880 (description
3881 "There are three main goals to the @code{vctrs} package:
3882
3883@enumerate
3884@item To propose @code{vec_size()} and @code{vec_type()} as alternatives to
3885 @code{length()} and @code{class()}. These definitions are paired with a
3886 framework for type-coercion and size-recycling.
3887@item To define type- and size-stability as desirable function properties, use
3888 them to analyse existing base function, and to propose better alternatives.
3889 This work has been particularly motivated by thinking about the ideal
3890 properties of @code{c()}, @code{ifelse()}, and @code{rbind()}.
3891@item To provide a new @code{vctr} base class that makes it easy to create new
3892 S3 vectors. @code{vctrs} provides methods for many base generics in terms of
3893 a few new @code{vctrs} generics, making implementation considerably simpler
3894 and more robust.
3895@end enumerate\n")
3896 (license license:gpl3)))
3897
c555ccab
RW
3898(define-public r-pillar
3899 (package
3900 (name "r-pillar")
9f8f2d9b 3901 (version "1.4.2")
c555ccab
RW
3902 (source
3903 (origin
3904 (method url-fetch)
3905 (uri (cran-uri "pillar" version))
3906 (sha256
3907 (base32
9f8f2d9b 3908 "0988047mf0xdhdkqqmavzx4ifjhndjnxniyrrhrdq1nvnrvbpfms"))))
c555ccab
RW
3909 (build-system r-build-system)
3910 (propagated-inputs
3911 `(("r-cli" ,r-cli)
3912 ("r-crayon" ,r-crayon)
6f5b157e 3913 ("r-fansi" ,r-fansi)
c555ccab 3914 ("r-rlang" ,r-rlang)
33ba8135
RW
3915 ("r-utf8" ,r-utf8)
3916 ("r-vctrs" ,r-vctrs)))
c555ccab
RW
3917 (home-page "https://github.com/r-lib/pillar")
3918 (synopsis "Coloured formatting for columns")
3919 (description
3920 "This package provides a @code{pillar} generic designed for formatting
3921columns of data using the full range of colours provided by modern
3922terminals.")
3923 (license license:gpl3)))
1c791925
RW
3924
3925(define-public r-uuid
3926 (package
3927 (name "r-uuid")
3928 (version "0.1-2")
3929 (source
3930 (origin
3931 (method url-fetch)
3932 (uri (cran-uri "uuid" version))
3933 (sha256
3934 (base32
3935 "1gmisd630fc8ybg845hbg13wmm3pk3npaamrh5wqbc1nqd6p0wfx"))))
3936 (build-system r-build-system)
3937 (home-page "http://www.rforge.net/uuid")
3938 (synopsis "Tools for generating and handling of UUIDs")
3939 (description
3940 "This package provides tools for generating and handling of
3941@dfn{Universally Unique Identifiers} (UUIDs).")
3942 (license license:expat)))
846f4c23
RW
3943
3944(define-public r-tinytex
3945 (package
3946 (name "r-tinytex")
33af00ee 3947 (version "0.15")
846f4c23
RW
3948 (source
3949 (origin
3950 (method url-fetch)
3951 (uri (cran-uri "tinytex" version))
3952 (sha256
3953 (base32
33af00ee 3954 "145dmgq7h55mmqqlnnj153j484x2a9s1fbvjbjkdyqzpnz9qh2ax"))))
846f4c23 3955 (build-system r-build-system)
8b0701d9
TGR
3956 (propagated-inputs
3957 `(("r-xfun" ,r-xfun)))
846f4c23
RW
3958 (home-page "https://github.com/yihui/tinytex")
3959 (synopsis "Helper functions for TeX Live and compiling LaTeX documents")
3960 (description
3961 "This package provides helper functions to install and maintain the LaTeX
3962distribution named TinyTeX, a lightweight, cross-platform, portable, and
3963easy-to-maintain version of TeX Live. This package also contains helper
3964functions to compile LaTeX documents, and install missing LaTeX packages
3965automatically.")
3966 (license license:expat)))
4376166b
RW
3967
3968(define-public r-metap
3969 (package
3970 (name "r-metap")
87bb1b8c 3971 (version "1.1")
4376166b
RW
3972 (source
3973 (origin
3974 (method url-fetch)
3975 (uri (cran-uri "metap" version))
3976 (sha256
3977 (base32
87bb1b8c 3978 "10kv7z8pik5iy374h399vws0ldf41y2nczlwh8axqf9dcwl084i0"))))
4376166b
RW
3979 (build-system r-build-system)
3980 (propagated-inputs
e32368c1
RW
3981 `(("r-lattice" ,r-lattice)
3982 ("r-rdpack" ,r-rdpack)))
4376166b
RW
3983 (home-page "http://www.dewey.myzen.co.uk/meta/meta.html")
3984 (synopsis "Meta-analysis of significance values")
3985 (description
3986 "The canonical way to perform meta-analysis involves using effect sizes.
3987When they are not available this package provides a number of methods for
3988meta-analysis of significance values including the methods of Edgington,
3989Fisher, Stouffer, Tippett, and Wilkinson; a number of data-sets to replicate
3990published results; and a routine for graphical display.")
3991 (license license:gpl2)))
5f4565b1
RW
3992
3993(define-public r-network
3994 (package
3995 (name "r-network")
20a48579 3996 (version "1.15")
5f4565b1
RW
3997 (source
3998 (origin
3999 (method url-fetch)
4000 (uri (cran-uri "network" version))
4001 (sha256
4002 (base32
20a48579 4003 "1cscw5978fyixhkicf06c4b2g1yf6gyi8vx86cz3dy75d41mrgjw"))))
5f4565b1 4004 (build-system r-build-system)
75cbc800
RW
4005 (propagated-inputs
4006 `(("r-magrittr" ,r-magrittr)
4007 ("r-tibble" ,r-tibble)))
40862677 4008 (home-page "https://statnet.org/")
5f4565b1
RW
4009 (synopsis "Classes for relational data")
4010 (description
4011 "This package provides tools to create and modify network objects. The
4012@code{network} class can represent a range of relational data types, and
4013supports arbitrary vertex/edge/graph attributes.")
4014 (license license:gpl2+)))
07a2f34d
RW
4015
4016(define-public r-statnet-common
4017 (package
4018 (name "r-statnet-common")
f7f65cba 4019 (version "4.3.0")
07a2f34d
RW
4020 (source
4021 (origin
4022 (method url-fetch)
4023 (uri (cran-uri "statnet.common" version))
4024 (sha256
4025 (base32
f7f65cba 4026 "0ng90i0wm9wlyhjbnmnylc1bbqw396p1dr7f402dyry9x9ck6jl3"))))
07a2f34d
RW
4027 (properties
4028 `((upstream-name . "statnet.common")))
4029 (build-system r-build-system)
1268a995
RW
4030 (propagated-inputs
4031 `(("r-coda" ,r-coda)))
40862677 4032 (home-page "https://statnet.org")
07a2f34d
RW
4033 (synopsis "R scripts and utilities used by the Statnet software")
4034 (description "This package provides non-statistical utilities used by the
4035software developed by the Statnet Project.")
4036 (license license:gpl3)))
1088744d
RW
4037
4038(define-public r-sna
4039 (package
4040 (name "r-sna")
4041 (version "2.4")
4042 (source
4043 (origin
4044 (method url-fetch)
4045 (uri (cran-uri "sna" version))
4046 (sha256
4047 (base32
4048 "1ks8819qvpdfansfqj9p32s1rhvl26frvbi78m4rx1wd1qcv74i2"))))
4049 (build-system r-build-system)
4050 (propagated-inputs
4051 `(("r-network" ,r-network)
4052 ("r-statnet-common" ,r-statnet-common)))
40862677 4053 (home-page "https://statnet.org")
1088744d
RW
4054 (synopsis "Tools for social network analysis")
4055 (description
4056 "This package provides a range of tools for social network analysis,
4057including node and graph-level indices, structural distance and covariance
4058methods, structural equivalence detection, network regression, random graph
4059generation, and 2D/3D network visualization.")
4060 (license license:gpl2+)))
93c21ddc
RW
4061
4062(define-public r-ttr
4063 (package
4064 (name "r-ttr")
534bf85b 4065 (version "0.23-4")
93c21ddc
RW
4066 (source
4067 (origin
4068 (method url-fetch)
4069 (uri (cran-uri "TTR" version))
4070 (sha256
4071 (base32
534bf85b 4072 "18mzyv6cmxmqyqsfwlx2b2k055887mfgc2jgj8xkn8c6m56n05zb"))))
93c21ddc
RW
4073 (properties `((upstream-name . "TTR")))
4074 (build-system r-build-system)
4075 (propagated-inputs
4076 `(("r-curl" ,r-curl)
4077 ("r-xts" ,r-xts)
4078 ("r-zoo" ,r-zoo)))
4079 (native-inputs `(("gfortran" ,gfortran)))
4080 (home-page "https://github.com/joshuaulrich/TTR")
4081 (synopsis "Technical trading rules")
4082 (description
4083 "This package provides functions and data to construct technical trading
4084rules with R.")
4085 (license license:gpl2)))
0b64332c
RW
4086
4087(define-public r-leaps
4088 (package
4089 (name "r-leaps")
4090 (version "3.0")
4091 (source
4092 (origin
4093 (method url-fetch)
4094 (uri (cran-uri "leaps" version))
4095 (sha256
4096 (base32
4097 "11gjmn1azrjw5xlvdb4gknj9985kck9x8zb9np1rnk2smp6pka2m"))))
4098 (build-system r-build-system)
4099 (native-inputs `(("gfortran" ,gfortran)))
d062957a 4100 (home-page "https://cran.r-project.org/web/packages/leaps/")
0b64332c
RW
4101 (synopsis "Regression subset selection")
4102 (description
4103 "This package provides tools for regression subset selection, including
4104exhaustive search.")
4105 (license license:gpl2+)))
d3cb62e5
RW
4106
4107(define-public r-splus2r
4108 (package
4109 (name "r-splus2r")
4110 (version "1.2-2")
4111 (source
4112 (origin
4113 (method url-fetch)
4114 (uri (cran-uri "splus2R" version))
4115 (sha256
4116 (base32
4117 "0xrbj8vxy0pc6hl7m8abv71d3hjw47cl51s7j7priadyqczkq6sz"))))
4118 (properties `((upstream-name . "splus2R")))
4119 (build-system r-build-system)
4120 (native-inputs `(("gfortran" ,gfortran)))
d062957a 4121 (home-page "https://cran.r-project.org/web/packages/splus2R/")
d3cb62e5
RW
4122 (synopsis "Supplemental S-PLUS functionality in R")
4123 (description
4124 "Currently there are many functions in S-PLUS that are missing in R. To
4125facilitate the conversion of S-PLUS packages to R packages, this package
4126provides some missing S-PLUS functionality in R.")
4127 (license license:gpl2)))
034ac9d6
RW
4128
4129(define-public r-ifultools
4130 (package
4131 (name "r-ifultools")
d8787b33 4132 (version "2.0-5")
034ac9d6
RW
4133 (source
4134 (origin
4135 (method url-fetch)
4136 (uri (cran-uri "ifultools" version))
4137 (sha256
4138 (base32
d8787b33 4139 "040kvbczcmmbaiaz0k0pdq9af541pjj6iwzh1a3w4szh9w6b5a3j"))))
034ac9d6
RW
4140 (build-system r-build-system)
4141 (propagated-inputs
4142 `(("r-mass" ,r-mass)
4143 ("r-splus2r" ,r-splus2r)))
d062957a 4144 (home-page "https://cran.r-project.org/web/packages/ifultools/")
034ac9d6
RW
4145 (synopsis "Insightful research tools")
4146 (description "This package provides C code used by the wmtsa, fractal, and
4147sapa R packages.")
4148 (license license:gpl2)))
0be7effe
RW
4149
4150(define-public r-sapa
4151 (package
4152 (name "r-sapa")
4153 (version "2.0-2")
4154 (source
4155 (origin
4156 (method url-fetch)
4157 (uri (cran-uri "sapa" version))
4158 (sha256
4159 (base32
4160 "056xlh14dnzq4x7sbp7ff2k61jxy7110a742b502vz549qfrr5ds"))))
4161 (build-system r-build-system)
4162 (propagated-inputs
4163 `(("r-ifultools" ,r-ifultools)
4164 ("r-splus2r" ,r-splus2r)))
d062957a 4165 (home-page "https://cran.r-project.org/web/packages/sapa/")
0be7effe
RW
4166 (synopsis "Spectral analysis for physical applications")
4167 (description "This package provides software for the book Spectral
4168Analysis for Physical Applications, Donald B. Percival and Andrew T. Walden,
4169Cambridge University Press, 1993.")
4170 (license license:gpl2)))
dceb1592 4171
3a4c6288
RW
4172(define-public r-aggregation
4173 (package
4174 (name "r-aggregation")
4175 (version "1.0.1")
4176 (source
4177 (origin
4178 (method url-fetch)
4179 (uri (cran-uri "aggregation" version))
4180 (sha256
4181 (base32
4182 "0j9g604m2ccc7hcy02539yja9cf3xcbl25gvp838bp4x8w18my46"))))
4183 (build-system r-build-system)
4184 (home-page "https://cran.r-project.org/web/packages/aggregation/")
4185 (synopsis "Methods for p-value aggregation")
4186 (description
4187 "This package contains functionality for performing the following methods
4188of p-value aggregation: Fisher's method, the Lancaster method (weighted
4189Fisher's method), and Sidak correction.")
4190 (license license:gpl3)))
4191
dceb1592
RW
4192(define-public r-quantmod
4193 (package
4194 (name "r-quantmod")
22b2d8b9 4195 (version "0.4-15")
dceb1592
RW
4196 (source
4197 (origin
4198 (method url-fetch)
4199 (uri (cran-uri "quantmod" version))
4200 (sha256
4201 (base32
22b2d8b9 4202 "0lyzaf5ypk93v6zj9gdghy05cc7cxgn9yasv1apx5r6qsjcfgwky"))))
dceb1592
RW
4203 (build-system r-build-system)
4204 (propagated-inputs
4205 `(("r-curl" ,r-curl)
4206 ("r-ttr" ,r-ttr)
4207 ("r-xts" ,r-xts)
4208 ("r-zoo" ,r-zoo)))
d062957a 4209 (home-page "https://cran.r-project.org/web/packages/quantmod/")
dceb1592
RW
4210 (synopsis "Quantitative financial modelling framework")
4211 (description "This package provides a quantitative financial modelling
4212framework to allow users to specify, build, trade, and analyse quantitative
4213financial trading strategies.")
4214 (license license:gpl3)))
b6dc3255
RW
4215
4216(define-public r-tseries
4217 (package
4218 (name "r-tseries")
9ce3d17e 4219 (version "0.10-47")
b6dc3255
RW
4220 (source
4221 (origin
4222 (method url-fetch)
4223 (uri (cran-uri "tseries" version))
4224 (sha256
4225 (base32
9ce3d17e 4226 "0yzvc9djp3angvxdxqi60wi726y76ablsb71q88ycvw0avgpf8r0"))))
b6dc3255
RW
4227 (build-system r-build-system)
4228 (propagated-inputs
4229 `(("r-quadprog" ,r-quadprog)
4230 ("r-quantmod" ,r-quantmod)
4231 ("r-zoo" ,r-zoo)))
4232 (native-inputs
4233 `(("gfortran" ,gfortran)))
d062957a 4234 (home-page "https://cran.r-project.org/web/packages/tseries/")
b6dc3255
RW
4235 (synopsis "Time series analysis and computational finance")
4236 (description
4237 "This package provides functions relating to time series analysis and
4238computational finance.")
4239 (license license:gpl2)))
a2c079a7
RW
4240
4241(define-public r-wmtsa
4242 (package
4243 (name "r-wmtsa")
4244 (version "2.0-3")
4245 (source
4246 (origin
4247 (method url-fetch)
4248 (uri (cran-uri "wmtsa" version))
4249 (sha256
4250 (base32
4251 "1q436krz5p1f4a7a7sya6a9rh9x9mi8zzcgq66gbk9w9w4hcqcj6"))))
4252 (build-system r-build-system)
4253 (propagated-inputs
4254 `(("r-ifultools" ,r-ifultools)
4255 ("r-mass" ,r-mass)
4256 ("r-splus2r" ,r-splus2r)))
d062957a 4257 (home-page "https://cran.r-project.org/web/packages/wmtsa/")
a2c079a7
RW
4258 (synopsis "Wavelet methods for time series analysis")
4259 (description
4260 "This package provides software to accompany the book \"Wavelet Methods
4261for Time Series Analysis\", Donald B. Percival and Andrew T. Walden, Cambridge
4262University Press, 2000.")
4263 (license license:gpl2)))
4993a02a
RW
4264
4265(define-public r-tsa
4266 (package
4267 (name "r-tsa")
1fe9919a 4268 (version "1.2")
4993a02a
RW
4269 (source
4270 (origin
4271 (method url-fetch)
4272 (uri (cran-uri "TSA" version))
4273 (sha256
4274 (base32
1fe9919a 4275 "0gjfqibwdznz0nka95k4fjm935svxjpnqfywwz403crn2lh30h6q"))))
4993a02a
RW
4276 (properties `((upstream-name . "TSA")))
4277 (build-system r-build-system)
4278 (propagated-inputs
4279 `(("r-leaps" ,r-leaps)
4280 ("r-locfit" ,r-locfit)
1fe9919a 4281 ("r-mgcv" ,r-mgcv)))
4993a02a
RW
4282 (home-page "http://www.stat.uiowa.edu/~kchan/TSA.htm")
4283 (synopsis "Time series analysis")
4284 (description
4285 "This package contains R functions and datasets detailed in the book
4286\"Time Series Analysis with Applications in R (second edition)\" by Jonathan
4287Cryer and Kung-Sik Chan.")
4288 (license license:gpl2+)))
19da7fe3
RW
4289
4290(define-public r-extradistr
4291 (package
4292 (name "r-extradistr")
e0cd8f73 4293 (version "1.8.11")
19da7fe3
RW
4294 (source
4295 (origin
4296 (method url-fetch)
4297 (uri (cran-uri "extraDistr" version))
4298 (sha256
4299 (base32
e0cd8f73 4300 "1vvqv1d4hxa025gmm8cbiph63qsqy87l3ri5idd524gyz3chbcl3"))))
19da7fe3
RW
4301 (properties `((upstream-name . "extraDistr")))
4302 (build-system r-build-system)
4303 (propagated-inputs
4304 `(("r-rcpp" ,r-rcpp)))
4305 (home-page "https://github.com/twolodzko/extraDistr")
4306 (synopsis "Additional univariate and multivariate distributions")
4307 (description
4308 "This package implements density, distribution functions, quantile
4309functions and random generation functions for a large number of univariate and
4310multivariate distributions.")
4311 (license license:gpl2)))
5b25bc55
RW
4312
4313(define-public r-fractal
4314 (package
4315 (name "r-fractal")
4316 (version "2.0-4")
4317 (source
4318 (origin
4319 (method url-fetch)
4320 (uri (cran-uri "fractal" version))
4321 (sha256
4322 (base32
4323 "18lr9z0gslvfc3z8vyj3krqj3bfhg60zv1fzinrwwkc4cpk1w7mp"))))
4324 (build-system r-build-system)
4325 (propagated-inputs
4326 `(("r-ifultools" ,r-ifultools)
4327 ("r-mass" ,r-mass)
4328 ("r-sapa" ,r-sapa)
4329 ("r-scatterplot3d" ,r-scatterplot3d)
4330 ("r-splus2r" ,r-splus2r)
4331 ("r-wmtsa" ,r-wmtsa)))
d062957a 4332 (home-page "https://cran.r-project.org/web/packages/fractal/")
5b25bc55
RW
4333 (synopsis "Fractal time series modeling and analysis")
4334 (description
4335 "This package provides tools for stochastic fractal and deterministic
4336chaotic time series analysis.")
4337 (license license:gpl2)))
6615a364
RW
4338
4339(define-public r-urca
4340 (package
4341 (name "r-urca")
4342 (version "1.3-0")
4343 (source
4344 (origin
4345 (method url-fetch)
4346 (uri (cran-uri "urca" version))
4347 (sha256
4348 (base32
4349 "1akaqwf3fvvvx4sgfn641fd4sj51s0701pvfl6s5hnz2k0iwh732"))))
4350 (build-system r-build-system)
4351 (propagated-inputs `(("r-nlme" ,r-nlme)))
4352 (native-inputs `(("gfortran" ,gfortran)))
d062957a 4353 (home-page "https://cran.r-project.org/web/packages/urca/")
6615a364
RW
4354 (synopsis "Unit root and cointegration tests for time series data")
4355 (description
4356 "This package provides unit root and cointegration tests encountered in
4357applied econometric analysis.")
4358 (license license:gpl2+)))
d32e5724
RW
4359
4360(define-public r-cubature
4361 (package
4362 (name "r-cubature")
5f1f1104 4363 (version "2.0.3")
d32e5724
RW
4364 (source
4365 (origin
4366 (method url-fetch)
4367 (uri (cran-uri "cubature" version))
4368 (sha256
4369 (base32
5f1f1104 4370 "0wvs80i4axj7pdcy9gjl08qzjbcjkldha94xy4gdxc34vgmh7gvr"))))
d32e5724
RW
4371 (build-system r-build-system)
4372 (propagated-inputs
4373 `(("r-rcpp" ,r-rcpp)))
4374 (home-page "https://github.com/bnaras/cubature")
4375 (synopsis "Adaptive multivariate integration over hypercubes")
4376 (description
4377 "This package is an R wrapper around the cubature C library for adaptive
4378multivariate integration over hypercubes. This version provides both
4379@code{hcubature} and @code{pcubature} routines in addition to a vector
4380interface.")
4381 ;; The included cubature C library is released under GPLv2+, but the
4382 ;; wrapper declares the license to be GPLv3+.
4383 (license (list license:gpl2+ license:gpl3+))))
7531ee84
RW
4384
4385(define-public r-trend
4386 (package
4387 (name "r-trend")
cd4abb6d 4388 (version "1.1.1")
7531ee84
RW
4389 (source
4390 (origin
4391 (method url-fetch)
4392 (uri (cran-uri "trend" version))
4393 (sha256
4394 (base32
cd4abb6d 4395 "1bd567n15k2vpmgbx02584k5kglrc58mlb5kgd07wdss3knpa48q"))))
7531ee84
RW
4396 (build-system r-build-system)
4397 (propagated-inputs
4398 `(("r-extradistr" ,r-extradistr)))
4399 (native-inputs
4400 `(("gfortran" ,gfortran)))
d062957a 4401 (home-page "https://cran.r-project.org/web/packages/trend/")
7531ee84
RW
4402 (synopsis "Non-parametric trend tests and change-point detection")
4403 (description
4404 "The analysis of environmental data often requires the detection of
4405trends and change-points. This package includes tests for trend
4406detection (Cox-Stuart Trend Test, Mann-Kendall Trend Test, (correlated)
4407Hirsch-Slack Test, partial Mann-Kendall Trend Test, multivariate (multisite)
4408Mann-Kendall Trend Test, (Seasonal) Sen's slope, partial Pearson and Spearman
4409correlation trend test), change-point detection (Lanzante's test procedures,
4410Pettitt's test, Buishand Range Test, Buishand U Test, Standard Normal
4411Homogeinity Test), detection of non-randomness (Wallis-Moore Phase Frequency
4412Test, Bartels rank von Neumann's ratio test, Wald-Wolfowitz Test) and the two
4413sample Robust Rank-Order Distributional Test.")
4414 (license license:gpl3)))
f96eda90
RW
4415
4416(define-public r-expm
4417 (package
4418 (name "r-expm")
a11d29b4 4419 (version "0.999-4")
f96eda90
RW
4420 (source
4421 (origin
4422 (method url-fetch)
4423 (uri (cran-uri "expm" version))
4424 (sha256
4425 (base32
a11d29b4 4426 "15k0acg2aqb2ajhwal6l7vhhp03m4lg579805d34554cl0kn9l2q"))))
f96eda90
RW
4427 (build-system r-build-system)
4428 (propagated-inputs `(("r-matrix" ,r-matrix)))
4429 (native-inputs `(("gfortran" ,gfortran)))
d062957a 4430 (home-page "https://r-forge.r-project.org/projects/expm/")
f96eda90
RW
4431 (synopsis "Tools for matrix exponentials and related quantities")
4432 (description
4433 "This package provides tools for the computation of the matrix
4434exponential, logarithm, square root, and related quantities.")
4435 (license license:gpl2+)))
68b6a67e
RW
4436
4437(define-public r-complexplus
4438 (package
4439 (name "r-complexplus")
4440 (version "2.1")
4441 (source
4442 (origin
4443 (method url-fetch)
4444 (uri (cran-uri "complexplus" version))
4445 (sha256
4446 (base32
4447 "16w9v7d1ckavqmr86l34frr37pkvdn0iqnb17ssb8xaggns5lgqx"))))
4448 (build-system r-build-system)
4449 (propagated-inputs
4450 `(("r-expm" ,r-expm)
4451 ("r-matrix" ,r-matrix)))
d062957a 4452 (home-page "https://cran.r-project.org/web/packages/complexplus/")
68b6a67e
RW
4453 (synopsis "Functions of complex or real variables")
4454 (description
4455 "This package extends several functions to the complex domain, including
4456the matrix exponential and logarithm, and the determinant.")
4457 (license license:gpl2)))
7b81a7ea
RW
4458
4459(define-public r-phontools
4460 (package
4461 (name "r-phontools")
4462 (version "0.2-2.1")
4463 (source
4464 (origin
4465 (method url-fetch)
4466 (uri (cran-uri "phonTools" version))
4467 (sha256
4468 (base32
4469 "01i481mhswsys3gpasw9gn6nxkfmi7bz46g5c84m13pg0cv8hxc7"))))
4470 (properties `((upstream-name . "phonTools")))
4471 (build-system r-build-system)
4472 (home-page "http://www.santiagobarreda.com/rscripts.html")
4473 (synopsis "Tools for phonetic and acoustic analyses")
4474 (description
4475 "This package contains tools for the organization, display, and analysis
4476of the sorts of data frequently encountered in phonetics research and
4477experimentation, including the easy creation of IPA vowel plots, and the
4478creation and manipulation of WAVE audio files.")
4479 (license license:bsd-2)))
d976454c
RW
4480
4481(define-public r-np
4482 (package
4483 (name "r-np")
02c57c01 4484 (version "0.60-9")
d976454c
RW
4485 (source
4486 (origin
4487 (method url-fetch)
4488 (uri (cran-uri "np" version))
4489 (sha256
4490 (base32
02c57c01 4491 "1z4jcpx8bbgwslv42wrphfd1qfq965qjn0kmfxm5f6hbbycahcgy"))))
d976454c
RW
4492 (build-system r-build-system)
4493 (propagated-inputs
4494 `(("r-boot" ,r-boot)
4495 ("r-cubature" ,r-cubature)
65d66b3e 4496 ("r-quadprog" ,r-quadprog)
d976454c
RW
4497 ("r-quantreg" ,r-quantreg)))
4498 (home-page "https://github.com/JeffreyRacine/R-Package-np")
4499 (synopsis "Non-parametric kernel smoothing methods for mixed data types")
4500 (description "This package provides non-parametric (and semi-parametric)
4501kernel methods that seamlessly handle a mix of continuous, unordered, and
4502ordered factor data types.")
4503 ;; Any version of the GPL.
4504 (license license:gpl3+)))
2a112be0
RW
4505
4506(define-public r-powerplus
4507 (package
4508 (name "r-powerplus")
4509 (version "3.1")
4510 (source
4511 (origin
4512 (method url-fetch)
4513 (uri (cran-uri "powerplus" version))
4514 (sha256
4515 (base32
4516 "0ayp6x34hkzgris4j3zbbs0r23n81bhww3wgfyy630ri4sk6brrn"))))
4517 (build-system r-build-system)
4518 (propagated-inputs
4519 `(("r-complexplus" ,r-complexplus)
4520 ("r-expm" ,r-expm)
4521 ("r-mass" ,r-mass)
4522 ("r-matrix" ,r-matrix)
4523 ("r-phontools" ,r-phontools)))
d062957a 4524 (home-page "https://cran.r-project.org/web/packages/powerplus/")
2a112be0
RW
4525 (synopsis "Exponentiation operations")
4526 (description
4527 "This package provides tools for the computation of matrix and scalar
4528exponentiation.")
4529 (license license:gpl2)))
021caafa
RW
4530
4531(define-public r-heatmaply
4532 (package
4533 (name "r-heatmaply")
5da9918d 4534 (version "0.16.0")
021caafa
RW
4535 (source
4536 (origin
4537 (method url-fetch)
4538 (uri (cran-uri "heatmaply" version))
4539 (sha256
4540 (base32
5da9918d 4541 "1qhxk48qh61qjxdlhl0qffdh3yh8iiwccid5ssngdv433q0cmyc1"))))
021caafa
RW
4542 (build-system r-build-system)
4543 (propagated-inputs
4544 `(("r-assertthat" ,r-assertthat)
4545 ("r-colorspace" ,r-colorspace)
4546 ("r-dendextend" ,r-dendextend)
4547 ("r-ggplot2" ,r-ggplot2)
021caafa
RW
4548 ("r-htmlwidgets" ,r-htmlwidgets)
4549 ("r-magrittr" ,r-magrittr)
4550 ("r-plotly" ,r-plotly)
4551 ("r-rcolorbrewer" ,r-rcolorbrewer)
4552 ("r-reshape2" ,r-reshape2)
4553 ("r-scales" ,r-scales)
4554 ("r-seriation" ,r-seriation)
4555 ("r-viridis" ,r-viridis)
4556 ("r-webshot" ,r-webshot)))
4557 (home-page "https://cran.r-project.org/package=heatmaply")
4558 (synopsis "Interactive cluster heat maps using plotly")
4559 (description
4560 "This package enables you to create interactive cluster heatmaps that can
4561be saved as a stand-alone HTML file, embedded in R Markdown documents or in a
4562Shiny app, and made available in the RStudio viewer pane. Hover the mouse
4563pointer over a cell to show details or drag a rectangle to zoom. A heatmap is
4564a popular graphical method for visualizing high-dimensional data, in which a
4565table of numbers is encoded as a grid of colored cells. The rows and columns
4566of the matrix are ordered to highlight patterns and are often accompanied by
4567dendrograms.")
4568 ;; Either version of the license.
4569 (license (list license:gpl2 license:gpl3))))
b2dc4cb4 4570
ff939ef4
RW
4571(define-public r-h5
4572 (package
4573 (name "r-h5")
4574 (version "0.9.9")
4575 (source
4576 (origin
4577 (method url-fetch)
4578 (uri (cran-uri "h5" version))
4579 (sha256
4580 (base32
4581 "14p7i1sj24ky87kd7qr3n9fc9l64s0bp0rwbyl6i2x69xn75gpsx"))))
4582 (build-system r-build-system)
4583 (inputs
4584 `(("zlib" ,zlib)
4585 ("hdf5" ,hdf5)))
4586 (native-inputs
4587 `(("which" ,which)))
4588 (propagated-inputs
4589 `(("r-rcpp" ,r-rcpp)))
4590 (home-page "https://github.com/mannau/h5")
4591 (synopsis "Interface to the HDF5 Library")
4592 (description
4593 "This package provides an S4 interface to the HDF5 library supporting
4594fast storage and retrieval of R-objects like vectors, matrices and arrays to
4595binary files in a language independent format. The HDF5 format can therefore
4596be used as an alternative to R's save/load mechanism. Since h5 is able to
4597access only subsets of stored data it can also handle data sets which do not
4598fit into memory.")
4599 (license license:bsd-2)))
4600
b2dc4cb4
RW
4601(define-public r-cgdsr
4602 (package
4603 (name "r-cgdsr")
dacf52e0 4604 (version "1.3.0")
b2dc4cb4
RW
4605 (source
4606 (origin
4607 (method url-fetch)
4608 (uri (cran-uri "cgdsr" version))
4609 (sha256
4610 (base32
dacf52e0 4611 "07yc819hkabpzzh0g0cbqza6bcfy67b2marrzz1lj97f9iba78ja"))))
b2dc4cb4
RW
4612 (build-system r-build-system)
4613 (propagated-inputs
dacf52e0
RW
4614 `(("r-httr" ,r-httr)
4615 ("r-r-methodss3" ,r-r-methodss3)
b2dc4cb4
RW
4616 ("r-r-oo" ,r-r-oo)))
4617 (home-page "https://github.com/cBioPortal/cgdsr")
4618 (synopsis "R-based API for accessing the MSKCC Cancer Genomics Data Server")
4619 (description
4620 "This package provides a basic set of R functions for querying the Cancer
4621Genomics Data Server (CGDS), hosted by the Computational Biology Center at
4622Memorial-Sloan-Kettering Cancer Center (MSKCC).")
4623 (license license:lgpl3)))
a00968b7
RW
4624
4625(define-public r-import
4626 (package
4627 (name "r-import")
4628 (version "1.1.0")
4629 (source
4630 (origin
4631 (method url-fetch)
4632 (uri (cran-uri "import" version))
4633 (sha256
4634 (base32
4635 "0blf9539rbfwcmw8zsb4k58slb4pdnc075v34vmyjw752fznhcji"))))
4636 (build-system r-build-system)
4637 (home-page "https://github.com/smbache/import")
4638 (synopsis "Import mechanism for R")
4639 (description
4640 "This is an alternative mechanism for importing objects from packages.
4641The syntax allows for importing multiple objects from a package with a single
4642command in an expressive way. The import package bridges some of the gap
4643between using @code{library} (or @code{require}) and direct (single-object)
4644imports. Furthermore the imported objects are not placed in the current
4645environment. It is also possible to import objects from stand-alone @code{.R}
4646files.")
4647 (license license:expat)))
5d9b82ac
RW
4648
4649(define-public r-shinyace
4650 (package
4651 (name "r-shinyace")
dbd3950a 4652 (version "0.4.0")
5d9b82ac
RW
4653 (source
4654 (origin
4655 (method url-fetch)
4656 (uri (cran-uri "shinyAce" version))
4657 (sha256
4658 (base32
dbd3950a 4659 "0hvih5g0pswlnz5rf3blx5yqw11ssxvm8w4klxddp1ap20ncbgl1"))))
5d9b82ac
RW
4660 (properties `((upstream-name . "shinyAce")))
4661 (build-system r-build-system)
4662 (propagated-inputs
e86d3cc5
RW
4663 `(("r-shiny" ,r-shiny)
4664 ("r-jsonlite" ,r-jsonlite)))
5d9b82ac
RW
4665 (home-page "http://cran.r-project.org/web/packages/shinyAce")
4666 (synopsis "Ace editor bindings for Shiny")
4667 (description
4668 "This package provides Ace editor bindings to enable a rich text editing
4669environment within Shiny.")
4670 (license license:expat)))
f64fea1d 4671
72032c9d
RW
4672(define-public r-base64url
4673 (package
4674 (name "r-base64url")
4675 (version "1.4")
4676 (source
4677 (origin
4678 (method url-fetch)
4679 (uri (cran-uri "base64url" version))
4680 (sha256
4681 (base32
4682 "0n1c2b68vza1dh7sk38v6biiwm72c4jpl79kpdg1bsb0hq9qy18x"))))
4683 (build-system r-build-system)
4684 (propagated-inputs
4685 `(("r-backports" ,r-backports)))
4686 (home-page "https://github.com/mllg/base64url")
4687 (synopsis "Fast and URL-safe base64 encoder and decoder")
4688 (description
4689 "This package provides a URL-safe base64 encoder and decoder. In
4690contrast to RFC3548, the 62nd character (@code{+}) is replaced with @code{-},
4691the 63rd character (@code{/}) is replaced with @code{_}. Furthermore, the
4692encoder does not fill the string with trailing @code{=}. The resulting
4693encoded strings comply to the regular expression pattern @code{[A-Za-z0-9_-]}
4694and thus are safe to use in URLs or for file names. The package also comes
4695with a simple base32 encoder/decoder suited for case insensitive file
4696systems.")
4697 (license license:gpl3)))
4698
f64fea1d
RW
4699(define-public r-radiant-data
4700 (package
4701 (name "r-radiant-data")
a7146013 4702 (version "1.0.6")
f64fea1d
RW
4703 (source
4704 (origin
4705 (method url-fetch)
4706 (uri (cran-uri "radiant.data" version))
4707 (sha256
4708 (base32
a7146013 4709 "08x7zasxf429m021482p86lx3zc6dqz2mih0id8s34isg4gafapg"))
f64fea1d
RW
4710 (modules '((guix build utils)))
4711 (snippet
4712 '(begin
4713 ;; Delete files that are under CC-NC-SA.
4714 (delete-file-recursively "inst/app/tools/help")
4715 #t))))
4716 (properties `((upstream-name . "radiant.data")))
4717 (build-system r-build-system)
4718 (propagated-inputs
4719 `(("r-base64enc" ,r-base64enc)
4720 ("r-broom" ,r-broom)
4721 ("r-car" ,r-car)
4722 ("r-curl" ,r-curl)
4723 ("r-dplyr" ,r-dplyr)
4724 ("r-dt" ,r-dt)
36dc3591 4725 ("r-glue" ,r-glue)
f64fea1d
RW
4726 ("r-ggplot2" ,r-ggplot2)
4727 ("r-gridextra" ,r-gridextra)
4728 ("r-import" ,r-import)
4729 ("r-jsonlite" ,r-jsonlite)
4730 ("r-knitr" ,r-knitr)
4731 ("r-lubridate" ,r-lubridate)
4732 ("r-magrittr" ,r-magrittr)
4733 ("r-markdown" ,r-markdown)
36dc3591 4734 ("r-plotly" ,r-plotly)
f64fea1d
RW
4735 ("r-psych" ,r-psych)
4736 ("r-readr" ,r-readr)
36dc3591
RW
4737 ("r-readxl" ,r-readxl)
4738 ("r-rlang" ,r-rlang)
f64fea1d
RW
4739 ("r-rmarkdown" ,r-rmarkdown)
4740 ("r-rstudioapi" ,r-rstudioapi)
4741 ("r-scales" ,r-scales)
4742 ("r-shiny" ,r-shiny)
e5f9e9fa 4743 ("r-shinyfiles" ,r-shinyfiles)
f64fea1d 4744 ("r-shinyace" ,r-shinyace)
cb40b6eb 4745 ("r-stringi" ,r-stringi)
f64fea1d 4746 ("r-tibble" ,r-tibble)
36dc3591
RW
4747 ("r-tidyr" ,r-tidyr)
4748 ("r-writexl" ,r-writexl)))
f64fea1d
RW
4749 (home-page "https://github.com/radiant-rstats/radiant.data")
4750 (synopsis "Data menu for Radiant: business analytics using R and Shiny")
4751 (description
4752 "The Radiant Data menu includes interfaces for loading, saving, viewing,
4753visualizing, summarizing, transforming, and combining data. It also contains
4754functionality to generate reproducible reports of the analyses conducted in
4755the application.")
4756 (license license:agpl3)))
e2cafc24
RW
4757
4758(define-public r-algdesign
4759 (package
4760 (name "r-algdesign")
4761 (version "1.1-7.3")
4762 (source
4763 (origin
4764 (method url-fetch)
4765 (uri (cran-uri "AlgDesign" version))
4766 (sha256
4767 (base32
4768 "0bl7mx4dnmkgs2x1fj7cqnrp7jx18mqwxyga0rzlniq12h8mc3fz"))))
4769 (properties `((upstream-name . "AlgDesign")))
4770 (build-system r-build-system)
4771 (home-page "https://github.com/jvbraun/AlgDesign")
4772 (synopsis "Algorithmic experimental design")
4773 (description
4774 "This package provides tools to calculate exact and approximate theory
4775experimental designs for D, A, and I criteria. Very large designs may be
4776created. Experimental designs may be blocked or blocked designs created from
4777a candidate list, using several criteria. The blocking can be done when whole
4778and within plot factors interact.")
4779 (license license:gpl2+)))
35b0c051
RW
4780
4781(define-public r-signal
4782 (package
4783 (name "r-signal")
4784 (version "0.7-6")
4785 (source
4786 (origin
4787 (method url-fetch)
4788 (uri (cran-uri "signal" version))
4789 (sha256
4790 (base32
4791 "1vsxramz5qd9q9s3vlqzmfdpmwl2rhlb2n904zw6f0fg0xxjfq3b"))))
4792 (build-system r-build-system)
4793 (propagated-inputs `(("r-mass" ,r-mass)))
4794 (native-inputs `(("gfortran" ,gfortran)))
d062957a 4795 (home-page "https://cran.r-project.org/web/packages/signal/")
35b0c051
RW
4796 (synopsis "Signal processing")
4797 (description
4798 "This package provides a set of signal processing functions originally
4799written for Matlab and GNU Octave. It includes filter generation utilities,
4800filtering functions, resampling routines, and visualization of filter models.
4801It also includes interpolation functions.")
4802 (license license:gpl2)))
db80dd4a 4803
3dab50d9
RW
4804(define-public r-gsubfn
4805 (package
4806 (name "r-gsubfn")
2acc0e5f 4807 (version "0.7")
3dab50d9
RW
4808 (source
4809 (origin
4810 (method url-fetch)
4811 (uri (cran-uri "gsubfn" version))
4812 (sha256
4813 (base32
2acc0e5f 4814 "00j6b8b6xsx6v370h220x233rpk6asca78165y3d48jpwvwisdc9"))))
3dab50d9
RW
4815 (build-system r-build-system)
4816 (propagated-inputs `(("r-proto" ,r-proto)))
4817 (home-page "http://gsubfn.googlecode.com")
4818 (synopsis "Utilities for strings and function arguments.")
4819 (description
4820 "This package provides @code{gsubfn} which is like @code{gsub} but can
4821take a replacement function or certain other objects instead of the
4822replacement string. Matches and back references are input to the replacement
4823function and replaced by the function output. @code{gsubfn} can be used to
4824split strings based on content rather than delimiters and for quasi-perl-style
4825string interpolation. The package also has facilities for translating
4826formulas to functions and allowing such formulas in function calls instead of
4827functions.")
4828 (license license:gpl2+)))
3a563a41
RW
4829
4830(define-public r-sqldf
4831 (package
4832 (name "r-sqldf")
4833 (version "0.4-11")
4834 (source
4835 (origin
4836 (method url-fetch)
4837 (uri (cran-uri "sqldf" version))
4838 (sha256
4839 (base32
4840 "0q12vsb53p2wchgp8wfz5bk08wfnm0jxjrakclj4jyy6x3a7ksff"))))
4841 (build-system r-build-system)
4842 (propagated-inputs
4843 `(("r-chron" ,r-chron)
4844 ("r-dbi" ,r-dbi)
4845 ("r-gsubfn" ,r-gsubfn)
4846 ("r-proto" ,r-proto)
4847 ("r-rsqlite" ,r-rsqlite)))
4848 (home-page "https://github.com/ggrothendieck/sqldf")
4849 (synopsis "Manipulate R data frames using SQL")
4850 (description
4851 "The @code{sqldf} function is typically passed a single argument which is
4852an SQL select statement where the table names are ordinary R data frame names.
4853@code{sqldf} transparently sets up a database, imports the data frames into
4854that database, performs the SQL statement and returns the result using a
4855heuristic to determine which class to assign to each column of the returned
4856data frame. The @code{sqldf} or @code{read.csv.sql} functions can also be
4857used to read filtered files into R even if the original files are larger than
4858R itself can handle.")
4859 (license license:gpl2)))
94e46cab
RW
4860
4861(define-public r-abind
4862 (package
4863 (name "r-abind")
4864 (version "1.4-5")
4865 (source
4866 (origin
4867 (method url-fetch)
4868 (uri (cran-uri "abind" version))
4869 (sha256
4870 (base32
4871 "0b1zd8jbnl6l292cr9rb50m09fy3ylxvzkpgi5lfb1nbzddcwfis"))))
4872 (build-system r-build-system)
d062957a 4873 (home-page "https://cran.r-project.org/web/packages/abind/")
94e46cab
RW
4874 (synopsis "Combine multidimensional arrays")
4875 (description
4876 "This package provides tools to combine multidimensional arrays into a
4877single array. This is a generalization of @code{cbind} and @code{rbind}. It
4878works with vectors, matrices, and higher-dimensional arrays. It also provides
4879the functions @code{adrop}, @code{asub}, and @code{afill} for manipulating,
4880extracting and replacing data in arrays.")
4881 (license license:lgpl2.0+)))
fc784b66
RW
4882
4883(define-public r-prroc
4884 (package
4885 (name "r-prroc")
0430eb66 4886 (version "1.3.1")
fc784b66
RW
4887 (source
4888 (origin
4889 (method url-fetch)
4890 (uri (cran-uri "PRROC" version))
4891 (sha256
4892 (base32
0430eb66 4893 "1m28h8pcd78049lz2qixhkcr9h5b3jik3maqzfbvq9y58z71i4a7"))))
fc784b66
RW
4894 (properties `((upstream-name . "PRROC")))
4895 (build-system r-build-system)
d062957a 4896 (home-page "https://cran.r-project.org/web/packages/PRROC/")
fc784b66
RW
4897 (synopsis "Precision-Recall and ROC curves for weighted and unweighted data")
4898 (description
4899 "This package computes the areas under the @dfn{precision-recall} (PR)
4900and ROC curve for weighted (e.g. soft-labeled) and unweighted data. In
4901contrast to other implementations, the interpolation between points of the PR
4902curve is done by a non-linear piecewise function. In addition to the areas
4903under the curves, the curves themselves can also be computed and plotted by a
4904specific S3-method.")
4905 (license license:gpl3)))
661bb51e
RW
4906
4907(define-public r-vim
4908 (package
4909 (name "r-vim")
8b2c80b8 4910 (version "4.8.0")
661bb51e
RW
4911 (source
4912 (origin
4913 (method url-fetch)
4914 (uri (cran-uri "VIM" version))
4915 (sha256
4916 (base32
8b2c80b8 4917 "08x4a4yzgp8adgrv7a3666yma4b60n64mcsnvhzmwdy023f4ysrw"))))
661bb51e
RW
4918 (properties `((upstream-name . "VIM")))
4919 (build-system r-build-system)
4920 (propagated-inputs
4921 `(("r-car" ,r-car)
4922 ("r-colorspace" ,r-colorspace)
4923 ("r-data-table" ,r-data-table)
4924 ("r-e1071" ,r-e1071)
4925 ("r-laeken" ,r-laeken)
4926 ("r-mass" ,r-mass)
4927 ("r-nnet" ,r-nnet)
8b2c80b8 4928 ("r-ranger" ,r-ranger)
661bb51e
RW
4929 ("r-rcpp" ,r-rcpp)
4930 ("r-robustbase" ,r-robustbase)
4931 ("r-sp" ,r-sp)
4932 ("r-vcd" ,r-vcd)))
4933 (home-page "https://github.com/alexkowa/VIM")
4934 (synopsis "Visualization and imputation of missing values")
4935 (description
4936 "This package provides tools for the visualization of missing and/or
4937imputed values are introduced, which can be used for exploring the data and
4938the structure of the missing and/or imputed values. Depending on this
4939structure of the missing values, the corresponding methods may help to
4940identify the mechanism generating the missing values and allows to explore the
4941data including missing values. In addition, the quality of imputation can be
4942visually explored using various univariate, bivariate, multiple and
4943multivariate plot methods.")
4944 (license license:gpl2+)))
d10b0952
RW
4945
4946(define-public r-fnn
4947 (package
4948 (name "r-fnn")
b9b10413 4949 (version "1.1.3")
d10b0952
RW
4950 (source
4951 (origin
4952 (method url-fetch)
4953 (uri (cran-uri "FNN" version))
4954 (sha256
4955 (base32
b9b10413 4956 "0cllqlnynm5yaj4r64mqyyfc8phkb38rwssq8k8ikgfgr4jklxny"))))
d10b0952
RW
4957 (properties `((upstream-name . "FNN")))
4958 (build-system r-build-system)
1b5905fe 4959 (home-page "https://cran.r-project.org/web/packages/FNN")
d10b0952
RW
4960 (synopsis "Fast nearest neighbor search algorithms and applications")
4961 (description
4962 "This package provides cover-tree and kd-tree fast k-nearest neighbor
4963search algorithms. Related applications including KNN classification,
4964regression and information measures are implemented.")
4965 ;; The DESCRIPTION file erroneously states that GPL version 2.1 or
4966 ;; later can be used.
4967 (license license:gpl2+)))
be815dbd
RW
4968
4969(define-public r-smoother
4970 (package
4971 (name "r-smoother")
4972 (version "1.1")
4973 (source
4974 (origin
4975 (method url-fetch)
4976 (uri (cran-uri "smoother" version))
4977 (sha256
4978 (base32
4979 "0nqr1bvlr5bnasqg74zmknjjl4x28kla9h5cxpga3kq5z215pdci"))))
4980 (build-system r-build-system)
4981 (propagated-inputs
4982 `(("r-ttr" ,r-ttr)))
4983 (home-page "http://cran.r-project.org/web/packages/smoother")
4984 (synopsis "Functions relating to the smoothing of numerical data")
4985 (description
4986 "This package provides a collection of methods for smoothing numerical
4987data, commencing with a port of the Matlab gaussian window smoothing function.
4988In addition, several functions typically used in smoothing of financial data
4989are included.")
4990 (license license:gpl2)))
0efd09ac
RW
4991
4992(define-public r-riverplot
4993 (package
4994 (name "r-riverplot")
4995 (version "0.6")
4996 (source
4997 (origin
4998 (method url-fetch)
4999 (uri (cran-uri "riverplot" version))
5000 (sha256
5001 (base32
5002 "0q1icpny8nkxyjhawyjzwrw8qlz0ayn2xyrsqrm4vkxyv6c9xk8z"))))
5003 (build-system r-build-system)
5004 (home-page "https://logfc.wordpress.com")
5005 (synopsis "Sankey or ribbon plots")
5006 (description
5007 "Sankey plots are a type of diagram that is convenient to illustrate how
5008flow of information, resources etc. separates and joins, much like observing
5009how rivers split and merge. For example, they can be used to compare
5010different clusterings. This package provides an implementation of Sankey
5011plots for R.")
5012 (license license:gpl2+)))
c56739df
SY
5013
5014(define-public r-dyn
5015 (package
5016 (name "r-dyn")
5017 (version "0.2-9.6")
5018 (source
5019 (origin
5020 (method url-fetch)
5021 (uri (cran-uri "dyn" version))
5022 (sha256
5023 (base32
5024 "16fqv9k7yxdgybwzafjkyqm16qpgqz13lcjpi6a1nc8xbzlzh0gb"))))
5025 (build-system r-build-system)
5026 (propagated-inputs
5027 `(("r-zoo" ,r-zoo)))
5028 (home-page "https://cran.r-project.org/web/packages/dyn")
5029 (synopsis "Time series regression")
5030 (description
5031 "This package provides the dyn class interfaces @code{ts}, @code{irts},
5032@code{zoo} and @code{zooreg} time series classes to @code{lm}, @code{glm},
5033@code{loess}, @code{quantreg::rq}, @code{MASS::rlm},
5034@code{MCMCpack::MCMCregress()}, @code{quantreg::rq()},
5035@code{randomForest::randomForest()} and other regression functions, allowing
5036those functions to be used with time series including specifications that may
5037contain lags, diffs and missing values.")
5038 ;; Any GPL version.
5039 (license license:gpl2+)))
24fa6bca
SY
5040
5041(define-public r-catdap
5042 (package
5043 (name "r-catdap")
5044 (version "1.3.4")
5045 (source
5046 (origin
5047 (method url-fetch)
5048 (uri (cran-uri "catdap" version))
5049 (sha256
5050 (base32
5051 "0i877l61f6c75pczi235rzci67w29zv1d7z5zn5p5ymndclvlpl2"))))
5052 (build-system r-build-system)
5053 (native-inputs
5054 `(("gfortran" ,gfortran)))
5055 (home-page "https://cran.r-project.org/web/packages/catdap/")
5056 (synopsis "Tools for categorical data analysis")
5057 (description
5058 "This package provides functions for analyzing multivariate data.
5059Dependencies of the distribution of the specified variable (response
5060variable) to other variables (explanatory variables) are derived and
5061evaluated by the @dfn{Akaike Information Criterion} (AIC).")
5062 (license license:gpl2+)))
96e22362
SS
5063
5064(define-public r-arules
5065 (package
5066 (name "r-arules")
2586cfd3 5067 (version "1.6-4")
96e22362
SS
5068 (source
5069 (origin
5070 (method url-fetch)
5071 (uri (cran-uri "arules" version))
5072 (sha256
5073 (base32
2586cfd3 5074 "003c5cd3xzq39h7c19px077ygm0n1v7k83icy5zzrnkagyds2p8n"))))
96e22362
SS
5075 (build-system r-build-system)
5076 (propagated-inputs
5077 `(("r-matrix" ,r-matrix)))
5078 (home-page "https://github.com/mhahsler/arules")
5079 (synopsis "Mining association rules and frequent itemsets")
5080 (description
5081 "This package provides an infrastructure for representing, manipulating
5082and analyzing transaction data and patterns (frequent itemsets and association rules).
5083It also provides C implementations of the association mining algorithms Apriori
5084and Eclat.")
5085 (license license:gpl3)))
1cde7467
KH
5086
5087(define-public r-parsedate
5088 (package
5089 (name "r-parsedate")
86ad5dbc 5090 (version "1.2.0")
1cde7467
KH
5091 (source
5092 (origin
5093 (method url-fetch)
5094 (uri (cran-uri "parsedate" version))
5095 (sha256
5096 (base32
86ad5dbc 5097 "0gb3w6hmwxayhijpf36p5dk4h6bbdps57x3cgikwvvxkgi83rarr"))))
1cde7467 5098 (build-system r-build-system)
86ad5dbc
RW
5099 (propagated-inputs
5100 `(("r-rematch2" ,r-rematch2)))
1cde7467
KH
5101 (home-page "https://github.com/gaborcsardi/parsedate")
5102 (synopsis
5103 "Recognize and parse dates in various formats")
5104 (description
5105 "This package provides three functions for dealing with dates:
5106@code{parse_iso_8601} recognizes and parses all valid ISO 8601 date and
5107time formats, @code{parse_date} parses dates in unspecified formats,
5108and @code{format_iso_8601} formats a date in ISO 8601 format.")
5109 (license license:gpl2)))
2a27c0bb
SY
5110
5111(define-public r-abc-data
5112 (package
5113 (name "r-abc-data")
5114 (version "1.0")
5115 (source
5116 (origin
5117 (method url-fetch)
5118 (uri (cran-uri "abc.data" version))
5119 (sha256
5120 (base32
5121 "1bv1n68ah714ws58cf285n2s2v5vn7382lfjca4jxph57lyg8hmj"))))
5122 (properties `((upstream-name . "abc.data")))
5123 (build-system r-build-system)
5124 (home-page "https://cran.r-project.org/web/packages/abc.data/")
5125 (synopsis "Data for Approximate Bayesian Computation (ABC) package")
5126 (description
5127 "This package contains data which are used by functions of the abc
5128package which implements several @dfn{Approximate Bayesian Computation} (ABC)
5129algorithms for performing parameter estimation, model selection, and
5130goodness-of-fit.")
5131 (license license:gpl3+)))
82c8e0ae
SY
5132
5133(define-public r-abc
5134 (package
5135 (name "r-abc")
5136 (version "2.1")
5137 (source
5138 (origin
5139 (method url-fetch)
5140 (uri (cran-uri "abc" version))
5141 (sha256
5142 (base32
5143 "0ngzaaz2y2s03fhngvwipmy4kq38xrmyddaz6a6l858rxvadrlhb"))))
5144 (build-system r-build-system)
5145 (propagated-inputs
5146 `(("r-abc-data" ,r-abc-data)
5147 ("r-locfit" ,r-locfit)
5148 ("r-mass" ,r-mass)
5149 ("r-nnet" ,r-nnet)
5150 ("r-quantreg" ,r-quantreg)))
5151 (home-page "https://cran.r-project.org/web/packages/abc/")
5152 (synopsis "Tools for Approximate Bayesian Computation (ABC)")
5153 (description
5154 "This package implements several @dfn{Approximate Bayesian
5155Computation} (ABC) algorithms for performing parameter estimation, model
5156selection, and goodness-of-fit. Cross-validation tools are also available for
5157measuring the accuracy of ABC estimates, and to calculate the
5158misclassification probabilities of different models.")
5159 (license license:gpl3+)))
4b1f7a3e 5160
d182828f
RW
5161(define-public r-zip
5162 (package
5163 (name "r-zip")
59fd6915 5164 (version "2.0.4")
d182828f
RW
5165 (source
5166 (origin
5167 (method url-fetch)
5168 (uri (cran-uri "zip" version))
5169 (sha256
5170 (base32
59fd6915 5171 "1c02amk3pl6xir5jnbfiwiv2wvpkpbkkb1w71y6lf2yk7g3d0pdb"))))
d182828f
RW
5172 (build-system r-build-system)
5173 (home-page "https://github.com/gaborcsardi/zip")
5174 (synopsis "Cross-platform Zip compression")
5175 (description
5176 "This package provides a cross-platform Zip compression library for R.
5177It is a replacement for the @code{zip} function, that does not require any
5178additional external tools on any platform.")
5179 (license license:cc0)))
5180
4b1f7a3e
RW
5181(define-public r-openxlsx
5182 (package
5183 (name "r-openxlsx")
9dd35123 5184 (version "4.1.0.1")
4b1f7a3e
RW
5185 (source
5186 (origin
5187 (method url-fetch)
5188 (uri (cran-uri "openxlsx" version))
5189 (sha256
5190 (base32
9dd35123 5191 "1lflygpi1z4rlb1c6g6wsmi334maiiy7jhpg6ph4sw8lpvg12w4b"))))
4b1f7a3e 5192 (build-system r-build-system)
a8b4677b
RW
5193 (propagated-inputs
5194 `(("r-rcpp" ,r-rcpp)
5195 ("r-zip" ,r-zip)))
4b1f7a3e
RW
5196 (home-page "https://github.com/awalker89/openxlsx")
5197 (synopsis "Read, write and edit XLSX files")
5198 (description
5199 "This package simplifies the creation of Excel @code{.xlsx} files by
5200providing a high level interface to writing, styling and editing worksheets.
5201Through the use of Rcpp, read/write times are comparable to the @code{xlsx}
5202and @code{XLConnect} packages with the added benefit of removing the
5203dependency on Java.")
5204 (license license:gpl3)))
c9920f25
RW
5205
5206(define-public r-rio
5207 (package
5208 (name "r-rio")
1417d5f1 5209 (version "0.5.16")
c9920f25
RW
5210 (source
5211 (origin
5212 (method url-fetch)
5213 (uri (cran-uri "rio" version))
5214 (sha256
5215 (base32
1417d5f1 5216 "0rfl56fdawlhc98451a9lcb6a6m56kw0i7dvd5hx58z025d8vsyk"))))
c9920f25
RW
5217 (build-system r-build-system)
5218 (propagated-inputs
5219 `(("r-curl" ,r-curl)
5220 ("r-data-table" ,r-data-table)
5221 ("r-foreign" ,r-foreign)
5222 ("r-haven" ,r-haven)
5223 ("r-openxlsx" ,r-openxlsx)
5224 ("r-readxl" ,r-readxl)
5225 ("r-tibble" ,r-tibble)))
5226 (home-page "https://github.com/leeper/rio")
5227 (synopsis "Swiss-army knife for data I/O")
5228 (description
5229 "This package provides streamlined data import and export infrastructure
5230by making assumptions that the user is probably willing to make: @code{import}
5231and @code{export} determine the data structure from the file extension,
5232reasonable defaults are used for data import and export (e.g.,
5233@code{stringsAsFactors=FALSE}), web-based import is natively
5234supported (including from SSL/HTTPS), compressed files can be read directly
5235without explicit decompression, and fast import packages are used where
5236appropriate. An additional convenience function, @code{convert}, provides a
5237simple method for converting between file types.")
5238 (license license:gpl2)))
08dac3d9
RW
5239
5240(define-public r-maptools
5241 (package
5242 (name "r-maptools")
bbe94211 5243 (version "0.9-5")
08dac3d9
RW
5244 (source
5245 (origin
5246 (method url-fetch)
5247 (uri (cran-uri "maptools" version))
5248 (sha256
5249 (base32
bbe94211 5250 "1pbvcn9xfx0hxq1ppbfg9xm5j04q4c15nj983yjmg7dlkzq135ax"))))
08dac3d9
RW
5251 (build-system r-build-system)
5252 (propagated-inputs
5253 `(("r-foreign" ,r-foreign)
5254 ("r-lattice" ,r-lattice)
5255 ("r-sp" ,r-sp)))
5256 (home-page "http://r-forge.r-project.org/projects/maptools/")
5257 (synopsis "Tools for reading and handling spatial objects")
5258 (description
5259 "This package provides a set of tools for manipulating and reading
5260geographic data, in particular ESRI Shapefiles. It includes binary access to
5261GSHHG shoreline files. The package also provides interface wrappers for
5262exchanging spatial objects with other R packages.")
5263 ;; The C source files from shapelib are released under the Expat license.
5264 ;; The R code is released under GPL version 2 or later.
5265 (license (list license:gpl2+
5266 license:expat))))
284179bb
RW
5267
5268(define-public r-later
5269 (package
5270 (name "r-later")
00fb3203 5271 (version "0.8.0")
284179bb
RW
5272 (source
5273 (origin
5274 (method url-fetch)
5275 (uri (cran-uri "later" version))
5276 (sha256
5277 (base32
00fb3203 5278 "08g503xjxrfxvrzj0cavsrz4m8ykbha64344j1w2r6v17js2hakb"))))
284179bb
RW
5279 (build-system r-build-system)
5280 (propagated-inputs
5281 `(("r-bh" ,r-bh)
5282 ("r-rcpp" ,r-rcpp)
5283 ("r-rlang" ,r-rlang)))
5284 (home-page "https://github.com/r-lib/later")
5285 (synopsis "Utilities for delaying function execution")
5286 (description
5287 "This package provides tools to execute arbitrary R or C functions some
5288time after the current time, after the R execution stack has emptied.")
5289 (license license:gpl2+)))
d9d66ba9
RW
5290
5291(define-public r-promises
5292 (package
5293 (name "r-promises")
5294 (version "1.0.1")
5295 (source
5296 (origin
5297 (method url-fetch)
5298 (uri (cran-uri "promises" version))
5299 (sha256
5300 (base32
5301 "0n2mlv6bvfb4yhgcml696l9vkbw21pz0smqylivr606z99rwgny2"))))
5302 (build-system r-build-system)
5303 (propagated-inputs
5304 `(("r-later" ,r-later)
5305 ("r-magrittr" ,r-magrittr)
5306 ("r-r6" ,r-r6)
5307 ("r-rcpp" ,r-rcpp)
5308 ("r-rlang" ,r-rlang)))
5309 (home-page "https://rstudio.github.io/promises")
5310 (synopsis "Abstractions for promise-based asynchronous programming")
5311 (description
5312 "This package provides fundamental abstractions for doing asynchronous
5313programming in R using promises. Asynchronous programming is useful for
5314allowing a single R process to orchestrate multiple tasks in the background
5315while also attending to something else. Semantics are similar to JavaScript
5316promises, but with a syntax that is idiomatic R.")
5317 (license license:expat)))
3cf9ae2f
RW
5318
5319(define-public r-dosnow
5320 (package
5321 (name "r-dosnow")
e3abc134 5322 (version "1.0.18")
3cf9ae2f
RW
5323 (source
5324 (origin
5325 (method url-fetch)
5326 (uri (cran-uri "doSNOW" version))
5327 (sha256
5328 (base32
e3abc134 5329 "0rj72z5505cprh6wykhhiz08l9bmd966srqh2qypwivf321bvrvh"))))
3cf9ae2f
RW
5330 (properties `((upstream-name . "doSNOW")))
5331 (build-system r-build-system)
5332 (propagated-inputs
5333 `(("r-foreach" ,r-foreach)
5334 ("r-iterators" ,r-iterators)
5335 ("r-snow" ,r-snow)))
5336 (home-page "https://cran.r-project.org/web/packages/doSNOW")
5337 (synopsis "Foreach parallel adaptor for the snow package")
5338 (description
5339 "This package provides a parallel backend for the @code{%dopar%} function
5340using the @code{snow} package.")
5341 (license license:gpl2)))
fdc3a05d
RJ
5342
5343(define-public r-snowfall
5344 (package
5345 (name "r-snowfall")
5346 (version "1.84-6.1")
5347 (source (origin
5348 (method url-fetch)
5349 (uri (cran-uri "snowfall" version))
5350 (sha256
5351 (base32 "13941rlw1jsdjsndp1plzj1cq5aqravizkrqn6l25r9im7rnsi2w"))))
5352 (build-system r-build-system)
5353 (propagated-inputs
5354 `(("r-snow" ,r-snow)))
5355 (home-page "http://cran.r-project.org/web/packages/snowfall/")
5356 (synopsis "Easier cluster computing")
5357 (description "This package is a usability wrapper around snow for easier
5358development of parallel R programs. This package offers e.g. extended error
5359checks, and additional functions. All functions work in sequential mode, too,
5360if no cluster is present or wished. The package is also designed as connector
5361to the cluster management tool @code{sfCluster}, but can also used without
5362it.")
5363 (license license:gpl2+)))
e09d74ec 5364
94a8990f
RW
5365(define-public r-rappdirs
5366 (package
5367 (name "r-rappdirs")
5368 (version "0.3.1")
5369 (source
5370 (origin
5371 (method url-fetch)
5372 (uri (cran-uri "rappdirs" version))
5373 (sha256
5374 (base32
5375 "0ji6sg3bdn5gazkq14xmmcq7jnbsyxw4lzmmbgv6526j2vn93n1g"))))
5376 (build-system r-build-system)
5377 (home-page "https://cran.r-project.org/web/packages/rappdirs/")
5378 (synopsis "Determine where to save data, caches, and logs")
5379 (description
5380 "This package provides an easy way to determine which directories on the
5381user's computer should be used to save data, caches and logs. It is a port of
5382Python's @url{https://github.com/ActiveState/appdirs,Appdirs} to R.")
5383 (license license:expat)))
2b47ebe1
RW
5384
5385(define-public r-learnr
5386 (package
5387 (name "r-learnr")
7d0370ed 5388 (version "0.9.2.1")
2b47ebe1
RW
5389 (source
5390 (origin
5391 (method url-fetch)
5392 (uri (cran-uri "learnr" version))
5393 (sha256
5394 (base32
7d0370ed 5395 "0jbk0g6fkw7zs8ykzhsvh9vvz8xmc4v03bqzjsa5mmpxpqan5vx5"))))
2b47ebe1
RW
5396 (build-system r-build-system)
5397 (propagated-inputs
5398 `(("r-evaluate" ,r-evaluate)
5399 ("r-htmltools" ,r-htmltools)
5400 ("r-htmlwidgets" ,r-htmlwidgets)
5401 ("r-jsonlite" ,r-jsonlite)
5402 ("r-knitr" ,r-knitr)
5403 ("r-markdown" ,r-markdown)
5404 ("r-rappdirs" ,r-rappdirs)
5405 ("r-rmarkdown" ,r-rmarkdown)
5406 ("r-rprojroot" ,r-rprojroot)
5407 ("r-shiny" ,r-shiny)
5408 ("r-withr" ,r-withr)))
5409 (home-page "https://rstudio.github.io/learnr/")
5410 (synopsis "Interactive tutorials for R")
5411 (description
5412 "This package provides tools to create interactive tutorials using R
5413Markdown. Use a combination of narrative, figures, videos, exercises, and
5414quizzes to create self-paced tutorials for learning about R and R packages.")
5415 (license license:asl2.0)))
12591673
RW
5416
5417(define-public r-analytics
5418 (package
5419 (name "r-analytics")
7a06cdfa 5420 (version "3.0")
12591673
RW
5421 (source
5422 (origin
5423 (method url-fetch)
5424 (uri (cran-uri "analytics" version))
5425 (sha256
5426 (base32
7a06cdfa 5427 "0js3c8lwj3knccb55nq03cbjlf4w390p9aid2mi5x80l3ayd9in1"))))
12591673
RW
5428 (build-system r-build-system)
5429 (propagated-inputs
5430 `(("r-car" ,r-car)
5431 ("r-cluster" ,r-cluster)
5432 ("r-fractal" ,r-fractal)
5433 ("r-lmtest" ,r-lmtest)
5434 ("r-mass" ,r-mass)
5435 ("r-np" ,r-np)
5436 ("r-powerplus" ,r-powerplus)
5437 ("r-robust" ,r-robust)
5438 ("r-trend" ,r-trend)
5439 ("r-tsa" ,r-tsa)
7a06cdfa
RW
5440 ("r-urca" ,r-urca)
5441 ("r-vim" ,r-vim)))
12591673
RW
5442 (home-page "https://cran.r-project.org/web/packages/analytics/")
5443 (synopsis "Collection of data analysis tools")
5444 (description
5445 "This package is a collection of data analysis tools. It includes tools
5446for regression outlier detection in a fitted linear model, stationary
5447bootstrap using a truncated geometric distribution, a comprehensive test for
5448weak stationarity, column means by group, weighted biplots, and a heuristic to
5449obtain a better initial configuration in non-metric MDS.")
5450 (license license:gpl2)))
9f56ceec
RW
5451
5452(define-public r-reticulate
5453 (package
5454 (name "r-reticulate")
2d363778 5455 (version "1.13")
9f56ceec
RW
5456 (source
5457 (origin
5458 (method url-fetch)
5459 (uri (cran-uri "reticulate" version))
5460 (sha256
5461 (base32
2d363778 5462 "1qwxh7zq9igl7dxl5g5qjbvv0mlac3w80djnkm0w8rxnaval3gmd"))))
9f56ceec
RW
5463 (build-system r-build-system)
5464 (inputs `(("python" ,python)))
5465 (propagated-inputs
5466 `(("r-jsonlite" ,r-jsonlite)
5467 ("r-matrix" ,r-matrix)
5468 ("r-rcpp" ,r-rcpp)))
5469 (home-page "https://github.com/rstudio/reticulate")
5470 (synopsis "R interface to Python")
5471 (description
5472 "This package provides an interface from R to Python modules, classes,
5473and functions. When calling into Python, R data types are automatically
5474converted to their equivalent Python types. When values are returned from
5475Python to R they are converted back to R types.")
5476 (license license:asl2.0)))
11de8673
RW
5477
5478(define-public r-bibtex
5479 (package
5480 (name "r-bibtex")
5481 (version "0.4.2")
5482 (source
5483 (origin
5484 (method url-fetch)
5485 (uri (cran-uri "bibtex" version))
5486 (sha256
5487 (base32
5488 "0wl3925ryd54g1nv3ncwllc493d39dpgy5md61940h69c0van1hz"))))
5489 (build-system r-build-system)
5490 (propagated-inputs `(("r-stringr" ,r-stringr)))
5491 (home-page "https://github.com/romainfrancois/bibtex")
5492 (synopsis "Bibtex parser")
5493 (description "This package provides a utility for R to parse a bibtex
5494file.")
5495 (license license:gpl2+)))
e67acae7
RW
5496
5497(define-public r-ggseqlogo
5498 (package
5499 (name "r-ggseqlogo")
5500 (version "0.1")
5501 (source
5502 (origin
5503 (method url-fetch)
5504 (uri (cran-uri "ggseqlogo" version))
5505 (sha256
5506 (base32
5507 "13q6kcpxrqxqbji889fx63p0nsi08lk5yymkchig75r5k1d18ky1"))))
5508 (build-system r-build-system)
5509 (propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
5510 (home-page "https://github.com/omarwagih/ggseqlogo")
5511 (synopsis "ggplot2 extension for drawing genetic sequence logos")
5512 (description
5513 "The range of functions provided by this package makes it possible to
5514draw highly versatile genomic sequence logos. Features include, but are not
5515limited to, modifying colour schemes and fonts used to draw the logo,
5516generating multiple logo plots, and aiding the visualisation with annotations.
5517Sequence logos can easily be combined with other ggplot2 plots.")
5518 ;; Unspecified version of the LGPL.
5519 (license license:lgpl3+)))
85df1a86
RW
5520
5521(define-public r-ggsci
5522 (package
5523 (name "r-ggsci")
5524 (version "2.9")
5525 (source
5526 (origin
5527 (method url-fetch)
5528 (uri (cran-uri "ggsci" version))
5529 (sha256
5530 (base32
5531 "0g73x6grbka7ahjh6z23m3wrcifp5rdfdiasbl8lq4sp6rplxwaa"))))
5532 (build-system r-build-system)
5533 (propagated-inputs
5534 `(("r-ggplot2" ,r-ggplot2)
5535 ("r-scales" ,r-scales)))
5536 (home-page "https://nanx.me/ggsci/")
5537 (synopsis "Scientific journal and sci-fi themed color palettes for ggplot2")
5538 (description
5539 "This package provides a collection of ggplot2 color palettes inspired by
5540plots in scientific journals, data visualization libraries, science fiction
5541movies, and TV shows.")
5542 (license license:gpl3)))
5219c5c5
RW
5543
5544(define-public r-ggsignif
5545 (package
5546 (name "r-ggsignif")
d099499e 5547 (version "0.6.0")
5219c5c5
RW
5548 (source
5549 (origin
5550 (method url-fetch)
5551 (uri (cran-uri "ggsignif" version))
5552 (sha256
5553 (base32
d099499e 5554 "17j9hg967k1wp9xw3x84mqss58jkb8pvlrnlchz4i1hklgykxqbg"))))
5219c5c5
RW
5555 (build-system r-build-system)
5556 (propagated-inputs
5557 `(("r-ggplot2" ,r-ggplot2)))
5558 (home-page "https://github.com/const-ae/ggsignif")
5559 (synopsis "Significance brackets for ggplot2")
5560 (description
5561 "Enrich your ggplots with group-wise comparisons. This package provides
5562an easy way to indicate if two groups are significantly different. Commonly
5563this is shown by a bracket on top connecting the groups of interest which
5564itself is annotated with the level of significance. The package provides a
5565single layer that takes the groups for comparison and the test as arguments
5566and adds the annotation to the plot.")
5567 (license license:gpl3)))
5cbaaee8
RW
5568
5569(define-public r-ggpubr
5570 (package
5571 (name "r-ggpubr")
f11920c7 5572 (version "0.2.3")
5cbaaee8
RW
5573 (source
5574 (origin
5575 (method url-fetch)
5576 (uri (cran-uri "ggpubr" version))
5577 (sha256
5578 (base32
f11920c7 5579 "0i81mmz4qn9yzcgfa6dhkcrx4ddlflkm2c3b40isc8all43rm8rn"))))
5cbaaee8
RW
5580 (build-system r-build-system)
5581 (propagated-inputs
5582 `(("r-cowplot" ,r-cowplot)
5583 ("r-dplyr" ,r-dplyr)
5584 ("r-ggplot2" ,r-ggplot2)
5585 ("r-ggrepel" ,r-ggrepel)
5586 ("r-ggsci" ,r-ggsci)
5587 ("r-ggsignif" ,r-ggsignif)
caaec886 5588 ("r-glue" ,r-glue)
5cbaaee8
RW
5589 ("r-gridextra" ,r-gridextra)
5590 ("r-magrittr" ,r-magrittr)
caaec886 5591 ("r-polynom" ,r-polynom)
5cbaaee8 5592 ("r-purrr" ,r-purrr)
2132e922 5593 ("r-rlang" ,r-rlang)
5cbaaee8
RW
5594 ("r-scales" ,r-scales)
5595 ("r-tidyr" ,r-tidyr)))
5596 (home-page "http://www.sthda.com/english/rpkgs/ggpubr")
5597 (synopsis "ggplot2-based publication-ready plots")
5598 (description
5599 "The ggplot2 package is an excellent and flexible package for elegant
5600data visualization in R. However the default generated plots require some
5601formatting before we can send them for publication. The ggpubr package
5602provides some easy-to-use functions for creating and customizing ggplot2-based
5603publication-ready plots.")
5604 (license license:gpl2)))
141e43bd
RW
5605
5606(define-public r-ellipse
5607 (package
5608 (name "r-ellipse")
5609 (version "0.4.1")
5610 (source
5611 (origin
5612 (method url-fetch)
5613 (uri (cran-uri "ellipse" version))
5614 (sha256
5615 (base32
5616 "0g82vc51m3c1k0hnpp2zla6amxxgk2mmkl8ssnsc49jv3599r6hs"))))
5617 (build-system r-build-system)
5618 (home-page "https://cran.r-project.org/web/packages/ellipse/")
5619 (synopsis "Functions for drawing ellipses and ellipse-like confidence regions")
5620 (description
5621 "This package contains various routines for drawing ellipses and
5622ellipse-like confidence regions, implementing the plots described in Murdoch
5623and Chow (1996), A graphical display of large correlation matrices, The
5624American Statistician 50, 178-180. There are also routines implementing the
5625profile plots described in Bates and Watts (1988), Nonlinear Regression
5626Analysis and its Applications.")
5627 (license license:gpl2+)))
cbf6017d
RW
5628
5629(define-public r-flashclust
5630 (package
5631 (name "r-flashclust")
5632 (version "1.01-2")
5633 (source
5634 (origin
5635 (method url-fetch)
5636 (uri (cran-uri "flashClust" version))
5637 (sha256
5638 (base32
5639 "0l4lpz451ll7f7lfxmb7ds24ppzhfg1c3ypvydglcc35p2dq99s8"))))
5640 (properties `((upstream-name . "flashClust")))
5641 (build-system r-build-system)
5642 (native-inputs `(("gfortran" ,gfortran)))
5643 (home-page "https://cran.r-project.org/web/packages/flashClust/")
5644 (synopsis "Implementation of optimal hierarchical clustering")
5645 (description
5646 "This package provides a fast implementation of hierarchical
5647clustering.")
5648 (license license:gpl2+)))
e83841a2
RW
5649
5650(define-public r-factominer
5651 (package
5652 (name "r-factominer")
c187e8f6 5653 (version "1.42")
e83841a2
RW
5654 (source
5655 (origin
5656 (method url-fetch)
5657 (uri (cran-uri "FactoMineR" version))
5658 (sha256
5659 (base32
c187e8f6 5660 "1yl16inb2m89l1czgaf0pgy9655dpr751hyx92yw6rqpd2ryznac"))))
e83841a2
RW
5661 (properties `((upstream-name . "FactoMineR")))
5662 (build-system r-build-system)
5663 (propagated-inputs
5664 `(("r-car" ,r-car)
5665 ("r-cluster" ,r-cluster)
5666 ("r-ellipse" ,r-ellipse)
5667 ("r-flashclust" ,r-flashclust)
5668 ("r-lattice" ,r-lattice)
5669 ("r-leaps" ,r-leaps)
5670 ("r-mass" ,r-mass)
5671 ("r-scatterplot3d" ,r-scatterplot3d)))
5672 (home-page "http://factominer.free.fr")
5673 (synopsis "Multivariate exploratory data analysis and data mining")
5674 (description
5675 "This package provides exploratory data analysis methods to summarize,
5676visualize and describe datasets. The main principal component methods are
5677available, those with the largest potential in terms of applications:
5678principal component analysis (PCA) when variables are quantitative,
5679correspondence analysis (CA) and multiple correspondence analysis (MCA) when
5680variables are categorical, Multiple Factor Analysis when variables are
5681structured in groups, etc. and hierarchical cluster analysis.")
5682 (license license:gpl2+)))
f22bfee9
RW
5683
5684(define-public r-factoextra
5685 (package
5686 (name "r-factoextra")
5687 (version "1.0.5")
5688 (source
5689 (origin
5690 (method url-fetch)
5691 (uri (cran-uri "factoextra" version))
5692 (sha256
5693 (base32
5694 "1l6m8k7qhdw8ndar8nhmym0lfyd1i2iszl1cicjax0vq23ss6xw1"))))
5695 (build-system r-build-system)
5696 (propagated-inputs
5697 `(("r-abind" ,r-abind)
5698 ("r-cluster" ,r-cluster)
5699 ("r-dendextend" ,r-dendextend)
5700 ("r-factominer" ,r-factominer)
5701 ("r-ggplot2" ,r-ggplot2)
5702 ("r-ggpubr" ,r-ggpubr)
5703 ("r-ggrepel" ,r-ggrepel)
5704 ("r-reshape2" ,r-reshape2)
5705 ("r-tidyr" ,r-tidyr)))
5706 (home-page "http://www.sthda.com/english/rpkgs/factoextra")
5707 (synopsis "Extract and visualize the results of multivariate data analyses")
5708 (description
5709 "This package provides some easy-to-use functions to extract and
5710visualize the output of multivariate data analyses, including
6ccd88e8
RW
5711@code{PCA} (Principal Component Analysis), @code{CA} (Correspondence
5712Analysis), @code{MCA} (Multiple Correspondence Analysis), @code{FAMD} (Factor
5713Analysis of Mixed Data), @code{MFA} (Multiple Factor Analysis) and
f22bfee9
RW
5714@code{HMFA} (Hierarchical Multiple Factor Analysis) functions from different R
5715packages. It contains also functions for simplifying some clustering analysis
5716steps and provides ggplot2-based elegant data visualization.")
5717 (license license:gpl2)))
0c9868aa 5718
356230da
RW
5719(define-public r-fansi
5720 (package
5721 (name "r-fansi")
08645fcf 5722 (version "0.4.0")
356230da
RW
5723 (source
5724 (origin
5725 (method url-fetch)
5726 (uri (cran-uri "fansi" version))
5727 (sha256
5728 (base32
08645fcf 5729 "02f2rx7v7wz6w97m2slwky2i5y8f9iafycmkyr3siy3z3k8fj171"))))
356230da
RW
5730 (build-system r-build-system)
5731 (native-inputs
5732 `(("r-knitr" ,r-knitr))) ; for vignettes
5733 (home-page "https://github.com/brodieG/fansi")
5734 (synopsis "ANSI control sequence aware string functions")
5735 (description
5736 "This package provides counterparts to R string manipulation functions
5737that account for the effects of ANSI text formatting control sequences.")
5738 (license license:gpl2+)))
5739
0c9868aa
RW
5740(define-public r-nbclust
5741 (package
5742 (name "r-nbclust")
5743 (version "3.0")
5744 (source
5745 (origin
5746 (method url-fetch)
5747 (uri (cran-uri "NbClust" version))
5748 (sha256
5749 (base32
5750 "1vwb48zy6ln1ddpqmfngii1i80n8qmqyxnzdp6gbaq96lakl3w3c"))))
5751 (properties `((upstream-name . "NbClust")))
5752 (build-system r-build-system)
5753 (home-page "https://sites.google.com/site/malikacharrad/research/nbclust-package")
5754 (synopsis "Determine the best number of clusters in a data set")
5755 (description
5756 "NbClust provides 30 indexes for determining the optimal number of
5757clusters in a data set and offers the best clustering scheme from different
5758results to the user.")
5759 (license license:gpl2)))
546fc4aa
RW
5760
5761(define-public r-hdf5r
5762 (package
5763 (name "r-hdf5r")
17ae31b7 5764 (version "1.2.0")
546fc4aa
RW
5765 (source
5766 (origin
5767 (method url-fetch)
5768 (uri (cran-uri "hdf5r" version))
5769 (sha256
5770 (base32
17ae31b7 5771 "10gynjwaaxks8y9c2fl8k040j0nbwn372nil70009yfk9wrkx0aq"))))
546fc4aa
RW
5772 (build-system r-build-system)
5773 (inputs
5774 `(("hdf5" ,hdf5)
5775 ("zlib" ,zlib)))
5776 (propagated-inputs
5777 `(("r-bit64" ,r-bit64)
5778 ("r-r6" ,r-r6)))
5779 (home-page "https://hhoeflin.github.io/hdf5r")
5780 (synopsis "Interface to the HDF5 binary data format")
5781 (description
5782 "HDF5 is a data model, library and file format for storing and managing
5783large amounts of data. This package provides a nearly feature complete,
5784object oriented wrapper for the HDF5 API using R6 classes. Additionally,
5785functionality is added so that HDF5 objects behave very similar to their
5786corresponding R counterparts.")
5787 (license license:asl2.0)))
846325a8 5788
3568b823
RW
5789(define-public r-itertools
5790 (package
5791 (name "r-itertools")
5792 (version "0.1-3")
5793 (source
5794 (origin
5795 (method url-fetch)
5796 (uri (cran-uri "itertools" version))
5797 (sha256
5798 (base32
5799 "1ls5biiva10pb1dj3ph4griykb9vam02hkrdmlr5a5wf660hg6xn"))))
5800 (build-system r-build-system)
5801 (propagated-inputs
5802 `(("r-iterators" ,r-iterators)))
5803 (home-page "https://cran.r-project.org/web/packages/itertools/")
5804 (synopsis "Iterator tools")
5805 (description
5806 "This package provides various tools for creating iterators, many
5807patterned after functions in the Python @code{itertools} module, and others
5808patterned after functions in the snow package.")
5809 (license license:gpl2)))
5810
53718658
RW
5811(define-public r-polynom
5812 (package
5813 (name "r-polynom")
3be585cf 5814 (version "1.4-0")
53718658
RW
5815 (source
5816 (origin
5817 (method url-fetch)
5818 (uri (cran-uri "polynom" version))
5819 (sha256
5820 (base32
3be585cf 5821 "1pflscwc0qzdf0y60j7s0dkglgmz18xajywfbn6s263idyr8idy5"))))
53718658
RW
5822 (build-system r-build-system)
5823 (home-page "https://cran.r-project.org/web/packages/polynom/")
5824 (synopsis "Functions for univariate polynomial manipulations")
5825 (description
5826 "This package provides a collection of functions to implement a class for
5827univariate polynomial manipulations.")
5828 (license license:gpl2)))
5829
dd954dd7
RW
5830(define-public r-gbrd
5831 (package
5832 (name "r-gbrd")
5833 (version "0.4-11")
5834 (source
5835 (origin
5836 (method url-fetch)
5837 (uri (cran-uri "gbRd" version))
5838 (sha256
5839 (base32
5840 "06x97rw5i6v6cgjxkfhxnw4dn7lghn5q6ra7ri5ag1x9dkfzcl82"))))
5841 (properties `((upstream-name . "gbRd")))
5842 (build-system r-build-system)
5843 (home-page "https://cran.r-project.org/web/packages/gbRd/")
5844 (synopsis "Utilities for processing Rd objects and files")
5845 (description
5846 "This package provides utilities for processing Rd objects and files.
5847Extract argument descriptions and other parts of the help pages of
5848functions.")
5849 (license license:gpl2+)))
5850
0c92f373
RW
5851(define-public r-rjags
5852 (package
5853 (name "r-rjags")
86e243a2 5854 (version "4-9")
0c92f373
RW
5855 (source
5856 (origin
5857 (method url-fetch)
5858 (uri (cran-uri "rjags" version))
5859 (sha256
5860 (base32
86e243a2 5861 "1vrmxxfnia2mkmfkp5yaq5qrlh4xg3ggab6fnj14mrp1231wb91a"))))
0c92f373
RW
5862 (build-system r-build-system)
5863 (propagated-inputs
5864 `(("r-coda" ,r-coda)))
5865 (inputs
5866 `(("jags" ,jags)))
5867 (native-inputs
5868 `(("pkg-config" ,pkg-config)))
5869 (home-page "http://mcmc-jags.sourceforge.net")
5870 (synopsis "Bayesian graphical models using MCMC")
5871 (description
5872 "This package provides an R interface to the JAGS MCMC library. JAGS is
5873Just Another Gibbs Sampler. It is a program for analysis of Bayesian
5874hierarchical models using Markov Chain Monte Carlo (MCMC) simulation.")
5875 (license license:gpl2)))
5876
6a846975
RW
5877(define-public r-rdpack
5878 (package
5879 (name "r-rdpack")
f0826fec 5880 (version "0.11-0")
6a846975
RW
5881 (source
5882 (origin
5883 (method url-fetch)
5884 (uri (cran-uri "Rdpack" version))
5885 (sha256
5886 (base32
f0826fec 5887 "11cd27s6zp5cxnwxcvz6rjf00y0r7aq8ywhzwpf1r4xy1z44kd4g"))))
6a846975
RW
5888 (properties `((upstream-name . "Rdpack")))
5889 (build-system r-build-system)
5890 (propagated-inputs
5891 `(("r-bibtex" ,r-bibtex)
5892 ("r-gbrd" ,r-gbrd)))
5893 (home-page "https://github.com/GeoBosh/Rdpack")
5894 (synopsis "Update and manipulate Rd documentation objects")
5895 (description
5896 "This package provides functions for manipulation of R documentation
5897objects, including functions @code{reprompt()} and @code{ereprompt()} for
5898updating Rd documentation for functions, methods and classes; it also includes
5899Rd macros for citations and import of references from bibtex files for use in
5900Rd files and roxygen2 comments, as well as many functions for manipulation of
5901references and Rd files.")
5902 (license license:gpl2+)))
5903
c183fa26
RW
5904(define-public r-officer
5905 (package
5906 (name "r-officer")
0d2e2662 5907 (version "0.3.5")
c183fa26
RW
5908 (source
5909 (origin
5910 (method url-fetch)
5911 (uri (cran-uri "officer" version))
5912 (sha256
5913 (base32
0d2e2662 5914 "005kaxjhr40shpav2pg7s7gj8f49579r7rbgwlncbwv16nn0rbbg"))))
c183fa26
RW
5915 (build-system r-build-system)
5916 (propagated-inputs
5917 `(("r-base64enc" ,r-base64enc)
5918 ("r-digest" ,r-digest)
5919 ("r-htmltools" ,r-htmltools)
5920 ("r-magrittr" ,r-magrittr)
5921 ("r-r6" ,r-r6)
5922 ("r-rcpp" ,r-rcpp)
fd1a17a5 5923 ("r-rlang" ,r-rlang)
c183fa26
RW
5924 ("r-uuid" ,r-uuid)
5925 ("r-xml2" ,r-xml2)
5926 ("r-zip" ,r-zip)))
5927 (home-page "https://davidgohel.github.io/officer")
5928 (synopsis "Manipulation of Word and PowerPoint documents")
5929 (description
5930 "This package provides tools to access and manipulate Word and PowerPoint
5931documents from R. The package focuses on tabular and graphical reporting from
5932R; it also provides two functions that let users get document content into
5933data objects. A set of functions lets add and remove images, tables and
5934paragraphs of text in new or existing documents. When working with PowerPoint
5935presentations, slides can be added or removed; shapes inside slides can also
5936be added or removed. When working with Word documents, a cursor can be used
5937to help insert or delete content at a specific location in the document.")
5938 (license license:gpl3)))
5939
488dc4e1
RW
5940(define-public r-abn
5941 (package
5942 (name "r-abn")
72c967e2 5943 (version "2.1")
488dc4e1
RW
5944 (source
5945 (origin
5946 (method url-fetch)
5947 (uri (cran-uri "abn" version))
5948 (sha256
5949 (base32
72c967e2 5950 "08jlvb6i5f7ry2dwm0jgrnn2w95vr0l67dpx13n9878lz9ld131b"))))
488dc4e1
RW
5951 (build-system r-build-system)
5952 (inputs
5953 `(("gsl" ,gsl)))
5954 (propagated-inputs
72c967e2 5955 `(("r-lme4" ,r-lme4)
488dc4e1
RW
5956 ("r-mass" ,r-mass)
5957 ("r-nnet" ,r-nnet)
5958 ("r-rcpp" ,r-rcpp)
5959 ("r-rcpparmadillo" ,r-rcpparmadillo)
5960 ("r-rjags" ,r-rjags)))
5961 (home-page "http://www.r-bayesian-networks.org")
5962 (synopsis "Modelling multivariate data with additive bayesian networks")
5963 (description
5964 "Bayesian network analysis is a form of probabilistic graphical models
5965which derives from empirical data a directed acyclic graph, DAG, describing
5966the dependency structure between random variables. An additive Bayesian
5967network model consists of a form of a DAG where each node comprises a
5968@dfn{generalized linear model} (GLM). Additive Bayesian network models are
5969equivalent to Bayesian multivariate regression using graphical modelling, they
5970generalises the usual multivariable regression, GLM, to multiple dependent
5971variables. This package provides routines to help determine optimal Bayesian
5972network models for a given data set, where these models are used to identify
5973statistical dependencies in messy, complex data.")
5974 (license license:gpl2+)))
5975
ffdeda3c
RW
5976(define-public r-acd
5977 (package
5978 (name "r-acd")
5979 (version "1.5.3")
5980 (source
5981 (origin
5982 (method url-fetch)
5983 (uri (cran-uri "ACD" version))
5984 (sha256
5985 (base32
5986 "1a67bi3hklq8nlc50r0qnyr4k7m9kpvijy8sqqpm54by5hsysfd6"))))
5987 (properties `((upstream-name . "ACD")))
5988 (build-system r-build-system)
5989 (home-page "https://cran.r-project.org/web/packages/ACD/")
5990 (synopsis "Categorical data analysis with complete or missing responses")
5991 (description
5992 "This package provides tools for categorical data analysis with complete
5993or missing responses.")
5994 (license license:gpl2+)))
5995
acbf23da
RW
5996(define-public r-acdm
5997 (package
5998 (name "r-acdm")
5999 (version "1.0.4")
6000 (source
6001 (origin
6002 (method url-fetch)
6003 (uri (cran-uri "ACDm" version))
6004 (sha256
6005 (base32
6006 "0b4f02ga5ra66mbrm79g0bnlzmii82rks9kmxixxqgf18yhlyjil"))))
6007 (properties `((upstream-name . "ACDm")))
6008 (build-system r-build-system)
6009 (propagated-inputs
6010 `(("r-dplyr" ,r-dplyr)
6011 ("r-ggplot2" ,r-ggplot2)
6012 ("r-plyr" ,r-plyr)
6013 ("r-rsolnp" ,r-rsolnp)
6014 ("r-zoo" ,r-zoo)))
6015 (home-page "https://cran.r-project.org/web/packages/ACDm/")
6016 (synopsis "Tools for Autoregressive Conditional Duration Models")
6017 (description
6018 "ACDm is a package for Autoregressive Conditional Duration (ACD, Engle
6019and Russell, 1998) models. It creates trade, price or volume durations from
6020transactions (tic) data, performs diurnal adjustments, fits various ACD models
6021and tests them.")
6022 (license license:gpl2+)))
6023
08bf097a
RW
6024(define-public r-overlap
6025 (package
6026 (name "r-overlap")
6027 (version "0.3.2")
6028 (source
6029 (origin
6030 (method url-fetch)
6031 (uri (cran-uri "overlap" version))
6032 (sha256
6033 (base32
6034 "1j3m6ir1chdz0si2fhcw6gs7c9h09bv0chz18rpzxsywww6d4rzy"))))
6035 (build-system r-build-system)
6036 (home-page "https://cran.r-project.org/web/packages/overlap/")
6037 (synopsis "Estimates of coefficient of overlapping for animal activity patterns")
6038 (description
6039 "This package provides functions to fit kernel density functions to data
6040on temporal activity patterns of animals; estimate coefficients of overlapping
6041of densities for two species; and calculate bootstrap estimates of confidence
6042intervals.")
6043 (license license:gpl3+)))
6044
bfee9ce8
RW
6045(define-public r-snakecase
6046 (package
6047 (name "r-snakecase")
794c9e7d 6048 (version "0.11.0")
bfee9ce8
RW
6049 (source
6050 (origin
6051 (method url-fetch)
6052 (uri (cran-uri "snakecase" version))
6053 (sha256
6054 (base32
794c9e7d 6055 "1ky1x2cp5rd0ffd9m1fji9sq4z4jsrpxzg30brw8bb4ihfjj114r"))))
bfee9ce8
RW
6056 (build-system r-build-system)
6057 (propagated-inputs
6058 `(("r-stringi" ,r-stringi)
6059 ("r-stringr" ,r-stringr)))
6060 (home-page "https://github.com/Tazinho/snakecase")
6061 (synopsis "Convert strings into any case")
6062 (description
6063 "This package provides a consistent, flexible and easy to use tool to
6064parse and convert strings into cases like snake or camel among others.")
6065 (license license:gpl3)))
6066
de059e4b
RW
6067(define-public r-prediction
6068 (package
6069 (name "r-prediction")
c3447a92 6070 (version "0.3.14")
de059e4b
RW
6071 (source
6072 (origin
6073 (method url-fetch)
6074 (uri (cran-uri "prediction" version))
6075 (sha256
6076 (base32
c3447a92 6077 "0awlq5lxfia6m2b91w73rksp93rbwv5gwqb36wbji4rgq41rzbrx"))))
de059e4b
RW
6078 (build-system r-build-system)
6079 (propagated-inputs
6080 `(("r-data-table" ,r-data-table)))
6081 (home-page "https://github.com/leeper/prediction")
6082 (synopsis "Tidy, type-safe prediction methods")
6083 (description
6084 "This package provides the @code{prediction()} function, a type-safe
6085alternative to @code{predict()} that always returns a data frame. The package
6086currently supports common model types (e.g., @code{\"lm\"}, @code{\"glm\"})
6087from the @code{stats} package, as well as numerous other model classes from
6088other add-on packages.")
6089 (license license:expat)))
6090
d14c770d
RW
6091(define-public r-insight
6092 (package
6093 (name "r-insight")
c90eebf7 6094 (version "0.5.0")
d14c770d
RW
6095 (source
6096 (origin
6097 (method url-fetch)
6098 (uri (cran-uri "insight" version))
6099 (sha256
6100 (base32
c90eebf7 6101 "0lrh2l9n2zd9n3zzknsxz6nlasnrayx3bplxlz7m616g56gr5nfp"))))
d14c770d
RW
6102 (build-system r-build-system)
6103 (home-page "https://easystats.github.io/insight/")
6104 (synopsis "Easy access to model information for various model objects")
6105 (description
6106 "This package provides a tool to provide an easy, intuitive and
6107consistent access to information contained in various R models, like model
6108formulas, model terms, information about random effects, data that was used to
6109fit the model or data from response variables. The package mainly revolves
6110around two types of functions: Functions that find (the names of) information,
6111starting with @code{find_}, and functions that get the underlying data,
6112starting with @code{get_}. The package has a consistent syntax and works with
6113many different model objects, where otherwise functions to access these
6114information are missing.")
6115 (license license:gpl3)))
6116
cfc06314
RW
6117(define-public r-sjlabelled
6118 (package
6119 (name "r-sjlabelled")
bc418c97 6120 (version "1.1.0")
cfc06314
RW
6121 (source
6122 (origin
6123 (method url-fetch)
6124 (uri (cran-uri "sjlabelled" version))
6125 (sha256
6126 (base32
bc418c97 6127 "0rnmlwpp41h04dzfjd5ncvzjzs43slaimb4v2in1axznv3haafyc"))))
cfc06314
RW
6128 (build-system r-build-system)
6129 (propagated-inputs
bc418c97 6130 `(("r-haven" ,r-haven)
5e16dff9 6131 ("r-insight" ,r-insight)
cfc06314 6132 ("r-magrittr" ,r-magrittr)
cfc06314 6133 ("r-purrr" ,r-purrr)
bc418c97
RW
6134 ("r-rlang" ,r-rlang)
6135 ("r-tidyselect" ,r-tidyselect)))
cfc06314
RW
6136 (home-page "https://github.com/strengejacke/sjlabelled")
6137 (synopsis "Labelled data utility functions")
6138 (description
6139 "This package provides a collection of functions dealing with labelled
6140data, like reading and writing data between R and other statistical software
6141packages. This includes easy ways to get, set or change value and variable
6142label attributes, to convert labelled vectors into factors or numeric (and
6143vice versa), or to deal with multiple declared missing values.")
6144 (license license:gpl3)))
6145
1f560b9c
RW
6146(define-public r-sjmisc
6147 (package
6148 (name "r-sjmisc")
36c5f86f 6149 (version "2.8.1")
1f560b9c
RW
6150 (source
6151 (origin
6152 (method url-fetch)
6153 (uri (cran-uri "sjmisc" version))
6154 (sha256
6155 (base32
36c5f86f 6156 "1a30n3cyd9h9ilaiai9ywy53f03nikafc47rvpws2c2vghc8mbn7"))))
1f560b9c
RW
6157 (build-system r-build-system)
6158 (propagated-inputs
31af2e7f 6159 `(("r-dplyr" ,r-dplyr)
45dcc89d 6160 ("r-insight" ,r-insight)
1f560b9c 6161 ("r-magrittr" ,r-magrittr)
1f560b9c
RW
6162 ("r-purrr" ,r-purrr)
6163 ("r-rlang" ,r-rlang)
31af2e7f 6164 ("r-sjlabelled" ,r-sjlabelled)))
1f560b9c
RW
6165 (home-page "https://github.com/strengejacke/sjmisc")
6166 (synopsis "Data and variable transformation functions")
6167 (description
6168 "This package is a collection of miscellaneous utility functions,
6169supporting data transformation tasks like recoding, dichotomizing or grouping
6170variables, setting and replacing missing values. The data transformation
6171functions also support labelled data, and all integrate seamlessly into a
6172tidyverse workflow.")
6173 (license license:gpl3)))
6174
aaed237d
RW
6175(define-public r-nortest
6176 (package
6177 (name "r-nortest")
6178 (version "1.0-4")
6179 (source
6180 (origin
6181 (method url-fetch)
6182 (uri (cran-uri "nortest" version))
6183 (sha256
6184 (base32
6185 "17r0wpz72z9312c70nwi1i1kp1v9fm1h6jg7q5cx1mc1h420m1d3"))))
6186 (build-system r-build-system)
6187 (home-page "https://cran.r-project.org/web/packages/nortest/")
6188 (synopsis "Tests for normality")
6189 (description
6190 "This package provides five omnibus tests for testing the composite
6191hypothesis of normality.")
6192 (license license:gpl2+)))
6193
0fd7d59d
RW
6194(define-public r-moonbook
6195 (package
6196 (name "r-moonbook")
6197 (version "0.2.3")
6198 (source
6199 (origin
6200 (method url-fetch)
6201 (uri (cran-uri "moonBook" version))
6202 (sha256
6203 (base32
6204 "0hys56mwbm776ff7dibi8wzyf69qiais9rs1jazv79lk6h56s9s6"))))
6205 (properties `((upstream-name . "moonBook")))
6206 (build-system r-build-system)
6207 (propagated-inputs
6208 `(("r-magrittr" ,r-magrittr)
6209 ("r-nortest" ,r-nortest)
6210 ("r-purrr" ,r-purrr)
6211 ("r-sjmisc" ,r-sjmisc)
6212 ("r-stringr" ,r-stringr)
6213 ("r-survival" ,r-survival)))
6214 (home-page "https://github.com/cardiomoon/moonBook")
6215 (synopsis "Functions and datasets for the book by Keon-Woong Moon")
6216 (description
6217 "This package provides several analysis-related functions for the book
6218entitled \"R statistics and graph for medical articles\" (written in Korean),
6219version 1, by Keon-Woong Moon with Korean demographic data with several plot
6220functions.")
6221 (license license:gpl2)))
6222
589bd1c4
RW
6223(define-public r-flextable
6224 (package
6225 (name "r-flextable")
c46a1640 6226 (version "0.5.5")
589bd1c4
RW
6227 (source
6228 (origin
6229 (method url-fetch)
6230 (uri (cran-uri "flextable" version))
6231 (sha256
6232 (base32
c46a1640 6233 "1q6x9mfk5gikqjbbra1dn8hs1rq5ws99jdjav3m113gx9f2j5yxh"))))
589bd1c4
RW
6234 (build-system r-build-system)
6235 (propagated-inputs
30918ce8
RW
6236 `(("r-base64enc" ,r-base64enc)
6237 ("r-data-table" ,r-data-table)
e89d5427 6238 ("r-gdtools" ,r-gdtools)
589bd1c4
RW
6239 ("r-htmltools" ,r-htmltools)
6240 ("r-knitr" ,r-knitr)
6241 ("r-officer" ,r-officer)
e89d5427 6242 ("r-rlang" ,r-rlang)
589bd1c4 6243 ("r-rmarkdown" ,r-rmarkdown)
589bd1c4
RW
6244 ("r-xml2" ,r-xml2)))
6245 (home-page "https://davidgohel.github.io/flextable")
6246 (synopsis "Functions for tabular reporting")
6247 (description
6248 "This package provides tools to create pretty tables for HTML documents
6249and other formats. Functions are provided to let users create tables, modify
6250and format their content. It extends the @code{officer} package and can be
6251used within R markdown documents when rendering to HTML and to Word
6252documents.")
6253 (license license:gpl3)))
6254
846325a8
RW
6255(define-public r-writexl
6256 (package
6257 (name "r-writexl")
04a18a81 6258 (version "1.1")
846325a8
RW
6259 (source
6260 (origin
6261 (method url-fetch)
6262 (uri (cran-uri "writexl" version))
6263 (sha256
6264 (base32
04a18a81 6265 "0w4wnpl3yhaqp63p32bk60xrbmd7xd11kxifjbzrghi7d4483a46"))))
846325a8
RW
6266 (build-system r-build-system)
6267 (inputs `(("zlib" ,zlib)))
6268 (home-page "https://github.com/ropensci/writexl")
6269 (synopsis "Export data frames to xlsx format")
6270 (description
6271 "This package provides a data frame to xlsx exporter based on
6272libxlsxwriter.")
6273 (license license:bsd-2)))
64abd245
RW
6274
6275(define-public r-biasedurn
6276 (package
6277 (name "r-biasedurn")
6278 (version "1.07")
6279 (source
6280 (origin
6281 (method url-fetch)
6282 (uri (cran-uri "BiasedUrn" version))
6283 (sha256
6284 (base32
6285 "13i2lgfnjhlbbm2yxfc2l5hswqw6x03pwba5csjmirv8kpjw4xr3"))))
6286 (properties `((upstream-name . "BiasedUrn")))
6287 (build-system r-build-system)
6288 (home-page "https://cran.r-project.org/web/packages/BiasedUrn/")
6289 (synopsis "Biased Urn model distributions")
6290 (description
6291 "This package provides statistical models of biased sampling in the form
6292of univariate and multivariate noncentral hypergeometric distributions,
6293including Wallenius' noncentral hypergeometric distribution and Fisher's
6294noncentral hypergeometric distribution (also called extended hypergeometric
6295distribution).")
6296 (license license:gpl3)))
87ba9508
RW
6297
6298(define-public r-goplot
6299 (package
6300 (name "r-goplot")
6301 (version "1.0.2")
6302 (source
6303 (origin
6304 (method url-fetch)
6305 (uri (cran-uri "GOplot" version))
6306 (sha256
6307 (base32
6308 "1y8dv0kbzpr9za91njw0x233vx5d13vqml9hmpddcyi9s6va5nix"))))
6309 (properties `((upstream-name . "GOplot")))
6310 (build-system r-build-system)
6311 (propagated-inputs
6312 `(("r-ggdendro" ,r-ggdendro)
6313 ("r-ggplot2" ,r-ggplot2)
6314 ("r-gridextra" ,r-gridextra)
6315 ("r-rcolorbrewer" ,r-rcolorbrewer)))
6316 (home-page "https://github.com/wencke/wencke.github.io")
6317 (synopsis "Visualization of functional analysis data")
6318 (description
6319 "This package provides an implementation of multilayered visualizations
6320for enhanced graphical representation of functional analysis data. It
6321combines and integrates omics data derived from expression and functional
6322annotation enrichment analyses. Its plotting functions have been developed
6323with an hierarchical structure in mind: starting from a general overview to
6324identify the most enriched categories (modified bar plot, bubble plot) to a
6325more detailed one displaying different types of relevant information for the
6326molecules in a given set of categories (circle plot, chord plot, cluster plot,
6327Venn diagram, heatmap).")
6328 (license license:gpl2)))
aec7d6be
RW
6329
6330(define-public r-getopt
6331 (package
6332 (name "r-getopt")
104ec4c9 6333 (version "1.20.3")
aec7d6be
RW
6334 (source
6335 (origin
6336 (method url-fetch)
6337 (uri (cran-uri "getopt" version))
6338 (sha256
6339 (base32
104ec4c9 6340 "0zzmzgwl9a4y3s34600vmih22d6y32294f9bvxrnmffnvkgmy7sk"))))
aec7d6be
RW
6341 (build-system r-build-system)
6342 (home-page "https://github.com/trevorld/getopt")
6343 (synopsis "Command-line option processor for R")
6344 (description
6345 "This package is designed to be used with Rscript to write shebang
6346scripts that accept short and long options. Many users will prefer to
6347use the packages @code{optparse} or @code{argparse} which add extra
6348features like automatically generated help options and usage texts,
6349support for default values, positional argument support, etc.")
6350 (license license:gpl2+)))
3629622b
RW
6351
6352(define-public r-findpython
6353 (package
6354 (name "r-findpython")
fcb84565 6355 (version "1.0.5")
3629622b
RW
6356 (source
6357 (origin
6358 (method url-fetch)
6359 (uri (cran-uri "findpython" version))
6360 (sha256
6361 (base32
fcb84565 6362 "0icifm4z6hhpmcjrg75a875iph0ci890ss02kdv3725pijc236iy"))))
3629622b
RW
6363 (build-system r-build-system)
6364 (home-page "https://github.com/trevorld/findpython")
6365 (synopsis "Functions to find an acceptable Python binary")
6366 (description
6367 "This package was designed to find an acceptable Python binary that
6368matches version and feature constraints.")
6369 (license license:expat)))
fa697599
RW
6370
6371;; This in not the same as "r-argparser"
6372(define-public r-argparse
6373 (package
6374 (name "r-argparse")
37317189 6375 (version "2.0.1")
fa697599
RW
6376 (source
6377 (origin
6378 (method url-fetch)
6379 (uri (cran-uri "argparse" version))
6380 (sha256
6381 (base32
37317189 6382 "1as7h6z7kzgv0fqzpnp76qbm96b4jcd37azd58b7rz0l1n94764l"))))
fa697599
RW
6383 (build-system r-build-system)
6384 (inputs `(("python" ,python)))
6385 (propagated-inputs
6386 `(("r-findpython" ,r-findpython)
fa697599 6387 ("r-jsonlite" ,r-jsonlite)
11a36548 6388 ("r-r6" ,r-r6)))
fa697599
RW
6389 (home-page "https://github.com/trevorld/argparse")
6390 (synopsis "Command line optional and positional argument parser")
6391 (description
6392 "This package provides a command line parser to be used with Rscript to
6393write shebang scripts that gracefully accept positional and optional arguments
6394and automatically generate usage notices.")
6395 (license license:gpl2+)))
4646d18e
RW
6396
6397(define-public r-hash
6398 (package
6399 (name "r-hash")
a431c381 6400 (version "2.2.6.1")
4646d18e
RW
6401 (source
6402 (origin
6403 (method url-fetch)
6404 (uri (cran-uri "hash" version))
6405 (sha256
6406 (base32
a431c381 6407 "0b3fl0rvgwb992knl81vm99lsldg5clvaqjh6mamm6zqmb6dz056"))))
4646d18e
RW
6408 (build-system r-build-system)
6409 (home-page "https://cran.r-project.org/web/packages/hash/")
6410 (synopsis "Implementation of hash/associated arrays/dictionaries")
6411 (description
6412 "This package implements a data structure similar to hashes in Perl and
6413dictionaries in Python but with a purposefully R flavor. For objects of
6414appreciable size, access using hashes outperforms native named lists and
6415vectors.")
6416 (license license:gpl2+)))
06a45ad6
RW
6417
6418(define-public r-orddom
6419 (package
6420 (name "r-orddom")
6421 (version "3.1")
6422 (source
6423 (origin
6424 (method url-fetch)
6425 (uri (cran-uri "orddom" version))
6426 (sha256
6427 (base32
6428 "165axs15fvwhrp89xd87l81q3h2qjll1vrwcsap645cwvb85nwsh"))))
6429 (build-system r-build-system)
6430 (propagated-inputs `(("r-psych" ,r-psych)))
6431 (home-page "https://cran.r-project.org/web/packages/orddom/")
6432 (synopsis "Ordinal dominance statistics")
6433 (description
6434 "This package provides tools to compute ordinal, statistics and effect
6435sizes as an alternative to mean comparison: Cliff's delta or success rate
6436difference (SRD), Vargha and Delaney's A or the Area Under a Receiver
6437Operating Characteristic Curve (AUC), the discrete type of McGraw & Wong's
6438Common Language Effect Size (CLES) or Grissom & Kim's Probability of
6439Superiority (PS), and the Number needed to treat (NNT) effect size. Moreover,
6440comparisons to Cohen's d are offered based on Huberty & Lowman's Percentage of
6441Group (Non-)Overlap considerations.")
6442 (license license:gpl2)))
0fccd15f
RW
6443
6444(define-public r-doby
6445 (package
6446 (name "r-doby")
cb96d81b 6447 (version "4.6-2")
0fccd15f
RW
6448 (source
6449 (origin
6450 (method url-fetch)
6451 (uri (cran-uri "doBy" version))
6452 (sha256
6453 (base32
cb96d81b 6454 "02vbv9nfgywg6lsiialkmfnax5z3rkyb9nr8j9l2cp8xi6ml95mb"))))
0fccd15f
RW
6455 (properties `((upstream-name . "doBy")))
6456 (build-system r-build-system)
6457 (propagated-inputs
6458 `(("r-dplyr" ,r-dplyr)
6459 ("r-magrittr" ,r-magrittr)
6460 ("r-mass" ,r-mass)
6461 ("r-matrix" ,r-matrix)
6462 ("r-plyr" ,r-plyr)))
6463 (home-page "http://people.math.aau.dk/~sorenh/software/doBy/")
6464 (synopsis "Groupwise statistics, LSmeans, linear contrasts, and utilities")
6465 (description
6466 "This package contains:
6467
6468@itemize
6469@item facilities for working with grouped data: @code{do}
6470 something to data stratified @code{by} some variables.
6471@item implementations of least-squares means, general linear contrasts, and
6472@item miscellaneous other utilities.
6473@end itemize\n")
6474 (license license:gpl2+)))
5850c5b3
RW
6475
6476(define-public r-refgenome
6477 (package
6478 (name "r-refgenome")
27abdb11 6479 (version "1.7.7")
5850c5b3
RW
6480 (source
6481 (origin
6482 (method url-fetch)
6483 (uri (cran-uri "refGenome" version))
6484 (sha256
6485 (base32
27abdb11 6486 "1za89bn3am1zgvm641qi1ab6kaqpll4rb9p9f1sjwvcgqq6065g5"))))
5850c5b3
RW
6487 (properties `((upstream-name . "refGenome")))
6488 (build-system r-build-system)
6489 (propagated-inputs
6490 `(("r-dbi" ,r-dbi)
6491 ("r-doby" ,r-doby)
6492 ("r-rsqlite" ,r-rsqlite)))
6493 (home-page "https://cran.r-project.org/web/packages/refGenome/")
6494 (synopsis
6495 "Gene and splice site annotation using annotation data from Ensembl and UCSC")
6496 (description
6497 "This package contains functionality for importing and managing of
6498downloaded genome annotation data from the Ensembl genome browser (European
6499Bioinformatics Institute) and from the UCSC genome browser (University of
6500California, Santa Cruz) and annotation routines for genomic positions and
6501splice site positions.")
6502 (license license:gpl2)))
ff7d53a7
RW
6503
6504(define-public r-basix
6505 (package
6506 (name "r-basix")
6507 (version "1.1")
6508 (source
6509 (origin
6510 (method url-fetch)
6511 (uri (cran-uri "BASIX" version))
6512 (sha256
6513 (base32
6514 "18dkvv1iwskfnlpl6xridcgqpalbbpm2616mvc3hfrc0b26v01id"))))
6515 (properties `((upstream-name . "BASIX")))
6516 (build-system r-build-system)
6517 (home-page "https://cran.r-project.org/web/packages/BASIX/")
6518 (synopsis "Efficient C/C++ toolset for R")
6519 (description
6520 "BASIX provides some efficient C/C++ implementations of native R
6521procedures to speed up calculations in R.")
6522 (license license:gpl2)))
65e74814
RW
6523
6524(define-public r-blockfest
6525 (package
6526 (name "r-blockfest")
6527 (version "1.6")
6528 (source
6529 (origin
6530 (method url-fetch)
6531 (uri (cran-uri "BlockFeST" version))
6532 (sha256
6533 (base32
6534 "0hj7a5as7nxbgjac7lbj6qfwffx3g8x8phpf9a55f1c9cdzi73a5"))))
6535 (properties `((upstream-name . "BlockFeST")))
6536 (build-system r-build-system)
6537 (propagated-inputs `(("r-basix" ,r-basix)))
6538 (home-page "https://cran.r-project.org/web/packages/BlockFeST/")
6539 (synopsis "Bayesian calculation of region-specific fixation index")
6540 (description
6541 "This package provides an R implementation of an extension of the
6542BayeScan software for codominant markers, adding the option to group
6543individual SNPs into pre-defined blocks. A typical application of this new
6544approach is the identification of genomic regions, genes, or gene sets
6545containing one or more SNPs that evolved under directional selection.")
6546 (license license:gpl2)))
b9ff2599 6547
fbdf05b1
RW
6548(define-public r-proc
6549 (package
6550 (name "r-proc")
a510dc60 6551 (version "1.15.3")
fbdf05b1
RW
6552 (source
6553 (origin
6554 (method url-fetch)
6555 (uri (cran-uri "pROC" version))
6556 (sha256
6557 (base32
a510dc60 6558 "1jx8af9p6sxbypqvj1cci7q9sbyaw310inbjxibjcr3acj59h45h"))))
fbdf05b1
RW
6559 (properties `((upstream-name . "pROC")))
6560 (build-system r-build-system)
6561 (propagated-inputs
a3daf011 6562 `(("r-plyr" ,r-plyr)
fbdf05b1
RW
6563 ("r-rcpp" ,r-rcpp)))
6564 (home-page "http://expasy.org/tools/pROC/")
6565 (synopsis "Display and analyze ROC curves")
6566 (description
6567 "This package provides tools for visualizing, smoothing and comparing
6568receiver operating characteristic (ROC curves). The area under the
6569curve (AUC) can be compared with statistical tests based on U-statistics or
6570bootstrap. Confidence intervals can be computed for (p)AUC or ROC curves.")
6571 (license license:gpl3+)))
cea4d360
RW
6572
6573(define-public r-rootsolve
6574 (package
6575 (name "r-rootsolve")
6576 (version "1.7")
6577 (source
6578 (origin
6579 (method url-fetch)
6580 (uri (cran-uri "rootSolve" version))
6581 (sha256
6582 (base32
6583 "08ic6ggcc5dw4nv9xsqkm3vnvswmxyhnqnv1rdjv1h2gy1ivpcq8"))))
6584 (properties `((upstream-name . "rootSolve")))
6585 (build-system r-build-system)
6586 (native-inputs `(("gfortran" ,gfortran)))
6587 (home-page "https://cran.r-project.org/web/packages/rootSolve/")
6588 (synopsis "Tools for the analysis of ordinary differential equations")
6589 (description
6590 "This package provides routines to find the root of nonlinear functions,
6591and to perform steady-state and equilibrium analysis of @dfn{ordinary
6592differential equations} (ODE). It includes routines that:
6593
6594@enumerate
6595@item generate gradient and jacobian matrices (full and banded),
6596@item find roots of non-linear equations by the Newton-Raphson method,
6597@item estimate steady-state conditions of a system of (differential) equations
6598 in full, banded or sparse form, using the Newton-Raphson method, or by
6599 dynamically running,
6600@item solve the steady-state conditions for uni- and multicomponent 1-D, 2-D,
6601 and 3-D partial differential equations, that have been converted to ordinary
6602 differential equations by numerical differencing (using the method-of-lines
6603 approach).
6604@end enumerate\n")
6605 (license license:gpl2+)))
c994418b 6606
6607(define-public r-abcanalysis
6608 (package
6609 (name "r-abcanalysis")
6610 (version "1.2.1")
6611 (source
6612 (origin
6613 (method url-fetch)
6614 (uri (cran-uri "ABCanalysis" version))
6615 (sha256
6616 (base32 "0wac1ksmnxa36v99ca4hv8k0rsh3igwpcllmlv9wf7i9kgqviqwi"))))
6617 (properties `((upstream-name . "ABCanalysis")))
6618 (build-system r-build-system)
6619 (propagated-inputs `(("r-plotrix" ,r-plotrix)))
6620 (home-page "https://www.uni-marburg.de/fb12/arbeitsgruppen/datenbionik/software-en/")
6621 (synopsis "Computed ABC Analysis")
6622 (description
6623 "Multivariate data sets often differ in several factors or derived statistical
6624parameters, which have to be selected for a valid interpretation. Basing this
6625selection on traditional statistical limits leads occasionally to the perception
6626of losing information from a data set. This package provides tools to calculate
6627these limits on the basis of the mathematical properties of the distribution of
6628the analyzed items.")
6629 (license license:gpl3)))
87b576aa 6630
6631(define-public r-slam
6632 (package
6633 (name "r-slam")
1007b1b6 6634 (version "0.1-45")
87b576aa 6635 (source
6636 (origin
6637 (method url-fetch)
6638 (uri (cran-uri "slam" version))
6639 (sha256
1007b1b6 6640 (base32 "0xvj8va6xd7zkn3l4a5ad7v62s7xmkz8frq7gpcl3b6vqwckkaw4"))))
87b576aa 6641 (build-system r-build-system)
6642 (home-page "https://cran.r-project.org/web/packages/slam/")
6643 (synopsis "Sparse lightweight arrays and matrices")
6644 (description
6645 "This package contains data structures and algorithms for sparse arrays and matrices,
6646based on index arrays and simple triplet representations, respectively.")
6647 (license license:gpl2)))
881cc61c 6648
6649(define-public r-manipulatewidget
6650 (package
6651 (name "r-manipulatewidget")
6652 (version "0.10.0")
6653 (source
6654 (origin
6655 (method url-fetch)
6656 (uri (cran-uri "manipulateWidget" version))
6657 (sha256
6658 (base32 "1zagrbwkn2d50zzw8i2vyb1hsq4cydmfsqiy1a2qlp6zrv8a6q9x"))))
6659 (properties
6660 `((upstream-name . "manipulateWidget")))
6661 (build-system r-build-system)
6662 (propagated-inputs
6663 `(("r-base64enc" ,r-base64enc)
6664 ("r-codetools" ,r-codetools)
6665 ("r-htmltools" ,r-htmltools)
6666 ("r-htmlwidgets" ,r-htmlwidgets)
6667 ("r-knitr" ,r-knitr)
6668 ("r-miniui" ,r-miniui)
6669 ("r-shiny" ,r-shiny)
6670 ("r-webshot" ,r-webshot)))
6671 (home-page "https://github.com/rte-antares-rpackage/manipulateWidget/")
6672 (synopsis "Add even more interactivity to interactive charts")
6673 (description
6674 "This package lets you create in just a few lines of R code a nice user interface to
6675modify the data or the graphical parameters of one or multiple interactive
6676charts. It is useful to quickly explore visually some data or for package
6677developers to generate user interfaces easy to maintain.")
6678 (license license:gpl2+)))
16b0e8da 6679
6680(define-public r-a3
6681 (package
6682 (name "r-a3")
6683 (version "1.0.0")
6684 (source
6685 (origin
6686 (method url-fetch)
6687 (uri (cran-uri "A3" version))
6688 (sha256
6689 (base32 "017hq9pjsv1h9i7cqk5cfx27as54shlhdsdvr6jkhb8jfkpdb6cw"))))
6690 (properties `((upstream-name . "A3")))
6691 (build-system r-build-system)
6692 (propagated-inputs
6693 `(("r-pbapply" ,r-pbapply)
6694 ("r-xtable" ,r-xtable)))
6695 (home-page "https://cran.r-project.org/web/packages/A3/")
6696 (synopsis "Error metrics for predictive models")
6697 (description
6698 "This package supplies tools for tabulating and analyzing the results of predictive
6699models. The methods employed are applicable to virtually any predictive model
6700and make comparisons between different methodologies straightforward.")
6701 (license license:gpl2+)))
59b55def
RW
6702
6703(define-public r-infotheo
6704 (package
6705 (name "r-infotheo")
6706 (version "1.2.0")
6707 (source
6708 (origin
6709 (method url-fetch)
6710 (uri (cran-uri "infotheo" version))
6711 (sha256
6712 (base32
6713 "18xacczfq3z3xpy434js4nf3l19lczngzd0lq26wh22pvg1yniwv"))))
6714 (build-system r-build-system)
6715 (home-page "http://homepage.meyerp.com/software")
6716 (synopsis "Information-theoretic measures")
6717 (description
6718 "This package implements various measures of information theory based on
6719several entropy estimators.")
6720 (license license:gpl3+)))
9e21f217 6721
6722(define-public r-abcoptim
6723 (package
6724 (name "r-abcoptim")
6725 (version "0.15.0")
6726 (source
6727 (origin
6728 (method url-fetch)
6729 (uri (cran-uri "ABCoptim" version))
6730 (sha256
6731 (base32 "1ih0xk88qhsmpvnxf56041wx5sk8as2f4f2gdnpnwdym9mbr9n4b"))))
6732 (properties `((upstream-name . "ABCoptim")))
6733 (build-system r-build-system)
6734 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
6735 (home-page "https://github.com/gvegayon/ABCoptim/")
6736 (synopsis "Optimization of Artificial Bee Colony algorithm")
6737 (description
6738 "Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis
6739Karaboga in 2005, motivated by the intelligent behavior of honey bees. It is as
6740simple as Particle Swarm Optimization (PSO) and Differential Evolution (DE)
6741algorithms, and uses only common control parameters such as colony size and
6742maximum cycle number. The @code{r-abcoptim} implements the Artificial bee
6743colony optimization algorithm @url{http://mf.erciyes.edu.tr/abc/pub/tr06_2005.pdf}.
6744 This version is a work-in-progress and is written in R code.")
6745 (license license:expat)))
40c10917 6746
6747(define-public r-abcp2
6748 (package
6749 (name "r-abcp2")
6750 (version "1.2")
6751 (source
6752 (origin
6753 (method url-fetch)
6754 (uri (cran-uri "ABCp2" version))
6755 (sha256
6756 (base32 "1s2skkxpzss7c29i8600psgrp0hl46jcrxqrmy2b4db8hc0kcnbx"))))
6757 (properties `((upstream-name . "ABCp2")))
6758 (build-system r-build-system)
6759 (propagated-inputs `(("r-mass" ,r-mass)))
6760 (home-page "https://cran.r-project.org/web/packages/ABCp2/")
6761 (synopsis "Approximate Bayesian Computational Model for Estimating P2")
6762 (description
6763 "This package tests the goodness of fit of a distribution of offspring to the Normal,
6764Poisson, and Gamma distribution and estimates the proportional paternity of the
6765second male (P2) based on the best fit distribution.")
6766 (license license:gpl2)))
cadc10a5 6767
6768(define-public r-abcrf
6769 (package
6770 (name "r-abcrf")
89afd031 6771 (version "1.8")
cadc10a5 6772 (source
6773 (origin
6774 (method url-fetch)
6775 (uri (cran-uri "abcrf" version))
6776 (sha256
89afd031 6777 (base32 "0r31ki89z8zzcffm0yvd2zw3q96rk6g6fnwwkql902mgajbrha1f"))))
cadc10a5 6778 (build-system r-build-system)
6779 (propagated-inputs
89afd031
RW
6780 `(("r-doparallel" ,r-doparallel)
6781 ("r-foreach" ,r-foreach)
6782 ("r-mass" ,r-mass)
cadc10a5 6783 ("r-matrixstats" ,r-matrixstats)
6784 ("r-ranger" ,r-ranger)
6785 ("r-rcpp" ,r-rcpp)
6786 ("r-rcpparmadillo" ,r-rcpparmadillo)
6787 ("r-readr" ,r-readr)
6788 ("r-stringr" ,r-stringr)))
6789 (home-page "https://cran.r-project.org/web/packages/abcrf/")
6790 (synopsis "Approximate bayesian computation via random forests")
6791 (description
6792 "This package performs approximate bayesian computation (ABC) model choice and
6793parameter inference via random forests. This machine learning tool named random
6794forests (RF) can conduct selection among the highly complex models covered by
6795ABC algorithms.")
6796 (license license:gpl2+)))
12da2a5e 6797
6798(define-public r-abctools
6799 (package
6800 (name "r-abctools")
6801 (version "1.1.3")
6802 (source
6803 (origin
6804 (method url-fetch)
6805 (uri (cran-uri "abctools" version))
6806 (sha256
6807 (base32 "07s9dg10i8lsxl73b4n2hynca2fjgb0ykb0dz8c3zv6cgw3cyx97"))))
6808 (build-system r-build-system)
6809 (propagated-inputs
6810 `(("r-abc" ,r-abc)
6811 ("r-abind" ,r-abind)
6812 ("r-hmisc" ,r-hmisc)
6813 ("r-plyr" ,r-plyr)))
6814 (home-page "https://github.com/dennisprangle/abctools/")
6815 (synopsis "Tools for ABC analyses")
6816 (description
6817 "This @code{r-abctools} package provides tools for approximate Bayesian computation
6818including summary statistic selection and assessing coverage. This includes
6819recent dimension reduction algorithms to tune the choice of summary statistics,
6820and coverage methods to tune the choice of threshold.")
6821 (license license:gpl2+)))
77b33e0e 6822
6823(define-public r-ggstance
6824 (package
6825 (name "r-ggstance")
b3aa0d2f 6826 (version "0.3.3")
77b33e0e 6827 (source
6828 (origin
6829 (method url-fetch)
6830 (uri (cran-uri "ggstance" version))
6831 (sha256
b3aa0d2f 6832 (base32 "0kdksay61hyb6612b07r84chh7a9aibjyclk3qcypvr9aang8hkh"))))
77b33e0e 6833 (build-system r-build-system)
6834 (propagated-inputs
6835 `(("r-ggplot2" ,r-ggplot2)
6836 ("r-plyr" ,r-plyr)
6837 ("r-rlang" ,r-rlang)
6838 ("r-withr" ,r-withr)))
6839 (home-page "https://cran.r-project.org/web/packages/ggstance/")
6840 (synopsis "Horizontal and vertical versions of @code{r-ggplot2}")
6841 (description
6842 "This package is a @code{r-ggplot2} extension that provides flipped components:
6843@enumerate
6844@item horizontal versions of @code{r-ggplot2} stats and @code{r-ggplot2} geoms;
6845@item vertical versions of @code{r-ggplot2} positions.
6846@end enumerate")
6847 (license license:gpl3)))
c61f7bc5 6848
6849(define-public r-mosaiccore
6850 (package
6851 (name "r-mosaiccore")
6852 (version "0.6.0")
6853 (source
6854 (origin
6855 (method url-fetch)
6856 (uri (cran-uri "mosaicCore" version))
6857 (sha256
6858 (base32 "1klw97h6lchw1cpcl8s637ikcl428cckmjq0czi7mibh9q9mw72z"))))
6859 (properties `((upstream-name . "mosaicCore")))
6860 (build-system r-build-system)
6861 (propagated-inputs
6862 `(("r-dplyr" ,r-dplyr)
6863 ("r-lazyeval" ,r-lazyeval)
6864 ("r-mass" ,r-mass)
6865 ("r-rlang" ,r-rlang)
6866 ("r-tidyr" ,r-tidyr)))
6867 (home-page "https://github.com/ProjectMOSAIC/mosaicCore/")
6868 (synopsis "Common utilities for mosaic family packages")
6869 (description
6870 "Common utilities used in other Mosaic family packages are collected here.")
6871 (license license:gpl2+)))
214452ff 6872
6873(define-public r-ggformula
6874 (package
6875 (name "r-ggformula")
9a470682 6876 (version "0.9.2")
214452ff 6877 (source
6878 (origin
6879 (method url-fetch)
6880 (uri (cran-uri "ggformula" version))
6881 (sha256
9a470682 6882 (base32 "16ycabhnp78fsiv1dc63ccgh9gmpsy2683vbmq0fdzl6w3pd87sr"))))
214452ff 6883 (build-system r-build-system)
6884 (propagated-inputs
6885 `(("r-ggplot2" ,r-ggplot2)
6886 ("r-ggstance" ,r-ggstance)
6887 ("r-magrittr" ,r-magrittr)
6888 ("r-mosaiccore" ,r-mosaiccore)
6889 ("r-rlang" ,r-rlang)
6890 ("r-stringr" ,r-stringr)
6891 ("r-tibble" ,r-tibble)
6892 ("r-tidyr" ,r-tidyr)))
6893 (home-page "https://github.com/ProjectMOSAIC/ggformula/")
6894 (synopsis "Formula interface for the @code{r-ggplot2}")
6895 (description
6896 "The @code{r-ggformula} introduces a family of graphics functions, gf_point(),
6897gf_density(), and so on, bring the formula interface to ggplot(). This captures
6898and extends the excellent simplicity of the lattice-graphics formula interface,
6899while providing the intuitive capabilities of @code{r-ggplot2}.")
6900 (license license:expat)))
2f195b6f 6901
6902(define-public r-mosaicdata
6903 (package
6904 (name "r-mosaicdata")
6905 (version "0.17.0")
6906 (source
6907 (origin
6908 (method url-fetch)
6909 (uri (cran-uri "mosaicData" version))
6910 (sha256
6911 (base32 "04z0mdm52mykqsxsinhmsihn181zf6cw321gayk2rjp7lj7mwdq9"))))
6912 (properties `((upstream-name . "mosaicData")))
6913 (build-system r-build-system)
6914 (home-page "https://cran.r-project.org/web/packages/mosaicData/")
6915 (synopsis "Data sets for project Mosaic")
6916 (description
6917 "This package provides data sets from project Mosaic @url{http://mosaic-web.org}
6918used to teach mathematics, statistics, computation and modeling.")
6919 (license license:gpl2+)))
6c6ce2d0 6920
82acd43c
RW
6921(define-public r-raster
6922 (package
6923 (name "r-raster")
761f4764 6924 (version "3.0-2")
82acd43c
RW
6925 (source
6926 (origin
6927 (method url-fetch)
6928 (uri (cran-uri "raster" version))
6929 (sha256
6930 (base32
761f4764 6931 "0z4qh3ag1iyly4zjvzi3x2namkndkqn3cjb3ac22xd11sq5gdgiz"))))
82acd43c
RW
6932 (build-system r-build-system)
6933 (propagated-inputs
6934 `(("r-rcpp" ,r-rcpp)
6935 ("r-sp" ,r-sp)))
aff13de3 6936 (home-page "https://www.rspatial.org/")
82acd43c
RW
6937 (synopsis "Geographic data analysis and modeling")
6938 (description
6939 "The package implements basic and high-level functions for reading,
6940writing, manipulating, analyzing and modeling of gridded spatial data.
6941Processing of very large files is supported.")
6942 (license license:gpl3+)))
6943
6c6ce2d0 6944(define-public r-mosaic
6945 (package
6946 (name "r-mosaic")
6947 (version "1.4.0")
6948 (source
6949 (origin
6950 (method url-fetch)
6951 (uri (cran-uri "mosaic" version))
6952 (sha256
6953 (base32 "10jbrg8kli00kfgbh2f67bymm5cnlancc9dplb1j7fl552yjddn2"))))
6954 (build-system r-build-system)
6955 (propagated-inputs
6956 `(("r-broom" ,r-broom)
6957 ("r-dplyr" ,r-dplyr)
6958 ("r-ggdendro" ,r-ggdendro)
6959 ("r-ggformula" ,r-ggformula)
6960 ("r-ggplot2" ,r-ggplot2)
6961 ("r-ggrepel" ,r-ggrepel)
6962 ("r-glue" ,r-glue)
6963 ("r-gridextra" ,r-gridextra)
6964 ("r-lattice" ,r-lattice)
6965 ("r-latticeextra" ,r-latticeextra)
6966 ("r-lazyeval" ,r-lazyeval)
6967 ("r-mass" ,r-mass)
6968 ("r-matrix" ,r-matrix)
6969 ("r-mosaiccore" ,r-mosaiccore)
6970 ("r-mosaicdata" ,r-mosaicdata)
6971 ("r-readr" ,r-readr)
6972 ("r-tidyr" ,r-tidyr)))
6973 (home-page "https://github.com/ProjectMOSAIC/mosaic/")
6974 (synopsis "Mathematics, statistics, and computation teaching utilities")
6975 (description
6976 "This package contain data sets and utilities from
6977@url{http://mosaic-web.org, Project MOSAIC} used to teach mathematics,
6978statistics, computation and modeling. Project MOSAIC is a community of
6979educators working to tie together aspects of quantitative work that students
6980in science, technology, engineering and mathematics will need in their
6981professional lives, but which are usually taught in isolation, if at all.")
6982 (license license:gpl2+)))
cbb0edd1 6983
6984(define-public r-abd
6985 (package
6986 (name "r-abd")
6987 (version "0.2-8")
6988 (source
6989 (origin
6990 (method url-fetch)
6991 (uri (cran-uri "abd" version))
6992 (sha256
6993 (base32 "191gspqzdv573vaw624ri0f5cm6v4j524bjs74d4a1hn3kn6r9b7"))))
6994 (build-system r-build-system)
6995 (propagated-inputs
6996 `(("r-lattice" ,r-lattice)
6997 ("r-mosaic" ,r-mosaic)
6998 ("r-nlme" ,r-nlme)))
6999 (home-page "https://cran.r-project.org/web/packages/abd/")
7000 (synopsis "Analysis of biological data")
7001 (description
7002 "The @code{r-abd} package contains data sets and sample code for the Analysis of
7003biological data by Michael Whitlock and Dolph Schluter.")
7004 (license license:gpl2)))
01af264d
MIP
7005
7006(define-public r-svgui
7007 (package
7008 (name "r-svgui")
7009 (version "1.0.0")
7010 (source
7011 (origin
7012 (method url-fetch)
7013 (uri (cran-uri "svGUI" version))
7014 (sha256
7015 (base32 "1r7ab0p4yr8q03gj02hmj7k1ghksgkg4nx750c0ajfs2q9y1dxfc"))))
7016 (properties `((upstream-name . "svGUI")))
7017 (build-system r-build-system)
7018 (home-page "https://github.com/SciViews/svGUI/")
7019 (synopsis "Functions for managing GUI clients in R")
7020 (description
7021 "The SciViews @code{svGUI} package eases the management of Graphical User
7022Interfaces (GUI) in R. It is independent from any particular GUI widgets. It
7023centralizes info about GUI elements currently used, and it dispatches GUI
7024calls to the particular toolkits in use in function of the context.")
7025 (license license:gpl2)))
d1ca3d72 7026
7027(define-public r-svdialogs
7028 (package
7029 (name "r-svdialogs")
7030 (version "1.0.0")
7031 (source
7032 (origin
7033 (method url-fetch)
7034 (uri (cran-uri "svDialogs" version))
7035 (sha256
7036 (base32 "0xqppydfawnwk84kb5qiybwbcmv38vn4imgz01mz2pnq4xb80p97"))))
7037 (properties `((upstream-name . "svDialogs")))
7038 (build-system r-build-system)
7039 (inputs
7040 `(("yad" ,yad)
7041 ("zenity" ,zenity)))
7042 (propagated-inputs
7043 `(("r-rstudioapi" ,r-rstudioapi)
7044 ("r-svgui" ,r-svgui)))
7045 (home-page "https://github.com/SciViews/svDialogs/")
7046 (synopsis "Portable dialog boxes")
7047 (description
7048 "This package helps to construct standard dialog boxes for your GUI, including
7049message boxes, input boxes, list, file or directory selection, and others. In
7050case R cannot display GUI dialog boxes, a simpler command line version of these
7051interactive elements is also provided as a fallback solution.")
7052 (license license:gpl2)))
3cadd3ce 7053
7054(define-public r-abe
7055 (package
7056 (name "r-abe")
7057 (version "3.0.1")
7058 (source
7059 (origin
7060 (method url-fetch)
7061 (uri (cran-uri "abe" version))
7062 (sha256
7063 (base32
7064 "1f19h3xzzmjhvwc1rrb8z0rai3ip03y4gdi2gg9bfr5sg2nfklk6"))))
7065 (build-system r-build-system)
7066 (home-page "https://cran.r-project.org/web/packages/abe/")
7067 (synopsis "Augmented backward elimination")
7068 (description
7069 "This package performs augmented backward elimination and checks the
7070stability of the obtained model. Augmented backward elimination combines
7071significance or information based criteria with the change in estimate to
7072either select the optimal model for prediction purposes or to serve as a tool
7073to obtain a practically sound, highly interpretable model.")
7074 (license license:gpl2+)))
ef26400b 7075
7076(define-public r-abf2
7077 (package
7078 (name "r-abf2")
7079 (version "0.7-1")
7080 (source
7081 (origin
7082 (method url-fetch)
7083 (uri (cran-uri "abf2" version))
7084 (sha256
7085 (base32 "0d65mc1w4pbiv7xaqzdlw1bfsxf25587rv597hh41vs0j0zlfpxx"))))
7086 (build-system r-build-system)
7087 (home-page "https://cran.r-project.org/web/packages/abf2/")
7088 (synopsis "Load gap-free axon @code{r-abf2} files")
7089 (description
7090 "This package loads electrophysiology data from ABF2 files, as created by
7091Axon Instruments/Molecular Devices software. Only files recorded in gap-free
7092mode are currently supported.")
7093 (license license:artistic2.0)))
1efcd0f1 7094
7095(define-public r-abhgenotyper
7096 (package
7097 (name "r-abhgenotyper")
7098 (version "1.0.1")
7099 (source
7100 (origin
7101 (method url-fetch)
7102 (uri (cran-uri "ABHgenotypeR" version))
7103 (sha256
7104 (base32 "08cpmnaaxsm5c5bjifnfxdlvg5inrf13biqpcl2yq5zpqjmiki0l"))))
7105 (properties `((upstream-name . "ABHgenotypeR")))
7106 (build-system r-build-system)
7107 (propagated-inputs
7108 `(("r-ggplot2" ,r-ggplot2)
7109 ("r-reshape2" ,r-reshape2)))
7110 (home-page "https://github.com/StefanReuscher/ABHgenotypeR/")
7111 (synopsis "Visualize and manipulate ABH genotypes")
7112 (description
7113 "The @code{r-abhgenotyper} package provides simple imputation,
7114error-correction and plotting capacities for genotype data. The package is
7115supposed to serve as an intermediate but independent analysis tool between the
7116TASSEL GBS pipeline and the @code{r-qtl} package. It provides functionalities
7117not found in either TASSEL or @code{r-qtl} in addition to visualization of
7118genotypes as \"graphical genotypes\".")
7119 (license license:gpl3)))
ebb3cdb1 7120
6e8b38d3
RW
7121(define-public r-furrr
7122 (package
7123 (name "r-furrr")
7124 (version "0.1.0")
7125 (source
7126 (origin
7127 (method url-fetch)
7128 (uri (cran-uri "furrr" version))
7129 (sha256
7130 (base32
7131 "1ld9aa9hydna94hgm6p91zjbfv1dz1vsgchjlpknkg6irbvkfafx"))))
7132 (build-system r-build-system)
7133 (propagated-inputs
7134 `(("r-future" ,r-future)
7135 ("r-globals" ,r-globals)
7136 ("r-purrr" ,r-purrr)
7137 ("r-rlang" ,r-rlang)))
7138 (home-page "https://github.com/DavisVaughan/furrr")
7139 (synopsis "Apply mapping functions in parallel using futures")
7140 (description
7141 "This package provides implementations of the family of @code{map()}
7142functions from the @code{purrr} package that can be resolved using any
7143@code{future}-supported backend, e.g. parallel on the local machine or
7144distributed on a compute cluster.")
7145 (license license:lgpl2.1+)))
7146
ebb3cdb1 7147(define-public r-abjutils
7148 (package
7149 (name "r-abjutils")
3d5bcae0 7150 (version "0.2.3")
ebb3cdb1 7151 (source
7152 (origin
7153 (method url-fetch)
7154 (uri (cran-uri "abjutils" version))
7155 (sha256
3d5bcae0 7156 (base32 "0n4zps65y3zg0gfzlv97w91si52a9izkncirskbkj5x9hk0nhxcv"))))
ebb3cdb1 7157 (build-system r-build-system)
7158 (propagated-inputs
7159 `(("r-devtools" ,r-devtools)
7160 ("r-dplyr" ,r-dplyr)
3d5bcae0
RW
7161 ("r-furrr" ,r-furrr)
7162 ("r-future" ,r-future)
ebb3cdb1 7163 ("r-glue" ,r-glue)
7164 ("r-httr" ,r-httr)
7165 ("r-magrittr" ,r-magrittr)
ebb3cdb1 7166 ("r-progress" ,r-progress)
7167 ("r-purrr" ,r-purrr)
3d5bcae0
RW
7168 ("r-readr" ,r-readr)
7169 ("r-rlang" ,r-rlang)
ebb3cdb1 7170 ("r-rstudioapi" ,r-rstudioapi)
7171 ("r-scales" ,r-scales)
7172 ("r-stringi" ,r-stringi)
7173 ("r-stringr" ,r-stringr)
7174 ("r-tibble" ,r-tibble)
7175 ("r-tidyr" ,r-tidyr)))
7176 (home-page "https://github.com/abjur/abjutils/")
7177 (synopsis "Collection of tools for jurimetrical analysis")
7178 (description
7179 "This package implements general purpose tools, such as functions for
7180sampling and basic manipulation of Brazilian lawsuits identification number.
7181It also implements functions for text cleaning, such as accentuation
7182removal.")
7183 (license license:expat)))
b6afe7b7 7184
7185(define-public r-abnormality
7186 (package
7187 (name "r-abnormality")
7188 (version "0.1.0")
7189 (source
7190 (origin
7191 (method url-fetch)
7192 (uri (cran-uri "abnormality" version))
7193 (sha256
7194 (base32 "1fzfskl9akl06nliy8hkv2a0pznpj8pwcypg3gj5r2nzvr3kan9v"))))
7195 (build-system r-build-system)
7196 (propagated-inputs
7197 `(("r-mass" ,r-mass)
7198 ("r-matrix" ,r-matrix)))
7199 (home-page "https://cran.r-project.org/web/packages/abnormality/")
7200 (synopsis "Measure a subject's abnormality with respect to a reference population")
7201 (description
7202 "This package contains functions to implement the methodology and
7203considerations laid out by Marks et al. in the article \"Measuring abnormality
7204in high dimensional spaces: applications in biomechanical gait analysis\".
7205Using high-dimensional datasets to measure a subject's overall level of
7206abnormality as compared to a reference population is often needed in outcomes
7207research.")
7208 (license license:expat)))
016cabf7 7209
7210(define-public r-abodoutlier
7211 (package
7212 (name "r-abodoutlier")
7213 (version "0.1")
7214 (source
7215 (origin
7216 (method url-fetch)
7217 (uri (cran-uri "abodOutlier" version))
7218 (sha256
7219 (base32 "1pvhgxmh23br84r0fbmv7g53z2427birdja96a67vqgz18r3fdvj"))))
7220 (properties `((upstream-name . "abodOutlier")))
7221 (build-system r-build-system)
7222 (propagated-inputs
7223 `(("r-cluster" ,r-cluster)))
7224 (home-page "https://cran.r-project.org/web/packages/abodOutlier/")
7225 (synopsis "Angle-based outlier detection")
7226 (description
7227 "This package performs angle-based outlier detection on a given data
7228frame. It offers three methods to process data:
7229@enumerate
7230@item full but slow implementation using all the data that has cubic
7231 complexity;
7232@item a fully randomized method;
7233@item a method using k-nearest neighbours.
7234@end enumerate
7235These algorithms are well suited for high dimensional data outlier
7236detection.")
7237 (license license:expat)))
03c95f04 7238
7239(define-public r-abps
7240 (package
7241 (name "r-abps")
bec74196 7242 (version "0.3")
03c95f04 7243 (source
7244 (origin
7245 (method url-fetch)
7246 (uri (cran-uri "ABPS" version))
7247 (sha256
bec74196 7248 (base32 "0n3f66nmfi5v94il1mxy026mi84w01ph2aljk60vn3mrz8kwf2ll"))))
03c95f04 7249 (properties `((upstream-name . "ABPS")))
7250 (build-system r-build-system)
7251 (propagated-inputs `(("r-kernlab" ,r-kernlab)))
7252 (home-page "https://cran.r-project.org/web/packages/ABPS/")
7253 (synopsis "Abnormal blood profile score to detect blood doping")
7254 (description
7255 "This package offers an implementation of the @dfn{Abnormal blood profile score} (ABPS).
7256The ABPS is a part of the Athlete biological passport program of the World
7257anti-doping agency, which combines several blood parameters into a single
7258score in order to detect blood doping. The package also contains functions to
7259calculate other scores used in anti-doping programs, such as the ratio of
7260hemoglobin to reticulocytes (OFF-score), as well as example data.")
7261 (license license:gpl2+)))
26358ac5
RW
7262
7263(define-public r-parmigene
7264 (package
7265 (name "r-parmigene")
7266 (version "1.0.2")
7267 (source
7268 (origin
7269 (method url-fetch)
7270 (uri (cran-uri "parmigene" version))
7271 (sha256
7272 (base32
7273 "1fsm6pkr17jcbzkj1hbn91jf890fviqk1lq6ls8pihsdgah1zb4d"))))
7274 (build-system r-build-system)
7275 (home-page "https://cran.r-project.org/web/packages/parmigene/")
7276 (synopsis "Mutual information estimation for gene network reconstruction")
7277 (description
7278 "This package provides a parallel estimation of the mutual information
7279based on entropy estimates from k-nearest neighbors distances and algorithms
7280for the reconstruction of gene regulatory networks.")
7281 (license license:agpl3+)))
b2bf43b2 7282
7283(define-public r-pscl
7284 (package
7285 (name "r-pscl")
7286 (version "1.5.2")
7287 (source
7288 (origin
7289 (method url-fetch)
7290 (uri (cran-uri "pscl" version))
7291 (sha256
7292 (base32 "1phf3awsfr4ncqfqzin5m1pz0g7y1zhbcm2sz7358ssw914fd7rc"))))
7293 (build-system r-build-system)
7294 (propagated-inputs
7295 `(("r-mass" ,r-mass)))
7296 (home-page "https://github.com/atahk/pscl/")
7297 (synopsis "Political science computational laboratory")
7298 (description
7299 "The @code{pscl} is an R package providing classes and methods for:
7300@enumerate
7301@item Bayesian analysis of roll call data (item-response models);
7302@item elementary Bayesian statistics;
7303@item maximum likelihood estimation of zero-inflated and hurdle models for count
7304data;
7305@item utility functions.
7306@end enumerate")
7307 (license license:gpl2)))
e710d1a4 7308
7309(define-public r-accelmissing
7310 (package
7311 (name "r-accelmissing")
7312 (version "1.4")
7313 (source
7314 (origin
7315 (method url-fetch)
7316 (uri (cran-uri "accelmissing" version))
7317 (sha256
7318 (base32 "1nql9inx6azdzi3z4sfm2vdml2mms6krl8wzlf1dn1c97ahn57fy"))))
7319 (build-system r-build-system)
7320 (propagated-inputs
7321 `(("r-mice" ,r-mice)
7322 ("r-pscl" ,r-pscl)))
7323 (home-page "https://cran.r-project.org/web/packages/accelmissing/")
7324 (synopsis "Missing value imputation for accelerometer data")
7325 (description
7326 "This package provides a statistical method to impute the missing values in
7327accelerometer data. The methodology includes both parametric and
7328semi-parametric multiple imputations under the zero-inflated Poisson lognormal
7329model. It also provides multiple functions to preprocess the accelerometer data
7330previous to the missing data imputation. These include detecting the wearing
7331and the non-wearing time, selecting valid days and subjects, and creating plots.")
7332 (license license:gpl2+)))
f359b115 7333
7334(define-public r-mhsmm
7335 (package
7336 (name "r-mhsmm")
7337 (version "0.4.16")
7338 (source
7339 (origin
7340 (method url-fetch)
7341 (uri (cran-uri "mhsmm" version))
7342 (sha256
7343 (base32 "009dj0zkj1zry7jr9hf4cknb686z50a2l967if64xm0dvjmp7dgs"))))
7344 (build-system r-build-system)
7345 (propagated-inputs `(("r-mvtnorm" ,r-mvtnorm)))
7346 (home-page "https://github.com/jaredo/mhsmm/")
7347 (synopsis "Inference for hidden Markov and semi-Markov models")
7348 (description
7349 "The @code{r-mhsmm} package implements estimation and prediction methods for
7350hidden Markov and semi-Markov models for multiple observation sequences. Such
7351techniques are of interest when observed data is thought to be dependent on some
7352unobserved (or hidden) state. Also, this package is suitable for equidistant
7353time series data, with multivariate and/or missing data. Allows user defined
7354emission distributions.")
7355 (license license:gpl2+)))
16c5285a 7356
7357(define-public r-nleqslv
7358 (package
7359 (name "r-nleqslv")
7360 (version "3.3.2")
7361 (source
7362 (origin
7363 (method url-fetch)
7364 (uri (cran-uri "nleqslv" version))
7365 (sha256
7366 (base32 "1v9znvncyigw9r25wx2ma0b7ib179b488dl0qsrhp5zrcz7mcjgm"))))
7367 (build-system r-build-system)
7368 (native-inputs `(("gfortran" ,gfortran)))
7369 (home-page "https://cran.r-project.org/web/packages/nleqslv/")
7370 (synopsis "Solve systems of nonlinear equations")
7371 (description
7372 "The @code{r-nleqslv} package solves a system of nonlinear equations using a
7373Broyden or a Newton method with a choice of global strategies such as line
7374search and trust region. There are options for using a numerical or user
7375supplied Jacobian, for specifying a banded numerical Jacobian and for allowing a
7376singular or ill-conditioned Jacobian.")
7377 (license license:gpl2+)))
63ec2c50 7378
7379(define-public r-physicalactivity
7380 (package
7381 (name "r-physicalactivity")
7382 (version "0.2-2")
7383 (source
7384 (origin
7385 (method url-fetch)
7386 (uri (cran-uri "PhysicalActivity" version))
7387 (sha256
7388 (base32 "14z6plgwyr46vs9m997rvlz8sdglfs9g087an8668zqkzzs2w4ln"))))
7389 (properties
7390 `((upstream-name . "PhysicalActivity")))
7391 (build-system r-build-system)
7392 (home-page "https://cran.r-project.org/web/packages/PhysicalActivity/")
7393 (synopsis "Procesing accelerometer data for physical activity measurement")
7394 (description
7395 "This @code{r-physicalactivity} package provides a function @code{wearingMarking}
7396for classification of monitor wear and nonwear time intervals in accelerometer
7397data collected to assess physical activity. The package also contains functions
7398for making plots of accelerometer data and obtaining the summary of various
7399information including daily monitor wear time and the mean monitor wear time
7400during valid days. The revised package version 0.2-1 improved the functions
7401regarding speed, robustness and add better support for time zones and daylight
7402saving. In addition, several functions were added:
7403@enumerate
7404@item the @code{markDelivery} can classify days for ActiGraph delivery by mail;
7405@item the @code{markPAI} can categorize physical activity intensity level based
7406on user-defined cut-points of accelerometer counts.
7407@end enumerate
7408 It also supports importing ActiGraph (AGD) files with @code{readActigraph} and
7409@code{queryActigraph} functions.")
7410 (license license:gpl3+)))
f95d4542 7411
7412(define-public r-acc
7413 (package
7414 (name "r-acc")
7415 (version "1.3.3")
7416 (source
7417 (origin
7418 (method url-fetch)
7419 (uri (cran-uri "acc" version))
7420 (sha256
7421 (base32 "1ii2vm47djxbixa75h690q1s2f9m9x6i8nkygik93j6dayr6kr1m"))))
7422 (build-system r-build-system)
7423 (propagated-inputs
7424 `(("r-circlize" ,r-circlize)
7425 ("r-dbi" ,r-dbi)
7426 ("r-ggplot2" ,r-ggplot2)
7427 ("r-iterators" ,r-iterators)
7428 ("r-mhsmm" ,r-mhsmm)
7429 ("r-nleqslv" ,r-nleqslv)
7430 ("r-physicalactivity" ,r-physicalactivity)
7431 ("r-plyr" ,r-plyr)
7432 ("r-r-utils" ,r-r-utils)
7433 ("r-rcpp" ,r-rcpp)
7434 ("r-rcpparmadillo" ,r-rcpparmadillo)
7435 ("r-rsqlite" ,r-rsqlite)
7436 ("r-zoo" ,r-zoo)))
7437 (home-page "https://cran.r-project.org/web/packages/acc/")
7438 (synopsis "Exploring accelerometer data")
7439 (description
7440 "This package processes accelerometer data from uni-axial and tri-axial devices
7441and generates data summaries. Also, includes functions to plot, analyze, and
7442simulate accelerometer data.")
7443 (license license:gpl2+)))
f6890c08 7444
7445(define-public r-rbenchmark
7446 (package
7447 (name "r-rbenchmark")
7448 (version "1.0.0")
7449 (source
7450 (origin
7451 (method url-fetch)
7452 (uri (cran-uri "rbenchmark" version))
7453 (sha256
7454 (base32 "010fn3qwnk2k411cbqyvra1d12c3bhhl3spzm8kxffmirj4p2al9"))))
7455 (build-system r-build-system)
7456 (home-page "https://cran.r-project.org/web/packages/rbenchmark/")
7457 (synopsis "Benchmarking routine for R")
7458 (description
7459 "This @code{r-rbenchmark} package is inspired by the Perl module Benchmark,
7460and is intended to facilitate benchmarking of arbitrary R code. The library
7461consists of just one function, benchmark, which is a simple wrapper around
7462system.time. Given a specification of the benchmarking process (counts of
7463replications, evaluation environment) and an arbitrary number of expressions,
7464benchmark evaluates each of the expressions in the specified environment,
7465replicating the evaluation as many times as specified, and returning the results
7466conveniently wrapped into a data frame.")
7467 (license license:gpl2+)))
7468
9c4f118b
RW
7469(define-public r-mitools
7470 (package
7471 (name "r-mitools")
7472 (version "2.4")
7473 (source
7474 (origin
7475 (method url-fetch)
7476 (uri (cran-uri "mitools" version))
7477 (sha256
7478 (base32
7479 "0c2x2n1p53lcw0vx4vmy5j7m2f95i7g2iwbryl89imr99rvz617j"))))
7480 (build-system r-build-system)
7481 (propagated-inputs `(("r-dbi" ,r-dbi)))
7482 (home-page "https://cran.r-project.org/web/packages/mitools/")
7483 (synopsis "Tools for multiple imputation of missing data")
7484 (description
7485 "This package provides tools to perform analyses and combine results from
7486multiple-imputation datasets.")
7487 (license license:gpl2)))
7488
dab3e92c
RW
7489(define-public r-magick
7490 (package
7491 (name "r-magick")
9c2d9780 7492 (version "2.2")
dab3e92c
RW
7493 (source
7494 (origin
7495 (method url-fetch)
7496 (uri (cran-uri "magick" version))
7497 (sha256
7498 (base32
9c2d9780 7499 "1xh5mhaks3wk1iwqs9d3lnbfv121lc1yz5fqdzk5il9ppr831l85"))))
dab3e92c
RW
7500 (build-system r-build-system)
7501 (inputs
7502 `(("imagemagick" ,imagemagick)
7503 ("zlib" ,zlib)))
7504 (propagated-inputs
7505 `(("r-curl" ,r-curl)
7506 ("r-magrittr" ,r-magrittr)
7507 ("r-rcpp" ,r-rcpp)))
7508 (native-inputs
7509 `(("pkg-config" ,pkg-config)))
7510 (home-page "https://github.com/ropensci/magick")
7511 (synopsis "Advanced graphics and image-processing in R")
7512 (description
7513 "This package provides bindings to ImageMagick, a comprehensive image
7514processing library. It supports many common formats (PNG, JPEG, TIFF, PDF,
7515etc.) and manipulations (rotate, scale, crop, trim, flip, blur, etc). All
7516operations are vectorized via the Magick++ STL meaning they operate either on
7517a single frame or a series of frames for working with layers, collages, or
7518animation. In RStudio, images are automatically previewed when printed to the
7519console, resulting in an interactive editing environment.")
7520 (license license:expat)))
7521
f0bff698
RW
7522(define-public r-survey
7523 (package
7524 (name "r-survey")
7b18fac4 7525 (version "3.36")
f0bff698
RW
7526 (source
7527 (origin
7528 (method url-fetch)
7529 (uri (cran-uri "survey" version))
7530 (sha256
7531 (base32
7b18fac4 7532 "0xclsy4ram4k48vzh5m5bpmknnpwxnss85v73s4czsjj5ffjxwwh"))))
f0bff698
RW
7533 (build-system r-build-system)
7534 (propagated-inputs
7535 `(("r-lattice" ,r-lattice)
7536 ("r-matrix" ,r-matrix)
7537 ("r-minqa" ,r-minqa)
7b18fac4 7538 ("r-mitools" ,r-mitools)
f0bff698
RW
7539 ("r-numderiv" ,r-numderiv)
7540 ("r-survival" ,r-survival)))
7541 (home-page "http://r-survey.r-forge.r-project.org/survey/")
7542 (synopsis "Analysis of complex survey samples")
7543 (description
7544 "This package provides tools for the analysis of complex survey samples.
7545The provided features include: summary statistics, two-sample tests, rank
7546tests, generalised linear models, cumulative link models, Cox models,
7547loglinear models, and general maximum pseudolikelihood estimation for
7548multistage stratified, cluster-sampled, unequally weighted survey samples;
7549variances by Taylor series linearisation or replicate weights;
7550post-stratification, calibration, and raking; two-phase subsampling designs;
7551graphics; PPS sampling without replacement; principal components, and factor
7552analysis.")
7553 ;; Either version of the GPL.
7554 (license (list license:gpl2 license:gpl3))))
7555
7af2dd38 7556(define-public r-dvmisc
7557 (package
7558 (name "r-dvmisc")
a6a87db8 7559 (version "1.1.3")
7af2dd38 7560 (source
7561 (origin
7562 (method url-fetch)
7563 (uri (cran-uri "dvmisc" version))
7564 (sha256
a6a87db8 7565 (base32 "0x391pxg5mqgp5xxc8qwhwxky8ds7d9gr9iwmsb12c92kxfk00bv"))))
7af2dd38 7566 (build-system r-build-system)
7567 (propagated-inputs
a6a87db8
RW
7568 `(("r-cubature" ,r-cubature)
7569 ("r-data-table" ,r-data-table)
7570 ("r-dplyr" ,r-dplyr)
7571 ("r-ggplot2" ,r-ggplot2)
7572 ("r-mass" ,r-mass)
7573 ("r-mvtnorm" ,r-mvtnorm)
7574 ("r-pracma" ,r-pracma)
7575 ("r-purrr" ,r-purrr)
7af2dd38 7576 ("r-rbenchmark" ,r-rbenchmark)
a6a87db8
RW
7577 ("r-rcpp" ,r-rcpp)
7578 ("r-survey" ,r-survey)))
7af2dd38 7579 (home-page "https://cran.r-project.org/web/packages/dvmisc/")
7580 (synopsis "Faster computation of common statistics and miscellaneous functions")
7581 (description
7582 "This package implements faster versions of base R functions (e.g. mean, standard
7583deviation, covariance, weighted mean), mostly written in C++, along with
7584miscellaneous functions for various purposes (e.g. create the histogram with
7585fitted probability density function or probability mass function curve, create
7586the body mass index groups, assess the linearity assumption in logistic
7587regression).")
7588 (license license:gpl2)))
d8d8844e 7589
7590(define-public r-accelerometry
7591 (package
7592 (name "r-accelerometry")
7593 (version "3.1.2")
7594 (source
7595 (origin
7596 (method url-fetch)
7597 (uri (cran-uri "accelerometry" version))
7598 (sha256
7599 (base32 "13xzrwhr4i1nj9c8vrmfdg2rmrc8n446iihcyxmy99sm99hpzyip"))))
7600 (build-system r-build-system)
7601 (propagated-inputs
7602 `(("r-dvmisc" ,r-dvmisc)
7603 ("r-rcpp" ,r-rcpp)))
7604 (home-page "https://cran.r-project.org/web/packages/accelerometry/")
7605 (synopsis "Functions for processing accelerometer data")
7606 (description
7607 "This package provides a collection of functions that perform operations on
7608time-series accelerometer data, such as identify the non-wear time, flag minutes
7609that are part of an activity bout, and find the maximum 10-minute average count
7610value. The functions are generally very flexible, allowing for a variety of
7611algorithms to be implemented.")
7612 (license license:gpl3)))
1ddb2b5c 7613
7614(define-public r-absim
7615 (package
7616 (name "r-absim")
7617 (version "0.2.6")
7618 (source
7619 (origin
7620 (method url-fetch)
7621 (uri (cran-uri "AbSim" version))
7622 (sha256
7623 (base32 "16ddjk8b6xw80ch4jis1y751i9561wdxh0gifbf15qiz3vjckq8m"))))
7624 (properties `((upstream-name . "AbSim")))
7625 (build-system r-build-system)
7626 (propagated-inputs
7627 `(("r-ape" ,r-ape)
7628 ("r-powerlaw" ,r-powerlaw)))
7629 (home-page "https://cran.r-project.org/web/packages/AbSim/")
7630 (synopsis "Time resolved simulations of antibody repertoires")
7631 (description
7632 "This package provides simulation methods for the evolution of antibody repertoires.
7633 The heavy and light chain variable region of both human and C57BL/6 mice can
7634be simulated in a time-dependent fashion. Both single lineages using one set of
7635V-, D-, and J-genes or full repertoires can be simulated. The algorithm begins
7636with an initial V-D-J recombination event, starting the first phylogenetic tree.
7637 Upon completion, the main loop of the algorithm begins, with each iteration
7638representing one simulated time step. Various mutation events are possible at
7639each time step, contributing to a diverse final repertoire.")
7640 (license license:gpl2)))
c2ffc4fb 7641
b5a31005
MIP
7642(define-public r-quic
7643 (package
7644 (name "r-quic")
7645 (version "1.1")
7646 (source
7647 (origin
7648 (method url-fetch)
7649 (uri (cran-uri "QUIC" version))
7650 (sha256
7651 (base32 "021bp9xbaih60qmss015ycblbv6d1dvb1z89y93zpqqnc2qhpv3c"))))
7652 (properties `((upstream-name . "QUIC")))
7653 (build-system r-build-system)
7654 (home-page "https://www.cs.utexas.edu/users/sustik/QUIC/")
7655 (synopsis "Regularized sparse inverse covariance matrix estimation")
7656 (description
7657 "This package implements the regularized Gaussian maximum likelihood
7658estimation of the inverse of a covariance matrix. It uses Newton's method and
7659coordinate descent to solve the regularized inverse covariance matrix
7660estimation problem.")
7661 ;; The project home page states that the release is under GPLv3 or later.
7662 ;; The CRAN page only says GPL-3.
7663 (license license:gpl3+)))
7664
b509df82
MIP
7665(define-public r-abundant
7666 (package
7667 (name "r-abundant")
7668 (version "1.1")
7669 (source
7670 (origin
7671 (method url-fetch)
7672 (uri (cran-uri "abundant" version))
7673 (sha256
7674 (base32 "1m76qdmqvwpgm0sihazi2dna7cgsz9rljal18vgffb5wamwmg9k7"))))
7675 (build-system r-build-system)
7676 (propagated-inputs
7677 `(("r-quic" ,r-quic)))
7678 (home-page "https://cran.r-project.org/web/packages/abundant/")
7679 (synopsis "Abundant regression and high-dimensional principal fitted components")
7680 (description
7681 "This package provides tools to fit and predict with the high-dimensional
7682principal fitted components model. This model is described by Cook, Forzani,
7683and Rothman (2012) @url{doi:10.1214/11-AOS962}.")
7684 ;; The DESCRIPTION file states GPL-2, but since it directly depends on a
7685 ;; GPLv3+ package (QUIC) this likely means GPLv2+.
7686 (license license:gpl2+)))
7687
c2ffc4fb 7688(define-public r-ac3net
7689 (package
7690 (name "r-ac3net")
7691 (version "1.2.2")
7692 (source
7693 (origin
7694 (method url-fetch)
7695 (uri (cran-uri "Ac3net" version))
7696 (sha256
7697 (base32 "1ns4n0xxz6p34c11bj0k7nzgmyqr9mis2b0g5nfz37dbikndyqyz"))))
7698 (properties `((upstream-name . "Ac3net")))
7699 (build-system r-build-system)
7700 (propagated-inputs
7701 `(("r-data-table" ,r-data-table)))
7702 (home-page "https://cran.r-project.org/web/packages/Ac3net/")
7703 (synopsis "Inferring directional conservative causal core gene networks")
7704 (description "This package infers directional Conservative causal core
7705(gene) networks (C3NET). This is a version of the algorithm C3NET with
7706directional network.")
7707 (license license:gpl3+)))
da333859 7708
7709(define-public r-aca
7710 (package
7711 (name "r-aca")
7712 (version "1.1")
7713 (source
7714 (origin
7715 (method url-fetch)
7716 (uri (cran-uri "ACA" version))
7717 (sha256
7718 (base32 "1i3hm27nvnkvc39xlh0d1blq8q0q02czmvgi3cazmjx3jvxay0vq"))))
7719 (properties `((upstream-name . "ACA")))
7720 (build-system r-build-system)
7721 (home-page "https://cran.r-project.org/web/packages/ACA/")
7722 (synopsis "Abrupt change-point or aberration detection in point series")
7723 (description
7724 "This package offers an interactive function for the detection of breakpoints in
7725series.")
7726 ;; Any version of the GPL
7727 (license (list license:gpl2+ license:gpl3+))))
9c1c2108 7728
7729(define-public r-acceptancesampling
7730 (package
7731 (name "r-acceptancesampling")
ddd168ff 7732 (version "1.0-6")
9c1c2108 7733 (source
7734 (origin
7735 (method url-fetch)
7736 (uri (cran-uri "AcceptanceSampling" version))
7737 (sha256
ddd168ff 7738 (base32 "1z3rmln63ki2kik9kinbwr9qhr32ggbmh4mm3xqy6di119n47ca9"))))
9c1c2108 7739 (properties
7740 `((upstream-name . "AcceptanceSampling")))
7741 (build-system r-build-system)
7742 (home-page "https://cran.r-project.org/web/packages/AcceptanceSampling/")
7743 (synopsis "Creation and evaluation of acceptance sampling plans")
7744 (description
7745 "This @code{r-acceptancesampling} provides functionality for creating and evaluating
7746acceptance sampling plans. Acceptance sampling is a methodology commonly used
7747in quality control and improvement. International standards of acceptance
7748sampling provide sampling plans for specific circumstances. The aim of this
7749package is to provide an easy-to-use interface to visualize single, double or
7750multiple sampling plans. In addition, methods have been provided to enable the
7751user to assess sampling plans against pre-specified levels of performance, as
7752measured by the probability of acceptance for a given level of quality in the
7753lot.")
7754 (license license:gpl3+)))
7755
63781c57
LF
7756(define-public r-acclma
7757 (package
7758 (name "r-acclma")
7759 (version "1.0")
7760 (source
7761 (origin
7762 (method url-fetch)
7763 (uri (cran-uri "ACCLMA" version))
7764 (sha256
7765 (base32 "1na27sp18fq12gp6vxgqw1ffsz2yi1d8xvrxbrzx5g1kqxrayy0v"))))
7766 (properties `((upstream-name . "ACCLMA")))
7767 (build-system r-build-system)
7768 (home-page "https://cran.r-project.org/web/packages/ACCLMA/")
7769 (synopsis "ACC & LMA graph plotting")
7770 (description
666fb288
LC
7771 "This package contains a function that imports data from a @acronym{CSV,
7772Comma-Separated Values} file, or uses manually entered data from the format (x,
7773y, weight) and plots the appropriate @acronym{ACC, Absolute Concentration
7774Curve} vs @acronym{LOI, Line of Independence} graph and
7775@acronym{LMA, @acronym{LOI} Minus @acronym{ACC}} graph. The main
7776function is @code{plotLMA} (source file, header) that takes a data set and plots the
63781c57
LF
7777appropriate @acronym{LMA} and @acronym{ACC} graphs. If no source file (a
7778string) was passed, a manual data entry window is opened. The header parameter
7779indicates by TRUE/FALSE (false by default) if the source @acronym{CSV} file has
7780a header row or not. The dataset should contain only one independent variable
7781(x) and one dependent variable (y) and can contain a weight for each
7782observation.")
7783 (license license:gpl2)))
b55697fb
LL
7784
7785(define-public r-aspi
7786 (package
7787 (name "r-aspi")
7788 (version "0.2.0")
7789 (source
7790 (origin
7791 (method url-fetch)
7792 (uri (cran-uri "aspi" version))
7793 (sha256
7794 (base32 "0rhvxw243vvdv3hxa6pi343gcjc2cbxq1jzqirl9k1l4i3897l87"))))
7795 (build-system r-build-system)
7796 (home-page
7797 "https://cran.r-project.org/web/packages/aspi/")
7798 (synopsis
7799 "Analysis of symmetry of parasitic infections")
7800 (description
7801 "This package provides tools for the analysis and visualization of bilateral
7802 asymmetry in parasitic infections.")
7803 (license license:gpl3+)))
302db585
RW
7804
7805(define-public r-sandwich
7806 (package
7807 (name "r-sandwich")
0eb306d3 7808 (version "2.5-1")
302db585
RW
7809 (source
7810 (origin
7811 (method url-fetch)
7812 (uri (cran-uri "sandwich" version))
7813 (sha256
7814 (base32
0eb306d3 7815 "1mk685b9wq7k566pbml52rj96i5h6b3vf215k9picgmq296nzvyv"))))
302db585
RW
7816 (build-system r-build-system)
7817 (propagated-inputs
7818 `(("r-zoo" ,r-zoo)))
7819 (home-page "https://cran.r-project.org/web/packages/sandwich/")
7820 (synopsis "Robust Covariance Matrix Estimators")
7821 (description
7822 "This package provides model-robust standard error estimators for
7823cross-sectional, time series, clustered, panel, and longitudinal data.")
7824 ;; Either version of the license.
7825 (license (list license:gpl2 license:gpl3))))
6ce07cf9
RW
7826
7827(define-public r-th-data
7828 (package
7829 (name "r-th-data")
62595ee3 7830 (version "1.0-10")
6ce07cf9
RW
7831 (source
7832 (origin
7833 (method url-fetch)
7834 (uri (cran-uri "TH.data" version))
7835 (sha256
7836 (base32
62595ee3 7837 "0mgz7aj2d9abbmdr65zgmg1ddp3fdbs3mfj83r5xadh5ldkir2k1"))))
6ce07cf9
RW
7838 (properties `((upstream-name . "TH.data")))
7839 (build-system r-build-system)
7840 (propagated-inputs
7841 `(("r-mass" ,r-mass)
7842 ("r-survival" ,r-survival)))
7843 (home-page "https://cran.r-project.org/web/packages/TH.data/")
7844 (synopsis "Shared data sets")
7845 (description
7846 "This package contains supporting data sets that are used in other
7847packages maintained by Torsten Hothorn.")
7848 (license license:gpl3)))
7753b543
RW
7849
7850(define-public r-multcomp
7851 (package
7852 (name "r-multcomp")
b1f39e8c 7853 (version "1.4-10")
7753b543
RW
7854 (source
7855 (origin
7856 (method url-fetch)
7857 (uri (cran-uri "multcomp" version))
7858 (sha256
7859 (base32
b1f39e8c 7860 "1kzmdn9jmz5bmhf3wsfr12ljbasmwsgcsfdia52k0bi6q0swdg19"))))
7753b543
RW
7861 (build-system r-build-system)
7862 (propagated-inputs
7863 `(("r-codetools" ,r-codetools)
7864 ("r-mvtnorm" ,r-mvtnorm)
7865 ("r-sandwich" ,r-sandwich)
7866 ("r-survival" ,r-survival)
7867 ("r-th-data" ,r-th-data)))
7868 (home-page "https://cran.r-project.org/web/packages/multcomp/")
7869 (synopsis "Simultaneous inference in general parametric models")
7870 (description
7871 "Simultaneous tests and confidence intervals for general linear
7872hypotheses in parametric models, including linear, generalized linear, linear
7873mixed effects, and survival models. The package includes demos reproducing
7874analyzes presented in the book \"Multiple Comparisons Using R\" (Bretz,
7875Hothorn, Westfall, 2010, CRC Press).")
7876 (license license:gpl2)))
55a08dce
RW
7877
7878(define-public r-emmeans
7879 (package
7880 (name "r-emmeans")
5357c59b 7881 (version "1.4")
55a08dce
RW
7882 (source
7883 (origin
7884 (method url-fetch)
7885 (uri (cran-uri "emmeans" version))
7886 (sha256
7887 (base32
5357c59b 7888 "1ynf9hhbch83k63lwps69ijfch30fk5v0sc418ck264c5vih26dh"))))
55a08dce
RW
7889 (build-system r-build-system)
7890 (propagated-inputs
7891 `(("r-estimability" ,r-estimability)
7892 ("r-mvtnorm" ,r-mvtnorm)
e0f86164 7893 ("r-numderiv" ,r-numderiv)
55a08dce
RW
7894 ("r-plyr" ,r-plyr)
7895 ("r-xtable" ,r-xtable)))
7896 (home-page "https://github.com/rvlenth/emmeans")
7897 (synopsis "Estimated marginal means, aka least-squares means")
7898 (description
7899 "This package provides tools to obtain @dfn{estimated marginal
7900means} (EMMs) for many linear, generalized linear, and mixed models. It can
7901be used to compute contrasts or linear functions of EMMs, trends, and
7902comparisons of slopes.")
7903 ;; Either version of the license.
7904 (license (list license:gpl2 license:gpl3))))
63fcb88a
RW
7905
7906(define-public r-pwr
7907 (package
7908 (name "r-pwr")
7909 (version "1.2-2")
7910 (source
7911 (origin
7912 (method url-fetch)
7913 (uri (cran-uri "pwr" version))
7914 (sha256
7915 (base32
7916 "0r5g781lr677vp3zyhgmi7r68c87l8gd05l1s3ffnxgn5wf043sm"))))
7917 (build-system r-build-system)
7918 (native-inputs
7919 `(("r-knitr" ,r-knitr)))
7920 (home-page "https://github.com/heliosdrm/pwr")
7921 (synopsis "Basic functions for power analysis")
7922 (description
7923 "This package provides power analysis functions along the lines of
7924Cohen (1988).")
7925 (license license:gpl3+)))
bd531e83 7926
42f344fa
RW
7927(define-public r-libcoin
7928 (package
7929 (name "r-libcoin")
a13f81dd 7930 (version "1.0-5")
42f344fa
RW
7931 (source
7932 (origin
7933 (method url-fetch)
7934 (uri (cran-uri "libcoin" version))
7935 (sha256
7936 (base32
a13f81dd 7937 "1cm9x1dlg9f7fh7n5nw3x4a7rl88c7ylrlc8x3rx4mq5w1j42x0a"))))
42f344fa
RW
7938 (build-system r-build-system)
7939 (propagated-inputs `(("r-mvtnorm" ,r-mvtnorm)))
7940 (home-page "https://cran.r-project.org/web/packages/libcoin")
7941 (synopsis "Linear test statistics for permutation inference")
7942 (description
7943 "This package provides basic infrastructure for linear test statistics
7944and permutation inference in the framework of Strasser and Weber (1999).")
7945 (license license:gpl2)))
7946
bd531e83
RW
7947(define-public r-coin
7948 (package
7949 (name "r-coin")
1656a425 7950 (version "1.3-1")
bd531e83
RW
7951 (source
7952 (origin
7953 (method url-fetch)
7954 (uri (cran-uri "coin" version))
7955 (sha256
7956 (base32
1656a425 7957 "0qi03fyqw42a2vnqcia5l2m1mzyarj2q1iblknx9n19bdsd53qjx"))))
bd531e83
RW
7958 (build-system r-build-system)
7959 (propagated-inputs
f69ba00f
RW
7960 `(("r-libcoin" ,r-libcoin)
7961 ("r-matrixstats" ,r-matrixstats)
7962 ("r-modeltools" ,r-modeltools)
bd531e83
RW
7963 ("r-multcomp" ,r-multcomp)
7964 ("r-mvtnorm" ,r-mvtnorm)
7965 ("r-survival" ,r-survival)))
7966 (home-page "http://coin.r-forge.r-project.org")
7967 (synopsis "Conditional inference procedures in a permutation test framework")
7968 (description
7969 "This package provides conditional inference procedures for the general
7970independence problem including two-sample, K-sample (non-parametric ANOVA),
7971correlation, censored, ordered and multivariate problems.")
7972 (license license:gpl2)))
9b3ecb60
RW
7973
7974(define-public r-bayesplot
7975 (package
7976 (name "r-bayesplot")
1d7bde78 7977 (version "1.7.0")
9b3ecb60
RW
7978 (source
7979 (origin
7980 (method url-fetch)
7981 (uri (cran-uri "bayesplot" version))
7982 (sha256
7983 (base32
1d7bde78 7984 "0h23sbfny2hcipvvfhq5aiwdh1vanizn7f8lpb9kffypxhcd7v7w"))))
9b3ecb60
RW
7985 (build-system r-build-system)
7986 (inputs
7987 `(("pandoc" ,ghc-pandoc)
7988 ("pandoc-citeproc" ,ghc-pandoc-citeproc)))
7989 (propagated-inputs
7990 `(("r-dplyr" ,r-dplyr)
7991 ("r-ggplot2" ,r-ggplot2)
7992 ("r-ggridges" ,r-ggridges)
1d7bde78 7993 ("r-glue" ,r-glue)
9b3ecb60 7994 ("r-reshape2" ,r-reshape2)
1d7bde78
RW
7995 ("r-rlang" ,r-rlang)
7996 ("r-tibble" ,r-tibble)
7997 ("r-tidyselect" ,r-tidyselect)))
9b3ecb60
RW
7998 (home-page "http://mc-stan.org/bayesplot")
7999 (synopsis "Plotting for Bayesian models")
8000 (description
8001 "This package provides plotting functions for posterior analysis, model
8002checking, and MCMC diagnostics. The package is designed not only to provide
8003convenient functionality for users, but also a common set of functions that
8004can be easily used by developers working on a variety of R packages for
8005Bayesian modeling.")
8006 (license license:gpl3+)))
3b8a3f55
RW
8007
8008(define-public r-tmb
8009 (package
8010 (name "r-tmb")
492ec498 8011 (version "1.7.15")
3b8a3f55
RW
8012 (source
8013 (origin
8014 (method url-fetch)
8015 (uri (cran-uri "TMB" version))
8016 (sha256
8017 (base32
492ec498 8018 "1r2d8c5iazihba42sn33yarv0dcfiy989sx64zcf14zr8k6cgjzs"))))
3b8a3f55
RW
8019 (properties `((upstream-name . "TMB")))
8020 (build-system r-build-system)
8021 (propagated-inputs
8022 `(("r-matrix" ,r-matrix)
8023 ("r-rcppeigen" ,r-rcppeigen)))
8024 (home-page "http://tmb-project.org")
8025 (synopsis "Template model builder: a general random effect tool")
8026 (description
8027 "With this tool, a user should be able to quickly implement complex
8028random effect models through simple C++ templates. The package combines
8029@code{CppAD} (C++ automatic differentiation), @code{Eigen} (templated
8030matrix-vector library) and @code{CHOLMOD} (sparse matrix routines available
8031from R) to obtain an efficient implementation of the applied Laplace
8032approximation with exact derivatives. Key features are: Automatic sparseness
8033detection, parallelism through BLAS and parallel user templates.")
8034 (license license:gpl2)))
aa4bde0b
RW
8035
8036(define-public r-sjstats
8037 (package
8038 (name "r-sjstats")
a1473cb4 8039 (version "0.17.5")
aa4bde0b
RW
8040 (source
8041 (origin
8042 (method url-fetch)
8043 (uri (cran-uri "sjstats" version))
8044 (sha256
8045 (base32
a1473cb4 8046 "1x9ybvz84vgaabmqp4z6crbv5q6kqjg6msk1spbr11zx9dbj06ca"))))
aa4bde0b
RW
8047 (build-system r-build-system)
8048 (propagated-inputs
a1473cb4
RW
8049 `(("r-bayestestr" ,r-bayestestr)
8050 ("r-broom" ,r-broom)
aa4bde0b
RW
8051 ("r-dplyr" ,r-dplyr)
8052 ("r-emmeans" ,r-emmeans)
a7524f70 8053 ("r-insight" ,r-insight)
aa4bde0b
RW
8054 ("r-lme4" ,r-lme4)
8055 ("r-magrittr" ,r-magrittr)
8056 ("r-mass" ,r-mass)
aa4bde0b 8057 ("r-modelr" ,r-modelr)
a1473cb4 8058 ("r-performance" ,r-performance)
aa4bde0b 8059 ("r-purrr" ,r-purrr)
aa4bde0b
RW
8060 ("r-rlang" ,r-rlang)
8061 ("r-sjlabelled" ,r-sjlabelled)
8062 ("r-sjmisc" ,r-sjmisc)
8063 ("r-tidyr" ,r-tidyr)))
8064 (home-page "https://github.com/strengejacke/sjstats")
8065 (synopsis "Functions for common statistical computations")
8066 (description
8067 "This package provides a collection of convenient functions for common
8068statistical computations, which are not directly provided by R's @code{base}
8069or @code{stats} packages. This package aims at providing, first, shortcuts
8070for statistical measures, which otherwise could only be calculated with
8071additional effort. Second, these shortcut functions are generic, and can be
8072applied not only to vectors, but also to other objects as well. The focus of
8073most functions lies on summary statistics or fit measures for regression
8074models, including generalized linear models, mixed effects models and Bayesian
8075models.")
8076 (license license:gpl3)))
41394423
RW
8077
8078(define-public r-glmmtmb
8079 (package
8080 (name "r-glmmtmb")
1afe5644 8081 (version "0.2.3")
41394423
RW
8082 (source
8083 (origin
8084 (method url-fetch)
8085 (uri (cran-uri "glmmTMB" version))
8086 (sha256
8087 (base32
1afe5644 8088 "035hkywa37bz555fv6znxd4hfcs5w884365wfnwk4jx5vann4vvb"))))
41394423
RW
8089 (properties `((upstream-name . "glmmTMB")))
8090 (build-system r-build-system)
8091 (propagated-inputs
8092 `(("r-lme4" ,r-lme4)
8093 ("r-matrix" ,r-matrix)
8094 ("r-nlme" ,r-nlme)
8095 ("r-rcppeigen" ,r-rcppeigen)
8096 ("r-tmb" ,r-tmb)))
8097 (native-inputs
1afe5644 8098 `(("r-knitr" ,r-knitr))) ; for vignettes
41394423
RW
8099 (home-page "https://github.com/glmmTMB")
8100 (synopsis "Generalized linear mixed models")
8101 (description
8102 "Fit linear and generalized linear mixed models with various extensions,
8103including zero-inflation. The models are fitted using maximum likelihood
8104estimation via the Template Model Builder. Random effects are assumed to be
8105Gaussian on the scale of the linear predictor and are integrated out using the
8106Laplace approximation. Gradients are calculated using automatic
8107differentiation.")
8108 (license license:agpl3+)))
489a6178 8109
c4568c5c
RW
8110(define-public r-bayestestr
8111 (package
8112 (name "r-bayestestr")
5fe9ce98 8113 (version "0.2.5")
c4568c5c
RW
8114 (source
8115 (origin
8116 (method url-fetch)
8117 (uri (cran-uri "bayestestR" version))
8118 (sha256
8119 (base32
5fe9ce98 8120 "08d3bsb6li59n17bx1zrqnlnvniyb3vls9kl856km4chx3b2ff82"))))
c4568c5c
RW
8121 (properties `((upstream-name . "bayestestR")))
8122 (build-system r-build-system)
8123 (propagated-inputs
8124 `(("r-insight" ,r-insight)))
8125 (home-page "https://github.com/easystats/bayestestR")
8126 (synopsis "Describe Bayesian models and posterior distributions")
8127 (description
8128 "This package provides utilities to understand and describe posterior
8129distributions and Bayesian models. It includes point-estimates such as
8130@dfn{Maximum A Posteriori} (MAP), measures of dispersion such as @dfn{Highest
8131Density Interval} (HDI), and indices used for null-hypothesis testing (such as
8132ROPE percentage and pd).")
8133 (license license:gpl3)))
8134
711a2f06
RW
8135(define-public r-performance
8136 (package
8137 (name "r-performance")
5ae4cbb6 8138 (version "0.3.0")
711a2f06
RW
8139 (source
8140 (origin
8141 (method url-fetch)
8142 (uri (cran-uri "performance" version))
8143 (sha256
8144 (base32
5ae4cbb6 8145 "13j74ffhx950kacs86ixx84nviq9qlwzr7hjnhkmzw2hspjxq99w"))))
711a2f06
RW
8146 (build-system r-build-system)
8147 (propagated-inputs
8148 `(("r-bayestestr" ,r-bayestestr)
8149 ("r-insight" ,r-insight)))
8150 (home-page "https://easystats.github.io/performance/")
8151 (synopsis "Assessment of regression models performance")
8152 (description
8153 "This package provides utilities for computing measures to assess model
8154quality, which are not directly provided by R's @code{base} or @code{stats}
8155packages. These include e.g. measures like r-squared, intraclass correlation
8156coefficient, root mean squared error or functions to check models for
8157overdispersion, singularity or zero-inflation and more. Functions apply to a
8158large variety of regression models, including generalized linear models, mixed
8159effects models and Bayesian models.")
8160 (license license:gpl3)))
8161
489a6178
RW
8162(define-public r-ggeffects
8163 (package
8164 (name "r-ggeffects")
f396d343 8165 (version "0.12.0")
489a6178
RW
8166 (source
8167 (origin
8168 (method url-fetch)
8169 (uri (cran-uri "ggeffects" version))
8170 (sha256
8171 (base32
f396d343 8172 "0idfycjk05gyykfp9ibmhxfcjvd01ikh1dl0fb4nqw6znw3ar0xp"))))
489a6178
RW
8173 (build-system r-build-system)
8174 (propagated-inputs
fef93da8
RW
8175 `(("r-dplyr" ,r-dplyr)
8176 ("r-insight" ,r-insight)
489a6178
RW
8177 ("r-magrittr" ,r-magrittr)
8178 ("r-mass" ,r-mass)
489a6178
RW
8179 ("r-purrr" ,r-purrr)
8180 ("r-rlang" ,r-rlang)
8181 ("r-scales" ,r-scales)
8182 ("r-sjlabelled" ,r-sjlabelled)
fef93da8 8183 ("r-sjmisc" ,r-sjmisc)))
489a6178
RW
8184 (home-page "https://github.com/strengejacke/ggeffects")
8185 (synopsis "Create tidy data frames of marginal effects for ggplot")
8186 (description
8187 "This package provides tools to compute marginal effects from statistical
8188models and return the result as tidy data frames. These data frames are ready
8189to use with the @code{ggplot2} package. Marginal effects can be calculated
8190for many different models. Interaction terms, splines and polynomial terms
8191are also supported. The two main functions are @code{ggpredict()} and
8192@code{ggeffect()}. There is a generic @code{plot()} method to plot the
8193results using @code{ggplot2}.")
8194 (license license:gpl3)))
7b63047c
RW
8195
8196(define-public r-sjplot
8197 (package
8198 (name "r-sjplot")
a5a64814 8199 (version "2.7.0")
7b63047c
RW
8200 (source
8201 (origin
8202 (method url-fetch)
8203 (uri (cran-uri "sjPlot" version))
8204 (sha256
8205 (base32
a5a64814 8206 "1m0gy991fmxvqry91kkzdkdapyalhrwql25d0hg2a2naxgfw4zpk"))))
7b63047c
RW
8207 (properties `((upstream-name . "sjPlot")))
8208 (build-system r-build-system)
8209 (propagated-inputs
d22d7904
RW
8210 `(("r-bayestestr" ,r-bayestestr)
8211 ("r-broom" ,r-broom)
7b63047c
RW
8212 ("r-dplyr" ,r-dplyr)
8213 ("r-forcats" ,r-forcats)
8214 ("r-ggeffects" ,r-ggeffects)
8215 ("r-ggplot2" ,r-ggplot2)
a5a64814 8216 ("r-ggrepel" ,r-ggrepel)
7b63047c 8217 ("r-glmmtmb" ,r-glmmtmb)
d22d7904 8218 ("r-insight" ,r-insight)
7b63047c
RW
8219 ("r-knitr" ,r-knitr)
8220 ("r-lme4" ,r-lme4)
8221 ("r-magrittr" ,r-magrittr)
8222 ("r-mass" ,r-mass)
8223 ("r-modelr" ,r-modelr)
8224 ("r-nlme" ,r-nlme)
d22d7904 8225 ("r-performance" ,r-performance)
7b63047c
RW
8226 ("r-psych" ,r-psych)
8227 ("r-purrr" ,r-purrr)
8228 ("r-rlang" ,r-rlang)
8229 ("r-scales" ,r-scales)
8230 ("r-sjlabelled" ,r-sjlabelled)
8231 ("r-sjmisc" ,r-sjmisc)
8232 ("r-sjstats" ,r-sjstats)
8233 ("r-tidyr" ,r-tidyr)))
8234 (home-page "https://strengejacke.github.io/sjPlot/")
8235 (synopsis "Data visualization for statistics in social science")
8236 (description
8237 "This package represents a collection of plotting and table output
8238functions for data visualization. Results of various statistical
8239analyses (that are commonly used in social sciences) can be visualized using
8240this package, including simple and cross tabulated frequencies, histograms,
8241box plots, (generalized) linear models, mixed effects models, principal
8242component analysis and correlation matrices, cluster analyses, scatter plots,
8243stacked scales, effects plots of regression models (including interaction
8244terms) and much more. This package supports labelled data.")
8245 (license license:gpl3)))
03f80112
RW
8246
8247(define-public r-ini
8248 (package
8249 (name "r-ini")
8250 (version "0.3.1")
8251 (source
8252 (origin
8253 (method url-fetch)
8254 (uri (cran-uri "ini" version))
8255 (sha256
8256 (base32
8257 "04yqij344dwm0xqgara8xia42mlmij3i8711qbb5534w05a1l6bv"))))
8258 (build-system r-build-system)
8259 (home-page "https://github.com/dvdscripter/ini")
8260 (synopsis "Read and write configuration files")
8261 (description
8262 "This package provides tools to parse simple @code{.ini} configuration
8263files to an structured list. Users can manipulate this resulting list with
8264@code{lapply()} functions. This same structured list can be used to write
8265back to file after modifications.")
8266 (license license:gpl3)))
21405e81
RW
8267
8268(define-public r-gh
8269 (package
8270 (name "r-gh")
8271 (version "1.0.1")
8272 (source
8273 (origin
8274 (method url-fetch)
8275 (uri (cran-uri "gh" version))
8276 (sha256
8277 (base32
8278 "1llinfajb0g7006jd2w1hpskxpmkjhnqarcjb71r1qvsccb2ph7k"))))
8279 (build-system r-build-system)
8280 (propagated-inputs
8281 `(("r-httr" ,r-httr)
8282 ("r-ini" ,r-ini)
8283 ("r-jsonlite" ,r-jsonlite)))
8284 (home-page "https://github.com/r-lib/gh#readme")
8285 (synopsis "Access the GitHub API via R")
8286 (description
8287 "This package provides a minimal R client to access the GitHub API.")
8288 (license license:expat)))
d6871153
RW
8289
8290(define-public r-fs
8291 (package
8292 (name "r-fs")
c02f574d 8293 (version "1.3.1")
d6871153
RW
8294 (source
8295 (origin
8296 (method url-fetch)
8297 (uri (cran-uri "fs" version))
8298 (sha256
8299 (base32
c02f574d 8300 "1g26rgx13dzigp2vrlld6h28q33lwbax97zvwdrq2pc3iz54v4yn"))))
d6871153
RW
8301 (build-system r-build-system)
8302 (propagated-inputs
8303 `(("r-rcpp" ,r-rcpp)))
8304 (native-inputs
8305 `(("pkg-config" ,pkg-config)))
8306 (home-page "http://fs.r-lib.org")
8307 (synopsis "Cross-platform file system operations based on libuv")
8308 (description
8309 "This package provides a cross-platform interface to file system
8310operations, built on top of the libuv C library.")
8311 (license license:gpl3)))
153e5b2d
RW
8312
8313(define-public r-clisymbols
8314 (package
8315 (name "r-clisymbols")
8316 (version "1.2.0")
8317 (source
8318 (origin
8319 (method url-fetch)
8320 (uri (cran-uri "clisymbols" version))
8321 (sha256
8322 (base32
8323 "1q7gi2zmykhzas9v8fdnbpdq7pzdcpbhim1yxvd2062l777g4j86"))))
8324 (build-system r-build-system)
8325 (home-page "https://github.com/gaborcsardi/clisymbols")
8326 (synopsis "Unicode symbols at the R prompt")
8327 (description
8328 "This package provides a small subset of Unicode symbols, that are useful
8329when building command line applications. They fall back to alternatives on
8330terminals that do not support Unicode.")
8331 (license license:expat)))
efefd3ec
RW
8332
8333(define-public r-usethis
8334 (package
8335 (name "r-usethis")
99765abb 8336 (version "1.5.1")
efefd3ec
RW
8337 (source
8338 (origin
8339 (method url-fetch)
8340 (uri (cran-uri "usethis" version))
8341 (sha256
8342 (base32
99765abb 8343 "07an5wbikilg7cb3q6x5aykw8dfqnjrc3wpfb7gjmy0d9fh20fcy"))))
efefd3ec
RW
8344 (build-system r-build-system)
8345 (propagated-inputs
8346 `(("r-clipr" ,r-clipr)
8347 ("r-clisymbols" ,r-clisymbols)
8348 ("r-crayon" ,r-crayon)
8349 ("r-curl" ,r-curl)
8350 ("r-desc" ,r-desc)
8351 ("r-fs" ,r-fs)
8352 ("r-gh" ,r-gh)
8353 ("r-git2r" ,r-git2r)
8354 ("r-glue" ,r-glue)
35171015 8355 ("r-purrr" ,r-purrr)
efefd3ec
RW
8356 ("r-rlang" ,r-rlang)
8357 ("r-rprojroot" ,r-rprojroot)
8358 ("r-rstudioapi" ,r-rstudioapi)
35171015
RW
8359 ("r-whisker" ,r-whisker)
8360 ("r-withr" ,r-withr)
8361 ("r-yaml" ,r-yaml)))
efefd3ec
RW
8362 (home-page "https://github.com/r-lib/usethis")
8363 (synopsis "Automate R package and project setup")
8364 (description
8365 "This package helps you to automate R package and project setup tasks
8366that are otherwise performed manually. This includes setting up unit testing,
8367test coverage, continuous integration, Git, GitHub integration, licenses,
8368Rcpp, RStudio projects, and more.")
8369 (license license:gpl3)))
99342624
RW
8370
8371(define-public r-sessioninfo
8372 (package
8373 (name "r-sessioninfo")
3d6fa1a3 8374 (version "1.1.1")
99342624
RW
8375 (source
8376 (origin
8377 (method url-fetch)
8378 (uri (cran-uri "sessioninfo" version))
8379 (sha256
8380 (base32
3d6fa1a3 8381 "0j5f3l58fynxx3v0w62vqpii7miabszgljpja36xx9s8hikh8sqn"))))
99342624
RW
8382 (build-system r-build-system)
8383 (propagated-inputs
8384 `(("r-cli" ,r-cli)
8385 ("r-withr" ,r-withr)))
8386 (home-page "https://github.com/r-lib/sessioninfo#readme")
8387 (synopsis "R session information")
8388 (description
8389 "This package provides tools to query and print information about the
8390current R session. It is similar to @code{utils::sessionInfo()}, but includes
8391more information about packages, and where they were installed from.")
8392 (license license:gpl2)))
cbc8e6dd
RW
8393
8394(define-public r-remotes
8395 (package
8396 (name "r-remotes")
da4754a3 8397 (version "2.1.0")
cbc8e6dd
RW
8398 (source
8399 (origin
8400 (method url-fetch)
8401 (uri (cran-uri "remotes" version))
8402 (sha256
8403 (base32
da4754a3 8404 "19v8dmnk9l4i9m64p7zgmj7y1vhnnwhi5kyn0k5d034zzkvchi49"))))
cbc8e6dd
RW
8405 (build-system r-build-system)
8406 (home-page "https://github.com/r-lib/remotes#readme")
8407 (synopsis "R package installation from remote repositories")
8408 (description
8409 "Download and install R packages stored in GitHub, BitBucket, or plain
8410subversion or git repositories. This package is a lightweight replacement of
8411the @code{install_*} functions in the @code{devtools} package. Indeed most of
8412the code was copied over from @code{devtools}.")
8413 (license license:gpl2+)))
7d8f3470
RW
8414
8415(define-public r-xopen
8416 (package
8417 (name "r-xopen")
8418 (version "1.0.0")
8419 (source
8420 (origin
8421 (method url-fetch)
8422 (uri (cran-uri "xopen" version))
8423 (sha256
8424 (base32
8425 "1vrvgdika1d63dwygynbv2wmd87ll8dji5dy89hj576n8hw601z2"))))
8426 (build-system r-build-system)
8427 (propagated-inputs
8428 `(("r-processx" ,r-processx)))
8429 (home-page "https://github.com/r-lib/xopen#readme")
8430 (synopsis "Open system files, URLs, anything")
8431 (description
8432 "This package provides a cross-platform solution to open files,
8433directories or URLs with their associated programs.")
8434 (license license:expat)))
5df4e27f
RW
8435
8436(define-public r-rcmdcheck
8437 (package
8438 (name "r-rcmdcheck")
a75c6d9c 8439 (version "1.3.3")
5df4e27f
RW
8440 (source
8441 (origin
8442 (method url-fetch)
8443 (uri (cran-uri "rcmdcheck" version))
8444 (sha256
8445 (base32
a75c6d9c 8446 "1d4kzgfqy72r6b7bn1j4znyksrycgypx1jjvpv9lrmvn37mpkdhs"))))
5df4e27f
RW
8447 (build-system r-build-system)
8448 (propagated-inputs
8449 `(("r-callr" ,r-callr)
8450 ("r-cli" ,r-cli)
8451 ("r-crayon" ,r-crayon)
8452 ("r-desc" ,r-desc)
8453 ("r-digest" ,r-digest)
8454 ("r-pkgbuild" ,r-pkgbuild)
8455 ("r-prettyunits" ,r-prettyunits)
8456 ("r-r6" ,r-r6)
8457 ("r-rprojroot" ,r-rprojroot)
7466c3bb 8458 ("r-sessioninfo" ,r-sessioninfo)
5df4e27f
RW
8459 ("r-withr" ,r-withr)
8460 ("r-xopen" ,r-xopen)))
8461 (home-page "https://github.com/r-Lib/rcmdcheck#readme")
8462 (synopsis "Run R CMD check from R and capture results")
8463 (description
8464 "Run @code{R CMD check} from R programmatically, and capture the results
8465of the individual checks.")
8466 (license license:expat)))
9b02d1a1
RW
8467
8468(define-public r-rapportools
8469 (package
8470 (name "r-rapportools")
8471 (version "1.0")
8472 (source
8473 (origin
8474 (method url-fetch)
8475 (uri (cran-uri "rapportools" version))
8476 (sha256
8477 (base32
8478 "1sgv4sc737i12arh5dc3263kjsz3dzg06qihfmrqyax94mv2d01b"))))
8479 (build-system r-build-system)
8480 (propagated-inputs
8481 `(("r-pander" ,r-pander)
8482 ("r-plyr" ,r-plyr)
8483 ("r-reshape" ,r-reshape)))
8484 (home-page "https://cran.r-project.org/web/packages/rapportools/")
8485 (synopsis "Miscellaneous helper functions with sane defaults for reporting")
8486 (description
8487 "This package provides helper functions that act as wrappers to more
8488advanced statistical methods with the advantage of having sane defaults for
8489quick reporting.")
8490 (license license:agpl3+)))
319a80ce
RW
8491
8492(define-public r-pander
8493 (package
8494 (name "r-pander")
a44f8b00 8495 (version "0.6.3")
319a80ce
RW
8496 (source
8497 (origin
8498 (method url-fetch)
8499 (uri (cran-uri "pander" version))
8500 (sha256
8501 (base32
a44f8b00 8502 "1bd9sdghlsppmff18k5fg3i0visq9f4wc82rlhwq5m82bmgdgnyi"))))
319a80ce
RW
8503 (build-system r-build-system)
8504 (propagated-inputs
8505 `(("r-digest" ,r-digest)
8506 ("r-rcpp" ,r-rcpp)))
8507 (home-page "https://rapporter.github.io/pander")
8508 (synopsis "Render R objects into Pandoc's markdown")
8509 (description
8510 "The main aim of the pander R package is to provide a minimal and easy
8511tool for rendering R objects into Pandoc's markdown. The package is also
8512capable of exporting/converting complex Pandoc documents (reports) in various
8513ways.")
8514 ;; This package is licensed under either the AGPLv3+ or the very rarely
8515 ;; used OSL 3.0.
8516 (license license:agpl3+)))
74cc74e4
RW
8517
8518(define-public r-summarytools
8519 (package
8520 (name "r-summarytools")
084ea348 8521 (version "0.9.4")
74cc74e4
RW
8522 (source
8523 (origin
8524 (method url-fetch)
8525 (uri (cran-uri "summarytools" version))
8526 (sha256
8527 (base32
084ea348 8528 "1n695baz56mg4f13xjjadfq0xalw5xsn6xicil0yap5hgi8fsr3a"))))
74cc74e4
RW
8529 (build-system r-build-system)
8530 (propagated-inputs
5093cbdc
RW
8531 `(("r-checkmate" ,r-checkmate)
8532 ("r-dplyr" ,r-dplyr)
8533 ("r-htmltools" ,r-htmltools)
74cc74e4 8534 ("r-lubridate" ,r-lubridate)
5093cbdc 8535 ("r-magick" ,r-magick)
74cc74e4
RW
8536 ("r-matrixstats" ,r-matrixstats)
8537 ("r-pander" ,r-pander)
8538 ("r-pryr" ,r-pryr)
8539 ("r-rapportools" ,r-rapportools)
5093cbdc 8540 ("r-rcurl" ,r-rcurl)
4c920fbb 8541 ("r-tibble" ,r-tibble)
5093cbdc 8542 ("r-tidyr" ,r-tidyr)))
74cc74e4
RW
8543 (home-page "https://github.com/dcomtois/summarytools")
8544 (synopsis "Tools to quickly and neatly summarize data")
8545 (description
8546 "This package provides tools for data frame summaries, cross-tabulations,
8547weight-enabled frequency tables and common univariate statistics in concise
8548tables available in a variety of formats (plain ASCII, Markdown and HTML). A
8549good point-of-entry for exploring data, both for experienced and new R
8550users.")
8551 (license license:gpl2)))
7c7ee6cf
RW
8552
8553(define-public r-lsei
8554 (package
8555 (name "r-lsei")
8556 (version "1.2-0")
8557 (source
8558 (origin
8559 (method url-fetch)
8560 (uri (cran-uri "lsei" version))
8561 (sha256
8562 (base32
8563 "1xl06fb3is744pxlh42wx5hn1h0ab1k31wnmsmh0524kxzcyp0a7"))))
8564 (build-system r-build-system)
8565 (native-inputs
8566 `(("gfortran" ,gfortran)))
8567 (home-page "https://www.stat.auckland.ac.nz/~yongwang")
8568 (synopsis "Solve regression problems under equality/inequality constraints")
8569 (description
8570 "It contains functions that solve least squares linear regression
8571problems under linear equality/inequality constraints. Functions for solving
8572quadratic programming problems are also available, which transform such
8573problems into least squares ones first.")
8574 (license license:gpl2+)))
2ea75a83
RW
8575
8576(define-public r-npsurv
8577 (package
8578 (name "r-npsurv")
8579 (version "0.4-0")
8580 (source
8581 (origin
8582 (method url-fetch)
8583 (uri (cran-uri "npsurv" version))
8584 (sha256
8585 (base32
8586 "1wq4c9yfha5azjhrn40iiqkshmvh611sa90jp3lh82n4bl9zfk20"))))
8587 (build-system r-build-system)
8588 (propagated-inputs
8589 `(("r-lsei" ,r-lsei)))
8590 (home-page "https://www.stat.auckland.ac.nz/~yongwang")
8591 (synopsis "Nonparametric survival analysis")
8592 (description
8593 "This package contains functions for non-parametric survival analysis of
8594exact and interval-censored observations.")
8595 (license license:gpl2+)))
32499b26
RW
8596
8597(define-public r-clusteval
8598 (package
8599 (name "r-clusteval")
8600 (version "0.1")
8601 (source
8602 (origin
8603 (method url-fetch)
8604 (uri (cran-uri "clusteval" version))
8605 (sha256
8606 (base32
8607 "1ld0bdl4fy8dsfzm3k7a37cyxc6pfc9qs31x4pxd3z5rslghz7rj"))))
8608 (build-system r-build-system)
8609 (propagated-inputs
8610 `(("r-mvtnorm" ,r-mvtnorm)
8611 ("r-rcpp" ,r-rcpp)))
8612 (home-page "https://cran.r-project.org/web/packages/clusteval/")
8613 (synopsis "Evaluation of clustering algorithms")
8614 (description
8615 "This R package provides a suite of tools to evaluate clustering
8616algorithms, clusterings, and individual clusters.")
8617 (license license:expat)))
373cef0a
RW
8618
8619(define-public r-tweedie
8620 (package
8621 (name "r-tweedie")
8622 (version "2.3.2")
8623 (source
8624 (origin
8625 (method url-fetch)
8626 (uri (cran-uri "tweedie" version))
8627 (sha256
8628 (base32
8629 "10fv998qjxsyx0h94fi0xbh6xbf24nwgh254n9zfnmix9vk2cqls"))))
8630 (build-system r-build-system)
8631 (native-inputs `(("gfortran" ,gfortran)))
8632 (home-page "https://cran.r-project.org/web/packages/tweedie/")
8633 (synopsis "Evaluation of Tweedie exponential family models")
8634 (description
8635 "Maximum likelihood computations for Tweedie families, including the
8636series expansion (Dunn and Smyth, 2005; <doi10.1007/s11222-005-4070-y>) and
8637the Fourier inversion (Dunn and Smyth, 2008; <doi:10.1007/s11222-007-9039-6>),
8638and related methods.")
8639 (license license:gpl2+)))
4fb35ebd
RW
8640
8641(define-public r-rcppgsl
8642 (package
8643 (name "r-rcppgsl")
8644 (version "0.3.6")
8645 (source
8646 (origin
8647 (method url-fetch)
8648 (uri (cran-uri "RcppGSL" version))
8649 (sha256
8650 (base32
8651 "16pdapq31729db53agnb48jkvdm97167n3bigy5zazc3q3isis1m"))))
8652 (properties `((upstream-name . "RcppGSL")))
8653 (build-system r-build-system)
8654 (propagated-inputs
8655 `(("r-rcpp" ,r-rcpp)
8656 ("gsl" ,gsl)))
8657 (native-inputs
8658 `(("r-knitr" ,r-knitr))) ; for vignettes
8659 (home-page "https://cran.r-project.org/web/packages/RcppGSL/")
8660 (synopsis "Rcpp integration for GSL vectors and matrices")
8661 (description
8662 "The GNU Scientific Library (or GSL) is a collection of numerical
8663routines for scientific computing. It is particularly useful for C and C++
8664programs as it provides a standard C interface to a wide range of mathematical
8665routines. There are over 1000 functions in total with an extensive test
8666suite. The RcppGSL package provides an easy-to-use interface between GSL data
8667structures and R using concepts from Rcpp which is itself a package that eases
8668the interfaces between R and C++.")
8669 (license license:gpl2+)))
20ff6e3a
RW
8670
8671(define-public r-mvabund
8672 (package
8673 (name "r-mvabund")
48102ce1 8674 (version "4.0.1")
20ff6e3a
RW
8675 (source
8676 (origin
8677 (method url-fetch)
8678 (uri (cran-uri "mvabund" version))
8679 (sha256
8680 (base32
48102ce1 8681 "0la935gsiryfc0zixxr1dqj0av271x96pqxbi3bp6dksbw5gm68k"))))
20ff6e3a
RW
8682 (build-system r-build-system)
8683 (propagated-inputs
8684 `(("r-mass" ,r-mass)
8685 ("r-rcpp" ,r-rcpp)
8686 ("r-rcppgsl" ,r-rcppgsl)
8687 ("r-statmod" ,r-statmod)
8688 ("r-tweedie" ,r-tweedie)))
8689 (home-page "https://cran.r-project.org/web/packages/mvabund/")
8690 (synopsis "Statistical methods for analysing multivariate abundance data")
8691 (description
8692 "This package provides a set of tools for displaying, modeling and
8693analysing multivariate abundance data in community ecology.")
8694 (license license:lgpl2.1+)))
49863fd6
RW
8695
8696(define-public r-afex
8697 (package
8698 (name "r-afex")
0eb28435 8699 (version "0.25-1")
49863fd6
RW
8700 (source
8701 (origin
8702 (method url-fetch)
8703 (uri (cran-uri "afex" version))
8704 (sha256
8705 (base32
0eb28435 8706 "12n020y7rjm7402940gkqxa5j901p093f381i23p66fa3fyrshkf"))))
49863fd6
RW
8707 (build-system r-build-system)
8708 (propagated-inputs
8709 `(("r-car" ,r-car)
8710 ("r-lme4" ,r-lme4)
8711 ("r-lmertest" ,r-lmertest)
8712 ("r-pbkrtest" ,r-pbkrtest)
8713 ("r-reshape2" ,r-reshape2)))
8714 (home-page "https://afex.singmann.science/")
8715 (synopsis "Analysis of factorial experiments")
8716 (description
8717 "This package provides convenience functions for analyzing factorial
8718experiments using ANOVA or mixed models.")
8719 (license license:gpl2+)))
7c02dd62
RW
8720
8721(define-public r-lmertest
8722 (package
8723 (name "r-lmertest")
f18ca07e 8724 (version "3.1-0")
7c02dd62
RW
8725 (source
8726 (origin
8727 (method url-fetch)
8728 (uri (cran-uri "lmerTest" version))
8729 (sha256
8730 (base32
f18ca07e 8731 "1nkz8cmxa5yb8q4i65bmhnn5pd4bhwcyjplyscynb24z3f64xp9b"))))
7c02dd62
RW
8732 (properties `((upstream-name . "lmerTest")))
8733 (build-system r-build-system)
8734 (propagated-inputs
8735 `(("r-ggplot2" ,r-ggplot2)
8736 ("r-lme4" ,r-lme4)
8737 ("r-mass" ,r-mass)
8738 ("r-numderiv" ,r-numderiv)))
8739 (home-page "https://github.com/runehaubo/lmerTestR")
8740 (synopsis "Tests in linear mixed effects models")
8741 (description
8742 "This package provides p-values in type I, II or III anova and summary
8743tables for @code{lmer} model fits via Satterthwaite's degrees of freedom
8744method. A Kenward-Roger method is also available via the @code{pbkrtest}
8745package. Model selection methods include step, drop1 and anova-like tables
8746for random effects (ranova). Methods for Least-Square means (LS-means) and
8747tests of linear contrasts of fixed effects are also available.")
8748 (license license:gpl2+)))
fd649d1e
RW
8749
8750(define-public r-r2glmm
8751 (package
8752 (name "r-r2glmm")
8753 (version "0.1.2")
8754 (source
8755 (origin
8756 (method url-fetch)
8757 (uri (cran-uri "r2glmm" version))
8758 (sha256
8759 (base32
8760 "0iim92blpa59vgz97c2pi05yhbjjmaffdbkbmk5kplfb2vmazgiy"))))
8761 (build-system r-build-system)
8762 (propagated-inputs
8763 `(("r-afex" ,r-afex)
8764 ("r-data-table" ,r-data-table)
8765 ("r-dplyr" ,r-dplyr)
8766 ("r-ggplot2" ,r-ggplot2)
8767 ("r-gridextra" ,r-gridextra)
8768 ("r-lmertest" ,r-lmertest)
8769 ("r-mass" ,r-mass)
8770 ("r-matrix" ,r-matrix)
8771 ("r-mgcv" ,r-mgcv)
8772 ("r-pbkrtest" ,r-pbkrtest)))
8773 (home-page "https://github.com/bcjaeger/r2glmm")
8774 (synopsis "Compute R squared for mixed (multilevel) models")
8775 (description
8776 "This package computes model and semi partial R squared with confidence
8777limits for the linear and generalized linear mixed model (LMM and GLMM). The
8778R squared measure from L. J. Edwards et al. (2008) is extended to the GLMM
8779using @dfn{penalized quasi-likelihood} (PQL) estimation (see Jaeger et
8780al. (2016)).")
8781 (license license:gpl2)))
cddc0300 8782
8783(define-public r-weights
8784 (package
8785 (name "r-weights")
8786 (version "1.0")
8787 (source
8788 (origin
8789 (method url-fetch)
8790 (uri (cran-uri "weights" version))
8791 (sha256
8792 (base32
8793 "0186bfpkhxngrshac6bpg37alp6slwhwd43inrm8hqg0vhpfgc4c"))))
8794 (build-system r-build-system)
8795 (propagated-inputs
8796 `(("r-gdata" ,r-gdata)
8797 ("r-hmisc" ,r-hmisc)
8798 ("r-mice" ,r-mice)))
8799 (home-page
8800 "https://cran.r-project.org/web/packages/weights/")
8801 (synopsis "Weighting and weighted statistics")
8802 (description "This package Provides a variety of functions for producing
8803simple weighted statistics, such as weighted Pearson's correlations, partial
8804correlations, Chi-Squared statistics, histograms, and t-tests. Also now
8805includes some software for quickly recoding survey data and plotting point
8806estimates from interaction terms in regressions (and multiply imputed
8807regressions). NOTE: Weighted partial correlation calculations pulled to
8808address a bug.")
8809 (license license:gpl2+)))
bfa5662e
RW
8810
8811(define-public r-rcppannoy
8812 (package
8813 (name "r-rcppannoy")
c468cf30 8814 (version "0.0.12")
bfa5662e
RW
8815 (source
8816 (origin
8817 (method url-fetch)
8818 (uri (cran-uri "RcppAnnoy" version))
8819 (sha256
8820 (base32
c468cf30 8821 "1b0fmip9c4i0my1yjrvqy8jxfiiqcggq2kms135q0b53njxnqwwg"))))
bfa5662e
RW
8822 (properties `((upstream-name . "RcppAnnoy")))
8823 (build-system r-build-system)
8824 (propagated-inputs
8825 `(("r-rcpp" ,r-rcpp)))
8826 (native-inputs
8827 `(("r-knitr" ,r-knitr))) ; for vignettes
8828 (home-page "https://cran.r-project.org/web/packages/RcppAnnoy/")
8829 (synopsis "Rcpp bindings for Annoy, a library for Approximate Nearest Neighbors")
8830 (description
8831 "Annoy is a small C++ library for Approximate Nearest Neighbors written
8832for efficient memory usage as well an ability to load from and save to disk.
8833This package provides an R interface.")
8834 ;; Annoy is released under ASL 2.0, but this wrapper is released under
8835 ;; GPLv2+.
8836 (license (list license:gpl2+ license:asl2.0))))
b58940cb 8837
81281899
RW
8838(define-public r-rcpphnsw
8839 (package
8840 (name "r-rcpphnsw")
8841 (version "0.1.0")
8842 (source
8843 (origin
8844 (method url-fetch)
8845 (uri (cran-uri "RcppHNSW" version))
8846 (sha256
8847 (base32
8848 "158a069n42pbnjrlmvqsr6bm2cfp9hxpnk3nhp3dwi9qjlq4r9bm"))))
8849 (properties `((upstream-name . "RcppHNSW")))
8850 (build-system r-build-system)
8851 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
8852 (home-page "https://cran.r-project.org/web/packages/RcppHNSW/")
8853 (synopsis "Rcpp bindings for hnswlib, a library for approximate nearest neighbors")
8854 (description
8855 "Hnswlib is a C++ library for approximate nearest neighbors. This
8856package provides a minimal R interface by relying on the Rcpp package.")
8857 ;; hnswlib is released under Version 2.0 of the Apache License.
8858 (license (list license:gpl3 license:asl2.0))))
8859
c4a5ce46
RW
8860(define-public r-rcppparallel
8861 (package
8862 (name "r-rcppparallel")
8863 (version "4.4.3")
8864 (source
8865 (origin
8866 (method url-fetch)
8867 (uri (cran-uri "RcppParallel" version))
8868 (sha256
8869 (base32
8870 "1ym0bzs9g6bsg2lz24fisxxa3gypr6xcvrczn304czmrrag9413s"))))
8871 (properties `((upstream-name . "RcppParallel")))
8872 (build-system r-build-system)
8873 (home-page "http://rcppcore.github.io/RcppParallel")
8874 (synopsis "Parallel programming tools for Rcpp")
8875 (description
8876 "This package provides high level functions for parallel programming with
8877Rcpp. For example, the @code{parallelFor()} function can be used to convert
8878the work of a standard serial @code{for} loop into a parallel one and the
8879@code{parallelReduce()} function can be used for accumulating aggregates or
8880other values.")
8881 (license license:gpl2)))
8882
b58940cb
RW
8883(define-public r-ncdf4
8884 (package
8885 (name "r-ncdf4")
1adcbeda 8886 (version "1.16.1")
b58940cb
RW
8887 (source
8888 (origin
8889 (method url-fetch)
8890 (uri (cran-uri "ncdf4" version))
8891 (sha256
8892 (base32
1adcbeda 8893 "083sb24anyd4sw0il3x07pqn9rbx5y5ayqass6mz8x443rnjvphd"))))
b58940cb
RW
8894 (build-system r-build-system)
8895 (inputs
8896 `(("netcdf" ,netcdf)
8897 ("zlib" ,zlib)))
8898 (home-page "https://cran.r-project.org/web/packages/ncdf4/index.html")
8899 (synopsis "R interface to Unidata netCDF format data files")
8900 (description
8901 "This package provides a high-level R interface to data files written
8902using Unidata's netCDF library (version 4 or earlier), which are binary data
8903files that are portable across platforms and include metadata information in
8904addition to the data sets. Using this package, netCDF files can be opened and
8905data sets read in easily. It is also easy to create new netCDF dimensions,
8906variables, and files, in either version 3 or 4 format, and manipulate existing
8907netCDF files.")
8908 (license license:gpl3+)))
1e605c03
RW
8909
8910(define-public r-biocmanager
8911 (package
8912 (name "r-biocmanager")
749872a5 8913 (version "1.30.4")
1e605c03
RW
8914 (source
8915 (origin
8916 (method url-fetch)
8917 (uri (cran-uri "BiocManager" version))
8918 (sha256
8919 (base32
749872a5 8920 "0kxs76pixk1d2lpvkyrq6nnvv1rqf55ph5f7igkadyyqirf3y2ah"))))
1e605c03
RW
8921 (properties `((upstream-name . "BiocManager")))
8922 (build-system r-build-system)
8923 (home-page "https://cran.r-project.org/web/packages/BiocManager/")
8924 (synopsis "Access the Bioconductor project package repository")
8925 (description
8926 "This package provides a convenient tool to install and update
8927Bioconductor packages.")
8928 (license license:artistic2.0)))
f338e480
RW
8929
8930(define-public r-rgl
8931 (package
8932 (name "r-rgl")
4f1c668d 8933 (version "0.100.30")
f338e480
RW
8934 (source
8935 (origin
8936 (method url-fetch)
8937 (uri (cran-uri "rgl" version))
8938 (sha256
8939 (base32
4f1c668d 8940 "0rzqzskcwf2ah4yr62x5rjwf7yh90d43h39gk7jmfc5lc08zaxc5"))))
f338e480
RW
8941 (build-system r-build-system)
8942 (native-inputs
8943 `(("pkg-config" ,pkg-config)))
8944 (inputs
8945 `(("freetype" ,freetype)
8946 ("libpng" ,libpng)
8947 ("glu" ,glu)
8948 ("libx11" ,libx11)
8949 ("ghc-pandoc" ,ghc-pandoc)
8950 ("zlib" ,zlib)))
8951 (propagated-inputs
8952 `(("r-crosstalk" ,r-crosstalk)
8953 ("r-htmltools" ,r-htmltools)
8954 ("r-htmlwidgets" ,r-htmlwidgets)
8955 ("r-jsonlite" ,r-jsonlite)
8956 ("r-knitr" ,r-knitr)
8957 ("r-magrittr" ,r-magrittr)
8958 ("r-manipulatewidget" ,r-manipulatewidget)
8959 ("r-shiny" ,r-shiny)))
8960 (home-page "https://r-forge.r-project.org/projects/rgl/")
8961 (synopsis "3D visualization using OpenGL")
8962 (description
8963 "This package provides medium to high level functions for 3D interactive graphics,
8964including functions modelled on base graphics (@code{plot3d()}, etc.) as well
8965as functions for constructing representations of geometric
8966objects (@code{cube3d()}, etc.). Output may be on screen using OpenGL, or to
8967various standard 3D file formats including WebGL, PLY, OBJ, STL as well as 2D
8968image formats, including PNG, Postscript, SVG, PGF.")
8969 ;; Any version of the GPL.
8970 (license (list license:gpl2+ license:gpl3+))))
213e72a1
RW
8971
8972(define-public r-multicool
8973 (package
8974 (name "r-multicool")
8975 (version "0.1-10")
8976 (source
8977 (origin
8978 (method url-fetch)
8979 (uri (cran-uri "multicool" version))
8980 (sha256
8981 (base32
8982 "1ybg9piya9psqg42w9i3zsnavbxhkfklfwl7cb420i5nkq6wpc2v"))))
8983 (build-system r-build-system)
8984 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
8985 (home-page "https://cran.r-project.org/web/packages/multicool/")
8986 (synopsis "Permutations of multisets in cool-lex order")
8987 (description
8988 "This package provides a set of tools to permute multisets without loops
8989or hash tables and to generate integer partitions. Cool-lex order is similar
8990to colexicographical order.")
8991 (license license:gpl2)))
4106e6ad
RW
8992
8993(define-public r-misc3d
8994 (package
8995 (name "r-misc3d")
8996 (version "0.8-4")
8997 (source
8998 (origin
8999 (method url-fetch)
9000 (uri (cran-uri "misc3d" version))
9001 (sha256
9002 (base32
9003 "0qjzpw3h09qi2gfz52b7nhzd95p7yyxsd03fldc9wzzn6wi3vpkm"))))
9004 (build-system r-build-system)
9005 (home-page "https://cran.r-project.org/web/packages/misc3d/")
9006 (synopsis "Miscellaneous 3D Plots")
9007 (description
9008 "This package provides a collection of miscellaneous 3d plots, including
9009isosurfaces.")
9010 ;; Any version of the GPL.
9011 (license (list license:gpl2+ license:gpl3+))))
da256afb
RW
9012
9013(define-public r-ks
9014 (package
9015 (name "r-ks")
fa10f0d3 9016 (version "1.11.5")
da256afb
RW
9017 (source
9018 (origin
9019 (method url-fetch)
9020 (uri (cran-uri "ks" version))
9021 (sha256
9022 (base32
fa10f0d3 9023 "06ymx244yknmpl6935l4pafqbm4gcbpnhqg7rinql6rrfr9mcrag"))))
da256afb
RW
9024 (build-system r-build-system)
9025 (propagated-inputs
9026 `(("r-fnn" ,r-fnn)
9027 ("r-kernlab" ,r-kernlab)
9028 ("r-kernsmooth" ,r-kernsmooth)
9029 ("r-matrix" ,r-matrix)
9030 ("r-mclust" ,r-mclust)
9031 ("r-mgcv" ,r-mgcv)
da256afb
RW
9032 ("r-multicool" ,r-multicool)
9033 ("r-mvtnorm" ,r-mvtnorm)))
9034 (home-page "http://www.mvstat.net/tduong/")
9035 (synopsis "Kernel smoothing")
9036 (description
9037 "This package provides kernel smoothers for univariate and multivariate
9038data, including density functions, density derivatives, cumulative
9039distributions, modal clustering, discriminant analysis, and two-sample
9040hypothesis testing.")
9041 ;; Either version of the GPL.
9042 (license (list license:gpl2 license:gpl3))))
cf383cf0
RW
9043
9044(define-public r-feature
9045 (package
9046 (name "r-feature")
9047 (version "1.2.13")
9048 (source
9049 (origin
9050 (method url-fetch)
9051 (uri (cran-uri "feature" version))
9052 (sha256
9053 (base32
9054 "07hkw0bv38naj2hdsx4xxrm2dngi6w3rbvgr7s50bjic8hlgy1ra"))))
9055 (build-system r-build-system)
9056 (propagated-inputs
9057 `(("r-ks" ,r-ks)
9058 ("r-misc3d" ,r-misc3d)
9059 ("r-rgl" ,r-rgl)))
9060 (home-page "http://www.mvstat.net/tduong/")
9061 (synopsis "Inferential feature significance for kernel density estimation")
9062 (description
9063 "The feature package contains functions to display and compute kernel
9064density estimates, significant gradient and significant curvature regions.
9065Significant gradient and/or curvature regions often correspond to significant
9066features (e.g. local modes).")
9067 ;; Either version of the GPL.
9068 (license (list license:gpl2 license:gpl3))))
06bc7b82
RW
9069
9070(define-public r-arm
9071 (package
9072 (name "r-arm")
9073 (version "1.10-1")
9074 (source
9075 (origin
9076 (method url-fetch)
9077 (uri (cran-uri "arm" version))
9078 (sha256
9079 (base32
9080 "0vvp90jygajd6ydky57z66wqjq9msfbl88irj5jbsray574mh4bg"))))
9081 (build-system r-build-system)
9082 (propagated-inputs
9083 `(("r-abind" ,r-abind)
9084 ("r-coda" ,r-coda)
9085 ("r-lme4" ,r-lme4)
9086 ("r-mass" ,r-mass)
9087 ("r-matrix" ,r-matrix)
9088 ("r-nlme" ,r-nlme)))
9089 (home-page "https://cran.r-project.org/web/packages/arm/")
9090 (synopsis "Data analysis using regression and multilevel/hierarchical models")
9091 (description
9092 "This package provides functions to accompany A. Gelman and J. Hill,
9093Data Analysis Using Regression and Multilevel/Hierarchical Models, Cambridge
9094University Press, 2007.")
9095 (license license:gpl3+)))
3cef715a
RW
9096
9097(define-public r-circular
9098 (package
9099 (name "r-circular")
9100 (version "0.4-93")
9101 (source
9102 (origin
9103 (method url-fetch)
9104 (uri (cran-uri "circular" version))
9105 (sha256
9106 (base32
9107 "0hki85rs8wc5950pjaw28q54rly2napfbcrx3pchlfap6wwy5kkn"))))
9108 (build-system r-build-system)
9109 (propagated-inputs
9110 `(("r-boot" ,r-boot)
9111 ("r-mvtnorm" ,r-mvtnorm)))
9112 (native-inputs
9113 `(("gfortran" ,gfortran)))
9114 (home-page "https://cran.r-project.org/web/packages/circular/")
9115 (synopsis "Circular statistics")
9116 (description
9117 "This package provides tools for circular statistics, from \"Topics in
9118circular Statistics\" (2001) S. Rao Jammalamadaka and A. SenGupta, World
9119Scientific.")
9120 (license license:gpl2+)))
10483a64
RW
9121
9122(define-public r-activity
9123 (package
9124 (name "r-activity")
0207ad9e 9125 (version "1.2")
10483a64
RW
9126 (source
9127 (origin
9128 (method url-fetch)
9129 (uri (cran-uri "activity" version))
9130 (sha256
9131 (base32
0207ad9e 9132 "11w2bz6p9xbzdh6773dmbbh6rws0h5dj18p8m0ivzizgq932vdzs"))))
10483a64
RW
9133 (build-system r-build-system)
9134 (propagated-inputs
9135 `(("r-circular" ,r-circular)
10483a64
RW
9136 ("r-pbapply" ,r-pbapply)))
9137 (home-page "https://cran.r-project.org/web/packages/activity/")
9138 (synopsis "Animal activity statistics")
9139 (description
9140 "This package provides functions to fit kernel density functions to
9141animal activity time data; plot activity distributions; quantify overall
9142levels of activity; statistically compare activity metrics through
9143bootstrapping; and evaluate variation in linear variables with time (or other
9144circular variables).")
9145 (license license:gpl3)))
e4f4a04a
RW
9146
9147(define-public r-ouch
9148 (package
9149 (name "r-ouch")
27b4bfbe 9150 (version "2.14-1")
e4f4a04a
RW
9151 (source
9152 (origin
9153 (method url-fetch)
9154 (uri (cran-uri "ouch" version))
9155 (sha256
9156 (base32
27b4bfbe 9157 "0ddf9bw5lhj8vb0ja78jf99i0smq4rgmm842k4a4ygap41vdyn2b"))))
e4f4a04a
RW
9158 (build-system r-build-system)
9159 (propagated-inputs `(("r-subplex" ,r-subplex)))
9160 (home-page "http://kingaa.github.io/ouch/")
9161 (synopsis "Ornstein-Uhlenbeck models for phylogenetic comparative hypotheses")
9162 (description
9163 "This package provides tools to fit and compare Ornstein-Uhlenbeck models
9164for evolution along a phylogenetic tree.")
9165 (license license:gpl2+)))
705ea5bf
RW
9166
9167(define-public r-fmsb
9168 (package
9169 (name "r-fmsb")
9170 (version "0.6.3")
9171 (source
9172 (origin
9173 (method url-fetch)
9174 (uri (cran-uri "fmsb" version))
9175 (sha256
9176 (base32
9177 "1n29bnyp20pvpk2lsa9fblsj5w7amp14snc74pk5w3yr5y6rj0s5"))))
9178 (build-system r-build-system)
9179 (home-page "http://minato.sip21c.org/msb/")
9180 (synopsis "Functions for medical statistics book with demographic data")
9181 (description
9182 "This package provides several utility functions for the book entitled
9183\"Practices of Medical and Health Data Analysis using R\" (Pearson Education
9184Japan, 2007) with Japanese demographic data and some demographic analysis
9185related functions.")
9186 (license license:gpl2+)))
ced51a20
RW
9187
9188(define-public r-stabledist
9189 (package
9190 (name "r-stabledist")
9191 (version "0.7-1")
9192 (source
9193 (origin
9194 (method url-fetch)
9195 (uri (cran-uri "stabledist" version))
9196 (sha256
9197 (base32
9198 "0scar396wiq6wkbkvwp4qrxqc1m075y56p37i6iry5rw796p1i86"))))
9199 (build-system r-build-system)
9200 (home-page "http://www.rmetrics.org")
9201 (synopsis "Stable distribution functions")
9202 (description
9203 "This package provides density, probability and quantile functions, and
9204random number generation for (skew) stable distributions, using the
9205parametrizations of Nolan.")
9206 (license license:gpl2+)))
a50abb36
RW
9207
9208(define-public r-gsl
9209 (package
9210 (name "r-gsl")
6bdce94f 9211 (version "2.1-6")
a50abb36
RW
9212 (source
9213 (origin
9214 (method url-fetch)
9215 (uri (cran-uri "gsl" version))
9216 (sha256
9217 (base32
6bdce94f 9218 "0p4rh7npp6qbfc5sxjq86xjn7c9ivf3pd60qf1hldwckjqin7m7m"))))
a50abb36
RW
9219 (build-system r-build-system)
9220 (inputs
9221 `(("gsl" ,gsl)))
9222 (home-page "https://cran.r-project.org/web/packages/gsl")
9223 (synopsis "Wrapper for the GNU Scientific Library")
9224 (description
9225 "This package provides an R wrapper for the special functions and quasi
9226random number generators of the GNU Scientific Library.")
9227 (license license:gpl2+)))
03a3ec5e
RW
9228
9229(define-public r-adgoftest
9230 (package
9231 (name "r-adgoftest")
9232 (version "0.3")
9233 (source
9234 (origin
9235 (method url-fetch)
9236 (uri (cran-uri "ADGofTest" version))
9237 (sha256
9238 (base32
9239 "0ik817qzqp6kfbckjp1z7srlma0w6z2zcwykh0jdiv7nahwk3ncw"))))
9240 (properties `((upstream-name . "ADGofTest")))
9241 (build-system r-build-system)
9242 (home-page "https://cran.r-project.org/web/packages/ADGofTest")
9243 (synopsis "Anderson-Darling GoF test")
9244 (description
9245 "This package provides an implementation of the Anderson-Darling GoF test
9246with p-value calculation based on Marsaglia's 2004 paper \"Evaluating the
9247Anderson-Darling Distribution\".")
9248 ;; Any version of the GPL.
9249 (license license:gpl3+)))
71601a5d
RW
9250
9251(define-public r-softimpute
9252 (package
9253 (name "r-softimpute")
9254 (version "1.4")
9255 (source
9256 (origin
9257 (method url-fetch)
9258 (uri (cran-uri "softImpute" version))
9259 (sha256
9260 (base32
9261 "07cxbzkl08q58m1455i139952rmryjlic4s2f2hscl5zxxmfdxcq"))))
9262 (properties `((upstream-name . "softImpute")))
9263 (build-system r-build-system)
9264 (propagated-inputs
9265 `(("r-matrix" ,r-matrix)))
9266 (native-inputs
9267 `(("gfortran" ,gfortran)))
9268 (home-page "https://cran.r-project.org/web/packages/softImpute")
9269 (synopsis "Matrix completion via iterative soft-thresholded SVD")
9270 (description
9271 "This package provides iterative methods for matrix completion that use
9272nuclear-norm regularization. The package includes procedures for centering
9273and scaling rows, columns or both, and for computing low-rank @dfn{single
9274value decompositions} (SVDs) on large sparse centered matrices (i.e. principal
9275components).")
9276 (license license:gpl2)))
44b0c5b5
RW
9277
9278(define-public r-fftwtools
9279 (package
9280 (name "r-fftwtools")
9281 (version "0.9-8")
9282 (source
9283 (origin
9284 (method url-fetch)
9285 (uri (cran-uri "fftwtools" version))
9286 (sha256
9287 (base32
9288 "1nqvpzda281rxi1cmwajxxsn3sc3gz7scv8bvs5jm34kf36whha6"))))
9289 (build-system r-build-system)
9290 (inputs `(("fftw" ,fftw)))
9291 (home-page "https://github.com/krahim/fftwtools")
9292 (synopsis "Wrapper for FFTW3")
9293 (description
9294 "This package provides a wrapper for several FFTW functions. It provides
9295access to the two-dimensional FFT, the multivariate FFT, and the
9296one-dimensional real to complex FFT using the FFTW3 library. The package
9297includes the functions @code{fftw()} and @code{mvfftw()} which are designed to
9298mimic the functionality of the R functions @code{fft()} and @code{mvfft()}.
9299The FFT functions have a parameter that allows them to not return the
9300redundant complex conjugate when the input is real data.")
9301 (license license:gpl2+)))
db084d79
RW
9302
9303(define-public r-tiff
9304 (package
9305 (name "r-tiff")
9306 (version "0.1-5")
9307 (source
9308 (origin
9309 (method url-fetch)
9310 (uri (cran-uri "tiff" version))
9311 (sha256
9312 (base32
9313 "0asf2bws3x3yd3g3ixvk0f86b0mdf882pl8xrqlxrkbgjalyc54m"))))
9314 (build-system r-build-system)
9315 (inputs
9316 `(("libtiff" ,libtiff)
9317 ("libjpeg" ,libjpeg)
9318 ("zlib" ,zlib)))
9319 (home-page "http://www.rforge.net/tiff/")
9320 (synopsis "Read and write TIFF images")
9321 (description
9322 "This package provides an easy and simple way to read, write and display
9323bitmap images stored in the TIFF format. It can read and write both files and
9324in-memory raw vectors.")
9325 ;; Either of these two license versions.
9326 (license (list license:gpl2 license:gpl3))))
f3949fec 9327
53bd3ab3
RW
9328(define-public r-nlp
9329 (package
9330 (name "r-nlp")
9331 (version "0.2-0")
9332 (source
9333 (origin
9334 (method url-fetch)
9335 (uri (cran-uri "NLP" version))
9336 (sha256
9337 (base32
9338 "0xbhkrnxcbf322jfw31xcn4y2gnk5y7ccq1bz4h3prf44h0whr7w"))))
9339 (properties `((upstream-name . "NLP")))
9340 (build-system r-build-system)
9341 (home-page "https://cran.r-project.org/web/packages/NLP/")
9342 (synopsis "Natural language processing infrastructure")
9343 (description
9344 "This package provides basic classes and methods for Natural Language
9345Processing.")
9346 (license license:gpl3)))
9347
f785d546
RW
9348(define-public r-tm
9349 (package
9350 (name "r-tm")
9351 (version "0.7-6")
9352 (source
9353 (origin
9354 (method url-fetch)
9355 (uri (cran-uri "tm" version))
9356 (sha256
9357 (base32
9358 "0spv43kjbpxq3rdxx8ysgrncjyc35ydiwk7gp8n4sig45iqyz59r"))))
9359 (properties `((upstream-name . "tm")))
9360 (build-system r-build-system)
9361 (propagated-inputs
9362 `(("r-bh" ,r-bh)
9363 ("r-nlp" ,r-nlp)
9364 ("r-rcpp" ,r-rcpp)
9365 ("r-slam" ,r-slam)
9366 ("r-xml2" ,r-xml2)))
9367 (home-page "http://tm.r-forge.r-project.org/")
9368 (synopsis "Text mining package")
9369 (description
9370 "This package provides a framework for text mining applications within R.")
9371 (license license:gpl3)))
9372
f3949fec
RW
9373(define-public r-waveslim
9374 (package
9375 (name "r-waveslim")
61cb2e31 9376 (version "1.7.5.1")
f3949fec
RW
9377 (source
9378 (origin
9379 (method url-fetch)
9380 (uri (cran-uri "waveslim" version))
9381 (sha256
9382 (base32
61cb2e31 9383 "0mky0nb4xxp8rybp87mxw2f1q6k400wpxv01zr4injv7ja6028xk"))))
f3949fec
RW
9384 (build-system r-build-system)
9385 (native-inputs
9386 `(("gfortran" ,gfortran)))
9387 (home-page "http://waveslim.blogspot.com")
9388 (synopsis "Basic wavelet routines for signal processing")
9389 (description
9390 "This package provides basic wavelet routines for time series (1D),
9391image (2D) and array (3D) analysis. The code provided here is based on
9392wavelet methodology developed in Percival and Walden (2000); Gencay, Selcuk
9393and Whitcher (2001); the dual-tree complex wavelet transform (DTCWT) from
9394Kingsbury (1999, 2001) as implemented by Selesnick; and Hilbert wavelet
9395pairs (Selesnick 2001, 2002).")
9396 (license license:bsd-3)))
e37935e4
RW
9397
9398(define-public r-wordcloud
9399 (package
9400 (name "r-wordcloud")
9401 (version "2.6")
9402 (source
9403 (origin
9404 (method url-fetch)
9405 (uri (cran-uri "wordcloud" version))
9406 (sha256
9407 (base32
9408 "0j96yyvm6bcrrpbdx4w26piqx44a0vbsr3px9cb4zk8a8da6jwak"))))
9409 (build-system r-build-system)
9410 (propagated-inputs
9411 `(("r-rcolorbrewer" ,r-rcolorbrewer)
f847b659
RW
9412 ("r-rcpp" ,r-rcpp)
9413 ;; The "tm" package is only "suggested" according to CRAN, but the
9414 ;; wordcloud package cannot be loaded without it.
9415 ("r-tm" ,r-tm)))
e37935e4
RW
9416 (home-page "https://cran.r-project.org/web/packages/wordcloud")
9417 (synopsis "Word clouds")
9418 (description
9419 "This package provides functionality to create pretty word clouds,
9420visualize differences and similarity between documents, and avoid
9421over-plotting in scatter plots with text.")
9422 (license license:lgpl2.1)))
a6e4413d
RW
9423
9424(define-public r-colorramps
9425 (package
9426 (name "r-colorramps")
9427 (version "2.3")
9428 (source
9429 (origin
9430 (method url-fetch)
9431 (uri (cran-uri "colorRamps" version))
9432 (sha256
9433 (base32
9434 "0shbjh83x1axv4drm5r3dwgbyv70idih8z4wlzjs4hiac2qfl41z"))))
9435 (properties `((upstream-name . "colorRamps")))
9436 (build-system r-build-system)
9437 (home-page "https://cran.r-project.org/web/packages/colorRamps")
9438 (synopsis "Build color tables")
9439 (description "This package provides features to build gradient color
9440maps.")
9441 ;; Any version of the GPL
9442 (license license:gpl3+)))
61d73349
RW
9443
9444(define-public r-tidytree
9445 (package
9446 (name "r-tidytree")
179ab67a 9447 (version "0.2.6")
61d73349
RW
9448 (source
9449 (origin
9450 (method url-fetch)
9451 (uri (cran-uri "tidytree" version))
9452 (sha256
9453 (base32
179ab67a 9454 "13mhizbsawmfqjpnzb73yw6kn1f1wlz0vhyzj3g0rj6ry880rw89"))))
61d73349
RW
9455 (build-system r-build-system)
9456 (propagated-inputs
9457 `(("r-ape" ,r-ape)
9458 ("r-dplyr" ,r-dplyr)
9459 ("r-lazyeval" ,r-lazyeval)
9460 ("r-magrittr" ,r-magrittr)
9461 ("r-rlang" ,r-rlang)
9462 ("r-tibble" ,r-tibble)))
9463 (home-page "https://github.com/GuangchuangYu/tidytree")
9464 (synopsis "Tidy tool for phylogenetic tree data manipulation")
9465 (description
9466 "Phylogenetic trees generally contain multiple components including nodes,
9467edges, branches and associated data. This package provides an approach to
9468convert tree objects to tidy data frames. It also provides tidy interfaces to
9469manipulate tree data.")
9470 (license license:artistic2.0)))
45b469a4
RW
9471
9472(define-public r-rvcheck
9473 (package
9474 (name "r-rvcheck")
9475 (version "0.1.3")
9476 (source
9477 (origin
9478 (method url-fetch)
9479 (uri (cran-uri "rvcheck" version))
9480 (sha256
9481 (base32
9482 "1i2g6gyiqyd1pn6y0h6vmlcmg1qb5pv7rym8mkw8jnyc3in9hn8b"))))
9483 (build-system r-build-system)
9484 (propagated-inputs
9485 `(("r-rlang" ,r-rlang)))
9486 (home-page "https://cran.r-project.org/web/packages/rvcheck")
9487 (synopsis "R package version check")
9488 (description
9489 "This package provides tools to check the latest release version of R and
9490R packages (on CRAN, Bioconductor or Github).")
9491 (license license:artistic2.0)))
fbebccf7
RW
9492
9493(define-public r-docopt
9494 (package
9495 (name "r-docopt")
9496 (version "0.6.1")
9497 (source
9498 (origin
9499 (method url-fetch)
9500 (uri (cran-uri "docopt" version))
9501 (sha256
9502 (base32
9503 "06zknnd0c5s2y0hbddzdlr3m63ib783izpck6pgz7sjbab5pd068"))))
9504 (build-system r-build-system)
9505 (home-page "https://github.com/docopt/docopt.R")
9506 (synopsis "Command-line interface specification language")
9507 (description
9508 "This package enables you to define a command-line interface by just
9509giving it a description in the specific format.")
9510 (license license:expat)))
b614009e
RW
9511
9512(define-public r-sparsesvd
9513 (package
9514 (name "r-sparsesvd")
e0f20dce 9515 (version "0.2")
b614009e
RW
9516 (source
9517 (origin
9518 (method url-fetch)
9519 (uri (cran-uri "sparsesvd" version))
9520 (sha256
9521 (base32
e0f20dce 9522 "1xm969fjq3fv1p2sqza2apz8picibj4s2agpwf1sx9nwn3b587qs"))))
b614009e
RW
9523 (build-system r-build-system)
9524 (propagated-inputs `(("r-matrix" ,r-matrix)))
9525 (home-page "http://tedlab.mit.edu/~dr/SVDLIBC/")
9526 (synopsis "Sparse truncated singular value decomposition")
9527 (description
9528 "This package provides a Wrapper around the SVDLIBC library
9529for (truncated) singular value decomposition of a sparse matrix. Currently,
9530only sparse real matrices in Matrix package format are supported.")
9531 ;; SVDLIBC is released under BSD-2. The R interface is released under
9532 ;; BSD-3.
9533 (license (list license:bsd-3 license:bsd-2))))
13f5837b 9534
8f7d7cd0
RW
9535(define-public r-speedglm
9536 (package
9537 (name "r-speedglm")
9538 (version "0.3-2")
9539 (source
9540 (origin
9541 (method url-fetch)
9542 (uri (cran-uri "speedglm" version))
9543 (sha256
9544 (base32
9545 "1b25zimk0z7ad62yacqdg0zk0qs0jja4i918ym942xfw4j1z3jjz"))))
9546 (build-system r-build-system)
9547 (propagated-inputs
9548 `(("r-mass" ,r-mass)
9549 ("r-matrix" ,r-matrix)))
9550 (home-page "https://cran.r-project.org/web/packages/speedglm")
9551 (synopsis "Fit linear and generalized linear models to large data sets")
9552 (description
9553 "This package provides tools for fitting linear models and generalized
9554linear models to large data sets by updating algorithms.")
9555 ;; Any version of the GPL
9556 (license license:gpl2+)))
9557
13f5837b
RW
9558(define-public r-densityclust
9559 (package
9560 (name "r-densityclust")
9561 (version "0.3")
9562 (source
9563 (origin
9564 (method url-fetch)
9565 (uri (cran-uri "densityClust" version))
9566 (sha256
9567 (base32
9568 "1zry0vafajzmr37aylglxfvwplhdygbkb9cvzvh8cy0xgnjrnx13"))))
9569 (properties `((upstream-name . "densityClust")))
9570 (build-system r-build-system)
9571 (propagated-inputs
9572 `(("r-fnn" ,r-fnn)
9573 ("r-ggplot2" ,r-ggplot2)
9574 ("r-ggrepel" ,r-ggrepel)
9575 ("r-gridextra" ,r-gridextra)
9576 ("r-rcolorbrewer" ,r-rcolorbrewer)
9577 ("r-rcpp" ,r-rcpp)
9578 ("r-rtsne" ,r-rtsne)))
9579 (home-page "https://cran.r-project.org/web/packages/densityClust")
9580 (synopsis "Clustering by fast search and find of density peaks")
9581 (description
9582 "This package provides an improved implementation (based on k-nearest
9583neighbors) of the density peak clustering algorithm, originally described by
9584Alex Rodriguez and Alessandro Laio (Science, 2014 vol. 344). It can handle
9585large datasets (> 100,000 samples) very efficiently.")
9586 (license license:gpl2+)))
58bc8857
RW
9587
9588(define-public r-combinat
9589 (package
9590 (name "r-combinat")
9591 (version "0.0-8")
9592 (source
9593 (origin
9594 (method url-fetch)
9595 (uri (cran-uri "combinat" version))
9596 (sha256
9597 (base32
9598 "1h9hr88gigihc4na7lb5i7rn4az1xa7sb34zvnznaj6pdrmwy4qm"))))
9599 (build-system r-build-system)
9600 (home-page "https://cran.r-project.org/web/packages/combinat")
9601 (synopsis "Combinatorics utilities")
9602 (description "This package provides assorted routines for combinatorics.")
9603 (license license:gpl2)))
9f33d76c
RW
9604
9605(define-public r-qlcmatrix
9606 (package
9607 (name "r-qlcmatrix")
9608 (version "0.9.7")
9609 (source
9610 (origin
9611 (method url-fetch)
9612 (uri (cran-uri "qlcMatrix" version))
9613 (sha256
9614 (base32
9615 "0iqkcvvy8rxlk0s83sjq57dd6fadb18p5z31lzy0gnzv1hsy1x8y"))))
9616 (properties `((upstream-name . "qlcMatrix")))
9617 (build-system r-build-system)
9618 (propagated-inputs
9619 `(("r-docopt" ,r-docopt)
9620 ("r-matrix" ,r-matrix)
9621 ("r-slam" ,r-slam)
9622 ("r-sparsesvd" ,r-sparsesvd)))
9623 (home-page "https://cran.r-project.org/web/packages/qlcMatrix")
9624 (synopsis "Sparse matrix functions for quantitative language comparison")
9625 (description
9626 "This package provides an extension of the functionality of the Matrix
9627package for using sparse matrices. Some of the functions are very general,
9628while other are highly specific for the special data format used for
9629@dfn{quantitative language comparison} (QLC).")
9630 (license license:gpl3)))
e3bb0766
RW
9631
9632(define-public r-ddrtree
9633 (package
9634 (name "r-ddrtree")
9635 (version "0.1.5")
9636 (source
9637 (origin
9638 (method url-fetch)
9639 (uri (cran-uri "DDRTree" version))
9640 (sha256
9641 (base32
9642 "16s5fjw7kwlxhrkzdny62sx32fvmg3rxjc3wrh6krd31jh1fqlfk"))))
9643 (properties `((upstream-name . "DDRTree")))
9644 (build-system r-build-system)
9645 (propagated-inputs
9646 `(("r-bh" ,r-bh)
9647 ("r-irlba" ,r-irlba)
9648 ("r-rcpp" ,r-rcpp)
9649 ("r-rcppeigen" ,r-rcppeigen)))
9650 (home-page "https://cran.r-project.org/web/packages/DDRTree")
9651 (synopsis "Learning principal graphs with DDRTree")
9652 (description
9653 "This package provides an implementation of the framework of
9654@dfn{reversed graph embedding} (RGE) which projects data into a reduced
9655dimensional space while constructs a principal tree which passes through the
9656middle of the data simultaneously. DDRTree shows superiority to
9657alternatives (Wishbone, DPT) for inferring the ordering as well as the
9658intrinsic structure of single cell genomics data. In general, it could be
9659used to reconstruct the temporal progression as well as the bifurcation
9660structure of any data type.")
9661 (license license:asl2.0)))
d53b2317
RW
9662
9663(define-public r-corpcor
9664 (package
9665 (name "r-corpcor")
9666 (version "1.6.9")
9667 (source
9668 (origin
9669 (method url-fetch)
9670 (uri (cran-uri "corpcor" version))
9671 (sha256
9672 (base32
9673 "1hi3i9d3841snppq1ks5pd8cliq1b4rm4dpsczmfqvwksg8snkrf"))))
9674 (build-system r-build-system)
9675 (home-page "http://strimmerlab.org/software/corpcor/")
9676 (synopsis "Efficient estimation of covariance and (partial) correlation")
9677 (description
9678 "This package implements a James-Stein-type shrinkage estimator for the
9679covariance matrix, with separate shrinkage for variances and correlations.
9680Furthermore, functions are available for fast singular value decomposition,
9681for computing the pseudoinverse, and for checking the rank and positive
9682definiteness of a matrix.")
9683 (license license:gpl3+)))
3088b3fc
RW
9684
9685(define-public r-rspectra
9686 (package
9687 (name "r-rspectra")
935c6532 9688 (version "0.15-0")
3088b3fc
RW
9689 (source
9690 (origin
9691 (method url-fetch)
9692 (uri (cran-uri "RSpectra" version))
9693 (sha256
9694 (base32
935c6532 9695 "1ab975scdqaxdna9sayjl6l14hz991y0pc8c8ah48w000616km8s"))))
3088b3fc
RW
9696 (properties `((upstream-name . "RSpectra")))
9697 (build-system r-build-system)
9698 (propagated-inputs
9699 `(("r-matrix" ,r-matrix)
9700 ("r-rcpp" ,r-rcpp)
9701 ("r-rcppeigen" ,r-rcppeigen)))
9702 (home-page "https://github.com/yixuan/RSpectra")
9703 (synopsis "Solvers for large-scale Eigenvalue and SVD problems")
9704 (description
9705 "This package provides an R interface to the Spectra library for
9706large-scale eigenvalue and SVD problems. It is typically used to compute a
9707few eigenvalues/vectors of an n by n matrix, e.g., the k largest eigenvalues,
9708which is usually more efficient than @code{eigen()} if k << n.")
9709 ;; MPL 2 or later.
9710 (license license:mpl2.0)))
029425cb
RW
9711
9712(define-public r-vbsr
9713 (package
9714 (name "r-vbsr")
9715 (version "0.0.5")
9716 (source
9717 (origin
9718 (method url-fetch)
9719 (uri (cran-uri "vbsr" version))
9720 (sha256
9721 (base32
9722 "1avskbxxyinjjdga4rnghcfvd4sypv4m39ysfaij5avvmi89bx3b"))))
9723 (build-system r-build-system)
9724 (home-page "https://cran.r-project.org/web/packages/vbsr")
9725 (synopsis "Variational Bayes spike regression regularized linear models")
9726 (description
9727 "This package provides an efficient algorithm for solving ultra-sparse
9728regularized regression models using a variational Bayes algorithm with a spike
9729prior. The algorithm is solved on a path, with coordinate updates, and is
9730capable of generating very sparse models. Very general model
9731diagnostics for controlling type-1 errors are also provided.")
9732 (license license:gpl2)))
3d62d98e
RW
9733
9734(define-public r-flare
9735 (package
9736 (name "r-flare")
b154b026 9737 (version "1.6.0.2")
3d62d98e
RW
9738 (source
9739 (origin
9740 (method url-fetch)
9741 (uri (cran-uri "flare" version))
9742 (sha256
9743 (base32
b154b026 9744 "1ybrsx1djqldw0l5l1iz4pfh6xxb8ckkg1ric7wnsr51wm9ljlh5"))))
3d62d98e
RW
9745 (build-system r-build-system)
9746 (propagated-inputs
9747 `(("r-igraph" ,r-igraph)
9748 ("r-lattice" ,r-lattice)
9749 ("r-mass" ,r-mass)
9750 ("r-matrix" ,r-matrix)))
9751 (home-page "https://cran.r-project.org/web/packages/flare")
9752 (synopsis "Family of Lasso regression implementations")
9753 (description
6a0c3e03 9754 "This package provides implementations of a family of Lasso variants
3d62d98e
RW
9755including Dantzig Selector, LAD Lasso, SQRT Lasso, Lq Lasso for estimating
9756high dimensional sparse linear models.")
9757 (license license:gpl2)))
5f0fbfc0
RW
9758
9759(define-public r-lassopv
9760 (package
9761 (name "r-lassopv")
9762 (version "0.2.0")
9763 (source
9764 (origin
9765 (method url-fetch)
9766 (uri (cran-uri "lassopv" version))
9767 (sha256
9768 (base32
9769 "0yawnjw063jypk3riy9xab9cmliv6c9dnabi18670khd3gzb2r9z"))))
9770 (build-system r-build-system)
9771 (propagated-inputs `(("r-lars" ,r-lars)))
9772 (home-page "https://github.com/lingfeiwang/lassopv")
9773 (synopsis "Non-parametric p-value estimation for predictors in Lasso")
9774 (description
9775 "This package enables you to estimate the p-values for predictors x
9776against target variable y in Lasso regression, using the regularization
9777strength when each predictor enters the active set of regularization path for
9778the first time as the statistic.")
9779 (license license:gpl3)))
adcd0cc8
RW
9780
9781(define-public r-splitstackshape
9782 (package
9783 (name "r-splitstackshape")
90325bb1 9784 (version "1.4.8")
adcd0cc8
RW
9785 (source
9786 (origin
9787 (method url-fetch)
9788 (uri (cran-uri "splitstackshape" version))
9789 (sha256
9790 (base32
90325bb1 9791 "0mpyf2kkfdl69pdc6brl1r6101vyc6pgr7z17s55ppg3y71k4q35"))))
adcd0cc8
RW
9792 (build-system r-build-system)
9793 (propagated-inputs
9794 `(("r-data-table" ,r-data-table)))
9795 (home-page "https://github.com/mrdwab/splitstackshape")
9796 (synopsis "Stack and reshape datasets after splitting concatenated values")
9797 (description
9798 "Online data collection tools like Google Forms often export
9799multiple-response questions with data concatenated in cells. The
9800@code{concat.split} (cSplit) family of functions provided by this package
9801splits such data into separate cells. This package also includes functions to
9802stack groups of columns and to reshape wide data, even when the data are
9803\"unbalanced\"---something which @code{reshape} (from base R) does not handle,
9804and which @code{melt} and @code{dcast} from @code{reshape2} do not easily
9805handle.")
9806 (license license:gpl3)))
b2e777b2
RW
9807
9808(define-public r-tfmpvalue
9809 (package
9810 (name "r-tfmpvalue")
9811 (version "0.0.8")
9812 (source
9813 (origin
9814 (method url-fetch)
9815 (uri (cran-uri "TFMPvalue" version))
9816 (sha256
9817 (base32
9818 "0h9qkl15k8v17v3g9bdnfwvh2s04ywjgg5y0xn2077dmywlja1bd"))))
9819 (properties `((upstream-name . "TFMPvalue")))
9820 (build-system r-build-system)
9821 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
9822 (home-page "https://github.com/ge11232002/TFMPvalue")
9823 (synopsis "P-value computation for position weight matrices")
9824 (description
9825 "In putative @dfn{Transcription Factor Binding Sites} (TFBSs)
9826identification from sequence/alignments, we are interested in the significance
9827of certain match scores. TFMPvalue provides the accurate calculation of a
9828p-value with a score threshold for position weight matrices, or the score with
9829a given p-value. It is an interface to code originally made available by
9830Helene Touzet and Jean-Stephane Varre, 2007, Algorithms Mol Biol:2, 15.
9831Touzet and Varre (2007).")
9832 (license license:gpl2)))
f79e63a5
RW
9833
9834(define-public r-rnifti
9835 (package
9836 (name "r-rnifti")
12618b50 9837 (version "0.11.1")
f79e63a5
RW
9838 (source
9839 (origin
9840 (method url-fetch)
9841 (uri (cran-uri "RNifti" version))
9842 (sha256
9843 (base32
12618b50 9844 "0jcgdg5k2swmi57aqj347kfi1fc4nvag7pxdfz61kc0vqqamm0wg"))))
f79e63a5
RW
9845 (properties `((upstream-name . "RNifti")))
9846 (build-system r-build-system)
9847 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
9848 (home-page "https://github.com/jonclayden/RNifti")
9849 (synopsis "Fast R and C++ access to NIfTI images")
9850 (description
9851 "This package provides very fast read and write access to images stored
9852in the NIfTI-1 and ANALYZE-7.5 formats, with seamless synchronisation between
9853compiled C and interpreted R code. It also provides a C/C++ API that can be
9854used by other packages.")
9855 (license license:gpl2)))
6e09f506
RW
9856
9857(define-public r-shades
9858 (package
9859 (name "r-shades")
031afc48 9860 (version "1.4.0")
6e09f506
RW
9861 (source
9862 (origin
9863 (method url-fetch)
9864 (uri (cran-uri "shades" version))
9865 (sha256
9866 (base32
031afc48 9867 "1zg95sjhrfvbdlfc387g9p0vnb8nb6agdk1mb3wq3kwkm2da0bqj"))))
6e09f506
RW
9868 (build-system r-build-system)
9869 (home-page "https://github.com/jonclayden/shades")
9870 (synopsis "Simple color manipulation")
9871 (description
9872 "This package provides functions for easily manipulating colors,
9873creating color scales and calculating color distances.")
9874 (license license:bsd-3)))
cb03d6c6
RW
9875
9876(define-public r-ore
9877 (package
9878 (name "r-ore")
9879 (version "1.6.2")
9880 (source
9881 (origin
9882 (method url-fetch)
9883 (uri (cran-uri "ore" version))
9884 (sha256
9885 (base32
9886 "1l1ziljgm5gwjhvjq42wi5vcwbxlaj5dl9w8bhz0wh8vx4ajj07m"))))
9887 (build-system r-build-system)
9888 (home-page "https://github.com/jonclayden/ore")
9889 (synopsis "R interface to the Onigmo regular expression library")
9890 (description
9891 "This package provides an alternative to R's built-in functionality for
9892handling regular expressions, based on the Onigmo library. It offers
9893first-class compiled regex objects, partial matching and function-based
9894substitutions, amongst other features.")
9895 (license license:bsd-3)))
b98662c5
RW
9896
9897(define-public r-reportr
9898 (package
9899 (name "r-reportr")
9900 (version "1.3.0")
9901 (source
9902 (origin
9903 (method url-fetch)
9904 (uri (cran-uri "reportr" version))
9905 (sha256
9906 (base32
9907 "0zynplxqvbmf23cm2rsz3wz2jx6mv55z94mn1k44ny3lx625cnpw"))))
9908 (build-system r-build-system)
9909 (propagated-inputs `(("r-ore" ,r-ore)))
9910 (home-page "https://github.com/jonclayden/reportr")
9911 (synopsis "General message and error reporting system")
9912 (description
9913 "This package provides a system for reporting messages, which offers
9914certain useful features over the standard R system, such as the incorporation
9915of output consolidation, message filtering, assertions, expression
9916substitution, automatic generation of stack traces for debugging, and
9917conditional reporting based on the current \"output level\".")
9918 (license license:gpl2)))
7eec973e
RW
9919
9920(define-public r-tractor-base
9921 (package
9922 (name "r-tractor-base")
5cc89654 9923 (version "3.3.2")
7eec973e
RW
9924 (source
9925 (origin
9926 (method url-fetch)
9927 (uri (cran-uri "tractor.base" version))
9928 (sha256
9929 (base32
5cc89654 9930 "0y5gm0y4chl30f5qqq8qiiw4j8g32s4i9xrvyp3cwg902kf2p86i"))))
7eec973e
RW
9931 (properties `((upstream-name . "tractor.base")))
9932 (build-system r-build-system)
9933 (propagated-inputs
9934 `(("r-ore" ,r-ore)
9935 ("r-reportr" ,r-reportr)
9936 ("r-rnifti" ,r-rnifti)
9937 ("r-shades" ,r-shades)))
9938 (home-page "http://www.tractor-mri.org.uk")
9939 (synopsis "Read, manipulate and visualize magnetic resonance images")
9940 (description
9941 "This package provides functions for working with magnetic resonance
9942images. It supports reading and writing of popular file formats (DICOM,
9943Analyze, NIfTI-1, NIfTI-2, MGH); interactive and non-interactive
9944visualization; flexible image manipulation; metadata and sparse image
9945handling.")
9946 (license license:gpl2)))
d0eb09a1
RW
9947
9948(define-public r-grimport
9949 (package
9950 (name "r-grimport")
cb4a6e67 9951 (version "0.9-2")
d0eb09a1
RW
9952 (source
9953 (origin
9954 (method url-fetch)
9955 (uri (cran-uri "grImport" version))
9956 (sha256
9957 (base32
cb4a6e67 9958 "0n3y6dzy8s0ifvyrgwbly6cl14lmgd54dyi74s5i984apszpsp16"))))
d0eb09a1
RW
9959 (properties `((upstream-name . "grImport")))
9960 (build-system r-build-system)
9961 (inputs
9962 `(("ghostscript" ,ghostscript)))
9963 (propagated-inputs
9964 `(("r-xml" ,r-xml)))
9965 (home-page "https://cran.r-project.org/web/packages/grImport")
9966 (synopsis "Convert, import, and draw PostScript pictures")
9967 (description
9968 "This package provides functions for converting, importing, and drawing
9969PostScript pictures in R plots.")
9970 (license license:gpl2+)))
78735b9f
RW
9971
9972(define-public r-grimport2
9973 (package
9974 (name "r-grimport2")
407a04fa 9975 (version "0.1-5")
78735b9f
RW
9976 (source
9977 (origin
9978 (method url-fetch)
9979 (uri (cran-uri "grImport2" version))
9980 (sha256
9981 (base32
407a04fa 9982 "0dyb3nrrvxnkk9q5b136bdivcz1jj3ajx1kscm3k0kkpqjif0pls"))))
78735b9f
RW
9983 (properties `((upstream-name . "grImport2")))
9984 (build-system r-build-system)
9985 (propagated-inputs
9986 `(("r-base64enc" ,r-base64enc)
9987 ("r-jpeg" ,r-jpeg)
9988 ("r-png" ,r-png)
9989 ("r-xml" ,r-xml)))
9990 (home-page "https://cran.r-project.org/web/packages/grImport2/")
9991 (synopsis "Import SVG graphics")
9992 (description
9993 "This package provides functions for importing external vector images and
9994drawing them as part of R plots. This package is different from the
9995@code{grImport} package because, where that package imports PostScript format
9996images, this package imports SVG format images. Furthermore, this package
9997imports a specific subset of SVG, so external images must be preprocessed
9998using a package like @code{rsvg} to produce SVG that this package can import.
9999SVG features that are not supported by R graphics, such as gradient fills, can
10000be imported and then exported via the @code{gridSVG} package.")
10001 (license license:gpl2+)))
2871b670
RW
10002
10003(define-public r-kohonen
10004 (package
10005 (name "r-kohonen")
10006 (version "3.0.8")
10007 (source
10008 (origin
10009 (method url-fetch)
10010 (uri (cran-uri "kohonen" version))
10011 (sha256
10012 (base32
10013 "1zbfqa1qdlry8w6xhypkiknc5gn98v1ijhlsfka8zjg8ajhqgn1q"))))
10014 (build-system r-build-system)
10015 (propagated-inputs
10016 `(("r-mass" ,r-mass)
10017 ("r-rcpp" ,r-rcpp)))
10018 (home-page "https://cran.r-project.org/web/packages/kohonen")
10019 (synopsis "Supervised and unsupervised self-organising maps")
10020 (description
10021 "This package provides functions to train @dfn{self-organising
10022maps} (SOMs). Also interrogation of the maps and prediction using trained
10023maps are supported. The name of the package refers to Teuvo Kohonen, the
10024inventor of the SOM.")
10025 (license license:gpl2+)))
00436e2c
RW
10026
10027(define-public r-nnls
10028 (package
10029 (name "r-nnls")
10030 (version "1.4")
10031 (source
10032 (origin
10033 (method url-fetch)
10034 (uri (cran-uri "nnls" version))
10035 (sha256
10036 (base32
10037 "07vcrrxvswrvfiha6f3ikn640yg0m2b4yd9lkmim1g0jmsmpfp8f"))))
10038 (build-system r-build-system)
10039 (native-inputs `(("gfortran" ,gfortran)))
10040 (home-page "https://cran.r-project.org/web/packages/nnls")
10041 (synopsis "Lawson-Hanson algorithm for non-negative least squares")
10042 (description
10043 "This package provides an R interface to the Lawson-Hanson implementation
10044of an algorithm for @dfn{non-negative least squares} (NNLS). It also allows
10045the combination of non-negative and non-positive constraints.")
10046 (license license:gpl2+)))
25861356
RW
10047
10048(define-public r-iso
10049 (package
10050 (name "r-iso")
85f3ec6a 10051 (version "0.0-18")
25861356
RW
10052 (source
10053 (origin
10054 (method url-fetch)
10055 (uri (cran-uri "Iso" version))
10056 (sha256
10057 (base32
85f3ec6a 10058 "014mm5b1f7i6nwlz3kyg1biph0y542kcx5bd13p68cv5a928qzid"))))
25861356
RW
10059 (properties `((upstream-name . "Iso")))
10060 (build-system r-build-system)
10061 (native-inputs `(("gfortran" ,gfortran)))
10062 (home-page "http://www.stat.auckland.ac.nz/~rolf/")
10063 (synopsis "Functions to perform isotonic regression")
10064 (description
10065 "This package provides support for linear order and unimodal
10066order (univariate) isotonic regression and bivariate isotonic regression with
10067linear order on both variables.")
10068 (license license:gpl2+)))
9401f56b
RW
10069
10070(define-public r-chemometricswithr
10071 (package
10072 (name "r-chemometricswithr")
e0417402 10073 (version "0.1.13")
9401f56b
RW
10074 (source
10075 (origin
10076 (method url-fetch)
10077 (uri (cran-uri "ChemometricsWithR" version))
10078 (sha256
10079 (base32
e0417402 10080 "166va1g3m1wv21qkmw4wpz0bsrclh3jih8smxphdc13l9pqgclpq"))))
9401f56b
RW
10081 (properties
10082 `((upstream-name . "ChemometricsWithR")))
10083 (build-system r-build-system)
10084 (propagated-inputs
10085 `(("r-devtools" ,r-devtools)
10086 ("r-kohonen" ,r-kohonen)
10087 ("r-mass" ,r-mass)
10088 ("r-pls" ,r-pls)))
10089 (home-page "https://github.com/rwehrens/CWR")
10090 (synopsis "Chemometrics with R")
10091 (description
10092 "This package provides functions and scripts used in the book
10093\"Chemometrics with R - Multivariate Data Analysis in the Natural Sciences and
10094Life Sciences\" by Ron Wehrens, Springer (2011).")
10095 (license license:gpl2+)))
d28be7b7
RW
10096
10097(define-public r-als
10098 (package
10099 (name "r-als")
10100 (version "0.0.6")
10101 (source
10102 (origin
10103 (method url-fetch)
10104 (uri (cran-uri "ALS" version))
10105 (sha256
10106 (base32
10107 "1swrn39vy50fazkpf97r7c542gkj6mlvy8gmcxllg7mf2mqx546a"))))
10108 (properties `((upstream-name . "ALS")))
10109 (build-system r-build-system)
10110 (propagated-inputs
10111 `(("r-iso" ,r-iso)
10112 ("r-nnls" ,r-nnls)))
10113 (home-page "https://cran.r-project.org/web/packages/ALS")
10114 (synopsis "Multivariate curve resolution alternating least squares")
10115 (description
10116 "Alternating least squares is often used to resolve components
10117contributing to data with a bilinear structure; the basic technique may be
10118extended to alternating constrained least squares. This package provides an
10119implementation of @dfn{multivariate curve resolution alternating least
10120squares} (MCR-ALS).
10121
10122Commonly applied constraints include unimodality, non-negativity, and
10123normalization of components. Several data matrices may be decomposed
10124simultaneously by assuming that one of the two matrices in the bilinear
10125decomposition is shared between datasets.")
10126 (license license:gpl2+)))
895efece
RW
10127
10128(define-public r-strucchange
10129 (package
10130 (name "r-strucchange")
10131 (version "1.5-1")
10132 (source
10133 (origin
10134 (method url-fetch)
10135 (uri (cran-uri "strucchange" version))
10136 (sha256
10137 (base32
10138 "0cdgvl6kphm2i59bmnppn1y3kv65ml111bk7yzpcx7vv8wh2w3kl"))))
10139 (build-system r-build-system)
10140 (propagated-inputs
10141 `(("r-sandwich" ,r-sandwich)
10142 ("r-zoo" ,r-zoo)))
10143 (home-page "https://cran.r-project.org/web/packages/strucchange")
10144 (synopsis "Testing, monitoring, and dating structural changes")
10145 (description
10146 "This package provides tools for testing, monitoring and dating
10147structural changes in (linear) regression models. It features tests/methods
10148from the generalized fluctuation test framework as well as from the F
10149test (Chow test) framework. This includes methods to fit, plot and test
10150fluctuation processes (e.g., CUSUM, MOSUM, recursive/moving estimates) and F
10151statistics, respectively. It is possible to monitor incoming data online
10152using fluctuation processes. Finally, the breakpoints in regression models
10153with structural changes can be estimated together with confidence intervals.
10154Emphasis is always given to methods for visualizing the data.")
10155 ;; Either of these two GPL versions
10156 (license (list license:gpl2 license:gpl3))))
e7176ac5
RW
10157
10158(define-public r-pixmap
10159 (package
10160 (name "r-pixmap")
10161 (version "0.4-11")
10162 (source
10163 (origin
10164 (method url-fetch)
10165 (uri (cran-uri "pixmap" version))
10166 (sha256
10167 (base32
10168 "04klxp6jndw1bp6z40v20fbmdmdpfca2g0czmmmgbkark9s1183g"))))
10169 (build-system r-build-system)
10170 (home-page "https://cran.r-project.org/web/packages/pixmap")
10171 (synopsis "Tools for bitmap images")
10172 (description
10173 "This package provides functions for importing, exporting, plotting and
10174other manipulations of bitmapped images.")
10175 (license license:gpl2)))
9170eb7f
RW
10176
10177(define-public r-rapidjsonr
10178 (package
10179 (name "r-rapidjsonr")
10180 (version "1.1")
10181 (source
10182 (origin
10183 (method url-fetch)
10184 (uri (cran-uri "rapidjsonr" version))
10185 (sha256
10186 (base32
10187 "0h4phjjhykbb45rg5b1xn48vqxdcvcngbm0416ds8in7j469wbwd"))))
10188 (build-system r-build-system)
10189 (home-page "https://cran.r-project.org/web/packages/rapidjsonr")
10190 (synopsis "JSON parser")
10191 (description
10192 "This package provides JSON parsing capability through the Rapidjson
10193library.")
10194 (license license:expat)))
ad6fea16
RW
10195
10196(define-public r-ontologyindex
10197 (package
10198 (name "r-ontologyindex")
209e504b 10199 (version "2.5")
ad6fea16
RW
10200 (source
10201 (origin
10202 (method url-fetch)
10203 (uri (cran-uri "ontologyIndex" version))
10204 (sha256
10205 (base32
209e504b 10206 "127hlf0z5fmbgnq4p9h8nvn6p72d2fpcn846zzb99s213421jnry"))))
ad6fea16
RW
10207 (properties `((upstream-name . "ontologyIndex")))
10208 (build-system r-build-system)
10209 (home-page "https://cran.r-project.org/web/packages/ontologyIndex")
10210 (synopsis "Functions for processing ontologies in R")
10211 (description
10212 "This package provides functions for reading ontologies into R as lists
10213and manipulating sets of ontological terms.")
10214 (license license:gpl2+)))
dfd09f7b 10215
6275418b
RW
10216(define-public r-gargle
10217 (package
10218 (name "r-gargle")
10219 (version "0.3.1")
10220 (source
10221 (origin
10222 (method url-fetch)
10223 (uri (cran-uri "gargle" version))
10224 (sha256
10225 (base32
10226 "0vqgp4w03sdyj0q96gxkybqflzzbaw84zifsbi7pxk5y08fimj2v"))))
10227 (build-system r-build-system)
10228 (propagated-inputs
10229 `(("r-fs" ,r-fs)
10230 ("r-glue" ,r-glue)
10231 ("r-httr" ,r-httr)
10232 ("r-jsonlite" ,r-jsonlite)
10233 ("r-rlang" ,r-rlang)
10234 ("r-withr" ,r-withr)))
10235 (home-page "https://gargle.r-lib.org")
10236 (synopsis "Utilities for working with Google APIs")
10237 (description
10238 "This package provides utilities for working with Google APIs. This
10239includes functions and classes for handling common credential types and for
10240preparing, executing, and processing HTTP requests.")
10241 (license license:expat)))
10242
dfd09f7b
RW
10243(define-public r-bigrquery
10244 (package
10245 (name "r-bigrquery")
504a5136 10246 (version "1.2.0")
dfd09f7b
RW
10247 (source
10248 (origin
10249 (method url-fetch)
10250 (uri (cran-uri "bigrquery" version))
10251 (sha256
10252 (base32
504a5136 10253 "1ggh2gngr5x0g6y7d55y6kvn94anf7qi1bkc28cjmw61hxjq38fb"))))
dfd09f7b
RW
10254 (build-system r-build-system)
10255 (propagated-inputs
10256 `(("r-assertthat" ,r-assertthat)
4bc5d451 10257 ("r-bit64" ,r-bit64)
dfd09f7b
RW
10258 ("r-curl" ,r-curl)
10259 ("r-dbi" ,r-dbi)
504a5136 10260 ("r-gargle" ,r-gargle)
dfd09f7b
RW
10261 ("r-glue" ,r-glue)
10262 ("r-httr" ,r-httr)
10263 ("r-jsonlite" ,r-jsonlite)
10264 ("r-prettyunits" ,r-prettyunits)
10265 ("r-progress" ,r-progress)
10266 ("r-rapidjsonr" ,r-rapidjsonr)
10267 ("r-rcpp" ,r-rcpp)
504a5136 10268 ("r-rlang" ,r-rlang)
dfd09f7b
RW
10269 ("r-tibble" ,r-tibble)))
10270 (home-page "https://github.com/rstats-db/bigrquery")
10271 (synopsis "R interface to Google's BigQuery API")
10272 (description
10273 "This package provides an R interface to Google's BigQuery database.")
10274 (license license:gpl3)))
1ab51604
RW
10275
10276(define-public r-gmp
10277 (package
10278 (name "r-gmp")
83bfddd1 10279 (version "0.5-13.5")
1ab51604
RW
10280 (source
10281 (origin
10282 (method url-fetch)
10283 (uri (cran-uri "gmp" version))
10284 (sha256
10285 (base32
83bfddd1 10286 "042mzsl6z6s61fy5m21yf9q83l08vnyqljn4iax7kqyiycpsp0gn"))))
1ab51604
RW
10287 (build-system r-build-system)
10288 (arguments
10289 '(#:phases
10290 (modify-phases %standard-phases
10291 (add-after 'unpack 'set-CC
10292 (lambda _ (setenv "CC" "gcc") #t)))))
10293 (inputs `(("gmp" ,gmp)))
10294 (home-page "https://cran.r-project.org/web/packages/gmp")
10295 (synopsis "Multiple precision arithmetic")
10296 (description
10297 "This package supports multiple precision arithmetic (big integers and
10298rationals, prime number tests, matrix computation), \"arithmetic without
10299limitations\" using the GNU Multiple Precision library.")
10300 ;; Any version of the GPL.
10301 (license license:gpl3+)))
a536c7c9
RW
10302
10303(define-public r-rmpfr
10304 (package
10305 (name "r-rmpfr")
df00ca25 10306 (version "0.7-2")
a536c7c9
RW
10307 (source
10308 (origin
10309 (method url-fetch)
10310 (uri (cran-uri "Rmpfr" version))
10311 (sha256
10312 (base32
df00ca25 10313 "1zq3as34r27v2yc729731997wdhxb6cs5ilmak4nmsljabnac7gc"))))
a536c7c9
RW
10314 (properties `((upstream-name . "Rmpfr")))
10315 (build-system r-build-system)
10316 (inputs
10317 `(("mpfr" ,mpfr)))
10318 (propagated-inputs
10319 `(("r-gmp" ,r-gmp)))
10320 (home-page "http://rmpfr.r-forge.r-project.org/")
10321 (synopsis "R bindings to the MPFR library")
10322 (description
10323 "This package supports arithmetic (via S4 classes and methods) for
10324arbitrary precision floating point numbers, including transcendental
10325functions. To this end, the package interfaces with the @dfn{Multiple
10326Precision Floating-Point Reliable} (MPFR) library.")
10327 (license license:gpl2+)))
8004bb24
RW
10328
10329(define-public r-assertive-base
10330 (package
10331 (name "r-assertive-base")
10332 (version "0.0-7")
10333 (source
10334 (origin
10335 (method url-fetch)
10336 (uri (cran-uri "assertive.base" version))
10337 (sha256
10338 (base32
10339 "1xs3ysvj0z57c58jw57pckq2rynia6ks4rmjmc02alczhk54wbgh"))))
10340 (properties
10341 `((upstream-name . "assertive.base")))
10342 (build-system r-build-system)
10343 (home-page "https://bitbucket.org/richierocks/assertive.base")
10344 (synopsis "Core of the assertive package")
10345 (description
10346 "This package provides a minimal set of predicates and assertions used by
10347the assertive package. This is mainly for use by other package developers who
10348want to include run-time testing features in their own packages.")
10349 (license license:gpl3+)))
4b2d17ed
RW
10350
10351(define-public r-assertive-properties
10352 (package
10353 (name "r-assertive-properties")
10354 (version "0.0-4")
10355 (source
10356 (origin
10357 (method url-fetch)
10358 (uri (cran-uri "assertive.properties" version))
10359 (sha256
10360 (base32
10361 "0sqs54acs9qk9kvm32rxzfbzxz1l8mjahpfnw7r30z2brgz661jw"))))
10362 (properties
10363 `((upstream-name . "assertive.properties")))
10364 (build-system r-build-system)
10365 (propagated-inputs
10366 `(("r-assertive-base" ,r-assertive-base)))
10367 (home-page "https://bitbucket.org/richierocks/assertive.properties")
10368 (synopsis "Assertions to check properties of variables")
10369 (description
10370 "This package provides a set of predicates and assertions for checking
10371the properties of variables, such as length, names and attributes. This is
10372mainly for use by other package developers who want to include run-time
10373testing features in their own packages.")
10374 (license license:gpl3+)))
dac9c1f6
RW
10375
10376(define-public r-assertive-numbers
10377 (package
10378 (name "r-assertive-numbers")
10379 (version "0.0-2")
10380 (source
10381 (origin
10382 (method url-fetch)
10383 (uri (cran-uri "assertive.numbers" version))
10384 (sha256
10385 (base32
10386 "0jc3ss64j4m7bjydhagwwmka5n7c72vpw4kfcch0m5jvkq5qrqds"))))
10387 (properties
10388 `((upstream-name . "assertive.numbers")))
10389 (build-system r-build-system)
10390 (propagated-inputs
10391 `(("r-assertive-base" ,r-assertive-base)))
10392 (home-page "https://bitbucket.org/richierocks/assertive.numbers")
10393 (synopsis "Assertions to check properties of numbers")
10394 (description
10395 "This package provides a set of predicates and assertions for checking
10396the properties of numbers. This is mainly for use by other package developers
10397who want to include run-time testing features in their own packages.")
10398 (license license:gpl3+)))
2da2d2f6
RW
10399
10400(define-public r-assertive-sets
10401 (package
10402 (name "r-assertive-sets")
10403 (version "0.0-3")
10404 (source
10405 (origin
10406 (method url-fetch)
10407 (uri (cran-uri "assertive.sets" version))
10408 (sha256
10409 (base32
10410 "1cqvh2syvh5b6d85h601zjmsdbbf3h8q98ids4dfl4frdshpasc7"))))
10411 (properties
10412 `((upstream-name . "assertive.sets")))
10413 (build-system r-build-system)
10414 (propagated-inputs
10415 `(("r-assertive-base" ,r-assertive-base)))
10416 (home-page "https://bitbucket.org/richierocks/assertive.sets")
10417 (synopsis "Assertions to check properties of sets")
10418 (description
10419 "This package provides a set of predicates and assertions for checking
10420the properties of sets. This is mainly for use by other package developers
10421who want to include run-time testing features in their own packages.")
10422 (license license:gpl3+)))
905aa46a
RW
10423
10424(define-public r-assertive-matrices
10425 (package
10426 (name "r-assertive-matrices")
10427 (version "0.0-2")
10428 (source
10429 (origin
10430 (method url-fetch)
10431 (uri (cran-uri "assertive.matrices" version))
10432 (sha256
10433 (base32
10434 "16sykzcndv6y2d43x6v9n7m95kv76364h39kh10w4z0xw6ksfqil"))))
10435 (properties
10436 `((upstream-name . "assertive.matrices")))
10437 (build-system r-build-system)
10438 (propagated-inputs
10439 `(("r-assertive-base" ,r-assertive-base)))
10440 (home-page "https://bitbucket.org/richierocks/assertive.matrices")
10441 (synopsis "Assertions to check properties of matrices")
10442 (description
10443 "This package provides a set of predicates and assertions for checking
10444the properties of matrices. This is mainly for use by other package
10445developers who want to include run-time testing features in their own
10446packages.")
10447 (license license:gpl3+)))
c358b5d4
RW
10448
10449(define-public r-assertive-models
10450 (package
10451 (name "r-assertive-models")
10452 (version "0.0-2")
10453 (source
10454 (origin
10455 (method url-fetch)
10456 (uri (cran-uri "assertive.models" version))
10457 (sha256
10458 (base32
10459 "0bn4j4v5qvb2d672cgri61p8d9v258pmz35y3lvm6b9mdxwdi9mr"))))
10460 (properties
10461 `((upstream-name . "assertive.models")))
10462 (build-system r-build-system)
10463 (propagated-inputs
10464 `(("r-assertive-base" ,r-assertive-base)))
10465 (home-page "https://bitbucket.org/richierocks/assertive.models")
10466 (synopsis "Assertions to check properties of models")
10467 (description
10468 "This package provides a set of predicates and assertions for checking
10469the properties of models. This is mainly for use by other package developers
10470who want to include run-time testing features in their own packages.")
10471 (license license:gpl3+)))
dcafcfb4
RW
10472
10473(define-public r-assertive-reflection
10474 (package
10475 (name "r-assertive-reflection")
10476 (version "0.0-4")
10477 (source
10478 (origin
10479 (method url-fetch)
10480 (uri (cran-uri "assertive.reflection" version))
10481 (sha256
10482 (base32
10483 "19zmsbn00crfqm0kwd9ys5gv87xs3gi6wmlikrz9xiwzm7hp4dhj"))))
10484 (properties
10485 `((upstream-name . "assertive.reflection")))
10486 (build-system r-build-system)
10487 (propagated-inputs
10488 `(("r-assertive-base" ,r-assertive-base)))
10489 (home-page "https://bitbucket.org/richierocks/assertive.reflection")
10490 (synopsis "Assertions for checking the state of R")
10491 (description
10492 "This package provides a set of predicates and assertions for checking
10493the state and capabilities of R, the operating system it is running on, and
10494the IDE being used. This is mainly for use by other package developers who
10495want to include run-time testing features in their own packages.")
10496 (license license:gpl3+)))
5e3bd355
RW
10497
10498(define-public r-assertive-types
10499 (package
10500 (name "r-assertive-types")
10501 (version "0.0-3")
10502 (source
10503 (origin
10504 (method url-fetch)
10505 (uri (cran-uri "assertive.types" version))
10506 (sha256
10507 (base32
10508 "0zxq1jfrzgw95ll7alvm0xnk7aihjdksngq4ya2whyvfjbmv4vdb"))))
10509 (properties
10510 `((upstream-name . "assertive.types")))
10511 (build-system r-build-system)
10512 (propagated-inputs
10513 `(("r-assertive-base" ,r-assertive-base)
10514 ("r-assertive-properties" ,r-assertive-properties)
10515 ("r-codetools" ,r-codetools)))
10516 (home-page "https://bitbucket.org/richierocks/assertive.types")
10517 (synopsis "Assertions to check types of variables")
10518 (description
10519 "This package provides a set of predicates and assertions for checking
10520the types of variables. This is mainly for use by other package developers
10521who want to include run-time testing features in their own packages.")
10522 (license license:gpl3+)))
1f0a761a
RW
10523
10524(define-public r-assertive-files
10525 (package
10526 (name "r-assertive-files")
10527 (version "0.0-2")
10528 (source
10529 (origin
10530 (method url-fetch)
10531 (uri (cran-uri "assertive.files" version))
10532 (sha256
10533 (base32
10534 "02pfz8j5vwcj5kl6zca46894li7lxwnlrr29j922f14ay6kdssmy"))))
10535 (properties
10536 `((upstream-name . "assertive.files")))
10537 (build-system r-build-system)
10538 (propagated-inputs
10539 `(("r-assertive-base" ,r-assertive-base)
10540 ("r-assertive-numbers" ,r-assertive-numbers)))
10541 (home-page "https://bitbucket.org/richierocks/assertive.files")
10542 (synopsis "Assertions to check properties of files")
10543 (description
10544 "This package provides a set of predicates and assertions for checking
10545the properties of files and connections. This is mainly for use by other
10546package developers who want to include run-time testing features in their own
10547packages.")
10548 (license license:gpl3+)))
50ce8b1e
RW
10549
10550(define-public r-assertive-code
10551 (package
10552 (name "r-assertive-code")
10553 (version "0.0-3")
10554 (source
10555 (origin
10556 (method url-fetch)
10557 (uri (cran-uri "assertive.code" version))
10558 (sha256
10559 (base32
10560 "1qhbp668zfvhqs8avkhg9amp4zyazz6dsy4fc6kpdmw3sv8yi07g"))))
10561 (properties
10562 `((upstream-name . "assertive.code")))
10563 (build-system r-build-system)
10564 (propagated-inputs
10565 `(("r-assertive-base" ,r-assertive-base)
10566 ("r-assertive-properties" ,r-assertive-properties)
10567 ("r-assertive-types" ,r-assertive-types)))
10568 (home-page "https://bitbucket.org/richierocks/assertive.code")
10569 (synopsis "Assertions to check properties of code")
10570 (description
10571 "This package provides a set of predicates and assertions for checking
10572the properties of code. This is mainly for use by other package developers
10573who want to include run-time testing features in their own packages.")
10574 (license license:gpl3+)))
29d9a2af
RW
10575
10576(define-public r-assertive-datetimes
10577 (package
10578 (name "r-assertive-datetimes")
10579 (version "0.0-2")
10580 (source
10581 (origin
10582 (method url-fetch)
10583 (uri (cran-uri "assertive.datetimes" version))
10584 (sha256
10585 (base32
10586 "00a98fx8p3pr3ckayh8wmxmm4rz01s67wah9697m92yci6pv3m78"))))
10587 (properties
10588 `((upstream-name . "assertive.datetimes")))
10589 (build-system r-build-system)
10590 (propagated-inputs
10591 `(("r-assertive-base" ,r-assertive-base)
10592 ("r-assertive-types" ,r-assertive-types)))
10593 (home-page "https://bitbucket.org/richierocks/assertive.datetimes")
10594 (synopsis "Assertions to check properties of dates and times")
10595 (description
10596 "This package provides a set of predicates and assertions for checking
10597the properties of dates and times. This is mainly for use by other package
10598developers who want to include run-time testing features in their own
10599packages.")
10600 (license license:gpl3+)))
66d0a0a7
RW
10601
10602(define-public r-assertive-strings
10603 (package
10604 (name "r-assertive-strings")
10605 (version "0.0-3")
10606 (source
10607 (origin
10608 (method url-fetch)
10609 (uri (cran-uri "assertive.strings" version))
10610 (sha256
10611 (base32
10612 "0n6jrk88670g4ym0r8ii40a08a90z1xadj8wcryk8h0nl04dchfm"))))
10613 (properties
10614 `((upstream-name . "assertive.strings")))
10615 (build-system r-build-system)
10616 (propagated-inputs
10617 `(("r-assertive-base" ,r-assertive-base)
10618 ("r-assertive-types" ,r-assertive-types)
10619 ("r-stringi" ,r-stringi)))
10620 (home-page "https://bitbucket.org/richierocks/assertive.strings")
10621 (synopsis "Assertions to check properties of strings")
10622 (description
10623 "This package provides a set of predicates and assertions for checking
10624the properties of strings. This is mainly for use by other package developers
10625who want to include run-time testing features in their own packages.")
10626 (license license:gpl3+)))
6d3702e5
RW
10627
10628(define-public r-assertive-data-us
10629 (package
10630 (name "r-assertive-data-us")
10631 (version "0.0-2")
10632 (source
10633 (origin
10634 (method url-fetch)
10635 (uri (cran-uri "assertive.data.us" version))
10636 (sha256
10637 (base32
10638 "1bgspn0sccmp9z7s7djvdvprgxlyc5vrxznp4zfjb79kwvgn83hq"))))
10639 (properties
10640 `((upstream-name . "assertive.data.us")))
10641 (build-system r-build-system)
10642 (propagated-inputs
10643 `(("r-assertive-base" ,r-assertive-base)
10644 ("r-assertive-strings" ,r-assertive-strings)))
10645 (home-page "https://bitbucket.org/richierocks/assertive.data.us")
10646 (synopsis "Assertions to check properties of strings")
10647 (description
10648 "This package provides a set of predicates and assertions for checking
10649the properties of US-specific complex data types. This is mainly for use by
10650other package developers who want to include run-time testing features in
10651their own packages.")
10652 (license license:gpl3+)))
39ef8e09
RW
10653
10654(define-public r-assertive-data-uk
10655 (package
10656 (name "r-assertive-data-uk")
10657 (version "0.0-2")
10658 (source
10659 (origin
10660 (method url-fetch)
10661 (uri (cran-uri "assertive.data.uk" version))
10662 (sha256
10663 (base32
10664 "1fzjvhwp7mwkqqix29khvs6zcrc82n6j4czvzzb473vyjyvdlj5b"))))
10665 (properties
10666 `((upstream-name . "assertive.data.uk")))
10667 (build-system r-build-system)
10668 (propagated-inputs
10669 `(("r-assertive-base" ,r-assertive-base)
10670 ("r-assertive-strings" ,r-assertive-strings)))
10671 (home-page "https://bitbucket.org/richierocks/assertive.data.uk")
10672 (synopsis "Assertions to check properties of strings")
10673 (description
10674 "This package provides a set of predicates and assertions for checking
10675the properties of UK-specific complex data types. This is mainly for use by
10676other package developers who want to include run-time testing features in
10677their own packages.")
10678 (license license:gpl3+)))
39231abf
RW
10679
10680(define-public r-assertive-data
10681 (package
10682 (name "r-assertive-data")
10683 (version "0.0-3")
10684 (source
10685 (origin
10686 (method url-fetch)
10687 (uri (cran-uri "assertive.data" version))
10688 (sha256
10689 (base32
10690 "00cvg2g36mdl8plrzx40m63qd55742mddqrchwy9n3c7mm4gn02s"))))
10691 (properties
10692 `((upstream-name . "assertive.data")))
10693 (build-system r-build-system)
10694 (propagated-inputs
10695 `(("r-assertive-base" ,r-assertive-base)
10696 ("r-assertive-strings" ,r-assertive-strings)))
10697 (home-page "https://bitbucket.org/richierocks/assertive.data")
10698 (synopsis "Assertions to check properties of data")
10699 (description
10700 "This package provides a set of predicates and assertions for checking
10701the properties of (country independent) complex data types. This is mainly
10702for use by other package developers who want to include run-time testing
10703features in their own packages.")
10704 (license license:gpl3+)))
658b2b62
RW
10705
10706(define-public r-assertive
10707 (package
10708 (name "r-assertive")
10709 (version "0.3-5")
10710 (source
10711 (origin
10712 (method url-fetch)
10713 (uri (cran-uri "assertive" version))
10714 (sha256
10715 (base32
10716 "0blbbhlxcb5ffdxqxi62xs33ljiawh6s22a0pyvbbh79jf46rzr3"))))
10717 (build-system r-build-system)
10718 (propagated-inputs
10719 `(("r-assertive-base" ,r-assertive-base)
10720 ("r-assertive-code" ,r-assertive-code)
10721 ("r-assertive-data" ,r-assertive-data)
10722 ("r-assertive-data-uk" ,r-assertive-data-uk)
10723 ("r-assertive-data-us" ,r-assertive-data-us)
10724 ("r-assertive-datetimes" ,r-assertive-datetimes)
10725 ("r-assertive-files" ,r-assertive-files)
10726 ("r-assertive-matrices" ,r-assertive-matrices)
10727 ("r-assertive-models" ,r-assertive-models)
10728 ("r-assertive-numbers" ,r-assertive-numbers)
10729 ("r-assertive-properties" ,r-assertive-properties)
10730 ("r-assertive-reflection" ,r-assertive-reflection)
10731 ("r-assertive-sets" ,r-assertive-sets)
10732 ("r-assertive-strings" ,r-assertive-strings)
10733 ("r-assertive-types" ,r-assertive-types)
10734 ("r-knitr" ,r-knitr)))
10735 (home-page "https://bitbucket.org/richierocks/assertive")
10736 (synopsis "Readable check functions to ensure code integrity")
10737 (description
10738 "This package provides lots of predicates (@code{is_*} functions) to
10739check the state of your variables, and assertions (@code{assert_*} functions)
10740to throw errors if they aren't in the right form.")
10741 (license license:gpl3+)))
f51dcc27
RW
10742
10743(define-public r-dotcall64
10744 (package
10745 (name "r-dotcall64")
10746 (version "1.0-0")
10747 (source
10748 (origin
10749 (method url-fetch)
10750 (uri (cran-uri "dotCall64" version))
10751 (sha256
10752 (base32
10753 "1b8p7m3w0m7bp977c6jz74xkd611cxg11j49yza59k5fp338scb9"))))
10754 (properties `((upstream-name . "dotCall64")))
10755 (build-system r-build-system)
10756 (native-inputs `(("gfortran" ,gfortran)))
10757 (home-page "https://git.math.uzh.ch/reinhard.furrer/dotCall64")
10758 (synopsis "Enhanced foreign function interface supporting long vectors")
10759 (description
10760 "This package provides @code{.C64()}, an enhanced version of @code{.C()}
10761and @code{.Fortran()} from the R foreign function interface. @code{.C64()}
10762supports long vectors, arguments of type 64-bit integer, and provides a
10763mechanism to avoid unnecessary copies of read-only and write-only arguments.
10764This makes it a convenient and fast interface to C/C++ and Fortran code.")
10765 (license license:gpl2+)))
90104ecd
RW
10766
10767(define-public r-spam
10768 (package
10769 (name "r-spam")
6cea61eb 10770 (version "2.2-2")
90104ecd
RW
10771 (source
10772 (origin
10773 (method url-fetch)
10774 (uri (cran-uri "spam" version))
10775 (sha256
10776 (base32
6cea61eb 10777 "024dgfnjfxvsiymbzrhadinamj6qy509f4sbd1zxql8ymkyxn7vi"))))
90104ecd
RW
10778 (build-system r-build-system)
10779 (propagated-inputs
10780 `(("r-dotcall64" ,r-dotcall64)))
10781 (native-inputs `(("gfortran" ,gfortran)))
10782 (home-page "https://www.math.uzh.ch/pages/spam/")
10783 (synopsis "Sparse matrix algebra")
10784 (description
10785 "This package provides a set of functions for sparse matrix algebra.
10786Differences with other sparse matrix packages are:
10787
10788@enumerate
10789@item it only supports (essentially) one sparse matrix format;
10790@item it is based on transparent and simple structure(s);
10791@item it is tailored for MCMC calculations within G(M)RF;
10792@item and it is fast and scalable (with the extension package @code{spam64}).
10793@end enumerate\n")
10794 ;; Either of these licenses
10795 (license (list license:bsd-3 license:lgpl2.0))))
32725458
RW
10796
10797(define-public r-fields
10798 (package
10799 (name "r-fields")
6c81cc88 10800 (version "9.8-6")
32725458
RW
10801 (source
10802 (origin
10803 (method url-fetch)
10804 (uri (cran-uri "fields" version))
10805 (sha256
10806 (base32
6c81cc88 10807 "07x95vk1idjfzi5ikn0ijal754mssdmgr1p4nswmx9w3i5ndcqaz"))))
32725458
RW
10808 (build-system r-build-system)
10809 (propagated-inputs
10810 `(("r-maps" ,r-maps)
10811 ("r-spam" ,r-spam)))
10812 (native-inputs
10813 `(("gfortran" ,gfortran)))
10814 (home-page "http://www.image.ucar.edu/fields")
10815 (synopsis "Tools for spatial data")
10816 (description
10817 "This is a package for curve, surface and function fitting with an
10818emphasis on splines, spatial data and spatial statistics. The major methods
10819include cubic, and thin plate splines, Kriging, and compactly supported
10820covariance functions for large data sets.")
10821 (license license:gpl2+)))
99c164a5
RW
10822
10823(define-public r-spatialextremes
10824 (package
10825 (name "r-spatialextremes")
ffb97e69 10826 (version "2.0-7.2")
99c164a5
RW
10827 (source
10828 (origin
10829 (method url-fetch)
10830 (uri (cran-uri "SpatialExtremes" version))
10831 (sha256
10832 (base32
ffb97e69 10833 "0aqq9ryxi4xsdqjhc1lhb7ai8szs7m2vys6nn0ygps1w3pm4xwj8"))))
99c164a5
RW
10834 (properties
10835 `((upstream-name . "SpatialExtremes")))
10836 (build-system r-build-system)
10837 (propagated-inputs
10838 `(("r-fields" ,r-fields)
10839 ("r-maps" ,r-maps)))
10840 (home-page "http://spatialextremes.r-forge.r-project.org/")
10841 (synopsis "Modelling spatial extremes")
10842 (description
10843 "This package provides tools for the statistical modelling of spatial
10844extremes using max-stable processes, copula or Bayesian hierarchical models.
10845More precisely, this package allows (conditional) simulations from various
10846parametric max-stable models, analysis of the extremal spatial dependence, the
10847fitting of such processes using composite likelihoods or least square (simple
10848max-stable processes only), model checking and selection and prediction.")
10849 (license license:gpl2+)))
c2d6e866
RW
10850
10851(define-public r-drc
10852 (package
10853 (name "r-drc")
10854 (version "3.0-1")
10855 (source
10856 (origin
10857 (method url-fetch)
10858 (uri (cran-uri "drc" version))
10859 (sha256
10860 (base32
10861 "0c8xn8ripzq270hy8d16fcnx02l02alddznd7fqwk3jyi6113h1y"))))
10862 (build-system r-build-system)
10863 (propagated-inputs
10864 `(("r-car" ,r-car)
10865 ("r-gtools" ,r-gtools)
10866 ("r-mass" ,r-mass)
10867 ("r-multcomp" ,r-multcomp)
10868 ("r-plotrix" ,r-plotrix)
10869 ("r-scales" ,r-scales)))
10870 (home-page "https://cran.r-project.org/web/packages/drc")
10871 (synopsis "Analysis of dose-response curves")
10872 (description
10873 "This package provides a suite of flexible and versatile model fitting
10874and after-fitting functions for the analysis of dose-response data.")
10875 (license license:gpl2+)))
4fcbd7ea
RW
10876
10877(define-public r-rmeta
10878 (package
10879 (name "r-rmeta")
10880 (version "3.0")
10881 (source
10882 (origin
10883 (method url-fetch)
10884 (uri (cran-uri "rmeta" version))
10885 (sha256
10886 (base32
10887 "0vkbnxp579v8zmcv1isdbzj5swpr6fq17zwparxcvzswjc2x9ydr"))))
10888 (build-system r-build-system)
10889 (home-page "https://cran.r-project.org/web/packages/rmeta")
10890 (synopsis "Tools for meta-analysis")
10891 (description
10892 "This package provides functions for simple fixed and random effects
10893meta-analysis for two-sample comparisons and cumulative meta-analyses. It
10894draws standard summary plots, funnel plots, and computes summaries and tests
10895for association and heterogeneity.")
10896 (license license:gpl2)))
afc0d815
RW
10897
10898(define-public r-bootstrap
10899 (package
10900 (name "r-bootstrap")
36ff60f5 10901 (version "2019.6")
afc0d815
RW
10902 (source
10903 (origin
10904 (method url-fetch)
10905 (uri (cran-uri "bootstrap" version))
10906 (sha256
10907 (base32
36ff60f5 10908 "1546jqhhw5h177ii8jkdikyd26rv6gwkav816np1zks4p7zgsljj"))))
afc0d815
RW
10909 (build-system r-build-system)
10910 (native-inputs `(("gfortran" ,gfortran)))
10911 (home-page "https://cran.r-project.org/web/packages/bootstrap")
10912 (synopsis "Functions for the book \"An Introduction to the Bootstrap\"")
10913 (description
10914 "This package provides software and data for the book \"An Introduction
10915to the Bootstrap\" by B. Efron and R. Tibshirani, 1993, Chapman and Hall.
10916This package is primarily provided for projects already based on it, and for
10917support of the book. New projects should preferentially use the recommended
10918package \"boot\".")
10919 (license license:bsd-3)))
1ea708af
RW
10920
10921(define-public r-survivalroc
10922 (package
10923 (name "r-survivalroc")
10924 (version "1.0.3")
10925 (source
10926 (origin
10927 (method url-fetch)
10928 (uri (cran-uri "survivalROC" version))
10929 (sha256
10930 (base32
10931 "0wnd65ff5w679hxa1zrpfrx9qg47q21pjxppsga6m3h4iq1yfj8l"))))
10932 (properties `((upstream-name . "survivalROC")))
10933 (build-system r-build-system)
10934 (home-page "https://cran.r-project.org/web/packages/survivalROC")
10935 (synopsis "Time-dependent ROC curve estimation from censored survival data")
10936 (description
10937 "Compute time-dependent ROC curve from censored survival data using
10938Kaplan-Meier (KM) or Nearest Neighbor Estimation (NNE) method of Heagerty,
10939Lumley & Pepe (Biometrics, Vol 56 No 2, 2000, PP 337-344)")
10940 (license license:gpl2+)))
6a5bfe09
RW
10941
10942(define-public r-longitudinal
10943 (package
10944 (name "r-longitudinal")
10945 (version "1.1.12")
10946 (source
10947 (origin
10948 (method url-fetch)
10949 (uri (cran-uri "longitudinal" version))
10950 (sha256
10951 (base32
10952 "1d83ws28nxi3kw5lgd5n5y7865djq7ky72fw3ddi1fkkhg1r9y6l"))))
10953 (build-system r-build-system)
10954 (propagated-inputs `(("r-corpcor" ,r-corpcor)))
10955 (home-page "http://strimmerlab.org/software/longitudinal/")
10956 (synopsis "Analysis of multiple time course data")
10957 (description
10958 "This package contains general data structures and functions for
10959longitudinal data with multiple variables, repeated measurements, and
10960irregularly spaced time points. It also implements a shrinkage estimator of
10961dynamical correlation and dynamical covariance.")
10962 (license license:gpl3+)))
e50722c8
RW
10963
10964(define-public r-genenet
10965 (package
10966 (name "r-genenet")
10967 (version "1.2.13")
10968 (source
10969 (origin
10970 (method url-fetch)
10971 (uri (cran-uri "GeneNet" version))
10972 (sha256
10973 (base32
10974 "0w52apk0nnr8nsskf26ff7ana8xiksr8wqmkjxzwhzgg7fncm61p"))))
10975 (properties `((upstream-name . "GeneNet")))
10976 (build-system r-build-system)
10977 (propagated-inputs
10978 `(("r-corpcor" ,r-corpcor)
10979 ("r-fdrtool" ,r-fdrtool)
10980 ("r-longitudinal" ,r-longitudinal)))
10981 (home-page "http://strimmerlab.org/software/genenet/")
10982 (synopsis "Modeling and inferring gene networks")
10983 (description
10984 "This package analyzes gene expression (time series) data with focus on
10985the inference of gene networks. In particular, GeneNet implements the methods
10986of Schaefer and Strimmer (2005a,b,c) and Opgen-Rhein and Strimmer (2006, 2007)
10987for learning large-scale gene association networks (including assignment of
10988putative directions).")
10989 (license license:gpl3+)))
fe4e9f03
RW
10990
10991(define-public r-rbamtools
10992 (package
10993 (name "r-rbamtools")
10994 (version "2.16.11.2")
10995 (source
10996 (origin
10997 (method url-fetch)
10998 (uri (cran-uri "rbamtools" version))
10999 (sha256
11000 (base32
11001 "0gzkb1xyrkriv45wq8gv7qfwjslnvwkfkk5jjc4wg5kmm0ydpdzj"))))
11002 (build-system r-build-system)
11003 (inputs `(("zlib" ,zlib)))
11004 (propagated-inputs
11005 `(("r-refgenome" ,r-refgenome)))
11006 (home-page "https://cran.r-project.org/web/packages/rbamtools")
11007 (synopsis "Read and write BAM (binary alignment) files")
11008 (description
11009 "This package provides an R interface to functions of the SAMtools
11010library.")
11011 (license license:artistic2.0)))
e3c0e3e3
RW
11012
11013(define-public r-protviz
11014 (package
11015 (name "r-protviz")
c3e5b456 11016 (version "0.4.0")
e3c0e3e3
RW
11017 (source
11018 (origin
11019 (method url-fetch)
11020 (uri (cran-uri "protViz" version))
11021 (sha256
11022 (base32
c3e5b456 11023 "150i2q4nakz28f39kmhrchz4qsr8ax6y02512md94k8hq4hamxg1"))))
e3c0e3e3
RW
11024 (properties `((upstream-name . "protViz")))
11025 (build-system r-build-system)
11026 (inputs
11027 `(("perl" ,perl)
11028 ("python-2" ,python-2)))
11029 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
11030 (home-page "https://github.com/protViz/protViz/")
11031 (synopsis "Visualizing and analyzing mass spectrometry data in proteomics")
11032 (description
11033 "This package helps with quality checks, visualizations and analysis of
11034mass spectrometry data, coming from proteomics experiments. The package is
11035developed, tested and used at the Functional Genomics Center Zurich, where it
11036is used mainly for prototyping, teaching, and having fun with proteomics data.
11037But it can also be used to do data analysis for small scale data sets.")
11038 (license license:gpl3)))
7aeec0cf
RW
11039
11040(define-public r-cmprsk
11041 (package
11042 (name "r-cmprsk")
10dbc3fc 11043 (version "2.2-8")
7aeec0cf
RW
11044 (source
11045 (origin
11046 (method url-fetch)
11047 (uri (cran-uri "cmprsk" version))
11048 (sha256
11049 (base32
10dbc3fc 11050 "1nacbzx950ygaqgnj0949skhwpzar5i3xlscd44jsimk2gsppx6z"))))
7aeec0cf
RW
11051 (build-system r-build-system)
11052 (propagated-inputs
11053 `(("r-survival" ,r-survival)))
11054 (native-inputs
11055 `(("gfortran" ,gfortran)))
11056 (home-page "https://cran.r-project.org/web/packages/cmprsk")
11057 (synopsis "Subdistribution analysis of competing risks")
11058 (description
11059 "This package provides tool for estimation, testing and regression
11060modeling of subdistribution functions in competing risks, as described in
11061Gray (1988), A class of K-sample tests for comparing the cumulative incidence
11062of a competing risk, Ann. Stat. 16:1141-1154, and Fine JP and Gray RJ (1999),
11063A proportional hazards model for the subdistribution of a competing risk,
11064JASA, 94:496-509.")
11065 (license license:gpl2+)))
728012da
RW
11066
11067(define-public r-etm
11068 (package
11069 (name "r-etm")
9a749cad 11070 (version "1.0.5")
728012da
RW
11071 (source
11072 (origin
11073 (method url-fetch)
11074 (uri (cran-uri "etm" version))
11075 (sha256
11076 (base32
9a749cad 11077 "1yivbq8y0ijcl1m4nir4q9hp4pi6iphwxgjprygsdf7vp98wq677"))))
728012da
RW
11078 (build-system r-build-system)
11079 (propagated-inputs
11080 `(("r-data-table" ,r-data-table)
11081 ("r-lattice" ,r-lattice)
11082 ("r-rcpp" ,r-rcpp)
11083 ("r-rcpparmadillo" ,r-rcpparmadillo)
11084 ("r-survival" ,r-survival)))
11085 (home-page "https://cran.r-project.org/web/packages/etm")
11086 (synopsis "Empirical transition matrix")
11087 (description
11088 "The @dfn{empirical transition matrix} (etm) package permits to estimate
11089the matrix of transition probabilities for any time-inhomogeneous multistate
11090model with finite state space using the Aalen-Johansen estimator.")
11091 (license license:expat)))
17932a0f
RW
11092
11093(define-public r-epi
11094 (package
11095 (name "r-epi")
42a8b01d 11096 (version "2.38")
17932a0f
RW
11097 (source
11098 (origin
11099 (method url-fetch)
11100 (uri (cran-uri "Epi" version))
11101 (sha256
11102 (base32
42a8b01d 11103 "0ald9fjynrlyah8nzwfs49a08j4myd3c5bm56zn61gg5pyyhi8hd"))))
17932a0f
RW
11104 (properties `((upstream-name . "Epi")))
11105 (build-system r-build-system)
11106 (propagated-inputs
11107 `(("r-cmprsk" ,r-cmprsk)
11108 ("r-data-table" ,r-data-table)
11109 ("r-etm" ,r-etm)
11110 ("r-mass" ,r-mass)
11111 ("r-matrix" ,r-matrix)
11112 ("r-mgcv" ,r-mgcv)
11113 ("r-numderiv" ,r-numderiv)
11114 ("r-plyr" ,r-plyr)
11115 ("r-survival" ,r-survival)
11116 ("r-zoo" ,r-zoo)))
11117 (home-page "http://BendixCarstensen.com/Epi/")
11118 (synopsis "Statistical analysis in epidemiology")
11119 (description
11120 "This package provides functions for demographic and epidemiological
11121analysis in the Lexis diagram, i.e. register and cohort follow-up data, in
11122particular representation, manipulation and simulation of multistate data -
11123the Lexis suite of functions, which includes interfaces to the @code{mstate},
11124@code{etm} and @code{cmprsk} packages. It also contains functions for
11125Age-Period-Cohort and Lee-Carter modeling and a function for interval censored
11126data and some useful functions for tabulation and plotting, as well as a
11127number of epidemiological data sets.")
11128 (license license:gpl2)))
879a1520
RW
11129
11130(define-public r-ppls
11131 (package
11132 (name "r-ppls")
11133 (version "1.6-1.1")
11134 (source
11135 (origin
11136 (method url-fetch)
11137 (uri (cran-uri "ppls" version))
11138 (sha256
11139 (base32
11140 "1zyrisy3c4cz896j1bjh61sf57wdl9p8ywdq268cl819szfq78mx"))))
11141 (build-system r-build-system)
11142 (propagated-inputs `(("r-mass" ,r-mass)))
11143 (home-page "https://cran.r-project.org/web/packages/ppls")
11144 (synopsis "Penalized partial least squares")
11145 (description
11146 "This package contains linear and nonlinear regression methods based on
11147partial least squares and penalization techniques. Model parameters are
11148selected via cross-validation, and confidence intervals ans tests for the
11149regression coefficients can be conducted via jackknifing.")
11150 (license license:gpl2+)))
0af9616d
RW
11151
11152(define-public r-huge
11153 (package
11154 (name "r-huge")
000b3ef9 11155 (version "1.3.2")
0af9616d
RW
11156 (source
11157 (origin
11158 (method url-fetch)
11159 (uri (cran-uri "huge" version))
11160 (sha256
11161 (base32
000b3ef9 11162 "1j93gvi1jyq3ld9jhdqhrpm2is54rk3ilmf3yw7fx6gva0y6hjqd"))))
0af9616d
RW
11163 (build-system r-build-system)
11164 (propagated-inputs
11165 `(("r-igraph" ,r-igraph)
0af9616d 11166 ("r-mass" ,r-mass)
7706a98c
RW
11167 ("r-matrix" ,r-matrix)
11168 ("r-rcpp" ,r-rcpp)
11169 ("r-rcppeigen" ,r-rcppeigen)))
0af9616d
RW
11170 (home-page "https://cran.r-project.org/web/packages/huge")
11171 (synopsis "High-dimensional undirected graph estimation")
11172 (description
11173 "This package provides a general framework for high-dimensional
11174undirected graph estimation. It integrates data preprocessing, neighborhood
11175screening, graph estimation, and model selection techniques into a pipeline.")
11176 (license license:gpl2)))
39274ab4
RW
11177
11178(define-public r-parcor
11179 (package
11180 (name "r-parcor")
11181 (version "0.2-6")
11182 (source
11183 (origin
11184 (method url-fetch)
11185 (uri (cran-uri "parcor" version))
11186 (sha256
11187 (base32
11188 "0vgs6k92vdr0cmb8cwbv2ff6qavw30agskfd8bfh17hsskrisvx0"))))
11189 (build-system r-build-system)
11190 (propagated-inputs
11191 `(("r-epi" ,r-epi)
11192 ("r-genenet" ,r-genenet)
11193 ("r-glmnet" ,r-glmnet)
11194 ("r-mass" ,r-mass)
11195 ("r-ppls" ,r-ppls)))
11196 (home-page "https://cran.r-project.org/web/packages/parcor")
11197 (synopsis "Regularized estimation of partial correlation matrices")
11198 (description
11199 "This package estimates the matrix of partial correlations based on
11200different regularized regression methods: lasso, adaptive lasso, PLS, and
11201Ridge Regression. In addition, the package provides model selection for
11202lasso, adaptive lasso and Ridge regression based on cross-validation.")
11203 (license license:gpl2+)))
cba08f60
RW
11204
11205(define-public r-mcmc
11206 (package
11207 (name "r-mcmc")
ae7e6f06 11208 (version "0.9-6")
cba08f60
RW
11209 (source
11210 (origin
11211 (method url-fetch)
11212 (uri (cran-uri "mcmc" version))
11213 (sha256
11214 (base32
ae7e6f06 11215 "1fc6a6asn53lx7x7pnlb5mb716nv4pcmbp99f1i30y4hzygihfj4"))))
cba08f60
RW
11216 (build-system r-build-system)
11217 (home-page "http://www.stat.umn.edu/geyer/mcmc/")
11218 (synopsis "Markov chain Monte Carlo")
11219 (description
11220 "This package simulates continuous distributions of random vectors using
11221@dfn{Markov chain Monte Carlo} (MCMC). Users specify the distribution by an R
11222function that evaluates the log unnormalized density. Algorithms are random
11223walk Metropolis algorithm (function @code{metrop}), simulated
11224tempering (function @code{temper}), and morphometric random walk
11225Metropolis (function @code{morph.metrop}), which achieves geometric ergodicity
11226by change of variable.")
11227 (license license:expat)))
cf4cd8bc
RW
11228
11229(define-public r-listenv
11230 (package
11231 (name "r-listenv")
11232 (version "0.7.0")
11233 (source
11234 (origin
11235 (method url-fetch)
11236 (uri (cran-uri "listenv" version))
11237 (sha256
11238 (base32
11239 "0ma5jsri2zqkrlsm9nqpikl7imbwfy1glsmk13mblw0q245h49k1"))))
11240 (build-system r-build-system)
11241 (native-inputs
11242 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
11243 (home-page "https://github.com/HenrikBengtsson/listenv")
11244 (synopsis "Environments behaving (almost) as lists")
11245 (description
11246 "This package implements list environments. List environments are
11247environments that have list-like properties. For instance, the elements of a
11248list environment are ordered and can be accessed and iterated over using index
11249subsetting.")
11250 (license license:lgpl2.1+)))
226294a4
RW
11251
11252(define-public r-globals
11253 (package
11254 (name "r-globals")
11255 (version "0.12.4")
11256 (source
11257 (origin
11258 (method url-fetch)
11259 (uri (cran-uri "globals" version))
11260 (sha256
11261 (base32
11262 "0szyv1ayyk31bh3xqlkj43020w44xq6s4rw2bxwizyjssxm3b1br"))))
11263 (build-system r-build-system)
11264 (propagated-inputs
11265 `(("r-codetools" ,r-codetools)))
11266 (home-page "https://github.com/HenrikBengtsson/globals")
11267 (synopsis "Identify global objects in R expressions")
11268 (description
11269 "This package provides tools to identify global (\"unknown\" or \"free\")
11270objects in R expressions by code inspection using various strategies, e.g.
11271conservative or liberal. The objective of this package is to make it as
11272simple as possible to identify global objects for the purpose of exporting
11273them in distributed compute environments.")
11274 (license license:lgpl2.1+)))
b3080cdd
RW
11275
11276(define-public r-future
11277 (package
11278 (name "r-future")
d5d631b6 11279 (version "1.14.0")
b3080cdd
RW
11280 (source
11281 (origin
11282 (method url-fetch)
11283 (uri (cran-uri "future" version))
11284 (sha256
11285 (base32
d5d631b6 11286 "1jyv2wlmpfqbk3hw269h4xg36na3wh1kd1lxmwdb40bsv4850lqa"))))
b3080cdd
RW
11287 (build-system r-build-system)
11288 (propagated-inputs
11289 `(("r-digest" ,r-digest)
11290 ("r-globals" ,r-globals)
11291 ("r-listenv" ,r-listenv)))
11292 (native-inputs
11293 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
11294 (home-page "https://github.com/HenrikBengtsson/future")
11295 (synopsis "Unified parallel and distributed processing in R")
11296 (description
11297 "The purpose of this package is to provide a lightweight and unified
11298Future API for sequential and parallel processing of R expression via futures.
11299This package implements sequential, multicore, multisession, and cluster
11300futures. With these, R expressions can be evaluated on the local machine, in
11301parallel a set of local machines, or distributed on a mix of local and remote
11302machines. Extensions to this package implement additional backends for
11303processing futures via compute cluster schedulers etc. Because of its unified
11304API, there is no need to modify any code in order to switch from sequential on
11305the local machine to, say, distributed processing on a remote compute cluster.")
11306 (license license:lgpl2.1+)))
9680047c
RW
11307
11308(define-public r-future-apply
11309 (package
11310 (name "r-future-apply")
d42fb7d2 11311 (version "1.3.0")
9680047c
RW
11312 (source
11313 (origin
11314 (method url-fetch)
11315 (uri (cran-uri "future.apply" version))
11316 (sha256
11317 (base32
d42fb7d2 11318 "0wd3bh114zkvrqlpn8gqz4ix1igr9hr8x72h2g00a7mqkfjfqx33"))))
9680047c
RW
11319 (properties `((upstream-name . "future.apply")))
11320 (build-system r-build-system)
11321 (propagated-inputs
11322 `(("r-future" ,r-future)
11323 ("r-globals" ,r-globals)))
11324 (native-inputs
11325 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
11326 (home-page "https://github.com/HenrikBengtsson/future.apply")
11327 (synopsis "Apply function to elements in parallel using futures")
11328 (description
11329 "This package provides implementations of @code{apply()},
11330@code{eapply()}, @code{lapply()}, @code{Map()}, @code{mapply()},
11331@code{replicate()}, @code{sapply()}, @code{tapply()}, and @code{vapply()} that
11332can be resolved using any future-supported backend, e.g. parallel on the local
11333machine or distributed on a compute cluster.")
11334 (license license:gpl2+)))
867e2b1b
RW
11335
11336(define-public r-rsvd
11337 (package
11338 (name "r-rsvd")
eebd93eb 11339 (version "1.0.2")
867e2b1b
RW
11340 (source
11341 (origin
11342 (method url-fetch)
11343 (uri (cran-uri "rsvd" version))
11344 (sha256
11345 (base32
eebd93eb 11346 "0fia77y5fxnhwkcxlgp98ygb8fdfraky75x80hkf7kvvpwc5rzn8"))))
867e2b1b
RW
11347 (build-system r-build-system)
11348 (propagated-inputs
11349 `(("r-matrix" ,r-matrix)))
11350 (home-page "https://github.com/erichson/rSVD")
11351 (synopsis "Randomized singular value decomposition")
11352 (description
11353 "Low-rank matrix decompositions are fundamental tools and widely used for
11354data analysis, dimension reduction, and data compression. Classically, highly
11355accurate deterministic matrix algorithms are used for this task. However, the
11356emergence of large-scale data has severely challenged our computational
11357ability to analyze big data. The concept of randomness has been demonstrated
11358as an effective strategy to quickly produce approximate answers to familiar
11359problems such as the @dfn{singular value decomposition} (SVD). This package
11360provides several randomized matrix algorithms such as the randomized singular
11361value decomposition (@code{rsvd}), randomized principal component
11362analysis (@code{rpca}), randomized robust principal component
11363analysis (@code{rrpca}), randomized interpolative decomposition (@code{rid}),
11364and the randomized CUR decomposition (@code{rcur}). In addition several plot
11365functions are provided.")
11366 (license license:gpl3+)))
14afee3e
BG
11367
11368(define-public r-sloop
11369 (package
11370 (name "r-sloop")
11371 (version "1.0.1")
11372 (source
11373 (origin
11374 (method url-fetch)
11375 (uri (cran-uri "sloop" version))
11376 (sha256
11377 (base32
11378 "00fk5fr5zsk2qxc1kfhmshhjxgnamm3401089sx8m2l529zd6r8j"))))
11379 (build-system r-build-system)
11380 (propagated-inputs
11381 `(("r-codetools" ,r-codetools)
11382 ("r-crayon" ,r-crayon)
11383 ("r-purrr" ,r-purrr)
11384 ("r-rlang" ,r-rlang)
11385 ("r-tibble" ,r-tibble)))
11386 (home-page "https://github.com/r-lib/sloop")
11387 (synopsis "Helpers for object-oriented programming in R")
11388 (description
11389 "This package provides a collection of helper functions designed to
11390help you to better understand object oriented programming in R, particularly
11391using @code{S3}.")
11392 (license license:gpl3)))
4254b480
RW
11393
11394(define-public r-capushe
11395 (package
11396 (name "r-capushe")
11397 (version "1.1.1")
11398 (source
11399 (origin
11400 (method url-fetch)
11401 (uri (cran-uri "capushe" version))
11402 (sha256
11403 (base32
11404 "1aa76ir1kp67hiz7dr60azyc71yzslshyc640fjh0fpw0sp5kwbc"))))
11405 (build-system r-build-system)
11406 (propagated-inputs `(("r-mass" ,r-mass)))
11407 (home-page "https://cran.r-project.org/web/packages/capushe/index.html")
49369a01 11408 (synopsis "Calibrating penalties using slope heuristics")
4254b480
RW
11409 (description
11410 "This package provides tools for the calibration of penalized criteria
11411for model selection. The calibration methods available are based on the slope
11412heuristics.")
11413 (license license:gpl2+)))
c691c607
RW
11414
11415(define-public r-dorng
11416 (package
11417 (name "r-dorng")
11418 (version "1.7.1")
11419 (source
11420 (origin
11421 (method url-fetch)
11422 (uri (cran-uri "doRNG" version))
11423 (sha256
11424 (base32
11425 "1sb75aqkliprglfxc4x4wds6alqgzhvl2n812g1d32a88ra3slr7"))))
11426 (properties `((upstream-name . "doRNG")))
11427 (build-system r-build-system)
11428 (propagated-inputs
11429 `(("r-foreach" ,r-foreach)
11430 ("r-iterators" ,r-iterators)
11431 ("r-pkgmaker" ,r-pkgmaker)
11432 ("r-rngtools" ,r-rngtools)))
11433 (home-page "https://renozao.github.io/doRNG/")
11434 (synopsis "Generic reproducible parallel backend for foreach loops")
11435 (description
11436 "This package provides functions to perform reproducible parallel
11437@code{foreach} loops, using independent random streams as generated by
11438L'Ecuyer's combined multiple-recursive generator. It enables to easily
11439convert standard @code{%dopar%} loops into fully reproducible loops,
11440independently of the number of workers, the task scheduling strategy, or the
11441chosen parallel environment and associated foreach backend.")
11442 (license license:gpl2+)))
f3233bee
RW
11443
11444(define-public r-blockmodeling
11445 (package
11446 (name "r-blockmodeling")
11447 (version "0.3.4")
11448 (source
11449 (origin
11450 (method url-fetch)
11451 (uri (cran-uri "blockmodeling" version))
11452 (sha256
11453 (base32
11454 "11v9903y9dwlzaqp8sx0fsibcg82phvappddy37r8lnxd4vchsd2"))))
11455 (build-system r-build-system)
11456 (propagated-inputs
11457 `(("r-doparallel" ,r-doparallel)
11458 ("r-dorng" ,r-dorng)
11459 ("r-foreach" ,r-foreach)
11460 ("r-matrix" ,r-matrix)))
11461 (native-inputs `(("gfortran" ,gfortran)))
11462 (home-page "https://cran.r-project.org/web/packages/blockmodeling")
11463 (synopsis "Generalized and classical blockmodeling of valued networks")
11464 (description
11465 "This package is primarily meant as an implementation of generalized
11466blockmodeling for valued networks. In addition, measures of similarity or
11467dissimilarity based on structural equivalence and regular equivalence (REGE
11468algorithms) can be computed and partitioned matrices can be plotted.")
11469 (license license:gpl2+)))
4af186a9
RW
11470
11471(define-public r-upsetr
11472 (package
11473 (name "r-upsetr")
20656a02 11474 (version "1.4.0")
4af186a9
RW
11475 (source
11476 (origin
11477 (method url-fetch)
11478 (uri (cran-uri "UpSetR" version))
11479 (sha256
11480 (base32
20656a02 11481 "007i0njnjjy7vbrxabwav7a1kk2n0hn2mkvqsdzzfk10ckp5y7im"))))
4af186a9
RW
11482 (properties `((upstream-name . "UpSetR")))
11483 (build-system r-build-system)
11484 (propagated-inputs
11485 `(("r-ggplot2" ,r-ggplot2)
11486 ("r-gridextra" ,r-gridextra)
11487 ("r-plyr" ,r-plyr)
11488 ("r-scales" ,r-scales)))
11489 (home-page "https://github.com/hms-dbmi/UpSetR")
11490 (synopsis "Visualize intersecting sets")
11491 (description
11492 "This package provides a more scalable alternative to Venn and Euler
11493diagrams for visualizing intersecting sets. Create visualizations of
11494intersecting sets using a novel matrix design, along with visualizations of
11495several common set, element and attribute related tasks.")
11496 (license license:expat)))
1901a532 11497
849350fb
RW
11498;; This package includes a JavaScript file, which is not minified. When
11499;; upgrading please check that there are no new minified JavaScript files.
11500(define-public r-shinybs
11501 (package
11502 (name "r-shinybs")
11503 (version "0.61")
11504 (source
11505 (origin
11506 (method url-fetch)
11507 (uri (cran-uri "shinyBS" version))
11508 (sha256
11509 (base32
11510 "0rhim4mbp4x9vvm7xkmpl7mhb9qd1gr96cr4dv330v863ra2kgji"))))
11511 (properties `((upstream-name . "shinyBS")))
11512 (build-system r-build-system)
11513 ;; The tests spawn Shiny browser apps. They cannot be run
11514 ;; non-interactively.
11515 (arguments '(#:tests? #f))
11516 (propagated-inputs
11517 `(("r-htmltools" ,r-htmltools)
11518 ("r-shiny" ,r-shiny)))
11519 (home-page "https://ebailey78.github.io/shinyBS/")
11520 (synopsis "Twitter Bootstrap components for Shiny")
11521 (description
11522 "This package adds additional Twitter Bootstrap components to Shiny.")
11523 (license license:gpl3)))
11524
1901a532
RW
11525(define-public r-outliers
11526 (package
11527 (name "r-outliers")
11528 (version "0.14")
11529 (source
11530 (origin
11531 (method url-fetch)
11532 (uri (cran-uri "outliers" version))
11533 (sha256
11534 (base32
11535 "0vcqfqmmv4yblyp3s6bd25r49pxb7hjzipiic5a82924nqfqzkmn"))))
11536 (build-system r-build-system)
11537 (home-page "https://cran.r-project.org/web/packages/outliers/index.html")
11538 (synopsis "Tests for outliers")
11539 (description
11540 "This package provides a collection of some tests commonly used for
11541identifying outliers.")
11542 (license license:gpl2+)))
8cd3f49d
RW
11543
11544(define-public r-bayesm
11545 (package
11546 (name "r-bayesm")
01629c66 11547 (version "3.1-3")
8cd3f49d
RW
11548 (source
11549 (origin
11550 (method url-fetch)
11551 (uri (cran-uri "bayesm" version))
11552 (sha256
11553 (base32
01629c66 11554 "041ach2f2vrqzd5kz17v7wmkjz6z8cjjihpk4qvczm4cr9z85r2i"))))
8cd3f49d
RW
11555 (build-system r-build-system)
11556 (propagated-inputs
11557 `(("r-rcpp" ,r-rcpp)
11558 ("r-rcpparmadillo" ,r-rcpparmadillo)))
11559 (home-page "http://www.perossi.org/home/bsm-1")
11560 (synopsis "Bayesian inference for marketing/micro-econometrics")
11561 (description
11562 "This package covers many important models used in marketing and
11563micro-econometrics applications, including Bayes Regression (univariate or
11564multivariate dep var), Bayes Seemingly Unrelated Regression (SUR), Binary and
11565Ordinal Probit, Multinomial Logit (MNL) and Multinomial Probit (MNP),
11566Multivariate Probit, Negative Binomial (Poisson) Regression, Multivariate
11567Mixtures of Normals (including clustering), Dirichlet Process Prior Density
11568Estimation with normal base, Hierarchical Linear Models with normal prior and
11569covariates, Hierarchical Linear Models with a mixture of normals prior and
11570covariates, Hierarchical Multinomial Logits with a mixture of normals prior
11571and covariates, Hierarchical Multinomial Logits with a Dirichlet Process prior
11572and covariates, Hierarchical Negative Binomial Regression Models, Bayesian
11573analysis of choice-based conjoint data, Bayesian treatment of linear
11574instrumental variables models, Analysis of Multivariate Ordinal survey data
11575with scale usage heterogeneity, and Bayesian Analysis of Aggregate Random
11576Coefficient Logit Models.")
11577 (license license:gpl2+)))
262ab4b1
RW
11578
11579(define-public r-tensora
11580 (package
11581 (name "r-tensora")
11582 (version "0.36.1")
11583 (source
11584 (origin
11585 (method url-fetch)
11586 (uri (cran-uri "tensorA" version))
11587 (sha256
11588 (base32
11589 "176hjy3bvg3in62r97wxbhq187sjz6c1gwy9x6spaxl6k4my3zy7"))))
11590 (properties `((upstream-name . "tensorA")))
11591 (build-system r-build-system)
11592 (home-page "http://www.stat.boogaart.de/tensorA")
11593 (synopsis "Advanced tensor arithmetic with named indices")
11594 (description
11595 "This package provides convenience functions for advanced linear algebra
11596with tensors and computation with datasets of tensors on a higher level
11597abstraction. It includes Einstein and Riemann summing conventions, dragging,
11598co- and contravariate indices, and parallel computations on sequences of
11599tensors.")
11600 (license license:gpl2+)))
7d779142
RW
11601
11602(define-public r-rarpack
11603 (package
11604 (name "r-rarpack")
11605 (version "0.11-0")
11606 (source
11607 (origin
11608 (method url-fetch)
11609 (uri (cran-uri "rARPACK" version))
11610 (sha256
11611 (base32
11612 "12h2y46xcfldhjdmm960swgn9b23zvkj5vg2bi42s9qxwgi02d63"))))
11613 (properties `((upstream-name . "rARPACK")))
11614 (build-system r-build-system)
11615 (propagated-inputs `(("r-rspectra" ,r-rspectra)))
11616 (home-page "https://github.com/yixuan/rARPACK")
11617 (synopsis "Solvers for large scale eigenvalue and SVD problems")
11618 (description
11619 "This package was previously an R wrapper of the ARPACK library, and now
11620a shell of the R package RSpectra, an R interface to the Spectra library for
11621solving large scale eigenvalue/vector problems. The current version of
11622rARPACK simply imports and exports the functions provided by RSpectra. New
11623users of rARPACK are advised to switch to the RSpectra package.")
11624 (license license:bsd-3)))
5fde35b3
RW
11625
11626(define-public r-compositions
11627 (package
11628 (name "r-compositions")
11629 (version "1.40-2")
11630 (source
11631 (origin
11632 (method url-fetch)
11633 (uri (cran-uri "compositions" version))
11634 (sha256
11635 (base32
11636 "12mp05yi7jkdqg9iwh6bc9sx6sdxagcnrirznxy9hq8502p7238i"))))
11637 (build-system r-build-system)
11638 (propagated-inputs
11639 `(("r-bayesm" ,r-bayesm)
11640 ("r-energy" ,r-energy)
11641 ("r-robustbase" ,r-robustbase)
11642 ("r-tensora" ,r-tensora)))
11643 (home-page "http://www.stat.boogaart.de/compositions")
11644 (synopsis "Compositional data analysis")
11645 (description
11646 "This package provides functions for the consistent analysis of
11647compositional data (e.g. portions of substances) and positive
11648numbers (e.g. concentrations).")
11649 (license license:gpl2+)))
5f673e2c
RW
11650
11651(define-public r-cobs
11652 (package
11653 (name "r-cobs")
11654 (version "1.3-3")
11655 (source
11656 (origin
11657 (method url-fetch)
11658 (uri (cran-uri "cobs" version))
11659 (sha256
11660 (base32
11661 "1pqvz7czcchri4x79g78hbwyagb3bqzdqb047zkbdinyz067c7kb"))))
11662 (build-system r-build-system)
11663 (propagated-inputs
11664 `(("r-quantreg" ,r-quantreg)
11665 ("r-sparsem" ,r-sparsem)))
11666 (home-page "https://cran.r-project.org/web/packages/cobs")
11667 (synopsis "Constrained B-Splines (sparse matrix based)")
11668 (description
11669 "This package provides qualitatively constrained (regression) smoothing
11670splines via linear programming and sparse matrices.")
11671 (license license:gpl2+)))
c60e3e10
RW
11672
11673(define-public r-drimpute
11674 (package
11675 (name "r-drimpute")
11676 (version "1.0")
11677 (source
11678 (origin
11679 (method url-fetch)
11680 (uri (cran-uri "DrImpute" version))
11681 (sha256
11682 (base32
11683 "1adzarrwqb282pqgx2yqswp9rpwd1naxsmar54kddr6qyd6b923b"))))
11684 (properties `((upstream-name . "DrImpute")))
11685 (build-system r-build-system)
11686 (propagated-inputs
11687 `(("r-rcpp" ,r-rcpp)
11688 ("r-rcpparmadillo" ,r-rcpparmadillo)))
11689 (home-page "https://github.com/ikwak2/DrImpute")
11690 (synopsis "Imputing dropout events in single-cell RNA-Seq data")
11691 (description
11692 "This is an R package for imputing dropout events. Many statistical
11693methods in cell type identification, visualization and lineage reconstruction
11694do not account for dropout events. DrImpute can improve the performance of
11695such software by imputing dropout events.")
11696 (license license:gpl3)))
061a4b68
RW
11697
11698(define-public r-gamlss-dist
11699 (package
11700 (name "r-gamlss-dist")
ecf4ccb9 11701 (version "5.1-4")
061a4b68
RW
11702 (source
11703 (origin
11704 (method url-fetch)
11705 (uri (cran-uri "gamlss.dist" version))
11706 (sha256
11707 (base32
ecf4ccb9 11708 "0zi87lgigr83l35zqq1y1g4cdq6ssjamripzz7yis74aznh6qg1l"))))
061a4b68
RW
11709 (properties `((upstream-name . "gamlss.dist")))
11710 (build-system r-build-system)
11711 (propagated-inputs `(("r-mass" ,r-mass)))
11712 (home-page "http://www.gamlss.org/")
11713 (synopsis "Distributions for Generalized Additive Models for location scale and shape")
11714 (description
11715 "This package provides a set of distributions which can be used for
11716modelling the response variables in Generalized Additive Models for Location
11717Scale and Shape. The distributions can be continuous, discrete or mixed
11718distributions. Extra distributions can be created, by transforming, any
11719continuous distribution defined on the real line, to a distribution defined on
11720ranges 0 to infinity or 0 to 1, by using a @code{log} or a @code{logit}
11721transformation, respectively.")
11722 ;; Either version of the GPL.
11723 (license (list license:gpl2 license:gpl3))))
4fd99443 11724
5146a24e
RW
11725;; This package includes JavaScript files, which are not minified. When
11726;; upgrading please check that there are no new minified JavaScript files.
11727(define-public r-shinyjs
11728 (package
11729 (name "r-shinyjs")
11730 (version "1.0")
11731 (source
11732 (origin
11733 (method url-fetch)
11734 (uri (cran-uri "shinyjs" version))
11735 (sha256
11736 (base32
11737 "113zpijri0l80rlgrvqn6bxk0sdqgl79h7yhja2p76f9dc9i2sr8"))))
11738 (build-system r-build-system)
11739 (propagated-inputs
11740 `(("r-digest" ,r-digest)
11741 ("r-htmltools" ,r-htmltools)
11742 ("r-jsonlite" ,r-jsonlite)
11743 ("r-shiny" ,r-shiny)))
11744 (home-page "https://deanattali.com/shinyjs")
11745 (synopsis "Improve the user experience of your Shiny apps")
11746 (description
11747 "Perform common useful JavaScript operations in Shiny apps that will
11748greatly improve your apps without having to know any JavaScript. Examples
11749include: hiding an element, disabling an input, resetting an input back to its
11750original value, delaying code execution by a few seconds, and many more useful
11751functions for both the end user and the developer. Shinyjs can also be used
11752to easily call your own custom JavaScript functions from R.")
11753 (license license:agpl3+)))
11754
c27927db
RW
11755;; This package includes minified JavaScript files. When upgrading please
11756;; check that there are no new minified JavaScript files.
11757(define-public r-colourpicker
11758 (package
11759 (name "r-colourpicker")
11760 (version "1.0")
11761 (source
11762 (origin
11763 (method url-fetch)
11764 (uri (cran-uri "colourpicker" version))
11765 (sha256
11766 (base32
11767 "0z3v2083g7kwdp21x9s2n1crfh24agpdq3yxkcdzc2awn2pwpnpi"))))
11768 (build-system r-build-system)
11769 (arguments
11770 `(#:modules ((guix build utils)
11771 (guix build r-build-system)
11772 (srfi srfi-1)
11773 (ice-9 popen))
11774 #:phases
11775 (modify-phases %standard-phases
11776 (add-after 'unpack 'process-javascript
11777 (lambda* (#:key inputs #:allow-other-keys)
11778 (with-directory-excursion "inst"
11779 (call-with-values
11780 (lambda ()
11781 (unzip2
11782 `((,(assoc-ref inputs "js-salvattore")
11783 "examples/colourInput/www/salvattore.min.js")
11784 (,(assoc-ref inputs "js-jquery")
11785 "htmlwidgets/lib/jquery/jquery.min.js")
11786 ("www/shared/colourpicker/js/colourpicker.js"
11787 "www/shared/colourpicker/js/colourpicker.min.js"))))
11788 (lambda (sources targets)
11789 (for-each (lambda (source target)
11790 (format #t "Processing ~a --> ~a~%"
11791 source target)
11792 (delete-file target)
11793 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
11794 (call-with-output-file target
11795 (lambda (port)
11796 (dump-port minified port)))))
11797 sources targets))))
11798 #t)))))
11799 (propagated-inputs
11800 `(("r-ggplot2" ,r-ggplot2)
11801 ("r-htmltools" ,r-htmltools)
11802 ("r-htmlwidgets" ,r-htmlwidgets)
11803 ("r-jsonlite" ,r-jsonlite)
11804 ("r-miniui" ,r-miniui)
11805 ("r-shiny" ,r-shiny)
11806 ("r-shinyjs" ,r-shinyjs)))
11807 (native-inputs
11808 `(("uglify-js" ,uglify-js)
11809 ("js-jquery"
11810 ,(origin
11811 (method url-fetch)
11812 (uri "https://code.jquery.com/jquery-3.3.1.js")
11813 (sha256
11814 (base32
11815 "1b8zxrp6xwzpw25apn8j4qws0f6sr7qr7h2va5h1mjyfqvn29anq"))))
11816 ("js-salvattore"
11817 ,(origin
11818 (method url-fetch)
11819 (uri "https://raw.githubusercontent.com/rnmp/salvattore/v1.0.9/dist/salvattore.js")
11820 (sha256
11821 (base32
11822 "0lfrbx7l9w5x89jpc6njmd0pk7h8fpvg537vklai2vf7b1r2nnk5"))))))
11823 (home-page "https://github.com/daattali/colourpicker")
11824 (synopsis "Color picker tool for Shiny and for selecting colors in plots")
11825 (description
11826 "This package provides a color picker that can be used as an input in
11827Shiny apps or Rmarkdown documents. The color picker supports alpha opacity,
11828custom color palettes, and many more options. A plot color helper tool is
11829available as an RStudio Addin, which helps you pick colors to use in your
11830plots. A more generic color picker RStudio Addin is also provided to let you
11831select colors to use in your R code.")
11832 (license license:expat)))
11833
30f53ec8
RW
11834(define-public r-ggextra
11835 (package
11836 (name "r-ggextra")
e31eb738 11837 (version "0.9")
30f53ec8
RW
11838 (source
11839 (origin
11840 (method url-fetch)
11841 (uri (cran-uri "ggExtra" version))
11842 (sha256
11843 (base32
e31eb738 11844 "18mbi6gblqmrsciad1d2c9ngllk6mayaqj43k40hjq9ydqnvjbgj"))))
30f53ec8
RW
11845 (properties `((upstream-name . "ggExtra")))
11846 (build-system r-build-system)
11847 (propagated-inputs
11848 `(("r-colourpicker" ,r-colourpicker)
11849 ("r-ggplot2" ,r-ggplot2)
11850 ("r-gtable" ,r-gtable)
11851 ("r-miniui" ,r-miniui)
e31eb738 11852 ("r-r6" ,r-r6)
30f53ec8
RW
11853 ("r-scales" ,r-scales)
11854 ("r-shiny" ,r-shiny)
11855 ("r-shinyjs" ,r-shinyjs)))
11856 (home-page "https://github.com/daattali/ggExtra")
11857 (synopsis "Marginal histograms for ggplot2 and other enhancements")
11858 (description
11859 "This package is a collection of functions and layers to enhance ggplot2.
11860The flagship function is @code{ggMarginal()}, which can be used to add
11861marginal histograms/boxplots/density plots to ggplot2 scatterplots.")
11862 (license license:expat)))
11863
4fd99443
RW
11864(define-public r-minpack-lm
11865 (package
11866 (name "r-minpack-lm")
11867 (version "1.2-1")
11868 (source
11869 (origin
11870 (method url-fetch)
11871 (uri (cran-uri "minpack.lm" version))
11872 (sha256
11873 (base32
11874 "18ym2pdql5vzngc7q5gn66d153hrfrnd8ilv8yh6vd7j7sx7vjql"))))
11875 (properties `((upstream-name . "minpack.lm")))
11876 (build-system r-build-system)
11877 (native-inputs `(("gfortran" ,gfortran)))
11878 (home-page "https://cran.r-project.org/web/packages/minpack.lm")
11879 (synopsis "Levenberg-Marquardt Nonlinear Least-Squares algorithm")
11880 (description
11881 "The @code{nls.lm} function provides an R interface to @code{lmder} and
11882@code{lmdif} from the MINPACK library, for solving nonlinear least-squares
11883problems by a modification of the Levenberg-Marquardt algorithm, with support
11884for lower and upper parameter bounds. The implementation can be used via
2f041a4c 11885@code{nls}-like calls using the @code{nlsLM} function.")
4fd99443 11886 (license license:gpl3)))
01fe44cb
RW
11887
11888(define-public r-moments
11889 (package
11890 (name "r-moments")
11891 (version "0.14")
11892 (source
11893 (origin
11894 (method url-fetch)
11895 (uri (cran-uri "moments" version))
11896 (sha256
11897 (base32
11898 "0f9y58w1hxcz4bqivirx25ywlmc80gbi6dfx5cnhkpdg1pk82fra"))))
11899 (build-system r-build-system)
11900 (home-page "https://cran.r-project.org/web/packages/moments")
11901 (synopsis "Moments, cumulants, skewness, kurtosis and related tests")
11902 (description
11903 "This package provides functions to calculate: moments, Pearson's
11904kurtosis, Geary's kurtosis and skewness; it also includes tests related to
11905them (Anscombe-Glynn, D'Agostino, Bonett-Seier).")
11906 (license license:gpl2+)))
9e2ff342
RW
11907
11908(define-public r-msir
11909 (package
11910 (name "r-msir")
5ccf16c7 11911 (version "1.3.2")
9e2ff342
RW
11912 (source
11913 (origin
11914 (method url-fetch)
11915 (uri (cran-uri "msir" version))
11916 (sha256
11917 (base32
5ccf16c7 11918 "0pvc3q162vqq3k39nni732x05zzfz4y9y2zf56d83185ypszv9kb"))))
9e2ff342
RW
11919 (build-system r-build-system)
11920 (propagated-inputs
5ccf16c7 11921 `(("r-mclust" ,r-mclust)))
9e2ff342
RW
11922 (home-page "https://cran.r-project.org/web/packages/msir")
11923 (synopsis "Model-based sliced inverse regression")
11924 (description
11925 "This is an R package for dimension reduction based on finite Gaussian
11926mixture modeling of inverse regression.")
11927 (license license:gpl2+)))
e8be5a00
RW
11928
11929(define-public r-pbivnorm
11930 (package
11931 (name "r-pbivnorm")
11932 (version "0.6.0")
11933 (source
11934 (origin
11935 (method url-fetch)
11936 (uri (cran-uri "pbivnorm" version))
11937 (sha256
11938 (base32
11939 "05jzrjqxzbcf6z245hlk7sjxiszv9paadaaimvcx5y5qgi87vhq7"))))
11940 (build-system r-build-system)
11941 (native-inputs `(("gfortran" ,gfortran)))
11942 (home-page "https://github.com/brentonk/pbivnorm")
11943 (synopsis "Vectorized bivariate normal CDF")
11944 (description
11945 "This package provides a vectorized R function for calculating
11946probabilities from a standard bivariate normal CDF.")
11947 (license license:gpl2+)))
ca3f1370
RW
11948
11949(define-public r-lavaan
11950 (package
11951 (name "r-lavaan")
553742fa 11952 (version "0.6-5")
ca3f1370
RW
11953 (source
11954 (origin
11955 (method url-fetch)
11956 (uri (cran-uri "lavaan" version))
11957 (sha256
11958 (base32
553742fa 11959 "04kvsh2m6mnzlhv83phr3hjzy4sx1ck6f7dgsm7xb8cs84dnxszy"))))
ca3f1370
RW
11960 (build-system r-build-system)
11961 (propagated-inputs
11962 `(("r-mass" ,r-mass)
11963 ("r-mnormt" ,r-mnormt)
11964 ("r-numderiv" ,r-numderiv)
11965 ("r-pbivnorm" ,r-pbivnorm)))
11966 (home-page "http://lavaan.ugent.be")
11967 (synopsis "Latent variable analysis")
11968 (description
11969 "This package provides tools to fit a variety of latent variable models,
11970including confirmatory factor analysis, structural equation modeling and
11971latent growth curve models.")
11972 (license license:gpl2+)))
4d1f19e0
RW
11973
11974(define-public r-nonnest2
11975 (package
11976 (name "r-nonnest2")
11977 (version "0.5-2")
11978 (source
11979 (origin
11980 (method url-fetch)
11981 (uri (cran-uri "nonnest2" version))
11982 (sha256
11983 (base32
11984 "1bq44qqmm59j91m0sny4xnqmxqlga4cm48qdsw8xfs3x19xwmxk6"))))
11985 (build-system r-build-system)
11986 (propagated-inputs
11987 `(("r-compquadform" ,r-compquadform)
11988 ("r-lavaan" ,r-lavaan)
11989 ("r-mvtnorm" ,r-mvtnorm)
11990 ("r-sandwich" ,r-sandwich)))
11991 (home-page "https://cran.r-project.org/web/packages/nonnest2/")
11992 (synopsis "Tests of non-nested models")
11993 (description
11994 "This package allows for testing of non-nested models. It includes tests
11995of model distinguishability and of model fit that can be applied to both
11996nested and non-nested models. The package also includes functionality to
11997obtain confidence intervals associated with AIC and BIC.")
11998 ;; Either version of the GPL.
11999 (license (list license:gpl2 license:gpl3))))
be0777ba
RW
12000
12001(define-public r-penalized
12002 (package
12003 (name "r-penalized")
12004 (version "0.9-51")
12005 (source
12006 (origin
12007 (method url-fetch)
12008 (uri (cran-uri "penalized" version))
12009 (sha256
12010 (base32
12011 "1zcrwa93mc27qj3g4ayc2k895r6g8q0g6qb2azmvj7wqk750va7a"))))
12012 (build-system r-build-system)
12013 (propagated-inputs
12014 `(("r-rcpp" ,r-rcpp)
12015 ("r-rcpparmadillo" ,r-rcpparmadillo)
12016 ("r-survival" ,r-survival)))
12017 (home-page "https://cran.r-project.org/web/packages/penalized/")
12018 (synopsis "Penalized estimation in GLMs and in the Cox model")
12019 (description
12020 "This package provides tools for fitting possibly high dimensional
12021penalized regression models. The penalty structure can be any combination of
12022an L1 penalty (lasso and fused lasso), an L2 penalty (ridge) and a positivity
12023constraint on the regression coefficients. The supported regression models
12024are linear, logistic and Poisson regression and the Cox Proportional Hazards
12025model. Cross-validation routines allow optimization of the tuning
12026parameters.")
12027 (license license:gpl2+)))
5570804a
RW
12028
12029(define-public r-zim
12030 (package
12031 (name "r-zim")
12032 (version "1.1.0")
12033 (source
12034 (origin
12035 (method url-fetch)
12036 (uri (cran-uri "ZIM" version))
12037 (sha256
12038 (base32
12039 "0scyfjn4ilsvha3x41c3b8bcfi31hlhwm77wn2a8hj5dsvnnmzig"))))
12040 (properties `((upstream-name . "ZIM")))
12041 (build-system r-build-system)
12042 (propagated-inputs `(("r-mass" ,r-mass)))
12043 (home-page "https://github.com/biostatstudio/ZIM")
12044 (synopsis "Zero-inflated models (ZIM) for count time series with excess zeros")
12045 (description
12046 "Analyze count time series with excess zeros. Two types of statistical
12047models are supported: Markov regression and state-space models. They are also
12048known as observation-driven and parameter-driven models respectively in the
12049time series literature. The functions used for Markov regression or
12050observation-driven models can also be used to fit ordinary regression models
12051with independent data under the zero-inflated Poisson (ZIP) or zero-inflated
12052negative binomial (ZINB) assumption. The package also contains miscellaneous
12053functions to compute density, distribution, quantile, and generate random
12054numbers from ZIP and ZINB distributions.")
12055 (license license:gpl3)))
026dd77c
RW
12056
12057(define-public r-nor1mix
12058 (package
12059 (name "r-nor1mix")
776c62d1 12060 (version "1.3-0")
026dd77c
RW
12061 (source
12062 (origin
12063 (method url-fetch)
12064 (uri (cran-uri "nor1mix" version))
12065 (sha256
12066 (base32
776c62d1 12067 "1817wcvlmxs70vs4db0jkxd7i037744zz8ay3c2a9949z29fxr4w"))))
026dd77c
RW
12068 (build-system r-build-system)
12069 (home-page "https://cran.r-project.org/web/packages/nor1mix/")
12070 (synopsis "Normal (1-d) mixture models")
12071 (description
12072 "This package provides S3 classes and methods for one-dimensional normal
12073mixture models, for, e.g., density estimation or clustering algorithms
12074research and teaching; it provides the widely used Marron-Wand densities. It
12075also provides tools for efficient random number generation and graphics.")
12076 (license license:gpl2+)))
648dbd27
RW
12077
12078(define-public r-beanplot
12079 (package
12080 (name "r-beanplot")
12081 (version "1.2")
12082 (source
12083 (origin
12084 (method url-fetch)
12085 (uri (cran-uri "beanplot" version))
12086 (sha256
12087 (base32
12088 "0wmkr704fl8kdxkjwmaxw2a2h5dwzfgsgpncnk2p2wd4768jknj9"))))
12089 (build-system r-build-system)
12090 (home-page "https://cran.r-project.org/web/packages/beanplot/")
12091 (synopsis "Visualization via beanplots")
12092 (description
12093 "This package provides beanplots, an alternative to
12094boxplot/stripchart/violin plots. It can be used to plot univariate comparison
12095graphs.")
12096 (license license:gpl2)))
f313baf0
RW
12097
12098(define-public r-pbdzmq
12099 (package
12100 (name "r-pbdzmq")
12101 (version "0.3-3")
12102 (source
12103 (origin
12104 (method url-fetch)
12105 (uri (cran-uri "pbdZMQ" version))
12106 (sha256
12107 (base32
12108 "1jkfcfhspvqra7vbllrvkz3jx8j7d0ang6zzcdjgpb7200sc29mf"))))
12109 (properties `((upstream-name . "pbdZMQ")))
12110 (build-system r-build-system)
12111 (inputs
12112 `(("zeromq" ,zeromq)
12113 ("zlib" ,zlib)))
12114 (native-inputs
12115 `(("pkg-config" ,pkg-config)))
12116 (home-page "https://pbdr.org/")
12117 (synopsis "R interface to ZeroMQ")
12118 (description
12119 "ZeroMQ is a well-known library for high-performance asynchronous
12120messaging in scalable, distributed applications. This package provides high
12121level R wrapper functions to easily utilize ZeroMQ. The main focus is on
12122interactive client/server programming frameworks. A few wrapper functions
12123compatible with @code{rzmq} are also provided.")
12124 (license license:gpl3)))
d17186d6
RW
12125
12126(define-public r-repr
12127 (package
12128 (name "r-repr")
2785e615 12129 (version "1.0.1")
d17186d6
RW
12130 (source
12131 (origin
12132 (method url-fetch)
12133 (uri (cran-uri "repr" version))
12134 (sha256
12135 (base32
2785e615 12136 "0jy43g34r38fqprcdys0p9pliahrj5l64a9bbkzy206qgz0j5ppc"))))
d17186d6
RW
12137 (build-system r-build-system)
12138 (propagated-inputs
12139 `(("r-base64enc" ,r-base64enc)
12140 ("r-htmltools" ,r-htmltools)
8b96b860
RW
12141 ("r-jsonlite" ,r-jsonlite)
12142 ("r-pillar" ,r-pillar)))
d17186d6
RW
12143 (home-page "https://cran.r-project.org/web/packages/repr/")
12144 (synopsis "Serializable representations")
12145 (description
12146 "This package provides string and binary representations of objects for
12147several formats and MIME types.")
12148 (license license:gpl3)))
664dedd5
RW
12149
12150(define-public r-irdisplay
12151 (package
12152 (name "r-irdisplay")
12153 (version "0.7.0")
12154 (source
12155 (origin
12156 (method url-fetch)
12157 (uri (cran-uri "IRdisplay" version))
12158 (sha256
12159 (base32
12160 "12chk53nf4zckgc4yl7gbvd7m5dvli52inp5b3f0zvcjvfncksli"))))
12161 (properties `((upstream-name . "IRdisplay")))
12162 (build-system r-build-system)
12163 (propagated-inputs
12164 `(("r-repr" ,r-repr)))
12165 (home-page "https://cran.r-project.org/web/packages/IRdisplay/")
12166 (synopsis "Jupyter display machinery")
12167 (description
12168 "This package provides an interface to the rich display capabilities of
12169Jupyter front-ends (e.g. Jupyter Notebook). It is designed to be used from a
12170running IRkernel session.")
12171 (license license:expat)))
984a8aa6
RW
12172
12173(define-public r-irkernel
12174 (package
12175 (name "r-irkernel")
bd008356 12176 (version "1.0.2")
984a8aa6
RW
12177 (source
12178 (origin
12179 (method url-fetch)
12180 (uri (cran-uri "IRkernel" version))
12181 (sha256
12182 (base32
bd008356 12183 "040qig675zaxsf81ranmvk293amrswi5098k69wyq0vgqyin6vwp"))))
984a8aa6
RW
12184 (properties `((upstream-name . "IRkernel")))
12185 (build-system r-build-system)
12186 (arguments
12187 `(#:phases
12188 (modify-phases %standard-phases
12189 (add-after 'install 'install-kernelspec
12190 (lambda* (#:key outputs #:allow-other-keys)
12191 (let ((out (assoc-ref outputs "out")))
12192 (setenv "HOME" "/tmp")
12193 (invoke "jupyter" "kernelspec" "install"
12194 "--name" "ir"
12195 "--prefix" out
12196 (string-append out "/site-library/IRkernel/kernelspec"))
12197 #t))))))
12198 (inputs
12199 `(("jupyter" ,jupyter)))
12200 (propagated-inputs
12201 `(("r-crayon" ,r-crayon)
12202 ("r-digest" ,r-digest)
12203 ("r-evaluate" ,r-evaluate)
12204 ("r-irdisplay" ,r-irdisplay)
12205 ("r-jsonlite" ,r-jsonlite)
12206 ("r-pbdzmq" ,r-pbdzmq)
12207 ("r-repr" ,r-repr)
12208 ("r-uuid" ,r-uuid)))
12209 (home-page "https://cran.r-project.org/web/packages/IRkernel/")
12210 (synopsis "Native R kernel for Jupyter")
12211 (description
12212 "The R kernel for the Jupyter environment executes R code which the
12213front-end (Jupyter Notebook or other front-ends) submits to the kernel via the
12214network.")
12215 (license license:expat)))
51df4340
RW
12216
12217(define-public r-gmodels
12218 (package
12219 (name "r-gmodels")
12220 (version "2.18.1")
12221 (source
12222 (origin
12223 (method url-fetch)
12224 (uri (cran-uri "gmodels" version))
12225 (sha256
12226 (base32
12227 "0s8kd8krqk4kwv2zqxpsfy3w8qdwf5naf4b5l383vidq9sil0qb2"))))
12228 (build-system r-build-system)
12229 (propagated-inputs
12230 `(("r-gdata" ,r-gdata)
12231 ("r-mass" ,r-mass)))
12232 (home-page "https://cran.r-project.org/web/packages/gmodels/")
12233 (synopsis "Various R programming tools for model fitting")
12234 (description
12235 "This package provides various R programming tools for model fitting.")
12236 (license license:gpl2)))
3942bf5e
RW
12237
12238(define-public r-apcluster
12239 (package
12240 (name "r-apcluster")
53040408 12241 (version "1.4.8")
3942bf5e
RW
12242 (source
12243 (origin
12244 (method url-fetch)
12245 (uri (cran-uri "apcluster" version))
12246 (sha256
12247 (base32
53040408 12248 "0lzf2jqm56i74wif6x5sw3j0w2qc4sni49zq2fgbl89b7lwkvchj"))))
3942bf5e
RW
12249 (build-system r-build-system)
12250 (propagated-inputs
12251 `(("r-matrix" ,r-matrix)
12252 ("r-rcpp" ,r-rcpp)))
12253 (home-page "https://cran.r-project.org/web/packages/apcluster/")
12254 (synopsis "Affinity propagation clustering")
12255 (description
12256 "This package implements affinity propagation clustering introduced by
12257Frey and Dueck (2007). The package further provides leveraged affinity
12258propagation and an algorithm for exemplar-based agglomerative clustering that
12259can also be used to join clusters obtained from affinity propagation. Various
12260plotting functions are available for analyzing clustering results.")
12261 (license license:gpl2+)))
a97796cd
RW
12262
12263(define-public r-valr
12264 (package
12265 (name "r-valr")
12266 (version "0.5.0")
12267 (source
12268 (origin
12269 (method url-fetch)
12270 (uri (cran-uri "valr" version))
12271 (sha256
12272 (base32
12273 "14jhrwkiwmha3vlmm7b50n2xxyizj6ddmy89gb20mpzq7qhz1ika"))))
12274 (build-system r-build-system)
12275 (propagated-inputs
12276 `(("r-broom" ,r-broom)
12277 ("r-dplyr" ,r-dplyr)
12278 ("r-ggplot2" ,r-ggplot2)
12279 ("r-rcpp" ,r-rcpp)
12280 ("r-readr" ,r-readr)
12281 ("r-rlang" ,r-rlang)
12282 ("r-stringr" ,r-stringr)
12283 ("r-tibble" ,r-tibble)))
12284 (home-page "http://github.com/rnabioco/valr")
12285 (synopsis "Genome interval arithmetic in R")
12286 (description
12287 "This package enables you to read and manipulate genome intervals and
12288signals. It provides functionality similar to command-line tool suites within
12289R, enabling interactive analysis and visualization of genome-scale data.")
12290 (license license:expat)))
100f5602
NB
12291
12292(define-public r-rematch2
12293 (package
12294 (name "r-rematch2")
8518744e 12295 (version "2.1.0")
100f5602
NB
12296 (source
12297 (origin
12298 (method url-fetch)
12299 (uri (cran-uri "rematch2" version))
12300 (sha256
12301 (base32
8518744e 12302 "00cznm6rk33b53w7zybkz7549bnydc66znpi5mb0xd24pmqp0rvq"))))
100f5602
NB
12303 (build-system r-build-system)
12304 (propagated-inputs
12305 `(("r-tibble" ,r-tibble)))
12306 (home-page "https://github.com/r-lib/rematch2")
12307 (synopsis "Tidy output from regular expression matching")
12308 (description
12309 "This package provides wrappers on @code{regexpr} and @code{gregexpr} to
12310return the match results in tidy data frames.")
12311 (license license:expat)))
0c02f94f
RW
12312
12313(define-public r-picante
12314 (package
12315 (name "r-picante")
12316 (version "1.8")
12317 (source
12318 (origin
12319 (method url-fetch)
12320 (uri (cran-uri "picante" version))
12321 (sha256
12322 (base32
12323 "1bcq2j7fs89c2jib68qq6la67rxyg9raryf162mwvjakpf6k19l1"))))
12324 (build-system r-build-system)
12325 (propagated-inputs
12326 `(("r-ape" ,r-ape)
12327 ("r-nlme" ,r-nlme)
12328 ("r-vegan" ,r-vegan)))
12329 (home-page "https://cran.r-project.org/web/packages/picante/")
12330 (synopsis "Integrating phylogenies and ecology")
12331 (description
12332 "This package provides functions for phylocom integration, community
12333analyses, null-models, traits and evolution. It implements numerous
12334ecophylogenetic approaches including measures of community phylogenetic and
12335trait diversity, phylogenetic signal, estimation of trait values for
12336unobserved taxa, null models for community and phylogeny randomizations, and
12337utility functions for data input/output and phylogeny plotting. A full
12338description of package functionality and methods are provided by Kembel et
12339al. (2010).")
12340 (license license:gpl2)))
93f178b5
RW
12341
12342(define-public r-reinforcelearn
12343 (package
12344 (name "r-reinforcelearn")
d1ed092e 12345 (version "0.2.1")
93f178b5
RW
12346 (source
12347 (origin
12348 (method url-fetch)
12349 (uri (cran-uri "reinforcelearn" version))
12350 (sha256
12351 (base32
d1ed092e 12352 "176z2q69p24i29a8sh19xxn2zl3h1z2ixdssr5i6m4yvkvdrvv3b"))))
93f178b5
RW
12353 (build-system r-build-system)
12354 (propagated-inputs
12355 `(("r-checkmate" ,r-checkmate)
12356 ("r-nnet" ,r-nnet)
12357 ("r-purrr" ,r-purrr)
12358 ("r-r6" ,r-r6)))
12359 (home-page "https://markusdumke.github.io/reinforcelearn")
12360 (synopsis "Reinforcement learning")
12361 (description
12362 "This package implements reinforcement learning environments and
12363algorithms as described in Sutton & Barto (1998). The Q-Learning algorithm
12364can be used with function approximation, eligibility traces (Singh & Sutton,
123651996) and experience replay (Mnih et al., 2013).")
12366 (license license:expat)))
f98d97c6
RW
12367
12368(define-public r-lemon
12369 (package
12370 (name "r-lemon")
12371 (version "0.4.3")
12372 (source
12373 (origin
12374 (method url-fetch)
12375 (uri (cran-uri "lemon" version))
12376 (sha256
12377 (base32
12378 "0wsn5bfg10wq4dnrgpyraz2bzx9p19c7hf1pwj3h4zmpqfgsdbpw"))))
12379 (build-system r-build-system)
12380 (propagated-inputs
12381 `(("r-ggplot2" ,r-ggplot2)
12382 ("r-gridextra" ,r-gridextra)
12383 ("r-gtable" ,r-gtable)
12384 ("r-knitr" ,r-knitr)
12385 ("r-lattice" ,r-lattice)
12386 ("r-plyr" ,r-plyr)
12387 ("r-scales" ,r-scales)))
12388 (home-page "https://github.com/stefanedwards/lemon")
12389 (synopsis "Freshen up your ggplot2 plots")
12390 (description
12391 "This package provides functions for working with legends and axis lines
12392of ggplot2, facets that repeat axis lines on all panels, and some knitr
12393extensions.")
12394 (license license:gpl3)))
79db3a1a
RW
12395
12396(define-public r-wgaim
12397 (package
12398 (name "r-wgaim")
5feaa775 12399 (version "2.0-0")
79db3a1a
RW
12400 (source
12401 (origin
12402 (method url-fetch)
12403 (uri (cran-uri "wgaim" version))
12404 (sha256
12405 (base32
5feaa775 12406 "0wnb10vibgq8h1ly6lq8kzymf30vx0j0g8fc2zidblbvwag9ka1g"))))
79db3a1a
RW
12407 (build-system r-build-system)
12408 (propagated-inputs
5feaa775 12409 `(("r-ggplot2" ,r-ggplot2)
79db3a1a
RW
12410 ("r-qtl" ,r-qtl)))
12411 (home-page "https://cran.r-project.org/web/packages/wgaim")
12412 (synopsis "Whole genome average interval mapping for QTL detection")
12413 (description
12414 "This package integrates sophisticated mixed modelling methods with a
12415whole genome approach to detecting significant QTL in linkage maps.")
12416 (license license:gpl2+)))
f33cb7ab
RW
12417
12418(define-public r-bedr
12419 (package
12420 (name "r-bedr")
3c18fb13 12421 (version "1.0.7")
f33cb7ab
RW
12422 (source
12423 (origin
12424 (method url-fetch)
12425 (uri (cran-uri "bedr" version))
12426 (sha256
12427 (base32
3c18fb13 12428 "0zpqvyjgwyqawxm8qrhcv8zq2b3yxgcqkkc87br29yrl7sjb8h6j"))))
f33cb7ab
RW
12429 (build-system r-build-system)
12430 (propagated-inputs
12431 `(("r-data-table" ,r-data-table)
12432 ("r-r-utils" ,r-r-utils)
12433 ("r-testthat" ,r-testthat)
12434 ("r-venndiagram" ,r-venndiagram)
12435 ("r-yaml" ,r-yaml)
12436 ("bedops" ,bedops)
12437 ("bedtools" ,bedtools)
12438 ("htslib" ,htslib))) ; for tabix
12439 (native-inputs
12440 `(("r-knitr" ,r-knitr))) ; for vignettes
12441 (home-page "https://cran.r-project.org/web/packages/bedr")
12442 (synopsis "Genomic region processing")
12443 (description
12444 "This package is for genomic regions processing using command line tools
12445such as BEDTools, BEDOPS and Tabix. These tools offer scalable and efficient
12446utilities to perform genome arithmetic e.g indexing, formatting and merging.
12447The bedr package's API enhances access to these tools as well as offers
12448additional utilities for genomic regions processing.")
12449 (license license:gpl2)))
459dcb95
RW
12450
12451(define-public r-partitions
12452 (package
12453 (name "r-partitions")
12454 (version "1.9-19")
12455 (source
12456 (origin
12457 (method url-fetch)
12458 (uri (cran-uri "partitions" version))
12459 (sha256
12460 (base32
12461 "1pklfnjdc094c8nzkqcdvqzdh8v3p5n8jbg4pf9678iw648saiyx"))))
12462 (build-system r-build-system)
12463 (propagated-inputs
12464 `(("r-gmp" ,r-gmp)
12465 ("r-polynom" ,r-polynom)))
12466 (home-page "https://cran.r-project.org/web/packages/partitions")
12467 (synopsis "Additive partitions of integers")
12468 (description
12469 "This package provides tools to enumerates the partitions, unequal
12470partitions, and restricted partitions of an integer; the three corresponding
12471partition functions are also given.")
12472 ;; Any version of the GPL
12473 (license license:gpl2+)))
761c097f
RW
12474
12475(define-public r-brobdingnag
12476 (package
12477 (name "r-brobdingnag")
12478 (version "1.2-6")
12479 (source
12480 (origin
12481 (method url-fetch)
12482 (uri (cran-uri "Brobdingnag" version))
12483 (sha256
12484 (base32
12485 "1m3ajvcksqfck5l5hj5xiflj4ry6d896ybv4f0xxks8chgnwmv0r"))))
12486 (properties `((upstream-name . "Brobdingnag")))
12487 (build-system r-build-system)
12488 (home-page "https://github.com/RobinHankin/Brobdingnag.git")
12489 (synopsis "Very large numbers in R")
12490 (description
12491 "This package handles very large numbers in R. Real numbers are held
12492using their natural logarithms, plus a logical flag indicating sign. The
12493package includes a vignette that gives a step-by-step introduction to using S4
12494methods.")
12495 ;; Any version of the GPL
12496 (license license:gpl2+)))
c30be23a
RW
12497
12498(define-public r-untb
12499 (package
12500 (name "r-untb")
12501 (version "1.7-4")
12502 (source
12503 (origin
12504 (method url-fetch)
12505 (uri (cran-uri "untb" version))
12506 (sha256
12507 (base32
12508 "1i7m4vfslsix98dwx4jlrsldm7fhhfp25gr7aapcxqxms7ryaby6"))))
12509 (build-system r-build-system)
12510 (propagated-inputs
12511 `(("r-brobdingnag" ,r-brobdingnag)
12512 ("r-partitions" ,r-partitions)
12513 ("r-polynom" ,r-polynom)))
12514 (home-page "https://github.com/RobinHankin/untb.git")
12515 (synopsis "Ecological drift under the UNTB")
12516 (description
12517 "This package provides numerical simulations, and visualizations, of
12518Hubbell's @dfn{Unified Neutral Theory of Biodiversity} (UNTB).")
12519 (license license:gpl2+)))
ea87b4e3
RW
12520
12521(define-public r-stepwise
12522 (package
12523 (name "r-stepwise")
12524 (version "0.3")
12525 (source
12526 (origin
12527 (method url-fetch)
12528 (uri (cran-uri "stepwise" version))
12529 (sha256
12530 (base32
12531 "1lbx1bxwkf9dw6q46w40pp7h5nkxgghmx8rkpaymm6iybc7gyir2"))))
12532 (build-system r-build-system)
12533 (home-page "http://stat.sfu.ca/statgen/research/stepwise.html")
12534 (synopsis "Stepwise detection of recombination breakpoints")
12535 (description
12536 "This package provides a stepwise approach to identifying recombination
12537breakpoints in a genomic sequence alignment.")
12538 (license license:gpl2+)))
2a35bb15
RW
12539
12540(define-public r-snpmaxsel
12541 (package
12542 (name "r-snpmaxsel")
12543 (version "1.0-3")
12544 (source
12545 (origin
12546 (method url-fetch)
12547 (uri (cran-uri "SNPmaxsel" version))
12548 (sha256
12549 (base32
12550 "0pjvixwqzjd3jwccc8yqq9c76afvbmfq0z1w0cwyj8bblrjpx13z"))))
12551 (properties `((upstream-name . "SNPmaxsel")))
12552 (build-system r-build-system)
12553 (propagated-inputs
12554 `(("r-combinat" ,r-combinat)
12555 ("r-mvtnorm" ,r-mvtnorm)))
12556 (home-page "https://cran.r-project.org/web/packages/SNPmaxsel/index.html")
12557 (synopsis "Maximally selected statistics for SNP data")
12558 (description
12559 "This package implements asymptotic methods related to maximally selected
12560statistics, with applications to @dfn{single-nucleotide polymorphism} (SNP)
12561data.")
12562 (license license:gpl2+)))
7002c44f 12563
49a48c49
RW
12564(define-public r-acsnminer
12565 (package
12566 (name "r-acsnminer")
12567 (version "0.16.8.25")
12568 (source (origin
12569 (method url-fetch)
12570 (uri (cran-uri "ACSNMineR" version))
12571 (sha256
12572 (base32
12573 "0gh604s8qall6zfjlwcg2ilxjvz08dplf9k5g47idhv43scm748l"))))
12574 (properties `((upstream-name . "ACSNMineR")))
12575 (build-system r-build-system)
12576 (propagated-inputs
12577 `(("r-ggplot2" ,r-ggplot2)
12578 ("r-gridextra" ,r-gridextra)))
12579 (home-page "https://cran.r-project.org/web/packages/ACSNMineR")
12580 (synopsis "Gene enrichment analysis")
12581 (description
12582 "This package provides tools to compute and represent gene set enrichment
12583or depletion from your data based on pre-saved maps from the @dfn{Atlas of
12584Cancer Signalling Networks} (ACSN) or user imported maps. The gene set
12585enrichment can be run with hypergeometric test or Fisher exact test, and can
12586use multiple corrections. Visualization of data can be done either by
12587barplots or heatmaps.")
12588 (license license:gpl2+)))
12589
c4d521ba
RW
12590(define-public r-seqinr
12591 (package
12592 (name "r-seqinr")
12593 (version "3.4-5")
12594 (source
12595 (origin
12596 (method url-fetch)
12597 (uri (cran-uri "seqinr" version))
12598 (sha256
12599 (base32
12600 "17zv0n5cji17izwmwg0jcbxbjl3w5rls91w15svcnlpxjms38ahn"))))
12601 (build-system r-build-system)
12602 (propagated-inputs
12603 `(("r-ade4" ,r-ade4)
12604 ("r-segmented" ,r-segmented)))
12605 (inputs
12606 `(("zlib" ,zlib)))
12607 (home-page "http://seqinr.r-forge.r-project.org/")
12608 (synopsis "Biological sequences retrieval and analysis")
12609 (description
12610 "This package provides tools for exploratory data analysis and data
12611visualization of biological sequence (DNA and protein) data. It also includes
12612utilities for sequence data management under the ACNUC system.")
12613 (license license:gpl2+)))
12614
7002c44f
RW
12615(define-public r-units
12616 (package
12617 (name "r-units")
dfe4c8c4 12618 (version "0.6-4")
7002c44f
RW
12619 (source
12620 (origin
12621 (method url-fetch)
12622 (uri (cran-uri "units" version))
12623 (sha256
12624 (base32
dfe4c8c4 12625 "1jz0mzd78sdfxkhqw041ji50hmhjk2ha55i31yjvz35nsw30lwi5"))))
7002c44f
RW
12626 (build-system r-build-system)
12627 (inputs
12628 `(("udunits" ,udunits)))
12629 (propagated-inputs
12630 `(("r-rcpp" ,r-rcpp)))
12631 (home-page "https://github.com/r-quantities/units/")
12632 (synopsis "Measurement Units for R Vectors")
12633 (description
12634 "This package provides support for measurement units in R vectors,
12635matrices and arrays: automatic propagation, conversion, derivation and
12636simplification of units; raising errors in case of unit incompatibility. It
12637is compatible with the @code{POSIXct}, @code{Date} and @code{difftime}
12638classes.")
12639 (license license:gpl2)))
518c1dea
RW
12640
12641(define-public r-classint
12642 (package
12643 (name "r-classint")
24d43986 12644 (version "0.4-1")
518c1dea
RW
12645 (source
12646 (origin
12647 (method url-fetch)
12648 (uri (cran-uri "classInt" version))
12649 (sha256
12650 (base32
24d43986 12651 "00q1bpgblrldckn1rk166q1b0hgap2sjjyfmfcyh6ydk6y73ziir"))))
518c1dea
RW
12652 (properties `((upstream-name . "classInt")))
12653 (build-system r-build-system)
12654 (propagated-inputs
12655 `(("r-class" ,r-class)
1bbfca18
RW
12656 ("r-e1071" ,r-e1071)
12657 ("r-kernsmooth" ,r-kernsmooth)))
518c1dea
RW
12658 (native-inputs `(("gfortran" ,gfortran)))
12659 (home-page "https://github.com/r-spatial/classInt/")
12660 (synopsis "Choose univariate class intervals")
12661 (description
12662 "This package provides selected commonly used methods for choosing
12663univariate class intervals for mapping or other graphics purposes.")
12664 (license license:gpl2+)))
66c08ff4
RW
12665
12666(define-public r-spdata
12667 (package
12668 (name "r-spdata")
12669 (version "0.3.0")
12670 (source
12671 (origin
12672 (method url-fetch)
12673 (uri (cran-uri "spData" version))
12674 (sha256
12675 (base32
12676 "162cqb331ki43jx4r8lpkjpn2l712figd896rnawg9j1jmjyl96y"))))
12677 (properties `((upstream-name . "spData")))
12678 (build-system r-build-system)
12679 (home-page "https://github.com/Nowosad/spData")
12680 (synopsis "Datasets for spatial analysis")
12681 (description
12682 "This a package containing diverse spatial datasets for demonstrating,
12683benchmarking and teaching spatial data analysis. It includes R data of class
12684@code{sf}, @code{Spatial}, and @code{nb}. It also contains data stored in a
12685range of file formats including GeoJSON, ESRI Shapefile and GeoPackage. Some
12686of the datasets are designed to illustrate specific analysis techniques.
12687@code{cycle_hire()} and @code{cycle_hire_osm()}, for example, are designed to
12688illustrate point pattern analysis techniques.")
12689 (license license:cc0)))
e5228273
RW
12690
12691(define-public r-learnbayes
12692 (package
12693 (name "r-learnbayes")
12694 (version "2.15.1")
12695 (source
12696 (origin
12697 (method url-fetch)
12698 (uri (cran-uri "LearnBayes" version))
12699 (sha256
12700 (base32
12701 "0ch54v2zz2yyyk0lvn5rfikdmyz1qh9j1wk3585wl8v58mc0h4cv"))))
12702 (properties `((upstream-name . "LearnBayes")))
12703 (build-system r-build-system)
12704 (home-page "https://cran.r-project.org/web/packages/LearnBayes")
12705 (synopsis "Functions for learning Bayesian inference")
12706 (description
12707 "This package provides a collection of functions helpful in learning the
12708basic tenets of Bayesian statistical inference. It contains functions for
12709summarizing basic one and two parameter posterior distributions and predictive
12710distributions. It contains MCMC algorithms for summarizing posterior
12711distributions defined by the user. It also contains functions for regression
12712models, hierarchical models, Bayesian tests, and illustrations of Gibbs
12713sampling.")
12714 (license license:gpl2+)))
dcc50286
RW
12715
12716(define-public r-deldir
12717 (package
12718 (name "r-deldir")
4eed03ea 12719 (version "0.1-23")
dcc50286
RW
12720 (source
12721 (origin
12722 (method url-fetch)
12723 (uri (cran-uri "deldir" version))
12724 (sha256
12725 (base32
4eed03ea 12726 "0790dwxb2mz1ffz8gd5vwdr0if2q76dzy3vab5rsykf9kz72n4g0"))))
dcc50286
RW
12727 (build-system r-build-system)
12728 (native-inputs `(("gfortran" ,gfortran)))
12729 (home-page "https://cran.r-project.org/web/packages/deldir")
12730 (synopsis "Delaunay triangulation and Dirichlet (Voronoi) tessellation")
12731 (description
12732 "This package provides tools for calculating the Delaunay triangulation
12733and the Dirichlet or Voronoi tessellation (with respect to the entire plane)
12734of a planar point set. It plots triangulations and tessellations in various
12735ways, clips tessellations to sub-windows, calculates perimeters of
12736tessellations, and summarizes information about the tiles of the
12737tessellation.")
12738 (license license:gpl2+)))
d884e407
RW
12739
12740(define-public r-sf
12741 (package
12742 (name "r-sf")
2deb1529 12743 (version "0.7-7")
d884e407
RW
12744 (source
12745 (origin
12746 (method url-fetch)
12747 (uri (cran-uri "sf" version))
12748 (sha256
12749 (base32
2deb1529 12750 "192hw52x1qlif8zyai1kff1wiyr3yl5f7jj1rk3k0nr8das0qy6i"))))
d884e407
RW
12751 (build-system r-build-system)
12752 (inputs
12753 `(("gdal" ,gdal)
12754 ("geos" ,geos)
12755 ("proj" ,proj.4)
12756 ("zlib" ,zlib)))
12757 (propagated-inputs
12758 `(("r-classint" ,r-classint)
12759 ("r-dbi" ,r-dbi)
12760 ("r-magrittr" ,r-magrittr)
12761 ("r-rcpp" ,r-rcpp)
12762 ("r-units" ,r-units)))
12763 (native-inputs `(("pkg-config" ,pkg-config)))
12764 (home-page "https://github.com/r-spatial/sf/")
12765 (synopsis "Simple features for R")
12766 (description
12767 "This package provides support for simple features, a standardized way to
12768encode spatial vector data. It binds to GDAL for reading and writing data, to
12769GEOS for geometrical operations, and to PROJ for projection conversions and
12770datum transformations.")
12771 ;; Either of these licenses
12772 (license (list license:gpl2 license:expat))))
e371e534
RW
12773
12774(define-public r-spdep
12775 (package
12776 (name "r-spdep")
24be014e 12777 (version "1.1-2")
e371e534
RW
12778 (source
12779 (origin
12780 (method url-fetch)
12781 (uri (cran-uri "spdep" version))
12782 (sha256
12783 (base32
24be014e 12784 "06mk81kc1ml2wjc8wwwgr0wasjcr4mwrxpfa8vfc373bmnha635s"))))
e371e534
RW
12785 (build-system r-build-system)
12786 (propagated-inputs
12787 `(("r-boot" ,r-boot)
12788 ("r-coda" ,r-coda)
12789 ("r-deldir" ,r-deldir)
12790 ("r-expm" ,r-expm)
12791 ("r-gmodels" ,r-gmodels)
12792 ("r-learnbayes" ,r-learnbayes)
12793 ("r-mass" ,r-mass)
12794 ("r-matrix" ,r-matrix)
12795 ("r-nlme" ,r-nlme)
12796 ("r-sf" ,r-sf)
12797 ("r-sp" ,r-sp)
12798 ("r-spdata" ,r-spdata)))
12799 (home-page "https://github.com/r-spatial/spdep/")
12800 (synopsis "Spatial dependence: weighting schemes, statistics and models")
12801 (description
12802 "This package provides a collection of functions to create spatial
12803weights matrix objects from polygon contiguities, from point patterns by
12804distance and tessellations, for summarizing these objects, and for permitting
12805their use in spatial data analysis, including regional aggregation by minimum
12806spanning tree.")
12807 (license license:gpl2+)))
91c1fbdf
RW
12808
12809(define-public r-adegenet
12810 (package
12811 (name "r-adegenet")
12812 (version "2.1.1")
12813 (source
12814 (origin
12815 (method url-fetch)
12816 (uri (cran-uri "adegenet" version))
12817 (sha256
12818 (base32
12819 "0ynfblp0hbd3dp3k86fn1wyhqr28lk6hs2bg4q7gyf0sfdfzwhrh"))))
12820 (build-system r-build-system)
12821 (propagated-inputs
12822 `(("r-ade4" ,r-ade4)
12823 ("r-ape" ,r-ape)
12824 ("r-boot" ,r-boot)
12825 ("r-dplyr" ,r-dplyr)
12826 ("r-ggplot2" ,r-ggplot2)
12827 ("r-igraph" ,r-igraph)
12828 ("r-mass" ,r-mass)
12829 ("r-reshape2" ,r-reshape2)
12830 ("r-seqinr" ,r-seqinr)
12831 ("r-shiny" ,r-shiny)
12832 ("r-spdep" ,r-spdep)
12833 ("r-vegan" ,r-vegan)))
12834 (home-page "https://github.com/thibautjombart/adegenet")
12835 (synopsis "Exploratory analysis of genetic and genomic data")
12836 (description
12837 "This package provides a toolset for the exploration of genetic and
12838genomic data. Adegenet provides formal (S4) classes for storing and handling
12839various genetic data, including genetic markers with varying ploidy and
12840hierarchical population structure (@code{genind} class), alleles counts by
12841populations (@code{genpop}), and genome-wide SNP data (@code{genlight}). It
12842also implements original multivariate methods (DAPC, sPCA), graphics,
12843statistical tests, simulation tools, distance and similarity measures, and
12844several spatial methods. A range of both empirical and simulated datasets is
12845also provided to illustrate various methods.")
12846 (license license:gpl2+)))
3d2bc817
RW
12847
12848(define-public r-pegas
12849 (package
12850 (name "r-pegas")
12851 (version "0.11")
12852 (source
12853 (origin
12854 (method url-fetch)
12855 (uri (cran-uri "pegas" version))
12856 (sha256
12857 (base32
12858 "0l21bapzbjcvblbvks3jh9rpy9hng1ccd7f0glhqw695lc737bpx"))))
12859 (build-system r-build-system)
12860 (propagated-inputs
12861 `(("r-adegenet" ,r-adegenet)
12862 ("r-ape" ,r-ape)))
12863 (home-page "http://ape-package.ird.fr/pegas.html")
12864 (synopsis "Population and evolutionary genetics analysis system")
12865 (description
12866 "This package provides functions for reading, writing, plotting,
12867analysing, and manipulating allelic and haplotypic data, including from VCF
12868files, and for the analysis of population nucleotide sequences and
12869micro-satellites including coalescent analyses, linkage disequilibrium,
12870population structure (Fst, Amova) and equilibrium (HWE), haplotype networks,
12871minimum spanning tree and network, and median-joining networks.")
12872 (license license:gpl2+)))
cd977b35
RW
12873
12874(define-public r-rmetasim
12875 (package
12876 (name "r-rmetasim")
12877 (version "3.1.7")
12878 (source
12879 (origin
12880 (method url-fetch)
12881 (uri (cran-uri "rmetasim" version))
12882 (sha256
12883 (base32
12884 "0sz4mdprdi6sgkfwfdvh2hr9nxiwq17sw0vggq3cvs7lzb0i6m9r"))))
12885 (build-system r-build-system)
12886 (propagated-inputs
12887 `(("r-ade4" ,r-ade4)
12888 ("r-adegenet" ,r-adegenet)
12889 ("r-gtools" ,r-gtools)
12890 ("r-pegas" ,r-pegas)))
12891 (home-page "https://cran.r-project.org/web/packages/rmetasim")
12892 (synopsis "Individual-based population genetic simulation environment")
12893 (description
12894 "This package provides an interface between R and the metasim simulation
12895engine. The simulation environment is documented in: Strand, A.(2002),
12896Metasim 1.0: an individual-based environment for simulating population
12897genetics of complex population dynamics.")
12898 ;; Any GPL version
12899 (license license:gpl2+)))
601ddf02
RW
12900
12901(define-public r-genetics
12902 (package
12903 (name "r-genetics")
f1c1bbc1 12904 (version "1.3.8.1.2")
601ddf02
RW
12905 (source
12906 (origin
12907 (method url-fetch)
12908 (uri (cran-uri "genetics" version))
12909 (sha256
12910 (base32
f1c1bbc1 12911 "1v0ylnia6c44v356dsmnkx6054vcxazpzsrdh3yph5ch5vg6gjrh"))))
601ddf02
RW
12912 (build-system r-build-system)
12913 (propagated-inputs
12914 `(("r-combinat" ,r-combinat)
12915 ("r-gdata" ,r-gdata)
12916 ("r-gtools" ,r-gtools)
12917 ("r-mass" ,r-mass)
12918 ("r-mvtnorm" ,r-mvtnorm)))
12919 (home-page "https://cran.r-project.org/web/packages/genetics/")
12920 (synopsis "Population genetics")
12921 (description
12922 "This package provides classes and methods for handling genetic data.
12923It includes classes to represent genotypes and haplotypes at single markers up
12924to multiple markers on multiple chromosomes. Function include allele
12925frequencies, flagging homo/heterozygotes, flagging carriers of certain
12926alleles, estimating and testing for Hardy-Weinberg disequilibrium, estimating
12927and testing for linkage disequilibrium, ...")
12928 ;; Any GPL version.
12929 (license license:gpl2+)))
5ef7d057
RW
12930
12931(define-public r-snp-plotter
12932 (package
12933 (name "r-snp-plotter")
12934 (version "0.5.1")
12935 (source
12936 (origin
12937 (method url-fetch)
12938 (uri (cran-uri "snp.plotter" version))
12939 (sha256
12940 (base32
12941 "16apsqvkah5l0d5qcwp3lq2jspkb6n62wzr0wskmj84jblx483vv"))))
12942 (properties `((upstream-name . "snp.plotter")))
12943 (build-system r-build-system)
12944 (propagated-inputs `(("r-genetics" ,r-genetics)))
12945 (home-page "https://cran.r-project.org/web/packages/snp.plotter/")
12946 (synopsis "Plot p-values using single SNP and/or haplotype data")
12947 (description
12948 "This package helps you create plots of p-values using single SNP and/or
12949haplotype data. Main features of the package include options to display a
12950@dfn{linkage disequilibrium} (LD) plot and the ability to plot multiple
12951datasets simultaneously. Plots can be created using global and/or individual
12952haplotype p-values along with single SNP p-values. Images are created as
12953either PDF/EPS files.")
12954 (license license:gpl2+)))
6a472af3
RW
12955
12956(define-public r-polspline
12957 (package
12958 (name "r-polspline")
9fea25cf 12959 (version "1.1.15")
6a472af3
RW
12960 (source
12961 (origin
12962 (method url-fetch)
12963 (uri (cran-uri "polspline" version))
12964 (sha256
12965 (base32
9fea25cf 12966 "19zs4kpagsrzhng1byjbz1c4jxnfk58h4rgr096ml1bjwrgamnwc"))))
6a472af3
RW
12967 (build-system r-build-system)
12968 (native-inputs `(("gfortran" ,gfortran)))
12969 (home-page "https://cran.r-project.org/web/packages/polspline/")
12970 (synopsis "Polynomial spline routines")
12971 (description
12972 "This package provides routines for the polynomial spline fitting
12973routines hazard regression, hazard estimation with flexible tails, logspline,
12974lspec, polyclass, and polymars.")
12975 (license license:gpl2+)))
a8c965cf
RW
12976
12977(define-public r-rms
12978 (package
12979 (name "r-rms")
88a39cc6 12980 (version "5.1-3.1")
a8c965cf
RW
12981 (source
12982 (origin
12983 (method url-fetch)
12984 (uri (cran-uri "rms" version))
12985 (sha256
12986 (base32
88a39cc6 12987 "0drbr3g0x5pbxyzy50wnf92rbal8izizrcqslqhg0gsfg9adjih9"))))
a8c965cf
RW
12988 (build-system r-build-system)
12989 (propagated-inputs
12990 `(("r-ggplot2" ,r-ggplot2)
12991 ("r-hmisc" ,r-hmisc)
12992 ("r-htmltable" ,r-htmltable)
12993 ("r-htmltools" ,r-htmltools)
12994 ("r-lattice" ,r-lattice)
12995 ("r-multcomp" ,r-multcomp)
12996 ("r-nlme" ,r-nlme)
12997 ("r-polspline" ,r-polspline)
12998 ("r-quantreg" ,r-quantreg)
12999 ("r-rpart" ,r-rpart)
13000 ("r-sparsem" ,r-sparsem)
13001 ("r-survival" ,r-survival)))
13002 (native-inputs `(("gfortran" ,gfortran)))
13003 (home-page "http://biostat.mc.vanderbilt.edu/rms")
13004 (synopsis "Regression modeling strategies")
13005 (description
13006 "This is a package for regression modeling, testing, estimation,
13007validation, graphics, prediction, and typesetting by storing enhanced model
13008design attributes in the fit. The rms package is a collection of functions
13009that assist with and streamline modeling. It also contains functions for
13010binary and ordinal logistic regression models, ordinal models for continuous Y
13011with a variety of distribution families, and the Buckley-James multiple
13012regression model for right-censored responses, and implements penalized
13013maximum likelihood estimation for logistic and ordinary linear models. The
13014package works with almost any regression model, but it was especially written
13015to work with binary or ordinal regression models, Cox regression, accelerated
13016failure time models, ordinary linear models, the Buckley-James model,
13017generalized least squares for serially or spatially correlated observations,
13018generalized linear models, and quantile regression.")
13019 (license license:gpl2+)))
cd47dcf6
RW
13020
13021(define-public r-haplo-stats
13022 (package
13023 (name "r-haplo-stats")
13024 (version "1.7.9")
13025 (source
13026 (origin
13027 (method url-fetch)
13028 (uri (cran-uri "haplo.stats" version))
13029 (sha256
13030 (base32
13031 "19kxascqq5qz0zdxx0w837ji207y1z2ggxkl4vmlbay03k2dw2mx"))))
13032 (properties `((upstream-name . "haplo.stats")))
13033 (build-system r-build-system)
13034 (propagated-inputs
13035 `(("r-rms" ,r-rms)))
13036 (native-inputs
13037 `(("r-r-rsp" ,r-r-rsp))) ; for vignettes
13038 (home-page "https://www.mayo.edu/research/labs/statistical-genetics-genetic-epidemiology/software")
13039 (synopsis "Analysis of haplotypes when linkage phase is ambiguous")
13040 (description
13041 "This package provides routines for the analysis of indirectly measured
13042haplotypes. The statistical methods assume that all subjects are unrelated
13043and that haplotypes are ambiguous (due to unknown linkage phase of the genetic
13044markers). The main functions are: @code{haplo.em()}, @code{haplo.glm()},
13045@code{haplo.score()}, and @code{haplo.power()}; all of which have detailed
13046examples in the vignette.")
13047 (license license:gpl2+)))
bffb5826
RW
13048
13049(define-public r-bqtl
13050 (package
13051 (name "r-bqtl")
13052 (version "1.0-32")
13053 (source
13054 (origin
13055 (method url-fetch)
13056 (uri (cran-uri "bqtl" version))
13057 (sha256
13058 (base32
13059 "0jjqgsm9fmvz5nkgz608xfljjpmaf4rs4f7kxvpqn4b1l9s5lhci"))))
13060 (build-system r-build-system)
13061 (native-inputs `(("gfortran" ,gfortran)))
13062 (home-page "http://famprevmed.ucsd.edu/faculty/cberry/bqtl/")
13063 (synopsis "Bayesian QTL mapping toolkit")
13064 (description
13065 "This is a QTL mapping toolkit for inbred crosses and recombinant inbred
13066lines. It includes maximum likelihood and Bayesian tools.")
13067 (license license:gpl2+)))
73fcd222
RW
13068
13069(define-public r-ibdreg
13070 (package
13071 (name "r-ibdreg")
13072 (version "0.2.5")
13073 (source
13074 (origin
13075 (method url-fetch)
13076 (uri (cran-uri "ibdreg" version))
13077 (sha256
13078 (base32
13079 "1kaa5q1byi30wzr0mw4w2cv1ssxprzcwf91wrpqwkgcsdy7dkh2g"))))
13080 (build-system r-build-system)
13081 (home-page "https://www.mayo.edu/research/labs/\
13082statistical-genetics-genetic-epidemiology/software")
13083 (synopsis "Regression methods for IBD linkage with covariates")
13084 (description
13085 "This package provides a method to test genetic linkage with covariates
13086by regression methods with response IBD sharing for relative pairs. Account
13087for correlations of IBD statistics and covariates for relative pairs within
13088the same pedigree.")
13089 (license license:gpl2+)))
d4a255a4
RW
13090
13091(define-public r-dlmap
13092 (package
13093 (name "r-dlmap")
13094 (version "1.13")
13095 (source
13096 (origin
13097 (method url-fetch)
13098 (uri (cran-uri "dlmap" version))
13099 (sha256
13100 (base32
13101 "0s6wlkggkm3qndwyvw72xv1n0mcjb7ss3ajbq2ll6rv30splq0db"))))
13102 (build-system r-build-system)
13103 (propagated-inputs
13104 `(("r-ibdreg" ,r-ibdreg)
13105 ("r-mgcv" ,r-mgcv)
13106 ("r-nlme" ,r-nlme)
13107 ("r-qtl" ,r-qtl)
13108 ("r-wgaim" ,r-wgaim)))
13109 (home-page "https://cran.r-project.org/web/packages/dlmap/")
13110 (synopsis "Detection localization mapping for QTL")
13111 (description
13112 "This is package for QTL mapping in a mixed model framework with separate
13113detection and localization stages. The first stage detects the number of QTL
13114on each chromosome based on the genetic variation due to grouped markers on
13115the chromosome; the second stage uses this information to determine the most
13116likely QTL positions. The mixed model can accommodate general fixed and
13117random effects, including spatial effects in field trials and pedigree
13118effects. It is applicable to backcrosses, doubled haploids, recombinant
13119inbred lines, F2 intercrosses, and association mapping populations.")
13120 (license license:gpl2)))
1cdd9f0e
RW
13121
13122(define-public r-ldheatmap
13123 (package
13124 (name "r-ldheatmap")
1a88de18 13125 (version "0.99-7")
1cdd9f0e
RW
13126 (source
13127 (origin
13128 (method url-fetch)
13129 (uri (cran-uri "LDheatmap" version))
13130 (sha256
13131 (base32
1a88de18 13132 "1r0j8bihi5z1x0sgaf7dwzpsw9i0nc1vylvipvc0cia2ka1lr9dc"))))
1cdd9f0e
RW
13133 (properties `((upstream-name . "LDheatmap")))
13134 (build-system r-build-system)
13135 (propagated-inputs
13136 `(("r-genetics" ,r-genetics)
1a88de18 13137 ("r-rcpp" ,r-rcpp)
1cdd9f0e
RW
13138 ("r-snpstats" ,r-snpstats)))
13139 (home-page "http://stat.sfu.ca/statgen/research/ldheatmap.html")
13140 (synopsis "Graphical display of pairwise linkage disequilibria between SNPs")
13141 (description
13142 "This package provides tools to produce a graphical display, as a heat
13143map, of measures of pairwise linkage disequilibria between SNPs. Users may
13144optionally include the physical locations or genetic map distances of each SNP
13145on the plot.")
13146 (license license:gpl3)))
b8fea3c8
RW
13147
13148(define-public r-hwde
13149 (package
13150 (name "r-hwde")
13151 (version "0.67")
13152 (source
13153 (origin
13154 (method url-fetch)
13155 (uri (cran-uri "hwde" version))
13156 (sha256
13157 (base32
13158 "0wb2f9i5qi7w77ygh8bvydfpr7j5x8dyvnnhdkajaz0wdcpkyaqy"))))
13159 (build-system r-build-system)
13160 (home-page "https://cran.r-project.org/web/packages/hwde/")
13161 (synopsis "Models and tests for departure from Hardy-Weinberg equilibrium")
13162 (description
13163 "This package fits models for genotypic disequilibria, as described in
13164Huttley and Wilson (2000), Weir (1996) and Weir and Wilson (1986). Contrast
13165terms are available that account for first order interactions between loci.
13166It also implements, for a single locus in a single population, a conditional
13167exact test for Hardy-Weinberg equilibrium.")
13168 (license license:gpl2+)))
7cd4ff2f
RW
13169
13170(define-public r-tdthap
13171 (package
13172 (name "r-tdthap")
87b43815 13173 (version "1.1-11")
7cd4ff2f
RW
13174 (source
13175 (origin
13176 (method url-fetch)
13177 (uri (cran-uri "tdthap" version))
13178 (sha256
13179 (base32
87b43815 13180 "15qlj2bivvz3pizd8dq34wczbkbxhzqh3cqp1ixkdkprlyvcxj5k"))))
7cd4ff2f
RW
13181 (build-system r-build-system)
13182 (home-page "https://cran.r-project.org/web/packages/tdthap/")
13183 (synopsis "TDT tests for extended haplotypes")
13184 (description
13185 "Functions and examples are provided for transmission/disequilibrium
13186tests for extended marker haplotypes, as in Clayton, D. and Jones, H. (1999)
13187\"Transmission/disequilibrium tests for extended marker haplotypes\".")
13188 (license license:artistic2.0)))
469fb438
RW
13189
13190(define-public r-sparql
13191 (package
13192 (name "r-sparql")
13193 (version "1.16")
13194 (source (origin
13195 (method url-fetch)
13196 (uri (cran-uri "SPARQL" version))
13197 (sha256
13198 (base32
13199 "0gak1q06yyhdmcxb2n3v0h9gr1vqd0viqji52wpw211qp6r6dcrc"))))
13200 (properties `((upstream-name . "SPARQL")))
13201 (build-system r-build-system)
13202 (propagated-inputs
13203 `(("r-rcurl" ,r-rcurl)
13204 ("r-xml" ,r-xml)))
13205 (home-page "https://cran.r-project.org/web/packages/SPARQL")
13206 (synopsis "SPARQL client for R")
13207 (description "This package provides an interface to use SPARQL to pose
13208SELECT or UPDATE queries to an end-point.")
13209 ;; The only license indication is found in the DESCRIPTION file,
13210 ;; which states GPL-3. So we cannot assume GPLv3+.
13211 (license license:gpl3)))
0ef062b3
RW
13212
13213(define-public r-bookdown
13214 (package
13215 (name "r-bookdown")
e768b339 13216 (version "0.13")
0ef062b3
RW
13217 (source (origin
13218 (method url-fetch)
13219 (uri (cran-uri "bookdown" version))
13220 (sha256
13221 (base32
e768b339 13222 "15r9scgnq68hmfcfxvjk286hpbr825bib1d2kgh0lv3dgz2i2bg1"))))
0ef062b3
RW
13223 (build-system r-build-system)
13224 (propagated-inputs
13225 `(("r-htmltools" ,r-htmltools)
13226 ("r-knitr" ,r-knitr)
13227 ("r-rmarkdown" ,r-rmarkdown)
13228 ("r-tinytex" ,r-tinytex)
650e8def
RW
13229 ("r-xfun" ,r-xfun)
13230 ("pandoc" ,ghc-pandoc)))
0ef062b3
RW
13231 (home-page "https://github.com/rstudio/bookdown")
13232 (synopsis "Authoring books and technical documents with R markdown")
13233 (description "This package provides output formats and utilities for
13234authoring books and technical documents with R Markdown.")
13235 (license license:gpl3)))
72a216a9
RW
13236
13237(define-public r-optparse
13238 (package
13239 (name "r-optparse")
b85a5f3b 13240 (version "1.6.2")
72a216a9
RW
13241 (source
13242 (origin
13243 (method url-fetch)
13244 (uri (cran-uri "optparse" version))
13245 (sha256
13246 (base32
b85a5f3b 13247 "0zrp6jakjhawrwfri270ym83vj5a7nvjk0w6b41z41ahw2da99dm"))))
72a216a9
RW
13248 (build-system r-build-system)
13249 (propagated-inputs
13250 `(("r-getopt" ,r-getopt)))
13251 (home-page "https://github.com/trevorld/optparse")
13252 (synopsis "Command line option parser")
13253 (description
13254 "This package provides a command line parser inspired by Python's
13255@code{optparse} library to be used with Rscript to write shebang scripts
13256that accept short and long options.")
13257 (license license:gpl2+)))
c5a2b518
RW
13258
13259(define-public r-wgcna
13260 (package
13261 (name "r-wgcna")
7a857771 13262 (version "1.68")
c5a2b518
RW
13263 (source
13264 (origin
13265 (method url-fetch)
13266 (uri (cran-uri "WGCNA" version))
13267 (sha256
13268 (base32
7a857771 13269 "1s7gy5vd7x67hpgli8r7ba2z99w3psiyv5hqmrh94zw141dg210a"))))
c5a2b518
RW
13270 (properties `((upstream-name . "WGCNA")))
13271 (build-system r-build-system)
13272 (propagated-inputs
13273 `(("r-annotationdbi" ,r-annotationdbi)
13274 ("r-doparallel" ,r-doparallel)
13275 ("r-dynamictreecut" ,r-dynamictreecut)
13276 ("r-fastcluster" ,r-fastcluster)
13277 ("r-foreach" ,r-foreach)
13278 ("r-go-db" ,r-go-db)
13279 ("r-hmisc" ,r-hmisc)
13280 ("r-impute" ,r-impute)
13281 ("r-rcpp" ,r-rcpp)
13282 ("r-robust" ,r-robust)
13283 ("r-survival" ,r-survival)
13284 ("r-matrixstats" ,r-matrixstats)
13285 ("r-preprocesscore" ,r-preprocesscore)))
13286 (home-page
13287 "http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/Rpackages/WGCNA/")
13288 (synopsis "Weighted correlation network analysis")
13289 (description
13290 "This package provides functions necessary to perform Weighted
13291Correlation Network Analysis on high-dimensional data. It includes functions
13292for rudimentary data cleaning, construction and summarization of correlation
13293networks, module identification and functions for relating both variables and
13294modules to sample traits. It also includes a number of utility functions for
13295data manipulation and visualization.")
13296 (license license:gpl2+)))
bac0ca32
RW
13297
13298(define-public r-kernlab
13299 (package
13300 (name "r-kernlab")
13301 (version "0.9-27")
13302 (source
13303 (origin
13304 (method url-fetch)
13305 (uri (cran-uri "kernlab" version))
13306 (sha256
13307 (base32
13308 "1m0xqf6gyvwayz7w3c83y32ayvnlz0jicj8ijk808zq9sh7dbbgn"))))
13309 (build-system r-build-system)
13310 (home-page "https://cran.r-project.org/web/packages/kernlab")
13311 (synopsis "Kernel-based machine learning tools")
13312 (description
13313 "This package provides kernel-based machine learning methods for
13314classification, regression, clustering, novelty detection, quantile regression
13315and dimensionality reduction. Among other methods @code{kernlab} includes
13316Support Vector Machines, Spectral Clustering, Kernel PCA, Gaussian Processes
13317and a QP solver.")
13318 (license license:gpl2)))
a0583c0d
RW
13319
13320(define-public r-hierfstat
13321 (package
13322 (name "r-hierfstat")
13323 (version "0.04-22")
13324 (source
13325 (origin
13326 (method url-fetch)
13327 (uri (cran-uri "hierfstat" version))
13328 (sha256
13329 (base32
13330 "1fav2v2996v5kb1ffa6v5wxfm921syxg6as034vd3j4jfhdibyfx"))))
13331 (build-system r-build-system)
13332 (propagated-inputs
13333 `(("r-ade4" ,r-ade4)
13334 ("r-adegenet" ,r-adegenet)
13335 ("r-gtools" ,r-gtools)))
13336 (home-page "https://cran.r-project.org/web/packages/hierfstat/")
13337 (synopsis "Estimation and tests of hierarchical F-statistics")
13338 (description
13339 "This package allows the estimation of hierarchical F-statistics from
13340haploid or diploid genetic data with any numbers of levels in the hierarchy,
13341following the algorithm of Yang (Evolution, 1998, 52(4):950-956). Functions
13342are also given to test via randomisations the significance of each F and
13343variance components, using the likelihood-ratio statistics G.")
13344 (license license:gpl2+)))
3080b81a
RW
13345
13346(define-public r-hapassoc
13347 (package
13348 (name "r-hapassoc")
13349 (version "1.2-8")
13350 (source
13351 (origin
13352 (method url-fetch)
13353 (uri (cran-uri "hapassoc" version))
13354 (sha256
13355 (base32
13356 "0qs5jl0snzfchgpp6pabncwywxcmi743g91jvjiyyzw0lw85yv4s"))))
13357 (build-system r-build-system)
13358 (home-page "http://stat.sfu.ca/statgen/research/hapassoc.html")
13359 (synopsis "Inference of trait associations with SNP haplotypes")
13360 (description
13361 "Hapassoc performs likelihood inference of trait associations with
13362haplotypes and other covariates in @dfn{generalized linear models} (GLMs). The
13363functions are developed primarily for data collected in cohort or
13364cross-sectional studies. They can accommodate uncertain haplotype phase and
13365handle missing genotypes at some SNPs.")
13366 (license license:gpl2)))
7166b77a
RW
13367
13368(define-public r-sampling
13369 (package
13370 (name "r-sampling")
13371 (version "2.8")
13372 (source
13373 (origin
13374 (method url-fetch)
13375 (uri (cran-uri "sampling" version))
13376 (sha256
13377 (base32
13378 "06pj7dan0mknpsblmlnk7am78qrnwgnql5vvx7vmbfvib7rj6s9m"))))
13379 (build-system r-build-system)
13380 (propagated-inputs
13381 `(("r-lpsolve" ,r-lpsolve)
13382 ("r-mass" ,r-mass)))
13383 (home-page "https://cran.r-project.org/web/packages/sampling/")
13384 (synopsis "Survey sampling")
13385 (description
13386 "This package provides functions for drawing and calibrating samples.")
13387 (license license:gpl2+)))
4f8b1fb3
RW
13388
13389(define-public r-r2html
13390 (package
13391 (name "r-r2html")
13392 (version "2.3.2")
13393 (source
13394 (origin
13395 (method url-fetch)
13396 (uri (cran-uri "R2HTML" version))
13397 (sha256
13398 (base32
13399 "00kxny7hajs9r2kw63qk7d03ggdxx2j1g8vbrmzp806y8aczvik9"))))
13400 (properties `((upstream-name . "R2HTML")))
13401 (build-system r-build-system)
13402 (home-page "https://github.com/nalimilan/R2HTML")
13403 (synopsis "HTML export for R objects")
13404 (description
13405 "This package includes HTML functions and methods to write in an HTML
13406file. Thus, making HTML reports is easy. It includes a function that allows
13407redirection on the fly, which appears to be very useful for teaching purposes,
13408as the student can keep a copy of the produced output to keep all that they
13409did during the course. The package comes with a vignette describing how to
13410write HTML reports for statistical analysis. Finally, a driver for Sweave
13411allows to parse HTML flat files containing R code and to automatically write
13412the corresponding outputs (tables and graphs).")
13413 (license license:gpl2+)))
3f6e6e98
RW
13414
13415(define-public r-rjava
13416 (package
13417 (name "r-rjava")
f2f89e9a 13418 (version "0.9-11")
3f6e6e98
RW
13419 (source
13420 (origin
13421 (method url-fetch)
13422 (uri (cran-uri "rJava" version))
13423 (sha256
13424 (base32
f2f89e9a 13425 "0s9cjy1wh7snmbqwznh8f1r4ipylr7mgda4a979z963a8lqy32n2"))))
3f6e6e98
RW
13426 (properties `((upstream-name . "rJava")))
13427 (build-system r-build-system)
13428 (arguments
13429 `(#:modules ((guix build utils)
13430 (guix build r-build-system)
13431 (ice-9 match))
13432 #:phases
13433 (modify-phases %standard-phases
13434 (add-after 'unpack 'set-JAVA_HOME
13435 (lambda* (#:key inputs #:allow-other-keys)
13436 (let ((jdk (assoc-ref inputs "jdk")))
13437 (setenv "JAVA_HOME" jdk)
13438 (setenv "JAVA" (which "java"))
13439 (setenv "JAR" (which "jar"))
13440 (setenv "JAVAC" (which "javac"))
13441 (setenv "JAVAH" (which "javah"))
13442 (setenv "JAVA_CPPFLAGS"
13443 (string-append "-I" jdk "/include "
13444 "-I" jdk "/include/linux"))
13445 (match (find-files (string-append jdk "/jre/lib/") "libjvm.so")
13446 ((lib) (setenv "JAVA_LIBS" lib))
13447 (_ (error "Could not find libjvm.so"))))
13448 #t)))))
13449 (inputs
13450 `(("icu4c" ,icu4c)
13451 ("jdk" ,icedtea-8 "jdk")
13452 ("pcre" ,pcre)
13453 ("zlib" ,zlib)))
13454 (home-page "http://www.rforge.net/rJava/")
13455 (synopsis "Low-Level R to Java interface")
13456 (description
13457 "This package provides a low-level interface to the Java VM very much
13458like .C/.Call and friends. It allows the creation of objects, calling methods
13459and accessing fields.")
13460 (license license:gpl2)))
b9b177b3
RW
13461
13462(define-public r-svmisc
13463 (package
13464 (name "r-svmisc")
13465 (version "1.1.0")
13466 (source
13467 (origin
13468 (method url-fetch)
13469 (uri (cran-uri "svMisc" version))
13470 (sha256
13471 (base32
13472 "01r2a73wx2sh1njky961fxabx5wgddqqjqba6vjg0f3h8r3abmn2"))))
13473 (properties `((upstream-name . "svMisc")))
13474 (build-system r-build-system)
13475 (home-page "https://github.com/SciViews/svMisc")
13476 (synopsis "Miscellaneous functions for SciViews")
13477 (description
13478 "This package provides miscellaneous functions for SciViews or general
13479use, including tools to manage a temporary environment attached to the search
13480path for temporary variables you do not want to @code{save()} or
13481@code{load()}; test the current platform; showing progress bars, etc.")
13482 (license license:gpl2)))
18c51cf3
RW
13483
13484(define-public r-xyz
13485 (package
13486 (name "r-xyz")
13487 (version "0.2")
13488 (source
13489 (origin
13490 (method url-fetch)
13491 (uri (cran-uri "xyz" version))
13492 (sha256
13493 (base32
13494 "13w4sb4pvgciwr8wsz785dafj2k2kpx7znz46r5d32wx88vkycp4"))))
13495 (build-system r-build-system)
13496 (propagated-inputs
13497 `(("r-rcpp" ,r-rcpp)))
13498 (home-page "https://cran.r-project.org/web/packages/xyz/")
13499 (synopsis "Algorithm for fast interaction search in high-dimensional data")
13500 (description
13501 "High dimensional interaction search by brute force requires a quadratic
13502computational cost in the number of variables. The xyz algorithm provably
13503finds strong interactions in almost linear time. For details of the algorithm
13504see: G. Thanei, N. Meinshausen and R. Shah (2016). The xyz algorithm for fast
13505interaction search in high-dimensional data.")
13506 ;; Any version of the GPL.
13507 (license license:gpl2+)))
81df4e1e
RW
13508
13509(define-public r-rttf2pt1
13510 (package
13511 (name "r-rttf2pt1")
13512 (version "1.3.7")
13513 (source
13514 (origin
13515 (method url-fetch)
13516 (uri (cran-uri "Rttf2pt1" version))
13517 (sha256
13518 (base32
13519 "12hf9r3mhjr9sawdvf7qhjf1zph2q64f77i81jwvy7awidbm0kja"))))
13520 (properties `((upstream-name . "Rttf2pt1")))
13521 (build-system r-build-system)
13522 (home-page "https://github.com/wch/Rttf2pt1")
13523 (synopsis "Font conversion utility")
13524 (description
13525 "This package contains the program @code{ttf2pt1}, for use with the
13526@code{extrafont} package.")
13527 ;; Most of the files are covered under the Expat license. Some files are
13528 ;; covered under BSD-3. Deviations for individual files are recorded in
13529 ;; the LICENSE file.
13530 (license (list license:bsd-3 license:expat
13531 (license:non-copyleft "file://LICENSE")))))
b6933ea6
RW
13532
13533(define-public r-extrafontdb
13534 (package
13535 (name "r-extrafontdb")
13536 (version "1.0")
13537 (source
13538 (origin
13539 (method url-fetch)
13540 (uri (cran-uri "extrafontdb" version))
13541 (sha256
13542 (base32
13543 "115n42hfvv5h4nn4cfkfmkmn968py4lpy8zd0d6w5yylwpzbm8gs"))))
13544 (build-system r-build-system)
13545 (home-page "https://github.com/wch/extrafontdb")
13546 (synopsis "Database for the extrafont package")
13547 (description
13548 "This package holds the database for the @code{extrafont} package.")
13549 (license license:gpl2)))
2331bf2a
RW
13550
13551(define-public r-extrafont
13552 (package
13553 (name "r-extrafont")
13554 (version "0.17")
13555 (source
13556 (origin
13557 (method url-fetch)
13558 (uri (cran-uri "extrafont" version))
13559 (sha256
13560 (base32
13561 "0b9k2n9sk23bh45hjgnkxpjyvpdrz1hx7kmxvmb4nhlhm1wpsv9g"))))
13562 (build-system r-build-system)
13563 (propagated-inputs
13564 `(("r-extrafontdb" ,r-extrafontdb)
13565 ("r-rttf2pt1" ,r-rttf2pt1)))
13566 (home-page "https://github.com/wch/extrafont")
13567 (synopsis "Tools for using fonts in R")
13568 (description
13569 "The extrafont package makes it easier to use fonts other than the basic
13570PostScript fonts that R uses. Fonts that are imported into extrafont can be
13571used with PDF or PostScript output files. There are two hurdles for using
13572fonts in PDF (or Postscript) output files:
13573
13574@enumerate
13575@item Making R aware of the font and the dimensions of the characters.
13576@item Embedding the fonts in the PDF file so that the PDF can be displayed
13577 properly on a device that doesn't have the font. This is usually needed if
13578 you want to print the PDF file or share it with others.
13579@end enumerate
13580
13581The extrafont package makes both of these things easier.")
13582 (license license:gpl2)))
2d704608
RW
13583
13584(define-public r-xkcd
13585 (package
13586 (name "r-xkcd")
13587 (version "0.0.6")
13588 (source
13589 (origin
13590 (method url-fetch)
13591 (uri (cran-uri "xkcd" version))
13592 (sha256
13593 (base32
13594 "1z2y0ihn68ppay7xkglhw7djki5654g6z4bbpyy41if57z9q554f"))))
13595 (build-system r-build-system)
13596 (propagated-inputs
13597 `(("r-extrafont" ,r-extrafont)
13598 ("r-ggplot2" ,r-ggplot2)
13599 ("r-hmisc" ,r-hmisc)))
13600 (home-page "https://cran.r-project.org/web/packages/xkcd/")
13601 (synopsis "Plot ggplot2 graphics in the XKCD style")
13602 (description
13603 "This package provides the means to plot ggplot2 graphs in the style of
13604the XKCD web comic.")
13605 (license license:gpl3)))
0d50d0df
RW
13606
13607(define-public r-msigdbr
13608 (package
13609 (name "r-msigdbr")
995a20e8 13610 (version "7.0.1")
0d50d0df
RW
13611 (source
13612 (origin
13613 (method url-fetch)
13614 (uri (cran-uri "msigdbr" version))
13615 (sha256
13616 (base32
995a20e8 13617 "19p8z617m3my8la7n1qgb1s2msf940r372im3q30qkbcx3qxg3sd"))))
0d50d0df
RW
13618 (build-system r-build-system)
13619 (propagated-inputs
13620 `(("r-dplyr" ,r-dplyr)
13621 ("r-magrittr" ,r-magrittr)
13622 ("r-rlang" ,r-rlang)
13623 ("r-tibble" ,r-tibble)))
13624 (home-page "https://github.com/igordot/msigdbr")
13625 (synopsis "MSigDB gene sets for multiple organisms")
13626 (description
13627 "This package provides the @dfn{Molecular Signatures Database} (MSigDB)
13628gene sets typically used with the @dfn{Gene Set Enrichment Analysis} (GSEA)
13629software in a standard R data frame with key-value pairs. Included are the
13630original human gene symbols and Entrez IDs as well as the equivalents for
13631various frequently studied model organisms such as mouse, rat, pig, fly, and
13632yeast.")
13633 ;; The package is covered under the Expat license, but the upstream MSigDB
13634 ;; files are made available under the Creative Commons Attribution 4.0
13635 ;; International license.
13636 (license (list license:expat license:cc-by4.0))))
585d5ae0
RW
13637
13638(define-public r-gridgraphics
13639 (package
13640 (name "r-gridgraphics")
b985cc35 13641 (version "0.4-1")
585d5ae0
RW
13642 (source
13643 (origin
13644 (method url-fetch)
13645 (uri (cran-uri "gridGraphics" version))
13646 (sha256
13647 (base32
b985cc35 13648 "1kr3p54bkv2q7agxrva30y9bkwkiq1k2cfl5z1kvyjv6f5xi4w5p"))))
585d5ae0
RW
13649 (properties `((upstream-name . "gridGraphics")))
13650 (build-system r-build-system)
13651 (home-page "https://github.com/pmur002/gridgraphics")
13652 (synopsis "Redraw base graphics using @code{grid} graphics")
13653 (description
13654 "This package provides functions to convert a page of plots drawn with
13655the @code{graphics} package into identical output drawn with the @code{grid}
13656package. The result looks like the original @code{graphics}-based plot, but
13657consists of @code{grid} grobs and viewports that can then be manipulated with
13658@code{grid} functions (e.g., edit grobs and revisit viewports).")
13659 (license license:gpl2+)))
1c59ec70
RW
13660
13661(define-public r-farver
13662 (package
13663 (name "r-farver")
13664 (version "1.1.0")
13665 (source
13666 (origin
13667 (method url-fetch)
13668 (uri (cran-uri "farver" version))
13669 (sha256
13670 (base32
13671 "1dllgx121al374gyp9pjv1m8ip4imm8zhbgyh1970dsz2c4z71i0"))))
13672 (build-system r-build-system)
13673 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
13674 (home-page "https://github.com/thomasp85/farver")
13675 (synopsis "Vectorized color conversion and comparison")
13676 (description
13677 "The encoding of color can be handled in many different ways, using
13678different color spaces. As different color spaces have different uses,
13679efficient conversion between these representations are important. This
13680package provides a set of functions that gives access to very fast color space
13681conversion and comparisons implemented in C++, and offers 100-fold speed
13682improvements over the @code{convertColor} function in the @code{grDevices}
13683package.")
13684 (license license:expat)))
e2582883
RW
13685
13686(define-public r-ggplotify
13687 (package
13688 (name "r-ggplotify")
f2758945 13689 (version "0.0.4")
e2582883
RW
13690 (source
13691 (origin
13692 (method url-fetch)
13693 (uri (cran-uri "ggplotify" version))
13694 (sha256
13695 (base32
f2758945 13696 "0nv3wdmxnc5ww9m3xlgnb0jp30j45dg33nqc6gg3y36svg8anjcg"))))
e2582883
RW
13697 (build-system r-build-system)
13698 (propagated-inputs
13699 `(("r-ggplot2" ,r-ggplot2)
13700 ("r-gridgraphics" ,r-gridgraphics)
13701 ("r-rvcheck" ,r-rvcheck)))
13702 (home-page "https://github.com/GuangchuangYu/ggplotify")
13703 (synopsis "Convert plots to @code{grob} or @code{ggplot} object")
13704 (description
13705 "This package provides tools to convert plot function calls (using
13706expression or formula) to @code{grob} or @code{ggplot} objects that are
13707compatible with the @code{grid} and @code{ggplot2} environment. With this
13708package, we are able to e.g. use @code{cowplot} to align plots produced by
13709@code{base} graphics, @code{grid}, @code{lattice}, @code{vcd} etc. by
13710converting them to @code{ggplot} objects.")
13711 (license license:artistic2.0)))
85431ca3
RW
13712
13713(define-public r-triebeard
13714 (package
13715 (name "r-triebeard")
13716 (version "0.3.0")
13717 (source
13718 (origin
13719 (method url-fetch)
13720 (uri (cran-uri "triebeard" version))
13721 (sha256
13722 (base32
13723 "1hqyz57gph02c9fdc07lxz113bbklif3g18sw8jan6pakhhdc7dz"))))
13724 (build-system r-build-system)
13725 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
13726 (home-page "https://github.com/Ironholds/triebeard/")
13727 (synopsis "Radix trees in Rcpp")
13728 (description
13729 "Radix trees, or tries, are key-value data structures optimized for
13730efficient lookups, similar in purpose to hash tables. This package provides
13731an implementation of radix trees for use in R programming and in developing
13732packages with Rcpp.")
13733 (license license:expat)))
91e06bed
RW
13734
13735(define-public r-tweenr
13736 (package
13737 (name "r-tweenr")
13738 (version "1.0.1")
13739 (source
13740 (origin
13741 (method url-fetch)
13742 (uri (cran-uri "tweenr" version))
13743 (sha256
13744 (base32
13745 "0sq90pbln6lkc2q3zflhkxxwpqdw5dd7igrxhdnlynkdrmi83mpg"))))
13746 (build-system r-build-system)
13747 (propagated-inputs
13748 `(("r-farver" ,r-farver)
13749 ("r-magrittr" ,r-magrittr)
13750 ("r-rcpp" ,r-rcpp)
13751 ("r-rlang" ,r-rlang)))
13752 (home-page "https://github.com/thomasp85/tweenr")
13753 (synopsis "Interpolate data for smooth animations")
13754 (description
13755 "In order to create smooth animation between states of data, tweening is
13756necessary. This package provides a range of functions for creating tweened
13757data that can be used as basis for animation. Furthermore it adds a number of
13758vectorized interpolaters for common R data types such as numeric, date and
13759color.")
13760 (license license:expat)))
09dde7fb
RW
13761
13762(define-public r-polyclip
13763 (package
13764 (name "r-polyclip")
13765 (version "1.10-0")
13766 (source
13767 (origin
13768 (method url-fetch)
13769 (uri (cran-uri "polyclip" version))
13770 (sha256
13771 (base32
13772 "0jyk4maqiblvj095jd59dr76kbniyli3v3xvy0a72ljszq6vrnkl"))))
13773 (build-system r-build-system)
13774 (native-inputs `(("pkg-config" ,pkg-config)))
13775 (home-page "http://www.angusj.com/delphi/clipper.php")
13776 (synopsis "Polygon clipping")
13777 (description
13778 "This package provides an R port of the library Clipper. It performs
13779polygon clipping operations (intersection, union, set minus, set difference)
13780for polygonal regions of arbitrary complexity, including holes. It computes
13781offset polygons (spatial buffer zones, morphological dilations, Minkowski
13782dilations) for polygonal regions and polygonal lines. It computes the
13783Minkowski Sum of general polygons. There is a function for removing
13784self-intersections from polygon data.")
13785 (license license:boost1.0)))
d4ff09af
RW
13786
13787(define-public r-urltools
13788 (package
13789 (name "r-urltools")
7015ae68 13790 (version "1.7.3")
d4ff09af
RW
13791 (source
13792 (origin
13793 (method url-fetch)
13794 (uri (cran-uri "urltools" version))
13795 (sha256
13796 (base32
7015ae68 13797 "04x3my655dd287cbsszbnf75q0swmjlxxrblcsay7a8n3df3a830"))))
d4ff09af
RW
13798 (build-system r-build-system)
13799 (propagated-inputs
13800 `(("r-rcpp" ,r-rcpp)
13801 ("r-triebeard" ,r-triebeard)))
13802 (home-page "https://github.com/Ironholds/urltools/")
13803 (synopsis "Vectorized tools for URL handling and parsing")
13804 (description
13805 "This package provides a toolkit for all URL-handling needs, including
13806encoding and decoding, parsing, parameter extraction and modification. All
13807functions are designed to be both fast and entirely vectorized. It is
13808intended to be useful for people dealing with web-related datasets, such as
13809server-side logs, although may be useful for other situations involving large
13810sets of URLs.")
13811 (license license:expat)))
83f43284
RW
13812
13813(define-public r-ggforce
13814 (package
13815 (name "r-ggforce")
466e68b4 13816 (version "0.3.1")
83f43284
RW
13817 (source
13818 (origin
13819 (method url-fetch)
13820 (uri (cran-uri "ggforce" version))
13821 (sha256
13822 (base32
466e68b4 13823 "04926cqrda6psvy2nzkkw4czwyxdp7fnxg76byp14v12kgd72lm0"))))
83f43284
RW
13824 (build-system r-build-system)
13825 (propagated-inputs
13826 `(("r-ggplot2" ,r-ggplot2)
13827 ("r-gtable" ,r-gtable)
13828 ("r-mass" ,r-mass)
13829 ("r-polyclip" ,r-polyclip)
13830 ("r-rcpp" ,r-rcpp)
13831 ("r-rcppeigen" ,r-rcppeigen)
13832 ("r-rlang" ,r-rlang)
13833 ("r-scales" ,r-scales)
3ea54829
RW
13834 ("r-tidyselect" ,r-tidyselect)
13835 ("r-tweenr" ,r-tweenr)
13836 ("r-withr" ,r-withr)))
83f43284
RW
13837 (home-page "https://ggforce.data-imaginist.com")
13838 (synopsis "Accelerating ggplot2")
13839 (description
13840 "The aim of the ggplot2 package is to aid in visual data investigations.
13841This focus has led to a lack of facilities for composing specialized plots.
13842Thi package aims to be a collection of mainly new statistics and geometries
13843that fills this gap.")
13844 (license license:expat)))
b5b0a2ff
RW
13845
13846(define-public r-europepmc
13847 (package
13848 (name "r-europepmc")
13849 (version "0.3")
13850 (source
13851 (origin
13852 (method url-fetch)
13853 (uri (cran-uri "europepmc" version))
13854 (sha256
13855 (base32
13856 "1ngqs1sqzkbwv98dd5z4cxj8bnz41wyd0g060a2vpqi3s99s4i2h"))))
13857 (build-system r-build-system)
13858 (propagated-inputs
13859 `(("r-dplyr" ,r-dplyr)
13860 ("r-httr" ,r-httr)
13861 ("r-jsonlite" ,r-jsonlite)
13862 ("r-plyr" ,r-plyr)
13863 ("r-progress" ,r-progress)
13864 ("r-purrr" ,r-purrr)
13865 ("r-urltools" ,r-urltools)
13866 ("r-xml2" ,r-xml2)))
13867 (home-page "https://github.com/ropensci/europepmc/")
13868 (synopsis "R Interface to the Europe PubMed Central RESTful Web Service")
13869 (description
13870 "This package provides an R Client for the
13871@url{https://europepmc.org/RestfulWebService,Europe PubMed Central RESTful Web
13872Service}. It gives access to both metadata on life science literature and
13873open access full texts. Europe PMC indexes all PubMed content and other
13874literature sources including Agricola, a bibliographic database of citations
13875to the agricultural literature, or Biological Patents. In addition to
13876bibliographic metadata, the client allows users to fetch citations and
13877reference lists. Links between life-science literature and other EBI
13878databases, including ENA, PDB or ChEMBL are also accessible.")
13879 (license license:gpl3)))
11f226e1
RW
13880
13881(define-public r-ggraph
13882 (package
13883 (name "r-ggraph")
801dc98f 13884 (version "2.0.0")
11f226e1
RW
13885 (source
13886 (origin
13887 (method url-fetch)
13888 (uri (cran-uri "ggraph" version))
13889 (sha256
13890 (base32
801dc98f 13891 "0qj7w3af0pgmd9mil6y571jikfkln7b8csvzg6b08spwbglfy1s3"))))
11f226e1
RW
13892 (build-system r-build-system)
13893 (propagated-inputs
13894 `(("r-digest" ,r-digest)
13895 ("r-dplyr" ,r-dplyr)
13896 ("r-ggforce" ,r-ggforce)
13897 ("r-ggplot2" ,r-ggplot2)
13898 ("r-ggrepel" ,r-ggrepel)
801dc98f 13899 ("r-graphlayouts" ,r-graphlayouts)
11f226e1
RW
13900 ("r-gtable" ,r-gtable)
13901 ("r-igraph" ,r-igraph)
13902 ("r-mass" ,r-mass)
11f226e1 13903 ("r-rcpp" ,r-rcpp)
801dc98f 13904 ("r-rlang" ,r-rlang)
11f226e1 13905 ("r-scales" ,r-scales)
801dc98f 13906 ("r-tidygraph" ,r-tidygraph)
11f226e1
RW
13907 ("r-viridis" ,r-viridis)))
13908 (home-page "https://cran.r-project.org/web/packages/ggraph/")
13909 (synopsis "Implementation of grammar of graphics for graphs and networks")
13910 (description
13911 "The grammar of graphics as implemented in ggplot2 is a poor fit for
13912graph and network visualizations due to its reliance on tabular data input.
13913The ggraph package is an extension of the ggplot2 API tailored to graph
13914visualizations and provides the same flexible approach to building up plots
13915layer by layer.")
13916 (license license:gpl3)))
1c0c4b54
RW
13917
13918(define-public r-varselrf
13919 (package
13920 (name "r-varselrf")
13921 (version "0.7-8")
13922 (source
13923 (origin
13924 (method url-fetch)
13925 (uri (cran-uri "varSelRF" version))
13926 (sha256
13927 (base32
13928 "0h49rl1j13yfh97rsfsyh9s2c4wajny4rzms2qw77d0cavxqg53i"))))
13929 (properties `((upstream-name . "varSelRF")))
13930 (build-system r-build-system)
13931 (propagated-inputs
13932 `(("r-randomforest" ,r-randomforest)))
13933 (home-page "http://ligarto.org/rdiaz/Software/Software.html")
13934 (synopsis "Variable selection using random forests")
13935 (description
13936 "This package provides tools for the variable selection from random
13937forests using both backwards variable elimination (for the selection of small
13938sets of non-redundant variables) and selection based on the importance
13939spectrum (somewhat similar to scree plots; for the selection of large,
13940potentially highly-correlated variables). The main applications are in
13941high-dimensional data (e.g., microarray data, and other genomics and
13942proteomics applications).")
13943 (license license:gpl2+)))
aae0b86d
RW
13944
13945(define-public r-pamr
13946 (package
13947 (name "r-pamr")
8fc6188e 13948 (version "1.56.1")
aae0b86d
RW
13949 (source
13950 (origin
13951 (method url-fetch)
13952 (uri (cran-uri "pamr" version))
13953 (sha256
13954 (base32
8fc6188e 13955 "0ycpgkk23y3zzkb42n2skcyl35ps1n7jmyzfj7pbxr3f6gr2grfh"))))
aae0b86d
RW
13956 (build-system r-build-system)
13957 (propagated-inputs
13958 `(("r-cluster" ,r-cluster)
13959 ("r-survival" ,r-survival)))
13960 (native-inputs `(("gfortran" ,gfortran)))
13961 (home-page "https://cran.r-project.org/web/packages/pamr/")
13962 (synopsis "Prediction Analysis for Microarrays")
13963 (description
13964 "This package provides some functions for sample classification in
13965microarrays.")
13966 (license license:gpl2)))
fe3fb4e7
RW
13967
13968(define-public r-rda
13969 (package
13970 (name "r-rda")
13971 (version "1.0.2-2.1")
13972 (source
13973 (origin
13974 (method url-fetch)
13975 (uri (cran-uri "rda" version))
13976 (sha256
13977 (base32
13978 "1y4fawslr3i6crjaxhsdb47kfsqkyszdx6avq3r5far5a4pvc639"))))
13979 (build-system r-build-system)
13980 (home-page "https://cran.r-project.org/web/packages/rda/")
13981 (synopsis "Shrunken centroids regularized discriminant analysis")
13982 (description
13983 "This package provides tools for shrunken centroids regularized
13984discriminant analysis for the purpose of classifying high dimensional data.")
13985 (license license:gpl2+)))
8473597f
RW
13986
13987(define-public r-ggvis
13988 (package
13989 (name "r-ggvis")
13990 (version "0.4.4")
13991 (source
13992 (origin
13993 (method url-fetch)
13994 (uri (cran-uri "ggvis" version))
13995 (sha256
13996 (base32
13997 "1bxggjr2313kfy895j0fvrv4bg7yh2z87907lk48i1kn5c9flchk"))))
13998 (build-system r-build-system)
13999 (propagated-inputs
14000 `(("r-assertthat" ,r-assertthat)
14001 ("r-dplyr" ,r-dplyr)
14002 ("r-htmltools" ,r-htmltools)
14003 ("r-jsonlite" ,r-jsonlite)
14004 ("r-lazyeval" ,r-lazyeval)
14005 ("r-magrittr" ,r-magrittr)
14006 ("r-shiny" ,r-shiny)))
14007 (home-page "https://ggvis.rstudio.com/")
14008 (synopsis "Interactive grammar of graphics")
14009 (description
14010 "This package is a data visualization package for R providing an
14011implementation of an interactive grammar of graphics, taking the best parts of
14012ggplot2, combining them with the reactive framework of Shiny and drawing web
14013graphics using Vega.")
14014 (license license:gpl2)))
d59df334
RW
14015
14016(define-public r-gbm
14017 (package
14018 (name "r-gbm")
14019 (version "2.1.5")
14020 (source
14021 (origin
14022 (method url-fetch)
14023 (uri (cran-uri "gbm" version))
14024 (sha256
14025 (base32
14026 "0vs6ljaqhwwpgr8wlbhmm4v147rd82kl16rpaijqiylxcc8dxyq6"))))
14027 (build-system r-build-system)
14028 (propagated-inputs
14029 `(("r-gridextra" ,r-gridextra)
14030 ("r-lattice" ,r-lattice)
14031 ("r-survival" ,r-survival)))
14032 (home-page "https://github.com/gbm-developers/gbm")
14033 (synopsis "Generalized boosted regression models")
14034 (description
14035 "This package is an implementation of extensions to Freund and Schapire's
14036AdaBoost algorithm and Friedman's gradient boosting machine. It includes
14037regression methods for least squares, absolute loss, t-distribution loss,
14038quantile regression, logistic, multinomial logistic, Poisson, Cox proportional
14039hazards partial likelihood, AdaBoost exponential loss, Huberized hinge loss,
14040and Learning to Rank measures (LambdaMart).")
14041 (license license:gpl2+)))
efba5613
RW
14042
14043(define-public r-threejs
14044 (package
14045 (name "r-threejs")
14046 (version "0.3.1")
14047 (source
14048 (origin
14049 (method url-fetch)
14050 (uri (cran-uri "threejs" version))
14051 (sha256
14052 (base32
14053 "1s3rdlzy7man6177ycayg6xsh6k8y1r9rdj9yzn3b93j2rs0nxbi"))))
14054 (build-system r-build-system)
14055 (arguments
14056 `(#:modules ((guix build utils)
14057 (guix build r-build-system)
14058 (srfi srfi-1)
14059 (ice-9 popen))
14060 #:phases
14061 (modify-phases %standard-phases
14062 (add-after 'unpack 'process-javascript
14063 (lambda* (#:key inputs #:allow-other-keys)
14064 (with-directory-excursion "inst"
14065 (call-with-values
14066 (lambda ()
14067 (unzip2
14068 `((,(assoc-ref inputs "js-jquery")
14069 "htmlwidgets/lib/jquery/jquery.min.js")
14070 (,(assoc-ref inputs "js-threejs-85")
14071 "htmlwidgets/lib/threejs-85/three.min.js"))))
14072 (lambda (sources targets)
14073 (for-each (lambda (source target)
14074 (format #t "Processing ~a --> ~a~%"
14075 source target)
14076 (delete-file target)
14077 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
14078 (call-with-output-file target
14079 (lambda (port)
14080 (dump-port minified port)))))
14081 sources targets))))
14082 #t)))))
14083 (propagated-inputs
14084 `(("r-base64enc" ,r-base64enc)
14085 ("r-crosstalk" ,r-crosstalk)
14086 ("r-htmlwidgets" ,r-htmlwidgets)
14087 ("r-igraph" ,r-igraph)))
14088 (native-inputs
14089 `(("uglify-js" ,uglify-js)
14090 ("js-jquery"
14091 ,(origin
14092 (method url-fetch)
14093 (uri "https://code.jquery.com/jquery-3.3.1.js")
14094 (sha256
14095 (base32
14096 "1b8zxrp6xwzpw25apn8j4qws0f6sr7qr7h2va5h1mjyfqvn29anq"))))
14097 ("js-threejs-85"
14098 ,(origin
14099 (method url-fetch)
14100 (uri "https://raw.githubusercontent.com/mrdoob/three.js/r85/build/three.js")
14101 (sha256
14102 (base32
14103 "17khh3dmijdjw4qb9qih1rqhxgrmm3pc6w8lzdx6rf6a3mrc9xnl"))))))
14104 (home-page "https://bwlewis.github.io/rthreejs")
14105 (synopsis "Interactive 3D scatter plots, networks and globes")
14106 (description
14107 "Create interactive 3D scatter plots, network plots, and globes in R
14108using the three.js visualization library.")
14109 (license license:expat)))
74cada8e
RW
14110
14111(define-public r-mlbench
14112 (package
14113 (name "r-mlbench")
14114 (version "2.1-1")
14115 (source
14116 (origin
14117 (method url-fetch)
14118 (uri (cran-uri "mlbench" version))
14119 (sha256
14120 (base32
14121 "1rp035qxfgh5ail92zjh9jh57dj0b8babw3wsg29v8ricpal30bl"))))
14122 (build-system r-build-system)
14123 (home-page "https://cran.r-project.org/web/packages/mlbench/")
14124 (synopsis "Machine learning benchmark problems")
14125 (description
14126 "This package provides a collection of artificial and real-world machine
14127learning benchmark problems, including, e.g., several data sets from the UCI
14128repository.")
14129 (license license:gpl2)))
409a13fe
RW
14130
14131(define-public r-mpm
14132 (package
14133 (name "r-mpm")
14134 (version "1.0-22")
14135 (source
14136 (origin
14137 (method url-fetch)
14138 (uri (cran-uri "mpm" version))
14139 (sha256
14140 (base32
14141 "0wijw8v0wmbfrda5564cmnp788qmlkk21yn5cp5qk8aprm9l1fnk"))))
14142 (build-system r-build-system)
14143 (propagated-inputs
14144 `(("r-kernsmooth" ,r-kernsmooth)
14145 ("r-mass" ,r-mass)))
14146 (home-page "http://mpm.r-forge.r-project.org")
14147 (synopsis "Multivariate projection methods")
14148 (description
14149 "This is a package for exploratory graphical analysis of multivariate
14150data, specifically gene expression data with different projection methods:
14151principal component analysis, correspondence analysis, spectral map
14152analysis.")
14153 (license license:gpl2+)))
d8a28332 14154
d2aa2d24
RW
14155(define-public r-png
14156 (package
14157 (name "r-png")
14158 (version "0.1-7")
14159 (source (origin
14160 (method url-fetch)
14161 (uri (cran-uri "png" version))
14162 (sha256
14163 (base32
14164 "0g2mcp55lvvpx4kd3mn225mpbxqcq73wy5qx8b4lyf04iybgysg2"))))
14165 (build-system r-build-system)
14166 (inputs
14167 `(("libpng" ,libpng)
14168 ("zlib" ,zlib)))
14169 (home-page "http://www.rforge.net/png/")
14170 (synopsis "Read and write PNG images")
14171 (description
14172 "This package provides an easy and simple way to read, write and display
14173bitmap images stored in the PNG format. It can read and write both files and
14174in-memory raw vectors.")
14175 ;; Any of these GPL versions.
14176 (license (list license:gpl2 license:gpl3))))
14177
d8a28332
RW
14178(define-public r-ggcorrplot
14179 (package
14180 (name "r-ggcorrplot")
e9c526be 14181 (version "0.1.3")
d8a28332
RW
14182 (source
14183 (origin
14184 (method url-fetch)
14185 (uri (cran-uri "ggcorrplot" version))
14186 (sha256
14187 (base32
e9c526be 14188 "0hi9lz121ya1l2lbm7rqlxg6fs6bvxck396dngnidrhl5fvqb41b"))))
d8a28332
RW
14189 (build-system r-build-system)
14190 (propagated-inputs
14191 `(("r-ggplot2" ,r-ggplot2)
14192 ("r-reshape2" ,r-reshape2)))
14193 (home-page "http://www.sthda.com/english/wiki/ggcorrplot")
14194 (synopsis "Visualization of a correlation matrix using ggplot2")
14195 (description
14196 "The ggcorrplot package can be used to visualize easily a correlation
14197matrix using ggplot2. It provides a solution for reordering the correlation
14198matrix and displays the significance level on the plot. It also includes a
14199function for computing a matrix of correlation p-values.")
14200 (license license:gpl2)))
f084e41e
RW
14201
14202(define-public r-flexdashboard
14203 (package
14204 (name "r-flexdashboard")
14205 (version "0.5.1.1")
14206 (source
14207 (origin
14208 (method url-fetch)
14209 (uri (cran-uri "flexdashboard" version))
14210 (sha256
14211 (base32
14212 "0fy3nbrr67zqgd44r2mc850s5sp0hzfcw3zqs15m8kxzj1aw067x"))))
14213 (build-system r-build-system)
14214 (arguments
14215 `(#:modules ((guix build utils)
14216 (guix build r-build-system)
14217 (srfi srfi-1)
14218 (srfi srfi-26)
14219 (ice-9 popen)
14220 (ice-9 textual-ports))
14221 #:phases
14222 (modify-phases %standard-phases
14223 (add-after 'unpack 'process-javascript
14224 (lambda* (#:key inputs #:allow-other-keys)
14225 (with-directory-excursion "inst"
14226 ;; Concatenate all components of prism.js
14227 (let ((contents (string-join
14228 (map (lambda (name)
14229 (call-with-input-file
14230 (assoc-ref inputs name)
14231 get-string-all))
14232 (list "js-prism"
14233 "js-prism-r"
14234 "js-prism-line-numbers"))
14235 "\n")))
14236 (call-with-output-file "prism-src.js"
14237 (cut display contents <>)))
14238 (call-with-values
14239 (lambda ()
14240 (unzip2
14241 `(("www/stickytableheaders/jquery.stickytableheaders.js"
14242 "www/stickytableheaders/jquery.stickytableheaders.min.js")
14243 ("www/sly/sly.js"
14244 "www/sly/sly.min.js")
14245 ("prism-src.js"
14246 "www/prism/prism.js")
14247 (,(assoc-ref inputs "js-raphael")
14248 "htmlwidgets/lib/raphael/raphael-2.1.4.min.js")
14249 (,(assoc-ref inputs "js-featherlight")
14250 "www/featherlight/featherlight.min.js"))))
14251 (lambda (sources targets)
14252 (for-each (lambda (source target)
14253 (format #t "Processing ~a --> ~a~%"
14254 source target)
14255 (delete-file target)
14256 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
14257 (call-with-output-file target
14258 (lambda (port)
14259 (dump-port minified port)))))
14260 sources targets))))
14261 #t)))))
14262 (propagated-inputs
14263 `(("r-htmltools" ,r-htmltools)
14264 ("r-htmlwidgets" ,r-htmlwidgets)
14265 ("r-jsonlite" ,r-jsonlite)
14266 ("r-knitr" ,r-knitr)
14267 ("r-rmarkdown" ,r-rmarkdown)
14268 ("r-shiny" ,r-shiny)))
14269 (native-inputs
14270 `(("uglify-js" ,uglify-js)
14271 ("js-raphael"
14272 ,(origin
14273 (method url-fetch)
14274 (uri "https://raw.githubusercontent.com/DmitryBaranovskiy/raphael/v2.1.4/raphael.js")
14275 (sha256
14276 (base32
14277 "1h4c4akrgcj7wra9j1z1rv2406j0yf68y9c0wg8v7w9ibw2iwf1x"))))
14278 ("js-prism"
14279 ,(origin
14280 (method url-fetch)
14281 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/prism.js")
14282 (sha256
14283 (base32
14284 "0gqa9irbp9k8p5r3d98cszajzhjnssnl43nrsc5aiy7ki52z500c"))))
14285 ("js-prism-r"
14286 ,(origin
14287 (method url-fetch)
14288 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/components/prism-r.js")
14289 (sha256
14290 (base32
14291 "1x31glci7wdgr2305njy0bm2lncb0jyn0j1s2g72rqi29xid9aki"))))
14292 ("js-prism-line-numbers"
14293 ,(origin
14294 (method url-fetch)
14295 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/plugins/line-numbers/prism-line-numbers.js")
14296 (sha256
14297 (base32
14298 "1543wgf3iynrilyb27jq8px3h5gvfz5xmdib5ik2ki400c1sl991"))))
14299 ("js-featherlight"
14300 ,(origin
14301 (method url-fetch)
14302 (uri "https://raw.githubusercontent.com/noelboss/featherlight/1.3.4/src/featherlight.js")
14303 (sha256
14304 (base32
14305 "14kkhwzvp8rxq2mrck5i0xcm8v5rqwqhwnmncbng8h4qq42zx3sb"))))))
14306 (home-page "https://rmarkdown.rstudio.com/flexdashboard")
14307 (synopsis "R Markdown format for flexible dashboards")
14308 (description
14309 "This package provides an R Markdown format for converting an R Markdown
14310document to a grid-oriented dashboard. The dashboard flexibly adapts the size
14311of its components to the containing web page.")
14312 (license license:expat)))
c54ab337
RW
14313
14314(define-public r-preseqr
14315 (package
14316 (name "r-preseqr")
14317 (version "4.0.0")
14318 (source
14319 (origin
14320 (method url-fetch)
14321 (uri (cran-uri "preseqR" version))
14322 (sha256
14323 (base32
14324 "1g2rnnmi45649vpy6z45v5i3wxm54s138ajqrzwi3a5r7x3xnhq1"))))
14325 (properties `((upstream-name . "preseqR")))
14326 (build-system r-build-system)
14327 (propagated-inputs
14328 `(("r-polynom" ,r-polynom)))
14329 (home-page "https://cran.r-project.org/web/packages/preseqR/")
14330 (synopsis "Predicting species accumulation curves")
14331 (description
14332 "This package can be used to predict the r-species accumulation
14333curve (r-SAC), which is the number of species represented at least r times as
14334a function of the sampling effort. When r = 1, the curve is known as the
14335species accumulation curve, or the library complexity curve in high-throughput
14336genomic sequencing. The package includes both parametric and nonparametric
14337methods, as described by Deng C, et al. (2018).")
14338 (license license:gpl3)))
1fab2cf8
RW
14339
14340(define-public r-mapplots
14341 (package
14342 (name "r-mapplots")
14343 (version "1.5.1")
14344 (source
14345 (origin
14346 (method url-fetch)
14347 (uri (cran-uri "mapplots" version))
14348 (sha256
14349 (base32
14350 "18s2y66f8vi8g2r8a25zbgp2xm079r8v8qxv0w71h8krycs6vs9p"))))
14351 (build-system r-build-system)
14352 (home-page "https://cran.r-project.org/web/packages/mapplots/")
14353 (synopsis "Data visualization on maps")
14354 (description
14355 "This package helps you create simple maps; add sub-plots like pie plots
14356to a map or any other plot; format, plot and export gridded data. The package
14357was developed for displaying fisheries data but most functions can be used for
14358more generic data visualisation.")
14359 (license license:gpl2+)))
9563dd55
RW
14360
14361(define-public r-pmcmr
14362 (package
14363 (name "r-pmcmr")
14364 (version "4.3")
14365 (source
14366 (origin
14367 (method url-fetch)
14368 (uri (cran-uri "PMCMR" version))
14369 (sha256
14370 (base32
14371 "09bvdj2h1086r2cgy3myrhlylplxxlliv8nwx09c8kb1vn02i2ij"))))
14372 (properties `((upstream-name . "PMCMR")))
14373 (build-system r-build-system)
14374 (home-page "https://cran.r-project.org/web/packages/PMCMR/")
14375 (synopsis "Calculate pairwise multiple comparisons of mean rank sums")
14376 (description
14377 "This is a deprecated package for calculating pairwise multiple
14378comparisons of mean rank sums. This package is superseded by the novel
14379PMCMRplus package. The PMCMR package is no longer maintained, but kept for
c8ae38d3 14380compatibility of dependent packages for some time.")
9563dd55 14381 (license license:gpl3+)))
8d1990d4
RW
14382
14383(define-public r-downloader
14384 (package
14385 (name "r-downloader")
14386 (version "0.4")
14387 (source
14388 (origin
14389 (method url-fetch)
14390 (uri (cran-uri "downloader" version))
14391 (sha256
14392 (base32
14393 "1axggnsc27zzgr7snf41j3zd1vp3nfpmq4zj4d01axc709dyg40q"))))
14394 (build-system r-build-system)
14395 (propagated-inputs
14396 `(("r-digest" ,r-digest)))
14397 (home-page "https://github.com/wch/downloader")
14398 (synopsis "Download files over HTTP and HTTPS")
14399 (description
14400 "This package provides a wrapper for the @code{download.file} function,
14401making it possible to download files over HTTPS across platforms. The
14402@code{RCurl} package provides this functionality (and much more) but has
14403external dependencies. This package has is implemented purely in R.")
14404 (license license:gpl2)))
296ea15c
NB
14405
14406(define-public r-rex
14407 (package
14408 (name "r-rex")
14409 (version "1.1.2")
14410 (source
14411 (origin
14412 (method url-fetch)
14413 (uri (cran-uri "rex" version))
14414 (sha256
14415 (base32
14416 "0alsadgjgass3wr8y5d247j12qqzg454sc84vpskclrkmz778g5x"))))
14417 (build-system r-build-system)
14418 (propagated-inputs
14419 `(("r-lazyeval" ,r-lazyeval)
14420 ("r-magrittr" ,r-magrittr)))
14421 (home-page "https://github.com/kevinushey/rex")
14422 (synopsis "Friendly regular expressions")
14423 (description
14424 "This package provides a friendly interface for the construction of
14425regular expressions. Regular expressions are a very powerful feature, however
14426they are often difficult to interpret. Rex allows you to build complex
14427regular expressions from human readable expressions")
14428 (license license:expat)))
9b86fea0
RW
14429
14430(define-public r-sctransform
14431 (package
14432 (name "r-sctransform")
14433 (version "0.2.0")
14434 (source
14435 (origin
14436 (method url-fetch)
14437 (uri (cran-uri "sctransform" version))
14438 (sha256
14439 (base32
14440 "1r5kiqqs318q59h2i8m7c6nhghp9w6q26ss2y5a390lkhsawgx6p"))))
14441 (build-system r-build-system)
14442 (propagated-inputs
14443 `(("r-future" ,r-future)
14444 ("r-future-apply" ,r-future-apply)
14445 ("r-ggplot2" ,r-ggplot2)
14446 ("r-gridextra" ,r-gridextra)
14447 ("r-mass" ,r-mass)
14448 ("r-matrix" ,r-matrix)
14449 ("r-rcpp" ,r-rcpp)
14450 ("r-rcppeigen" ,r-rcppeigen)
14451 ("r-reshape2" ,r-reshape2)))
14452 (home-page "https://github.com/ChristophH/sctransform")
14453 (synopsis "Variance stabilizing transformations for Single Cell UMI Data")
14454 (description
14455 "This package provides a normalization method for single-cell UMI count
14456data using a variance stabilizing transformation. The transformation is based
14457on a negative binomial regression model with regularized parameters. As part
14458of the same regression framework, this package also provides functions for
14459batch correction, and data correction.")
14460 (license license:gpl3)))
107850b3
NB
14461
14462(define-public r-styler
14463 (package
14464 (name "r-styler")
4238c3ee 14465 (version "1.1.1")
107850b3
NB
14466 (source
14467 (origin
14468 (method url-fetch)
14469 (uri (cran-uri "styler" version))
14470 (sha256
14471 (base32
4238c3ee 14472 "1k660lpjvd64gnf6bndcb1cq3qxsvik928kcn6271zmkhja5rgyb"))))
107850b3
NB
14473 (build-system r-build-system)
14474 (propagated-inputs
14475 `(("r-backports" ,r-backports)
14476 ("r-cli" ,r-cli)
14477 ("r-magrittr" ,r-magrittr)
14478 ("r-purrr" ,r-purrr)
14479 ("r-rematch2" ,r-rematch2)
14480 ("r-rlang" ,r-rlang)
14481 ("r-rprojroot" ,r-rprojroot)
14482 ("r-tibble" ,r-tibble)
14483 ("r-withr" ,r-withr)
14484 ("r-xfun" ,r-xfun)))
14485 (home-page "https://github.com/r-lib/styler")
14486 (synopsis "Non-invasive pretty printing of R code")
14487 (description
14488 "This is a package for pretty-printing R code without changing the user's
14489formatting intent.")
14490 (license license:gpl3)))
2b9d4f58
RW
14491
14492(define-public r-scrime
14493 (package
14494 (name "r-scrime")
14495 (version "1.3.5")
14496 (source
14497 (origin
14498 (method url-fetch)
14499 (uri (cran-uri "scrime" version))
14500 (sha256
14501 (base32
14502 "0y2mh9fsffjf3i15bafpasa17z99c1s75r8g6h4hgcwfgpjx75sx"))))
14503 (build-system r-build-system)
14504 (home-page "https://cran.r-project.org/web/packages/scrime/")
14505 (synopsis "Analysis of high-dimensional categorical data such as SNP data")
14506 (description
14507 "This package provides tools for the analysis of high-dimensional data
14508developed/implemented at the group \"Statistical Complexity Reduction In
14509Molecular Epidemiology\" (SCRIME). The main focus is on SNP data, but most of
14510the functions can also be applied to other types of categorical data.")
14511 (license license:gpl2)))
04bf86ba 14512
3e63f078
RW
14513(define-public r-pbmcapply
14514 (package
14515 (name "r-pbmcapply")
14516 (version "1.5.0")
14517 (source
14518 (origin
14519 (method url-fetch)
14520 (uri (cran-uri "pbmcapply" version))
14521 (sha256
14522 (base32
14523 "0i58gcqpnbyvc448qfgm45b7rpbmrnagsvk1h1hsqchbbicfslnz"))))
14524 (build-system r-build-system)
14525 (home-page "https://github.com/kvnkuang/pbmcapply")
14526 (synopsis "Track the progress of apply procedures with a progress bar")
14527 (description
14528 "This light-weight package helps you track and visualize the progress of
14529parallel versions of vectorized R functions of the @code{mc*apply} family.")
14530 (license license:expat)))
14531
04bf86ba
RW
14532(define-public r-blme
14533 (package
14534 (name "r-blme")
14535 (version "1.0-4")
14536 (source
14537 (origin
14538 (method url-fetch)
14539 (uri (cran-uri "blme" version))
14540 (sha256
14541 (base32
14542 "1ca2b0248k0fj3lczn9shfjplz1sl4ay4v6djldizp2ch2vwdgy2"))))
14543 (build-system r-build-system)
14544 (propagated-inputs `(("r-lme4" ,r-lme4)))
14545 (home-page "https://github.com/vdorie/blme")
14546 (synopsis "Bayesian linear mixed-effects models")
14547 (description
14548 "This package provides tools for maximum a posteriori estimation for
14549linear and generalized linear mixed-effects models in a Bayesian setting. It
14550extends the lme4 package.")
14551 (license license:gpl2+)))
be23c491
RW
14552
14553(define-public r-batchtools
14554 (package
14555 (name "r-batchtools")
14556 (version "0.9.11")
14557 (source
14558 (origin
14559 (method url-fetch)
14560 (uri (cran-uri "batchtools" version))
14561 (sha256
14562 (base32
14563 "02mj21ypcjv5fs7ajf63p6bq0cyvihdl55hlpqx6kmsfjin1cr0v"))))
14564 (build-system r-build-system)
14565 (propagated-inputs
14566 `(("r-backports" ,r-backports)
14567 ("r-base64url" ,r-base64url)
14568 ("r-brew" ,r-brew)
14569 ("r-checkmate" ,r-checkmate)
14570 ("r-data-table" ,r-data-table)
14571 ("r-digest" ,r-digest)
14572 ("r-fs" ,r-fs)
14573 ("r-progress" ,r-progress)
14574 ("r-r6" ,r-r6)
14575 ("r-rappdirs" ,r-rappdirs)
14576 ("r-stringi" ,r-stringi)
14577 ("r-withr" ,r-withr)))
14578 (home-page "https://github.com/mllg/batchtools")
14579 (synopsis "Tools for computation on batch systems")
14580 (description
14581 "As a successor of the packages BatchJobs and BatchExperiments, this
14582package provides a parallel implementation of the Map function for high
14583performance computing systems managed by various schedulers. A multicore and
14584socket mode allow the parallelization on a local machines, and multiple
14585machines can be hooked up via SSH to create a makeshift cluster. Moreover,
14586the package provides an abstraction mechanism to define large-scale computer
14587experiments in a well-organized and reproducible way.")
14588 (license license:lgpl3)))
0c8960df
RW
14589
14590(define-public r-clue
14591 (package
14592 (name "r-clue")
14593 (version "0.3-57")
14594 (source
14595 (origin
14596 (method url-fetch)
14597 (uri (cran-uri "clue" version))
14598 (sha256
14599 (base32
14600 "05rdcahawxlxci3fjxihjvvh33wqpxw50sx015165ab4nh3rsdkf"))))
14601 (build-system r-build-system)
14602 (propagated-inputs `(("r-cluster" ,r-cluster)))
14603 (home-page "https://cran.r-project.org/web/packages/clue/")
14604 (synopsis "Tools for analyzing cluster ensembles")
14605 (description "Cluster ensembles are collections of individual solutions to
14606a given clustering problem which are useful or necessary to consider in a wide
14607range of applications. This R package provides an extensible computational
14608environment for creating and analyzing cluster ensembles, with basic data
14609structures for representing partitions and hierarchies, and facilities for
14610computing on them, including methods for measuring proximity and obtaining
14611consensus and secondary clusterings.")
14612 (license license:gpl2)))
b8d6dffb
RW
14613
14614(define-public r-sitmo
14615 (package
14616 (name "r-sitmo")
14617 (version "2.0.1")
14618 (source
14619 (origin
14620 (method url-fetch)
14621 (uri (cran-uri "sitmo" version))
14622 (sha256
14623 (base32
14624 "0apdhwy3kxs39agsbvx5vn3xsgb22bf3jrwmr2cmqk9kmxbx740c"))))
14625 (build-system r-build-system)
14626 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
14627 (home-page "https://github.com/coatless/sitmo/")
14628 (synopsis "Parallel pseudo random number generator header files")
14629 (description
14630 "This package provides two high quality and fast PPRNGs that may be used
14631in an OpenMP parallel environment. In addition, there is a generator for one
14632dimensional low-discrepancy sequence.")
14633 (license license:expat)))
3961b3b9
RW
14634
14635(define-public r-dqrng
14636 (package
14637 (name "r-dqrng")
12242ffb 14638 (version "0.2.1")
3961b3b9
RW
14639 (source
14640 (origin
14641 (method url-fetch)
14642 (uri (cran-uri "dqrng" version))
14643 (sha256
14644 (base32
12242ffb 14645 "0rp8q5zijlvaqmpnkwr314w9w40sj4fz7sqsdgsffcfvn42w2jg1"))))
3961b3b9
RW
14646 (build-system r-build-system)
14647 (propagated-inputs
14648 `(("r-bh" ,r-bh)
14649 ("r-rcpp" ,r-rcpp)
14650 ("r-sitmo" ,r-sitmo)))
14651 (home-page "https://www.daqana.org/dqrng")
14652 (synopsis "Fast pseudo random number generators")
14653 (description
14654 "Several fast random number generators are provided as C++ header-only
14655libraries: the PCG family as well as Xoroshiro128+ and Xoshiro256+.
14656Additionally, fast functions for generating random numbers according to a
14657uniform, normal and exponential distribution are included. The latter two use
14658the Ziggurat algorithm originally proposed by Marsaglia and Tsang. These
14659functions are exported to R and as a C++ interface and are enabled for use
14660with the default 64 bit generator from the PCG family, Xoroshiro128+ and
14661Xoshiro256+ as well as the 64 bit version of the 20 rounds Threefry
14662engine (Salmon et al., 2011) as provided by the package @code{sitmo}.")
14663 ;; This package includes code under CC0 and Apache 2.0 or Expat, but as a
14664 ;; whole is distributed under the terms of the AGPL 3.
14665 (license license:agpl3)))
5bea832f
RW
14666
14667(define-public r-dalex
14668 (package
14669 (name "r-dalex")
d64ac92f 14670 (version "0.4.7")
5bea832f
RW
14671 (source
14672 (origin
14673 (method url-fetch)
14674 (uri (cran-uri "DALEX" version))
14675 (sha256
14676 (base32
d64ac92f 14677 "0iiwkf0pfdb90lf1xhv43qd32z3cjmkmf0ly9841n5lldkjazy3h"))))
5bea832f
RW
14678 (properties `((upstream-name . "DALEX")))
14679 (build-system r-build-system)
14680 (propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
14681 (home-page "https://pbiecek.github.io/DALEX/")
14682 (synopsis "Descriptive machine learning explanations")
14683 (description
14684 "Machine Learning models are widely used and have various applications in
14685classification or regression. Models created with boosting, bagging, stacking
14686or similar techniques are often used due to their high performance, but such
14687black-box models usually lack interpretability. The DALEX package contains
14688various explainers that help to understand the link between input variables
14689and model output.")
14690 ;; Any version of the GPL
14691 (license license:gpl3+)))
70debac5
RW
14692
14693(define-public r-enrichr
14694 (package
14695 (name "r-enrichr")
7a90573f 14696 (version "2.1")
70debac5
RW
14697 (source
14698 (origin
14699 (method url-fetch)
14700 (uri (cran-uri "enrichR" version))
14701 (sha256
14702 (base32
7a90573f 14703 "0ymhzs9d2wl0s9rvbqc1hqb78mlzwhlc7mmijpfqkm5r720pf6m1"))))
70debac5
RW
14704 (properties `((upstream-name . "enrichR")))
14705 (build-system r-build-system)
14706 (propagated-inputs
14707 `(("r-httr" ,r-httr)
14708 ("r-rjson" ,r-rjson)))
14709 (home-page "https://cran.r-project.org/web/packages/enrichR/")
14710 (synopsis "R Interface to Enrichr database for analyzing gene sets")
14711 (description
14712 "This package provides an R interface to all Enrichr databases, a
14713web-based tool for analyzing gene sets and returns any enrichment of common
14714annotated biological functions.")
14715 (license license:gpl2+)))
c9487dfa
RW
14716
14717(define-public r-plot3d
14718 (package
14719 (name "r-plot3d")
14720 (version "1.1.1")
14721 (source
14722 (origin
14723 (method url-fetch)
14724 (uri (cran-uri "plot3D" version))
14725 (sha256
14726 (base32
14727 "0chn70fqwyca8lbnjnpbcj08ni0dfbax2gjmzhk2c4w72c04mzpn"))))
14728 (properties `((upstream-name . "plot3D")))
14729 (build-system r-build-system)
14730 (propagated-inputs `(("r-misc3d" ,r-misc3d)))
14731 (home-page "https://cran.r-project.org/web/packages/plot3D")
14732 (synopsis "Plot multi-dimensional data")
14733 (description
14734 "This package provides functions for viewing 2D and 3D data, including
14735perspective plots, slice plots, surface plots, scatter plots, etc. It
14736includes data sets from oceanography.")
14737 (license license:gpl3+)))
85625cae
RW
14738
14739(define-public r-ggfortify
14740 (package
14741 (name "r-ggfortify")
0fe52daa 14742 (version "0.4.7")
85625cae
RW
14743 (source
14744 (origin
14745 (method url-fetch)
14746 (uri (cran-uri "ggfortify" version))
14747 (sha256
14748 (base32
0fe52daa 14749 "1wk9j0xg5hj9i1vf62qjiphv8cbsgq7y6baay3pfl3wyb2dwgci0"))))
85625cae
RW
14750 (build-system r-build-system)
14751 (propagated-inputs
14752 `(("r-dplyr" ,r-dplyr)
14753 ("r-ggplot2" ,r-ggplot2)
14754 ("r-gridextra" ,r-gridextra)
14755 ("r-scales" ,r-scales)
14756 ("r-stringr" ,r-stringr)
14757 ("r-tibble" ,r-tibble)
14758 ("r-tidyr" ,r-tidyr)))
14759 (home-page "https://github.com/sinhrks/ggfortify")
14760 (synopsis "Data visualization tools for statistical analysis results")
14761 (description
14762 "This package provides unified plotting tools for statistics commonly
14763used, such as GLM, time series, PCA families, clustering and survival
14764analysis. The package offers a single plotting interface for these analysis
14765results and plots in a unified style using the @code{ggplot2} package.")
14766 (license license:gpl2)))
afc4370d
RW
14767
14768(define-public r-refmanager
14769 (package
14770 (name "r-refmanager")
14771 (version "1.2.12")
14772 (source
14773 (origin
14774 (method url-fetch)
14775 (uri (cran-uri "RefManageR" version))
14776 (sha256
14777 (base32
14778 "1hfxa1qacfryk36mpaqdhdgws5jwxiyy489ikd3wa18bp1wz8dkp"))))
14779 (properties `((upstream-name . "RefManageR")))
14780 (build-system r-build-system)
14781 (propagated-inputs
14782 `(("r-bibtex" ,r-bibtex)
14783 ("r-httr" ,r-httr)
14784 ("r-jsonlite" ,r-jsonlite)
14785 ("r-lubridate" ,r-lubridate)
14786 ("r-plyr" ,r-plyr)
14787 ("r-stringr" ,r-stringr)
14788 ("r-xml2" ,r-xml2)))
14789 (home-page "https://github.com/ropensci/RefManageR/")
14790 (synopsis "Straightforward BibTeX and BibLaTeX bibliography management")
14791 (description
14792 "This package provides tools for importing and working with bibliographic
14793references. It greatly enhances the @code{bibentry} class by providing a
14794class @code{BibEntry} which stores BibTeX and BibLaTeX references, supports
14795UTF-8 encoding, and can be easily searched by any field, by date ranges, and
14796by various formats for name lists (author by last names, translator by full
14797names, etc.). Entries can be updated, combined, sorted, printed in a number
14798of styles, and exported. BibTeX and BibLaTeX @code{.bib} files can be read
14799into R and converted to @code{BibEntry} objects.")
14800 ;; Any of these licenses may be picked.
14801 (license (list license:gpl2 license:gpl3 license:bsd-3))))
29591ca6
RW
14802
14803(define-public r-citr
14804 (package
14805 (name "r-citr")
6b28386d 14806 (version "0.3.2")
29591ca6
RW
14807 (source
14808 (origin
14809 (method url-fetch)
14810 (uri (cran-uri "citr" version))
14811 (sha256
14812 (base32
6b28386d 14813 "1qbarvafjb8jgkrnrhh6jw7mcglmjwf7dpdiibxf39jkmlhf7las"))))
29591ca6
RW
14814 (build-system r-build-system)
14815 (propagated-inputs
14816 `(("r-assertthat" ,r-assertthat)
29591ca6
RW
14817 ("r-curl" ,r-curl)
14818 ("r-httr" ,r-httr)
14819 ("r-miniui" ,r-miniui)
14820 ("r-refmanager" ,r-refmanager)
14821 ("r-rstudioapi" ,r-rstudioapi)
14822 ("r-shiny" ,r-shiny)
14823 ("r-shinyjs" ,r-shinyjs)
14824 ("r-yaml" ,r-yaml)))
14825 (home-page "https://github.com/crsh/citr")
14826 (synopsis "RStudio add-in to insert Markdown citations")
14827 (description
14828 "This package provides functions and an RStudio add-in that search a
14829BibTeX or BibLaTeX file to create and insert formatted Markdown citations into
14830the current document.")
14831 (license license:expat)))
30f1029f
RW
14832
14833(define-public r-xgboost
14834 (package
14835 (name "r-xgboost")
00300de5 14836 (version "0.90.0.2")
30f1029f
RW
14837 (source
14838 (origin
14839 (method url-fetch)
14840 (uri (cran-uri "xgboost" version))
14841 (sha256
14842 (base32
00300de5 14843 "1gy9rzg43mjpfis893vf15drmbigfn0481zrzss9ajnmnk0q8194"))))
30f1029f
RW
14844 (build-system r-build-system)
14845 (propagated-inputs
14846 `(("r-data-table" ,r-data-table)
14847 ("r-magrittr" ,r-magrittr)
14848 ("r-matrix" ,r-matrix)
14849 ("r-stringi" ,r-stringi)))
14850 (home-page "https://github.com/dmlc/xgboost")
14851 (synopsis "Extreme gradient boosting")
14852 (description
14853 "This package provides an R interface to Extreme Gradient Boosting, which
14854is an efficient implementation of the gradient boosting framework from Chen
14855and Guestrin (2016). The package includes efficient linear model solver and
14856tree learning algorithms. The package can automatically do parallel
14857computation on a single machine. It supports various objective functions,
14858including regression, classification and ranking. The package is made to be
14859extensible, so that users are also allowed to define their own objectives
14860easily.")
14861 (license license:asl2.0)))
1c0b2e74 14862
14863(define-public r-umap
14864 (package
14865 (name "r-umap")
8bcd6c95 14866 (version "0.2.3.1")
1c0b2e74 14867 (source
14868 (origin
14869 (method url-fetch)
14870 (uri (cran-uri "umap" version))
14871 (sha256
14872 (base32
8bcd6c95 14873 "0rzz1s029cn1w1bf5va2pav2lg9j1mq97ibwcln39drvm67kj76d"))))
1c0b2e74 14874 (build-system r-build-system)
14875 (propagated-inputs
8bcd6c95
RW
14876 `(("r-openssl" ,r-openssl)
14877 ("r-rcpp" ,r-rcpp)
1c0b2e74 14878 ("r-reticulate" ,r-reticulate)
14879 ("r-rspectra" ,r-rspectra)))
14880 (home-page "https://github.com/tkonopka/umap")
14881 (synopsis "Uniform manifold approximation and projection")
14882 (description
14883 "Uniform manifold approximation and projection is a technique for
14884dimension reduction. This package provides an interface to the UMAP algorithm
14885in R, including a translation of the original algorithm into R.")
14886 (license license:expat)))
6deb08a3 14887
86c46d71
RW
14888(define-public r-uwot
14889 (package
14890 (name "r-uwot")
14891 (version "0.1.3")
14892 (source
14893 (origin
14894 (method url-fetch)
14895 (uri (cran-uri "uwot" version))
14896 (sha256
14897 (base32
14898 "1mq6qi8q9xslh1b99srj480s2a08pfv4bs9m2ykyijj44j9fcdj9"))))
14899 (build-system r-build-system)
14900 (propagated-inputs
14901 `(("r-dqrng" ,r-dqrng)
14902 ("r-fnn" ,r-fnn)
14903 ("r-irlba" ,r-irlba)
14904 ("r-matrix" ,r-matrix)
14905 ("r-rcpp" ,r-rcpp)
14906 ("r-rcppannoy" ,r-rcppannoy)
14907 ("r-rcppparallel" ,r-rcppparallel)
14908 ("r-rcppprogress" ,r-rcppprogress)
14909 ("r-rspectra" ,r-rspectra)))
14910 (home-page "https://github.com/jlmelville/uwot")
14911 (synopsis "Uniform manifold approximation and projection")
14912 (description
14913 "This package provides an implementation of the Uniform Manifold
14914Approximation and Projection dimensionality reduction by McInnes et
14915al. (2018). It also provides means to transform new data and to carry out
14916supervised dimensionality reduction. An implementation of the related
14917LargeVis method of Tang et al. (2016) is also provided.")
14918 (license license:gpl3)))
14919
6deb08a3 14920(define-public r-kableextra
14921 (package
14922 (name "r-kableextra")
14923 (version "1.1.0")
14924 (source
14925 (origin
14926 (method url-fetch)
14927 (uri (cran-uri "kableExtra" version))
14928 (sha256
14929 (base32
14930 "1nicvw06xsf3a1f5c10mih07b76m2v5s5h165vmz0qx6n1a3492i"))))
14931 (properties `((upstream-name . "kableExtra")))
14932 (build-system r-build-system)
14933 (propagated-inputs
14934 `(("r-digest" ,r-digest)
14935 ("r-glue" ,r-glue)
14936 ("r-htmltools" ,r-htmltools)
14937 ("r-knitr" ,r-knitr)
14938 ("r-magrittr" ,r-magrittr)
14939 ("r-readr" ,r-readr)
14940 ("r-rmarkdown" ,r-rmarkdown)
14941 ("r-rstudioapi" ,r-rstudioapi)
14942 ("r-rvest" ,r-rvest)
14943 ("r-scales" ,r-scales)
14944 ("r-stringr" ,r-stringr)
14945 ("r-viridislite" ,r-viridislite)
14946 ("r-webshot" ,r-webshot)
14947 ("r-xml2" ,r-xml2)))
14948 (home-page "https://haozhu233.github.io/kableExtra/")
14949 (synopsis "Construct complex tables with pipe syntax")
14950 (description
14951 "Build complex HTML or LaTeX tables using @code{kable()} from
14952@code{knitr} and the piping syntax from @code{magrittr}. The function
14953@code{kable()} is a light weight table generator coming from @code{knitr}.
14954This package simplifies the way to manipulate the HTML or LaTeX codes
14955generated by @code{kable()} and allows users to construct complex tables and
14956customize styles using a readable syntax.")
14957 (license license:expat)))
79f04920
RW
14958
14959(define-public r-glasso
14960 (package
14961 (name "r-glasso")
14962 (version "1.10")
14963 (source
14964 (origin
14965 (method url-fetch)
14966 (uri (cran-uri "glasso" version))
14967 (sha256
14968 (base32
14969 "0nshpx14v2yny7lr8ll6nnz71n0f02sddh2c2dglfprbk89p9yp6"))))
14970 (build-system r-build-system)
14971 (native-inputs `(("gfortran" ,gfortran)))
14972 (home-page "http://www-stat.stanford.edu/~tibs/glasso")
14973 (synopsis "Graphical Lasso: estimation of Gaussian graphical models")
14974 (description
14975 "This is a package for estimation of a sparse inverse covariance matrix
14976using a lasso (L1) penalty. Facilities are provided for estimates along a
14977path of values for the regularization parameter.")
14978 (license license:gpl2)))
37120e7a
RW
14979
14980(define-public r-rhpcblasctl
14981 (package
14982 (name "r-rhpcblasctl")
14983 (version "0.18-205")
14984 (source
14985 (origin
14986 (method url-fetch)
14987 (uri (cran-uri "RhpcBLASctl" version))
14988 (sha256
14989 (base32
14990 "1ls2286fvrp1g7p8v4l6axznychh3qndranfpzqz806cm9ml1cdp"))))
14991 (properties `((upstream-name . "RhpcBLASctl")))
14992 (build-system r-build-system)
14993 (home-page "http://prs.ism.ac.jp/~nakama/Rhpc/")
14994 (synopsis "Control the number of threads on BLAS")
14995 (description
14996 "This package allows you to control the number of threads the BLAS
14997library uses. It is also possible to control the number of threads in
14998OpenMP.")
14999 (license license:agpl3+)))
6e7553ff 15000
19f1aac0
RW
15001(define-public r-lda
15002 (package
15003 (name "r-lda")
15004 (version "1.4.2")
15005 (source
15006 (origin
15007 (method url-fetch)
15008 (uri (cran-uri "lda" version))
15009 (sha256
15010 (base32
15011 "03r4h5kgr8mfy44p66mfj5bp4k00g8zh4a1mhn46jw14pkhs21jn"))))
15012 (build-system r-build-system)
15013 (home-page "https://cran.r-project.org/web/packages/lda/")
15014 (synopsis "Collapsed Gibbs sampling methods for topic models")
15015 (description
15016 "This package implements @dfn{latent Dirichlet allocation} (LDA) and
15017related models. This includes (but is not limited to) sLDA, corrLDA, and the
15018mixed-membership stochastic blockmodel. Inference for all of these models is
15019implemented via a fast collapsed Gibbs sampler written in C. Utility
15020functions for reading/writing data typically used in topic models, as well as
15021tools for examining posterior distributions are also included.")
15022 ;; Any version of the LGPL
15023 (license license:lgpl3+)))
15024
6e7553ff
RW
15025(define-public r-rann-l1
15026 (package
15027 (name "r-rann-l1")
15028 (version "2.5.2")
15029 (source
15030 (origin
15031 (method url-fetch)
15032 (uri (cran-uri "RANN.L1" version))
15033 (sha256
15034 (base32
15035 "1hanh3my84mdr5wy6b89fawqzfc184vff1y65wy4l5ld9qza1n44"))))
15036 (properties `((upstream-name . "RANN.L1")))
15037 (build-system r-build-system)
15038 (home-page "https://github.com/jefferis/RANN/tree/master-L1")
15039 (synopsis "Fast nearest neighbour search using L1 metric")
15040 (description
15041 "This package provides tools to find the k nearest neighbours for every
15042point in a given dataset in O(N log N) time using Arya and Mount's ANN
15043library. There is support for approximate as well as exact searches, fixed
15044radius searches and @code{bd} as well as @code{kd} trees. The distance is
15045computed using the L1 (Manhattan, taxicab) metric.")
15046 (license license:gpl3+)))
9c3bfea6 15047
8e28535d
RW
15048(define-public r-leiden
15049 (package
15050 (name "r-leiden")
15051 (version "0.3.1")
15052 (source
15053 (origin
15054 (method url-fetch)
15055 (uri (cran-uri "leiden" version))
15056 (sha256
15057 (base32
15058 "19gq27zin4gf4sh7h24gyq3f8jjir20n2l36a7pk1pbzcr4ixyhp"))))
15059 (properties `((upstream-name . "leiden")))
15060 (build-system r-build-system)
15061 (propagated-inputs
15062 `(("r-igraph" ,r-igraph)
15063 ("r-matrix" ,r-matrix)
15064 ("r-reticulate" ,r-reticulate)))
15065 (home-page "https://github.com/TomKellyGenetics/leiden")
15066 (synopsis "R implementation of Leiden clustering algorithm")
15067 (description
15068 "This package implements the Python @code{leidenalg} module to be called
15069in R. It enables clustering using the Leiden algorithm for partitioning a
15070graph into communities. See also Traag et al (2018) \"From Louvain to Leiden:
15071guaranteeing well-connected communities.\" <arXiv:1810.08473>.")
15072 (license license:gpl3)))
15073
9c3bfea6
RW
15074(define-public r-patchwork
15075 ;; There has been no public release yet.
15076 (let ((commit "fd7958bae3e7a1e30237c751952e412a0a1d1242")
15077 (revision "1"))
15078 (package
15079 (name "r-patchwork")
15080 (version (git-version "0.0.1" revision commit))
15081 (source
15082 (origin
15083 (method git-fetch)
15084 (uri (git-reference
15085 (url "https://github.com/thomasp85/patchwork.git")
15086 (commit commit)))
15087 (file-name (git-file-name name version))
15088 (sha256
15089 (base32
15090 "00fq520xwy1ysg4k8x48x9b0yy9wyi8y8zj6dvxjg4bwx0yyp6s4"))))
15091 (build-system r-build-system)
15092 (propagated-inputs
15093 `(("r-ggplot2" ,r-ggplot2)
15094 ("r-gtable" ,r-gtable)))
15095 (home-page "https://github.com/thomasp85/patchwork")
15096 (synopsis "Compose ggplot2 plots")
15097 (description
15098 "The @code{ggplot2} package provides a strong API for sequentially
15099building up a plot, but does not concern itself with composition of multiple
15100plots. Patchwork is a package that expands the API to allow for arbitrarily
15101complex composition of plots by providing mathmatical operators for combining
15102multiple plots.")
15103 (license license:expat))))
86d38228
RW
15104
15105(define-public r-liger
15106 (package
15107 (name "r-liger")
15108 (version "0.4.2")
15109 (source
15110 (origin
15111 (method git-fetch)
15112 (uri (git-reference
15113 (url "https://github.com/MacoskoLab/liger.git")
15114 (commit (string-append "v" version))))
15115 (file-name (git-file-name name version))
15116 (sha256
15117 (base32
15118 "16dzwwcpw6n78pxlc5w3kraigki35ix7zhd2cbx5f3y60bbkhlmx"))
15119 (modules '((guix build utils)))
15120 (snippet
15121 '(begin
15122 (delete-file "inst/java/ModularityOptimizer.jar")
15123 #t))))
15124 (build-system r-build-system)
15125 (arguments
15126 `(#:phases
15127 (modify-phases %standard-phases
15128 (add-after 'unpack 'build-java-part
15129 (lambda* (#:key inputs #:allow-other-keys)
15130 (invoke "unzip" (assoc-ref inputs "optimizer-src"))
15131 (for-each (lambda (file) (invoke "javac" file))
15132 (find-files "." "\\.java$"))
15133 (apply invoke "jar" "cf" "inst/java/ModularityOptimizer.jar"
15134 (find-files "." "\\.class$"))
15135 #t)))))
15136 (propagated-inputs
15137 `(("r-cowplot" ,r-cowplot)
15138 ("r-dosnow" ,r-dosnow)
15139 ("r-dplyr" ,r-dplyr)
15140 ("r-fnn" ,r-fnn)
15141 ("r-foreach" ,r-foreach)
15142 ("r-ggplot2" ,r-ggplot2)
15143 ("r-ggrepel" ,r-ggrepel)
15144 ("r-hmisc" ,r-hmisc)
15145 ("r-ica" ,r-ica)
15146 ("r-irlba" ,r-irlba)
15147 ("r-matrix" ,r-matrix)
15148 ("r-mclust" ,r-mclust)
15149 ("r-patchwork" ,r-patchwork)
15150 ("r-plyr" ,r-plyr)
15151 ("r-rann-l1" ,r-rann-l1)
15152 ("r-rcpp" ,r-rcpp)
15153 ("r-rcpparmadillo" ,r-rcpparmadillo)
15154 ("r-riverplot" ,r-riverplot)
15155 ("r-rtsne" ,r-rtsne)
15156 ("r-snow" ,r-snow)))
15157 (native-inputs
15158 `(("jdk" ,icedtea "jdk")
15159 ;; See https://github.com/MacoskoLab/liger/issues/96
15160 ;; The optimizer is released under the Expat license.
15161 ("optimizer-src"
15162 ,(origin
15163 (method url-fetch)
15164 (uri "http://www.ludowaltman.nl/slm/modularity_optimizer_source.zip")
15165 (sha256
15166 (base32
15167 "01hmm6sapcmldvayknqx2w4cav3qv71mwwkdkwj4qgq6dss09g18"))))
15168 ("unzip" ,unzip)
15169 ("r-knitr" ,r-knitr))) ; for vignettes
15170 (home-page "https://github.com/MacoskoLab/liger")
15171 (synopsis "Integrate and analyze multiple single-cell datasets")
15172 (description
15173 "LIGER is a package for integrating and analyzing multiple single-cell
15174datasets, developed and maintained by the Macosko lab. It relies on
15175integrative non-negative matrix factorization to identify shared and
15176dataset-specific factors.")
15177 (license license:gpl3)))
711cec9d
RW
15178
15179(define-public r-harmony
15180 ;; There are no tagged commits
15181 (let ((commit "4d1653870d4dd70fff1807c182882db1fbf9af5a")
15182 (revision "1"))
15183 (package
15184 (name "r-harmony")
15185 (version (git-version "1.0" revision commit))
15186 (source
15187 (origin
15188 (method git-fetch)
15189 (uri (git-reference
15190 (url "https://github.com/immunogenomics/harmony")
15191 (commit commit)))
15192 (file-name (git-file-name name version))
15193 (sha256
15194 (base32
15195 "1gasdldr4aalr9h2q9kmm3y4i7azkgnhdn4bmvsszs7lg9xacw85"))))
15196 (build-system r-build-system)
15197 (propagated-inputs
15198 `(("r-cowplot" ,r-cowplot)
15199 ("r-dplyr" ,r-dplyr)
15200 ("r-ggplot2" ,r-ggplot2)
15201 ("r-irlba" ,r-irlba)
15202 ("r-matrix" ,r-matrix)
15203 ("r-rcpp" ,r-rcpp)
15204 ("r-rcpparmadillo" ,r-rcpparmadillo)
15205 ("r-rcppprogress" ,r-rcppprogress)
15206 ("r-rlang" ,r-rlang)
15207 ("r-tibble" ,r-tibble)
15208 ("r-tidyr" ,r-tidyr)))
15209 (home-page "https://github.com/immunogenomics/harmony")
15210 (synopsis "Integration of single cell sequencing data")
15211 (description
15212 "This package provides an implementation of the Harmony algorithm for
15213single cell integration, described in Korsunsky et al
15214@url{doi.org/10.1101/461954}. The package includes a standalone Harmony
15215function and interfaces to external frameworks.")
15216 (license license:gpl3))))
7a5ed348
RW
15217
15218(define-public r-covr
15219 (package
15220 (name "r-covr")
15221 (version "3.3.1")
15222 (source
15223 (origin
15224 (method url-fetch)
15225 (uri (cran-uri "covr" version))
15226 (sha256
15227 (base32
15228 "0fvd7v53w11x6kaw61hbml8n1j2ck9l2fv2wvqdsg689xic9rqcs"))))
15229 (properties `((upstream-name . "covr")))
15230 (build-system r-build-system)
15231 (propagated-inputs
15232 `(("r-crayon" ,r-crayon)
15233 ("r-digest" ,r-digest)
15234 ("r-httr" ,r-httr)
15235 ("r-jsonlite" ,r-jsonlite)
15236 ("r-rex" ,r-rex)
15237 ("r-withr" ,r-withr)
15238 ("r-yaml" ,r-yaml)))
15239 (home-page "https://github.com/r-lib/covr")
15240 (synopsis "Test coverage for R packages")
15241 (description
15242 "Thisp package enables you to track and report code coverage for your
15243package and (optionally) upload the results to a coverage service. Code
15244coverage is a measure of the amount of code being exercised by a set of tests.
15245It is an indirect measure of test quality and completeness. This package is
15246compatible with any testing methodology or framework and tracks coverage of
15247both R code and compiled C/C++/FORTRAN code.")
15248 (license license:gpl3)))
6983178b
RW
15249
15250(define-public r-systemfonts
15251 (package
15252 (name "r-systemfonts")
15253 (version "0.1.1")
15254 (source
15255 (origin
15256 (method url-fetch)
15257 (uri (cran-uri "systemfonts" version))
15258 (sha256
15259 (base32
15260 "0m0ljid683xcam2f14x7k2zv1yx4npac38a3gfv11vhxfbnpgp0z"))))
15261 (properties `((upstream-name . "systemfonts")))
15262 (build-system r-build-system)
15263 (inputs
15264 `(("fontconfig" ,fontconfig)
15265 ("freetype" ,freetype)
15266 ("zlib" ,zlib)))
15267 (native-inputs
15268 `(("pkg-config" ,pkg-config)))
15269 (home-page "https://github.com/r-lib/systemfonts")
15270 (synopsis "System native font finding")
15271 (description
15272 "This package provides system native access to the font catalogue. As
15273font handling varies between systems it is difficult to correctly locate
15274installed fonts across different operating systems. The 'systemfonts' package
15275provides bindings to the native libraries for finding font files that can then
15276be used further by e.g. graphic devices.")
15277 (license license:expat)))
93903009
RW
15278
15279(define-public r-graphlayouts
15280 (package
15281 (name "r-graphlayouts")
15282 (version "0.5.0")
15283 (source
15284 (origin
15285 (method url-fetch)
15286 (uri (cran-uri "graphlayouts" version))
15287 (sha256
15288 (base32
15289 "03dizbhhdhnzbj2i5zvqgs617kwcv4h2pha4f16adic0fph1rxl3"))))
15290 (properties `((upstream-name . "graphlayouts")))
15291 (build-system r-build-system)
15292 (propagated-inputs
15293 `(("r-igraph" ,r-igraph)
15294 ("r-rcpp" ,r-rcpp)
15295 ("r-rcpparmadillo" ,r-rcpparmadillo)))
15296 (home-page "https://github.com/schochastics/graphlayouts")
15297 (synopsis "Additional layout algorithms for network visualizations")
15298 (description
15299 "This package provides several layout algorithms to visualize networks
15300which are not part of the igraph library. Most are based on the concept of
15301stress majorization by Gansner et al. (2004)
15302<doi:10.1007/978-3-540-31843-9_25>. Some more specific algorithms allow to
15303emphasize hidden group structures in networks or focus on specific nodes.")
15304 (license license:expat)))
9567bd8d
RW
15305
15306(define-public r-tidygraph
15307 (package
15308 (name "r-tidygraph")
15309 (version "1.1.2")
15310 (source
15311 (origin
15312 (method url-fetch)
15313 (uri (cran-uri "tidygraph" version))
15314 (sha256
15315 (base32
15316 "1zpsarm74afbc7p5dlyb0whc09670qdcddw1ckb25cfc9hfh0hjn"))))
15317 (properties `((upstream-name . "tidygraph")))
15318 (build-system r-build-system)
15319 (propagated-inputs
15320 `(("r-dplyr" ,r-dplyr)
15321 ("r-igraph" ,r-igraph)
15322 ("r-magrittr" ,r-magrittr)
15323 ("r-pillar" ,r-pillar)
15324 ("r-r6" ,r-r6)
15325 ("r-rcpp" ,r-rcpp)
15326 ("r-rlang" ,r-rlang)
15327 ("r-tibble" ,r-tibble)
15328 ("r-tidyr" ,r-tidyr)))
15329 (home-page "https://github.com/thomasp85/tidygraph")
15330 (synopsis "Tidy API for graph manipulation")
15331 (description
15332 "This package provides a graph implementation that can be thought of as
15333two tidy data frames describing node and edge data respectively. It provides
15334an approach to manipulate these two virtual data frames using the API defined
15335in the @code{dplyr} package, and it also provides tidy interfaces to a lot of
15336common graph algorithms.")
15337 (license license:expat)))