gnu: Add r-zseq.
[jackhill/guix/guix.git] / gnu / packages / cran.scm
1 ;;; GNU Guix --- Functional package management for GNU
2 ;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Ricardo Wurmus <rekado@elephly.net>
3 ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
4 ;;; Copyright © 2016, 2017 Ben Woodcroft <donttrustben@gmail.com>
5 ;;; Copyright © 2016, 2017, 2018 Roel Janssen <roel@gnu.org>
6 ;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
7 ;;; Copyright © 2017 Raoul Bonnal <ilpuccio.febo@gmail.com>
8 ;;; Copyright © 2018 Vijayalakshmi Vedantham <vijimay12@gmail.com>
9 ;;; Copyright © 2018 Sahithi Yarlagadda <sahi@swecha.net>
10 ;;; Copyright © 2018 Sandeep Subramanian <sandeepsubramanian94@gmail.com>
11 ;;; Copyright © 2018 Charlie Ritter <chewzeirta@posteo.net>
12 ;;; Copyright © 2018 Konrad Hinsen <konrad.hinsen@fastmail.net>
13 ;;; Copyright © 2018 Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
14 ;;; Copyright © 2018 Laura Lazzati <laura.lazzati.15@gmail.com>
15 ;;; Copyright © 2018 Leo Famulari <leo@famulari.name>
16 ;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com>
17 ;;; Copyright © 2018 Eric Brown <brown@fastmail.com>
18 ;;; Copyright © 2018, 2019 Brett Gilio <brettg@gnu.org>
19 ;;; Copyright © 2019 Nicolò Balzarotti <anothersms@gmail.com>
20 ;;; Copyright © 2019 Wiktor Żelazny <wzelazny@vurv.cz>
21 ;;;
22 ;;; This file is part of GNU Guix.
23 ;;;
24 ;;; GNU Guix is free software; you can redistribute it and/or modify it
25 ;;; under the terms of the GNU General Public License as published by
26 ;;; the Free Software Foundation; either version 3 of the License, or (at
27 ;;; your option) any later version.
28 ;;;
29 ;;; GNU Guix is distributed in the hope that it will be useful, but
30 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
31 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
32 ;;; GNU General Public License for more details.
33 ;;;
34 ;;; You should have received a copy of the GNU General Public License
35 ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
36
37 (define-module (gnu packages cran)
38 #:use-module ((guix licenses) #:prefix license:)
39 #:use-module (guix packages)
40 #:use-module (guix download)
41 #:use-module (guix git-download)
42 #:use-module (guix utils)
43 #:use-module (guix build-system r)
44 #:use-module (gnu packages algebra)
45 #:use-module (gnu packages base)
46 #:use-module (gnu packages bioinformatics)
47 #:use-module (gnu packages c)
48 #:use-module (gnu packages compression)
49 #:use-module (gnu packages curl)
50 #:use-module (gnu packages databases)
51 #:use-module (gnu packages fontutils)
52 #:use-module (gnu packages gcc)
53 #:use-module (gnu packages geo)
54 #:use-module (gnu packages ghostscript)
55 #:use-module (gnu packages gl)
56 #:use-module (gnu packages gnome)
57 #:use-module (gnu packages graph)
58 #:use-module (gnu packages gtk)
59 #:use-module (gnu packages haskell-xyz)
60 #:use-module (gnu packages icu4c)
61 #:use-module (gnu packages image)
62 #:use-module (gnu packages imagemagick)
63 #:use-module (gnu packages java)
64 #:use-module (gnu packages javascript)
65 #:use-module (gnu packages lisp-xyz)
66 #:use-module (gnu packages machine-learning)
67 #:use-module (gnu packages maths)
68 #:use-module (gnu packages mpi)
69 #:use-module (gnu packages multiprecision)
70 #:use-module (gnu packages networking)
71 #:use-module (gnu packages pcre)
72 #:use-module (gnu packages perl)
73 #:use-module (gnu packages pkg-config)
74 #:use-module (gnu packages python)
75 #:use-module (gnu packages python-xyz)
76 #:use-module (gnu packages statistics)
77 #:use-module (gnu packages tcl)
78 #:use-module (gnu packages tls)
79 #:use-module (gnu packages web)
80 #:use-module (gnu packages xorg))
81
82 (define-public r-clipr
83 (package
84 (name "r-clipr")
85 (version "0.7.0")
86 (source
87 (origin
88 (method url-fetch)
89 (uri (cran-uri "clipr" version))
90 (sha256
91 (base32
92 "1qn2p13d0c1bpqss6mv9hk60980rzhznfqpyaf5x0fy65svy9903"))))
93 (build-system r-build-system)
94 (home-page "https://github.com/mdlincoln/clipr")
95 (synopsis "Read and write from the system clipboard")
96 (description
97 "This package provides simple utility functions to read from and write to
98 the system clipboards.")
99 (license license:gpl3)))
100
101 (define-public r-scales
102 (package
103 (name "r-scales")
104 (version "1.1.0")
105 (source
106 (origin
107 (method url-fetch)
108 (uri (cran-uri "scales" version))
109 (sha256
110 (base32 "00rdbfj5mwc3kr8pskidn3n2zkp4ms6cx36xazz54pxw3pysdr0y"))))
111 (build-system r-build-system)
112 (propagated-inputs
113 `(("r-farver" ,r-farver)
114 ("r-labeling" ,r-labeling)
115 ("r-lifecycle" ,r-lifecycle)
116 ("r-munsell" ,r-munsell)
117 ("r-rcolorbrewer" ,r-rcolorbrewer)
118 ("r-r6" ,r-r6)
119 ("r-viridislite" ,r-viridislite)))
120 (home-page "https://github.com/hadley/scales")
121 (synopsis "Scale functions for visualization")
122 (description
123 "This package provides graphical scales that map data to aesthetics, and
124 provides methods for automatically determining breaks and labels for axes and
125 legends.")
126 (license license:expat)))
127
128 (define-public r-pheatmap
129 (package
130 (name "r-pheatmap")
131 (version "1.0.12")
132 (source
133 (origin
134 (method url-fetch)
135 (uri (cran-uri "pheatmap" version))
136 (sha256
137 (base32
138 "1hdh74az3vyzz6dqa311rhxdm74n46lyr03p862kn80p0kp9d7ap"))))
139 (build-system r-build-system)
140 (propagated-inputs
141 `(("r-gtable" ,r-gtable)
142 ("r-rcolorbrewer" ,r-rcolorbrewer)
143 ("r-scales" ,r-scales)))
144 (home-page "https://cran.r-project.org/web/packages/pheatmap")
145 (synopsis "Pretty heatmaps")
146 (description
147 "This package provides an implementation of heatmaps that offers more
148 control over dimensions and appearance.")
149 (license license:gpl2+)))
150
151 (define-public r-ellipsis
152 (package
153 (name "r-ellipsis")
154 (version "0.3.0")
155 (source
156 (origin
157 (method url-fetch)
158 (uri (cran-uri "ellipsis" version))
159 (sha256
160 (base32
161 "01z9gq311nzwv3a0sa49jhm5ylqd59srip4vjkrf23hzgb5i9y0b"))))
162 (build-system r-build-system)
163 (propagated-inputs
164 `(("r-rlang" ,r-rlang)))
165 (home-page "https://github.com/hadley/ellipsis")
166 (synopsis "Tools for working with additional arguments")
167 (description
168 "In S3 generics, it's useful to take @code{...} so that methods can have
169 additional arguments. But this flexibility comes at a cost: misspelled
170 arguments will be silently ignored. The @code{ellipsis} package is an
171 experiment that allows a generic to warn if any arguments passed in @code{...}
172 are not used.")
173 (license license:gpl3)))
174
175 (define-public r-grr
176 (package
177 (name "r-grr")
178 (version "0.9.5")
179 (source
180 (origin
181 (method url-fetch)
182 (uri (cran-uri "grr" version))
183 (sha256
184 (base32
185 "0arbcgrvhkwb5xk4nry1ffg2qj0v8ivhjghdr505ib4357g0c9i9"))))
186 (build-system r-build-system)
187 (home-page "https://cran.r-project.org/web/packages/grr")
188 (synopsis "Alternative implementations of base R functions")
189 (description
190 "This package provides alternative implementations of some base R
191 functions, including @code{sort}, @code{order}, and @code{match}. The
192 functions are simplified but can be faster or have other advantages.")
193 (license license:gpl3)))
194
195 (define-public r-matrix-utils
196 (package
197 (name "r-matrix-utils")
198 (version "0.9.8")
199 (source
200 (origin
201 (method url-fetch)
202 (uri (cran-uri "Matrix.utils" version))
203 (sha256
204 (base32
205 "0a5fq1scykqk0kc9j051j6fix6j2dqwz5wbgb0amaxsiywz9vigb"))))
206 (properties `((upstream-name . "Matrix.utils")))
207 (build-system r-build-system)
208 (propagated-inputs
209 `(("r-grr" ,r-grr)
210 ("r-matrix" ,r-matrix)))
211 (home-page "https://github.com/cvarrichio/Matrix.utils")
212 (synopsis
213 "Data.frame-Like Operations on Sparse and Dense Matrix Objects")
214 (description
215 "This package implements data manipulation methods such as @code{cast},
216 @code{aggregate}, and @code{merge}/@code{join} for Matrix and Matrix-like
217 objects.")
218 (license license:gpl3)))
219
220 (define-public r-sys
221 (package
222 (name "r-sys")
223 (version "3.3")
224 (source
225 (origin
226 (method url-fetch)
227 (uri (cran-uri "sys" version))
228 (sha256
229 (base32
230 "14wvy46i2iz9jn7lj3cvifmps932s3395wq681hniva0f8m7q8d6"))))
231 (build-system r-build-system)
232 (home-page "https://github.com/jeroen/sys")
233 (synopsis "Powerful and reliable tools for running system commands in R")
234 (description
235 "This package provides drop-in replacements for the base @code{system2()}
236 function with fine control and consistent behavior across platforms. It
237 supports clean interruption, timeout, background tasks, and streaming STDIN /
238 STDOUT / STDERR over binary or text connections. The package also provides
239 functions for evaluating expressions inside a temporary fork. Such
240 evaluations have no side effects on the main R process, and support reliable
241 interrupts and timeouts. This provides the basis for a sandboxing
242 mechanism.")
243 (license license:expat)))
244
245 (define-public r-askpass
246 (package
247 (name "r-askpass")
248 (version "1.1")
249 (source
250 (origin
251 (method url-fetch)
252 (uri (cran-uri "askpass" version))
253 (sha256
254 (base32
255 "07q0ik8jzk44vpwh48rr3fnpd7dzsdhjjsl4l850rffv3dyq4h6v"))))
256 (build-system r-build-system)
257 (propagated-inputs `(("r-sys" ,r-sys)))
258 (home-page "https://github.com/jeroen/askpass")
259 (synopsis "Safe password entry for R")
260 (description
261 "This package provides cross-platform utilities for prompting the user
262 for credentials or a passphrase, for example to authenticate with a server or
263 read a protected key.")
264 (license license:expat)))
265
266 (define-public r-vegan
267 (package
268 (name "r-vegan")
269 (version "2.5-6")
270 (source
271 (origin
272 (method url-fetch)
273 (uri (cran-uri "vegan" version))
274 (sha256
275 (base32
276 "0g60rgn1i7wqf9pf5m1yki1m45gcp7i5hmjic0ci0f6vng70mh5k"))))
277 (build-system r-build-system)
278 (native-inputs
279 `(("gfortran" ,gfortran)))
280 (propagated-inputs
281 `(("r-cluster" ,r-cluster)
282 ("r-knitr" ,r-knitr) ; needed for vignettes
283 ("r-lattice" ,r-lattice)
284 ("r-mass" ,r-mass)
285 ("r-mgcv" ,r-mgcv)
286 ("r-permute" ,r-permute)))
287 (home-page "https://cran.r-project.org/web/packages/vegan")
288 (synopsis "Functions for community ecology")
289 (description
290 "The vegan package provides tools for descriptive community ecology. It
291 has most basic functions of diversity analysis, community ordination and
292 dissimilarity analysis. Most of its multivariate tools can be used for other
293 data types as well.")
294 (license license:gpl2+)))
295
296 (define-public r-tidyverse
297 (package
298 (name "r-tidyverse")
299 (version "1.3.0")
300 (source
301 (origin
302 (method url-fetch)
303 (uri (cran-uri "tidyverse" version))
304 (sha256
305 (base32
306 "02gyys08qv2v4cl2d66gml4d31ipxay0iyfwwksvxyclx60wp2kd"))))
307 (build-system r-build-system)
308 (propagated-inputs
309 `(("r-broom" ,r-broom)
310 ("r-cli" ,r-cli)
311 ("r-crayon" ,r-crayon)
312 ("r-dbplyr" ,r-dbplyr)
313 ("r-dplyr" ,r-dplyr)
314 ("r-forcats" ,r-forcats)
315 ("r-ggplot2" ,r-ggplot2)
316 ("r-haven" ,r-haven)
317 ("r-hms" ,r-hms)
318 ("r-httr" ,r-httr)
319 ("r-jsonlite" ,r-jsonlite)
320 ("r-lubridate" ,r-lubridate)
321 ("r-magrittr" ,r-magrittr)
322 ("r-modelr" ,r-modelr)
323 ("r-pillar" ,r-pillar)
324 ("r-purrr" ,r-purrr)
325 ("r-readr" ,r-readr)
326 ("r-readxl" ,r-readxl)
327 ("r-reprex" ,r-reprex)
328 ("r-rlang" ,r-rlang)
329 ("r-rstudioapi" ,r-rstudioapi)
330 ("r-rvest" ,r-rvest)
331 ("r-stringr" ,r-stringr)
332 ("r-tibble" ,r-tibble)
333 ("r-tidyr" ,r-tidyr)
334 ("r-xml2" ,r-xml2)))
335 (home-page "https://tidyverse.tidyverse.org")
336 (synopsis "Install and load packages from the \"Tidyverse\"")
337 (description
338 "The @code{tidyverse} is a set of packages that work in harmony because
339 they share common data representations and API design. This package is
340 designed to make it easy to install and load multiple tidyverse packages in a
341 single step.")
342 (license license:gpl3)))
343
344 (define-public r-rvest
345 (package
346 (name "r-rvest")
347 (version "0.3.5")
348 (source
349 (origin
350 (method url-fetch)
351 (uri (cran-uri "rvest" version))
352 (sha256
353 (base32 "0r0a5jic09xw5pk0x42pr99r3zab5m9s4x85ymx1sl769jz42zqf"))))
354 (build-system r-build-system)
355 (propagated-inputs
356 `(("r-httr" ,r-httr)
357 ("r-magrittr" ,r-magrittr)
358 ("r-selectr" ,r-selectr)
359 ("r-xml2" ,r-xml2)))
360 (home-page "https://github.com/hadley/rvest")
361 (synopsis "Simple web scraping for R")
362 (description
363 "@code{r-rvest} helps you scrape information from web pages. It is
364 designed to work with @code{magrittr} to make it easy to express common web
365 scraping tasks, inspired by libraries like @code{BeautifulSoup}.")
366 (license license:gpl3)))
367
368 (define-public r-selectr
369 (package
370 (name "r-selectr")
371 (version "0.4-2")
372 (source
373 (origin
374 (method url-fetch)
375 (uri (cran-uri "selectr" version))
376 (sha256
377 (base32 "09y1n3iy297g49xlpl7xrjpwgnm57pskx5991lyfcpizbz8ax22m"))))
378 (build-system r-build-system)
379 (propagated-inputs
380 `(("r-stringr" ,r-stringr)
381 ("r-r6" ,r-r6)))
382 (home-page "https://sjp.co.nz/projects/selectr/")
383 (synopsis "Translate CSS selectors to XPath expressions")
384 (description
385 "@code{r-selectr} translates a CSS3 selector into an equivalent XPath
386 expression. This allows you to use CSS selectors when working with the XML
387 package as it can only evaluate XPath expressions. Also provided are
388 convenience functions useful for using CSS selectors on XML nodes. This
389 package is a port of the Python package @code{cssselect}.")
390 (license license:bsd-3)))
391
392 (define-public r-reprex
393 (package
394 (name "r-reprex")
395 (version "0.3.0")
396 (source
397 (origin
398 (method url-fetch)
399 (uri (cran-uri "reprex" version))
400 (sha256
401 (base32
402 "0v7vxzs8alwz8y1cjicpimp5yimf1g9gb8x5wy3zhvrz6kk2lg10"))))
403 (build-system r-build-system)
404 (propagated-inputs
405 `(("r-callr" ,r-callr)
406 ("r-clipr" ,r-clipr)
407 ("r-fs" ,r-fs)
408 ("r-rlang" ,r-rlang)
409 ("r-rmarkdown" ,r-rmarkdown)
410 ("r-whisker" ,r-whisker)
411 ("r-withr" ,r-withr)))
412 (home-page "https://github.com/tidyverse/reprex")
413 (synopsis "Prepare reproducible R code examples for sharing")
414 (description
415 "This package provides a convenience wrapper that uses the
416 @code{rmarkdown} package to render small snippets of code to target formats
417 that include both code and output. The goal is to encourage the sharing of
418 small, reproducible, and runnable examples on code-oriented websites or email.
419 @code{reprex} also extracts clean, runnable R code from various common formats,
420 such as copy/paste from an R session.")
421 (license license:expat)))
422
423 (define-public r-callr
424 (package
425 (name "r-callr")
426 (version "3.4.2")
427 (source
428 (origin
429 (method url-fetch)
430 (uri (cran-uri "callr" version))
431 (sha256
432 (base32
433 "0bdlp0labwyfl36jqslj2g7zmw7zwr58v9gam435kiblhjimb8fc"))))
434 (build-system r-build-system)
435 (propagated-inputs
436 `(("r-r6" ,r-r6)
437 ("r-processx" ,r-processx)))
438 (home-page "https://github.com/r-lib/callr#readme")
439 (synopsis "Call R from R")
440 (description
441 "It is sometimes useful to perform a computation in a separate R process,
442 without affecting the current R process at all. This package does exactly
443 that.")
444 (license license:expat)))
445
446 (define-public r-readxl
447 (package
448 (name "r-readxl")
449 (version "1.3.1")
450 (source
451 (origin
452 (method url-fetch)
453 (uri (cran-uri "readxl" version))
454 (sha256
455 (base32
456 "15mambxr8c7k2ikdfsl1w3vxvm54dsnk0cl1qvks6iig7rql3d14"))))
457 (build-system r-build-system)
458 (propagated-inputs
459 `(("r-cellranger" ,r-cellranger)
460 ("r-progress" ,r-progress)
461 ("r-rcpp" ,r-rcpp)
462 ("r-tibble" ,r-tibble)))
463 (home-page "https://readxl.tidyverse.org")
464 (synopsis "Read Excel files")
465 (description
466 "This package lets you import Excel files into R. It supports
467 @file{.xls} via the embedded @code{libxls} C library and @file{.xlsx} via
468 the embedded @code{RapidXML} C++ library.")
469 ;; XXX: This package bundles a copy of 'libxsl' which is BSD-2 and
470 ;; 'rapidxml' which is Boost.
471 (license (list license:gpl3 license:bsd-2 license:boost1.0))))
472
473 (define-public r-modelr
474 (package
475 (name "r-modelr")
476 (version "0.1.6")
477 (source
478 (origin
479 (method url-fetch)
480 (uri (cran-uri "modelr" version))
481 (sha256
482 (base32
483 "1x2m34m4qirb401krmgc5wg3g7ndbcglfab2l0655rmky3fz7rfp"))))
484 (build-system r-build-system)
485 (propagated-inputs
486 `(("r-broom" ,r-broom)
487 ("r-dplyr" ,r-dplyr)
488 ("r-magrittr" ,r-magrittr)
489 ("r-purrr" ,r-purrr)
490 ("r-rlang" ,r-rlang)
491 ("r-tibble" ,r-tibble)
492 ("r-tidyr" ,r-tidyr)
493 ("r-tidyselect" ,r-tidyselect)))
494 (home-page "https://github.com/tidyverse/modelr")
495 (synopsis "Helper functions for modelling in pipelines")
496 (description
497 "Functions for modelling that help you seamlessly integrate modelling
498 into a pipeline of data manipulation and visualisation.")
499 (license license:gpl3)))
500
501 (define-public r-httpuv
502 (package
503 (name "r-httpuv")
504 (version "1.5.2")
505 (source (origin
506 (method url-fetch)
507 (uri (cran-uri "httpuv" version))
508 (sha256
509 (base32
510 "13ax0hs2lc39ilznh1zarwqdzahcbhb8adilrfik3xg0fkljpcwk"))))
511 (build-system r-build-system)
512 (propagated-inputs
513 `(("r-bh" ,r-bh)
514 ("r-later" ,r-later)
515 ("r-promises" ,r-promises)
516 ("r-r6" ,r-r6)
517 ("r-rcpp" ,r-rcpp)))
518 (home-page "https://github.com/rstudio/httpuv")
519 (synopsis "HTTP and WebSocket server library for R")
520 (description
521 "The httpuv package provides low-level socket and protocol support for
522 handling HTTP and WebSocket requests directly from within R. It is primarily
523 intended as a building block for other packages, rather than making it
524 particularly easy to create complete web applications using httpuv alone.")
525 ;; This package includes third-party code that was originally released
526 ;; under various non-copyleft licenses. Full licensing information can be
527 ;; obtained here: https://github.com/rstudio/httpuv/blob/master/LICENSE
528 (license license:gpl3+)))
529
530 (define-public r-jsonlite
531 (package
532 (name "r-jsonlite")
533 (version "1.6.1")
534 (source (origin
535 (method url-fetch)
536 (uri (cran-uri "jsonlite" version))
537 (sha256
538 (base32
539 "0xrki07wc17bkmhz0h7jay784j1sls2i9bf1mfpj6yl59791v4kl"))))
540 (build-system r-build-system)
541 (home-page "https://arxiv.org/abs/1403.2805")
542 (synopsis "Robust, high performance JSON parser and generator for R")
543 (description
544 "The jsonlite package provides a fast JSON parser and generator optimized
545 for statistical data and the web. It offers flexible, robust, high
546 performance tools for working with JSON in R and is particularly powerful for
547 building pipelines and interacting with a web API. In addition to converting
548 JSON data from/to R objects, jsonlite contains functions to stream, validate,
549 and prettify JSON data. The unit tests included with the package verify that
550 all edge cases are encoded and decoded consistently for use with dynamic data
551 in systems and applications.")
552 (license license:expat)))
553
554 (define-public r-servr
555 (package
556 (name "r-servr")
557 (version "0.15")
558 (source (origin
559 (method url-fetch)
560 (uri (cran-uri "servr" version))
561 (sha256
562 (base32
563 "199k9aghwk9rf1rm8pjg60xacqww25cza259h5dfj1ixil0m6dxi"))))
564 (build-system r-build-system)
565 (propagated-inputs
566 `(("r-httpuv" ,r-httpuv)
567 ("r-jsonlite" ,r-jsonlite)
568 ("r-mime" ,r-mime)
569 ("r-xfun" ,r-xfun)))
570 (home-page "https://github.com/yihui/servr")
571 (synopsis "Simple HTTP server to serve static files or dynamic documents")
572 (description
573 "Servr provides an HTTP server in R to serve static files, or dynamic
574 documents that can be converted to HTML files (e.g., R Markdown) under a given
575 directory.")
576 (license license:expat)))
577
578 (define-public r-htmltools
579 (package
580 (name "r-htmltools")
581 (version "0.4.0")
582 (source (origin
583 (method url-fetch)
584 (uri (cran-uri "htmltools" version))
585 (sha256
586 (base32
587 "06l17d8jkf438yk2mchpsp4j90bynnapz3nabh5vkcc324p5a62v"))))
588 (build-system r-build-system)
589 (propagated-inputs
590 `(("r-digest" ,r-digest)
591 ("r-rcpp" ,r-rcpp)
592 ("r-rlang" ,r-rlang)))
593 (home-page "https://cran.r-project.org/web/packages/htmltools")
594 (synopsis "R tools for HTML")
595 (description
596 "This package provides tools for HTML generation and output in R.")
597 (license license:expat)))
598
599 (define-public r-htmlwidgets
600 (package
601 (name "r-htmlwidgets")
602 (version "1.5.1")
603 (source (origin
604 (method url-fetch)
605 (uri (cran-uri "htmlwidgets" version))
606 (sha256
607 (base32
608 "10fp306l1nybkah6jrlrqwwdb6zvklbddp8i3w9v9naj8la5jbnl"))))
609 (build-system r-build-system)
610 (propagated-inputs
611 `(("r-htmltools" ,r-htmltools)
612 ("r-jsonlite" ,r-jsonlite)
613 ("r-yaml" ,r-yaml)))
614 (home-page "https://github.com/ramnathv/htmlwidgets")
615 (synopsis "HTML Widgets for R")
616 (description
617 "HTML widgets is a framework for creating HTML widgets that render in
618 various contexts including the R console, R Markdown documents, and Shiny web
619 applications.")
620 (license license:expat)))
621
622 (define-public r-htmltable
623 (package
624 (name "r-htmltable")
625 (version "1.13.3")
626 (source
627 (origin
628 (method url-fetch)
629 (uri (cran-uri "htmlTable" version))
630 (sha256
631 (base32
632 "0g9r156k9yl1f092hfw3b9wjx11akf0shbi3x0d0mvpnflvc8nfl"))))
633 (properties `((upstream-name . "htmlTable")))
634 (build-system r-build-system)
635 (propagated-inputs
636 `(("r-checkmate" ,r-checkmate)
637 ("r-htmltools" ,r-htmltools)
638 ("r-htmlwidgets" ,r-htmlwidgets)
639 ("r-knitr" ,r-knitr)
640 ("r-magrittr" ,r-magrittr)
641 ("r-rstudioapi" ,r-rstudioapi)
642 ("r-stringr" ,r-stringr)))
643 (home-page "http://gforge.se/packages/")
644 (synopsis "Advanced tables for Markdown/HTML")
645 (description
646 "This package provides functions to build tables with advanced layout
647 elements such as row spanners, column spanners, table spanners, zebra
648 striping, and more. While allowing advanced layout, the underlying
649 CSS-structure is simple in order to maximize compatibility with word
650 processors such as LibreOffice. The package also contains a few text
651 formatting functions that help outputting text compatible with HTML or
652 LaTeX.")
653 (license license:gpl3+)))
654
655 (define-public r-curl
656 (package
657 (name "r-curl")
658 (version "4.3")
659 (source (origin
660 (method url-fetch)
661 (uri (cran-uri "curl" version))
662 (sha256
663 (base32
664 "1nrf6md41b37j424y6rvifdj9zb3j14f60fj7q71k9jhpf2x81kl"))))
665 (build-system r-build-system)
666 (arguments
667 `(#:phases
668 (modify-phases %standard-phases
669 ;; The environment variable CURL_CA_BUNDLE is only respected when
670 ;; running Windows, so we disable the platform checks.
671 ;; This can be removed once the libcurl has been patched.
672 (add-after 'unpack 'allow-CURL_CA_BUNDLE
673 (lambda _
674 (substitute* "R/onload.R"
675 (("if \\(!grepl\\(\"mingw\".*")
676 "if (FALSE)\n"))
677 (substitute* "src/handle.c"
678 (("#ifdef _WIN32") "#if 1"))
679 #t)))))
680 (inputs
681 `(("libcurl" ,curl)
682 ("zlib" ,zlib)))
683 (native-inputs
684 `(("pkg-config" ,pkg-config)))
685 (home-page "https://github.com/jeroenooms/curl")
686 (synopsis "HTTP client for R")
687 (description
688 "The @code{curl()} and @code{curl_download()} functions provide highly
689 configurable drop-in replacements for base @code{url()} and
690 @code{download.file()} with better performance, support for encryption, gzip
691 compression, authentication, and other @code{libcurl} goodies. The core of
692 the package implements a framework for performing fully customized requests
693 where data can be processed either in memory, on disk, or streaming via the
694 callback or connection interfaces.")
695 (license license:expat)))
696
697 (define-public r-hwriter
698 (package
699 (name "r-hwriter")
700 (version "1.3.2")
701 (source
702 (origin
703 (method url-fetch)
704 (uri (cran-uri "hwriter" version))
705 (sha256
706 (base32
707 "0arjsz854rfkfqhgvpqbm9lfni97dcjs66isdsfvwfd2wz932dbb"))))
708 (build-system r-build-system)
709 (home-page "https://cran.r-project.org/web/packages/hwriter")
710 (synopsis "Output R objects in HTML format")
711 (description
712 "This package provides easy-to-use and versatile functions to output R
713 objects in HTML format.")
714 (license license:lgpl2.1+)))
715
716 (define-public r-rjson
717 (package
718 (name "r-rjson")
719 (version "0.2.20")
720 (source
721 (origin
722 (method url-fetch)
723 (uri (cran-uri "rjson" version))
724 (sha256
725 (base32
726 "0v1zvdd3svnavklh7y5xbwrrkbvx6053r4c5hgnk7hz7bqg7qa1s"))))
727 (build-system r-build-system)
728 (home-page "https://cran.r-project.org/web/packages/rjson")
729 (synopsis "JSON library for R")
730 (description
731 "This package provides functions to convert R objects into JSON objects
732 and vice-versa.")
733 (license license:gpl2+)))
734
735 (define-public r-fastmap
736 (package
737 (name "r-fastmap")
738 (version "1.0.1")
739 (source
740 (origin
741 (method url-fetch)
742 (uri (cran-uri "fastmap" version))
743 (sha256
744 (base32
745 "1v7sp56xiha0bh78g3w92k52p9vkp7ryzpw0z66nyddxzrfv0y27"))))
746 (properties `((upstream-name . "fastmap")))
747 (build-system r-build-system)
748 (home-page "https://r-lib.github.io/fastmap/")
749 (synopsis "Fast implementation of a key-value store")
750 (description
751 "This package provides a fast implementation of a key-value store.
752 Environments are commonly used as key-value stores, but every time a new key
753 is used, it is added to R's global symbol table, causing a small amount of
754 memory leakage. This can be problematic in cases where many different keys
755 are used. Fastmap avoids this memory leak issue by implementing the map using
756 data structures in C++.")
757 (license license:expat)))
758
759 (define-public r-shiny
760 (package
761 (name "r-shiny")
762 (version "1.4.0")
763 (source
764 (origin
765 (method git-fetch)
766 (uri (git-reference
767 (url "https://github.com/rstudio/shiny.git")
768 (commit (string-append "v" version))))
769 (file-name (git-file-name name version))
770 (sha256
771 (base32
772 "17ac48g414h9dhi0k4wrah4gyik0q5r0xw3kc01c02qfjwimqsx7"))))
773 (build-system r-build-system)
774 (arguments
775 `(#:modules ((guix build r-build-system)
776 (guix build minify-build-system)
777 (guix build utils)
778 (ice-9 match))
779 #:imported-modules (,@%r-build-system-modules
780 (guix build minify-build-system))
781 #:phases
782 (modify-phases (@ (guix build r-build-system) %standard-phases)
783 (add-after 'unpack 'replace-bundled-minified-JavaScript
784 (lambda* (#:key inputs #:allow-other-keys)
785 (let ((replace-file (lambda (old new)
786 (format #t "replacing ~a with ~a\n" old new)
787 (delete-file old)
788 (symlink new old))))
789 ;; NOTE: Files in ./inst/www/shared/datepicker/js/locales/
790 ;; contain just data. They are not minified code, so we don't
791 ;; replace them.
792 (with-directory-excursion "inst/www/shared"
793 (replace-file "bootstrap/shim/respond.min.js"
794 (string-append (assoc-ref inputs "js-respond")
795 "/share/javascript/respond.min.js"))
796 (replace-file "bootstrap/shim/html5shiv.min.js"
797 (string-append (assoc-ref inputs "js-html5shiv")
798 "/share/javascript/html5shiv.min.js"))
799 (replace-file "json2-min.js"
800 (string-append (assoc-ref inputs "js-json2")
801 "/share/javascript/json2-min.js"))
802 (replace-file "strftime/strftime-min.js"
803 (string-append (assoc-ref inputs "js-strftime")
804 "/share/javascript/strftime.min.js"))
805 (replace-file "highlight/highlight.pack.js"
806 (string-append (assoc-ref inputs "js-highlight")
807 "/share/javascript/highlight.min.js"))
808 (replace-file "datatables/js/jquery.dataTables.min.js"
809 (string-append (assoc-ref inputs "js-datatables")
810 "/share/javascript/jquery.dataTables.min.js"))
811 (replace-file "selectize/js/selectize.min.js"
812 (string-append (assoc-ref inputs "js-selectize")
813 "/share/javascript/selectize.min.js"))
814 (replace-file "selectize/js/es5-shim.min.js"
815 (string-append (assoc-ref inputs "js-es5-shim")
816 "/share/javascript/es5-shim.min.js"))
817 (for-each (match-lambda
818 ((source . target)
819 (delete-file target)
820 (minify source #:target target)))
821 '(("jqueryui/jquery-ui.js" .
822 "jqueryui/jquery-ui.min.js")
823 ("datepicker/js/bootstrap-datepicker.js" .
824 "datepicker/js/bootstrap-datepicker.min.js")
825 ("ionrangeslider/js/ion.rangeSlider.js" .
826 "ionrangeslider/js/ion.rangeSlider.min.js")
827 ("bootstrap/js/bootstrap.js" .
828 "bootstrap/js/bootstrap.min.js")
829 ("shiny.js" .
830 "shiny.min.js")
831 ("jquery.js" .
832 "jquery.min.js")
833 ("legacy/jquery.js" .
834 "legacy/jquery.min.js")
835 ("showdown/src/showdown.js" .
836 "showdown/compressed/showdown.js")))))
837 #t)))))
838 (propagated-inputs
839 `(("r-crayon" ,r-crayon)
840 ("r-fastmap" ,r-fastmap)
841 ("r-httpuv" ,r-httpuv)
842 ("r-mime" ,r-mime)
843 ("r-jsonlite" ,r-jsonlite)
844 ("r-xtable" ,r-xtable)
845 ("r-digest" ,r-digest)
846 ("r-htmltools" ,r-htmltools)
847 ("r-r6" ,r-r6)
848 ("r-sourcetools" ,r-sourcetools)))
849 (inputs
850 `(("js-datatables" ,js-datatables)
851 ("js-html5shiv" ,js-html5shiv)
852 ("js-json2" ,js-json2)
853 ("js-respond" ,js-respond)
854 ("js-selectize" ,js-selectize)
855 ("js-strftime" ,js-strftime)
856 ("js-highlight" ,js-highlight)
857 ("js-es5-shim" ,js-es5-shim)))
858 (native-inputs
859 `(("uglify-js" ,uglify-js)))
860 (home-page "http://shiny.rstudio.com")
861 (synopsis "Easy interactive web applications with R")
862 (description
863 "Makes it incredibly easy to build interactive web applications
864 with R. Automatic \"reactive\" binding between inputs and outputs and
865 extensive prebuilt widgets make it possible to build beautiful,
866 responsive, and powerful applications with minimal effort.")
867 (license license:artistic2.0)))
868
869 ;; This package includes minified JavaScript files. When upgrading please
870 ;; check that there are no new minified JavaScript files.
871 (define-public r-shinytree
872 (package
873 (name "r-shinytree")
874 (version "0.2.7")
875 (source
876 (origin
877 (method url-fetch)
878 (uri (cran-uri "shinyTree" version))
879 (sha256
880 (base32
881 "0jfx2capckv7hf2yx3fn8i4rcmhi222ah91jnmhg497x8wgz31s3"))
882 (modules '((guix build utils)))
883 (snippet
884 '(begin
885 ;; Delete minified JavaScript
886 (for-each delete-file
887 '("inst/www/jsTree-3.3.7/libs/require.js"
888 "inst/www/jsTree-3.3.7/libs/jquery.js"
889 "inst/www/jsTree-3.3.7/jstree.min.js"))
890 #t))))
891 (properties `((upstream-name . "shinyTree")))
892 (build-system r-build-system)
893 (arguments
894 `(#:modules ((guix build utils)
895 (guix build r-build-system)
896 (srfi srfi-1)
897 (ice-9 popen))
898 #:phases
899 (modify-phases %standard-phases
900 (add-after 'unpack 'replace-minified-javascript
901 (lambda* (#:key inputs #:allow-other-keys)
902 (with-directory-excursion "inst/www/jsTree-3.3.7/"
903 (symlink (string-append (assoc-ref inputs "js-requirejs")
904 "/share/javascript/require.min.js")
905 "libs/require.js")
906 (call-with-values
907 (lambda ()
908 (unzip2
909 `((,(assoc-ref inputs "js-jquery")
910 "libs/jquery.js")
911 ("jstree.js"
912 "jstree.min.js"))))
913 (lambda (sources targets)
914 (for-each (lambda (source target)
915 (format #t "Processing ~a --> ~a~%"
916 source target)
917 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
918 (call-with-output-file target
919 (lambda (port)
920 (dump-port minified port)))))
921 sources targets))))
922 #t)))))
923 (propagated-inputs
924 `(("r-htmlwidgets" ,r-htmlwidgets)
925 ("r-jsonlite" ,r-jsonlite)
926 ("r-promises" ,r-promises)
927 ("r-shiny" ,r-shiny)
928 ("r-stringr" ,r-stringr)))
929 (inputs
930 `(("js-requirejs" ,js-requirejs)))
931 (native-inputs
932 `(("uglify-js" ,uglify-js)
933 ("js-jquery"
934 ,(origin
935 (method url-fetch)
936 (uri "https://code.jquery.com/jquery-3.3.1.js")
937 (sha256
938 (base32
939 "1b8zxrp6xwzpw25apn8j4qws0f6sr7qr7h2va5h1mjyfqvn29anq"))))))
940 (home-page "https://cran.r-project.org/web/packages/shinyTree/")
941 (synopsis "jsTree bindings for Shiny")
942 (description
943 "This package exposes R bindings to jsTree, a JavaScript library that
944 supports interactive trees, to enable rich, editable trees in Shiny.")
945 (license license:expat)))
946
947 (define-public r-shinydashboard
948 (package
949 (name "r-shinydashboard")
950 (version "0.7.1")
951 (source (origin
952 (method url-fetch)
953 (uri (cran-uri "shinydashboard" version))
954 (sha256
955 (base32
956 "0khac8b27q3swdw07kl609hm0fjfjsjv591b388q99mqqr2rk92i"))))
957 (build-system r-build-system)
958 ;; The directory inst/AdminLTE/ contains a minified JavaScript file.
959 ;; Regenerate it from the included sources.
960 (arguments
961 `(#:modules ((guix build utils)
962 (guix build r-build-system)
963 (ice-9 popen))
964 #:phases
965 (modify-phases %standard-phases
966 (add-after 'unpack 'generate-minified-javascript
967 (lambda _
968 (with-directory-excursion "inst/AdminLTE"
969 (delete-file "app.min.js")
970 (let ((minified (open-pipe* OPEN_READ "uglify-js" "app.js")))
971 (call-with-output-file "app.min.js"
972 (lambda (port)
973 (dump-port minified port))))))))))
974 (propagated-inputs
975 `(("r-htmltools" ,r-htmltools)
976 ("r-promises" ,r-promises)
977 ("r-shiny" ,r-shiny)))
978 (native-inputs
979 `(("uglify-js" ,uglify-js)))
980 (home-page "http://rstudio.github.io/shinydashboard/")
981 (synopsis "Create dashboards with shiny")
982 (description "This package provides an extension to the Shiny web
983 application framework for R, making it easy to create attractive dashboards.")
984 ;; This package includes software that was released under the Expat
985 ;; license, but the whole package is released under GPL version 2 or
986 ;; later.
987 (license license:gpl2+)))
988
989 (define-public r-shinyfiles
990 (package
991 (name "r-shinyfiles")
992 (version "0.7.5")
993 (source
994 (origin
995 (method url-fetch)
996 (uri (cran-uri "shinyFiles" version))
997 (sha256
998 (base32 "1143m941hma9hc77c3xcw26c0ygfhn9ii2sbp9wrydxv4gc7mr8a"))))
999 (properties `((upstream-name . "shinyFiles")))
1000 (build-system r-build-system)
1001 (propagated-inputs
1002 `(("r-fs" ,r-fs)
1003 ("r-htmltools" ,r-htmltools)
1004 ("r-jsonlite" ,r-jsonlite)
1005 ("r-shiny" ,r-shiny)
1006 ("r-tibble" ,r-tibble)))
1007 (home-page "https://github.com/thomasp85/shinyFiles")
1008 (synopsis "Server-side file system viewer for Shiny")
1009 (description
1010 "This package provides functionality for client-side navigation of the
1011 server side file system in shiny apps. In case the app is running locally
1012 this gives the user direct access to the file system without the need to
1013 \"download\" files to a temporary location. Both file and folder selection as
1014 well as file saving is available.")
1015 (license license:gpl2+)))
1016
1017 (define-public r-shinythemes
1018 (package
1019 (name "r-shinythemes")
1020 (version "1.1.2")
1021 (source
1022 (origin
1023 (method url-fetch)
1024 (uri (cran-uri "shinythemes" version))
1025 (sha256
1026 (base32
1027 "12miz44n2zxfswnia7p8dirxj3miw0aqn4pkx2111ikz67ax84rf"))))
1028 (properties `((upstream-name . "shinythemes")))
1029 (build-system r-build-system)
1030 (propagated-inputs `(("r-shiny" ,r-shiny)))
1031 (home-page "http://rstudio.github.io/shinythemes/")
1032 (synopsis "Themes for Shiny")
1033 (description
1034 "This package provides themes for use with Shiny. It includes several
1035 Bootstrap themes, which are packaged for use with Shiny applications.")
1036 ;; The package is released under version 3 of the GPL, but it includes
1037 ;; source files that are covered by the Expat license. It also includes
1038 ;; fonts under SIL or the ASL.
1039 (license (list license:gpl3 license:expat
1040 license:silofl1.1 license:asl2.0))))
1041
1042 ;; The package sources include minified variants of d3.js and non-minified
1043 ;; source code of d3-jetpack.
1044 (define-public r-d3r
1045 (package
1046 (name "r-d3r")
1047 (version "0.8.7")
1048 (source
1049 (origin
1050 (method url-fetch)
1051 (uri (cran-uri "d3r" version))
1052 (sha256
1053 (base32
1054 "0xl3im76lp7pd5lhp8jfyqdm4j4zvjrx5a5fl81xv2cf7x3n4f2a"))))
1055 (build-system r-build-system)
1056 (arguments
1057 `(#:modules ((guix build utils)
1058 (guix build r-build-system)
1059 (srfi srfi-1)
1060 (ice-9 popen))
1061 #:phases
1062 (modify-phases %standard-phases
1063 (add-after 'unpack 'process-javascript
1064 (lambda* (#:key inputs #:allow-other-keys)
1065 (with-directory-excursion "inst/www/d3/"
1066 (call-with-values
1067 (lambda ()
1068 (unzip2
1069 `((,(assoc-ref inputs "d3.v3.js")
1070 "v3/dist/d3.min.js")
1071 (,(assoc-ref inputs "d3.v4.js")
1072 "v4/dist/d3.min.js")
1073 (,(assoc-ref inputs "d3.v5.js")
1074 "v5/dist/d3.min.js"))))
1075 (lambda (sources targets)
1076 (for-each (lambda (source target)
1077 (format #t "Processing ~a --> ~a~%"
1078 source target)
1079 (delete-file target)
1080 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
1081 (call-with-output-file target
1082 (lambda (port)
1083 (dump-port minified port)))))
1084 sources targets))))
1085 #t)))))
1086 (propagated-inputs
1087 `(("r-dplyr" ,r-dplyr)
1088 ("r-htmltools" ,r-htmltools)
1089 ("r-tidyr" ,r-tidyr)))
1090 (native-inputs
1091 `(("uglify-js" ,uglify-js)
1092 ("d3.v3.js"
1093 ,(origin
1094 (method url-fetch)
1095 (uri "https://d3js.org/d3.v3.js")
1096 (sha256
1097 (base32
1098 "1arr7sr08vy7wh0nvip2mi7dpyjw4576vf3bm45rp4g5lc1k1x41"))))
1099 ("d3.v4.js"
1100 ,(origin
1101 (method url-fetch)
1102 (uri "https://d3js.org/d3.v4.js")
1103 (sha256
1104 (base32
1105 "0y7byf6kcinfz9ac59jxc4v6kppdazmnyqfav0dm4h550fzfqqlg"))))
1106 ("d3.v5.js"
1107 ,(origin
1108 (method url-fetch)
1109 (uri "https://d3js.org/d3.v5.js")
1110 (sha256
1111 (base32
1112 "0kxvx5pfagxn6nhavdwsdnzyd26g0z5dsfi1pi5dvcmb0c8ipcdn"))))))
1113 (home-page "https://github.com/timelyportfolio/d3r")
1114 (synopsis "d3.js utilities for R")
1115 (description
1116 "This package provides a suite of functions to help ease the use of the
1117 d3.js visualization library in R. These helpers include
1118 @code{htmltools::htmlDependency} functions, hierarchy builders, and conversion
1119 tools for @code{partykit}, @code{igraph}, @code{table}, and @code{data.frame}
1120 R objects into the JSON format that the d3.js library expects.")
1121 (license license:bsd-3)))
1122
1123 ;; We use the latest commit here because the last release was in 2016 while
1124 ;; the latest commit was in 2018.
1125 (define-public r-sankeyd3
1126 (let ((commit "fd50a74e29056e0d67d75b4d04de47afb2f932bc")
1127 (revision "1"))
1128 (package
1129 (name "r-sankeyd3")
1130 (version (git-version "0.3.2" revision commit))
1131 (source
1132 (origin
1133 (method git-fetch)
1134 (uri (git-reference
1135 (url "https://github.com/fbreitwieser/sankeyD3.git")
1136 (commit commit)))
1137 (file-name (git-file-name name version))
1138 (sha256
1139 (base32
1140 "0jrcnfax321pszbpjdifnkbrgbjr43bjzvlzv1p5a8wskksqwiyx"))))
1141 (build-system r-build-system)
1142 (propagated-inputs
1143 `(("r-d3r" ,r-d3r)
1144 ("r-htmlwidgets" ,r-htmlwidgets)
1145 ("r-shiny" ,r-shiny)
1146 ("r-magrittr" ,r-magrittr)))
1147 (home-page "https://github.com/fbreitwieser/sankeyD3")
1148 (synopsis "Sankey network graphs from R")
1149 (description
1150 "This package provides an R library to generate Sankey network graphs
1151 in R and Shiny via the D3 visualization library.")
1152 ;; The R code is licensed under GPLv3+. It includes the non-minified
1153 ;; JavaScript source code of d3-sankey, which is released under the
1154 ;; 3-clause BSD license.
1155 (license (list license:gpl3+ license:bsd-3)))))
1156
1157 (define-public r-crosstalk
1158 (package
1159 (name "r-crosstalk")
1160 (version "1.0.0")
1161 (source
1162 (origin
1163 (method url-fetch)
1164 (uri (cran-uri "crosstalk" version))
1165 (sha256
1166 (base32
1167 "0lfa89vhrzi7a1rghmygcjr8gzddw35sinb3jx6g49mc9jias7mk"))))
1168 (build-system r-build-system)
1169 (propagated-inputs
1170 `(("r-ggplot2" ,r-ggplot2)
1171 ("r-htmltools" ,r-htmltools)
1172 ("r-jsonlite" ,r-jsonlite)
1173 ("r-lazyeval" ,r-lazyeval)
1174 ("r-r6" ,r-r6)
1175 ("r-shiny" ,r-shiny)))
1176 (home-page "https://rstudio.github.io/crosstalk/")
1177 (synopsis "Inter-widget interactivity for HTML widgets")
1178 (description
1179 "This package provides building blocks for allowing HTML widgets to
1180 communicate with each other, with Shiny or without (i.e. static @code{.html}
1181 files). It currently supports linked brushing and filtering.")
1182 (license license:expat)))
1183
1184 (define-public r-rook
1185 (package
1186 (name "r-rook")
1187 (version "1.1-1")
1188 (source
1189 (origin
1190 (method url-fetch)
1191 (uri (cran-uri "Rook" version))
1192 (sha256
1193 (base32
1194 "00s9a0kr9rwxvlq433daxjk4ji8m0w60hjdprf502msw9kxfrx00"))))
1195 (properties `((upstream-name . "Rook")))
1196 (build-system r-build-system)
1197 (propagated-inputs `(("r-brew" ,r-brew)))
1198 (home-page "https://cran.r-project.org/web/packages/Rook")
1199 (synopsis "Web server interface for R")
1200 (description
1201 "This package contains the Rook specification and convenience software
1202 for building and running Rook applications. A Rook application is an R
1203 reference class object that implements a @code{call} method or an R closure
1204 that takes exactly one argument, an environment, and returns a list with three
1205 named elements: the @code{status}, the @code{headers}, and the @code{body}.")
1206 (license license:gpl2)))
1207
1208 (define-public r-miniui
1209 (package
1210 (name "r-miniui")
1211 (version "0.1.1.1")
1212 (source
1213 (origin
1214 (method url-fetch)
1215 (uri (cran-uri "miniUI" version))
1216 (sha256
1217 (base32
1218 "1h5h2sc57h95d6bsgs95l26911g38hvjc1v50bc31xl9689l2as5"))))
1219 (properties `((upstream-name . "miniUI")))
1220 (build-system r-build-system)
1221 (propagated-inputs
1222 `(("r-htmltools" ,r-htmltools)
1223 ("r-shiny" ,r-shiny)))
1224 (home-page "https://cran.r-project.org/web/packages/miniUI/")
1225 (synopsis "Shiny UI widgets for small screens")
1226 (description
1227 "This package provides UI widget and layout functions for writing Shiny apps that
1228 work well on small screens.")
1229 (license license:gpl3)))
1230
1231 (define-public r-feather
1232 (package
1233 (name "r-feather")
1234 (version "0.3.5")
1235 (source
1236 (origin
1237 (method url-fetch)
1238 (uri (cran-uri "feather" version))
1239 (sha256
1240 (base32
1241 "1gxd0h2m56sjjlzn4dry6s13nddxc4l5i11gsvavaf2dwbahdzsh"))))
1242 (build-system r-build-system)
1243 (propagated-inputs
1244 `(("r-hms" ,r-hms)
1245 ("r-rcpp" ,r-rcpp)
1246 ("r-tibble" ,r-tibble)))
1247 (home-page "https://github.com/wesm/feather")
1248 (synopsis "R Bindings to the Feather API")
1249 (description "Read and write feather files, a lightweight binary columnar
1250 data store designed for maximum speed.")
1251 (license license:asl2.0)))
1252
1253 (define-public r-maps
1254 (package
1255 (name "r-maps")
1256 (version "3.3.0")
1257 (source
1258 (origin
1259 (method url-fetch)
1260 (uri (cran-uri "maps" version))
1261 (sha256
1262 (base32
1263 "05i2ppl5z4p8rawgqmy3z4ia05fcblpq1vvrmrkgkkpdlhczx6hr"))))
1264 (build-system r-build-system)
1265 (home-page "https://cran.r-project.org/web/packages/maps")
1266 (synopsis "Draw geographical maps")
1267 (description "This package provides an R module for display of maps.
1268 Projection code and larger maps are in separate packages (@code{mapproj} and
1269 @code{mapdata}).")
1270 (license license:gpl2)))
1271
1272 (define-public r-mapproj
1273 (package
1274 (name "r-mapproj")
1275 (version "1.2.7")
1276 (source
1277 (origin
1278 (method url-fetch)
1279 (uri (cran-uri "mapproj" version))
1280 (sha256
1281 (base32
1282 "0nscsfq8md6ri9258xz57c3dj81wdl6kdwf4a9qcrwwbn20i427h"))))
1283 (build-system r-build-system)
1284 (propagated-inputs `(("r-maps" ,r-maps)))
1285 (home-page "https://cran.r-project.org/web/packages/mapproj")
1286 (synopsis "Map projection in R")
1287 (description "This package converts latitude/longitude into projected
1288 coordinates.")
1289 (license (list license:gpl2 ; The R interface
1290 (license:non-copyleft ; The C code
1291 "https://www.gnu.org/licenses/license-list.en.html#lucent102"
1292 "Lucent Public License Version 1.02")))))
1293
1294 (define-public r-rgooglemaps
1295 (package
1296 (name "r-rgooglemaps")
1297 (version "1.4.5.3")
1298 (source
1299 (origin
1300 (method url-fetch)
1301 (uri (cran-uri "RgoogleMaps" version))
1302 (sha256
1303 (base32
1304 "02v8k0bw70q4qwx4lcdy8p25q7n3ql2ll46lfpqllxa1p26svmfi"))))
1305 (properties `((upstream-name . "RgoogleMaps")))
1306 (build-system r-build-system)
1307 (propagated-inputs
1308 `(("r-png" ,r-png)
1309 ("r-sp" ,r-sp)))
1310 (home-page "https://cran.r-project.org/web/packages/RgoogleMaps")
1311 (synopsis "Use Google Maps in R")
1312 (description "This package serves two purposes:
1313 @enumerate
1314 @item Provide a comfortable R interface to query the Google server for static
1315 maps, and
1316 @item Use the map as a background image to overlay plots within R. This
1317 requires proper coordinate scaling.
1318 @end enumerate\n")
1319 (license license:gpl2+)))
1320
1321 (define-public r-geosphere
1322 (package
1323 (name "r-geosphere")
1324 (version "1.5-10")
1325 (source
1326 (origin
1327 (method url-fetch)
1328 (uri (cran-uri "geosphere" version))
1329 (sha256
1330 (base32
1331 "15xlgsmn0vwky1l13n6acdz6jn2b2na3gf6x367y3qh1f5w4zkan"))))
1332 (build-system r-build-system)
1333 (propagated-inputs `(("r-sp" ,r-sp)))
1334 (home-page "https://cran.r-project.org/web/packages/geosphere")
1335 (synopsis "Spherical trigonometry")
1336 (description "This package computes spherical trigonometry for geographic
1337 applications. That is, compute distances and related measures for angular
1338 (longitude/latitude) locations.")
1339 (license license:gpl3+)))
1340
1341 (define-public r-jpeg
1342 (package
1343 (name "r-jpeg")
1344 (version "0.1-8.1")
1345 (source
1346 (origin
1347 (method url-fetch)
1348 (uri (cran-uri "jpeg" version))
1349 (sha256
1350 (base32
1351 "1a8mi70x79a691r40yiw684jkg1mr9n8agkxlcksxcnrdybs9c0x"))))
1352 (build-system r-build-system)
1353 (inputs `(("libjpeg" ,libjpeg)))
1354 (home-page "http://www.rforge.net/jpeg/")
1355 (synopsis "Read and write JPEG images with R")
1356 (description "This package provides a way to read, write and display
1357 bitmap images stored in the JPEG format with R. It can read and write both
1358 files and in-memory raw vectors.")
1359 (license license:gpl2+)))
1360
1361 (define-public r-ggmap
1362 (package
1363 (name "r-ggmap")
1364 (version "3.0.0")
1365 (source
1366 (origin
1367 (method url-fetch)
1368 (uri (cran-uri "ggmap" version))
1369 (sha256
1370 (base32
1371 "13dmzl6z62pzjiffilarkji46vy0sacxa8a7mhrhc3biq3ylzhln"))))
1372 (build-system r-build-system)
1373 (propagated-inputs
1374 `(("r-bitops" ,r-bitops)
1375 ("r-digest" ,r-digest)
1376 ("r-dplyr" ,r-dplyr)
1377 ("r-ggplot2" ,r-ggplot2)
1378 ("r-glue" ,r-glue)
1379 ("r-httr" ,r-httr)
1380 ("r-jpeg" ,r-jpeg)
1381 ("r-magrittr" ,r-magrittr)
1382 ("r-plyr" ,r-plyr)
1383 ("r-png" ,r-png)
1384 ("r-purrr" ,r-purrr)
1385 ("r-rgooglemaps" ,r-rgooglemaps)
1386 ("r-rjson" ,r-rjson)
1387 ("r-scales" ,r-scales)
1388 ("r-stringr" ,r-stringr)
1389 ("r-tibble" ,r-tibble)
1390 ("r-tidyr" ,r-tidyr)))
1391 (home-page "https://github.com/dkahle/ggmap")
1392 (synopsis "Spatial visualization with ggplot2")
1393 (description "This package provides a collection of functions to visualize
1394 spatial data and models on top of static maps from various online sources (e.g
1395 Google Maps and Stamen Maps). It includes tools common to those tasks,
1396 including functions for geolocation and routing.")
1397 (license license:gpl2)))
1398
1399 (define-public r-haven
1400 (package
1401 (name "r-haven")
1402 (version "2.2.0")
1403 (source
1404 (origin
1405 (method url-fetch)
1406 (uri (cran-uri "haven" version))
1407 (sha256
1408 (base32
1409 "0g9d6mxqmrw2zdms78jpx2sx73pczlyy771v1h5hmxqz9sqyk7hr"))))
1410 (build-system r-build-system)
1411 (inputs
1412 `(("zlib" ,zlib)))
1413 (propagated-inputs
1414 `(("r-forcats" ,r-forcats)
1415 ("r-hms" ,r-hms)
1416 ("r-rcpp" ,r-rcpp)
1417 ("r-rlang" ,r-rlang)
1418 ("r-readr" ,r-readr)
1419 ("r-tibble" ,r-tibble)
1420 ("r-tidyselect" ,r-tidyselect)))
1421 (home-page "https://haven.tidyverse.org")
1422 (synopsis "Import and Export 'SPSS', 'Stata' and 'SAS' Files")
1423 (description
1424 "This package lets you mport foreign statistical formats into R via the
1425 embedded @url{https://github.com/WizardMac/ReadStat,ReadStat} C library.")
1426 (license license:expat)))
1427
1428 (define-public r-amap
1429 (package
1430 (name "r-amap")
1431 (version "0.8-18")
1432 (source (origin
1433 (method url-fetch)
1434 (uri (cran-uri "amap" version))
1435 (sha256
1436 (base32
1437 "0zpcb73w413na23f6giml9311jh0j0y766w2fh9i40d2h7bbvyvs"))))
1438 (build-system r-build-system)
1439 (native-inputs
1440 `(("gfortran" ,gfortran)))
1441 (home-page "http://mulcyber.toulouse.inra.fr/projects/amap/")
1442 (synopsis "Another multidimensional analysis package")
1443 (description "This package provides tools for clustering and principal
1444 component analysis (with robust methods, and parallelized functions).")
1445 (license license:gpl2+)))
1446
1447 (define-public r-ape
1448 (package
1449 (name "r-ape")
1450 (version "5.3")
1451 (source
1452 (origin
1453 (method url-fetch)
1454 (uri (cran-uri "ape" version))
1455 (sha256
1456 (base32
1457 "08wbk1kxhs32bmmvqlqanbdg1w235amd35k8m00fngsj9h9xzc08"))))
1458 (build-system r-build-system)
1459 (propagated-inputs
1460 `(("r-lattice" ,r-lattice)
1461 ("r-nlme" ,r-nlme)
1462 ("r-rcpp" ,r-rcpp)))
1463 (home-page "http://ape-package.ird.fr/")
1464 (synopsis "Analyses of phylogenetics and evolution")
1465 (description
1466 "This package provides functions for reading, writing, plotting, and
1467 manipulating phylogenetic trees, analyses of comparative data in a
1468 phylogenetic framework, ancestral character analyses, analyses of
1469 diversification and macroevolution, computing distances from DNA sequences,
1470 and several other tools.")
1471 (license license:gpl2+)))
1472
1473 (define-public r-abbyyr
1474 (package
1475 (name "r-abbyyr")
1476 (version "0.5.5")
1477 (source
1478 (origin
1479 (method url-fetch)
1480 (uri (cran-uri "abbyyR" version))
1481 (sha256
1482 (base32
1483 "1vldnd3dg89aj6a73nhirirqddbfdrnzhb5m3679i60sark8nk6r"))))
1484 (properties `((upstream-name . "abbyyR")))
1485 (build-system r-build-system)
1486 (propagated-inputs
1487 `(("r-curl" ,r-curl)
1488 ("r-httr" ,r-httr)
1489 ("r-plyr" ,r-plyr)
1490 ("r-progress" ,r-progress)
1491 ("r-readr" ,r-readr)
1492 ("r-xml" ,r-xml)))
1493 (home-page "https://github.com/soodoku/abbyyR")
1494 (synopsis "Access to Abbyy Optical Character Recognition (OCR) API")
1495 (description
1496 "This package provides tools to get text from images of text using Abbyy
1497 Cloud Optical Character Recognition (OCR) API. With abbyyyR, one can easily
1498 OCR images, barcodes, forms, documents with machine readable zones, e.g.
1499 passports and get the results in a variety of formats including plain text and
1500 XML. To learn more about the Abbyy OCR API, see @url{http://ocrsdk.com/}.")
1501 (license license:expat)))
1502
1503 (define-public r-colorspace
1504 (package
1505 (name "r-colorspace")
1506 (version "1.4-1")
1507 (source
1508 (origin
1509 (method url-fetch)
1510 (uri (cran-uri "colorspace" version))
1511 (sha256
1512 (base32 "0wyny3ah2d74hqv80s6imrarpna09gq3j9rjnz6zx2qg0lx72gb9"))))
1513 (build-system r-build-system)
1514 (home-page "https://cran.r-project.org/web/packages/colorspace")
1515 (synopsis "Color space manipulation")
1516 (description
1517 "This package carries out a mapping between assorted color spaces
1518 including RGB, HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB and polar
1519 CIELAB. Qualitative, sequential, and diverging color palettes based on HCL
1520 colors are provided.")
1521 (license license:bsd-3)))
1522
1523 (define-public r-glue
1524 (package
1525 (name "r-glue")
1526 (version "1.3.1")
1527 (source
1528 (origin
1529 (method url-fetch)
1530 (uri (cran-uri "glue" version))
1531 (sha256
1532 (base32
1533 "1a1ycg9r3gd91visp49q49rsrdgyf8kr9dxdy3hk99kikn4z5hag"))))
1534 (build-system r-build-system)
1535 (home-page "https://github.com/tidyverse/glue")
1536 (synopsis "Interpreted string literals")
1537 (description
1538 "This package provides an implementation of interpreted string literals,
1539 inspired by Python's Literal String Interpolation (PEP-0498) and
1540 Docstrings (PEP-0257) and Julia's Triple-Quoted String Literals.")
1541 (license license:expat)))
1542
1543 (define-public r-pastecs
1544 (package
1545 (name "r-pastecs")
1546 (version "1.3.21")
1547 (source (origin
1548 (method url-fetch)
1549 (uri (cran-uri "pastecs" version))
1550 (sha256
1551 (base32
1552 "0z4dic94ar646w7zc2ggi5hgvf2qnznsani94c5pyql8zspz47lc"))))
1553 (build-system r-build-system)
1554 (propagated-inputs
1555 `(("r-boot" ,r-boot)))
1556 (home-page "http://www.sciviews.org/pastecs")
1557 (synopsis "Analysis of space-time ecological series")
1558 (description
1559 "This package provides functions for regulation, decomposition and analysis
1560 of space-time series. The @code{pastecs} library is a PNEC-Art4 and IFREMER
1561 initiative to bring PASSTEC 2000 functionalities to R.")
1562 (license license:gpl2+)))
1563
1564 (define-public r-plogr
1565 (package
1566 (name "r-plogr")
1567 (version "0.2.0")
1568 (source
1569 (origin
1570 (method url-fetch)
1571 (uri (cran-uri "plogr" version))
1572 (sha256
1573 (base32
1574 "0a8dhzlna79ggyhfr0nncgh15a9n6r0dsz664pz0ah323wpblqqf"))))
1575 (build-system r-build-system)
1576 (home-page "https://github.com/krlmlr/plogr")
1577 (synopsis "R bindings for the plog C++ logging library")
1578 (description
1579 "This package provides the header files for a stripped-down version of
1580 the plog header-only C++ logging library, and a method to log to R's standard
1581 error stream.")
1582 (license license:expat)))
1583
1584 (define-public r-pls
1585 (package
1586 (name "r-pls")
1587 (version "2.7-2")
1588 (source
1589 (origin
1590 (method url-fetch)
1591 (uri (cran-uri "pls" version))
1592 (sha256
1593 (base32 "121byimd6bg7jbrq5wz5fpi0vxq0vh8g724vkhnjzszbvcv1xsb7"))))
1594 (build-system r-build-system)
1595 (home-page "http://mevik.net/work/software/pls.html")
1596 (synopsis "Partial Least Squares and Principal Component Regression")
1597 (description
1598 "The pls package implements multivariate regression methods: Partial Least
1599 Squares Regression (@dfn{PLSR}), Principal Component Regression (@dfn{PCR}), and
1600 Canonical Powered Partial Least Squares (@dfn{CPPLS}). It supports:
1601
1602 @itemize
1603 @item several algorithms: the traditional orthogonal scores (@dfn{NIPALS}) PLS
1604 algorithm, kernel PLS, wide kernel PLS, Simpls, and PCR through @code{svd}
1605 @item multi-response models (or @dfn{PLS2})
1606 @item flexible cross-validation
1607 @item Jackknife variance estimates of regression coefficients
1608 @item extensive and flexible plots: scores, loadings, predictions, coefficients,
1609 (R)MSEP, R², and correlation loadings
1610 @item formula interface, modelled after @code{lm()}, with methods for predict,
1611 print, summary, plot, update, etc.
1612 @item extraction functions for coefficients, scores, and loadings
1613 @item MSEP, RMSEP, and R² estimates
1614 @item multiplicative scatter correction (@dfn{MSC})
1615 @end itemize\n")
1616 (license license:gpl2)))
1617
1618 (define-public r-ps
1619 (package
1620 (name "r-ps")
1621 (version "1.3.2")
1622 (source
1623 (origin
1624 (method url-fetch)
1625 (uri (cran-uri "ps" version))
1626 (sha256
1627 (base32 "0127q6pw9iw8hhcfp231gmdh29nahh2n5jzc38avrzy7yrm4bwl9"))))
1628 (build-system r-build-system)
1629 (home-page "https://ps.r-lib.org")
1630 (synopsis "List, query, and manipulate system processes")
1631 (description
1632 "The ps package implements an API to list, query, and manipulate system
1633 processes. Most of its code is based on the @code{psutil} Python package.")
1634 (license license:bsd-3)))
1635
1636 (define-public r-pkgbuild
1637 (package
1638 (name "r-pkgbuild")
1639 (version "1.0.6")
1640 (source
1641 (origin
1642 (method url-fetch)
1643 (uri (cran-uri "pkgbuild" version))
1644 (sha256
1645 (base32 "0xnlz6ivhkbmncg9hfw5p69lm4rjy3wn5lyxmygxyf4rrfnnqwxx"))))
1646 (build-system r-build-system)
1647 (propagated-inputs
1648 `(("r-callr" ,r-callr)
1649 ("r-cli" ,r-cli)
1650 ("r-crayon" ,r-crayon)
1651 ("r-desc" ,r-desc)
1652 ("r-prettyunits" ,r-prettyunits)
1653 ("r-r6" ,r-r6)
1654 ("r-rprojroot" ,r-rprojroot)
1655 ("r-withr" ,r-withr)))
1656 (home-page "https://github.com/r-pkgs/pkgbuild")
1657 (synopsis "Find tools needed to build R packages")
1658 (description
1659 "This package provides functions used to build R packages. It locates
1660 compilers needed to build R packages on various platforms and ensures the PATH
1661 is configured appropriately so R can use them.")
1662 (license license:gpl3)))
1663
1664 (define-public r-pkgload
1665 (package
1666 (name "r-pkgload")
1667 (version "1.0.2")
1668 (source
1669 (origin
1670 (method url-fetch)
1671 (uri (cran-uri "pkgload" version))
1672 (sha256
1673 (base32
1674 "0z7jvharafahi2gv5547mk1n499isjzw06kfwymmxc0gd575d1ii"))))
1675 (build-system r-build-system)
1676 (propagated-inputs
1677 `(("r-desc" ,r-desc)
1678 ("r-pkgbuild" ,r-pkgbuild)
1679 ("r-rlang" ,r-rlang)
1680 ("r-rprojroot" ,r-rprojroot)
1681 ("r-rstudioapi" ,r-rstudioapi)
1682 ("r-withr" ,r-withr)))
1683 (home-page "https://github.com/r-lib/pkgload")
1684 (synopsis "Simulate package installation and attach")
1685 (description
1686 "This package simulates the process of installing a package and then
1687 attaching it. This is a key part of the @code{devtools} package as it allows
1688 you to rapidly iterate while developing a package.")
1689 (license license:gpl3)))
1690
1691 (define-public r-rcpp
1692 (package
1693 (name "r-rcpp")
1694 (version "1.0.3")
1695 (source
1696 (origin
1697 (method url-fetch)
1698 (uri (cran-uri "Rcpp" version))
1699 (sha256
1700 (base32 "03h3zyjq948y0hrrs95lfk4zgx6wfrg64hjlrfrzf5na7bfh0d9b"))))
1701 (build-system r-build-system)
1702 (native-inputs
1703 `(("r-knitr" ,r-knitr))) ; for vignettes
1704 (home-page "http://www.rcpp.org")
1705 (synopsis "Seamless R and C++ integration")
1706 (description
1707 "The Rcpp package provides R functions as well as C++ classes which offer
1708 a seamless integration of R and C++. Many R data types and objects can be
1709 mapped back and forth to C++ equivalents which facilitates both writing of new
1710 code as well as easier integration of third-party libraries. Documentation
1711 about Rcpp is provided by several vignettes included in this package, via the
1712 @code{Rcpp Gallery} site at <http://gallery.rcpp.org>, the paper by Eddelbuettel
1713 and Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see
1714 @code{citation(\"Rcpp\")} for details on these last two.")
1715 (license license:gpl2+)))
1716
1717 (define-public r-bindr
1718 (package
1719 (name "r-bindr")
1720 (version "0.1.1")
1721 (source
1722 (origin
1723 (method url-fetch)
1724 (uri (cran-uri "bindr" version))
1725 (sha256
1726 (base32
1727 "1l05fpk2yql3jka321c0bdgx6mqq9pvfrg2844lbjfpbgjkmqy3w"))))
1728 (build-system r-build-system)
1729 (home-page "https://github.com/krlmlr/bindr")
1730 (synopsis "Parametrized active bindings")
1731 (description
1732 "This package provides a simple interface for creating active bindings
1733 where the bound function accepts additional arguments.")
1734 (license license:expat)))
1735
1736 (define-public r-bindrcpp
1737 (package
1738 (name "r-bindrcpp")
1739 (version "0.2.2")
1740 (source
1741 (origin
1742 (method url-fetch)
1743 (uri (cran-uri "bindrcpp" version))
1744 (sha256
1745 (base32
1746 "0rz4ibjdjsxl99ff3ha79z7cnjmilx4rx58fk9kk7ld9xc4hf4s8"))))
1747 (build-system r-build-system)
1748 (propagated-inputs
1749 `(("r-bindr" ,r-bindr)
1750 ("r-plogr" ,r-plogr)
1751 ("r-rcpp" ,r-rcpp)))
1752 (home-page "https://github.com/krlmlr/bindrcpp")
1753 (synopsis "Rcpp interface to active bindings")
1754 (description
1755 "This package provides an easy way to fill an environment with active
1756 bindings that call a C++ function.")
1757 (license license:expat)))
1758
1759 (define-public r-auc
1760 (package
1761 (name "r-auc")
1762 (version "0.3.0")
1763 (source
1764 (origin
1765 (method url-fetch)
1766 (uri (cran-uri "AUC" version))
1767 (sha256
1768 (base32
1769 "0ripcib2qz0m7rgr1kiz68nx8f6p408l1ww7j78ljqik7p3g41g7"))))
1770 (properties `((upstream-name . "AUC")))
1771 (build-system r-build-system)
1772 (home-page "https://cran.r-project.org/web/packages/AUC")
1773 (synopsis "Compute the area under the curve of selected measures")
1774 (description
1775 "This package includes functions to compute the area under the curve of
1776 selected measures: the area under the sensitivity curve (AUSEC), the area
1777 under the specificity curve (AUSPC), the area under the accuracy
1778 curve (AUACC), and the area under the receiver operating characteristic
1779 curve (AUROC). The curves can also be visualized. Support for partial areas
1780 is provided.")
1781 (license license:gpl2+)))
1782
1783 (define-public r-calibrate
1784 (package
1785 (name "r-calibrate")
1786 (version "1.7.5")
1787 (source
1788 (origin
1789 (method url-fetch)
1790 (uri (cran-uri "calibrate" version))
1791 (sha256
1792 (base32 "1s423nr176l2sc66wp7hzgqkv7c2bq8d2bjrrvrrm5qa9y3zdx1k"))))
1793 (build-system r-build-system)
1794 (propagated-inputs
1795 `(("r-mass" ,r-mass)))
1796 (home-page "https://cran.r-project.org/web/packages/calibrate")
1797 (synopsis "Calibration of scatterplot and biplot axes")
1798 (description
1799 "This is a package for drawing calibrated scales with tick marks
1800 on (non-orthogonal) variable vectors in scatterplots and biplots.")
1801 (license license:gpl2)))
1802
1803 (define-public r-shape
1804 (package
1805 (name "r-shape")
1806 (version "1.4.4")
1807 (source
1808 (origin
1809 (method url-fetch)
1810 (uri (cran-uri "shape" version))
1811 (sha256
1812 (base32
1813 "0hadk3mapkhbh8xjkiz52vxdagmmgvm15xwpzb90ikw4giyipjzl"))))
1814 (build-system r-build-system)
1815 (home-page "https://cran.r-project.org/web/packages/shape")
1816 (synopsis "Functions for plotting graphical shapes")
1817 (description
1818 "This package provides functions for plotting graphical shapes such as
1819 ellipses, circles, cylinders, arrows, ...")
1820 (license license:gpl3+)))
1821
1822 (define-public r-globaloptions
1823 (package
1824 (name "r-globaloptions")
1825 (version "0.1.1")
1826 (source
1827 (origin
1828 (method url-fetch)
1829 (uri (cran-uri "GlobalOptions" version))
1830 (sha256
1831 (base32 "0x89hfz80avq4zcskxl71i4zi0mgniqqxfrvz050aa2189wfyja2"))))
1832 (properties `((upstream-name . "GlobalOptions")))
1833 (build-system r-build-system)
1834 (home-page "https://github.com/jokergoo/GlobalOptions")
1835 (synopsis "Generate functions to get or set global options")
1836 (description
1837 "This package provides more controls on the option values such as
1838 validation and filtering on the values, making options invisible or private.")
1839 (license license:gpl2+)))
1840
1841 (define-public r-circlize
1842 (package
1843 (name "r-circlize")
1844 (version "0.4.8")
1845 (source
1846 (origin
1847 (method url-fetch)
1848 (uri (cran-uri "circlize" version))
1849 (sha256
1850 (base32
1851 "0jvr9hmxyhg0zx101iiqkrg8wfaj86kp62xpv42n2j9fkn5r1mi2"))))
1852 (build-system r-build-system)
1853 (propagated-inputs
1854 `(("r-colorspace" ,r-colorspace)
1855 ("r-globaloptions" ,r-globaloptions)
1856 ("r-shape" ,r-shape)))
1857 (home-page "https://github.com/jokergoo/circlize")
1858 (synopsis "Circular visualization")
1859 (description
1860 "Circular layout is an efficient way to visualise huge amounts of
1861 information. This package provides an implementation of circular layout
1862 generation in R as well as an enhancement of available software. Its
1863 flexibility is based on the usage of low-level graphics functions such that
1864 self-defined high-level graphics can be easily implemented by users for
1865 specific purposes. Together with the seamless connection between the powerful
1866 computational and visual environment in R, it gives users more convenience and
1867 freedom to design figures for better understanding complex patterns behind
1868 multi-dimensional data.")
1869 (license license:gpl2+)))
1870
1871 (define-public r-powerlaw
1872 (package
1873 (name "r-powerlaw")
1874 (version "0.70.2")
1875 (source
1876 (origin
1877 (method url-fetch)
1878 (uri (cran-uri "poweRlaw" version))
1879 (sha256
1880 (base32
1881 "1asr6ikr7hmj78jyg8r1gwvcjg14addkxdiz92nh06lv71a183r4"))))
1882 (properties `((upstream-name . "poweRlaw")))
1883 (build-system r-build-system)
1884 (propagated-inputs
1885 `(("r-vgam" ,r-vgam)))
1886 (home-page "https://github.com/csgillespie/poweRlaw")
1887 (synopsis "Tools for the analysis of heavy tailed distributions")
1888 (description
1889 "This package provides an implementation of maximum likelihood estimators
1890 for a variety of heavy tailed distributions, including both the discrete and
1891 continuous power law distributions. Additionally, a goodness-of-fit based
1892 approach is used to estimate the lower cut-off for the scaling region.")
1893 ;; Any of these GPL versions.
1894 (license (list license:gpl2 license:gpl3))))
1895
1896 (define-public r-compare
1897 (package
1898 (name "r-compare")
1899 (version "0.2-6")
1900 (source
1901 (origin
1902 (method url-fetch)
1903 (uri (cran-uri "compare" version))
1904 (sha256
1905 (base32
1906 "0k9zms930b5dz9gy8414li21wy0zg9x9vp7301v5cvyfi0g7xzgw"))))
1907 (build-system r-build-system)
1908 (home-page "https://cran.r-project.org/web/packages/compare")
1909 (synopsis "Comparing objects for differences")
1910 (description
1911 "This package provides functions to compare a model object to a
1912 comparison object. If the objects are not identical, the functions can be
1913 instructed to explore various modifications of the objects (e.g., sorting
1914 rows, dropping names) to see if the modified versions are identical.")
1915 (license license:gpl2+)))
1916
1917 (define-public r-dendextend
1918 (package
1919 (name "r-dendextend")
1920 (version "1.13.4")
1921 (source
1922 (origin
1923 (method url-fetch)
1924 (uri (cran-uri "dendextend" version))
1925 (sha256
1926 (base32
1927 "1pjbz6sb4pgh3d5pm53vmf3q8y6lq3hrgjd6547xxs3m63sb8mn4"))))
1928 (build-system r-build-system)
1929 (propagated-inputs
1930 `(("r-ggplot2" ,r-ggplot2)
1931 ("r-magrittr" ,r-magrittr)
1932 ("r-viridis" ,r-viridis)))
1933 (home-page "https://cran.r-project.org/web/packages/dendextend")
1934 (synopsis "Extending 'dendrogram' functionality in R")
1935 (description
1936 "This package offers a set of functions for extending @code{dendrogram}
1937 objects in R, letting you visualize and compare trees of hierarchical
1938 clusterings. You can adjust a tree's graphical parameters (the color, size,
1939 type, etc of its branches, nodes and labels) and visually and statistically
1940 compare different dendrograms to one another.")
1941 ;; Any of these versions
1942 (license (list license:gpl2 license:gpl3))))
1943
1944 (define-public r-getoptlong
1945 (package
1946 (name "r-getoptlong")
1947 (version "0.1.8")
1948 (source
1949 (origin
1950 (method url-fetch)
1951 (uri (cran-uri "GetoptLong" version))
1952 (sha256
1953 (base32
1954 "1l8xkvyl152bsyvxazsvx2sm1vkygn75x0lsg3sbg7xp6drdn3kc"))))
1955 (properties `((upstream-name . "GetoptLong")))
1956 (build-system r-build-system)
1957 (inputs
1958 `(("perl" ,perl)))
1959 (propagated-inputs
1960 `(("r-globaloptions" ,r-globaloptions)
1961 ("r-rjson" ,r-rjson)))
1962 (home-page "https://github.com/jokergoo/GetoptLong")
1963 (synopsis "Parsing command-line arguments and variable interpolation")
1964 (description
1965 "This is yet another command-line argument parser which wraps the
1966 powerful Perl module @code{Getopt::Long} and with some adaptation for easier
1967 use in R. It also provides a simple way for variable interpolation in R.")
1968 (license license:gpl2+)))
1969
1970 (define-public r-fastmatch
1971 (package
1972 (name "r-fastmatch")
1973 (version "1.1-0")
1974 (source
1975 (origin
1976 (method url-fetch)
1977 (uri (cran-uri "fastmatch" version))
1978 (sha256
1979 (base32
1980 "0z80jxkygmzn11sq0c2iz357s9bpki548lg926g85gldhfj1md90"))))
1981 (build-system r-build-system)
1982 (home-page "http://www.rforge.net/fastmatch")
1983 (synopsis "Fast match function")
1984 (description
1985 "This package provides a fast @code{match} replacement for cases that
1986 require repeated look-ups. It is slightly faster that R's built-in
1987 @code{match} function on first match against a table, but extremely fast on
1988 any subsequent lookup as it keeps the hash table in memory.")
1989 (license license:gpl2)))
1990
1991 (define-public r-ff
1992 (package
1993 (name "r-ff")
1994 (version "2.2-14")
1995 (source
1996 (origin
1997 (method url-fetch)
1998 (uri (cran-uri "ff" version))
1999 (sha256
2000 (base32
2001 "1w724q4jpzbvzpilb2ifviaxkjgk9lzwxz9gksnvicbmfa20fqqw"))))
2002 (build-system r-build-system)
2003 (propagated-inputs `(("r-bit" ,r-bit)))
2004 (home-page "http://ff.r-forge.r-project.org/")
2005 (synopsis "Memory-efficient storage of large data on disk and access functions")
2006 (description
2007 "This package provides data structures that are stored on disk but
2008 behave (almost) as if they were in RAM by transparently mapping only a section
2009 in main memory.")
2010 ;; error Architecture not supported.
2011 (supported-systems (delete "aarch64-linux" %supported-systems))
2012 (license license:gpl2)))
2013
2014 (define-public r-ffbase
2015 (package
2016 (name "r-ffbase")
2017 (version "0.12.7")
2018 (source
2019 (origin
2020 (method url-fetch)
2021 (uri (cran-uri "ffbase" version))
2022 (sha256
2023 (base32
2024 "04kxx2f3f0743c5nvpb7x1x0pcd220dazpd5ag1pidxbz3xa85nw"))))
2025 (build-system r-build-system)
2026 (propagated-inputs
2027 `(("r-bit" ,r-bit)
2028 ("r-fastmatch" ,r-fastmatch)
2029 ("r-ff" ,r-ff)))
2030 (home-page "http://github.com/edwindj/ffbase")
2031 (synopsis "Basic statistical functions for package 'ff'")
2032 (description
2033 "This package extends the out of memory vectors of @code{ff} with
2034 statistical functions and other utilities to ease their usage.")
2035 (license license:gpl3)))
2036
2037 (define-public r-prettyunits
2038 (package
2039 (name "r-prettyunits")
2040 (version "1.1.1")
2041 (source
2042 (origin
2043 (method url-fetch)
2044 (uri (cran-uri "prettyunits" version))
2045 (sha256
2046 (base32
2047 "1ibmzgknw5896q2i6r59jz2izblxwgb29ivvjzx50pkd1jl9l6cs"))))
2048 (build-system r-build-system)
2049 (home-page "https://github.com/gaborcsardi/prettyunits")
2050 (synopsis "Pretty, human readable formatting of quantities")
2051 (description
2052 "This package provides tools for pretty, human readable formatting of
2053 quantities.")
2054 (license license:expat)))
2055
2056 (define-public r-reshape
2057 (package
2058 (name "r-reshape")
2059 (version "0.8.8")
2060 (source
2061 (origin
2062 (method url-fetch)
2063 (uri (cran-uri "reshape" version))
2064 (sha256
2065 (base32
2066 "0s6i0sqxg1vldxs6miv8mi0zydxbqzgpmzfiwkj8y7jix3yrfmad"))))
2067 (build-system r-build-system)
2068 (propagated-inputs
2069 `(("r-plyr" ,r-plyr)
2070 ("r-rcpp" ,r-rcpp)))
2071 (home-page "http://had.co.nz/reshape")
2072 (synopsis "Flexibly reshape data")
2073 (description
2074 "Flexibly restructure and aggregate data using just two functions:
2075 @code{melt} and @code{cast}. This package provides them.")
2076 (license license:expat)))
2077
2078 (define-public r-progress
2079 (package
2080 (name "r-progress")
2081 (version "1.2.2")
2082 (source
2083 (origin
2084 (method url-fetch)
2085 (uri (cran-uri "progress" version))
2086 (sha256
2087 (base32
2088 "0dgzb362641aqm8xd88iqa8jmpdm43xs0aba0d5kk6fvapnxi95l"))))
2089 (build-system r-build-system)
2090 (propagated-inputs
2091 `(("r-crayon" ,r-crayon)
2092 ("r-hms" ,r-hms)
2093 ("r-prettyunits" ,r-prettyunits)
2094 ("r-r6" ,r-r6)))
2095 (home-page "https://github.com/gaborcsardi/progress")
2096 (synopsis "Terminal progress bars")
2097 (description
2098 "This package provides configurable progress bars. They may include
2099 percentage, elapsed time, and/or the estimated completion time. They work in
2100 terminals, in Emacs ESS, RStudio, Windows Rgui, and the macOS R.app. The
2101 package also provides a C++ API, that works with or without Rcpp.")
2102 (license license:expat)))
2103
2104 (define-public r-ggally
2105 (package
2106 (name "r-ggally")
2107 (version "1.4.0")
2108 (source
2109 (origin
2110 (method url-fetch)
2111 (uri (cran-uri "GGally" version))
2112 (sha256
2113 (base32
2114 "1zjmcc5bzagvy7c5cmdcl39xmx07fwi98yrj4i05w7y40kqcsiws"))))
2115 (properties `((upstream-name . "GGally")))
2116 (build-system r-build-system)
2117 (inputs
2118 `(("libressl" ,libressl)))
2119 (propagated-inputs
2120 `(("r-ggplot2" ,r-ggplot2)
2121 ("r-gtable" ,r-gtable)
2122 ("r-plyr" ,r-plyr)
2123 ("r-progress" ,r-progress)
2124 ("r-rcolorbrewer" ,r-rcolorbrewer)
2125 ("r-reshape" ,r-reshape)
2126 ("r-rlang" ,r-rlang)))
2127 (home-page "https://ggobi.github.io/ggally")
2128 (synopsis "Extension to ggplot2")
2129 (description
2130 "The R package ggplot2 is a plotting system based on the grammar of
2131 graphics. GGally extends ggplot2 by adding several functions to reduce the
2132 complexity of combining geometric objects with transformed data. Some of
2133 these functions include a pairwise plot matrix, a two group pairwise plot
2134 matrix, a parallel coordinates plot, a survival plot, and several functions to
2135 plot networks.")
2136 (license license:gpl2+)))
2137
2138 (define-public r-proxy
2139 (package
2140 (name "r-proxy")
2141 (version "0.4-23")
2142 (source
2143 (origin
2144 (method url-fetch)
2145 (uri (cran-uri "proxy" version))
2146 (sha256
2147 (base32
2148 "17b6qfllqrhzrxqgx7dccffgybnkcria5a68ap5ly3plg04ypm4x"))))
2149 (build-system r-build-system)
2150 (home-page "https://cran.r-project.org/web/packages/proxy")
2151 (synopsis "Distance and similarity measures")
2152 (description
2153 "This package provides an extensible framework for the efficient
2154 calculation of auto- and cross-proximities, along with implementations of the
2155 most popular ones.")
2156 (license license:gpl2)))
2157
2158 (define-public r-sp
2159 (package
2160 (name "r-sp")
2161 (version "1.4-1")
2162 (source
2163 (origin
2164 (method url-fetch)
2165 (uri (cran-uri "sp" version))
2166 (sha256
2167 (base32 "0fbh865r4py89g6ln8bslig2vbxxwa642p5k5g02rskyhajg35lg"))))
2168 (build-system r-build-system)
2169 (propagated-inputs
2170 `(("r-lattice" ,r-lattice)))
2171 (home-page "https://cran.r-project.org/web/packages/sp")
2172 (synopsis "Classes and methods for spatial data")
2173 (description
2174 "This package provides classes and methods for spatial data; the classes
2175 document where the spatial location information resides, for 2D or 3D data.
2176 Utility functions are provided, e.g. for plotting data as maps, spatial
2177 selection, as well as methods for retrieving coordinates, for subsetting,
2178 print, summary, etc.")
2179 (license license:gpl2+)))
2180
2181 (define-public r-rmtstat
2182 (package
2183 (name "r-rmtstat")
2184 (version "0.3")
2185 (source
2186 (origin
2187 (method url-fetch)
2188 (uri (cran-uri "RMTstat" version))
2189 (sha256
2190 (base32
2191 "1nn25q4kmh9kj975sxkrpa97vh5irqrlqhwsfinbck6h6ia4rsw1"))))
2192 (properties `((upstream-name . "RMTstat")))
2193 (build-system r-build-system)
2194 (home-page "https://cran.r-project.org/web/packages/RMTstat")
2195 (synopsis "Distributions, statistics and tests derived from random matrix theory")
2196 (description
2197 "This package provides functions for working with the Tracy-Widom laws
2198 and other distributions related to the eigenvalues of large Wishart
2199 matrices.")
2200 (license license:bsd-3)))
2201
2202 (define-public r-rmpi
2203 (package
2204 (name "r-rmpi")
2205 (version "0.6-9")
2206 (source (origin
2207 (method url-fetch)
2208 (uri (cran-uri "Rmpi" version))
2209 (sha256
2210 (base32
2211 "1rhycla98hxgnnxlxxldr1x51djak7c2jjvlrv3jcsvgwp1ymqdj"))))
2212 (properties `((upstream-name . "Rmpi")))
2213 (build-system r-build-system)
2214 (arguments
2215 `(#:configure-flags '("--configure-args=\"--with-Rmpi-type=OPENMPI\"")
2216 #:phases (modify-phases %standard-phases
2217 (add-before 'install 'mpi-setup
2218 ,%openmpi-setup))))
2219 (inputs
2220 `(("openmpi" ,openmpi)))
2221 (native-inputs
2222 `(("pkg-config" ,pkg-config)))
2223 (home-page "http://www.stats.uwo.ca/faculty/yu/Rmpi")
2224 (synopsis "R interface to message-passing interface (MPI)")
2225 (description
2226 "This package provides an interface (wrapper) to MPI APIs. It also
2227 provides an interactive R manager and worker environment.")
2228 (license license:gpl2+)))
2229
2230 (define-public r-lmoments
2231 (package
2232 (name "r-lmoments")
2233 (version "1.3-1")
2234 (source
2235 (origin
2236 (method url-fetch)
2237 (uri (cran-uri "Lmoments" version))
2238 (sha256
2239 (base32
2240 "0pc63bj9a8hzr5m3yssrc4kin39fffwkl8rggs3sagzr12d4i7bw"))))
2241 (properties `((upstream-name . "Lmoments")))
2242 (build-system r-build-system)
2243 (propagated-inputs
2244 `(("r-rcpp" ,r-rcpp)
2245 ("r-rcpparmadillo" ,r-rcpparmadillo)))
2246 (home-page "http://www.tilastotiede.fi/juha_karvanen.html")
2247 (synopsis "L-moments and quantile mixtures")
2248 (description
2249 "This package contains functions to estimate L-moments and trimmed
2250 L-moments from the data. It also contains functions to estimate the
2251 parameters of the normal polynomial quantile mixture and the Cauchy polynomial
2252 quantile mixture from L-moments and trimmed L-moments.")
2253 (license license:gpl2)))
2254
2255 (define-public r-distillery
2256 (package
2257 (name "r-distillery")
2258 (version "1.0-6")
2259 (source
2260 (origin
2261 (method url-fetch)
2262 (uri (cran-uri "distillery" version))
2263 (sha256
2264 (base32
2265 "1mi3ig9jq0kd7yrwc5m37lmrw04p1b4lirnbsxi10z3n5yay4429"))))
2266 (build-system r-build-system)
2267 (home-page "https://ral.ucar.edu/staff/ericg/")
2268 (synopsis "Functions for confidence intervals and object information")
2269 (description
2270 "This package provides some very simple method functions for confidence
2271 interval calculation and to distill pertinent information from a potentially
2272 complex object; primarily used in common with the packages extRemes and
2273 SpatialVx.")
2274 (license license:gpl2+)))
2275
2276 (define-public r-extremes
2277 (package
2278 (name "r-extremes")
2279 (version "2.0-11")
2280 (source
2281 (origin
2282 (method url-fetch)
2283 (uri (cran-uri "extRemes" version))
2284 (sha256
2285 (base32
2286 "0hmgynxhzswqnhwb2sxrkczgam8c17s3vpxqc5bcz0bwczpxxyvm"))))
2287 (properties `((upstream-name . "extRemes")))
2288 (build-system r-build-system)
2289 (propagated-inputs
2290 `(("r-distillery" ,r-distillery)
2291 ("r-lmoments" ,r-lmoments)))
2292 (home-page "https://www.assessment.ucar.edu/toolkit/")
2293 (synopsis "Extreme value analysis")
2294 (description
2295 "ExtRemes is a suite of functions for carrying out analyses on the
2296 extreme values of a process of interest; be they block maxima over long blocks
2297 or excesses over a high threshold.")
2298 (license license:gpl2+)))
2299
2300 (define-public r-lmtest
2301 (package
2302 (name "r-lmtest")
2303 (version "0.9-37")
2304 (source
2305 (origin
2306 (method url-fetch)
2307 (uri (cran-uri "lmtest" version))
2308 (sha256
2309 (base32
2310 "02nasm0j2vwkhz11dxqixs23msy1s3yj0jps6949fmgh9gwjkjfx"))))
2311 (build-system r-build-system)
2312 (propagated-inputs
2313 `(("r-zoo" ,r-zoo)))
2314 (native-inputs
2315 `(("gfortran" ,gfortran)))
2316 (home-page "https://cran.r-project.org/web/packages/lmtest")
2317 (synopsis "Testing linear regression models")
2318 (description
2319 "This package provides a collection of tests, data sets, and examples for
2320 diagnostic checking in linear regression models. Furthermore, some generic
2321 tools for inference in parametric models are provided.")
2322 ;; Either version is okay
2323 (license (list license:gpl2 license:gpl3))))
2324
2325 (define-public r-idr
2326 (package
2327 (name "r-idr")
2328 (version "1.2")
2329 (source (origin
2330 (method url-fetch)
2331 (uri (cran-uri "idr" version))
2332 (sha256
2333 (base32
2334 "05nvgw1xdg670bsjjrxkgd1mrdkciccpw4krn0zcgdf2r21dzgwb"))))
2335 (build-system r-build-system)
2336 (home-page "https://cran.r-project.org/web/packages/idr/")
2337 (synopsis "Irreproducible discovery rate")
2338 (description
2339 "This is a package for estimating the copula mixture model and plotting
2340 correspondence curves in \"Measuring reproducibility of high-throughput
2341 experiments\" (2011), Annals of Applied Statistics, Vol. 5, No. 3, 1752-1779,
2342 by Li, Brown, Huang, and Bickel")
2343 (license license:gpl2+)))
2344
2345 (define-public r-inline
2346 (package
2347 (name "r-inline")
2348 (version "0.3.15")
2349 (source (origin
2350 (method url-fetch)
2351 (uri (cran-uri "inline" version))
2352 (sha256
2353 (base32
2354 "0s4wssvpan189fijahknxq5s22ww9bzmdlmyhnra748r7khky17z"))))
2355 (build-system r-build-system)
2356 (home-page "https://cran.r-project.org/web/packages/inline")
2357 (synopsis "Functions to inline C, C++, Fortran function calls from R")
2358 (description
2359 "This package provides functionality to dynamically define R functions
2360 and S4 methods with inlined C, C++ or Fortran code supporting @code{.C} and
2361 @code{.Call} calling conventions.")
2362 ;; Any version of the LGPL.
2363 (license license:lgpl3+)))
2364
2365 (define-public r-bdsmatrix
2366 (package
2367 (name "r-bdsmatrix")
2368 (version "1.3-4")
2369 (source
2370 (origin
2371 (method url-fetch)
2372 (uri (cran-uri "bdsmatrix" version))
2373 (sha256
2374 (base32
2375 "1sh6pg43rgqvips4fx0k4vmp5i9lmniix0bqwj2yq5m06gs227i5"))))
2376 (properties `((upstream-name . "bdsmatrix")))
2377 (build-system r-build-system)
2378 (home-page "https://cran.r-project.org/web/packages/bdsmatrix/")
2379 (synopsis "Routines for block diagonal symmetric matrices")
2380 (description
2381 "This package provides procedures to work with block diagonal symmetric
2382 matrices, a special case of sparse matrices.")
2383 (license license:lgpl2.0)))
2384
2385 (define-public r-bbmle
2386 (package
2387 (name "r-bbmle")
2388 (version "1.0.23.1")
2389 (source
2390 (origin
2391 (method url-fetch)
2392 (uri (cran-uri "bbmle" version))
2393 (sha256
2394 (base32
2395 "0p3l9shbr2846qmw8n0fyzf4j7gmi08aypl82jml3dwh26q1whk0"))))
2396 (build-system r-build-system)
2397 (propagated-inputs
2398 `(("r-bdsmatrix" ,r-bdsmatrix)
2399 ("r-lattice" ,r-lattice)
2400 ("r-mass" ,r-mass)
2401 ("r-matrix" ,r-matrix)
2402 ("r-mvtnorm" ,r-mvtnorm)
2403 ("r-numderiv" ,r-numderiv)))
2404 (home-page "https://cran.r-project.org/web/packages/bbmle")
2405 (synopsis "Tools for General Maximum Likelihood Estimation")
2406 (description
2407 "This package provides methods and functions for fitting maximum
2408 likelihood models in R. This package modifies and extends the @code{mle}
2409 classes in the @code{stats4} package.")
2410 ;; Any version of the GPL
2411 (license license:gpl2+)))
2412
2413 (define-public r-emdbook
2414 (package
2415 (name "r-emdbook")
2416 (version "1.3.12")
2417 (source
2418 (origin
2419 (method url-fetch)
2420 (uri (cran-uri "emdbook" version))
2421 (sha256
2422 (base32
2423 "0ls3zxxlwmdv7zn1v9i1y9zc2sn0hbgmyjvsj7zn3ajsw7wwlih6"))))
2424 (build-system r-build-system)
2425 (propagated-inputs
2426 `(("r-bbmle" ,r-bbmle)
2427 ("r-coda" ,r-coda)
2428 ("r-lattice" ,r-lattice)
2429 ("r-mass" ,r-mass)
2430 ("r-plyr" ,r-plyr)))
2431 (home-page "http://www.math.mcmaster.ca/bolker/emdbook")
2432 (synopsis "Support functions and data for \"Ecological Models and Data\"")
2433 (description
2434 "This package provides auxiliary functions and data sets for \"Ecological
2435 Models and Data\", a book presenting maximum likelihood estimation and related
2436 topics for ecologists (ISBN 978-0-691-12522-0).")
2437 ;; Any GPL version
2438 (license (list license:gpl2 license:gpl3))))
2439
2440 (define-public r-lpsolve
2441 (package
2442 (name "r-lpsolve")
2443 (version "5.6.15")
2444 (source
2445 (origin
2446 (method url-fetch)
2447 (uri (cran-uri "lpSolve" version))
2448 (sha256
2449 (base32
2450 "1fpkyjyqykwa1dxnhiky01pm09syxg169lm7hpy39bdbg10vw9s6"))))
2451 (properties `((upstream-name . "lpSolve")))
2452 (build-system r-build-system)
2453 (home-page "https://cran.r-project.org/web/packages/lpSolve")
2454 (synopsis "R interface to Lp_solve to solve linear/integer programs")
2455 (description
2456 "Lp_solve is software for solving linear, integer and mixed integer
2457 programs. This implementation supplies a \"wrapper\" function in C and some R
2458 functions that solve general linear/integer problems, assignment problems, and
2459 transportation problems.")
2460 (license license:lgpl2.0)))
2461
2462 (define-public r-limsolve
2463 (package
2464 (name "r-limsolve")
2465 (version "1.5.6")
2466 (source
2467 (origin
2468 (method url-fetch)
2469 (uri (cran-uri "limSolve" version))
2470 (sha256
2471 (base32
2472 "1829rd2cnd8qj80z9a7sgc7gx4sf3kvl5g6d2a0lqqw30f9sjzmr"))))
2473 (properties `((upstream-name . "limSolve")))
2474 (build-system r-build-system)
2475 (propagated-inputs
2476 `(("r-lpsolve" ,r-lpsolve)
2477 ("r-mass" ,r-mass)
2478 ("r-quadprog" ,r-quadprog)))
2479 (native-inputs `(("gfortran" ,gfortran)))
2480 (home-page "https://cran.r-project.org/web/packages/limSolve")
2481 (synopsis "Solving linear inverse models")
2482 (description
2483 "This package provides functions that:
2484
2485 @enumerate
2486 @item find the minimum/maximum of a linear or quadratic function,
2487 @item sample an underdetermined or overdetermined system,
2488 @item solve a linear system Ax=B for the unknown x.
2489 @end enumerate
2490
2491 It includes banded and tridiagonal linear systems. The package calls Fortran
2492 functions from LINPACK.")
2493 ;; Any GPL version.
2494 (license (list license:gpl2+ license:gpl3+))))
2495
2496 (define-public r-fitdistrplus
2497 (package
2498 (name "r-fitdistrplus")
2499 (version "1.0-14")
2500 (source
2501 (origin
2502 (method url-fetch)
2503 (uri (cran-uri "fitdistrplus" version))
2504 (sha256
2505 (base32
2506 "10q08wsv8v3w7797jdvvv60bgrf1bi6438wf0jcqv81ays82a245"))))
2507 (build-system r-build-system)
2508 (propagated-inputs
2509 `(("r-mass" ,r-mass)
2510 ("r-npsurv" ,r-npsurv)
2511 ("r-survival" ,r-survival)))
2512 (home-page "http://riskassessment.r-forge.r-project.org")
2513 (synopsis "Fitting a parametric distribution from data")
2514 (description
2515 "This package extends the @code{fitdistr} function of the MASS package
2516 with several functions to help the fit of a parametric distribution to
2517 non-censored or censored data. Censored data may contain left-censored,
2518 right-censored and interval-censored values, with several lower and upper
2519 bounds. In addition to @dfn{maximum likelihood estimation} (MLE), the package
2520 provides moment matching (MME), quantile matching (QME) and maximum
2521 goodness-of-fit estimation (MGE) methods (available only for non-censored
2522 data). Weighted versions of MLE, MME and QME are available.")
2523 (license license:gpl2+)))
2524
2525 (define-public r-energy
2526 (package
2527 (name "r-energy")
2528 (version "1.7-7")
2529 (source
2530 (origin
2531 (method url-fetch)
2532 (uri (cran-uri "energy" version))
2533 (sha256
2534 (base32
2535 "13wnx5nwk7nsv7vf5sxhz4y0rxrnzm76ldgywk1bxrz67srqzf37"))))
2536 (build-system r-build-system)
2537 (propagated-inputs
2538 `(("r-boot" ,r-boot)
2539 ("r-rcpp" ,r-rcpp)))
2540 (home-page "https://cran.r-project.org/web/packages/energy")
2541 (synopsis "Multivariate inference via the energy of data")
2542 (description
2543 "This package provides e-statistics (energy) tests and statistics for
2544 multivariate and univariate inference, including distance correlation,
2545 one-sample, two-sample, and multi-sample tests for comparing multivariate
2546 distributions, are implemented. Measuring and testing multivariate
2547 independence based on distance correlation, partial distance correlation,
2548 multivariate goodness-of-fit tests, clustering based on energy distance,
2549 testing for multivariate normality, distance components (disco) for
2550 non-parametric analysis of structured data, and other energy
2551 statistics/methods are implemented.")
2552 (license license:gpl2+)))
2553
2554 (define-public r-suppdists
2555 (package
2556 (name "r-suppdists")
2557 (version "1.1-9.5")
2558 (source
2559 (origin
2560 (method url-fetch)
2561 (uri (cran-uri "SuppDists" version))
2562 (sha256
2563 (base32
2564 "01j6p94m1g363nph2158fq2rmd6z3h5dvcv6aidh2d6syw131xak"))))
2565 (properties `((upstream-name . "SuppDists")))
2566 (build-system r-build-system)
2567 (home-page "https://cran.r-project.org/web/packages/SuppDists")
2568 (synopsis "Supplementary distributions")
2569 (description
2570 "This package provides ten distributions supplementing those built into
2571 R. Inverse Gauss, Kruskal-Wallis, Kendall's Tau, Friedman's chi squared,
2572 Spearman's rho, maximum F ratio, the Pearson product moment correlation
2573 coefficient, Johnson distributions, normal scores and generalized
2574 hypergeometric distributions. In addition two random number generators of
2575 George Marsaglia are included.")
2576 (license license:gpl2+)))
2577
2578 (define-public r-ksamples
2579 (package
2580 (name "r-ksamples")
2581 (version "1.2-9")
2582 (source
2583 (origin
2584 (method url-fetch)
2585 (uri (cran-uri "kSamples" version))
2586 (sha256
2587 (base32
2588 "1zs22p68d6320kcylisnk0b5wmpapxkyz15py09czxzw7npw8gms"))))
2589 (properties `((upstream-name . "kSamples")))
2590 (build-system r-build-system)
2591 (propagated-inputs
2592 `(("r-suppdists" ,r-suppdists)))
2593 (home-page "https://cran.r-project.org/web/packages/kSamples")
2594 (synopsis "K-Sample rank tests and their combinations")
2595 (description
2596 "This package provides tools to compares k samples using the
2597 Anderson-Darling test, Kruskal-Wallis type tests with different rank score
2598 criteria, Steel's multiple comparison test, and the Jonckheere-Terpstra (JT)
2599 test. It computes asymptotic, simulated or (limited) exact P-values, all
2600 valid under randomization, with or without ties, or conditionally under random
2601 sampling from populations, given the observed tie pattern. Except for Steel's
2602 test and the JT test it also combines these tests across several blocks of
2603 samples.")
2604 (license license:gpl2+)))
2605
2606 (define-public r-cvst
2607 (package
2608 (name "r-cvst")
2609 (version "0.2-2")
2610 (source
2611 (origin
2612 (method url-fetch)
2613 (uri (cran-uri "CVST" version))
2614 (sha256
2615 (base32
2616 "05l3yzkfrbds09ah9cdwn2sn4ryhq78lz33ryzrgkv176jc8qjw5"))))
2617 (properties `((upstream-name . "CVST")))
2618 (build-system r-build-system)
2619 (propagated-inputs
2620 `(("r-kernlab" ,r-kernlab)
2621 ("r-matrix" ,r-matrix)))
2622 (home-page "https://cran.r-project.org/web/packages/CVST")
2623 (synopsis "Fast cross-validation via sequential testing")
2624 (description
2625 "This package implements the fast cross-validation via sequential
2626 testing (CVST) procedure. CVST is an improved cross-validation procedure
2627 which uses non-parametric testing coupled with sequential analysis to
2628 determine the best parameter set on linearly increasing subsets of the data.
2629 Additionally to the CVST the package contains an implementation of the
2630 ordinary k-fold cross-validation with a flexible and powerful set of helper
2631 objects and methods to handle the overall model selection process. The
2632 implementations of the Cochran's Q test with permutations and the sequential
2633 testing framework of Wald are generic and can therefore also be used in other
2634 contexts.")
2635 (license license:gpl2+)))
2636
2637 (define-public r-squarem
2638 (package
2639 (name "r-squarem")
2640 (version "2020.2")
2641 (source
2642 (origin
2643 (method url-fetch)
2644 (uri (cran-uri "SQUAREM" version))
2645 (sha256
2646 (base32
2647 "1j6sa93xjvynnzx9jx79a3fysbykmbqyknknsqif5bcha6xp6cvf"))))
2648 (properties `((upstream-name . "SQUAREM")))
2649 (build-system r-build-system)
2650 (home-page "https://coah.jhu.edu/people/Faculty_personal_Pages/Varadhan.html")
2651 (synopsis "Squared Extrapolation Methods for Accelerating EM-Like Monotone Algorithms")
2652 (description
2653 "This package provides algorithms for accelerating the convergence of
2654 slow, monotone sequences from smooth, contraction mapping such as the EM
2655 algorithm. It can be used to accelerate any smooth, linearly convergent
2656 acceleration scheme. A tutorial style introduction to this package is
2657 available in a vignette.")
2658 (license license:gpl2+)))
2659
2660 (define-public r-lava
2661 (package
2662 (name "r-lava")
2663 (version "1.6.6")
2664 (source
2665 (origin
2666 (method url-fetch)
2667 (uri (cran-uri "lava" version))
2668 (sha256
2669 (base32
2670 "0nfab5fgnmxh8cplg8rd8cp34fny5j0k5wn4baj51r6ck7fq9g3s"))))
2671 (build-system r-build-system)
2672 (propagated-inputs
2673 `(("r-numderiv" ,r-numderiv)
2674 ("r-squarem" ,r-squarem)
2675 ("r-survival" ,r-survival)))
2676 (home-page "https://github.com/kkholst/lava")
2677 (synopsis "Latent variable models")
2678 (description
2679 "This package provides tools for the estimation and simulation of latent
2680 variable models.")
2681 (license license:gpl3)))
2682
2683 (define-public r-drr
2684 (package
2685 (name "r-drr")
2686 (version "0.0.4")
2687 (source
2688 (origin
2689 (method url-fetch)
2690 (uri (cran-uri "DRR" version))
2691 (sha256
2692 (base32
2693 "1y70si1gig4l7jx5jiqsqliyywfsvimkx53x3zh1lc3yj2j6bqwk"))))
2694 (properties `((upstream-name . "DRR")))
2695 (build-system r-build-system)
2696 (propagated-inputs
2697 `(("r-cvst" ,r-cvst)
2698 ("r-kernlab" ,r-kernlab)
2699 ("r-matrix" ,r-matrix)))
2700 (home-page "https://cran.r-project.org/web/packages/DRR")
2701 (synopsis "Dimensionality reduction via regression")
2702 (description
2703 "This package provides an implementation of dimensionality reduction via
2704 regression using Kernel Ridge Regression.")
2705 (license license:gpl3)))
2706
2707 (define-public r-prodlim
2708 (package
2709 (name "r-prodlim")
2710 (version "2019.11.13")
2711 (source
2712 (origin
2713 (method url-fetch)
2714 (uri (cran-uri "prodlim" version))
2715 (sha256
2716 (base32
2717 "03wvh3kirp1prac5nky6a5whs97rvaf4hc27x0fnh51sa17r42b8"))))
2718 (build-system r-build-system)
2719 (propagated-inputs
2720 `(("r-kernsmooth" ,r-kernsmooth)
2721 ("r-lava" ,r-lava)
2722 ("r-rcpp" ,r-rcpp)
2723 ("r-survival" ,r-survival)))
2724 (home-page "https://cran.r-project.org/web/packages/prodlim")
2725 (synopsis "Product-limit estimation for censored event history analysis")
2726 (description
2727 "This package provides a fast and user-friendly implementation of
2728 nonparametric estimators for censored event history (survival) analysis with
2729 the Kaplan-Meier and Aalen-Johansen methods.")
2730 (license license:gpl2+)))
2731
2732 (define-public r-dimred
2733 (package
2734 (name "r-dimred")
2735 (version "0.2.3")
2736 (source
2737 (origin
2738 (method url-fetch)
2739 (uri (cran-uri "dimRed" version))
2740 (sha256
2741 (base32
2742 "110d6y83ib1nfpxzmvkvb3fn3brskwkdbsk4dqrdrswrd4znxrg6"))))
2743 (properties `((upstream-name . "dimRed")))
2744 (build-system r-build-system)
2745 (propagated-inputs
2746 `(("r-drr" ,r-drr)
2747 ("r-magrittr" ,r-magrittr)))
2748 (home-page "https://github.com/gdkrmr/dimRed")
2749 (synopsis "Framework for dimensionality reduction")
2750 (description
2751 "This package provides a collection of dimensionality reduction
2752 techniques from R packages and provides a common interface for calling the
2753 methods.")
2754 (license license:gpl3)))
2755
2756 (define-public r-timedate
2757 (package
2758 (name "r-timedate")
2759 (version "3043.102")
2760 (source
2761 (origin
2762 (method url-fetch)
2763 (uri (cran-uri "timeDate" version))
2764 (sha256
2765 (base32
2766 "0wvl5pq261rvbgly7vilk3x3m9xk3ly6il1i5scwdf6srl1vlz1p"))))
2767 (properties `((upstream-name . "timeDate")))
2768 (build-system r-build-system)
2769 (home-page "https://www.rmetrics.org")
2770 (synopsis "Chronological and calendar objects")
2771 (description
2772 "This package provides an environment for teaching \"Financial
2773 Engineering and Computational Finance\" and for managing chronological and
2774 calendar objects.")
2775 (license license:gpl2+)))
2776
2777 (define-public r-magic
2778 (package
2779 (name "r-magic")
2780 (version "1.5-9")
2781 (source
2782 (origin
2783 (method url-fetch)
2784 (uri (cran-uri "magic" version))
2785 (sha256
2786 (base32
2787 "0snmdh6vk0p6ar1swsihisinxrx7l8371dri5lk0z24ysgr5w7gs"))))
2788 (build-system r-build-system)
2789 (propagated-inputs
2790 `(("r-abind" ,r-abind)))
2791 (home-page "https://github.com/RobinHankin/magic.git")
2792 (synopsis "Create and investigate magic squares")
2793 (description
2794 "This package provides a collection of efficient, vectorized algorithms
2795 for the creation and investigation of magic squares and hypercubes, including
2796 a variety of functions for the manipulation and analysis of arbitrarily
2797 dimensioned arrays.")
2798 (license license:gpl2)))
2799
2800 (define-public r-rmysql
2801 (package
2802 (name "r-rmysql")
2803 (version "0.10.19")
2804 (source
2805 (origin
2806 (method url-fetch)
2807 (uri (cran-uri "RMySQL" version))
2808 (sha256
2809 (base32
2810 "0269pfq791qvax69lrwvvzgllyzm3cy3sdp9sakwxzvw5pxk2vhv"))))
2811 (properties `((upstream-name . "RMySQL")))
2812 (build-system r-build-system)
2813 (inputs
2814 `(("mariadb" ,mariadb "lib")
2815 ("mariadb-dev" ,mariadb "dev")
2816 ("zlib" ,zlib)))
2817 (propagated-inputs
2818 `(("r-dbi" ,r-dbi)))
2819 (home-page "https://github.com/r-dbi/RMySQL")
2820 (synopsis "Database interface and MySQL driver for R")
2821 (description
2822 "This package provides a DBI interface to MySQL / MariaDB. The RMySQL
2823 package contains an old implementation based on legacy code from S-PLUS which
2824 is being phased out. A modern MySQL client based on Rcpp is available from
2825 the RMariaDB package.")
2826 (license license:gpl2)))
2827
2828 (define-public r-rpostgresql
2829 (package
2830 (name "r-rpostgresql")
2831 (version "0.6-2")
2832 (source
2833 (origin
2834 (method url-fetch)
2835 (uri (cran-uri "RPostgreSQL" version))
2836 (sha256
2837 (base32
2838 "1mdhw5821v2h7hpa53v10wz53k4i90r0vb6a3dia5gq8f9j1h088"))))
2839 (properties `((upstream-name . "RPostgreSQL")))
2840 (build-system r-build-system)
2841 (inputs
2842 `(("postgresql" ,postgresql)))
2843 (propagated-inputs
2844 `(("r-dbi" ,r-dbi)))
2845 (home-page "https://github.com/tomoakin/RPostgreSQL")
2846 (synopsis "R interface to the PostgreSQL database system")
2847 (description
2848 "This package provides a Database Interface (DBI) compliant driver for R
2849 to access PostgreSQL database systems.")
2850 ;; The whole package is released under GPL version 2. It includes code
2851 ;; under the PostgreSQL license.
2852 (license license:gpl2)))
2853
2854 (define-public r-linprog
2855 (package
2856 (name "r-linprog")
2857 (version "0.9-2")
2858 (source
2859 (origin
2860 (method url-fetch)
2861 (uri (cran-uri "linprog" version))
2862 (sha256
2863 (base32
2864 "1ki14an0pmhs2mnmfjjvdzd76pshiyvi659zf7hqvqwj0viv4dw9"))))
2865 (build-system r-build-system)
2866 (propagated-inputs `(("r-lpsolve" ,r-lpsolve)))
2867 (home-page "http://linprog.r-forge.r-project.org/")
2868 (synopsis "Linear programming and optimization")
2869 (description
2870 "This package can be used to solve Linear Programming / Linear
2871 Optimization problems by using the simplex algorithm.")
2872 (license license:gpl2+)))
2873
2874 (define-public r-geometry
2875 (package
2876 (name "r-geometry")
2877 (version "0.4.5")
2878 (source
2879 (origin
2880 (method url-fetch)
2881 (uri (cran-uri "geometry" version))
2882 (sha256
2883 (base32
2884 "1n10l8ax3783v3lgaacb15qsn8b3f0wpmhg3k39j31s6ciyd3vcg"))))
2885 (build-system r-build-system)
2886 (propagated-inputs
2887 `(("r-magic" ,r-magic)
2888 ("r-linprog" ,r-linprog)
2889 ("r-lpsolve" ,r-lpsolve)
2890 ("r-rcpp" ,r-rcpp)
2891 ("r-rcppprogress" ,r-rcppprogress)))
2892 (home-page "http://geometry.r-forge.r-project.org/")
2893 (synopsis "Mesh generation and surface tesselation")
2894 (description
2895 "This package makes the qhull library available in R, in a similar manner
2896 as in Octave. Qhull computes convex hulls, Delaunay triangulations, halfspace
2897 intersections about a point, Voronoi diagrams, furthest-site Delaunay
2898 triangulations, and furthest-site Voronoi diagrams. It runs in 2-d, 3-d, 4-d,
2899 and higher dimensions. It implements the Quickhull algorithm for computing
2900 the convex hull. Qhull does not support constrained Delaunay triangulations,
2901 or mesh generation of non-convex objects, but the package does include some R
2902 functions that allow for this. Currently the package only gives access to
2903 Delaunay triangulation and convex hull computation.")
2904 ;; The Qhull sources are included and are distributed under a custom
2905 ;; non-copyleft license. The R sources are released under GPL version 2.
2906 (license (list license:gpl2
2907 (license:non-copyleft "http://www.qhull.org/COPYING.txt")))))
2908
2909 (define-public r-ddalpha
2910 (package
2911 (name "r-ddalpha")
2912 (version "1.3.11")
2913 (source
2914 (origin
2915 (method url-fetch)
2916 (uri (cran-uri "ddalpha" version))
2917 (sha256
2918 (base32
2919 "1sdnb47r534nh138zk3a6b2mgi74nvshc7p5m304vjs9jlx4l2y3"))))
2920 (build-system r-build-system)
2921 (propagated-inputs
2922 `(("r-bh" ,r-bh)
2923 ("r-class" ,r-class)
2924 ("r-geometry" ,r-geometry)
2925 ("r-mass" ,r-mass)
2926 ("r-rcpp" ,r-rcpp)
2927 ("r-robustbase" ,r-robustbase)
2928 ("r-sfsmisc" ,r-sfsmisc)))
2929 (native-inputs
2930 `(("gfortran" ,gfortran)))
2931 (home-page "https://cran.r-project.org/web/packages/ddalpha")
2932 (synopsis "Depth-Based classification and calculation of data depth")
2933 (description
2934 "This package contains procedures for depth-based supervised learning,
2935 which are entirely non-parametric, in particular the DDalpha-procedure (Lange,
2936 Mosler and Mozharovskyi, 2014). The training data sample is transformed by a
2937 statistical depth function to a compact low-dimensional space, where the final
2938 classification is done. It also offers an extension to functional data and
2939 routines for calculating certain notions of statistical depth functions. 50
2940 multivariate and 5 functional classification problems are included.")
2941 (license license:gpl2)))
2942
2943 (define-public r-gower
2944 (package
2945 (name "r-gower")
2946 (version "0.2.1")
2947 (source
2948 (origin
2949 (method url-fetch)
2950 (uri (cran-uri "gower" version))
2951 (sha256
2952 (base32
2953 "007ivwn1nagpi26qq8iih1c2l61c53glvv60n90hi341ry8vwgxg"))))
2954 (build-system r-build-system)
2955 (home-page "https://github.com/markvanderloo/gower")
2956 (synopsis "Gower's distance")
2957 (description
2958 "This package provides tools to compute Gower's distance (or similarity)
2959 coefficient between records, and to compute the top-n matches between records.
2960 Core algorithms are executed in parallel on systems supporting OpenMP.")
2961 (license license:gpl3)))
2962
2963 (define-public r-rcpproll
2964 (package
2965 (name "r-rcpproll")
2966 (version "0.3.0")
2967 (source
2968 (origin
2969 (method url-fetch)
2970 (uri (cran-uri "RcppRoll" version))
2971 (sha256
2972 (base32
2973 "0srzfhzkk42kzrdjnhbb37946jp1p688rgysy6k3i2is8jb21zyb"))))
2974 (properties `((upstream-name . "RcppRoll")))
2975 (build-system r-build-system)
2976 (propagated-inputs
2977 `(("r-rcpp" ,r-rcpp)))
2978 (home-page "https://cran.r-project.org/web/packages/RcppRoll")
2979 (synopsis "Efficient rolling and windowed operations")
2980 (description
2981 "This package provides fast and efficient routines for common rolling /
2982 windowed operations. Routines for the efficient computation of windowed mean,
2983 median, sum, product, minimum, maximum, standard deviation and variance are
2984 provided.")
2985 (license license:gpl2+)))
2986
2987 (define-public r-ipred
2988 (package
2989 (name "r-ipred")
2990 (version "0.9-9")
2991 (source
2992 (origin
2993 (method url-fetch)
2994 (uri (cran-uri "ipred" version))
2995 (sha256
2996 (base32
2997 "0vs1hqfx7yd0xdbmfsf2gim7spkni0845cj6gswn0nhdfdq7ma0d"))))
2998 (build-system r-build-system)
2999 (propagated-inputs
3000 `(("r-class" ,r-class)
3001 ("r-mass" ,r-mass)
3002 ("r-nnet" ,r-nnet)
3003 ("r-prodlim" ,r-prodlim)
3004 ("r-rpart" ,r-rpart)
3005 ("r-survival" ,r-survival)))
3006 (home-page "https://cran.r-project.org/web/packages/ipred")
3007 (synopsis "Improved predictors")
3008 (description
3009 "This package provides improved predictive models by indirect
3010 classification and bagging for classification, regression and survival
3011 problems as well as resampling based estimators of prediction error.")
3012 (license license:gpl2+)))
3013
3014 (define-public r-psych
3015 (package
3016 (name "r-psych")
3017 (version "1.9.12.31")
3018 (source
3019 (origin
3020 (method url-fetch)
3021 (uri (cran-uri "psych" version))
3022 (sha256
3023 (base32
3024 "02i9p6appf15hjdsi58g39bzs9as40f9qhy8m7ki30hd1fz1vrr5"))))
3025 (build-system r-build-system)
3026 (propagated-inputs
3027 `(("r-lattice" ,r-lattice)
3028 ("r-mnormt" ,r-mnormt)
3029 ("r-nlme" ,r-nlme)))
3030 (home-page "https://cran.r-project.org/web/packages/psych/")
3031 (synopsis "Procedures for psychological, psychometric, and personality research")
3032 (description
3033 "This package provides a general purpose toolbox for personality,
3034 psychometric theory and experimental psychology. Functions are primarily for
3035 multivariate analysis and scale construction using factor analysis, principal
3036 component analysis, cluster analysis and reliability analysis, although others
3037 provide basic descriptive statistics. Item Response Theory is done using
3038 factor analysis of tetrachoric and polychoric correlations. Functions for
3039 analyzing data at multiple levels include within and between group statistics,
3040 including correlations and factor analysis. Functions for simulating and
3041 testing particular item and test structures are included. Several functions
3042 serve as a useful front end for structural equation modeling. Graphical
3043 displays of path diagrams, factor analysis and structural equation models are
3044 created using basic graphics.")
3045 (license license:gpl2+)))
3046
3047 (define-public r-generics
3048 (package
3049 (name "r-generics")
3050 (version "0.0.2")
3051 (source
3052 (origin
3053 (method url-fetch)
3054 (uri (cran-uri "generics" version))
3055 (sha256
3056 (base32
3057 "0xk1xhpy7gpv3pvaygzhpfdxj72zmb38pb4nscfyg2ff36vx3cvi"))))
3058 (build-system r-build-system)
3059 (home-page "https://github.com/r-lib/generics")
3060 (synopsis "Common S3 generics not provided by base R methods")
3061 (description
3062 "In order to reduce potential package dependencies and conflicts,
3063 generics provides a number of commonly used S3 generics that are not provided
3064 by base R methods related to model fitting.")
3065 (license license:gpl2)))
3066
3067 (define-public r-broom
3068 (package
3069 (name "r-broom")
3070 (version "0.5.5")
3071 (source
3072 (origin
3073 (method url-fetch)
3074 (uri (cran-uri "broom" version))
3075 (sha256
3076 (base32
3077 "0n7zd64263kfavdi28rl2bxrsa00c3m4vjhhjdrfwvvmrcxj39fx"))))
3078 (build-system r-build-system)
3079 (propagated-inputs
3080 `(("r-backports" ,r-backports)
3081 ("r-dplyr" ,r-dplyr)
3082 ("r-generics" ,r-generics)
3083 ("r-nlme" ,r-nlme)
3084 ("r-purrr" ,r-purrr)
3085 ("r-reshape2" ,r-reshape2)
3086 ("r-stringr" ,r-stringr)
3087 ("r-tibble" ,r-tibble)
3088 ("r-tidyr" ,r-tidyr)))
3089 (home-page "https://github.com/tidyverse/broom")
3090 (synopsis "Convert statistical analysis objects into tidy data frames")
3091 (description
3092 "This package provides tools to convert statistical analysis objects from
3093 R into tidy data frames, so that they can more easily be combined, reshaped
3094 and otherwise processed with tools like @code{dplyr}, @code{tidyr} and
3095 @code{ggplot2}. The package provides three S3 generics: @code{tidy}, which
3096 summarizes a model's statistical findings such as coefficients of a
3097 regression; @code{augment}, which adds columns to the original data such as
3098 predictions, residuals and cluster assignments; and @code{glance}, which
3099 provides a one-row summary of model-level statistics.")
3100 (license license:expat)))
3101
3102 (define-public r-recipes
3103 (package
3104 (name "r-recipes")
3105 (version "0.1.9")
3106 (source
3107 (origin
3108 (method url-fetch)
3109 (uri (cran-uri "recipes" version))
3110 (sha256
3111 (base32
3112 "1fmnka583sqm6v5bhxbllb4cd5xfqbf268aij2xgxiwckv3c0ynm"))))
3113 (build-system r-build-system)
3114 (propagated-inputs
3115 `(("r-dplyr" ,r-dplyr)
3116 ("r-generics" ,r-generics)
3117 ("r-glue" ,r-glue)
3118 ("r-gower" ,r-gower)
3119 ("r-ipred" ,r-ipred)
3120 ("r-lubridate" ,r-lubridate)
3121 ("r-magrittr" ,r-magrittr)
3122 ("r-matrix" ,r-matrix)
3123 ("r-purrr" ,r-purrr)
3124 ("r-rlang" ,r-rlang)
3125 ("r-tibble" ,r-tibble)
3126 ("r-tidyr" ,r-tidyr)
3127 ("r-tidyselect" ,r-tidyselect)
3128 ("r-timedate" ,r-timedate)
3129 ("r-withr" ,r-withr)))
3130 (home-page "https://github.com/topepo/recipes")
3131 (synopsis "Preprocessing tools to create design matrices")
3132 (description
3133 "Recipes is an extensible framework to create and preprocess design
3134 matrices. Recipes consist of one or more data manipulation and analysis
3135 \"steps\". Statistical parameters for the steps can be estimated from an
3136 initial data set and then applied to other data sets. The resulting design
3137 matrices can then be used as inputs into statistical or machine learning
3138 models.")
3139 (license license:gpl2)))
3140
3141 (define-public r-pdist
3142 (package
3143 (name "r-pdist")
3144 (version "1.2")
3145 (source
3146 (origin
3147 (method url-fetch)
3148 (uri (cran-uri "pdist" version))
3149 (sha256
3150 (base32
3151 "18nd3mgad11f2zmwcp0w3sxlch4a9y6wp8dfdyzvjn7y4b4bq0dd"))))
3152 (build-system r-build-system)
3153 (home-page "https://github.com/jeffwong/pdist")
3154 (synopsis "Partitioned distance function")
3155 (description
3156 "Pdist computes the euclidean distance between rows of a matrix X and
3157 rows of another matrix Y. Previously, this could be done by binding the two
3158 matrices together and calling @code{dist}, but this creates unnecessary
3159 computation by computing the distances between a row of X and another row of
3160 X, and likewise for Y. Pdist strictly computes distances across the two
3161 matrices, not within the same matrix, making computations significantly faster
3162 for certain use cases.")
3163 (license license:gpl3+)))
3164
3165 (define-public r-ggrepel
3166 (package
3167 (name "r-ggrepel")
3168 (version "0.8.1")
3169 (source
3170 (origin
3171 (method url-fetch)
3172 (uri (cran-uri "ggrepel" version))
3173 (sha256
3174 (base32
3175 "10vjrcmx8yknfbx93d9a4y3z8gafri0fhimw6hcq733dmdvkml6m"))))
3176 (build-system r-build-system)
3177 (propagated-inputs
3178 `(("r-ggplot2" ,r-ggplot2)
3179 ("r-rcpp" ,r-rcpp)
3180 ("r-scales" ,r-scales)))
3181 (home-page "http://github.com/slowkow/ggrepel")
3182 (synopsis "Repulsive text and label geometries for ggplot2")
3183 (description
3184 "This package provides text and label geometries for ggplot2 that help to
3185 avoid overlapping text labels. Labels repel away from each other and away
3186 from the data points.")
3187 (license license:gpl3)))
3188
3189 (define-public r-corrplot
3190 (package
3191 (name "r-corrplot")
3192 (version "0.84")
3193 (source
3194 (origin
3195 (method url-fetch)
3196 (uri (cran-uri "corrplot" version))
3197 (sha256
3198 (base32
3199 "1k03qd8db7pwg1v318xapx5mpiypiz2n07qr19c4b45diri5xkhd"))))
3200 (build-system r-build-system)
3201 (home-page "https://github.com/taiyun/corrplot")
3202 (synopsis "Visualization of a correlation matrix")
3203 (description
3204 "This package provides a graphical display of a correlation matrix or
3205 general matrix. It also contains some algorithms to do matrix reordering. In
3206 addition, corrplot is good at details, including choosing color, text labels,
3207 color labels, layout, etc.")
3208 ;; Any version of the GPL
3209 (license license:gpl2+)))
3210
3211 (define-public r-stringdist
3212 (package
3213 (name "r-stringdist")
3214 (version "0.9.5.5")
3215 (source
3216 (origin
3217 (method url-fetch)
3218 (uri (cran-uri "stringdist" version))
3219 (sha256
3220 (base32 "1dqfakclzaf878x7mhwmqrcpcql2h9cv19fz5f3ygpajf3si5kqi"))))
3221 (build-system r-build-system)
3222 (home-page "https://github.com/markvanderloo/stringdist")
3223 (synopsis "Approximate string matching and string distance functions")
3224 (description
3225 "This package implements an approximate string matching version of R's
3226 native @code{match} function. It can calculate various string distances based
3227 on edits (Damerau-Levenshtein, Hamming, Levenshtein, optimal sting alignment),
3228 qgrams (q- gram, cosine, jaccard distance) or heuristic metrics (Jaro,
3229 Jaro-Winkler). An implementation of soundex is provided as well. Distances
3230 can be computed between character vectors while taking proper care of encoding
3231 or between integer vectors representing generic sequences.")
3232 (license license:gpl3+)))
3233
3234 (define-public r-ucminf
3235 (package
3236 (name "r-ucminf")
3237 (version "1.1-4")
3238 (source
3239 (origin
3240 (method url-fetch)
3241 (uri (cran-uri "ucminf" version))
3242 (sha256
3243 (base32
3244 "01vggwg1w71k98qs6fhb0x1843vi322mf4g3hbclks94kcpkisx2"))))
3245 (build-system r-build-system)
3246 (native-inputs `(("gfortran" ,gfortran)))
3247 (home-page "https://cran.r-project.org/web/packages/ucminf/")
3248 (synopsis "General-purpose unconstrained non-linear optimization")
3249 (description
3250 "This package provides an implementation of an algorithm for
3251 general-purpose unconstrained non-linear optimization. The algorithm is of
3252 quasi-Newton type with BFGS updating of the inverse Hessian and soft line
3253 search with a trust region type monitoring of the input to the line search
3254 algorithm. The interface of @code{ucminf} is designed for easy interchange
3255 with the package @code{optim}.")
3256 (license license:gpl2+)))
3257
3258 (define-public r-ordinal
3259 (package
3260 (name "r-ordinal")
3261 (version "2019.12-10")
3262 (source
3263 (origin
3264 (method url-fetch)
3265 (uri (cran-uri "ordinal" version))
3266 (sha256
3267 (base32
3268 "09bpmjmbf4x82kgf6bm4bkncq2apdv9mk20zj4zgma2jx2vyfhbs"))))
3269 (build-system r-build-system)
3270 (propagated-inputs
3271 `(("r-mass" ,r-mass)
3272 ("r-matrix" ,r-matrix)
3273 ("r-numderiv" ,r-numderiv)
3274 ("r-ucminf" ,r-ucminf)))
3275 (home-page "https://github.com/runehaubo/ordinal")
3276 (synopsis "Regression models for ordinal data")
3277 (description
3278 "This package provides an implementation of cumulative link (mixed)
3279 models also known as ordered regression models, proportional odds models,
3280 proportional hazards models for grouped survival times and ordered models.
3281 Estimation is via maximum likelihood and mixed models are fitted with the
3282 Laplace approximation and adaptive Gauss-Hermite quadrature.")
3283 (license license:gpl2+)))
3284
3285 (define-public r-jomo
3286 (package
3287 (name "r-jomo")
3288 (version "2.6-10")
3289 (source
3290 (origin
3291 (method url-fetch)
3292 (uri (cran-uri "jomo" version))
3293 (sha256
3294 (base32
3295 "1k9l4290g350zbw1pjs871q9bxj3j2h1dilxpp06v4wy4n7d8qs0"))))
3296 (build-system r-build-system)
3297 (propagated-inputs
3298 `(("r-lme4" ,r-lme4)
3299 ("r-mass" ,r-mass)
3300 ("r-ordinal" ,r-ordinal)
3301 ("r-survival" ,r-survival)))
3302 (home-page "https://cran.r-project.org/web/packages/jomo/")
3303 (synopsis "Multilevel Joint Modelling Multiple Imputation")
3304 (description
3305 "Similarly to Schafer's package pan, jomo is a package for multilevel
3306 joint modelling multiple imputation @url{Carpenter and Kenward (2013),
3307 http://doi.org/10.1002/9781119942283}. Novel aspects of jomo are the
3308 possibility of handling binary and categorical data through latent normal
3309 variables, the option to use cluster-specific covariance matrices and to
3310 impute compatibly with the substantive model.")
3311 (license license:gpl2)))
3312
3313 (define-public r-pan
3314 (package
3315 (name "r-pan")
3316 (version "1.6")
3317 (source
3318 (origin
3319 (method url-fetch)
3320 (uri (cran-uri "pan" version))
3321 (sha256
3322 (base32
3323 "1dk3jjj826p7xrz10qz04vyc068xnypg7bp0pj4c32z3da0xzh5d"))))
3324 (build-system r-build-system)
3325 (native-inputs `(("gfortran" ,gfortran)))
3326 (home-page "https://cran.r-project.org/web/packages/pan/")
3327 (synopsis "Multiple imputation for multivariate panel or clustered data")
3328 (description
3329 "This package implements multiple imputation for multivariate panel or
3330 clustered data.")
3331 (license license:gpl3)))
3332
3333 (define-public r-mitml
3334 (package
3335 (name "r-mitml")
3336 (version "0.3-7")
3337 (source
3338 (origin
3339 (method url-fetch)
3340 (uri (cran-uri "mitml" version))
3341 (sha256
3342 (base32
3343 "0yqyxkyi1kmv5k63wxj5kkg5g8igk1axk2csb4xhj6wz0p89dxy6"))))
3344 (build-system r-build-system)
3345 (propagated-inputs
3346 `(("r-haven" ,r-haven)
3347 ("r-jomo" ,r-jomo)
3348 ("r-pan" ,r-pan)))
3349 (home-page "https://cran.r-project.org/web/packages/mitml/")
3350 (synopsis "Tools for multiple imputation in multilevel modeling")
3351 (description
3352 "This package provides tools for multiple imputation of missing data in
3353 multilevel modeling. It includes a user-friendly interface to the packages
3354 pan and jomo, and several functions for visualization, data management and the
3355 analysis of multiply imputed data sets.")
3356 (license license:gpl2+)))
3357
3358 (define-public r-mice
3359 (package
3360 (name "r-mice")
3361 (version "3.8.0")
3362 (source
3363 (origin
3364 (method url-fetch)
3365 (uri (cran-uri "mice" version))
3366 (sha256
3367 (base32
3368 "1ibybvigqkkla4xwhqs2w4m6c68alfcdsljx99nn4p92rzb1ig04"))))
3369 (build-system r-build-system)
3370 (propagated-inputs
3371 `(("r-broom" ,r-broom)
3372 ("r-dplyr" ,r-dplyr)
3373 ("r-lattice" ,r-lattice)
3374 ("r-rcpp" ,r-rcpp)
3375 ("r-tidyr" ,r-tidyr)))
3376 (home-page "https://cran.r-project.org/web/packages/mice/")
3377 (synopsis "Multivariate imputation by chained equations")
3378 (description
3379 "Multiple imputation using @dfn{Fully Conditional Specification} (FCS)
3380 implemented by the MICE algorithm as described in @url{Van Buuren and
3381 Groothuis-Oudshoorn (2011), http://doi.org/10.18637/jss.v045.i03}. Each
3382 variable has its own imputation model. Built-in imputation models are
3383 provided for continuous data (predictive mean matching, normal), binary
3384 data (logistic regression), unordered categorical data (polytomous logistic
3385 regression) and ordered categorical data (proportional odds). MICE can also
3386 impute continuous two-level data (normal model, pan, second-level variables).
3387 Passive imputation can be used to maintain consistency between variables.
3388 Various diagnostic plots are available to inspect the quality of the
3389 imputations.")
3390 ;; Any of these two versions.
3391 (license (list license:gpl2 license:gpl3))))
3392
3393 (define-public r-truncnorm
3394 (package
3395 (name "r-truncnorm")
3396 (version "1.0-8")
3397 (source
3398 (origin
3399 (method url-fetch)
3400 (uri (cran-uri "truncnorm" version))
3401 (sha256
3402 (base32
3403 "0zn88wdd58223kibk085rhsikl4yhlrwiyq109hzjg06hy6lwmj9"))))
3404 (build-system r-build-system)
3405 (home-page "https://cran.r-project.org/web/packages/truncnorm/")
3406 (synopsis "Truncated normal distribution")
3407 (description "This package provides functions for the truncated normal
3408 distribution with mean equal to @code{mean} and standard deviation equal to
3409 @code{sd}. It includes density, distribution, quantile, and expected value
3410 functions, as well as a random generation function.")
3411 (license license:gpl2)))
3412
3413 (define-public r-rsolnp
3414 (package
3415 (name "r-rsolnp")
3416 (version "1.16")
3417 (source
3418 (origin
3419 (method url-fetch)
3420 (uri (cran-uri "Rsolnp" version))
3421 (sha256
3422 (base32
3423 "0w7nkj6igr0gi7r7jg950lsx7dj6aipgxi6vbjsf5f5yc9h7fhii"))))
3424 (properties `((upstream-name . "Rsolnp")))
3425 (build-system r-build-system)
3426 (propagated-inputs
3427 `(("r-truncnorm" ,r-truncnorm)))
3428 (home-page "https://cran.r-project.org/web/packages/Rsolnp/")
3429 (synopsis "General non-linear optimization")
3430 (description "The Rsolnp package implements a general non-linear augmented
3431 Lagrange multiplier method solver, a @dfn{sequential quadratic
3432 programming} (SQP) based solver).")
3433 ;; Any version of the GPL.
3434 (license license:gpl2+)))
3435
3436 (define-public r-hardyweinberg
3437 (package
3438 (name "r-hardyweinberg")
3439 (version "1.6.3")
3440 (source
3441 (origin
3442 (method url-fetch)
3443 (uri (cran-uri "HardyWeinberg" version))
3444 (sha256
3445 (base32
3446 "1irz44q6nf95h37av868f47aakwv3jgwgw217xfsfw0afkm7s25f"))))
3447 (properties `((upstream-name . "HardyWeinberg")))
3448 (build-system r-build-system)
3449 (propagated-inputs
3450 `(("r-mice" ,r-mice)
3451 ("r-rcpp" ,r-rcpp)
3452 ("r-rsolnp" ,r-rsolnp)))
3453 (home-page "https://cran.r-project.org/package=HardyWeinberg")
3454 (synopsis "Statistical tests and graphics for Hardy-Weinberg equilibrium")
3455 (description
3456 "This package contains tools for exploring Hardy-Weinberg equilibrium for
3457 diallelic genetic marker data. All classical tests (chi-square, exact,
3458 likelihood-ratio and permutation tests) for Hardy-Weinberg equilibrium are
3459 included in the package, as well as functions for power computation and for
3460 the simulation of marker data under equilibrium and disequilibrium. Routines
3461 for dealing with markers on the X-chromosome are included. Functions for
3462 testing equilibrium in the presence of missing data by using multiple
3463 imputation are also provided. Implements several graphics for exploring the
3464 equilibrium status of a large set of diallelic markers: ternary plots with
3465 acceptance regions, log-ratio plots and Q-Q plots.")
3466 (license license:gpl2+)))
3467
3468 (define-public r-sm
3469 (package
3470 (name "r-sm")
3471 (version "2.2-5.6")
3472 (source
3473 (origin
3474 (method url-fetch)
3475 (uri (cran-uri "sm" version))
3476 (sha256
3477 (base32
3478 "0c4whcx879gb4lwvqnzxl5n9xgpcqh2c54ip9ami3mwfprzcv45q"))))
3479 (build-system r-build-system)
3480 (native-inputs `(("gfortran" ,gfortran)))
3481 (home-page "http://www.stats.gla.ac.uk/~adrian/sm/")
3482 (synopsis "Smoothing methods for nonparametric regression and density estimation")
3483 (description
3484 "This is software accompanying the book 'Applied Smoothing Techniques for
3485 Data Analysis---The Kernel Approach with S-Plus Illustrations', Oxford
3486 University Press. It provides smoothing methods for nonparametric regression
3487 and density estimation")
3488 (license license:gpl2+)))
3489
3490 (define-public r-venndiagram
3491 (package
3492 (name "r-venndiagram")
3493 (version "1.6.20")
3494 (source (origin
3495 (method url-fetch)
3496 (uri (cran-uri "VennDiagram" version))
3497 (sha256
3498 (base32
3499 "1ic1jaxzw98si2p4n1fl4n3myhd7fpw0njb634cwhviwybzv6775"))))
3500 (properties `((upstream-name . "VennDiagram")))
3501 (build-system r-build-system)
3502 (propagated-inputs
3503 `(("r-futile-logger" ,r-futile-logger)))
3504 (home-page "https://cran.r-project.org/web/packages/VennDiagram/")
3505 (synopsis "Generate High-Resolution Venn and Euler Plots")
3506 (description
3507 "This package provides a set of functions to generate high-resolution
3508 Venn and Euler plots. It includes handling for several special cases,
3509 including two-case scaling, and extensive customization of plot shape and
3510 structure.")
3511 (license license:gpl2+)))
3512
3513 (define-public r-vioplot
3514 (package
3515 (name "r-vioplot")
3516 (version "0.3.4")
3517 (source
3518 (origin
3519 (method url-fetch)
3520 (uri (cran-uri "vioplot" version))
3521 (sha256
3522 (base32
3523 "1fsklymilspzz5fzlj7666x09aglaw0v4x0yfjjzy4vr5qpjc529"))))
3524 (build-system r-build-system)
3525 (propagated-inputs
3526 `(("r-sm" ,r-sm)
3527 ("r-zoo" ,r-zoo)))
3528 (home-page "http://wsopuppenkiste.wiso.uni-goettingen.de/~dadler")
3529 (synopsis "Violin plot")
3530 (description
3531 "This package provides a violin plot, which is a combination of a box
3532 plot and a kernel density plot.")
3533 (license license:bsd-3)))
3534
3535 (define-public r-rsofia
3536 (package
3537 (name "r-rsofia")
3538 (version "1.1")
3539 (source (origin
3540 (method url-fetch)
3541 ;; This package has been removed from CRAN, so we can
3542 ;; only fetch it from the archives.
3543 (uri (string-append "https://cran.r-project.org/src/"
3544 "contrib/Archive/RSofia/RSofia_"
3545 version ".tar.gz"))
3546 (sha256
3547 (base32
3548 "0q931y9rcf6slb0s2lsxhgqrzy4yqwh8hb1124nxg0bjbxvjbihn"))))
3549 (properties `((upstream-name . "RSofia")))
3550 (build-system r-build-system)
3551 (propagated-inputs
3552 `(("r-rcpp" ,r-rcpp)))
3553 (home-page "https://cran.r-project.org/src/contrib/Archive/RSofia")
3554 (synopsis "Port of sofia-ml to R")
3555 (description "This package is a port of sofia-ml to R. Sofia-ml is a
3556 suite of fast incremental algorithms for machine learning that can be used for
3557 training models for classification or ranking.")
3558 (license license:asl2.0)))
3559
3560 (define-public r-xts
3561 (package
3562 (name "r-xts")
3563 (version "0.12-0")
3564 (source
3565 (origin
3566 (method url-fetch)
3567 (uri (cran-uri "xts" version))
3568 (sha256
3569 (base32
3570 "0q4cc8ynp7ndmgll1jj3lxyl6wmgg89ad3wq09kjc2ngszdfc4fz"))))
3571 (build-system r-build-system)
3572 (propagated-inputs `(("r-zoo" ,r-zoo)))
3573 (home-page "https://github.com/joshuaulrich/xts")
3574 (synopsis "Extensible time series")
3575 (description
3576 "This package provides for uniform handling of R's different time-based
3577 data classes by extending @code{zoo}, maximizing native format information
3578 preservation and allowing for user-level customization and extension, while
3579 simplifying cross-class interoperability.")
3580 (license license:gpl2+)))
3581
3582 (define-public r-performanceanalytics
3583 (package
3584 (name "r-performanceanalytics")
3585 (version "2.0.4")
3586 (source
3587 (origin
3588 (method url-fetch)
3589 (uri (cran-uri "PerformanceAnalytics" version))
3590 (sha256
3591 (base32
3592 "0ci26hsj4wnw9g0mh4vrn0cg986cpcpx169rvw6v6rbnjxq718bq"))))
3593 (properties
3594 `((upstream-name . "PerformanceAnalytics")))
3595 (build-system r-build-system)
3596 (propagated-inputs
3597 `(("r-quadprog" ,r-quadprog)
3598 ("r-xts" ,r-xts)
3599 ("r-zoo" ,r-zoo)))
3600 (home-page "https://r-forge.r-project.org/projects/returnanalytics/")
3601 (synopsis "Econometric tools for performance and risk analysis")
3602 (description "This is a collection of econometric functions for
3603 performance and risk analysis. This package aims to aid practitioners and
3604 researchers in utilizing the latest research in analysis of non-normal return
3605 streams. In general, it is most tested on return (rather than price) data on
3606 a regular scale, but most functions will work with irregular return data as
3607 well, and increasing numbers of functions will work with P&L or price data
3608 where possible.")
3609 ;; Either version may be picked.
3610 (license (list license:gpl2 license:gpl3))))
3611
3612 (define-public r-laeken
3613 (package
3614 (name "r-laeken")
3615 (version "0.5.1")
3616 (source
3617 (origin
3618 (method url-fetch)
3619 (uri (cran-uri "laeken" version))
3620 (sha256
3621 (base32
3622 "199rjkhjjygpr6cjzab87as46acb5npi44m4yycvk7lnd0blma8s"))))
3623 (build-system r-build-system)
3624 (propagated-inputs
3625 `(("r-boot" ,r-boot)
3626 ("r-mass" ,r-mass)))
3627 (home-page "https://cran.r-project.org/web/packages/laeken/")
3628 (synopsis "Estimation of indicators on social exclusion and poverty")
3629 (description "This package provides tools for the estimation of indicators
3630 on social exclusion and poverty, as well as an implementation of Pareto tail
3631 modeling for empirical income distributions.")
3632 (license license:gpl2+)))
3633
3634 (define-public r-vcd
3635 (package
3636 (name "r-vcd")
3637 (version "1.4-5")
3638 (source
3639 (origin
3640 (method url-fetch)
3641 (uri (cran-uri "vcd" version))
3642 (sha256
3643 (base32
3644 "0pqf1sdp0d60aqc7721hy2zfcp57902by0i28jqbn683dd50c21a"))))
3645 (build-system r-build-system)
3646 (propagated-inputs
3647 `(("r-colorspace" ,r-colorspace)
3648 ("r-lmtest" ,r-lmtest)
3649 ("r-mass" ,r-mass)))
3650 (home-page "https://cran.r-project.org/web/packages/vcd/")
3651 (synopsis "Visualizing categorical data")
3652 (description "This package provides visualization techniques, data sets,
3653 summary and inference procedures aimed particularly at categorical data.
3654 Special emphasis is given to highly extensible grid graphics. The package was
3655 originally inspired by the book \"Visualizing Categorical Data\" by Michael
3656 Friendly and is now the main support package for a new book, \"Discrete Data
3657 Analysis with R\" by Michael Friendly and David Meyer (2015).")
3658 (license license:gpl2)))
3659
3660 (define-public r-ica
3661 (package
3662 (name "r-ica")
3663 (version "1.0-2")
3664 (source
3665 (origin
3666 (method url-fetch)
3667 (uri (cran-uri "ica" version))
3668 (sha256
3669 (base32
3670 "0ya1nph1zwhad0bfz4yxs27kl45yk1dhnphdlrq34p8pqrpmj8g7"))))
3671 (build-system r-build-system)
3672 (home-page "https://cran.r-project.org/web/packages/ica/")
3673 (synopsis "Independent component analysis")
3674 (description "This package provides tools for @dfn{Independent Component
3675 Analysis} (ICA) using various algorithms: FastICA,
3676 Information-Maximization (Infomax), and @dfn{Joint Approximate Diagonalization
3677 of Eigenmatrices} (JADE).")
3678 (license license:gpl2+)))
3679
3680 (define-public r-dtw
3681 (package
3682 (name "r-dtw")
3683 (version "1.21-3")
3684 (source
3685 (origin
3686 (method url-fetch)
3687 (uri (cran-uri "dtw" version))
3688 (sha256
3689 (base32
3690 "02hyhx1sy5h3vzh9zixy18a7d47df4k5d0wyflcvlcbsbcl6p90s"))))
3691 (build-system r-build-system)
3692 (propagated-inputs `(("r-proxy" ,r-proxy)))
3693 (home-page "http://dtw.r-forge.r-project.org/")
3694 (synopsis "Dynamic Time Warping Algorithms")
3695 (description "This package provides a comprehensive implementation of
3696 @dfn{dynamic time warping} (DTW) algorithms in R. DTW computes the
3697 optimal (least cumulative distance) alignment between points of two time
3698 series. Common DTW variants covered include local (slope) and global (window)
3699 constraints, subsequence matches, arbitrary distance definitions,
3700 normalizations, minimum variance matching, and so on.")
3701 (license license:gpl2+)))
3702
3703 (define-public r-sdmtools
3704 (package
3705 (name "r-sdmtools")
3706 (version "1.1-221.2")
3707 (source
3708 (origin
3709 (method url-fetch)
3710 (uri (cran-uri "SDMTools" version))
3711 (sha256
3712 (base32
3713 "1xvcd97ikqsfdpk2fddy3k0z1ajqga7nv9bgac9c1wnjk1gqrpgh"))))
3714 (properties `((upstream-name . "SDMTools")))
3715 (build-system r-build-system)
3716 (propagated-inputs `(("r-r-utils" ,r-r-utils)))
3717 (home-page "https://www.rforge.net/SDMTools/")
3718 (synopsis "Species distribution modelling tools")
3719 (description "This package provides a set of tools for post processing
3720 the outcomes of species distribution modeling exercises. It includes novel
3721 methods for comparing models and tracking changes in distributions through
3722 time. It further includes methods for visualizing outcomes, selecting
3723 thresholds, calculating measures of accuracy and landscape fragmentation
3724 statistics, etc.")
3725 (license license:gpl3+)))
3726
3727 (define-public r-scatterplot3d
3728 (package
3729 (name "r-scatterplot3d")
3730 (version "0.3-41")
3731 (source
3732 (origin
3733 (method url-fetch)
3734 (uri (cran-uri "scatterplot3d" version))
3735 (sha256
3736 (base32
3737 "152xqz9c70qab86mpgng049gxsg5f4fpf1m8dh93fb9v1avjd0sc"))))
3738 (build-system r-build-system)
3739 (home-page "https://cran.r-project.org/web/packages/scatterplot3d/")
3740 (synopsis "3D scatter plot")
3741 (description "This package provides an implementation of scatter plots for
3742 plotting. a three dimensional point cloud.")
3743 (license license:gpl2)))
3744
3745 (define-public r-ggridges
3746 (package
3747 (name "r-ggridges")
3748 (version "0.5.2")
3749 (source
3750 (origin
3751 (method url-fetch)
3752 (uri (cran-uri "ggridges" version))
3753 (sha256
3754 (base32
3755 "03pz257aw0mkh5k75rby9givkc1ky3n5scvhjhjiz9vry9fpffmh"))))
3756 (build-system r-build-system)
3757 (propagated-inputs
3758 `(("r-ggplot2" ,r-ggplot2)
3759 ("r-plyr" ,r-plyr)
3760 ("r-scales" ,r-scales)
3761 ("r-withr" ,r-withr)))
3762 (home-page "https://github.com/clauswilke/ggridges")
3763 (synopsis "Ridgeline plots in ggplot2")
3764 (description
3765 "Ridgeline plots provide a convenient way of visualizing changes in
3766 distributions over time or space. This package enables the creation of such
3767 plots in @code{ggplot2}.")
3768 (license license:gpl2)))
3769
3770 (define-public r-ggjoy
3771 (package
3772 (name "r-ggjoy")
3773 (version "0.4.1")
3774 (source
3775 (origin
3776 (method url-fetch)
3777 (uri (cran-uri "ggjoy" version))
3778 (sha256
3779 (base32
3780 "012md2m0jqfcccb933j423m3ck31v3p0pd41gjxpyg9082y7ixyj"))))
3781 (build-system r-build-system)
3782 (propagated-inputs
3783 `(("r-ggplot2" ,r-ggplot2)
3784 ("r-ggridges" ,r-ggridges)))
3785 (home-page "https://github.com/clauswilke/ggjoy")
3786 (synopsis "Joyplots in ggplot2")
3787 (description "Joyplots provide a convenient way of visualizing changes in
3788 distributions over time or space. This package enables the creation of such
3789 plots in @code{ggplot2}.")
3790 (license license:gpl2)))
3791
3792 (define-public r-cli
3793 (package
3794 (name "r-cli")
3795 (version "2.0.2")
3796 (source
3797 (origin
3798 (method url-fetch)
3799 (uri (cran-uri "cli" version))
3800 (sha256
3801 (base32
3802 "1dhkah6jvr96k4h4agcc2rfls75bpjb0j58fzaz3dc0fp3jk8229"))))
3803 (build-system r-build-system)
3804 (propagated-inputs
3805 `(("r-assertthat" ,r-assertthat)
3806 ("r-crayon" ,r-crayon)
3807 ("r-fansi" ,r-fansi)
3808 ("r-glue" ,r-glue)))
3809 (home-page "https://github.com/r-lib/cli#readme")
3810 (synopsis "Helpers for developing command line interfaces")
3811 (description "This package provides a suite of tools designed to build
3812 attractive command line interfaces (CLIs). It includes tools for drawing
3813 rules, boxes, trees, and Unicode symbols with ASCII alternatives.")
3814 (license license:expat)))
3815
3816 (define-public r-argparser
3817 (package
3818 (name "r-argparser")
3819 (version "0.6")
3820 (source
3821 (origin
3822 (method url-fetch)
3823 (uri (cran-uri "argparser" version))
3824 (sha256
3825 (base32
3826 "1pxiz9jlhlnpzqn1lz349r07i7glw708w202x6dlnxp112fg7k4x"))))
3827 (build-system r-build-system)
3828 (home-page "https://bitbucket.org/djhshih/argparser")
3829 (synopsis "Command-line argument parser")
3830 (description
3831 "This package provides a cross-platform command-line argument parser
3832 written purely in R with no external dependencies. It is useful with the
3833 Rscript front-end and facilitates turning an R script into an executable
3834 script.")
3835 (license license:gpl3+)))
3836
3837 (define-public r-debugme
3838 (package
3839 (name "r-debugme")
3840 (version "1.1.0")
3841 (source
3842 (origin
3843 (method url-fetch)
3844 (uri (cran-uri "debugme" version))
3845 (sha256
3846 (base32
3847 "1c9sg55zvf10h8198jdnpamm6f66lzw3c3jnmdp9ls6na0j0xbjd"))))
3848 (build-system r-build-system)
3849 (propagated-inputs `(("r-crayon" ,r-crayon)))
3850 (home-page "https://github.com/r-lib/debugme#readme")
3851 (synopsis "Debug R packages")
3852 (description
3853 "This package allows the user to specify debug messages as special string
3854 constants, and control debugging of packages via environment variables.")
3855 (license license:expat)))
3856
3857 (define-public r-processx
3858 (package
3859 (name "r-processx")
3860 (version "3.4.2")
3861 (source
3862 (origin
3863 (method url-fetch)
3864 (uri (cran-uri "processx" version))
3865 (sha256
3866 (base32
3867 "02awswxq6wh3rl99dncw5n6c1xmd0v81xcdp2dfyi6vm6b3gz84l"))))
3868 (build-system r-build-system)
3869 (propagated-inputs
3870 `(("r-ps" ,r-ps)
3871 ("r-r6" ,r-r6)))
3872 (home-page "https://github.com/r-lib/processx3")
3873 (synopsis "Execute and control system processes")
3874 (description
3875 "This package provides portable tools to run system processes in the
3876 background. It can check if a background process is running; wait on a
3877 background process to finish; get the exit status of finished processes; kill
3878 background processes and their children; restart processes. It can read the
3879 standard output and error of the processes, using non-blocking connections.
3880 @code{processx} can poll a process for standard output or error, with a
3881 timeout. It can also poll several processes at once.")
3882 (license license:expat)))
3883
3884 (define-public r-tsp
3885 (package
3886 (name "r-tsp")
3887 (version "1.1-9")
3888 (source
3889 (origin
3890 (method url-fetch)
3891 (uri (cran-uri "TSP" version))
3892 (sha256
3893 (base32
3894 "183m6crb0dv17llj86059n3hbgsahbhfcqlx0ijdzkssg11i1cy7"))))
3895 (properties `((upstream-name . "TSP")))
3896 (build-system r-build-system)
3897 (propagated-inputs `(("r-foreach" ,r-foreach)))
3898 (home-page "https://cran.r-project.org/web/packages/TSP/")
3899 (synopsis "Traveling salesperson problem (TSP)")
3900 (description "This package provides basic infrastructure and some
3901 algorithms for the @dfn{traveling salesperson problem}(TSP) (also known as the
3902 traveling salesman problem).")
3903 (license license:gpl3)))
3904
3905 (define-public r-qap
3906 (package
3907 (name "r-qap")
3908 (version "0.1-1")
3909 (source
3910 (origin
3911 (method url-fetch)
3912 (uri (cran-uri "qap" version))
3913 (sha256
3914 (base32
3915 "0d2d1ni1camixyi45lfy00f4pn3p063k7bsi8gj5scp6n15mdgb0"))))
3916 (build-system r-build-system)
3917 (native-inputs `(("gfortran" ,gfortran)))
3918 (home-page "https://cran.r-project.org/web/packages/qap/")
3919 (synopsis "Heuristics for the quadratic assignment problem (QAP)")
3920 (description "This package implements heuristics for the @dfn{quadratic
3921 assignment problem} (QAP). Currently only a simulated annealing heuristic is
3922 available.")
3923 (license license:gpl3)))
3924
3925 (define-public r-gclus
3926 (package
3927 (name "r-gclus")
3928 (version "1.3.2")
3929 (source
3930 (origin
3931 (method url-fetch)
3932 (uri (cran-uri "gclus" version))
3933 (sha256
3934 (base32
3935 "1cz0g0i972955hhaji30rx8448x7f3as7z1sww9i5h86ybgirilw"))))
3936 (build-system r-build-system)
3937 (propagated-inputs `(("r-cluster" ,r-cluster)))
3938 (home-page "https://cran.r-project.org/web/packages/gclus/")
3939 (synopsis "Clustering graphics")
3940 (description "This package orders panels in scatterplot matrices and
3941 parallel coordinate displays by some merit index. It contains various indices
3942 of merit, ordering functions, and enhanced versions of @code{pairs} and
3943 @code{parcoord} which color panels according to their merit level.")
3944 (license license:gpl2+)))
3945
3946 (define-public r-webshot
3947 (package
3948 (name "r-webshot")
3949 (version "0.5.2")
3950 (source
3951 (origin
3952 (method url-fetch)
3953 (uri (cran-uri "webshot" version))
3954 (sha256
3955 (base32
3956 "0gq4h8cw51z95yvsnf38kj5l58wgljkm0dalmi8mn1sp06bxr0zi"))))
3957 (build-system r-build-system)
3958 (propagated-inputs
3959 `(("r-callr" ,r-callr)
3960 ("r-jsonlite" ,r-jsonlite)
3961 ("r-magrittr" ,r-magrittr)))
3962 (home-page "https://github.com/wch/webshot/")
3963 (synopsis "Take screenshots of web pages")
3964 (description
3965 "Webshot makes it easy to take screenshots of web pages from within R.
3966 It can also run Shiny applications locally and take screenshots of the
3967 application; and it can render and screenshot static as well as interactive R
3968 Markdown documents.")
3969 (license license:gpl2)))
3970
3971 (define-public r-seriation
3972 (package
3973 (name "r-seriation")
3974 (version "1.2-8")
3975 (source
3976 (origin
3977 (method url-fetch)
3978 (uri (cran-uri "seriation" version))
3979 (sha256
3980 (base32
3981 "1zbdxq0s5rc5v307b69fw9k52m0654ls7pf22lh35ggirig6lwsk"))))
3982 (build-system r-build-system)
3983 (propagated-inputs
3984 `(("r-cluster" ,r-cluster)
3985 ("r-colorspace" ,r-colorspace)
3986 ("r-dendextend" ,r-dendextend)
3987 ("r-gclus" ,r-gclus)
3988 ("r-gplots" ,r-gplots)
3989 ("r-mass" ,r-mass)
3990 ("r-qap" ,r-qap)
3991 ("r-registry" ,r-registry)
3992 ("r-tsp" ,r-tsp)))
3993 (native-inputs `(("gfortran" ,gfortran)))
3994 (home-page "https://s2.smu.edu/IDA/seriation/")
3995 (synopsis "Infrastructure for ordering objects using seriation")
3996 (description
3997 "This package provides infrastructure for seriation with an
3998 implementation of several seriation/sequencing techniques to reorder matrices,
3999 dissimilarity matrices, and dendrograms. It also provides (optimally)
4000 reordered heatmaps, color images and clustering visualizations like
4001 dissimilarity plots, and visual assessment of cluster tendency plots (VAT and
4002 iVAT).")
4003 (license license:gpl3)))
4004
4005 (define-public r-xfun
4006 (package
4007 (name "r-xfun")
4008 (version "0.12")
4009 (source
4010 (origin
4011 (method url-fetch)
4012 (uri (cran-uri "xfun" version))
4013 (sha256
4014 (base32 "0sgh8kafi9x1glmmcp1ly827pm8q7fsfngbplr41fbb4nc9363df"))))
4015 (build-system r-build-system)
4016 (home-page "https://github.com/yihui/xfun")
4017 (synopsis "Miscellaneous functions")
4018 (description
4019 "This package provides miscellaneous functions commonly used in other
4020 packages maintained by Yihui Xie.")
4021 (license license:expat)))
4022
4023 (define-public r-utf8
4024 (package
4025 (name "r-utf8")
4026 (version "1.1.4")
4027 (source
4028 (origin
4029 (method url-fetch)
4030 (uri (cran-uri "utf8" version))
4031 (sha256
4032 (base32
4033 "0m0ywg8k3blfiahxvh1i4zn9dksrlc937d2lbza5fc38zjnrrnpn"))))
4034 (build-system r-build-system)
4035 (home-page "https://github.com/patperry/r-utf8")
4036 (synopsis "Unicode text processing")
4037 (description
4038 "This package provides tools to process and print UTF-8 encoded
4039 international text (Unicode). Input, validate, normalize, encode, format, and
4040 display.")
4041 (license license:asl2.0)))
4042
4043 (define-public r-zeallot
4044 (package
4045 (name "r-zeallot")
4046 (version "0.1.0")
4047 (source
4048 (origin
4049 (method url-fetch)
4050 (uri (cran-uri "zeallot" version))
4051 (sha256
4052 (base32
4053 "1sd1igcfnv27pa3bqxlbyxchi562h7grnjg1l7wxx3bwr49i57s3"))))
4054 (build-system r-build-system)
4055 (home-page "https://github.com/nteetor/zeallot")
4056 (synopsis "Multiple, unpacking, and destructuring assignment")
4057 (description
4058 "This package provides a @code{%<-%} operator to perform multiple,
4059 unpacking, and destructuring assignment in R. The operator unpacks the
4060 right-hand side of an assignment into multiple values and assigns these values
4061 to variables on the left-hand side of the assignment.")
4062 (license license:expat)))
4063
4064 (define-public r-vctrs
4065 (package
4066 (name "r-vctrs")
4067 (version "0.2.3")
4068 (source
4069 (origin
4070 (method url-fetch)
4071 (uri (cran-uri "vctrs" version))
4072 (sha256
4073 (base32
4074 "1pnjnxp1pwsr083qa6xp5akls6q0pnjz8pq2m9d7z3kc1886sw8w"))))
4075 (build-system r-build-system)
4076 (propagated-inputs
4077 `(("r-digest" ,r-digest)
4078 ("r-ellipsis" ,r-ellipsis)
4079 ("r-glue" ,r-glue)
4080 ("r-rlang" ,r-rlang)))
4081 (home-page "https://github.com/r-lib/vctrs")
4082 (synopsis "Vector helpers")
4083 (description
4084 "There are three main goals to the @code{vctrs} package:
4085
4086 @enumerate
4087 @item To propose @code{vec_size()} and @code{vec_type()} as alternatives to
4088 @code{length()} and @code{class()}. These definitions are paired with a
4089 framework for type-coercion and size-recycling.
4090 @item To define type- and size-stability as desirable function properties, use
4091 them to analyse existing base function, and to propose better alternatives.
4092 This work has been particularly motivated by thinking about the ideal
4093 properties of @code{c()}, @code{ifelse()}, and @code{rbind()}.
4094 @item To provide a new @code{vctr} base class that makes it easy to create new
4095 S3 vectors. @code{vctrs} provides methods for many base generics in terms of
4096 a few new @code{vctrs} generics, making implementation considerably simpler
4097 and more robust.
4098 @end enumerate\n")
4099 (license license:gpl3)))
4100
4101 (define-public r-pillar
4102 (package
4103 (name "r-pillar")
4104 (version "1.4.3")
4105 (source
4106 (origin
4107 (method url-fetch)
4108 (uri (cran-uri "pillar" version))
4109 (sha256
4110 (base32
4111 "02sn7zw80wq33jgxk2i6m5jb83sk7y72dfhgyy0apfinv05w92ss"))))
4112 (build-system r-build-system)
4113 (propagated-inputs
4114 `(("r-cli" ,r-cli)
4115 ("r-crayon" ,r-crayon)
4116 ("r-fansi" ,r-fansi)
4117 ("r-rlang" ,r-rlang)
4118 ("r-utf8" ,r-utf8)
4119 ("r-vctrs" ,r-vctrs)))
4120 (home-page "https://github.com/r-lib/pillar")
4121 (synopsis "Coloured formatting for columns")
4122 (description
4123 "This package provides a @code{pillar} generic designed for formatting
4124 columns of data using the full range of colours provided by modern
4125 terminals.")
4126 (license license:gpl3)))
4127
4128 (define-public r-uuid
4129 (package
4130 (name "r-uuid")
4131 (version "0.1-4")
4132 (source
4133 (origin
4134 (method url-fetch)
4135 (uri (cran-uri "uuid" version))
4136 (sha256
4137 (base32
4138 "0gm9ii7ncvllxbvyk6srsiinjmqyj7lmh84w43x4nhqpvafj9q4q"))))
4139 (build-system r-build-system)
4140 (home-page "http://www.rforge.net/uuid")
4141 (synopsis "Tools for generating and handling of UUIDs")
4142 (description
4143 "This package provides tools for generating and handling of
4144 @dfn{Universally Unique Identifiers} (UUIDs).")
4145 (license license:expat)))
4146
4147 (define-public r-tinytex
4148 (package
4149 (name "r-tinytex")
4150 (version "0.20")
4151 (source
4152 (origin
4153 (method url-fetch)
4154 (uri (cran-uri "tinytex" version))
4155 (sha256
4156 (base32
4157 "0n8v8inpsc99r0snvqbjhqlc6nm9hxjsw120hrxc2mw03pa5fvkg"))))
4158 (build-system r-build-system)
4159 (propagated-inputs
4160 `(("r-xfun" ,r-xfun)))
4161 (home-page "https://github.com/yihui/tinytex")
4162 (synopsis "Helper functions for TeX Live and compiling LaTeX documents")
4163 (description
4164 "This package provides helper functions to install and maintain the LaTeX
4165 distribution named TinyTeX, a lightweight, cross-platform, portable, and
4166 easy-to-maintain version of TeX Live. This package also contains helper
4167 functions to compile LaTeX documents, and install missing LaTeX packages
4168 automatically.")
4169 (license license:expat)))
4170
4171 (define-public r-network
4172 (package
4173 (name "r-network")
4174 (version "1.16.0")
4175 (source
4176 (origin
4177 (method url-fetch)
4178 (uri (cran-uri "network" version))
4179 (sha256
4180 (base32
4181 "0dnf1wl3za2lhx2lwd8smhlijl1cfhckgr8zz9piiirrfi2m2kx2"))))
4182 (build-system r-build-system)
4183 (propagated-inputs
4184 `(("r-magrittr" ,r-magrittr)
4185 ("r-tibble" ,r-tibble)))
4186 (home-page "https://statnet.org/")
4187 (synopsis "Classes for relational data")
4188 (description
4189 "This package provides tools to create and modify network objects. The
4190 @code{network} class can represent a range of relational data types, and
4191 supports arbitrary vertex/edge/graph attributes.")
4192 (license license:gpl2+)))
4193
4194 (define-public r-statnet-common
4195 (package
4196 (name "r-statnet-common")
4197 (version "4.3.0")
4198 (source
4199 (origin
4200 (method url-fetch)
4201 (uri (cran-uri "statnet.common" version))
4202 (sha256
4203 (base32
4204 "0ng90i0wm9wlyhjbnmnylc1bbqw396p1dr7f402dyry9x9ck6jl3"))))
4205 (properties
4206 `((upstream-name . "statnet.common")))
4207 (build-system r-build-system)
4208 (propagated-inputs
4209 `(("r-coda" ,r-coda)))
4210 (home-page "https://statnet.org")
4211 (synopsis "R scripts and utilities used by the Statnet software")
4212 (description "This package provides non-statistical utilities used by the
4213 software developed by the Statnet Project.")
4214 (license license:gpl3)))
4215
4216 (define-public r-statcheck
4217 (package
4218 (name "r-statcheck")
4219 (version "1.3.0")
4220 (source
4221 (origin
4222 (method url-fetch)
4223 (uri (cran-uri "statcheck" version))
4224 (sha256
4225 (base32
4226 "0ivybdcrymlsfv6pg6p5bv70qdvgxf2vgp0kf4r0pf2fcvav1mcp"))))
4227 (build-system r-build-system)
4228 (propagated-inputs
4229 `(("r-ggplot2" ,r-ggplot2)
4230 ("r-plyr" ,r-plyr)
4231 ("r-rmarkdown" ,r-rmarkdown)))
4232 (home-page "https://cran.r-project.org/web/packages/statcheck/")
4233 (synopsis "Extract statistics from articles and recompute p-values")
4234 (description "This package can automatically extract statistical
4235 null-hypothesis significant testing (NHST) results from articles and recompute
4236 the p-values based on the reported test statistic and degrees of freedom to
4237 detect possible inconsistencies.")
4238 (license license:gpl2)))
4239
4240 (define-public r-sna
4241 (package
4242 (name "r-sna")
4243 (version "2.5")
4244 (source
4245 (origin
4246 (method url-fetch)
4247 (uri (cran-uri "sna" version))
4248 (sha256
4249 (base32
4250 "1j3i6300m686qqfmyvadim377cd3mplzgj6mandygw8brg50id8k"))))
4251 (build-system r-build-system)
4252 (propagated-inputs
4253 `(("r-network" ,r-network)
4254 ("r-statnet-common" ,r-statnet-common)))
4255 (home-page "https://statnet.org")
4256 (synopsis "Tools for social network analysis")
4257 (description
4258 "This package provides a range of tools for social network analysis,
4259 including node and graph-level indices, structural distance and covariance
4260 methods, structural equivalence detection, network regression, random graph
4261 generation, and 2D/3D network visualization.")
4262 (license license:gpl2+)))
4263
4264 (define-public r-tfisher
4265 (package
4266 (name "r-tfisher")
4267 (version "0.2.0")
4268 (source
4269 (origin
4270 (method url-fetch)
4271 (uri (cran-uri "TFisher" version))
4272 (sha256
4273 (base32
4274 "0vz74ww1lf1prfwz74hfsi3a8nzq8ss7aqjr85c1d87vss2796xx"))))
4275 (properties `((upstream-name . "TFisher")))
4276 (build-system r-build-system)
4277 (propagated-inputs
4278 `(("r-matrix" ,r-matrix)
4279 ("r-mvtnorm" ,r-mvtnorm)
4280 ("r-sn" ,r-sn)))
4281 (home-page "https://cran.r-project.org/web/packages/TFisher/")
4282 (synopsis "Optimal thresholding Fisher's p-value combination method")
4283 (description
4284 "This package provides the @dfn{cumulative distribution function} (CDF),
4285 quantile, and statistical power calculator for a collection of thresholding
4286 Fisher's p-value combination methods, including Fisher's p-value combination
4287 method, truncated product method and, in particular, soft-thresholding
4288 Fisher's p-value combination method which is proven to be optimal in some
4289 context of signal detection. The p-value calculator for the omnibus version
4290 of these tests are also included.")
4291 (license license:gpl2)))
4292
4293 (define-public r-ttr
4294 (package
4295 (name "r-ttr")
4296 (version "0.23-6")
4297 (source
4298 (origin
4299 (method url-fetch)
4300 (uri (cran-uri "TTR" version))
4301 (sha256
4302 (base32
4303 "0rg22ma3x07s9djlxscfw5jcq1gbir05cwhgvwfi53x1sf4hmhdg"))))
4304 (properties `((upstream-name . "TTR")))
4305 (build-system r-build-system)
4306 (propagated-inputs
4307 `(("r-curl" ,r-curl)
4308 ("r-xts" ,r-xts)
4309 ("r-zoo" ,r-zoo)))
4310 (home-page "https://github.com/joshuaulrich/TTR")
4311 (synopsis "Technical trading rules")
4312 (description
4313 "This package provides functions and data to construct technical trading
4314 rules with R.")
4315 (license license:gpl2)))
4316
4317 (define-public r-leaps
4318 (package
4319 (name "r-leaps")
4320 (version "3.1")
4321 (source
4322 (origin
4323 (method url-fetch)
4324 (uri (cran-uri "leaps" version))
4325 (sha256
4326 (base32
4327 "1dn3yl1p03n0iynd1vsdkrr0fhmvgrmfkv37y7n371765h83lz1x"))))
4328 (build-system r-build-system)
4329 (native-inputs `(("gfortran" ,gfortran)))
4330 (home-page "https://cran.r-project.org/web/packages/leaps/")
4331 (synopsis "Regression subset selection")
4332 (description
4333 "This package provides tools for regression subset selection, including
4334 exhaustive search.")
4335 (license license:gpl2+)))
4336
4337 (define-public r-splus2r
4338 (package
4339 (name "r-splus2r")
4340 (version "1.2-2")
4341 (source
4342 (origin
4343 (method url-fetch)
4344 (uri (cran-uri "splus2R" version))
4345 (sha256
4346 (base32
4347 "0xrbj8vxy0pc6hl7m8abv71d3hjw47cl51s7j7priadyqczkq6sz"))))
4348 (properties `((upstream-name . "splus2R")))
4349 (build-system r-build-system)
4350 (native-inputs `(("gfortran" ,gfortran)))
4351 (home-page "https://cran.r-project.org/web/packages/splus2R/")
4352 (synopsis "Supplemental S-PLUS functionality in R")
4353 (description
4354 "Currently there are many functions in S-PLUS that are missing in R. To
4355 facilitate the conversion of S-PLUS packages to R packages, this package
4356 provides some missing S-PLUS functionality in R.")
4357 (license license:gpl2)))
4358
4359 (define-public r-ifultools
4360 (package
4361 (name "r-ifultools")
4362 (version "2.0-5")
4363 (source
4364 (origin
4365 (method url-fetch)
4366 (uri (cran-uri "ifultools" version))
4367 (sha256
4368 (base32
4369 "040kvbczcmmbaiaz0k0pdq9af541pjj6iwzh1a3w4szh9w6b5a3j"))))
4370 (build-system r-build-system)
4371 (propagated-inputs
4372 `(("r-mass" ,r-mass)
4373 ("r-splus2r" ,r-splus2r)))
4374 (home-page "https://cran.r-project.org/web/packages/ifultools/")
4375 (synopsis "Insightful research tools")
4376 (description "This package provides C code used by the wmtsa, fractal, and
4377 sapa R packages.")
4378 (license license:gpl2)))
4379
4380 (define-public r-sapa
4381 (package
4382 (name "r-sapa")
4383 (version "2.0-2")
4384 (source
4385 (origin
4386 (method url-fetch)
4387 (uri (cran-uri "sapa" version))
4388 (sha256
4389 (base32
4390 "056xlh14dnzq4x7sbp7ff2k61jxy7110a742b502vz549qfrr5ds"))))
4391 (build-system r-build-system)
4392 (propagated-inputs
4393 `(("r-ifultools" ,r-ifultools)
4394 ("r-splus2r" ,r-splus2r)))
4395 (home-page "https://cran.r-project.org/web/packages/sapa/")
4396 (synopsis "Spectral analysis for physical applications")
4397 (description "This package provides software for the book Spectral
4398 Analysis for Physical Applications, Donald B. Percival and Andrew T. Walden,
4399 Cambridge University Press, 1993.")
4400 (license license:gpl2)))
4401
4402 (define-public r-aggregation
4403 (package
4404 (name "r-aggregation")
4405 (version "1.0.1")
4406 (source
4407 (origin
4408 (method url-fetch)
4409 (uri (cran-uri "aggregation" version))
4410 (sha256
4411 (base32
4412 "0j9g604m2ccc7hcy02539yja9cf3xcbl25gvp838bp4x8w18my46"))))
4413 (build-system r-build-system)
4414 (home-page "https://cran.r-project.org/web/packages/aggregation/")
4415 (synopsis "Methods for p-value aggregation")
4416 (description
4417 "This package contains functionality for performing the following methods
4418 of p-value aggregation: Fisher's method, the Lancaster method (weighted
4419 Fisher's method), and Sidak correction.")
4420 (license license:gpl3)))
4421
4422 (define-public r-quantmod
4423 (package
4424 (name "r-quantmod")
4425 (version "0.4-15")
4426 (source
4427 (origin
4428 (method url-fetch)
4429 (uri (cran-uri "quantmod" version))
4430 (sha256
4431 (base32
4432 "0lyzaf5ypk93v6zj9gdghy05cc7cxgn9yasv1apx5r6qsjcfgwky"))))
4433 (build-system r-build-system)
4434 (propagated-inputs
4435 `(("r-curl" ,r-curl)
4436 ("r-ttr" ,r-ttr)
4437 ("r-xts" ,r-xts)
4438 ("r-zoo" ,r-zoo)))
4439 (home-page "https://cran.r-project.org/web/packages/quantmod/")
4440 (synopsis "Quantitative financial modelling framework")
4441 (description "This package provides a quantitative financial modelling
4442 framework to allow users to specify, build, trade, and analyse quantitative
4443 financial trading strategies.")
4444 (license license:gpl3)))
4445
4446 (define-public r-tseries
4447 (package
4448 (name "r-tseries")
4449 (version "0.10-47")
4450 (source
4451 (origin
4452 (method url-fetch)
4453 (uri (cran-uri "tseries" version))
4454 (sha256
4455 (base32
4456 "0yzvc9djp3angvxdxqi60wi726y76ablsb71q88ycvw0avgpf8r0"))))
4457 (build-system r-build-system)
4458 (propagated-inputs
4459 `(("r-quadprog" ,r-quadprog)
4460 ("r-quantmod" ,r-quantmod)
4461 ("r-zoo" ,r-zoo)))
4462 (native-inputs
4463 `(("gfortran" ,gfortran)))
4464 (home-page "https://cran.r-project.org/web/packages/tseries/")
4465 (synopsis "Time series analysis and computational finance")
4466 (description
4467 "This package provides functions relating to time series analysis and
4468 computational finance.")
4469 (license license:gpl2)))
4470
4471 (define-public r-wmtsa
4472 (package
4473 (name "r-wmtsa")
4474 (version "2.0-3")
4475 (source
4476 (origin
4477 (method url-fetch)
4478 (uri (cran-uri "wmtsa" version))
4479 (sha256
4480 (base32
4481 "1q436krz5p1f4a7a7sya6a9rh9x9mi8zzcgq66gbk9w9w4hcqcj6"))))
4482 (build-system r-build-system)
4483 (propagated-inputs
4484 `(("r-ifultools" ,r-ifultools)
4485 ("r-mass" ,r-mass)
4486 ("r-splus2r" ,r-splus2r)))
4487 (home-page "https://cran.r-project.org/web/packages/wmtsa/")
4488 (synopsis "Wavelet methods for time series analysis")
4489 (description
4490 "This package provides software to accompany the book \"Wavelet Methods
4491 for Time Series Analysis\", Donald B. Percival and Andrew T. Walden, Cambridge
4492 University Press, 2000.")
4493 (license license:gpl2)))
4494
4495 (define-public r-tsa
4496 (package
4497 (name "r-tsa")
4498 (version "1.2")
4499 (source
4500 (origin
4501 (method url-fetch)
4502 (uri (cran-uri "TSA" version))
4503 (sha256
4504 (base32
4505 "0gjfqibwdznz0nka95k4fjm935svxjpnqfywwz403crn2lh30h6q"))))
4506 (properties `((upstream-name . "TSA")))
4507 (build-system r-build-system)
4508 (propagated-inputs
4509 `(("r-leaps" ,r-leaps)
4510 ("r-locfit" ,r-locfit)
4511 ("r-mgcv" ,r-mgcv)))
4512 (home-page "http://www.stat.uiowa.edu/~kchan/TSA.htm")
4513 (synopsis "Time series analysis")
4514 (description
4515 "This package contains R functions and datasets detailed in the book
4516 \"Time Series Analysis with Applications in R (second edition)\" by Jonathan
4517 Cryer and Kung-Sik Chan.")
4518 (license license:gpl2+)))
4519
4520 (define-public r-extradistr
4521 (package
4522 (name "r-extradistr")
4523 (version "1.8.11")
4524 (source
4525 (origin
4526 (method url-fetch)
4527 (uri (cran-uri "extraDistr" version))
4528 (sha256
4529 (base32
4530 "1vvqv1d4hxa025gmm8cbiph63qsqy87l3ri5idd524gyz3chbcl3"))))
4531 (properties `((upstream-name . "extraDistr")))
4532 (build-system r-build-system)
4533 (propagated-inputs
4534 `(("r-rcpp" ,r-rcpp)))
4535 (home-page "https://github.com/twolodzko/extraDistr")
4536 (synopsis "Additional univariate and multivariate distributions")
4537 (description
4538 "This package implements density, distribution functions, quantile
4539 functions and random generation functions for a large number of univariate and
4540 multivariate distributions.")
4541 (license license:gpl2)))
4542
4543 (define-public r-fractal
4544 (package
4545 (name "r-fractal")
4546 (version "2.0-4")
4547 (source
4548 (origin
4549 (method url-fetch)
4550 (uri (cran-uri "fractal" version))
4551 (sha256
4552 (base32
4553 "18lr9z0gslvfc3z8vyj3krqj3bfhg60zv1fzinrwwkc4cpk1w7mp"))))
4554 (build-system r-build-system)
4555 (propagated-inputs
4556 `(("r-ifultools" ,r-ifultools)
4557 ("r-mass" ,r-mass)
4558 ("r-sapa" ,r-sapa)
4559 ("r-scatterplot3d" ,r-scatterplot3d)
4560 ("r-splus2r" ,r-splus2r)
4561 ("r-wmtsa" ,r-wmtsa)))
4562 (home-page "https://cran.r-project.org/web/packages/fractal/")
4563 (synopsis "Fractal time series modeling and analysis")
4564 (description
4565 "This package provides tools for stochastic fractal and deterministic
4566 chaotic time series analysis.")
4567 (license license:gpl2)))
4568
4569 (define-public r-urca
4570 (package
4571 (name "r-urca")
4572 (version "1.3-0")
4573 (source
4574 (origin
4575 (method url-fetch)
4576 (uri (cran-uri "urca" version))
4577 (sha256
4578 (base32
4579 "1akaqwf3fvvvx4sgfn641fd4sj51s0701pvfl6s5hnz2k0iwh732"))))
4580 (build-system r-build-system)
4581 (propagated-inputs `(("r-nlme" ,r-nlme)))
4582 (native-inputs `(("gfortran" ,gfortran)))
4583 (home-page "https://cran.r-project.org/web/packages/urca/")
4584 (synopsis "Unit root and cointegration tests for time series data")
4585 (description
4586 "This package provides unit root and cointegration tests encountered in
4587 applied econometric analysis.")
4588 (license license:gpl2+)))
4589
4590 (define-public r-cubature
4591 (package
4592 (name "r-cubature")
4593 (version "2.0.4")
4594 (source
4595 (origin
4596 (method url-fetch)
4597 (uri (cran-uri "cubature" version))
4598 (sha256
4599 (base32
4600 "0jpyq8j7x06dpiz29w48av879ygldzgls9z810192hsymkmfaz6r"))))
4601 (build-system r-build-system)
4602 (propagated-inputs
4603 `(("r-rcpp" ,r-rcpp)))
4604 (home-page "https://github.com/bnaras/cubature")
4605 (synopsis "Adaptive multivariate integration over hypercubes")
4606 (description
4607 "This package is an R wrapper around the cubature C library for adaptive
4608 multivariate integration over hypercubes. This version provides both
4609 @code{hcubature} and @code{pcubature} routines in addition to a vector
4610 interface.")
4611 ;; The included cubature C library is released under GPLv2+, but the
4612 ;; wrapper declares the license to be GPLv3+.
4613 (license (list license:gpl2+ license:gpl3+))))
4614
4615 (define-public r-trend
4616 (package
4617 (name "r-trend")
4618 (version "1.1.2")
4619 (source
4620 (origin
4621 (method url-fetch)
4622 (uri (cran-uri "trend" version))
4623 (sha256
4624 (base32
4625 "09b6ycyfgs4xlhx6kn6qm5rl2acp58hzhv8qclzn3kb1wjjyvxy5"))))
4626 (build-system r-build-system)
4627 (propagated-inputs
4628 `(("r-extradistr" ,r-extradistr)))
4629 (native-inputs
4630 `(("gfortran" ,gfortran)))
4631 (home-page "https://cran.r-project.org/web/packages/trend/")
4632 (synopsis "Non-parametric trend tests and change-point detection")
4633 (description
4634 "The analysis of environmental data often requires the detection of
4635 trends and change-points. This package includes tests for trend
4636 detection (Cox-Stuart Trend Test, Mann-Kendall Trend Test, (correlated)
4637 Hirsch-Slack Test, partial Mann-Kendall Trend Test, multivariate (multisite)
4638 Mann-Kendall Trend Test, (Seasonal) Sen's slope, partial Pearson and Spearman
4639 correlation trend test), change-point detection (Lanzante's test procedures,
4640 Pettitt's test, Buishand Range Test, Buishand U Test, Standard Normal
4641 Homogeinity Test), detection of non-randomness (Wallis-Moore Phase Frequency
4642 Test, Bartels rank von Neumann's ratio test, Wald-Wolfowitz Test) and the two
4643 sample Robust Rank-Order Distributional Test.")
4644 (license license:gpl3)))
4645
4646 (define-public r-expm
4647 (package
4648 (name "r-expm")
4649 (version "0.999-4")
4650 (source
4651 (origin
4652 (method url-fetch)
4653 (uri (cran-uri "expm" version))
4654 (sha256
4655 (base32
4656 "15k0acg2aqb2ajhwal6l7vhhp03m4lg579805d34554cl0kn9l2q"))))
4657 (build-system r-build-system)
4658 (propagated-inputs `(("r-matrix" ,r-matrix)))
4659 (native-inputs `(("gfortran" ,gfortran)))
4660 (home-page "https://r-forge.r-project.org/projects/expm/")
4661 (synopsis "Tools for matrix exponentials and related quantities")
4662 (description
4663 "This package provides tools for the computation of the matrix
4664 exponential, logarithm, square root, and related quantities.")
4665 (license license:gpl2+)))
4666
4667 (define-public r-complexplus
4668 (package
4669 (name "r-complexplus")
4670 (version "2.1")
4671 (source
4672 (origin
4673 (method url-fetch)
4674 (uri (cran-uri "complexplus" version))
4675 (sha256
4676 (base32
4677 "16w9v7d1ckavqmr86l34frr37pkvdn0iqnb17ssb8xaggns5lgqx"))))
4678 (build-system r-build-system)
4679 (propagated-inputs
4680 `(("r-expm" ,r-expm)
4681 ("r-matrix" ,r-matrix)))
4682 (home-page "https://cran.r-project.org/web/packages/complexplus/")
4683 (synopsis "Functions of complex or real variables")
4684 (description
4685 "This package extends several functions to the complex domain, including
4686 the matrix exponential and logarithm, and the determinant.")
4687 (license license:gpl2)))
4688
4689 (define-public r-phontools
4690 (package
4691 (name "r-phontools")
4692 (version "0.2-2.1")
4693 (source
4694 (origin
4695 (method url-fetch)
4696 (uri (cran-uri "phonTools" version))
4697 (sha256
4698 (base32
4699 "01i481mhswsys3gpasw9gn6nxkfmi7bz46g5c84m13pg0cv8hxc7"))))
4700 (properties `((upstream-name . "phonTools")))
4701 (build-system r-build-system)
4702 (home-page "http://www.santiagobarreda.com/rscripts.html")
4703 (synopsis "Tools for phonetic and acoustic analyses")
4704 (description
4705 "This package contains tools for the organization, display, and analysis
4706 of the sorts of data frequently encountered in phonetics research and
4707 experimentation, including the easy creation of IPA vowel plots, and the
4708 creation and manipulation of WAVE audio files.")
4709 (license license:bsd-2)))
4710
4711 (define-public r-np
4712 (package
4713 (name "r-np")
4714 (version "0.60-10")
4715 (source
4716 (origin
4717 (method url-fetch)
4718 (uri (cran-uri "np" version))
4719 (sha256
4720 (base32
4721 "06h8k0kdv5s258jr6s08fabvlycrbs7iq34jk2f2hfmqm2y4nyx2"))))
4722 (build-system r-build-system)
4723 (propagated-inputs
4724 `(("r-boot" ,r-boot)
4725 ("r-cubature" ,r-cubature)
4726 ("r-quadprog" ,r-quadprog)
4727 ("r-quantreg" ,r-quantreg)))
4728 (home-page "https://github.com/JeffreyRacine/R-Package-np")
4729 (synopsis "Non-parametric kernel smoothing methods for mixed data types")
4730 (description "This package provides non-parametric (and semi-parametric)
4731 kernel methods that seamlessly handle a mix of continuous, unordered, and
4732 ordered factor data types.")
4733 ;; Any version of the GPL.
4734 (license license:gpl3+)))
4735
4736 (define-public r-powerplus
4737 (package
4738 (name "r-powerplus")
4739 (version "3.1")
4740 (source
4741 (origin
4742 (method url-fetch)
4743 (uri (cran-uri "powerplus" version))
4744 (sha256
4745 (base32
4746 "0ayp6x34hkzgris4j3zbbs0r23n81bhww3wgfyy630ri4sk6brrn"))))
4747 (build-system r-build-system)
4748 (propagated-inputs
4749 `(("r-complexplus" ,r-complexplus)
4750 ("r-expm" ,r-expm)
4751 ("r-mass" ,r-mass)
4752 ("r-matrix" ,r-matrix)
4753 ("r-phontools" ,r-phontools)))
4754 (home-page "https://cran.r-project.org/web/packages/powerplus/")
4755 (synopsis "Exponentiation operations")
4756 (description
4757 "This package provides tools for the computation of matrix and scalar
4758 exponentiation.")
4759 (license license:gpl2)))
4760
4761 (define-public r-egg
4762 (package
4763 (name "r-egg")
4764 (version "0.4.5")
4765 (source
4766 (origin
4767 (method url-fetch)
4768 (uri (cran-uri "egg" version))
4769 (sha256
4770 (base32
4771 "1fy7srpiavfn8kyrr1m84an7acgwi6ydzrg71m3b0vk7y9ybmj0m"))))
4772 (properties `((upstream-name . "egg")))
4773 (build-system r-build-system)
4774 (propagated-inputs
4775 `(("r-ggplot2" ,r-ggplot2)
4776 ("r-gridextra" ,r-gridextra)
4777 ("r-gtable" ,r-gtable)))
4778 (home-page "https://cran.r-project.org/web/packages/egg")
4779 (synopsis "Extensions for ggplot2")
4780 (description
4781 "This package provides miscellaneous functions to help customize ggplot2
4782 objects. High-level functions are provided to post-process ggplot2 layouts
4783 and allow alignment between plot panels, as well as setting panel sizes to
4784 fixed values. Other functions include a custom @code{geom}, and helper
4785 functions to enforce symmetric scales or add tags to facetted plots.")
4786 (license license:gpl3)))
4787
4788 (define-public r-heatmaply
4789 (package
4790 (name "r-heatmaply")
4791 (version "1.0.0")
4792 (source
4793 (origin
4794 (method url-fetch)
4795 (uri (cran-uri "heatmaply" version))
4796 (sha256
4797 (base32
4798 "0576gml3bcl7r1biigzj1rag2xzz422knbw7arc8d2gsakjj757g"))))
4799 (build-system r-build-system)
4800 (propagated-inputs
4801 `(("r-assertthat" ,r-assertthat)
4802 ("r-colorspace" ,r-colorspace)
4803 ("r-dendextend" ,r-dendextend)
4804 ("r-egg" ,r-egg)
4805 ("r-ggplot2" ,r-ggplot2)
4806 ("r-htmlwidgets" ,r-htmlwidgets)
4807 ("r-magrittr" ,r-magrittr)
4808 ("r-plotly" ,r-plotly)
4809 ("r-rcolorbrewer" ,r-rcolorbrewer)
4810 ("r-reshape2" ,r-reshape2)
4811 ("r-scales" ,r-scales)
4812 ("r-seriation" ,r-seriation)
4813 ("r-viridis" ,r-viridis)
4814 ("r-webshot" ,r-webshot)))
4815 (home-page "https://cran.r-project.org/package=heatmaply")
4816 (synopsis "Interactive cluster heat maps using plotly")
4817 (description
4818 "This package enables you to create interactive cluster heatmaps that can
4819 be saved as a stand-alone HTML file, embedded in R Markdown documents or in a
4820 Shiny app, and made available in the RStudio viewer pane. Hover the mouse
4821 pointer over a cell to show details or drag a rectangle to zoom. A heatmap is
4822 a popular graphical method for visualizing high-dimensional data, in which a
4823 table of numbers is encoded as a grid of colored cells. The rows and columns
4824 of the matrix are ordered to highlight patterns and are often accompanied by
4825 dendrograms.")
4826 ;; Either version of the license.
4827 (license (list license:gpl2 license:gpl3))))
4828
4829 (define-public r-h5
4830 (package
4831 (name "r-h5")
4832 (version "0.9.9")
4833 (source
4834 (origin
4835 (method url-fetch)
4836 (uri (cran-uri "h5" version))
4837 (sha256
4838 (base32
4839 "14p7i1sj24ky87kd7qr3n9fc9l64s0bp0rwbyl6i2x69xn75gpsx"))))
4840 (build-system r-build-system)
4841 (inputs
4842 `(("zlib" ,zlib)
4843 ("hdf5" ,hdf5)))
4844 (native-inputs
4845 `(("which" ,which)))
4846 (propagated-inputs
4847 `(("r-rcpp" ,r-rcpp)))
4848 (home-page "https://github.com/mannau/h5")
4849 (synopsis "Interface to the HDF5 Library")
4850 (description
4851 "This package provides an S4 interface to the HDF5 library supporting
4852 fast storage and retrieval of R-objects like vectors, matrices and arrays to
4853 binary files in a language independent format. The HDF5 format can therefore
4854 be used as an alternative to R's save/load mechanism. Since h5 is able to
4855 access only subsets of stored data it can also handle data sets which do not
4856 fit into memory.")
4857 (license license:bsd-2)))
4858
4859 (define-public r-cgdsr
4860 (package
4861 (name "r-cgdsr")
4862 (version "1.3.0")
4863 (source
4864 (origin
4865 (method url-fetch)
4866 (uri (cran-uri "cgdsr" version))
4867 (sha256
4868 (base32
4869 "07yc819hkabpzzh0g0cbqza6bcfy67b2marrzz1lj97f9iba78ja"))))
4870 (build-system r-build-system)
4871 (propagated-inputs
4872 `(("r-httr" ,r-httr)
4873 ("r-r-methodss3" ,r-r-methodss3)
4874 ("r-r-oo" ,r-r-oo)))
4875 (home-page "https://github.com/cBioPortal/cgdsr")
4876 (synopsis "R-based API for accessing the MSKCC Cancer Genomics Data Server")
4877 (description
4878 "This package provides a basic set of R functions for querying the Cancer
4879 Genomics Data Server (CGDS), hosted by the Computational Biology Center at
4880 Memorial-Sloan-Kettering Cancer Center (MSKCC).")
4881 (license license:lgpl3)))
4882
4883 (define-public r-import
4884 (package
4885 (name "r-import")
4886 (version "1.1.0")
4887 (source
4888 (origin
4889 (method url-fetch)
4890 (uri (cran-uri "import" version))
4891 (sha256
4892 (base32
4893 "0blf9539rbfwcmw8zsb4k58slb4pdnc075v34vmyjw752fznhcji"))))
4894 (build-system r-build-system)
4895 (home-page "https://github.com/smbache/import")
4896 (synopsis "Import mechanism for R")
4897 (description
4898 "This is an alternative mechanism for importing objects from packages.
4899 The syntax allows for importing multiple objects from a package with a single
4900 command in an expressive way. The import package bridges some of the gap
4901 between using @code{library} (or @code{require}) and direct (single-object)
4902 imports. Furthermore the imported objects are not placed in the current
4903 environment. It is also possible to import objects from stand-alone @code{.R}
4904 files.")
4905 (license license:expat)))
4906
4907 (define-public r-shinyace
4908 (package
4909 (name "r-shinyace")
4910 (version "0.4.1")
4911 (source
4912 (origin
4913 (method url-fetch)
4914 (uri (cran-uri "shinyAce" version))
4915 (sha256
4916 (base32
4917 "1m33dfm2kjirvgix7ybv1kbzgjkicdpv411g9c0q3fw6rnyhfxxn"))))
4918 (properties `((upstream-name . "shinyAce")))
4919 (build-system r-build-system)
4920 (propagated-inputs
4921 `(("r-shiny" ,r-shiny)
4922 ("r-jsonlite" ,r-jsonlite)))
4923 (home-page "http://cran.r-project.org/web/packages/shinyAce")
4924 (synopsis "Ace editor bindings for Shiny")
4925 (description
4926 "This package provides Ace editor bindings to enable a rich text editing
4927 environment within Shiny.")
4928 (license license:expat)))
4929
4930 (define-public r-base64url
4931 (package
4932 (name "r-base64url")
4933 (version "1.4")
4934 (source
4935 (origin
4936 (method url-fetch)
4937 (uri (cran-uri "base64url" version))
4938 (sha256
4939 (base32
4940 "0n1c2b68vza1dh7sk38v6biiwm72c4jpl79kpdg1bsb0hq9qy18x"))))
4941 (build-system r-build-system)
4942 (propagated-inputs
4943 `(("r-backports" ,r-backports)))
4944 (home-page "https://github.com/mllg/base64url")
4945 (synopsis "Fast and URL-safe base64 encoder and decoder")
4946 (description
4947 "This package provides a URL-safe base64 encoder and decoder. In
4948 contrast to RFC3548, the 62nd character (@code{+}) is replaced with @code{-},
4949 the 63rd character (@code{/}) is replaced with @code{_}. Furthermore, the
4950 encoder does not fill the string with trailing @code{=}. The resulting
4951 encoded strings comply to the regular expression pattern @code{[A-Za-z0-9_-]}
4952 and thus are safe to use in URLs or for file names. The package also comes
4953 with a simple base32 encoder/decoder suited for case insensitive file
4954 systems.")
4955 (license license:gpl3)))
4956
4957 (define-public r-radiant-data
4958 (package
4959 (name "r-radiant-data")
4960 (version "1.0.6")
4961 (source
4962 (origin
4963 (method url-fetch)
4964 (uri (cran-uri "radiant.data" version))
4965 (sha256
4966 (base32
4967 "08x7zasxf429m021482p86lx3zc6dqz2mih0id8s34isg4gafapg"))
4968 (modules '((guix build utils)))
4969 (snippet
4970 '(begin
4971 ;; Delete files that are under CC-NC-SA.
4972 (delete-file-recursively "inst/app/tools/help")
4973 #t))))
4974 (properties `((upstream-name . "radiant.data")))
4975 (build-system r-build-system)
4976 (propagated-inputs
4977 `(("r-base64enc" ,r-base64enc)
4978 ("r-broom" ,r-broom)
4979 ("r-car" ,r-car)
4980 ("r-curl" ,r-curl)
4981 ("r-dplyr" ,r-dplyr)
4982 ("r-dt" ,r-dt)
4983 ("r-glue" ,r-glue)
4984 ("r-ggplot2" ,r-ggplot2)
4985 ("r-gridextra" ,r-gridextra)
4986 ("r-import" ,r-import)
4987 ("r-jsonlite" ,r-jsonlite)
4988 ("r-knitr" ,r-knitr)
4989 ("r-lubridate" ,r-lubridate)
4990 ("r-magrittr" ,r-magrittr)
4991 ("r-markdown" ,r-markdown)
4992 ("r-plotly" ,r-plotly)
4993 ("r-psych" ,r-psych)
4994 ("r-readr" ,r-readr)
4995 ("r-readxl" ,r-readxl)
4996 ("r-rlang" ,r-rlang)
4997 ("r-rmarkdown" ,r-rmarkdown)
4998 ("r-rstudioapi" ,r-rstudioapi)
4999 ("r-scales" ,r-scales)
5000 ("r-shiny" ,r-shiny)
5001 ("r-shinyfiles" ,r-shinyfiles)
5002 ("r-shinyace" ,r-shinyace)
5003 ("r-stringi" ,r-stringi)
5004 ("r-tibble" ,r-tibble)
5005 ("r-tidyr" ,r-tidyr)
5006 ("r-writexl" ,r-writexl)))
5007 (home-page "https://github.com/radiant-rstats/radiant.data")
5008 (synopsis "Data menu for Radiant: business analytics using R and Shiny")
5009 (description
5010 "The Radiant Data menu includes interfaces for loading, saving, viewing,
5011 visualizing, summarizing, transforming, and combining data. It also contains
5012 functionality to generate reproducible reports of the analyses conducted in
5013 the application.")
5014 (license license:agpl3)))
5015
5016 (define-public r-algdesign
5017 (package
5018 (name "r-algdesign")
5019 (version "1.2.0")
5020 (source
5021 (origin
5022 (method url-fetch)
5023 (uri (cran-uri "AlgDesign" version))
5024 (sha256
5025 (base32 "0ammlg148gk0p24fh700116nd66636np0jb1wwh0axq5jphwk1pz"))))
5026 (properties `((upstream-name . "AlgDesign")))
5027 (build-system r-build-system)
5028 (home-page "https://github.com/jvbraun/AlgDesign")
5029 (synopsis "Algorithmic experimental design")
5030 (description
5031 "This package provides tools to calculate exact and approximate theory
5032 experimental designs for D, A, and I criteria. Very large designs may be
5033 created. Experimental designs may be blocked or blocked designs created from
5034 a candidate list, using several criteria. The blocking can be done when whole
5035 and within plot factors interact.")
5036 (license license:gpl2+)))
5037
5038 (define-public r-signal
5039 (package
5040 (name "r-signal")
5041 (version "0.7-6")
5042 (source
5043 (origin
5044 (method url-fetch)
5045 (uri (cran-uri "signal" version))
5046 (sha256
5047 (base32
5048 "1vsxramz5qd9q9s3vlqzmfdpmwl2rhlb2n904zw6f0fg0xxjfq3b"))))
5049 (build-system r-build-system)
5050 (propagated-inputs `(("r-mass" ,r-mass)))
5051 (native-inputs `(("gfortran" ,gfortran)))
5052 (home-page "https://cran.r-project.org/web/packages/signal/")
5053 (synopsis "Signal processing")
5054 (description
5055 "This package provides a set of signal processing functions originally
5056 written for Matlab and GNU Octave. It includes filter generation utilities,
5057 filtering functions, resampling routines, and visualization of filter models.
5058 It also includes interpolation functions.")
5059 (license license:gpl2)))
5060
5061 (define-public r-gsubfn
5062 (package
5063 (name "r-gsubfn")
5064 (version "0.7")
5065 (source
5066 (origin
5067 (method url-fetch)
5068 (uri (cran-uri "gsubfn" version))
5069 (sha256
5070 (base32
5071 "00j6b8b6xsx6v370h220x233rpk6asca78165y3d48jpwvwisdc9"))))
5072 (build-system r-build-system)
5073 (propagated-inputs `(("r-proto" ,r-proto)))
5074 (home-page "http://gsubfn.googlecode.com")
5075 (synopsis "Utilities for strings and function arguments.")
5076 (description
5077 "This package provides @code{gsubfn} which is like @code{gsub} but can
5078 take a replacement function or certain other objects instead of the
5079 replacement string. Matches and back references are input to the replacement
5080 function and replaced by the function output. @code{gsubfn} can be used to
5081 split strings based on content rather than delimiters and for quasi-perl-style
5082 string interpolation. The package also has facilities for translating
5083 formulas to functions and allowing such formulas in function calls instead of
5084 functions.")
5085 (license license:gpl2+)))
5086
5087 (define-public r-sqldf
5088 (package
5089 (name "r-sqldf")
5090 (version "0.4-11")
5091 (source
5092 (origin
5093 (method url-fetch)
5094 (uri (cran-uri "sqldf" version))
5095 (sha256
5096 (base32
5097 "0q12vsb53p2wchgp8wfz5bk08wfnm0jxjrakclj4jyy6x3a7ksff"))))
5098 (build-system r-build-system)
5099 (propagated-inputs
5100 `(("r-chron" ,r-chron)
5101 ("r-dbi" ,r-dbi)
5102 ("r-gsubfn" ,r-gsubfn)
5103 ("r-proto" ,r-proto)
5104 ("r-rsqlite" ,r-rsqlite)))
5105 (home-page "https://github.com/ggrothendieck/sqldf")
5106 (synopsis "Manipulate R data frames using SQL")
5107 (description
5108 "The @code{sqldf} function is typically passed a single argument which is
5109 an SQL select statement where the table names are ordinary R data frame names.
5110 @code{sqldf} transparently sets up a database, imports the data frames into
5111 that database, performs the SQL statement and returns the result using a
5112 heuristic to determine which class to assign to each column of the returned
5113 data frame. The @code{sqldf} or @code{read.csv.sql} functions can also be
5114 used to read filtered files into R even if the original files are larger than
5115 R itself can handle.")
5116 (license license:gpl2)))
5117
5118 (define-public r-abind
5119 (package
5120 (name "r-abind")
5121 (version "1.4-5")
5122 (source
5123 (origin
5124 (method url-fetch)
5125 (uri (cran-uri "abind" version))
5126 (sha256
5127 (base32
5128 "0b1zd8jbnl6l292cr9rb50m09fy3ylxvzkpgi5lfb1nbzddcwfis"))))
5129 (build-system r-build-system)
5130 (home-page "https://cran.r-project.org/web/packages/abind/")
5131 (synopsis "Combine multidimensional arrays")
5132 (description
5133 "This package provides tools to combine multidimensional arrays into a
5134 single array. This is a generalization of @code{cbind} and @code{rbind}. It
5135 works with vectors, matrices, and higher-dimensional arrays. It also provides
5136 the functions @code{adrop}, @code{asub}, and @code{afill} for manipulating,
5137 extracting and replacing data in arrays.")
5138 (license license:lgpl2.0+)))
5139
5140 (define-public r-prroc
5141 (package
5142 (name "r-prroc")
5143 (version "1.3.1")
5144 (source
5145 (origin
5146 (method url-fetch)
5147 (uri (cran-uri "PRROC" version))
5148 (sha256
5149 (base32
5150 "1m28h8pcd78049lz2qixhkcr9h5b3jik3maqzfbvq9y58z71i4a7"))))
5151 (properties `((upstream-name . "PRROC")))
5152 (build-system r-build-system)
5153 (home-page "https://cran.r-project.org/web/packages/PRROC/")
5154 (synopsis "Precision-Recall and ROC curves for weighted and unweighted data")
5155 (description
5156 "This package computes the areas under the @dfn{precision-recall} (PR)
5157 and ROC curve for weighted (e.g. soft-labeled) and unweighted data. In
5158 contrast to other implementations, the interpolation between points of the PR
5159 curve is done by a non-linear piecewise function. In addition to the areas
5160 under the curves, the curves themselves can also be computed and plotted by a
5161 specific S3-method.")
5162 (license license:gpl3)))
5163
5164 (define-public r-vim
5165 (package
5166 (name "r-vim")
5167 (version "5.1.0")
5168 (source
5169 (origin
5170 (method url-fetch)
5171 (uri (cran-uri "VIM" version))
5172 (sha256
5173 (base32
5174 "09600piny3qrxrmh8844iwrvgrhwan1c3nlh6irqy1vjha2w4gb3"))))
5175 (properties `((upstream-name . "VIM")))
5176 (build-system r-build-system)
5177 (propagated-inputs
5178 `(("r-car" ,r-car)
5179 ("r-colorspace" ,r-colorspace)
5180 ("r-data-table" ,r-data-table)
5181 ("r-e1071" ,r-e1071)
5182 ("r-laeken" ,r-laeken)
5183 ("r-magrittr" ,r-magrittr)
5184 ("r-mass" ,r-mass)
5185 ("r-nnet" ,r-nnet)
5186 ("r-ranger" ,r-ranger)
5187 ("r-rcpp" ,r-rcpp)
5188 ("r-robustbase" ,r-robustbase)
5189 ("r-sp" ,r-sp)
5190 ("r-vcd" ,r-vcd)))
5191 (home-page "https://github.com/alexkowa/VIM")
5192 (synopsis "Visualization and imputation of missing values")
5193 (description
5194 "This package provides tools for the visualization of missing and/or
5195 imputed values are introduced, which can be used for exploring the data and
5196 the structure of the missing and/or imputed values. Depending on this
5197 structure of the missing values, the corresponding methods may help to
5198 identify the mechanism generating the missing values and allows to explore the
5199 data including missing values. In addition, the quality of imputation can be
5200 visually explored using various univariate, bivariate, multiple and
5201 multivariate plot methods.")
5202 (license license:gpl2+)))
5203
5204 (define-public r-fnn
5205 (package
5206 (name "r-fnn")
5207 (version "1.1.3")
5208 (source
5209 (origin
5210 (method url-fetch)
5211 (uri (cran-uri "FNN" version))
5212 (sha256
5213 (base32
5214 "0cllqlnynm5yaj4r64mqyyfc8phkb38rwssq8k8ikgfgr4jklxny"))))
5215 (properties `((upstream-name . "FNN")))
5216 (build-system r-build-system)
5217 (home-page "https://cran.r-project.org/web/packages/FNN")
5218 (synopsis "Fast nearest neighbor search algorithms and applications")
5219 (description
5220 "This package provides cover-tree and kd-tree fast k-nearest neighbor
5221 search algorithms. Related applications including KNN classification,
5222 regression and information measures are implemented.")
5223 ;; The DESCRIPTION file erroneously states that GPL version 2.1 or
5224 ;; later can be used.
5225 (license license:gpl2+)))
5226
5227 (define-public r-smoother
5228 (package
5229 (name "r-smoother")
5230 (version "1.1")
5231 (source
5232 (origin
5233 (method url-fetch)
5234 (uri (cran-uri "smoother" version))
5235 (sha256
5236 (base32
5237 "0nqr1bvlr5bnasqg74zmknjjl4x28kla9h5cxpga3kq5z215pdci"))))
5238 (build-system r-build-system)
5239 (propagated-inputs
5240 `(("r-ttr" ,r-ttr)))
5241 (home-page "https://cran.r-project.org/web/packages/smoother")
5242 (synopsis "Functions relating to the smoothing of numerical data")
5243 (description
5244 "This package provides a collection of methods for smoothing numerical
5245 data, commencing with a port of the Matlab gaussian window smoothing function.
5246 In addition, several functions typically used in smoothing of financial data
5247 are included.")
5248 (license license:gpl2)))
5249
5250 (define-public r-riverplot
5251 (package
5252 (name "r-riverplot")
5253 (version "0.6")
5254 (source
5255 (origin
5256 (method url-fetch)
5257 (uri (cran-uri "riverplot" version))
5258 (sha256
5259 (base32
5260 "0q1icpny8nkxyjhawyjzwrw8qlz0ayn2xyrsqrm4vkxyv6c9xk8z"))))
5261 (build-system r-build-system)
5262 (home-page "https://logfc.wordpress.com")
5263 (synopsis "Sankey or ribbon plots")
5264 (description
5265 "Sankey plots are a type of diagram that is convenient to illustrate how
5266 flow of information, resources etc. separates and joins, much like observing
5267 how rivers split and merge. For example, they can be used to compare
5268 different clusterings. This package provides an implementation of Sankey
5269 plots for R.")
5270 (license license:gpl2+)))
5271
5272 (define-public r-dyn
5273 (package
5274 (name "r-dyn")
5275 (version "0.2-9.6")
5276 (source
5277 (origin
5278 (method url-fetch)
5279 (uri (cran-uri "dyn" version))
5280 (sha256
5281 (base32
5282 "16fqv9k7yxdgybwzafjkyqm16qpgqz13lcjpi6a1nc8xbzlzh0gb"))))
5283 (build-system r-build-system)
5284 (propagated-inputs
5285 `(("r-zoo" ,r-zoo)))
5286 (home-page "https://cran.r-project.org/web/packages/dyn")
5287 (synopsis "Time series regression")
5288 (description
5289 "This package provides the dyn class interfaces @code{ts}, @code{irts},
5290 @code{zoo} and @code{zooreg} time series classes to @code{lm}, @code{glm},
5291 @code{loess}, @code{quantreg::rq}, @code{MASS::rlm},
5292 @code{MCMCpack::MCMCregress()}, @code{quantreg::rq()},
5293 @code{randomForest::randomForest()} and other regression functions, allowing
5294 those functions to be used with time series including specifications that may
5295 contain lags, diffs and missing values.")
5296 ;; Any GPL version.
5297 (license license:gpl2+)))
5298
5299 (define-public r-catdap
5300 (package
5301 (name "r-catdap")
5302 (version "1.3.4")
5303 (source
5304 (origin
5305 (method url-fetch)
5306 (uri (cran-uri "catdap" version))
5307 (sha256
5308 (base32
5309 "0i877l61f6c75pczi235rzci67w29zv1d7z5zn5p5ymndclvlpl2"))))
5310 (build-system r-build-system)
5311 (native-inputs
5312 `(("gfortran" ,gfortran)))
5313 (home-page "https://cran.r-project.org/web/packages/catdap/")
5314 (synopsis "Tools for categorical data analysis")
5315 (description
5316 "This package provides functions for analyzing multivariate data.
5317 Dependencies of the distribution of the specified variable (response
5318 variable) to other variables (explanatory variables) are derived and
5319 evaluated by the @dfn{Akaike Information Criterion} (AIC).")
5320 (license license:gpl2+)))
5321
5322 (define-public r-arules
5323 (package
5324 (name "r-arules")
5325 (version "1.6-4")
5326 (source
5327 (origin
5328 (method url-fetch)
5329 (uri (cran-uri "arules" version))
5330 (sha256
5331 (base32
5332 "003c5cd3xzq39h7c19px077ygm0n1v7k83icy5zzrnkagyds2p8n"))))
5333 (build-system r-build-system)
5334 (propagated-inputs
5335 `(("r-matrix" ,r-matrix)))
5336 (home-page "https://github.com/mhahsler/arules")
5337 (synopsis "Mining association rules and frequent itemsets")
5338 (description
5339 "This package provides an infrastructure for representing, manipulating
5340 and analyzing transaction data and patterns (frequent itemsets and association rules).
5341 It also provides C implementations of the association mining algorithms Apriori
5342 and Eclat.")
5343 (license license:gpl3)))
5344
5345 (define-public r-parsedate
5346 (package
5347 (name "r-parsedate")
5348 (version "1.2.0")
5349 (source
5350 (origin
5351 (method url-fetch)
5352 (uri (cran-uri "parsedate" version))
5353 (sha256
5354 (base32
5355 "0gb3w6hmwxayhijpf36p5dk4h6bbdps57x3cgikwvvxkgi83rarr"))))
5356 (build-system r-build-system)
5357 (propagated-inputs
5358 `(("r-rematch2" ,r-rematch2)))
5359 (home-page "https://github.com/gaborcsardi/parsedate")
5360 (synopsis
5361 "Recognize and parse dates in various formats")
5362 (description
5363 "This package provides three functions for dealing with dates:
5364 @code{parse_iso_8601} recognizes and parses all valid ISO 8601 date and
5365 time formats, @code{parse_date} parses dates in unspecified formats,
5366 and @code{format_iso_8601} formats a date in ISO 8601 format.")
5367 (license license:gpl2)))
5368
5369 (define-public r-abc-data
5370 (package
5371 (name "r-abc-data")
5372 (version "1.0")
5373 (source
5374 (origin
5375 (method url-fetch)
5376 (uri (cran-uri "abc.data" version))
5377 (sha256
5378 (base32
5379 "1bv1n68ah714ws58cf285n2s2v5vn7382lfjca4jxph57lyg8hmj"))))
5380 (properties `((upstream-name . "abc.data")))
5381 (build-system r-build-system)
5382 (home-page "https://cran.r-project.org/web/packages/abc.data/")
5383 (synopsis "Data for Approximate Bayesian Computation (ABC) package")
5384 (description
5385 "This package contains data which are used by functions of the abc
5386 package which implements several @dfn{Approximate Bayesian Computation} (ABC)
5387 algorithms for performing parameter estimation, model selection, and
5388 goodness-of-fit.")
5389 (license license:gpl3+)))
5390
5391 (define-public r-abc
5392 (package
5393 (name "r-abc")
5394 (version "2.1")
5395 (source
5396 (origin
5397 (method url-fetch)
5398 (uri (cran-uri "abc" version))
5399 (sha256
5400 (base32
5401 "0ngzaaz2y2s03fhngvwipmy4kq38xrmyddaz6a6l858rxvadrlhb"))))
5402 (build-system r-build-system)
5403 (propagated-inputs
5404 `(("r-abc-data" ,r-abc-data)
5405 ("r-locfit" ,r-locfit)
5406 ("r-mass" ,r-mass)
5407 ("r-nnet" ,r-nnet)
5408 ("r-quantreg" ,r-quantreg)))
5409 (home-page "https://cran.r-project.org/web/packages/abc/")
5410 (synopsis "Tools for Approximate Bayesian Computation (ABC)")
5411 (description
5412 "This package implements several @dfn{Approximate Bayesian
5413 Computation} (ABC) algorithms for performing parameter estimation, model
5414 selection, and goodness-of-fit. Cross-validation tools are also available for
5415 measuring the accuracy of ABC estimates, and to calculate the
5416 misclassification probabilities of different models.")
5417 (license license:gpl3+)))
5418
5419 (define-public r-zip
5420 (package
5421 (name "r-zip")
5422 (version "2.0.4")
5423 (source
5424 (origin
5425 (method url-fetch)
5426 (uri (cran-uri "zip" version))
5427 (sha256
5428 (base32
5429 "1c02amk3pl6xir5jnbfiwiv2wvpkpbkkb1w71y6lf2yk7g3d0pdb"))))
5430 (build-system r-build-system)
5431 (home-page "https://github.com/gaborcsardi/zip")
5432 (synopsis "Cross-platform Zip compression")
5433 (description
5434 "This package provides a cross-platform Zip compression library for R.
5435 It is a replacement for the @code{zip} function, that does not require any
5436 additional external tools on any platform.")
5437 (license license:cc0)))
5438
5439 (define-public r-openxlsx
5440 (package
5441 (name "r-openxlsx")
5442 (version "4.1.4")
5443 (source
5444 (origin
5445 (method url-fetch)
5446 (uri (cran-uri "openxlsx" version))
5447 (sha256
5448 (base32
5449 "1mwxldw9i9nfksx1i6h1kfs7vmsz9fgyllbsipar4vnfyqhqp8q7"))))
5450 (build-system r-build-system)
5451 (propagated-inputs
5452 `(("r-rcpp" ,r-rcpp)
5453 ("r-stringi" ,r-stringi)
5454 ("r-zip" ,r-zip)))
5455 (home-page "https://github.com/awalker89/openxlsx")
5456 (synopsis "Read, write and edit XLSX files")
5457 (description
5458 "This package simplifies the creation of Excel @code{.xlsx} files by
5459 providing a high level interface to writing, styling and editing worksheets.
5460 Through the use of Rcpp, read/write times are comparable to the @code{xlsx}
5461 and @code{XLConnect} packages with the added benefit of removing the
5462 dependency on Java.")
5463 (license license:gpl3)))
5464
5465 (define-public r-rio
5466 (package
5467 (name "r-rio")
5468 (version "0.5.16")
5469 (source
5470 (origin
5471 (method url-fetch)
5472 (uri (cran-uri "rio" version))
5473 (sha256
5474 (base32
5475 "0rfl56fdawlhc98451a9lcb6a6m56kw0i7dvd5hx58z025d8vsyk"))))
5476 (build-system r-build-system)
5477 (propagated-inputs
5478 `(("r-curl" ,r-curl)
5479 ("r-data-table" ,r-data-table)
5480 ("r-foreign" ,r-foreign)
5481 ("r-haven" ,r-haven)
5482 ("r-openxlsx" ,r-openxlsx)
5483 ("r-readxl" ,r-readxl)
5484 ("r-tibble" ,r-tibble)))
5485 (home-page "https://github.com/leeper/rio")
5486 (synopsis "Swiss-army knife for data I/O")
5487 (description
5488 "This package provides streamlined data import and export infrastructure
5489 by making assumptions that the user is probably willing to make: @code{import}
5490 and @code{export} determine the data structure from the file extension,
5491 reasonable defaults are used for data import and export (e.g.,
5492 @code{stringsAsFactors=FALSE}), web-based import is natively
5493 supported (including from SSL/HTTPS), compressed files can be read directly
5494 without explicit decompression, and fast import packages are used where
5495 appropriate. An additional convenience function, @code{convert}, provides a
5496 simple method for converting between file types.")
5497 (license license:gpl2)))
5498
5499 (define-public r-maptools
5500 (package
5501 (name "r-maptools")
5502 (version "0.9-9")
5503 (source
5504 (origin
5505 (method url-fetch)
5506 (uri (cran-uri "maptools" version))
5507 (sha256
5508 (base32
5509 "0v4llkxk8qs61vq4ykvaim4k23aagdaz0p62ns7zfq02sln3pfk9"))))
5510 (build-system r-build-system)
5511 (propagated-inputs
5512 `(("r-foreign" ,r-foreign)
5513 ("r-lattice" ,r-lattice)
5514 ("r-sp" ,r-sp)))
5515 (home-page "http://r-forge.r-project.org/projects/maptools/")
5516 (synopsis "Tools for reading and handling spatial objects")
5517 (description
5518 "This package provides a set of tools for manipulating and reading
5519 geographic data, in particular ESRI Shapefiles. It includes binary access to
5520 GSHHG shoreline files. The package also provides interface wrappers for
5521 exchanging spatial objects with other R packages.")
5522 ;; The C source files from shapelib are released under the Expat license.
5523 ;; The R code is released under GPL version 2 or later.
5524 (license (list license:gpl2+
5525 license:expat))))
5526
5527 (define-public r-later
5528 (package
5529 (name "r-later")
5530 (version "1.0.0")
5531 (source
5532 (origin
5533 (method url-fetch)
5534 (uri (cran-uri "later" version))
5535 (sha256
5536 (base32
5537 "11xjavj7siz0xv2ffq1ld4bwl35jyrcfpvvs4p3ilpifxx49hyr7"))))
5538 (build-system r-build-system)
5539 (propagated-inputs
5540 `(("r-bh" ,r-bh)
5541 ("r-rcpp" ,r-rcpp)
5542 ("r-rlang" ,r-rlang)))
5543 (home-page "https://github.com/r-lib/later")
5544 (synopsis "Utilities for delaying function execution")
5545 (description
5546 "This package provides tools to execute arbitrary R or C functions some
5547 time after the current time, after the R execution stack has emptied.")
5548 (license license:gpl2+)))
5549
5550 (define-public r-promises
5551 (package
5552 (name "r-promises")
5553 (version "1.1.0")
5554 (source
5555 (origin
5556 (method url-fetch)
5557 (uri (cran-uri "promises" version))
5558 (sha256
5559 (base32
5560 "01l0ydjvvy6afcg5d6pzvk1ikd3djq8n2flv8c831ksn68z0zsn8"))))
5561 (build-system r-build-system)
5562 (propagated-inputs
5563 `(("r-later" ,r-later)
5564 ("r-magrittr" ,r-magrittr)
5565 ("r-r6" ,r-r6)
5566 ("r-rcpp" ,r-rcpp)
5567 ("r-rlang" ,r-rlang)))
5568 (home-page "https://rstudio.github.io/promises")
5569 (synopsis "Abstractions for promise-based asynchronous programming")
5570 (description
5571 "This package provides fundamental abstractions for doing asynchronous
5572 programming in R using promises. Asynchronous programming is useful for
5573 allowing a single R process to orchestrate multiple tasks in the background
5574 while also attending to something else. Semantics are similar to JavaScript
5575 promises, but with a syntax that is idiomatic R.")
5576 (license license:expat)))
5577
5578 (define-public r-dosnow
5579 (package
5580 (name "r-dosnow")
5581 (version "1.0.18")
5582 (source
5583 (origin
5584 (method url-fetch)
5585 (uri (cran-uri "doSNOW" version))
5586 (sha256
5587 (base32
5588 "0rj72z5505cprh6wykhhiz08l9bmd966srqh2qypwivf321bvrvh"))))
5589 (properties `((upstream-name . "doSNOW")))
5590 (build-system r-build-system)
5591 (propagated-inputs
5592 `(("r-foreach" ,r-foreach)
5593 ("r-iterators" ,r-iterators)
5594 ("r-snow" ,r-snow)))
5595 (home-page "https://cran.r-project.org/web/packages/doSNOW")
5596 (synopsis "Foreach parallel adaptor for the snow package")
5597 (description
5598 "This package provides a parallel backend for the @code{%dopar%} function
5599 using the @code{snow} package.")
5600 (license license:gpl2)))
5601
5602 (define-public r-snowfall
5603 (package
5604 (name "r-snowfall")
5605 (version "1.84-6.1")
5606 (source (origin
5607 (method url-fetch)
5608 (uri (cran-uri "snowfall" version))
5609 (sha256
5610 (base32 "13941rlw1jsdjsndp1plzj1cq5aqravizkrqn6l25r9im7rnsi2w"))))
5611 (build-system r-build-system)
5612 (propagated-inputs
5613 `(("r-snow" ,r-snow)))
5614 (home-page "http://cran.r-project.org/web/packages/snowfall/")
5615 (synopsis "Easier cluster computing")
5616 (description "This package is a usability wrapper around snow for easier
5617 development of parallel R programs. This package offers e.g. extended error
5618 checks, and additional functions. All functions work in sequential mode, too,
5619 if no cluster is present or wished. The package is also designed as connector
5620 to the cluster management tool @code{sfCluster}, but can also used without
5621 it.")
5622 (license license:gpl2+)))
5623
5624 (define-public r-rappdirs
5625 (package
5626 (name "r-rappdirs")
5627 (version "0.3.1")
5628 (source
5629 (origin
5630 (method url-fetch)
5631 (uri (cran-uri "rappdirs" version))
5632 (sha256
5633 (base32
5634 "0ji6sg3bdn5gazkq14xmmcq7jnbsyxw4lzmmbgv6526j2vn93n1g"))))
5635 (build-system r-build-system)
5636 (home-page "https://cran.r-project.org/web/packages/rappdirs/")
5637 (synopsis "Determine where to save data, caches, and logs")
5638 (description
5639 "This package provides an easy way to determine which directories on the
5640 user's computer should be used to save data, caches and logs. It is a port of
5641 Python's @url{https://github.com/ActiveState/appdirs,Appdirs} to R.")
5642 (license license:expat)))
5643
5644 (define-public r-renv
5645 (package
5646 (name "r-renv")
5647 (version "0.9.3")
5648 (source
5649 (origin
5650 (method url-fetch)
5651 (uri (cran-uri "renv" version))
5652 (sha256
5653 (base32
5654 "02ayfgbpw4b58148dcxz31anaxncwczmxs1zzkskwj0rzhb2x60r"))))
5655 (properties `((upstream-name . "renv")))
5656 (build-system r-build-system)
5657 (home-page "https://rstudio.github.io/renv")
5658 (synopsis "Project environments")
5659 (description
5660 "This package provides a dependency management toolkit for R. Using
5661 renv, you can create and manage project-local R libraries, save the state of
5662 these libraries to a lockfile, and later restore your library as required.
5663 Together, these tools can help make your projects more isolated, portable, and
5664 reproducible.")
5665 (license license:expat)))
5666
5667 (define-public r-learnr
5668 (package
5669 (name "r-learnr")
5670 (version "0.10.1")
5671 (source
5672 (origin
5673 (method url-fetch)
5674 (uri (cran-uri "learnr" version))
5675 (sha256
5676 (base32
5677 "08xwmms6x58y3dsfbl9c6d03145hb4ij97nqr1cc9dxxilmr6x31"))))
5678 (build-system r-build-system)
5679 (propagated-inputs
5680 `(("r-checkmate" ,r-checkmate)
5681 ("r-ellipsis" ,r-ellipsis)
5682 ("r-evaluate" ,r-evaluate)
5683 ("r-htmltools" ,r-htmltools)
5684 ("r-htmlwidgets" ,r-htmlwidgets)
5685 ("r-jsonlite" ,r-jsonlite)
5686 ("r-knitr" ,r-knitr)
5687 ("r-markdown" ,r-markdown)
5688 ("r-rappdirs" ,r-rappdirs)
5689 ("r-renv" ,r-renv)
5690 ("r-rmarkdown" ,r-rmarkdown)
5691 ("r-rprojroot" ,r-rprojroot)
5692 ("r-shiny" ,r-shiny)
5693 ("r-withr" ,r-withr)))
5694 (home-page "https://rstudio.github.io/learnr/")
5695 (synopsis "Interactive tutorials for R")
5696 (description
5697 "This package provides tools to create interactive tutorials using R
5698 Markdown. Use a combination of narrative, figures, videos, exercises, and
5699 quizzes to create self-paced tutorials for learning about R and R packages.")
5700 (license license:asl2.0)))
5701
5702 (define-public r-analytics
5703 (package
5704 (name "r-analytics")
5705 (version "3.0")
5706 (source
5707 (origin
5708 (method url-fetch)
5709 (uri (cran-uri "analytics" version))
5710 (sha256
5711 (base32
5712 "0js3c8lwj3knccb55nq03cbjlf4w390p9aid2mi5x80l3ayd9in1"))))
5713 (build-system r-build-system)
5714 (propagated-inputs
5715 `(("r-car" ,r-car)
5716 ("r-cluster" ,r-cluster)
5717 ("r-fractal" ,r-fractal)
5718 ("r-lmtest" ,r-lmtest)
5719 ("r-mass" ,r-mass)
5720 ("r-np" ,r-np)
5721 ("r-powerplus" ,r-powerplus)
5722 ("r-robust" ,r-robust)
5723 ("r-trend" ,r-trend)
5724 ("r-tsa" ,r-tsa)
5725 ("r-urca" ,r-urca)
5726 ("r-vim" ,r-vim)))
5727 (home-page "https://cran.r-project.org/web/packages/analytics/")
5728 (synopsis "Collection of data analysis tools")
5729 (description
5730 "This package is a collection of data analysis tools. It includes tools
5731 for regression outlier detection in a fitted linear model, stationary
5732 bootstrap using a truncated geometric distribution, a comprehensive test for
5733 weak stationarity, column means by group, weighted biplots, and a heuristic to
5734 obtain a better initial configuration in non-metric MDS.")
5735 (license license:gpl2)))
5736
5737 (define-public r-reticulate
5738 (package
5739 (name "r-reticulate")
5740 (version "1.14")
5741 (source
5742 (origin
5743 (method url-fetch)
5744 (uri (cran-uri "reticulate" version))
5745 (sha256
5746 (base32
5747 "0icb9zl9zlx75njv7y1dr450k0yw2n3q2jkr4nicnphdyfn69gkn"))))
5748 (build-system r-build-system)
5749 (inputs `(("python" ,python)))
5750 (propagated-inputs
5751 `(("r-rappdirs" ,r-rappdirs)
5752 ("r-jsonlite" ,r-jsonlite)
5753 ("r-matrix" ,r-matrix)
5754 ("r-rcpp" ,r-rcpp)))
5755 (home-page "https://github.com/rstudio/reticulate")
5756 (synopsis "R interface to Python")
5757 (description
5758 "This package provides an interface from R to Python modules, classes,
5759 and functions. When calling into Python, R data types are automatically
5760 converted to their equivalent Python types. When values are returned from
5761 Python to R they are converted back to R types.")
5762 (license license:asl2.0)))
5763
5764 (define-public r-bibtex
5765 (package
5766 (name "r-bibtex")
5767 (version "0.4.2.2")
5768 (source
5769 (origin
5770 (method url-fetch)
5771 (uri (cran-uri "bibtex" version))
5772 (sha256
5773 (base32
5774 "140hkjzdp3033cvji861rd06z1ixgpnn4n5amygqsmhnixk8ff07"))))
5775 (build-system r-build-system)
5776 (propagated-inputs `(("r-stringr" ,r-stringr)))
5777 (home-page "https://github.com/romainfrancois/bibtex")
5778 (synopsis "Bibtex parser")
5779 (description "This package provides a utility for R to parse a bibtex
5780 file.")
5781 (license license:gpl2+)))
5782
5783 (define-public r-ggseqlogo
5784 (package
5785 (name "r-ggseqlogo")
5786 (version "0.1")
5787 (source
5788 (origin
5789 (method url-fetch)
5790 (uri (cran-uri "ggseqlogo" version))
5791 (sha256
5792 (base32
5793 "13q6kcpxrqxqbji889fx63p0nsi08lk5yymkchig75r5k1d18ky1"))))
5794 (build-system r-build-system)
5795 (propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
5796 (home-page "https://github.com/omarwagih/ggseqlogo")
5797 (synopsis "ggplot2 extension for drawing genetic sequence logos")
5798 (description
5799 "The range of functions provided by this package makes it possible to
5800 draw highly versatile genomic sequence logos. Features include, but are not
5801 limited to, modifying colour schemes and fonts used to draw the logo,
5802 generating multiple logo plots, and aiding the visualisation with annotations.
5803 Sequence logos can easily be combined with other ggplot2 plots.")
5804 ;; Unspecified version of the LGPL.
5805 (license license:lgpl3+)))
5806
5807 (define-public r-ggsci
5808 (package
5809 (name "r-ggsci")
5810 (version "2.9")
5811 (source
5812 (origin
5813 (method url-fetch)
5814 (uri (cran-uri "ggsci" version))
5815 (sha256
5816 (base32
5817 "0g73x6grbka7ahjh6z23m3wrcifp5rdfdiasbl8lq4sp6rplxwaa"))))
5818 (build-system r-build-system)
5819 (propagated-inputs
5820 `(("r-ggplot2" ,r-ggplot2)
5821 ("r-scales" ,r-scales)))
5822 (home-page "https://nanx.me/ggsci/")
5823 (synopsis "Scientific journal and sci-fi themed color palettes for ggplot2")
5824 (description
5825 "This package provides a collection of ggplot2 color palettes inspired by
5826 plots in scientific journals, data visualization libraries, science fiction
5827 movies, and TV shows.")
5828 (license license:gpl3)))
5829
5830 (define-public r-ggsignif
5831 (package
5832 (name "r-ggsignif")
5833 (version "0.6.0")
5834 (source
5835 (origin
5836 (method url-fetch)
5837 (uri (cran-uri "ggsignif" version))
5838 (sha256
5839 (base32
5840 "17j9hg967k1wp9xw3x84mqss58jkb8pvlrnlchz4i1hklgykxqbg"))))
5841 (build-system r-build-system)
5842 (propagated-inputs
5843 `(("r-ggplot2" ,r-ggplot2)))
5844 (home-page "https://github.com/const-ae/ggsignif")
5845 (synopsis "Significance brackets for ggplot2")
5846 (description
5847 "Enrich your ggplots with group-wise comparisons. This package provides
5848 an easy way to indicate if two groups are significantly different. Commonly
5849 this is shown by a bracket on top connecting the groups of interest which
5850 itself is annotated with the level of significance. The package provides a
5851 single layer that takes the groups for comparison and the test as arguments
5852 and adds the annotation to the plot.")
5853 (license license:gpl3)))
5854
5855 (define-public r-ggpubr
5856 (package
5857 (name "r-ggpubr")
5858 (version "0.2.5")
5859 (source
5860 (origin
5861 (method url-fetch)
5862 (uri (cran-uri "ggpubr" version))
5863 (sha256
5864 (base32
5865 "0kb3hpmnhj4mkbx1kx0kv5y22himr8dijqx7ra0h8hi0pf2l2ha7"))))
5866 (build-system r-build-system)
5867 (propagated-inputs
5868 `(("r-cowplot" ,r-cowplot)
5869 ("r-dplyr" ,r-dplyr)
5870 ("r-ggplot2" ,r-ggplot2)
5871 ("r-ggrepel" ,r-ggrepel)
5872 ("r-ggsci" ,r-ggsci)
5873 ("r-ggsignif" ,r-ggsignif)
5874 ("r-glue" ,r-glue)
5875 ("r-gridextra" ,r-gridextra)
5876 ("r-magrittr" ,r-magrittr)
5877 ("r-polynom" ,r-polynom)
5878 ("r-purrr" ,r-purrr)
5879 ("r-rlang" ,r-rlang)
5880 ("r-scales" ,r-scales)
5881 ("r-tidyr" ,r-tidyr)))
5882 (home-page "http://www.sthda.com/english/rpkgs/ggpubr")
5883 (synopsis "ggplot2-based publication-ready plots")
5884 (description
5885 "The ggplot2 package is an excellent and flexible package for elegant
5886 data visualization in R. However the default generated plots require some
5887 formatting before we can send them for publication. The ggpubr package
5888 provides some easy-to-use functions for creating and customizing ggplot2-based
5889 publication-ready plots.")
5890 (license license:gpl2)))
5891
5892 (define-public r-ellipse
5893 (package
5894 (name "r-ellipse")
5895 (version "0.4.1")
5896 (source
5897 (origin
5898 (method url-fetch)
5899 (uri (cran-uri "ellipse" version))
5900 (sha256
5901 (base32
5902 "0g82vc51m3c1k0hnpp2zla6amxxgk2mmkl8ssnsc49jv3599r6hs"))))
5903 (build-system r-build-system)
5904 (home-page "https://cran.r-project.org/web/packages/ellipse/")
5905 (synopsis "Functions for drawing ellipses and ellipse-like confidence regions")
5906 (description
5907 "This package contains various routines for drawing ellipses and
5908 ellipse-like confidence regions, implementing the plots described in Murdoch
5909 and Chow (1996), A graphical display of large correlation matrices, The
5910 American Statistician 50, 178-180. There are also routines implementing the
5911 profile plots described in Bates and Watts (1988), Nonlinear Regression
5912 Analysis and its Applications.")
5913 (license license:gpl2+)))
5914
5915 (define-public r-flashclust
5916 (package
5917 (name "r-flashclust")
5918 (version "1.01-2")
5919 (source
5920 (origin
5921 (method url-fetch)
5922 (uri (cran-uri "flashClust" version))
5923 (sha256
5924 (base32
5925 "0l4lpz451ll7f7lfxmb7ds24ppzhfg1c3ypvydglcc35p2dq99s8"))))
5926 (properties `((upstream-name . "flashClust")))
5927 (build-system r-build-system)
5928 (native-inputs `(("gfortran" ,gfortran)))
5929 (home-page "https://cran.r-project.org/web/packages/flashClust/")
5930 (synopsis "Implementation of optimal hierarchical clustering")
5931 (description
5932 "This package provides a fast implementation of hierarchical
5933 clustering.")
5934 (license license:gpl2+)))
5935
5936 (define-public r-factominer
5937 (package
5938 (name "r-factominer")
5939 (version "2.3")
5940 (source
5941 (origin
5942 (method url-fetch)
5943 (uri (cran-uri "FactoMineR" version))
5944 (sha256
5945 (base32
5946 "0ldgf3daksh6lpblhqys67m4mxqx3q9s9n5plfam6dwshfik0ky6"))))
5947 (properties `((upstream-name . "FactoMineR")))
5948 (build-system r-build-system)
5949 (propagated-inputs
5950 `(("r-car" ,r-car)
5951 ("r-cluster" ,r-cluster)
5952 ("r-ellipse" ,r-ellipse)
5953 ("r-flashclust" ,r-flashclust)
5954 ("r-ggplot2" ,r-ggplot2)
5955 ("r-ggrepel" ,r-ggrepel)
5956 ("r-lattice" ,r-lattice)
5957 ("r-leaps" ,r-leaps)
5958 ("r-mass" ,r-mass)
5959 ("r-scatterplot3d" ,r-scatterplot3d)))
5960 (home-page "http://factominer.free.fr")
5961 (synopsis "Multivariate exploratory data analysis and data mining")
5962 (description
5963 "This package provides exploratory data analysis methods to summarize,
5964 visualize and describe datasets. The main principal component methods are
5965 available, those with the largest potential in terms of applications:
5966 principal component analysis (PCA) when variables are quantitative,
5967 correspondence analysis (CA) and multiple correspondence analysis (MCA) when
5968 variables are categorical, Multiple Factor Analysis when variables are
5969 structured in groups, etc. and hierarchical cluster analysis.")
5970 (license license:gpl2+)))
5971
5972 (define-public r-factoextra
5973 (package
5974 (name "r-factoextra")
5975 (version "1.0.6")
5976 (source
5977 (origin
5978 (method url-fetch)
5979 (uri (cran-uri "factoextra" version))
5980 (sha256
5981 (base32
5982 "0bpsbcmp6jpa9qk53dhfzghrz98dh0h0n68brl7rjz724yjbvhn8"))))
5983 (build-system r-build-system)
5984 (propagated-inputs
5985 `(("r-abind" ,r-abind)
5986 ("r-cluster" ,r-cluster)
5987 ("r-dendextend" ,r-dendextend)
5988 ("r-factominer" ,r-factominer)
5989 ("r-ggplot2" ,r-ggplot2)
5990 ("r-ggpubr" ,r-ggpubr)
5991 ("r-ggrepel" ,r-ggrepel)
5992 ("r-reshape2" ,r-reshape2)
5993 ("r-tidyr" ,r-tidyr)))
5994 (home-page "http://www.sthda.com/english/rpkgs/factoextra")
5995 (synopsis "Extract and visualize the results of multivariate data analyses")
5996 (description
5997 "This package provides some easy-to-use functions to extract and
5998 visualize the output of multivariate data analyses, including
5999 @code{PCA} (Principal Component Analysis), @code{CA} (Correspondence
6000 Analysis), @code{MCA} (Multiple Correspondence Analysis), @code{FAMD} (Factor
6001 Analysis of Mixed Data), @code{MFA} (Multiple Factor Analysis) and
6002 @code{HMFA} (Hierarchical Multiple Factor Analysis) functions from different R
6003 packages. It contains also functions for simplifying some clustering analysis
6004 steps and provides ggplot2-based elegant data visualization.")
6005 (license license:gpl2)))
6006
6007 (define-public r-fansi
6008 (package
6009 (name "r-fansi")
6010 (version "0.4.1")
6011 (source
6012 (origin
6013 (method url-fetch)
6014 (uri (cran-uri "fansi" version))
6015 (sha256
6016 (base32
6017 "028ywjy538psnmdnddvy5jr3idzffr4hikzr4x97x0m30g4fws9w"))))
6018 (build-system r-build-system)
6019 (native-inputs
6020 `(("r-knitr" ,r-knitr))) ; for vignettes
6021 (home-page "https://github.com/brodieG/fansi")
6022 (synopsis "ANSI control sequence aware string functions")
6023 (description
6024 "This package provides counterparts to R string manipulation functions
6025 that account for the effects of ANSI text formatting control sequences.")
6026 (license license:gpl2+)))
6027
6028 (define-public r-nbclust
6029 (package
6030 (name "r-nbclust")
6031 (version "3.0")
6032 (source
6033 (origin
6034 (method url-fetch)
6035 (uri (cran-uri "NbClust" version))
6036 (sha256
6037 (base32
6038 "1vwb48zy6ln1ddpqmfngii1i80n8qmqyxnzdp6gbaq96lakl3w3c"))))
6039 (properties `((upstream-name . "NbClust")))
6040 (build-system r-build-system)
6041 (home-page "https://sites.google.com/site/malikacharrad/research/nbclust-package")
6042 (synopsis "Determine the best number of clusters in a data set")
6043 (description
6044 "NbClust provides 30 indexes for determining the optimal number of
6045 clusters in a data set and offers the best clustering scheme from different
6046 results to the user.")
6047 (license license:gpl2)))
6048
6049 (define-public r-hdf5r
6050 (package
6051 (name "r-hdf5r")
6052 (version "1.3.1")
6053 (source
6054 (origin
6055 (method url-fetch)
6056 (uri (cran-uri "hdf5r" version))
6057 (sha256
6058 (base32
6059 "0hvi2cvyv6zlxgpawnmsihxclp2ln88slbrnmaxagmjswskxsrpx"))))
6060 (build-system r-build-system)
6061 (inputs
6062 `(("hdf5" ,hdf5)
6063 ("zlib" ,zlib)))
6064 (propagated-inputs
6065 `(("r-bit64" ,r-bit64)
6066 ("r-r6" ,r-r6)))
6067 (home-page "https://hhoeflin.github.io/hdf5r")
6068 (synopsis "Interface to the HDF5 binary data format")
6069 (description
6070 "HDF5 is a data model, library and file format for storing and managing
6071 large amounts of data. This package provides a nearly feature complete,
6072 object oriented wrapper for the HDF5 API using R6 classes. Additionally,
6073 functionality is added so that HDF5 objects behave very similar to their
6074 corresponding R counterparts.")
6075 (license license:asl2.0)))
6076
6077 (define-public r-itertools
6078 (package
6079 (name "r-itertools")
6080 (version "0.1-3")
6081 (source
6082 (origin
6083 (method url-fetch)
6084 (uri (cran-uri "itertools" version))
6085 (sha256
6086 (base32
6087 "1ls5biiva10pb1dj3ph4griykb9vam02hkrdmlr5a5wf660hg6xn"))))
6088 (build-system r-build-system)
6089 (propagated-inputs
6090 `(("r-iterators" ,r-iterators)))
6091 (home-page "https://cran.r-project.org/web/packages/itertools/")
6092 (synopsis "Iterator tools")
6093 (description
6094 "This package provides various tools for creating iterators, many
6095 patterned after functions in the Python @code{itertools} module, and others
6096 patterned after functions in the snow package.")
6097 (license license:gpl2)))
6098
6099 (define-public r-polynom
6100 (package
6101 (name "r-polynom")
6102 (version "1.4-0")
6103 (source
6104 (origin
6105 (method url-fetch)
6106 (uri (cran-uri "polynom" version))
6107 (sha256
6108 (base32
6109 "1pflscwc0qzdf0y60j7s0dkglgmz18xajywfbn6s263idyr8idy5"))))
6110 (build-system r-build-system)
6111 (home-page "https://cran.r-project.org/web/packages/polynom/")
6112 (synopsis "Functions for univariate polynomial manipulations")
6113 (description
6114 "This package provides a collection of functions to implement a class for
6115 univariate polynomial manipulations.")
6116 (license license:gpl2)))
6117
6118 (define-public r-gbrd
6119 (package
6120 (name "r-gbrd")
6121 (version "0.4-11")
6122 (source
6123 (origin
6124 (method url-fetch)
6125 (uri (cran-uri "gbRd" version))
6126 (sha256
6127 (base32
6128 "06x97rw5i6v6cgjxkfhxnw4dn7lghn5q6ra7ri5ag1x9dkfzcl82"))))
6129 (properties `((upstream-name . "gbRd")))
6130 (build-system r-build-system)
6131 (home-page "https://cran.r-project.org/web/packages/gbRd/")
6132 (synopsis "Utilities for processing Rd objects and files")
6133 (description
6134 "This package provides utilities for processing Rd objects and files.
6135 Extract argument descriptions and other parts of the help pages of
6136 functions.")
6137 (license license:gpl2+)))
6138
6139 (define-public r-rjags
6140 (package
6141 (name "r-rjags")
6142 (version "4-10")
6143 (source
6144 (origin
6145 (method url-fetch)
6146 (uri (cran-uri "rjags" version))
6147 (sha256
6148 (base32
6149 "1nhaim84ww8fd6m8xlpmngqcnp2qpql29ahc38366fxja3ghngmx"))))
6150 (build-system r-build-system)
6151 (propagated-inputs
6152 `(("r-coda" ,r-coda)))
6153 (inputs
6154 `(("jags" ,jags)))
6155 (native-inputs
6156 `(("pkg-config" ,pkg-config)))
6157 (home-page "http://mcmc-jags.sourceforge.net")
6158 (synopsis "Bayesian graphical models using MCMC")
6159 (description
6160 "This package provides an R interface to the JAGS MCMC library. JAGS is
6161 Just Another Gibbs Sampler. It is a program for analysis of Bayesian
6162 hierarchical models using Markov Chain Monte Carlo (MCMC) simulation.")
6163 (license license:gpl2)))
6164
6165 (define-public r-rdpack
6166 (package
6167 (name "r-rdpack")
6168 (version "0.11-1")
6169 (source
6170 (origin
6171 (method url-fetch)
6172 (uri (cran-uri "Rdpack" version))
6173 (sha256
6174 (base32
6175 "080y15p2hl4jsq91ak2f1y2kx1iqq5c5wzyx3zyhjwp01cahy0jq"))))
6176 (properties `((upstream-name . "Rdpack")))
6177 (build-system r-build-system)
6178 (propagated-inputs
6179 `(("r-bibtex" ,r-bibtex)
6180 ("r-gbrd" ,r-gbrd)))
6181 (home-page "https://github.com/GeoBosh/Rdpack")
6182 (synopsis "Update and manipulate Rd documentation objects")
6183 (description
6184 "This package provides functions for manipulation of R documentation
6185 objects, including functions @code{reprompt()} and @code{ereprompt()} for
6186 updating Rd documentation for functions, methods and classes; it also includes
6187 Rd macros for citations and import of references from bibtex files for use in
6188 Rd files and roxygen2 comments, as well as many functions for manipulation of
6189 references and Rd files.")
6190 (license license:gpl2+)))
6191
6192 (define-public r-officer
6193 (package
6194 (name "r-officer")
6195 (version "0.3.7")
6196 (source
6197 (origin
6198 (method url-fetch)
6199 (uri (cran-uri "officer" version))
6200 (sha256
6201 (base32
6202 "1zyrcf0xxm67bskynjac8dhil2as7rb0mmqaq30zp9lrgfwiycpz"))))
6203 (build-system r-build-system)
6204 (propagated-inputs
6205 `(("r-digest" ,r-digest)
6206 ("r-magrittr" ,r-magrittr)
6207 ("r-r6" ,r-r6)
6208 ("r-uuid" ,r-uuid)
6209 ("r-xml2" ,r-xml2)
6210 ("r-zip" ,r-zip)))
6211 (home-page "https://davidgohel.github.io/officer")
6212 (synopsis "Manipulation of Word and PowerPoint documents")
6213 (description
6214 "This package provides tools to access and manipulate Word and PowerPoint
6215 documents from R. The package focuses on tabular and graphical reporting from
6216 R; it also provides two functions that let users get document content into
6217 data objects. A set of functions lets add and remove images, tables and
6218 paragraphs of text in new or existing documents. When working with PowerPoint
6219 presentations, slides can be added or removed; shapes inside slides can also
6220 be added or removed. When working with Word documents, a cursor can be used
6221 to help insert or delete content at a specific location in the document.")
6222 (license license:gpl3)))
6223
6224 (define-public r-abn
6225 (package
6226 (name "r-abn")
6227 (version "2.2")
6228 (source
6229 (origin
6230 (method url-fetch)
6231 (uri (cran-uri "abn" version))
6232 (sha256
6233 (base32
6234 "19w6bdjyp4zwqs6p0flry4qxqynf9rh8ykdrfrp61wrdf7kysw0d"))))
6235 (build-system r-build-system)
6236 (inputs
6237 `(("gsl" ,gsl)))
6238 (propagated-inputs
6239 `(("r-lme4" ,r-lme4)
6240 ("r-mass" ,r-mass)
6241 ("r-nnet" ,r-nnet)
6242 ("r-rcpp" ,r-rcpp)
6243 ("r-rcpparmadillo" ,r-rcpparmadillo)
6244 ("r-rjags" ,r-rjags)))
6245 (home-page "https://r-bayesian-networks.org/")
6246 (synopsis "Modelling multivariate data with additive bayesian networks")
6247 (description
6248 "Bayesian network analysis is a form of probabilistic graphical models
6249 which derives from empirical data a directed acyclic graph, DAG, describing
6250 the dependency structure between random variables. An additive Bayesian
6251 network model consists of a form of a DAG where each node comprises a
6252 @dfn{generalized linear model} (GLM). Additive Bayesian network models are
6253 equivalent to Bayesian multivariate regression using graphical modelling, they
6254 generalises the usual multivariable regression, GLM, to multiple dependent
6255 variables. This package provides routines to help determine optimal Bayesian
6256 network models for a given data set, where these models are used to identify
6257 statistical dependencies in messy, complex data.")
6258 (license license:gpl2+)))
6259
6260 (define-public r-acd
6261 (package
6262 (name "r-acd")
6263 (version "1.5.3")
6264 (source
6265 (origin
6266 (method url-fetch)
6267 (uri (cran-uri "ACD" version))
6268 (sha256
6269 (base32
6270 "1a67bi3hklq8nlc50r0qnyr4k7m9kpvijy8sqqpm54by5hsysfd6"))))
6271 (properties `((upstream-name . "ACD")))
6272 (build-system r-build-system)
6273 (home-page "https://cran.r-project.org/web/packages/ACD/")
6274 (synopsis "Categorical data analysis with complete or missing responses")
6275 (description
6276 "This package provides tools for categorical data analysis with complete
6277 or missing responses.")
6278 (license license:gpl2+)))
6279
6280 (define-public r-acdm
6281 (package
6282 (name "r-acdm")
6283 (version "1.0.4")
6284 (source
6285 (origin
6286 (method url-fetch)
6287 (uri (cran-uri "ACDm" version))
6288 (sha256
6289 (base32
6290 "0b4f02ga5ra66mbrm79g0bnlzmii82rks9kmxixxqgf18yhlyjil"))))
6291 (properties `((upstream-name . "ACDm")))
6292 (build-system r-build-system)
6293 (propagated-inputs
6294 `(("r-dplyr" ,r-dplyr)
6295 ("r-ggplot2" ,r-ggplot2)
6296 ("r-plyr" ,r-plyr)
6297 ("r-rsolnp" ,r-rsolnp)
6298 ("r-zoo" ,r-zoo)))
6299 (home-page "https://cran.r-project.org/web/packages/ACDm/")
6300 (synopsis "Tools for Autoregressive Conditional Duration Models")
6301 (description
6302 "ACDm is a package for Autoregressive Conditional Duration (ACD, Engle
6303 and Russell, 1998) models. It creates trade, price or volume durations from
6304 transactions (tic) data, performs diurnal adjustments, fits various ACD models
6305 and tests them.")
6306 (license license:gpl2+)))
6307
6308 (define-public r-overlap
6309 (package
6310 (name "r-overlap")
6311 (version "0.3.2")
6312 (source
6313 (origin
6314 (method url-fetch)
6315 (uri (cran-uri "overlap" version))
6316 (sha256
6317 (base32
6318 "1j3m6ir1chdz0si2fhcw6gs7c9h09bv0chz18rpzxsywww6d4rzy"))))
6319 (build-system r-build-system)
6320 (home-page "https://cran.r-project.org/web/packages/overlap/")
6321 (synopsis "Estimates of coefficient of overlapping for animal activity patterns")
6322 (description
6323 "This package provides functions to fit kernel density functions to data
6324 on temporal activity patterns of animals; estimate coefficients of overlapping
6325 of densities for two species; and calculate bootstrap estimates of confidence
6326 intervals.")
6327 (license license:gpl3+)))
6328
6329 (define-public r-snakecase
6330 (package
6331 (name "r-snakecase")
6332 (version "0.11.0")
6333 (source
6334 (origin
6335 (method url-fetch)
6336 (uri (cran-uri "snakecase" version))
6337 (sha256
6338 (base32
6339 "1ky1x2cp5rd0ffd9m1fji9sq4z4jsrpxzg30brw8bb4ihfjj114r"))))
6340 (build-system r-build-system)
6341 (propagated-inputs
6342 `(("r-stringi" ,r-stringi)
6343 ("r-stringr" ,r-stringr)))
6344 (home-page "https://github.com/Tazinho/snakecase")
6345 (synopsis "Convert strings into any case")
6346 (description
6347 "This package provides a consistent, flexible and easy to use tool to
6348 parse and convert strings into cases like snake or camel among others.")
6349 (license license:gpl3)))
6350
6351 (define-public r-prediction
6352 (package
6353 (name "r-prediction")
6354 (version "0.3.14")
6355 (source
6356 (origin
6357 (method url-fetch)
6358 (uri (cran-uri "prediction" version))
6359 (sha256
6360 (base32
6361 "0awlq5lxfia6m2b91w73rksp93rbwv5gwqb36wbji4rgq41rzbrx"))))
6362 (build-system r-build-system)
6363 (propagated-inputs
6364 `(("r-data-table" ,r-data-table)))
6365 (home-page "https://github.com/leeper/prediction")
6366 (synopsis "Tidy, type-safe prediction methods")
6367 (description
6368 "This package provides the @code{prediction()} function, a type-safe
6369 alternative to @code{predict()} that always returns a data frame. The package
6370 currently supports common model types (e.g., @code{\"lm\"}, @code{\"glm\"})
6371 from the @code{stats} package, as well as numerous other model classes from
6372 other add-on packages.")
6373 (license license:expat)))
6374
6375 (define-public r-insight
6376 (package
6377 (name "r-insight")
6378 (version "0.8.1")
6379 (source
6380 (origin
6381 (method url-fetch)
6382 (uri (cran-uri "insight" version))
6383 (sha256
6384 (base32
6385 "1y889bydmji3pcq2bdf6xl6ikmd45wbwl53ssvsk05b5ahkyxi76"))))
6386 (build-system r-build-system)
6387 (home-page "https://easystats.github.io/insight/")
6388 (synopsis "Easy access to model information for various model objects")
6389 (description
6390 "This package provides a tool to provide an easy, intuitive and
6391 consistent access to information contained in various R models, like model
6392 formulas, model terms, information about random effects, data that was used to
6393 fit the model or data from response variables. The package mainly revolves
6394 around two types of functions: Functions that find (the names of) information,
6395 starting with @code{find_}, and functions that get the underlying data,
6396 starting with @code{get_}. The package has a consistent syntax and works with
6397 many different model objects, where otherwise functions to access these
6398 information are missing.")
6399 (license license:gpl3)))
6400
6401 (define-public r-sjlabelled
6402 (package
6403 (name "r-sjlabelled")
6404 (version "1.1.3")
6405 (source
6406 (origin
6407 (method url-fetch)
6408 (uri (cran-uri "sjlabelled" version))
6409 (sha256
6410 (base32
6411 "1amq7i9sxf0pkxhskqc53xq5wvc9rdxm7cxyb4b6xh6qsskjnlsj"))))
6412 (build-system r-build-system)
6413 (propagated-inputs
6414 `(("r-haven" ,r-haven)
6415 ("r-insight" ,r-insight)))
6416 (home-page "https://github.com/strengejacke/sjlabelled")
6417 (synopsis "Labelled data utility functions")
6418 (description
6419 "This package provides a collection of functions dealing with labelled
6420 data, like reading and writing data between R and other statistical software
6421 packages. This includes easy ways to get, set or change value and variable
6422 label attributes, to convert labelled vectors into factors or numeric (and
6423 vice versa), or to deal with multiple declared missing values.")
6424 (license license:gpl3)))
6425
6426 (define-public r-sjmisc
6427 (package
6428 (name "r-sjmisc")
6429 (version "2.8.3")
6430 (source
6431 (origin
6432 (method url-fetch)
6433 (uri (cran-uri "sjmisc" version))
6434 (sha256
6435 (base32
6436 "0w8l9grmp4q775jrf4q6rxx36ld5daz9b0gdxyyh42xfihk6m62h"))))
6437 (build-system r-build-system)
6438 (propagated-inputs
6439 `(("r-dplyr" ,r-dplyr)
6440 ("r-insight" ,r-insight)
6441 ("r-magrittr" ,r-magrittr)
6442 ("r-purrr" ,r-purrr)
6443 ("r-rlang" ,r-rlang)
6444 ("r-sjlabelled" ,r-sjlabelled)
6445 ("r-tidyselect" ,r-tidyselect)))
6446 (home-page "https://github.com/strengejacke/sjmisc")
6447 (synopsis "Data and variable transformation functions")
6448 (description
6449 "This package is a collection of miscellaneous utility functions,
6450 supporting data transformation tasks like recoding, dichotomizing or grouping
6451 variables, setting and replacing missing values. The data transformation
6452 functions also support labelled data, and all integrate seamlessly into a
6453 tidyverse workflow.")
6454 (license license:gpl3)))
6455
6456 (define-public r-nortest
6457 (package
6458 (name "r-nortest")
6459 (version "1.0-4")
6460 (source
6461 (origin
6462 (method url-fetch)
6463 (uri (cran-uri "nortest" version))
6464 (sha256
6465 (base32
6466 "17r0wpz72z9312c70nwi1i1kp1v9fm1h6jg7q5cx1mc1h420m1d3"))))
6467 (build-system r-build-system)
6468 (home-page "https://cran.r-project.org/web/packages/nortest/")
6469 (synopsis "Tests for normality")
6470 (description
6471 "This package provides five omnibus tests for testing the composite
6472 hypothesis of normality.")
6473 (license license:gpl2+)))
6474
6475 (define-public r-moonbook
6476 (package
6477 (name "r-moonbook")
6478 (version "0.2.3")
6479 (source
6480 (origin
6481 (method url-fetch)
6482 (uri (cran-uri "moonBook" version))
6483 (sha256
6484 (base32
6485 "0hys56mwbm776ff7dibi8wzyf69qiais9rs1jazv79lk6h56s9s6"))))
6486 (properties `((upstream-name . "moonBook")))
6487 (build-system r-build-system)
6488 (propagated-inputs
6489 `(("r-magrittr" ,r-magrittr)
6490 ("r-nortest" ,r-nortest)
6491 ("r-purrr" ,r-purrr)
6492 ("r-sjmisc" ,r-sjmisc)
6493 ("r-stringr" ,r-stringr)
6494 ("r-survival" ,r-survival)))
6495 (home-page "https://github.com/cardiomoon/moonBook")
6496 (synopsis "Functions and datasets for the book by Keon-Woong Moon")
6497 (description
6498 "This package provides several analysis-related functions for the book
6499 entitled \"R statistics and graph for medical articles\" (written in Korean),
6500 version 1, by Keon-Woong Moon with Korean demographic data with several plot
6501 functions.")
6502 (license license:gpl2)))
6503
6504 (define-public r-flextable
6505 (package
6506 (name "r-flextable")
6507 (version "0.5.8")
6508 (source
6509 (origin
6510 (method url-fetch)
6511 (uri (cran-uri "flextable" version))
6512 (sha256
6513 (base32
6514 "1x24rz1r5xin122czg85d7nrkwpaabb60p50m3yrd3dh81vfp0hk"))))
6515 (build-system r-build-system)
6516 (propagated-inputs
6517 `(("r-base64enc" ,r-base64enc)
6518 ("r-data-table" ,r-data-table)
6519 ("r-gdtools" ,r-gdtools)
6520 ("r-htmltools" ,r-htmltools)
6521 ("r-knitr" ,r-knitr)
6522 ("r-officer" ,r-officer)
6523 ("r-rlang" ,r-rlang)
6524 ("r-rmarkdown" ,r-rmarkdown)
6525 ("r-xml2" ,r-xml2)))
6526 (home-page "https://davidgohel.github.io/flextable")
6527 (synopsis "Functions for tabular reporting")
6528 (description
6529 "This package provides tools to create pretty tables for HTML documents
6530 and other formats. Functions are provided to let users create tables, modify
6531 and format their content. It extends the @code{officer} package and can be
6532 used within R markdown documents when rendering to HTML and to Word
6533 documents.")
6534 (license license:gpl3)))
6535
6536 (define-public r-writexl
6537 (package
6538 (name "r-writexl")
6539 (version "1.2")
6540 (source
6541 (origin
6542 (method url-fetch)
6543 (uri (cran-uri "writexl" version))
6544 (sha256
6545 (base32
6546 "09fhdip6igcg97fjx4c7727cx2lb49l4d74l4i8rg2bag2s5lrj3"))))
6547 (build-system r-build-system)
6548 (inputs `(("zlib" ,zlib)))
6549 (home-page "https://github.com/ropensci/writexl")
6550 (synopsis "Export data frames to xlsx format")
6551 (description
6552 "This package provides a data frame to xlsx exporter based on
6553 libxlsxwriter.")
6554 (license license:bsd-2)))
6555
6556 (define-public r-biasedurn
6557 (package
6558 (name "r-biasedurn")
6559 (version "1.07")
6560 (source
6561 (origin
6562 (method url-fetch)
6563 (uri (cran-uri "BiasedUrn" version))
6564 (sha256
6565 (base32
6566 "13i2lgfnjhlbbm2yxfc2l5hswqw6x03pwba5csjmirv8kpjw4xr3"))))
6567 (properties `((upstream-name . "BiasedUrn")))
6568 (build-system r-build-system)
6569 (home-page "https://cran.r-project.org/web/packages/BiasedUrn/")
6570 (synopsis "Biased Urn model distributions")
6571 (description
6572 "This package provides statistical models of biased sampling in the form
6573 of univariate and multivariate noncentral hypergeometric distributions,
6574 including Wallenius' noncentral hypergeometric distribution and Fisher's
6575 noncentral hypergeometric distribution (also called extended hypergeometric
6576 distribution).")
6577 (license license:gpl3)))
6578
6579 (define-public r-goplot
6580 (package
6581 (name "r-goplot")
6582 (version "1.0.2")
6583 (source
6584 (origin
6585 (method url-fetch)
6586 (uri (cran-uri "GOplot" version))
6587 (sha256
6588 (base32
6589 "1y8dv0kbzpr9za91njw0x233vx5d13vqml9hmpddcyi9s6va5nix"))))
6590 (properties `((upstream-name . "GOplot")))
6591 (build-system r-build-system)
6592 (propagated-inputs
6593 `(("r-ggdendro" ,r-ggdendro)
6594 ("r-ggplot2" ,r-ggplot2)
6595 ("r-gridextra" ,r-gridextra)
6596 ("r-rcolorbrewer" ,r-rcolorbrewer)))
6597 (home-page "https://github.com/wencke/wencke.github.io")
6598 (synopsis "Visualization of functional analysis data")
6599 (description
6600 "This package provides an implementation of multilayered visualizations
6601 for enhanced graphical representation of functional analysis data. It
6602 combines and integrates omics data derived from expression and functional
6603 annotation enrichment analyses. Its plotting functions have been developed
6604 with an hierarchical structure in mind: starting from a general overview to
6605 identify the most enriched categories (modified bar plot, bubble plot) to a
6606 more detailed one displaying different types of relevant information for the
6607 molecules in a given set of categories (circle plot, chord plot, cluster plot,
6608 Venn diagram, heatmap).")
6609 (license license:gpl2)))
6610
6611 (define-public r-getopt
6612 (package
6613 (name "r-getopt")
6614 (version "1.20.3")
6615 (source
6616 (origin
6617 (method url-fetch)
6618 (uri (cran-uri "getopt" version))
6619 (sha256
6620 (base32
6621 "0zzmzgwl9a4y3s34600vmih22d6y32294f9bvxrnmffnvkgmy7sk"))))
6622 (build-system r-build-system)
6623 (home-page "https://github.com/trevorld/getopt")
6624 (synopsis "Command-line option processor for R")
6625 (description
6626 "This package is designed to be used with Rscript to write shebang
6627 scripts that accept short and long options. Many users will prefer to
6628 use the packages @code{optparse} or @code{argparse} which add extra
6629 features like automatically generated help options and usage texts,
6630 support for default values, positional argument support, etc.")
6631 (license license:gpl2+)))
6632
6633 (define-public r-findpython
6634 (package
6635 (name "r-findpython")
6636 (version "1.0.5")
6637 (source
6638 (origin
6639 (method url-fetch)
6640 (uri (cran-uri "findpython" version))
6641 (sha256
6642 (base32
6643 "0icifm4z6hhpmcjrg75a875iph0ci890ss02kdv3725pijc236iy"))))
6644 (build-system r-build-system)
6645 (home-page "https://github.com/trevorld/findpython")
6646 (synopsis "Functions to find an acceptable Python binary")
6647 (description
6648 "This package was designed to find an acceptable Python binary that
6649 matches version and feature constraints.")
6650 (license license:expat)))
6651
6652 ;; This in not the same as "r-argparser"
6653 (define-public r-argparse
6654 (package
6655 (name "r-argparse")
6656 (version "2.0.1")
6657 (source
6658 (origin
6659 (method url-fetch)
6660 (uri (cran-uri "argparse" version))
6661 (sha256
6662 (base32
6663 "1as7h6z7kzgv0fqzpnp76qbm96b4jcd37azd58b7rz0l1n94764l"))))
6664 (build-system r-build-system)
6665 (inputs `(("python" ,python)))
6666 (propagated-inputs
6667 `(("r-findpython" ,r-findpython)
6668 ("r-jsonlite" ,r-jsonlite)
6669 ("r-r6" ,r-r6)))
6670 (home-page "https://github.com/trevorld/argparse")
6671 (synopsis "Command line optional and positional argument parser")
6672 (description
6673 "This package provides a command line parser to be used with Rscript to
6674 write shebang scripts that gracefully accept positional and optional arguments
6675 and automatically generate usage notices.")
6676 (license license:gpl2+)))
6677
6678 (define-public r-hash
6679 (package
6680 (name "r-hash")
6681 (version "2.2.6.1")
6682 (source
6683 (origin
6684 (method url-fetch)
6685 (uri (cran-uri "hash" version))
6686 (sha256
6687 (base32
6688 "0b3fl0rvgwb992knl81vm99lsldg5clvaqjh6mamm6zqmb6dz056"))))
6689 (build-system r-build-system)
6690 (home-page "https://cran.r-project.org/web/packages/hash/")
6691 (synopsis "Implementation of hash/associated arrays/dictionaries")
6692 (description
6693 "This package implements a data structure similar to hashes in Perl and
6694 dictionaries in Python but with a purposefully R flavor. For objects of
6695 appreciable size, access using hashes outperforms native named lists and
6696 vectors.")
6697 (license license:gpl2+)))
6698
6699 (define-public r-orddom
6700 (package
6701 (name "r-orddom")
6702 (version "3.1")
6703 (source
6704 (origin
6705 (method url-fetch)
6706 (uri (cran-uri "orddom" version))
6707 (sha256
6708 (base32
6709 "165axs15fvwhrp89xd87l81q3h2qjll1vrwcsap645cwvb85nwsh"))))
6710 (build-system r-build-system)
6711 (propagated-inputs `(("r-psych" ,r-psych)))
6712 (home-page "https://cran.r-project.org/web/packages/orddom/")
6713 (synopsis "Ordinal dominance statistics")
6714 (description
6715 "This package provides tools to compute ordinal, statistics and effect
6716 sizes as an alternative to mean comparison: Cliff's delta or success rate
6717 difference (SRD), Vargha and Delaney's A or the Area Under a Receiver
6718 Operating Characteristic Curve (AUC), the discrete type of McGraw & Wong's
6719 Common Language Effect Size (CLES) or Grissom & Kim's Probability of
6720 Superiority (PS), and the Number needed to treat (NNT) effect size. Moreover,
6721 comparisons to Cohen's d are offered based on Huberty & Lowman's Percentage of
6722 Group (Non-)Overlap considerations.")
6723 (license license:gpl2)))
6724
6725 (define-public r-deriv
6726 (package
6727 (name "r-deriv")
6728 (version "4.0")
6729 (source
6730 (origin
6731 (method url-fetch)
6732 (uri (cran-uri "Deriv" version))
6733 (sha256
6734 (base32
6735 "03mlfy8jzzzbh2l18gnmw0a71n9savx4cw72yhkxq93v2xj8fy3n"))))
6736 (properties `((upstream-name . "Deriv")))
6737 (build-system r-build-system)
6738 (home-page "https://cran.r-project.org/web/packages/Deriv")
6739 (synopsis "Symbolic differentiation")
6740 (description
6741 "This package provides an R-based solution for symbolic differentiation.
6742 It admits user-defined functions as well as function substitution in arguments
6743 of functions to be differentiated. Some symbolic simplification is part of
6744 the work.")
6745 (license license:gpl3+)))
6746
6747 (define-public r-doby
6748 (package
6749 (name "r-doby")
6750 (version "4.6.5")
6751 (source
6752 (origin
6753 (method url-fetch)
6754 (uri (cran-uri "doBy" version))
6755 (sha256
6756 (base32
6757 "1ckazh701b4ilg8bj17ji903538jmb49d997gm49ah5j5jc1x0g7"))))
6758 (properties `((upstream-name . "doBy")))
6759 (build-system r-build-system)
6760 (propagated-inputs
6761 `(("r-broom" ,r-broom)
6762 ("r-deriv" ,r-deriv)
6763 ("r-dplyr" ,r-dplyr)
6764 ("r-magrittr" ,r-magrittr)
6765 ("r-mass" ,r-mass)
6766 ("r-matrix" ,r-matrix)
6767 ("r-plyr" ,r-plyr)
6768 ("r-pbkrtest" ,r-pbkrtest)
6769 ("r-tibble" ,r-tibble)))
6770 (home-page "http://people.math.aau.dk/~sorenh/software/doBy/")
6771 (synopsis "Groupwise statistics, LSmeans, linear contrasts, and utilities")
6772 (description
6773 "This package contains:
6774
6775 @itemize
6776 @item facilities for working with grouped data: @code{do}
6777 something to data stratified @code{by} some variables.
6778 @item implementations of least-squares means, general linear contrasts, and
6779 @item miscellaneous other utilities.
6780 @end itemize\n")
6781 (license license:gpl2+)))
6782
6783 (define-public r-refgenome
6784 (package
6785 (name "r-refgenome")
6786 (version "1.7.7")
6787 (source
6788 (origin
6789 (method url-fetch)
6790 (uri (cran-uri "refGenome" version))
6791 (sha256
6792 (base32
6793 "1za89bn3am1zgvm641qi1ab6kaqpll4rb9p9f1sjwvcgqq6065g5"))))
6794 (properties `((upstream-name . "refGenome")))
6795 (build-system r-build-system)
6796 (propagated-inputs
6797 `(("r-dbi" ,r-dbi)
6798 ("r-doby" ,r-doby)
6799 ("r-rsqlite" ,r-rsqlite)))
6800 (home-page "https://cran.r-project.org/web/packages/refGenome/")
6801 (synopsis
6802 "Gene and splice site annotation using annotation data from Ensembl and UCSC")
6803 (description
6804 "This package contains functionality for importing and managing of
6805 downloaded genome annotation data from the Ensembl genome browser (European
6806 Bioinformatics Institute) and from the UCSC genome browser (University of
6807 California, Santa Cruz) and annotation routines for genomic positions and
6808 splice site positions.")
6809 (license license:gpl2)))
6810
6811 (define-public r-basix
6812 (package
6813 (name "r-basix")
6814 (version "1.1")
6815 (source
6816 (origin
6817 (method url-fetch)
6818 (uri (cran-uri "BASIX" version))
6819 (sha256
6820 (base32
6821 "18dkvv1iwskfnlpl6xridcgqpalbbpm2616mvc3hfrc0b26v01id"))))
6822 (properties `((upstream-name . "BASIX")))
6823 (build-system r-build-system)
6824 (home-page "https://cran.r-project.org/web/packages/BASIX/")
6825 (synopsis "Efficient C/C++ toolset for R")
6826 (description
6827 "BASIX provides some efficient C/C++ implementations of native R
6828 procedures to speed up calculations in R.")
6829 (license license:gpl2)))
6830
6831 (define-public r-blockfest
6832 (package
6833 (name "r-blockfest")
6834 (version "1.6")
6835 (source
6836 (origin
6837 (method url-fetch)
6838 (uri (cran-uri "BlockFeST" version))
6839 (sha256
6840 (base32
6841 "0hj7a5as7nxbgjac7lbj6qfwffx3g8x8phpf9a55f1c9cdzi73a5"))))
6842 (properties `((upstream-name . "BlockFeST")))
6843 (build-system r-build-system)
6844 (propagated-inputs `(("r-basix" ,r-basix)))
6845 (home-page "https://cran.r-project.org/web/packages/BlockFeST/")
6846 (synopsis "Bayesian calculation of region-specific fixation index")
6847 (description
6848 "This package provides an R implementation of an extension of the
6849 BayeScan software for codominant markers, adding the option to group
6850 individual SNPs into pre-defined blocks. A typical application of this new
6851 approach is the identification of genomic regions, genes, or gene sets
6852 containing one or more SNPs that evolved under directional selection.")
6853 (license license:gpl2)))
6854
6855 (define-public r-proc
6856 (package
6857 (name "r-proc")
6858 (version "1.16.1")
6859 (source
6860 (origin
6861 (method url-fetch)
6862 (uri (cran-uri "pROC" version))
6863 (sha256
6864 (base32
6865 "0qkp1byl2xspxaaf0by6mvvrhg7wlz6fxmynz2hkh0ds24w7ig9m"))))
6866 (properties `((upstream-name . "pROC")))
6867 (build-system r-build-system)
6868 (propagated-inputs
6869 `(("r-plyr" ,r-plyr)
6870 ("r-rcpp" ,r-rcpp)))
6871 (home-page "http://expasy.org/tools/pROC/")
6872 (synopsis "Display and analyze ROC curves")
6873 (description
6874 "This package provides tools for visualizing, smoothing and comparing
6875 receiver operating characteristic (ROC curves). The area under the
6876 curve (AUC) can be compared with statistical tests based on U-statistics or
6877 bootstrap. Confidence intervals can be computed for (p)AUC or ROC curves.")
6878 (license license:gpl3+)))
6879
6880 (define-public r-rootsolve
6881 (package
6882 (name "r-rootsolve")
6883 (version "1.8.2")
6884 (source
6885 (origin
6886 (method url-fetch)
6887 (uri (cran-uri "rootSolve" version))
6888 (sha256
6889 (base32
6890 "0rj7c4zcrzgz7sb0vgvh7swpfafnw4040cxp7ypas3s8fnihn54l"))))
6891 (properties `((upstream-name . "rootSolve")))
6892 (build-system r-build-system)
6893 (native-inputs `(("gfortran" ,gfortran)))
6894 (home-page "https://cran.r-project.org/web/packages/rootSolve/")
6895 (synopsis "Tools for the analysis of ordinary differential equations")
6896 (description
6897 "This package provides routines to find the root of nonlinear functions,
6898 and to perform steady-state and equilibrium analysis of @dfn{ordinary
6899 differential equations} (ODE). It includes routines that:
6900
6901 @enumerate
6902 @item generate gradient and jacobian matrices (full and banded),
6903 @item find roots of non-linear equations by the Newton-Raphson method,
6904 @item estimate steady-state conditions of a system of (differential) equations
6905 in full, banded or sparse form, using the Newton-Raphson method, or by
6906 dynamically running,
6907 @item solve the steady-state conditions for uni- and multicomponent 1-D, 2-D,
6908 and 3-D partial differential equations, that have been converted to ordinary
6909 differential equations by numerical differencing (using the method-of-lines
6910 approach).
6911 @end enumerate\n")
6912 (license license:gpl2+)))
6913
6914 (define-public r-abcanalysis
6915 (package
6916 (name "r-abcanalysis")
6917 (version "1.2.1")
6918 (source
6919 (origin
6920 (method url-fetch)
6921 (uri (cran-uri "ABCanalysis" version))
6922 (sha256
6923 (base32 "0wac1ksmnxa36v99ca4hv8k0rsh3igwpcllmlv9wf7i9kgqviqwi"))))
6924 (properties `((upstream-name . "ABCanalysis")))
6925 (build-system r-build-system)
6926 (propagated-inputs `(("r-plotrix" ,r-plotrix)))
6927 (home-page "https://www.uni-marburg.de/fb12/arbeitsgruppen/datenbionik/software-en/")
6928 (synopsis "Computed ABC Analysis")
6929 (description
6930 "Multivariate data sets often differ in several factors or derived statistical
6931 parameters, which have to be selected for a valid interpretation. Basing this
6932 selection on traditional statistical limits leads occasionally to the perception
6933 of losing information from a data set. This package provides tools to calculate
6934 these limits on the basis of the mathematical properties of the distribution of
6935 the analyzed items.")
6936 (license license:gpl3)))
6937
6938 (define-public r-slam
6939 (package
6940 (name "r-slam")
6941 (version "0.1-47")
6942 (source
6943 (origin
6944 (method url-fetch)
6945 (uri (cran-uri "slam" version))
6946 (sha256
6947 (base32 "12fggw2c7hz3bpvsaqm24g3r6lbpq6jgli24g7x5j859iak5cqv9"))))
6948 (build-system r-build-system)
6949 (home-page "https://cran.r-project.org/web/packages/slam/")
6950 (synopsis "Sparse lightweight arrays and matrices")
6951 (description
6952 "This package contains data structures and algorithms for sparse arrays and matrices,
6953 based on index arrays and simple triplet representations, respectively.")
6954 (license license:gpl2)))
6955
6956 (define-public r-manipulatewidget
6957 (package
6958 (name "r-manipulatewidget")
6959 (version "0.10.1")
6960 (source
6961 (origin
6962 (method url-fetch)
6963 (uri (cran-uri "manipulateWidget" version))
6964 (sha256
6965 (base32 "1vi71sjh7z1a880wffk8qqw7iysvk42q78giqxmm2sqz2a912qlx"))))
6966 (properties
6967 `((upstream-name . "manipulateWidget")))
6968 (build-system r-build-system)
6969 (propagated-inputs
6970 `(("r-base64enc" ,r-base64enc)
6971 ("r-codetools" ,r-codetools)
6972 ("r-htmltools" ,r-htmltools)
6973 ("r-htmlwidgets" ,r-htmlwidgets)
6974 ("r-knitr" ,r-knitr)
6975 ("r-miniui" ,r-miniui)
6976 ("r-shiny" ,r-shiny)
6977 ("r-webshot" ,r-webshot)))
6978 (home-page "https://github.com/rte-antares-rpackage/manipulateWidget/")
6979 (synopsis "Add even more interactivity to interactive charts")
6980 (description
6981 "This package lets you create in just a few lines of R code a nice user interface to
6982 modify the data or the graphical parameters of one or multiple interactive
6983 charts. It is useful to quickly explore visually some data or for package
6984 developers to generate user interfaces easy to maintain.")
6985 (license license:gpl2+)))
6986
6987 (define-public r-a3
6988 (package
6989 (name "r-a3")
6990 (version "1.0.0")
6991 (source
6992 (origin
6993 (method url-fetch)
6994 (uri (cran-uri "A3" version))
6995 (sha256
6996 (base32 "017hq9pjsv1h9i7cqk5cfx27as54shlhdsdvr6jkhb8jfkpdb6cw"))))
6997 (properties `((upstream-name . "A3")))
6998 (build-system r-build-system)
6999 (propagated-inputs
7000 `(("r-pbapply" ,r-pbapply)
7001 ("r-xtable" ,r-xtable)))
7002 (home-page "https://cran.r-project.org/web/packages/A3/")
7003 (synopsis "Error metrics for predictive models")
7004 (description
7005 "This package supplies tools for tabulating and analyzing the results of predictive
7006 models. The methods employed are applicable to virtually any predictive model
7007 and make comparisons between different methodologies straightforward.")
7008 (license license:gpl2+)))
7009
7010 (define-public r-infotheo
7011 (package
7012 (name "r-infotheo")
7013 (version "1.2.0")
7014 (source
7015 (origin
7016 (method url-fetch)
7017 (uri (cran-uri "infotheo" version))
7018 (sha256
7019 (base32
7020 "18xacczfq3z3xpy434js4nf3l19lczngzd0lq26wh22pvg1yniwv"))))
7021 (build-system r-build-system)
7022 (home-page "http://homepage.meyerp.com/software")
7023 (synopsis "Information-theoretic measures")
7024 (description
7025 "This package implements various measures of information theory based on
7026 several entropy estimators.")
7027 (license license:gpl3+)))
7028
7029 (define-public r-abcoptim
7030 (package
7031 (name "r-abcoptim")
7032 (version "0.15.0")
7033 (source
7034 (origin
7035 (method url-fetch)
7036 (uri (cran-uri "ABCoptim" version))
7037 (sha256
7038 (base32 "1ih0xk88qhsmpvnxf56041wx5sk8as2f4f2gdnpnwdym9mbr9n4b"))))
7039 (properties `((upstream-name . "ABCoptim")))
7040 (build-system r-build-system)
7041 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
7042 (home-page "https://github.com/gvegayon/ABCoptim/")
7043 (synopsis "Optimization of Artificial Bee Colony algorithm")
7044 (description
7045 "Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis
7046 Karaboga in 2005, motivated by the intelligent behavior of honey bees. It is as
7047 simple as Particle Swarm Optimization (PSO) and Differential Evolution (DE)
7048 algorithms, and uses only common control parameters such as colony size and
7049 maximum cycle number. The @code{r-abcoptim} implements the Artificial bee
7050 colony optimization algorithm @url{http://mf.erciyes.edu.tr/abc/pub/tr06_2005.pdf}.
7051 This version is a work-in-progress and is written in R code.")
7052 (license license:expat)))
7053
7054 (define-public r-abcp2
7055 (package
7056 (name "r-abcp2")
7057 (version "1.2")
7058 (source
7059 (origin
7060 (method url-fetch)
7061 (uri (cran-uri "ABCp2" version))
7062 (sha256
7063 (base32 "1s2skkxpzss7c29i8600psgrp0hl46jcrxqrmy2b4db8hc0kcnbx"))))
7064 (properties `((upstream-name . "ABCp2")))
7065 (build-system r-build-system)
7066 (propagated-inputs `(("r-mass" ,r-mass)))
7067 (home-page "https://cran.r-project.org/web/packages/ABCp2/")
7068 (synopsis "Approximate Bayesian Computational Model for Estimating P2")
7069 (description
7070 "This package tests the goodness of fit of a distribution of offspring to the Normal,
7071 Poisson, and Gamma distribution and estimates the proportional paternity of the
7072 second male (P2) based on the best fit distribution.")
7073 (license license:gpl2)))
7074
7075 (define-public r-abcrf
7076 (package
7077 (name "r-abcrf")
7078 (version "1.8.1")
7079 (source
7080 (origin
7081 (method url-fetch)
7082 (uri (cran-uri "abcrf" version))
7083 (sha256
7084 (base32 "1ghbd24yhqy3xhdxas6ccn84nkavqpgldx5ck8kijknc7qjm8k27"))))
7085 (build-system r-build-system)
7086 (propagated-inputs
7087 `(("r-doparallel" ,r-doparallel)
7088 ("r-foreach" ,r-foreach)
7089 ("r-mass" ,r-mass)
7090 ("r-matrixstats" ,r-matrixstats)
7091 ("r-ranger" ,r-ranger)
7092 ("r-rcpp" ,r-rcpp)
7093 ("r-rcpparmadillo" ,r-rcpparmadillo)
7094 ("r-readr" ,r-readr)
7095 ("r-stringr" ,r-stringr)))
7096 (home-page "https://cran.r-project.org/web/packages/abcrf/")
7097 (synopsis "Approximate bayesian computation via random forests")
7098 (description
7099 "This package performs approximate bayesian computation (ABC) model choice and
7100 parameter inference via random forests. This machine learning tool named random
7101 forests (RF) can conduct selection among the highly complex models covered by
7102 ABC algorithms.")
7103 (license license:gpl2+)))
7104
7105 (define-public r-abctools
7106 (package
7107 (name "r-abctools")
7108 (version "1.1.3")
7109 (source
7110 (origin
7111 (method url-fetch)
7112 (uri (cran-uri "abctools" version))
7113 (sha256
7114 (base32 "07s9dg10i8lsxl73b4n2hynca2fjgb0ykb0dz8c3zv6cgw3cyx97"))))
7115 (build-system r-build-system)
7116 (propagated-inputs
7117 `(("r-abc" ,r-abc)
7118 ("r-abind" ,r-abind)
7119 ("r-hmisc" ,r-hmisc)
7120 ("r-plyr" ,r-plyr)))
7121 (home-page "https://github.com/dennisprangle/abctools/")
7122 (synopsis "Tools for ABC analyses")
7123 (description
7124 "This @code{r-abctools} package provides tools for approximate Bayesian computation
7125 including summary statistic selection and assessing coverage. This includes
7126 recent dimension reduction algorithms to tune the choice of summary statistics,
7127 and coverage methods to tune the choice of threshold.")
7128 (license license:gpl2+)))
7129
7130 (define-public r-ggstance
7131 (package
7132 (name "r-ggstance")
7133 (version "0.3.3")
7134 (source
7135 (origin
7136 (method url-fetch)
7137 (uri (cran-uri "ggstance" version))
7138 (sha256
7139 (base32 "0kdksay61hyb6612b07r84chh7a9aibjyclk3qcypvr9aang8hkh"))))
7140 (build-system r-build-system)
7141 (propagated-inputs
7142 `(("r-ggplot2" ,r-ggplot2)
7143 ("r-plyr" ,r-plyr)
7144 ("r-rlang" ,r-rlang)
7145 ("r-withr" ,r-withr)))
7146 (home-page "https://cran.r-project.org/web/packages/ggstance/")
7147 (synopsis "Horizontal and vertical versions of @code{r-ggplot2}")
7148 (description
7149 "This package is a @code{r-ggplot2} extension that provides flipped components:
7150 @enumerate
7151 @item horizontal versions of @code{r-ggplot2} stats and @code{r-ggplot2} geoms;
7152 @item vertical versions of @code{r-ggplot2} positions.
7153 @end enumerate")
7154 (license license:gpl3)))
7155
7156 (define-public r-mosaiccore
7157 (package
7158 (name "r-mosaiccore")
7159 (version "0.6.0")
7160 (source
7161 (origin
7162 (method url-fetch)
7163 (uri (cran-uri "mosaicCore" version))
7164 (sha256
7165 (base32 "1klw97h6lchw1cpcl8s637ikcl428cckmjq0czi7mibh9q9mw72z"))))
7166 (properties `((upstream-name . "mosaicCore")))
7167 (build-system r-build-system)
7168 (propagated-inputs
7169 `(("r-dplyr" ,r-dplyr)
7170 ("r-lazyeval" ,r-lazyeval)
7171 ("r-mass" ,r-mass)
7172 ("r-rlang" ,r-rlang)
7173 ("r-tidyr" ,r-tidyr)))
7174 (home-page "https://github.com/ProjectMOSAIC/mosaicCore/")
7175 (synopsis "Common utilities for mosaic family packages")
7176 (description
7177 "Common utilities used in other Mosaic family packages are collected here.")
7178 (license license:gpl2+)))
7179
7180 (define-public r-ggformula
7181 (package
7182 (name "r-ggformula")
7183 (version "0.9.3")
7184 (source
7185 (origin
7186 (method url-fetch)
7187 (uri (cran-uri "ggformula" version))
7188 (sha256
7189 (base32 "1bpsfp9hx001r91pxfiwgxcn5vw5bl1gclb865wz6g9l0jqjfk2p"))))
7190 (build-system r-build-system)
7191 (propagated-inputs
7192 `(("r-ggforce" ,r-ggforce)
7193 ("r-ggplot2" ,r-ggplot2)
7194 ("r-ggstance" ,r-ggstance)
7195 ("r-magrittr" ,r-magrittr)
7196 ("r-mosaiccore" ,r-mosaiccore)
7197 ("r-rlang" ,r-rlang)
7198 ("r-stringr" ,r-stringr)
7199 ("r-tibble" ,r-tibble)
7200 ("r-tidyr" ,r-tidyr)))
7201 (home-page "https://github.com/ProjectMOSAIC/ggformula/")
7202 (synopsis "Formula interface for the @code{r-ggplot2}")
7203 (description
7204 "The @code{r-ggformula} introduces a family of graphics functions, gf_point(),
7205 gf_density(), and so on, bring the formula interface to ggplot(). This captures
7206 and extends the excellent simplicity of the lattice-graphics formula interface,
7207 while providing the intuitive capabilities of @code{r-ggplot2}.")
7208 (license license:expat)))
7209
7210 (define-public r-mosaicdata
7211 (package
7212 (name "r-mosaicdata")
7213 (version "0.17.0")
7214 (source
7215 (origin
7216 (method url-fetch)
7217 (uri (cran-uri "mosaicData" version))
7218 (sha256
7219 (base32 "04z0mdm52mykqsxsinhmsihn181zf6cw321gayk2rjp7lj7mwdq9"))))
7220 (properties `((upstream-name . "mosaicData")))
7221 (build-system r-build-system)
7222 (home-page "https://cran.r-project.org/web/packages/mosaicData/")
7223 (synopsis "Data sets for project Mosaic")
7224 (description
7225 "This package provides data sets from project Mosaic @url{http://mosaic-web.org}
7226 used to teach mathematics, statistics, computation and modeling.")
7227 (license license:gpl2+)))
7228
7229 (define-public r-raster
7230 (package
7231 (name "r-raster")
7232 (version "3.0-12")
7233 (source
7234 (origin
7235 (method url-fetch)
7236 (uri (cran-uri "raster" version))
7237 (sha256
7238 (base32
7239 "0rrbsigkqxsdic8fly6nrsc79zsliwvr1x2b4xqpl9d34vr50dvg"))))
7240 (build-system r-build-system)
7241 (propagated-inputs
7242 `(("r-rcpp" ,r-rcpp)
7243 ("r-sp" ,r-sp)))
7244 (home-page "https://www.rspatial.org/")
7245 (synopsis "Geographic data analysis and modeling")
7246 (description
7247 "The package implements basic and high-level functions for reading,
7248 writing, manipulating, analyzing and modeling of gridded spatial data.
7249 Processing of very large files is supported.")
7250 (license license:gpl3+)))
7251
7252 (define-public r-mosaic
7253 (package
7254 (name "r-mosaic")
7255 (version "1.4.0")
7256 (source
7257 (origin
7258 (method url-fetch)
7259 (uri (cran-uri "mosaic" version))
7260 (sha256
7261 (base32 "10jbrg8kli00kfgbh2f67bymm5cnlancc9dplb1j7fl552yjddn2"))))
7262 (build-system r-build-system)
7263 (propagated-inputs
7264 `(("r-broom" ,r-broom)
7265 ("r-dplyr" ,r-dplyr)
7266 ("r-ggdendro" ,r-ggdendro)
7267 ("r-ggformula" ,r-ggformula)
7268 ("r-ggplot2" ,r-ggplot2)
7269 ("r-ggrepel" ,r-ggrepel)
7270 ("r-glue" ,r-glue)
7271 ("r-gridextra" ,r-gridextra)
7272 ("r-lattice" ,r-lattice)
7273 ("r-latticeextra" ,r-latticeextra)
7274 ("r-lazyeval" ,r-lazyeval)
7275 ("r-mass" ,r-mass)
7276 ("r-matrix" ,r-matrix)
7277 ("r-mosaiccore" ,r-mosaiccore)
7278 ("r-mosaicdata" ,r-mosaicdata)
7279 ("r-readr" ,r-readr)
7280 ("r-tidyr" ,r-tidyr)))
7281 (home-page "https://github.com/ProjectMOSAIC/mosaic/")
7282 (synopsis "Mathematics, statistics, and computation teaching utilities")
7283 (description
7284 "This package contain data sets and utilities from
7285 @url{http://mosaic-web.org, Project MOSAIC} used to teach mathematics,
7286 statistics, computation and modeling. Project MOSAIC is a community of
7287 educators working to tie together aspects of quantitative work that students
7288 in science, technology, engineering and mathematics will need in their
7289 professional lives, but which are usually taught in isolation, if at all.")
7290 (license license:gpl2+)))
7291
7292 (define-public r-abd
7293 (package
7294 (name "r-abd")
7295 (version "0.2-8")
7296 (source
7297 (origin
7298 (method url-fetch)
7299 (uri (cran-uri "abd" version))
7300 (sha256
7301 (base32 "191gspqzdv573vaw624ri0f5cm6v4j524bjs74d4a1hn3kn6r9b7"))))
7302 (build-system r-build-system)
7303 (propagated-inputs
7304 `(("r-lattice" ,r-lattice)
7305 ("r-mosaic" ,r-mosaic)
7306 ("r-nlme" ,r-nlme)))
7307 (home-page "https://cran.r-project.org/web/packages/abd/")
7308 (synopsis "Analysis of biological data")
7309 (description
7310 "The @code{r-abd} package contains data sets and sample code for the Analysis of
7311 biological data by Michael Whitlock and Dolph Schluter.")
7312 (license license:gpl2)))
7313
7314 (define-public r-svgui
7315 (package
7316 (name "r-svgui")
7317 (version "1.0.0")
7318 (source
7319 (origin
7320 (method url-fetch)
7321 (uri (cran-uri "svGUI" version))
7322 (sha256
7323 (base32 "1r7ab0p4yr8q03gj02hmj7k1ghksgkg4nx750c0ajfs2q9y1dxfc"))))
7324 (properties `((upstream-name . "svGUI")))
7325 (build-system r-build-system)
7326 (home-page "https://github.com/SciViews/svGUI/")
7327 (synopsis "Functions for managing GUI clients in R")
7328 (description
7329 "The SciViews @code{svGUI} package eases the management of Graphical User
7330 Interfaces (GUI) in R. It is independent from any particular GUI widgets. It
7331 centralizes info about GUI elements currently used, and it dispatches GUI
7332 calls to the particular toolkits in use in function of the context.")
7333 (license license:gpl2)))
7334
7335 (define-public r-svdialogs
7336 (package
7337 (name "r-svdialogs")
7338 (version "1.0.0")
7339 (source
7340 (origin
7341 (method url-fetch)
7342 (uri (cran-uri "svDialogs" version))
7343 (sha256
7344 (base32 "0xqppydfawnwk84kb5qiybwbcmv38vn4imgz01mz2pnq4xb80p97"))))
7345 (properties `((upstream-name . "svDialogs")))
7346 (build-system r-build-system)
7347 (inputs
7348 `(("yad" ,yad)
7349 ("zenity" ,zenity)))
7350 (propagated-inputs
7351 `(("r-rstudioapi" ,r-rstudioapi)
7352 ("r-svgui" ,r-svgui)))
7353 (home-page "https://github.com/SciViews/svDialogs/")
7354 (synopsis "Portable dialog boxes")
7355 (description
7356 "This package helps to construct standard dialog boxes for your GUI, including
7357 message boxes, input boxes, list, file or directory selection, and others. In
7358 case R cannot display GUI dialog boxes, a simpler command line version of these
7359 interactive elements is also provided as a fallback solution.")
7360 (license license:gpl2)))
7361
7362 (define-public r-abe
7363 (package
7364 (name "r-abe")
7365 (version "3.0.1")
7366 (source
7367 (origin
7368 (method url-fetch)
7369 (uri (cran-uri "abe" version))
7370 (sha256
7371 (base32
7372 "1f19h3xzzmjhvwc1rrb8z0rai3ip03y4gdi2gg9bfr5sg2nfklk6"))))
7373 (build-system r-build-system)
7374 (home-page "https://cran.r-project.org/web/packages/abe/")
7375 (synopsis "Augmented backward elimination")
7376 (description
7377 "This package performs augmented backward elimination and checks the
7378 stability of the obtained model. Augmented backward elimination combines
7379 significance or information based criteria with the change in estimate to
7380 either select the optimal model for prediction purposes or to serve as a tool
7381 to obtain a practically sound, highly interpretable model.")
7382 (license license:gpl2+)))
7383
7384 (define-public r-abf2
7385 (package
7386 (name "r-abf2")
7387 (version "0.7-1")
7388 (source
7389 (origin
7390 (method url-fetch)
7391 (uri (cran-uri "abf2" version))
7392 (sha256
7393 (base32 "0d65mc1w4pbiv7xaqzdlw1bfsxf25587rv597hh41vs0j0zlfpxx"))))
7394 (build-system r-build-system)
7395 (home-page "https://cran.r-project.org/web/packages/abf2/")
7396 (synopsis "Load gap-free axon @code{r-abf2} files")
7397 (description
7398 "This package loads electrophysiology data from ABF2 files, as created by
7399 Axon Instruments/Molecular Devices software. Only files recorded in gap-free
7400 mode are currently supported.")
7401 (license license:artistic2.0)))
7402
7403 (define-public r-abhgenotyper
7404 (package
7405 (name "r-abhgenotyper")
7406 (version "1.0.1")
7407 (source
7408 (origin
7409 (method url-fetch)
7410 (uri (cran-uri "ABHgenotypeR" version))
7411 (sha256
7412 (base32 "08cpmnaaxsm5c5bjifnfxdlvg5inrf13biqpcl2yq5zpqjmiki0l"))))
7413 (properties `((upstream-name . "ABHgenotypeR")))
7414 (build-system r-build-system)
7415 (propagated-inputs
7416 `(("r-ggplot2" ,r-ggplot2)
7417 ("r-reshape2" ,r-reshape2)))
7418 (home-page "https://github.com/StefanReuscher/ABHgenotypeR/")
7419 (synopsis "Visualize and manipulate ABH genotypes")
7420 (description
7421 "The @code{r-abhgenotyper} package provides simple imputation,
7422 error-correction and plotting capacities for genotype data. The package is
7423 supposed to serve as an intermediate but independent analysis tool between the
7424 TASSEL GBS pipeline and the @code{r-qtl} package. It provides functionalities
7425 not found in either TASSEL or @code{r-qtl} in addition to visualization of
7426 genotypes as \"graphical genotypes\".")
7427 (license license:gpl3)))
7428
7429 (define-public r-furrr
7430 (package
7431 (name "r-furrr")
7432 (version "0.1.0")
7433 (source
7434 (origin
7435 (method url-fetch)
7436 (uri (cran-uri "furrr" version))
7437 (sha256
7438 (base32
7439 "1ld9aa9hydna94hgm6p91zjbfv1dz1vsgchjlpknkg6irbvkfafx"))))
7440 (build-system r-build-system)
7441 (propagated-inputs
7442 `(("r-future" ,r-future)
7443 ("r-globals" ,r-globals)
7444 ("r-purrr" ,r-purrr)
7445 ("r-rlang" ,r-rlang)))
7446 (home-page "https://github.com/DavisVaughan/furrr")
7447 (synopsis "Apply mapping functions in parallel using futures")
7448 (description
7449 "This package provides implementations of the family of @code{map()}
7450 functions from the @code{purrr} package that can be resolved using any
7451 @code{future}-supported backend, e.g. parallel on the local machine or
7452 distributed on a compute cluster.")
7453 (license license:lgpl2.1+)))
7454
7455 (define-public r-abjutils
7456 (package
7457 (name "r-abjutils")
7458 (version "0.2.3")
7459 (source
7460 (origin
7461 (method url-fetch)
7462 (uri (cran-uri "abjutils" version))
7463 (sha256
7464 (base32 "0n4zps65y3zg0gfzlv97w91si52a9izkncirskbkj5x9hk0nhxcv"))))
7465 (build-system r-build-system)
7466 (propagated-inputs
7467 `(("r-devtools" ,r-devtools)
7468 ("r-dplyr" ,r-dplyr)
7469 ("r-furrr" ,r-furrr)
7470 ("r-future" ,r-future)
7471 ("r-glue" ,r-glue)
7472 ("r-httr" ,r-httr)
7473 ("r-magrittr" ,r-magrittr)
7474 ("r-progress" ,r-progress)
7475 ("r-purrr" ,r-purrr)
7476 ("r-readr" ,r-readr)
7477 ("r-rlang" ,r-rlang)
7478 ("r-rstudioapi" ,r-rstudioapi)
7479 ("r-scales" ,r-scales)
7480 ("r-stringi" ,r-stringi)
7481 ("r-stringr" ,r-stringr)
7482 ("r-tibble" ,r-tibble)
7483 ("r-tidyr" ,r-tidyr)))
7484 (home-page "https://github.com/abjur/abjutils/")
7485 (synopsis "Collection of tools for jurimetrical analysis")
7486 (description
7487 "This package implements general purpose tools, such as functions for
7488 sampling and basic manipulation of Brazilian lawsuits identification number.
7489 It also implements functions for text cleaning, such as accentuation
7490 removal.")
7491 (license license:expat)))
7492
7493 (define-public r-abnormality
7494 (package
7495 (name "r-abnormality")
7496 (version "0.1.0")
7497 (source
7498 (origin
7499 (method url-fetch)
7500 (uri (cran-uri "abnormality" version))
7501 (sha256
7502 (base32 "1fzfskl9akl06nliy8hkv2a0pznpj8pwcypg3gj5r2nzvr3kan9v"))))
7503 (build-system r-build-system)
7504 (propagated-inputs
7505 `(("r-mass" ,r-mass)
7506 ("r-matrix" ,r-matrix)))
7507 (home-page "https://cran.r-project.org/web/packages/abnormality/")
7508 (synopsis "Measure a subject's abnormality with respect to a reference population")
7509 (description
7510 "This package contains functions to implement the methodology and
7511 considerations laid out by Marks et al. in the article \"Measuring abnormality
7512 in high dimensional spaces: applications in biomechanical gait analysis\".
7513 Using high-dimensional datasets to measure a subject's overall level of
7514 abnormality as compared to a reference population is often needed in outcomes
7515 research.")
7516 (license license:expat)))
7517
7518 (define-public r-abodoutlier
7519 (package
7520 (name "r-abodoutlier")
7521 (version "0.1")
7522 (source
7523 (origin
7524 (method url-fetch)
7525 (uri (cran-uri "abodOutlier" version))
7526 (sha256
7527 (base32 "1pvhgxmh23br84r0fbmv7g53z2427birdja96a67vqgz18r3fdvj"))))
7528 (properties `((upstream-name . "abodOutlier")))
7529 (build-system r-build-system)
7530 (propagated-inputs
7531 `(("r-cluster" ,r-cluster)))
7532 (home-page "https://cran.r-project.org/web/packages/abodOutlier/")
7533 (synopsis "Angle-based outlier detection")
7534 (description
7535 "This package performs angle-based outlier detection on a given data
7536 frame. It offers three methods to process data:
7537 @enumerate
7538 @item full but slow implementation using all the data that has cubic
7539 complexity;
7540 @item a fully randomized method;
7541 @item a method using k-nearest neighbours.
7542 @end enumerate
7543 These algorithms are well suited for high dimensional data outlier
7544 detection.")
7545 (license license:expat)))
7546
7547 (define-public r-abps
7548 (package
7549 (name "r-abps")
7550 (version "0.3")
7551 (source
7552 (origin
7553 (method url-fetch)
7554 (uri (cran-uri "ABPS" version))
7555 (sha256
7556 (base32 "0n3f66nmfi5v94il1mxy026mi84w01ph2aljk60vn3mrz8kwf2ll"))))
7557 (properties `((upstream-name . "ABPS")))
7558 (build-system r-build-system)
7559 (propagated-inputs `(("r-kernlab" ,r-kernlab)))
7560 (home-page "https://cran.r-project.org/web/packages/ABPS/")
7561 (synopsis "Abnormal blood profile score to detect blood doping")
7562 (description
7563 "This package offers an implementation of the @dfn{Abnormal blood profile score} (ABPS).
7564 The ABPS is a part of the Athlete biological passport program of the World
7565 anti-doping agency, which combines several blood parameters into a single
7566 score in order to detect blood doping. The package also contains functions to
7567 calculate other scores used in anti-doping programs, such as the ratio of
7568 hemoglobin to reticulocytes (OFF-score), as well as example data.")
7569 (license license:gpl2+)))
7570
7571 (define-public r-parmigene
7572 (package
7573 (name "r-parmigene")
7574 (version "1.0.2")
7575 (source
7576 (origin
7577 (method url-fetch)
7578 (uri (cran-uri "parmigene" version))
7579 (sha256
7580 (base32
7581 "1fsm6pkr17jcbzkj1hbn91jf890fviqk1lq6ls8pihsdgah1zb4d"))))
7582 (build-system r-build-system)
7583 (home-page "https://cran.r-project.org/web/packages/parmigene/")
7584 (synopsis "Mutual information estimation for gene network reconstruction")
7585 (description
7586 "This package provides a parallel estimation of the mutual information
7587 based on entropy estimates from k-nearest neighbors distances and algorithms
7588 for the reconstruction of gene regulatory networks.")
7589 (license license:agpl3+)))
7590
7591 (define-public r-pscl
7592 (package
7593 (name "r-pscl")
7594 (version "1.5.2")
7595 (source
7596 (origin
7597 (method url-fetch)
7598 (uri (cran-uri "pscl" version))
7599 (sha256
7600 (base32 "1phf3awsfr4ncqfqzin5m1pz0g7y1zhbcm2sz7358ssw914fd7rc"))))
7601 (build-system r-build-system)
7602 (propagated-inputs
7603 `(("r-mass" ,r-mass)))
7604 (home-page "https://github.com/atahk/pscl/")
7605 (synopsis "Political science computational laboratory")
7606 (description
7607 "The @code{pscl} is an R package providing classes and methods for:
7608 @enumerate
7609 @item Bayesian analysis of roll call data (item-response models);
7610 @item elementary Bayesian statistics;
7611 @item maximum likelihood estimation of zero-inflated and hurdle models for count
7612 data;
7613 @item utility functions.
7614 @end enumerate")
7615 (license license:gpl2)))
7616
7617 (define-public r-accelmissing
7618 (package
7619 (name "r-accelmissing")
7620 (version "1.4")
7621 (source
7622 (origin
7623 (method url-fetch)
7624 (uri (cran-uri "accelmissing" version))
7625 (sha256
7626 (base32 "1nql9inx6azdzi3z4sfm2vdml2mms6krl8wzlf1dn1c97ahn57fy"))))
7627 (build-system r-build-system)
7628 (propagated-inputs
7629 `(("r-mice" ,r-mice)
7630 ("r-pscl" ,r-pscl)))
7631 (home-page "https://cran.r-project.org/web/packages/accelmissing/")
7632 (synopsis "Missing value imputation for accelerometer data")
7633 (description
7634 "This package provides a statistical method to impute the missing values in
7635 accelerometer data. The methodology includes both parametric and
7636 semi-parametric multiple imputations under the zero-inflated Poisson lognormal
7637 model. It also provides multiple functions to preprocess the accelerometer data
7638 previous to the missing data imputation. These include detecting the wearing
7639 and the non-wearing time, selecting valid days and subjects, and creating plots.")
7640 (license license:gpl2+)))
7641
7642 (define-public r-mhsmm
7643 (package
7644 (name "r-mhsmm")
7645 (version "0.4.16")
7646 (source
7647 (origin
7648 (method url-fetch)
7649 (uri (cran-uri "mhsmm" version))
7650 (sha256
7651 (base32 "009dj0zkj1zry7jr9hf4cknb686z50a2l967if64xm0dvjmp7dgs"))))
7652 (build-system r-build-system)
7653 (propagated-inputs `(("r-mvtnorm" ,r-mvtnorm)))
7654 (home-page "https://github.com/jaredo/mhsmm/")
7655 (synopsis "Inference for hidden Markov and semi-Markov models")
7656 (description
7657 "The @code{r-mhsmm} package implements estimation and prediction methods for
7658 hidden Markov and semi-Markov models for multiple observation sequences. Such
7659 techniques are of interest when observed data is thought to be dependent on some
7660 unobserved (or hidden) state. Also, this package is suitable for equidistant
7661 time series data, with multivariate and/or missing data. Allows user defined
7662 emission distributions.")
7663 (license license:gpl2+)))
7664
7665 (define-public r-nleqslv
7666 (package
7667 (name "r-nleqslv")
7668 (version "3.3.2")
7669 (source
7670 (origin
7671 (method url-fetch)
7672 (uri (cran-uri "nleqslv" version))
7673 (sha256
7674 (base32 "1v9znvncyigw9r25wx2ma0b7ib179b488dl0qsrhp5zrcz7mcjgm"))))
7675 (build-system r-build-system)
7676 (native-inputs `(("gfortran" ,gfortran)))
7677 (home-page "https://cran.r-project.org/web/packages/nleqslv/")
7678 (synopsis "Solve systems of nonlinear equations")
7679 (description
7680 "The @code{r-nleqslv} package solves a system of nonlinear equations using a
7681 Broyden or a Newton method with a choice of global strategies such as line
7682 search and trust region. There are options for using a numerical or user
7683 supplied Jacobian, for specifying a banded numerical Jacobian and for allowing a
7684 singular or ill-conditioned Jacobian.")
7685 (license license:gpl2+)))
7686
7687 (define-public r-physicalactivity
7688 (package
7689 (name "r-physicalactivity")
7690 (version "0.2-2")
7691 (source
7692 (origin
7693 (method url-fetch)
7694 (uri (cran-uri "PhysicalActivity" version))
7695 (sha256
7696 (base32 "14z6plgwyr46vs9m997rvlz8sdglfs9g087an8668zqkzzs2w4ln"))))
7697 (properties
7698 `((upstream-name . "PhysicalActivity")))
7699 (build-system r-build-system)
7700 (home-page "https://cran.r-project.org/web/packages/PhysicalActivity/")
7701 (synopsis "Procesing accelerometer data for physical activity measurement")
7702 (description
7703 "This @code{r-physicalactivity} package provides a function @code{wearingMarking}
7704 for classification of monitor wear and nonwear time intervals in accelerometer
7705 data collected to assess physical activity. The package also contains functions
7706 for making plots of accelerometer data and obtaining the summary of various
7707 information including daily monitor wear time and the mean monitor wear time
7708 during valid days. The revised package version 0.2-1 improved the functions
7709 regarding speed, robustness and add better support for time zones and daylight
7710 saving. In addition, several functions were added:
7711 @enumerate
7712 @item the @code{markDelivery} can classify days for ActiGraph delivery by mail;
7713 @item the @code{markPAI} can categorize physical activity intensity level based
7714 on user-defined cut-points of accelerometer counts.
7715 @end enumerate
7716 It also supports importing ActiGraph (AGD) files with @code{readActigraph} and
7717 @code{queryActigraph} functions.")
7718 (license license:gpl3+)))
7719
7720 (define-public r-acc
7721 (package
7722 (name "r-acc")
7723 (version "1.3.3")
7724 (source
7725 (origin
7726 (method url-fetch)
7727 (uri (cran-uri "acc" version))
7728 (sha256
7729 (base32 "1ii2vm47djxbixa75h690q1s2f9m9x6i8nkygik93j6dayr6kr1m"))))
7730 (build-system r-build-system)
7731 (propagated-inputs
7732 `(("r-circlize" ,r-circlize)
7733 ("r-dbi" ,r-dbi)
7734 ("r-ggplot2" ,r-ggplot2)
7735 ("r-iterators" ,r-iterators)
7736 ("r-mhsmm" ,r-mhsmm)
7737 ("r-nleqslv" ,r-nleqslv)
7738 ("r-physicalactivity" ,r-physicalactivity)
7739 ("r-plyr" ,r-plyr)
7740 ("r-r-utils" ,r-r-utils)
7741 ("r-rcpp" ,r-rcpp)
7742 ("r-rcpparmadillo" ,r-rcpparmadillo)
7743 ("r-rsqlite" ,r-rsqlite)
7744 ("r-zoo" ,r-zoo)))
7745 (home-page "https://cran.r-project.org/web/packages/acc/")
7746 (synopsis "Exploring accelerometer data")
7747 (description
7748 "This package processes accelerometer data from uni-axial and tri-axial devices
7749 and generates data summaries. Also, includes functions to plot, analyze, and
7750 simulate accelerometer data.")
7751 (license license:gpl2+)))
7752
7753 (define-public r-rbenchmark
7754 (package
7755 (name "r-rbenchmark")
7756 (version "1.0.0")
7757 (source
7758 (origin
7759 (method url-fetch)
7760 (uri (cran-uri "rbenchmark" version))
7761 (sha256
7762 (base32 "010fn3qwnk2k411cbqyvra1d12c3bhhl3spzm8kxffmirj4p2al9"))))
7763 (build-system r-build-system)
7764 (home-page "https://cran.r-project.org/web/packages/rbenchmark/")
7765 (synopsis "Benchmarking routine for R")
7766 (description
7767 "This @code{r-rbenchmark} package is inspired by the Perl module Benchmark,
7768 and is intended to facilitate benchmarking of arbitrary R code. The library
7769 consists of just one function, benchmark, which is a simple wrapper around
7770 system.time. Given a specification of the benchmarking process (counts of
7771 replications, evaluation environment) and an arbitrary number of expressions,
7772 benchmark evaluates each of the expressions in the specified environment,
7773 replicating the evaluation as many times as specified, and returning the results
7774 conveniently wrapped into a data frame.")
7775 (license license:gpl2+)))
7776
7777 (define-public r-mitools
7778 (package
7779 (name "r-mitools")
7780 (version "2.4")
7781 (source
7782 (origin
7783 (method url-fetch)
7784 (uri (cran-uri "mitools" version))
7785 (sha256
7786 (base32
7787 "0c2x2n1p53lcw0vx4vmy5j7m2f95i7g2iwbryl89imr99rvz617j"))))
7788 (build-system r-build-system)
7789 (propagated-inputs `(("r-dbi" ,r-dbi)))
7790 (home-page "https://cran.r-project.org/web/packages/mitools/")
7791 (synopsis "Tools for multiple imputation of missing data")
7792 (description
7793 "This package provides tools to perform analyses and combine results from
7794 multiple-imputation datasets.")
7795 (license license:gpl2)))
7796
7797 (define-public r-magick
7798 (package
7799 (name "r-magick")
7800 (version "2.3")
7801 (source
7802 (origin
7803 (method url-fetch)
7804 (uri (cran-uri "magick" version))
7805 (sha256
7806 (base32
7807 "182b4wahkq9q0scn99mql4vm9fp92nja0r5yizc4x9rjl492ahd8"))))
7808 (build-system r-build-system)
7809 (inputs
7810 `(("imagemagick" ,imagemagick)
7811 ("zlib" ,zlib)))
7812 (propagated-inputs
7813 `(("r-curl" ,r-curl)
7814 ("r-magrittr" ,r-magrittr)
7815 ("r-rcpp" ,r-rcpp)))
7816 (native-inputs
7817 `(("pkg-config" ,pkg-config)))
7818 (home-page "https://github.com/ropensci/magick")
7819 (synopsis "Advanced graphics and image-processing in R")
7820 (description
7821 "This package provides bindings to ImageMagick, a comprehensive image
7822 processing library. It supports many common formats (PNG, JPEG, TIFF, PDF,
7823 etc.) and manipulations (rotate, scale, crop, trim, flip, blur, etc). All
7824 operations are vectorized via the Magick++ STL meaning they operate either on
7825 a single frame or a series of frames for working with layers, collages, or
7826 animation. In RStudio, images are automatically previewed when printed to the
7827 console, resulting in an interactive editing environment.")
7828 (license license:expat)))
7829
7830 (define-public r-survey
7831 (package
7832 (name "r-survey")
7833 (version "3.37")
7834 (source
7835 (origin
7836 (method url-fetch)
7837 (uri (cran-uri "survey" version))
7838 (sha256
7839 (base32
7840 "1f31dvh48gzzan13pdrwh84ls35x9116095i7mdrcbrhz809r8dy"))))
7841 (build-system r-build-system)
7842 (propagated-inputs
7843 `(("r-lattice" ,r-lattice)
7844 ("r-matrix" ,r-matrix)
7845 ("r-minqa" ,r-minqa)
7846 ("r-mitools" ,r-mitools)
7847 ("r-numderiv" ,r-numderiv)
7848 ("r-survival" ,r-survival)))
7849 (home-page "http://r-survey.r-forge.r-project.org/survey/")
7850 (synopsis "Analysis of complex survey samples")
7851 (description
7852 "This package provides tools for the analysis of complex survey samples.
7853 The provided features include: summary statistics, two-sample tests, rank
7854 tests, generalised linear models, cumulative link models, Cox models,
7855 loglinear models, and general maximum pseudolikelihood estimation for
7856 multistage stratified, cluster-sampled, unequally weighted survey samples;
7857 variances by Taylor series linearisation or replicate weights;
7858 post-stratification, calibration, and raking; two-phase subsampling designs;
7859 graphics; PPS sampling without replacement; principal components, and factor
7860 analysis.")
7861 ;; Either version of the GPL.
7862 (license (list license:gpl2 license:gpl3))))
7863
7864 (define-public r-gee
7865 (package
7866 (name "r-gee")
7867 (version "4.13-20")
7868 (source
7869 (origin
7870 (method url-fetch)
7871 (uri (cran-uri "gee" version))
7872 (sha256
7873 (base32
7874 "167pzgnmj4cjc41ykps1mfwi6s7y32zxyycn5z17vn4v0pp4q0ak"))))
7875 (properties `((upstream-name . "gee")))
7876 (build-system r-build-system)
7877 (native-inputs
7878 `(("gfortran" ,gfortran)))
7879 (home-page "https://cran.r-project.org/web/packages/gee/")
7880 (synopsis "Generalized estimation equation solver")
7881 (description
7882 "This package provides a solver for generalized estimation equations.")
7883 (license license:gpl2)))
7884
7885 (define-public r-tab
7886 (package
7887 (name "r-tab")
7888 (version "4.1.1")
7889 (source
7890 (origin
7891 (method url-fetch)
7892 (uri (cran-uri "tab" version))
7893 (sha256
7894 (base32
7895 "0ds8n6gncidb66in7hlqkcmil5yfsf7ihqvmls789hrm2iz9xlfm"))))
7896 (properties `((upstream-name . "tab")))
7897 (build-system r-build-system)
7898 (propagated-inputs
7899 `(("r-dplyr" ,r-dplyr)
7900 ("r-gee" ,r-gee)
7901 ("r-knitr" ,r-knitr)
7902 ("r-mass" ,r-mass)
7903 ("r-survey" ,r-survey)
7904 ("r-survival" ,r-survival)
7905 ("r-xtable" ,r-xtable)))
7906 (home-page "https://cran.r-project.org/web/packages/tab/")
7907 (synopsis "Create summary tables for statistical reports")
7908 (description
7909 "This package contains functions for creating various types of summary
7910 tables, e.g. comparing characteristics across levels of a categorical variable
7911 and summarizing fitted generalized linear models, generalized estimating
7912 equations, and Cox proportional hazards models. Functions are available to
7913 handle data from simple random samples as well as complex surveys.")
7914 (license license:gpl3+)))
7915
7916 (define-public r-dvmisc
7917 (package
7918 (name "r-dvmisc")
7919 (version "1.1.4")
7920 (source
7921 (origin
7922 (method url-fetch)
7923 (uri (cran-uri "dvmisc" version))
7924 (sha256
7925 (base32 "01v6sixx0f3nrn6ymfifb3pvd2msfrwm21kmdv38laxq29vc4rsi"))))
7926 (build-system r-build-system)
7927 (propagated-inputs
7928 `(("r-cubature" ,r-cubature)
7929 ("r-data-table" ,r-data-table)
7930 ("r-dplyr" ,r-dplyr)
7931 ("r-ggplot2" ,r-ggplot2)
7932 ("r-mass" ,r-mass)
7933 ("r-mvtnorm" ,r-mvtnorm)
7934 ("r-pracma" ,r-pracma)
7935 ("r-rbenchmark" ,r-rbenchmark)
7936 ("r-rcpp" ,r-rcpp)
7937 ("r-survey" ,r-survey)
7938 ("r-tab" ,r-tab)))
7939 (home-page "https://cran.r-project.org/web/packages/dvmisc/")
7940 (synopsis "Faster computation of common statistics and miscellaneous functions")
7941 (description
7942 "This package implements faster versions of base R functions (e.g. mean, standard
7943 deviation, covariance, weighted mean), mostly written in C++, along with
7944 miscellaneous functions for various purposes (e.g. create the histogram with
7945 fitted probability density function or probability mass function curve, create
7946 the body mass index groups, assess the linearity assumption in logistic
7947 regression).")
7948 (license license:gpl2)))
7949
7950 (define-public r-accelerometry
7951 (package
7952 (name "r-accelerometry")
7953 (version "3.1.2")
7954 (source
7955 (origin
7956 (method url-fetch)
7957 (uri (cran-uri "accelerometry" version))
7958 (sha256
7959 (base32 "13xzrwhr4i1nj9c8vrmfdg2rmrc8n446iihcyxmy99sm99hpzyip"))))
7960 (build-system r-build-system)
7961 (propagated-inputs
7962 `(("r-dvmisc" ,r-dvmisc)
7963 ("r-rcpp" ,r-rcpp)))
7964 (home-page "https://cran.r-project.org/web/packages/accelerometry/")
7965 (synopsis "Functions for processing accelerometer data")
7966 (description
7967 "This package provides a collection of functions that perform operations on
7968 time-series accelerometer data, such as identify the non-wear time, flag minutes
7969 that are part of an activity bout, and find the maximum 10-minute average count
7970 value. The functions are generally very flexible, allowing for a variety of
7971 algorithms to be implemented.")
7972 (license license:gpl3)))
7973
7974 (define-public r-absim
7975 (package
7976 (name "r-absim")
7977 (version "0.2.6")
7978 (source
7979 (origin
7980 (method url-fetch)
7981 (uri (cran-uri "AbSim" version))
7982 (sha256
7983 (base32 "16ddjk8b6xw80ch4jis1y751i9561wdxh0gifbf15qiz3vjckq8m"))))
7984 (properties `((upstream-name . "AbSim")))
7985 (build-system r-build-system)
7986 (propagated-inputs
7987 `(("r-ape" ,r-ape)
7988 ("r-powerlaw" ,r-powerlaw)))
7989 (home-page "https://cran.r-project.org/web/packages/AbSim/")
7990 (synopsis "Time resolved simulations of antibody repertoires")
7991 (description
7992 "This package provides simulation methods for the evolution of antibody repertoires.
7993 The heavy and light chain variable region of both human and C57BL/6 mice can
7994 be simulated in a time-dependent fashion. Both single lineages using one set of
7995 V-, D-, and J-genes or full repertoires can be simulated. The algorithm begins
7996 with an initial V-D-J recombination event, starting the first phylogenetic tree.
7997 Upon completion, the main loop of the algorithm begins, with each iteration
7998 representing one simulated time step. Various mutation events are possible at
7999 each time step, contributing to a diverse final repertoire.")
8000 (license license:gpl2)))
8001
8002 (define-public r-quic
8003 (package
8004 (name "r-quic")
8005 (version "1.1")
8006 (source
8007 (origin
8008 (method url-fetch)
8009 (uri (cran-uri "QUIC" version))
8010 (sha256
8011 (base32 "021bp9xbaih60qmss015ycblbv6d1dvb1z89y93zpqqnc2qhpv3c"))))
8012 (properties `((upstream-name . "QUIC")))
8013 (build-system r-build-system)
8014 (home-page "https://www.cs.utexas.edu/users/sustik/QUIC/")
8015 (synopsis "Regularized sparse inverse covariance matrix estimation")
8016 (description
8017 "This package implements the regularized Gaussian maximum likelihood
8018 estimation of the inverse of a covariance matrix. It uses Newton's method and
8019 coordinate descent to solve the regularized inverse covariance matrix
8020 estimation problem.")
8021 ;; The project home page states that the release is under GPLv3 or later.
8022 ;; The CRAN page only says GPL-3.
8023 (license license:gpl3+)))
8024
8025 (define-public r-abundant
8026 (package
8027 (name "r-abundant")
8028 (version "1.1")
8029 (source
8030 (origin
8031 (method url-fetch)
8032 (uri (cran-uri "abundant" version))
8033 (sha256
8034 (base32 "1m76qdmqvwpgm0sihazi2dna7cgsz9rljal18vgffb5wamwmg9k7"))))
8035 (build-system r-build-system)
8036 (propagated-inputs
8037 `(("r-quic" ,r-quic)))
8038 (home-page "https://cran.r-project.org/web/packages/abundant/")
8039 (synopsis "Abundant regression and high-dimensional principal fitted components")
8040 (description
8041 "This package provides tools to fit and predict with the high-dimensional
8042 principal fitted components model. This model is described by Cook, Forzani,
8043 and Rothman (2012) @url{doi:10.1214/11-AOS962}.")
8044 ;; The DESCRIPTION file states GPL-2, but since it directly depends on a
8045 ;; GPLv3+ package (QUIC) this likely means GPLv2+.
8046 (license license:gpl2+)))
8047
8048 (define-public r-ac3net
8049 (package
8050 (name "r-ac3net")
8051 (version "1.2.2")
8052 (source
8053 (origin
8054 (method url-fetch)
8055 (uri (cran-uri "Ac3net" version))
8056 (sha256
8057 (base32 "1ns4n0xxz6p34c11bj0k7nzgmyqr9mis2b0g5nfz37dbikndyqyz"))))
8058 (properties `((upstream-name . "Ac3net")))
8059 (build-system r-build-system)
8060 (propagated-inputs
8061 `(("r-data-table" ,r-data-table)))
8062 (home-page "https://cran.r-project.org/web/packages/Ac3net/")
8063 (synopsis "Inferring directional conservative causal core gene networks")
8064 (description "This package infers directional Conservative causal core
8065 (gene) networks (C3NET). This is a version of the algorithm C3NET with
8066 directional network.")
8067 (license license:gpl3+)))
8068
8069 (define-public r-aca
8070 (package
8071 (name "r-aca")
8072 (version "1.1")
8073 (source
8074 (origin
8075 (method url-fetch)
8076 (uri (cran-uri "ACA" version))
8077 (sha256
8078 (base32 "1i3hm27nvnkvc39xlh0d1blq8q0q02czmvgi3cazmjx3jvxay0vq"))))
8079 (properties `((upstream-name . "ACA")))
8080 (build-system r-build-system)
8081 (home-page "https://cran.r-project.org/web/packages/ACA/")
8082 (synopsis "Abrupt change-point or aberration detection in point series")
8083 (description
8084 "This package offers an interactive function for the detection of breakpoints in
8085 series.")
8086 ;; Any version of the GPL
8087 (license (list license:gpl2+ license:gpl3+))))
8088
8089 (define-public r-acceptancesampling
8090 (package
8091 (name "r-acceptancesampling")
8092 (version "1.0-6")
8093 (source
8094 (origin
8095 (method url-fetch)
8096 (uri (cran-uri "AcceptanceSampling" version))
8097 (sha256
8098 (base32 "1z3rmln63ki2kik9kinbwr9qhr32ggbmh4mm3xqy6di119n47ca9"))))
8099 (properties
8100 `((upstream-name . "AcceptanceSampling")))
8101 (build-system r-build-system)
8102 (home-page "https://cran.r-project.org/web/packages/AcceptanceSampling/")
8103 (synopsis "Creation and evaluation of acceptance sampling plans")
8104 (description
8105 "This @code{r-acceptancesampling} provides functionality for creating and evaluating
8106 acceptance sampling plans. Acceptance sampling is a methodology commonly used
8107 in quality control and improvement. International standards of acceptance
8108 sampling provide sampling plans for specific circumstances. The aim of this
8109 package is to provide an easy-to-use interface to visualize single, double or
8110 multiple sampling plans. In addition, methods have been provided to enable the
8111 user to assess sampling plans against pre-specified levels of performance, as
8112 measured by the probability of acceptance for a given level of quality in the
8113 lot.")
8114 (license license:gpl3+)))
8115
8116 (define-public r-acclma
8117 (package
8118 (name "r-acclma")
8119 (version "1.0")
8120 (source
8121 (origin
8122 (method url-fetch)
8123 (uri (cran-uri "ACCLMA" version))
8124 (sha256
8125 (base32 "1na27sp18fq12gp6vxgqw1ffsz2yi1d8xvrxbrzx5g1kqxrayy0v"))))
8126 (properties `((upstream-name . "ACCLMA")))
8127 (build-system r-build-system)
8128 (home-page "https://cran.r-project.org/web/packages/ACCLMA/")
8129 (synopsis "ACC & LMA graph plotting")
8130 (description
8131 "This package contains a function that imports data from a @acronym{CSV,
8132 Comma-Separated Values} file, or uses manually entered data from the format (x,
8133 y, weight) and plots the appropriate @acronym{ACC, Absolute Concentration
8134 Curve} vs @acronym{LOI, Line of Independence} graph and
8135 @acronym{LMA, @acronym{LOI} Minus @acronym{ACC}} graph. The main
8136 function is @code{plotLMA} (source file, header) that takes a data set and plots the
8137 appropriate @acronym{LMA} and @acronym{ACC} graphs. If no source file (a
8138 string) was passed, a manual data entry window is opened. The header parameter
8139 indicates by TRUE/FALSE (false by default) if the source @acronym{CSV} file has
8140 a header row or not. The dataset should contain only one independent variable
8141 (x) and one dependent variable (y) and can contain a weight for each
8142 observation.")
8143 (license license:gpl2)))
8144
8145 (define-public r-aspi
8146 (package
8147 (name "r-aspi")
8148 (version "0.2.0")
8149 (source
8150 (origin
8151 (method url-fetch)
8152 (uri (cran-uri "aspi" version))
8153 (sha256
8154 (base32 "0rhvxw243vvdv3hxa6pi343gcjc2cbxq1jzqirl9k1l4i3897l87"))))
8155 (build-system r-build-system)
8156 (home-page
8157 "https://cran.r-project.org/web/packages/aspi/")
8158 (synopsis
8159 "Analysis of symmetry of parasitic infections")
8160 (description
8161 "This package provides tools for the analysis and visualization of bilateral
8162 asymmetry in parasitic infections.")
8163 (license license:gpl3+)))
8164
8165 (define-public r-sandwich
8166 (package
8167 (name "r-sandwich")
8168 (version "2.5-1")
8169 (source
8170 (origin
8171 (method url-fetch)
8172 (uri (cran-uri "sandwich" version))
8173 (sha256
8174 (base32
8175 "1mk685b9wq7k566pbml52rj96i5h6b3vf215k9picgmq296nzvyv"))))
8176 (build-system r-build-system)
8177 (propagated-inputs
8178 `(("r-zoo" ,r-zoo)))
8179 (home-page "https://cran.r-project.org/web/packages/sandwich/")
8180 (synopsis "Robust Covariance Matrix Estimators")
8181 (description
8182 "This package provides model-robust standard error estimators for
8183 cross-sectional, time series, clustered, panel, and longitudinal data.")
8184 ;; Either version of the license.
8185 (license (list license:gpl2 license:gpl3))))
8186
8187 (define-public r-th-data
8188 (package
8189 (name "r-th-data")
8190 (version "1.0-10")
8191 (source
8192 (origin
8193 (method url-fetch)
8194 (uri (cran-uri "TH.data" version))
8195 (sha256
8196 (base32
8197 "0mgz7aj2d9abbmdr65zgmg1ddp3fdbs3mfj83r5xadh5ldkir2k1"))))
8198 (properties `((upstream-name . "TH.data")))
8199 (build-system r-build-system)
8200 (propagated-inputs
8201 `(("r-mass" ,r-mass)
8202 ("r-survival" ,r-survival)))
8203 (home-page "https://cran.r-project.org/web/packages/TH.data/")
8204 (synopsis "Shared data sets")
8205 (description
8206 "This package contains supporting data sets that are used in other
8207 packages maintained by Torsten Hothorn.")
8208 (license license:gpl3)))
8209
8210 (define-public r-multcomp
8211 (package
8212 (name "r-multcomp")
8213 (version "1.4-12")
8214 (source
8215 (origin
8216 (method url-fetch)
8217 (uri (cran-uri "multcomp" version))
8218 (sha256
8219 (base32
8220 "14c2f10rz546w7ly5f4r6wnd07yj5gic38an17gxny1vf2nsff0b"))))
8221 (build-system r-build-system)
8222 (propagated-inputs
8223 `(("r-codetools" ,r-codetools)
8224 ("r-mvtnorm" ,r-mvtnorm)
8225 ("r-sandwich" ,r-sandwich)
8226 ("r-survival" ,r-survival)
8227 ("r-th-data" ,r-th-data)))
8228 (home-page "https://cran.r-project.org/web/packages/multcomp/")
8229 (synopsis "Simultaneous inference in general parametric models")
8230 (description
8231 "Simultaneous tests and confidence intervals for general linear
8232 hypotheses in parametric models, including linear, generalized linear, linear
8233 mixed effects, and survival models. The package includes demos reproducing
8234 analyzes presented in the book \"Multiple Comparisons Using R\" (Bretz,
8235 Hothorn, Westfall, 2010, CRC Press).")
8236 (license license:gpl2)))
8237
8238 (define-public r-emmeans
8239 (package
8240 (name "r-emmeans")
8241 (version "1.4.4")
8242 (source
8243 (origin
8244 (method url-fetch)
8245 (uri (cran-uri "emmeans" version))
8246 (sha256
8247 (base32
8248 "0l1qj6x834fmcvqbj807p7yz7462df925vw91xvg50faqm19d41x"))))
8249 (build-system r-build-system)
8250 (propagated-inputs
8251 `(("r-estimability" ,r-estimability)
8252 ("r-mvtnorm" ,r-mvtnorm)
8253 ("r-numderiv" ,r-numderiv)
8254 ("r-plyr" ,r-plyr)
8255 ("r-xtable" ,r-xtable)))
8256 (home-page "https://github.com/rvlenth/emmeans")
8257 (synopsis "Estimated marginal means, aka least-squares means")
8258 (description
8259 "This package provides tools to obtain @dfn{estimated marginal
8260 means} (EMMs) for many linear, generalized linear, and mixed models. It can
8261 be used to compute contrasts or linear functions of EMMs, trends, and
8262 comparisons of slopes.")
8263 ;; Either version of the license.
8264 (license (list license:gpl2 license:gpl3))))
8265
8266 (define-public r-pwr
8267 (package
8268 (name "r-pwr")
8269 (version "1.2-2")
8270 (source
8271 (origin
8272 (method url-fetch)
8273 (uri (cran-uri "pwr" version))
8274 (sha256
8275 (base32
8276 "0r5g781lr677vp3zyhgmi7r68c87l8gd05l1s3ffnxgn5wf043sm"))))
8277 (build-system r-build-system)
8278 (native-inputs
8279 `(("r-knitr" ,r-knitr)))
8280 (home-page "https://github.com/heliosdrm/pwr")
8281 (synopsis "Basic functions for power analysis")
8282 (description
8283 "This package provides power analysis functions along the lines of
8284 Cohen (1988).")
8285 (license license:gpl3+)))
8286
8287 (define-public r-libcoin
8288 (package
8289 (name "r-libcoin")
8290 (version "1.0-5")
8291 (source
8292 (origin
8293 (method url-fetch)
8294 (uri (cran-uri "libcoin" version))
8295 (sha256
8296 (base32
8297 "1cm9x1dlg9f7fh7n5nw3x4a7rl88c7ylrlc8x3rx4mq5w1j42x0a"))))
8298 (build-system r-build-system)
8299 (propagated-inputs `(("r-mvtnorm" ,r-mvtnorm)))
8300 (home-page "https://cran.r-project.org/web/packages/libcoin")
8301 (synopsis "Linear test statistics for permutation inference")
8302 (description
8303 "This package provides basic infrastructure for linear test statistics
8304 and permutation inference in the framework of Strasser and Weber (1999).")
8305 (license license:gpl2)))
8306
8307 (define-public r-coin
8308 (package
8309 (name "r-coin")
8310 (version "1.3-1")
8311 (source
8312 (origin
8313 (method url-fetch)
8314 (uri (cran-uri "coin" version))
8315 (sha256
8316 (base32
8317 "0qi03fyqw42a2vnqcia5l2m1mzyarj2q1iblknx9n19bdsd53qjx"))))
8318 (build-system r-build-system)
8319 (propagated-inputs
8320 `(("r-libcoin" ,r-libcoin)
8321 ("r-matrixstats" ,r-matrixstats)
8322 ("r-modeltools" ,r-modeltools)
8323 ("r-multcomp" ,r-multcomp)
8324 ("r-mvtnorm" ,r-mvtnorm)
8325 ("r-survival" ,r-survival)))
8326 (home-page "http://coin.r-forge.r-project.org")
8327 (synopsis "Conditional inference procedures in a permutation test framework")
8328 (description
8329 "This package provides conditional inference procedures for the general
8330 independence problem including two-sample, K-sample (non-parametric ANOVA),
8331 correlation, censored, ordered and multivariate problems.")
8332 (license license:gpl2)))
8333
8334 (define-public r-bayesplot
8335 (package
8336 (name "r-bayesplot")
8337 (version "1.7.1")
8338 (source
8339 (origin
8340 (method url-fetch)
8341 (uri (cran-uri "bayesplot" version))
8342 (sha256
8343 (base32
8344 "0sq0ajnm96hmlqf1cv5n2gshh3qdij4n1zbm7qrniz2q6b5aj342"))))
8345 (build-system r-build-system)
8346 (inputs
8347 `(("pandoc" ,ghc-pandoc)
8348 ("pandoc-citeproc" ,ghc-pandoc-citeproc)))
8349 (propagated-inputs
8350 `(("r-dplyr" ,r-dplyr)
8351 ("r-ggplot2" ,r-ggplot2)
8352 ("r-ggridges" ,r-ggridges)
8353 ("r-glue" ,r-glue)
8354 ("r-reshape2" ,r-reshape2)
8355 ("r-rlang" ,r-rlang)
8356 ("r-tibble" ,r-tibble)
8357 ("r-tidyselect" ,r-tidyselect)))
8358 (home-page "https://mc-stan.org/bayesplot")
8359 (synopsis "Plotting for Bayesian models")
8360 (description
8361 "This package provides plotting functions for posterior analysis, model
8362 checking, and MCMC diagnostics. The package is designed not only to provide
8363 convenient functionality for users, but also a common set of functions that
8364 can be easily used by developers working on a variety of R packages for
8365 Bayesian modeling.")
8366 (license license:gpl3+)))
8367
8368 (define-public r-tmb
8369 (package
8370 (name "r-tmb")
8371 (version "1.7.16")
8372 (source
8373 (origin
8374 (method url-fetch)
8375 (uri (cran-uri "TMB" version))
8376 (sha256
8377 (base32
8378 "0lly12hdi99iklwr0vg9xkyhi038w4gncbf895qcwbndmqp0lx44"))))
8379 (properties `((upstream-name . "TMB")))
8380 (build-system r-build-system)
8381 (propagated-inputs
8382 `(("r-matrix" ,r-matrix)
8383 ("r-rcppeigen" ,r-rcppeigen)))
8384 (home-page "http://tmb-project.org")
8385 (synopsis "Template model builder: a general random effect tool")
8386 (description
8387 "With this tool, a user should be able to quickly implement complex
8388 random effect models through simple C++ templates. The package combines
8389 @code{CppAD} (C++ automatic differentiation), @code{Eigen} (templated
8390 matrix-vector library) and @code{CHOLMOD} (sparse matrix routines available
8391 from R) to obtain an efficient implementation of the applied Laplace
8392 approximation with exact derivatives. Key features are: Automatic sparseness
8393 detection, parallelism through BLAS and parallel user templates.")
8394 (license license:gpl2)))
8395
8396 (define-public r-sjstats
8397 (package
8398 (name "r-sjstats")
8399 (version "0.17.9")
8400 (source
8401 (origin
8402 (method url-fetch)
8403 (uri (cran-uri "sjstats" version))
8404 (sha256
8405 (base32 "0938ac6ixvkif07azd2msa8g3qnn9rabj6jg17almbysl83kg4nm"))))
8406 (build-system r-build-system)
8407 (propagated-inputs
8408 `(("r-bayestestr" ,r-bayestestr)
8409 ("r-broom" ,r-broom)
8410 ("r-dplyr" ,r-dplyr)
8411 ("r-effectsize" ,r-effectsize)
8412 ("r-emmeans" ,r-emmeans)
8413 ("r-insight" ,r-insight)
8414 ("r-lme4" ,r-lme4)
8415 ("r-magrittr" ,r-magrittr)
8416 ("r-mass" ,r-mass)
8417 ("r-modelr" ,r-modelr)
8418 ("r-parameters" ,r-parameters)
8419 ("r-performance" ,r-performance)
8420 ("r-purrr" ,r-purrr)
8421 ("r-rlang" ,r-rlang)
8422 ("r-sjlabelled" ,r-sjlabelled)
8423 ("r-sjmisc" ,r-sjmisc)
8424 ("r-tidyr" ,r-tidyr)))
8425 (home-page "https://github.com/strengejacke/sjstats")
8426 (synopsis "Functions for common statistical computations")
8427 (description
8428 "This package provides a collection of convenient functions for common
8429 statistical computations, which are not directly provided by R's @code{base}
8430 or @code{stats} packages. This package aims at providing, first, shortcuts
8431 for statistical measures, which otherwise could only be calculated with
8432 additional effort. Second, these shortcut functions are generic, and can be
8433 applied not only to vectors, but also to other objects as well. The focus of
8434 most functions lies on summary statistics or fit measures for regression
8435 models, including generalized linear models, mixed effects models and Bayesian
8436 models.")
8437 (license license:gpl3)))
8438
8439 (define-public r-glmmtmb
8440 (package
8441 (name "r-glmmtmb")
8442 (version "1.0.0")
8443 (source
8444 (origin
8445 (method url-fetch)
8446 (uri (cran-uri "glmmTMB" version))
8447 (sha256
8448 (base32
8449 "1md4yw4kbng953rz1n9g1v2xffk3cxx1qmp0kvbdayg1s82l1rgx"))))
8450 (properties `((upstream-name . "glmmTMB")))
8451 (build-system r-build-system)
8452 (propagated-inputs
8453 `(("r-lme4" ,r-lme4)
8454 ("r-matrix" ,r-matrix)
8455 ("r-nlme" ,r-nlme)
8456 ("r-rcppeigen" ,r-rcppeigen)
8457 ("r-tmb" ,r-tmb)))
8458 (native-inputs
8459 `(("r-knitr" ,r-knitr))) ; for vignettes
8460 (home-page "https://github.com/glmmTMB")
8461 (synopsis "Generalized linear mixed models")
8462 (description
8463 "Fit linear and generalized linear mixed models with various extensions,
8464 including zero-inflation. The models are fitted using maximum likelihood
8465 estimation via the Template Model Builder. Random effects are assumed to be
8466 Gaussian on the scale of the linear predictor and are integrated out using the
8467 Laplace approximation. Gradients are calculated using automatic
8468 differentiation.")
8469 (license license:agpl3+)))
8470
8471 (define-public r-bayestestr
8472 (package
8473 (name "r-bayestestr")
8474 (version "0.5.2")
8475 (source
8476 (origin
8477 (method url-fetch)
8478 (uri (cran-uri "bayestestR" version))
8479 (sha256
8480 (base32
8481 "1l0kqw793d8fnk0745fllmqwjwnj9srvqzv4baq5s05ls1gbi2mw"))))
8482 (properties `((upstream-name . "bayestestR")))
8483 (build-system r-build-system)
8484 (propagated-inputs
8485 `(("r-insight" ,r-insight)))
8486 (home-page "https://github.com/easystats/bayestestR")
8487 (synopsis "Describe Bayesian models and posterior distributions")
8488 (description
8489 "This package provides utilities to understand and describe posterior
8490 distributions and Bayesian models. It includes point-estimates such as
8491 @dfn{Maximum A Posteriori} (MAP), measures of dispersion such as @dfn{Highest
8492 Density Interval} (HDI), and indices used for null-hypothesis testing (such as
8493 ROPE percentage and pd).")
8494 (license license:gpl3)))
8495
8496 (define-public r-performance
8497 (package
8498 (name "r-performance")
8499 (version "0.4.4")
8500 (source
8501 (origin
8502 (method url-fetch)
8503 (uri (cran-uri "performance" version))
8504 (sha256
8505 (base32
8506 "18h9y66cpsb3k6xnaya87vnpv2s3chf4bzsc4ym3n5sxhh41j7la"))))
8507 (build-system r-build-system)
8508 (propagated-inputs
8509 `(("r-bayestestr" ,r-bayestestr)
8510 ("r-insight" ,r-insight)))
8511 (home-page "https://easystats.github.io/performance/")
8512 (synopsis "Assessment of regression models performance")
8513 (description
8514 "This package provides utilities for computing measures to assess model
8515 quality, which are not directly provided by R's @code{base} or @code{stats}
8516 packages. These include e.g. measures like r-squared, intraclass correlation
8517 coefficient, root mean squared error or functions to check models for
8518 overdispersion, singularity or zero-inflation and more. Functions apply to a
8519 large variety of regression models, including generalized linear models, mixed
8520 effects models and Bayesian models.")
8521 (license license:gpl3)))
8522
8523 (define-public r-ggeffects
8524 (package
8525 (name "r-ggeffects")
8526 (version "0.14.1")
8527 (source
8528 (origin
8529 (method url-fetch)
8530 (uri (cran-uri "ggeffects" version))
8531 (sha256
8532 (base32
8533 "07pvs18vlybp96zz1wjr7cwiwi1cvjwkb9ahxzq0vd6adnd6ya59"))))
8534 (build-system r-build-system)
8535 (propagated-inputs
8536 `(("r-insight" ,r-insight)
8537 ("r-mass" ,r-mass)
8538 ("r-sjlabelled" ,r-sjlabelled)))
8539 (home-page "https://github.com/strengejacke/ggeffects")
8540 (synopsis "Create tidy data frames of marginal effects for ggplot")
8541 (description
8542 "This package provides tools to compute marginal effects from statistical
8543 models and return the result as tidy data frames. These data frames are ready
8544 to use with the @code{ggplot2} package. Marginal effects can be calculated
8545 for many different models. Interaction terms, splines and polynomial terms
8546 are also supported. The two main functions are @code{ggpredict()} and
8547 @code{ggeffect()}. There is a generic @code{plot()} method to plot the
8548 results using @code{ggplot2}.")
8549 (license license:gpl3)))
8550
8551 (define-public r-effectsize
8552 (package
8553 (name "r-effectsize")
8554 (version "0.2.0")
8555 (source
8556 (origin
8557 (method url-fetch)
8558 (uri (cran-uri "effectsize" version))
8559 (sha256
8560 (base32
8561 "1liix8rf8xq3hzi7684bl0s20iflsq6g5mxr5k59wp2qwn1i6aww"))))
8562 (properties `((upstream-name . "effectsize")))
8563 (build-system r-build-system)
8564 (propagated-inputs
8565 `(("r-bayestestr" ,r-bayestestr)
8566 ("r-insight" ,r-insight)
8567 ("r-parameters" ,r-parameters)))
8568 (home-page "https://github.com/easystats/effectsize")
8569 (synopsis "Indices of effect size and standardized parameters")
8570 (description
8571 "This package provides utilities to work with indices of effect size and
8572 standardized parameters for a wide variety of models, allowing computation and
8573 conversion of indices such as Cohen's d, r, odds, etc.")
8574 (license license:gpl3)))
8575
8576 (define-public r-sjplot
8577 (package
8578 (name "r-sjplot")
8579 (version "2.8.2")
8580 (source
8581 (origin
8582 (method url-fetch)
8583 (uri (cran-uri "sjPlot" version))
8584 (sha256
8585 (base32 "16721a5006q0gv45zjcwnkykxhjkzpq5n35vhik0g0ixgm3a2vci"))))
8586 (properties `((upstream-name . "sjPlot")))
8587 (build-system r-build-system)
8588 (propagated-inputs
8589 `(("r-bayestestr" ,r-bayestestr)
8590 ("r-dplyr" ,r-dplyr)
8591 ("r-effectsize" ,r-effectsize)
8592 ("r-forcats" ,r-forcats)
8593 ("r-ggeffects" ,r-ggeffects)
8594 ("r-ggplot2" ,r-ggplot2)
8595 ("r-insight" ,r-insight)
8596 ("r-knitr" ,r-knitr)
8597 ("r-mass" ,r-mass)
8598 ("r-parameters" ,r-parameters)
8599 ("r-performance" ,r-performance)
8600 ("r-purrr" ,r-purrr)
8601 ("r-rlang" ,r-rlang)
8602 ("r-scales" ,r-scales)
8603 ("r-sjlabelled" ,r-sjlabelled)
8604 ("r-sjmisc" ,r-sjmisc)
8605 ("r-sjstats" ,r-sjstats)
8606 ("r-tidyr" ,r-tidyr)))
8607 (home-page "https://strengejacke.github.io/sjPlot/")
8608 (synopsis "Data visualization for statistics in social science")
8609 (description
8610 "This package represents a collection of plotting and table output
8611 functions for data visualization. Results of various statistical
8612 analyses (that are commonly used in social sciences) can be visualized using
8613 this package, including simple and cross tabulated frequencies, histograms,
8614 box plots, (generalized) linear models, mixed effects models, principal
8615 component analysis and correlation matrices, cluster analyses, scatter plots,
8616 stacked scales, effects plots of regression models (including interaction
8617 terms) and much more. This package supports labelled data.")
8618 (license license:gpl3)))
8619
8620 (define-public r-ini
8621 (package
8622 (name "r-ini")
8623 (version "0.3.1")
8624 (source
8625 (origin
8626 (method url-fetch)
8627 (uri (cran-uri "ini" version))
8628 (sha256
8629 (base32
8630 "04yqij344dwm0xqgara8xia42mlmij3i8711qbb5534w05a1l6bv"))))
8631 (build-system r-build-system)
8632 (home-page "https://github.com/dvdscripter/ini")
8633 (synopsis "Read and write configuration files")
8634 (description
8635 "This package provides tools to parse simple @code{.ini} configuration
8636 files to an structured list. Users can manipulate this resulting list with
8637 @code{lapply()} functions. This same structured list can be used to write
8638 back to file after modifications.")
8639 (license license:gpl3)))
8640
8641 (define-public r-gh
8642 (package
8643 (name "r-gh")
8644 (version "1.1.0")
8645 (source
8646 (origin
8647 (method url-fetch)
8648 (uri (cran-uri "gh" version))
8649 (sha256
8650 (base32
8651 "1bc9bn1078s664hc806dh0y1ncxif77q479rfmxfir9z7hwaz7yy"))))
8652 (build-system r-build-system)
8653 (propagated-inputs
8654 `(("r-cli" ,r-cli)
8655 ("r-httr" ,r-httr)
8656 ("r-ini" ,r-ini)
8657 ("r-jsonlite" ,r-jsonlite)))
8658 (home-page "https://github.com/r-lib/gh#readme")
8659 (synopsis "Access the GitHub API via R")
8660 (description
8661 "This package provides a minimal R client to access the GitHub API.")
8662 (license license:expat)))
8663
8664 (define-public r-fs
8665 (package
8666 (name "r-fs")
8667 (version "1.3.1")
8668 (source
8669 (origin
8670 (method url-fetch)
8671 (uri (cran-uri "fs" version))
8672 (sha256
8673 (base32
8674 "1g26rgx13dzigp2vrlld6h28q33lwbax97zvwdrq2pc3iz54v4yn"))))
8675 (build-system r-build-system)
8676 (propagated-inputs
8677 `(("r-rcpp" ,r-rcpp)))
8678 (native-inputs
8679 `(("pkg-config" ,pkg-config)))
8680 (home-page "https://fs.r-lib.org")
8681 (synopsis "Cross-platform file system operations based on libuv")
8682 (description
8683 "This package provides a cross-platform interface to file system
8684 operations, built on top of the libuv C library.")
8685 (license license:gpl3)))
8686
8687 (define-public r-clisymbols
8688 (package
8689 (name "r-clisymbols")
8690 (version "1.2.0")
8691 (source
8692 (origin
8693 (method url-fetch)
8694 (uri (cran-uri "clisymbols" version))
8695 (sha256
8696 (base32
8697 "1q7gi2zmykhzas9v8fdnbpdq7pzdcpbhim1yxvd2062l777g4j86"))))
8698 (build-system r-build-system)
8699 (home-page "https://github.com/gaborcsardi/clisymbols")
8700 (synopsis "Unicode symbols at the R prompt")
8701 (description
8702 "This package provides a small subset of Unicode symbols, that are useful
8703 when building command line applications. They fall back to alternatives on
8704 terminals that do not support Unicode.")
8705 (license license:expat)))
8706
8707 (define-public r-usethis
8708 (package
8709 (name "r-usethis")
8710 (version "1.5.1")
8711 (source
8712 (origin
8713 (method url-fetch)
8714 (uri (cran-uri "usethis" version))
8715 (sha256
8716 (base32
8717 "07an5wbikilg7cb3q6x5aykw8dfqnjrc3wpfb7gjmy0d9fh20fcy"))))
8718 (build-system r-build-system)
8719 (propagated-inputs
8720 `(("r-clipr" ,r-clipr)
8721 ("r-clisymbols" ,r-clisymbols)
8722 ("r-crayon" ,r-crayon)
8723 ("r-curl" ,r-curl)
8724 ("r-desc" ,r-desc)
8725 ("r-fs" ,r-fs)
8726 ("r-gh" ,r-gh)
8727 ("r-git2r" ,r-git2r)
8728 ("r-glue" ,r-glue)
8729 ("r-purrr" ,r-purrr)
8730 ("r-rlang" ,r-rlang)
8731 ("r-rprojroot" ,r-rprojroot)
8732 ("r-rstudioapi" ,r-rstudioapi)
8733 ("r-whisker" ,r-whisker)
8734 ("r-withr" ,r-withr)
8735 ("r-yaml" ,r-yaml)))
8736 (home-page "https://github.com/r-lib/usethis")
8737 (synopsis "Automate R package and project setup")
8738 (description
8739 "This package helps you to automate R package and project setup tasks
8740 that are otherwise performed manually. This includes setting up unit testing,
8741 test coverage, continuous integration, Git, GitHub integration, licenses,
8742 Rcpp, RStudio projects, and more.")
8743 (license license:gpl3)))
8744
8745 (define-public r-sessioninfo
8746 (package
8747 (name "r-sessioninfo")
8748 (version "1.1.1")
8749 (source
8750 (origin
8751 (method url-fetch)
8752 (uri (cran-uri "sessioninfo" version))
8753 (sha256
8754 (base32
8755 "0j5f3l58fynxx3v0w62vqpii7miabszgljpja36xx9s8hikh8sqn"))))
8756 (build-system r-build-system)
8757 (propagated-inputs
8758 `(("r-cli" ,r-cli)
8759 ("r-withr" ,r-withr)))
8760 (home-page "https://github.com/r-lib/sessioninfo#readme")
8761 (synopsis "R session information")
8762 (description
8763 "This package provides tools to query and print information about the
8764 current R session. It is similar to @code{utils::sessionInfo()}, but includes
8765 more information about packages, and where they were installed from.")
8766 (license license:gpl2)))
8767
8768 (define-public r-remotes
8769 (package
8770 (name "r-remotes")
8771 (version "2.1.1")
8772 (source
8773 (origin
8774 (method url-fetch)
8775 (uri (cran-uri "remotes" version))
8776 (sha256
8777 (base32
8778 "12qinl7jv54f2524ri13gcrv6d523rg1harpi500j676zi30fnaf"))))
8779 (build-system r-build-system)
8780 (home-page "https://github.com/r-lib/remotes#readme")
8781 (synopsis "R package installation from remote repositories")
8782 (description
8783 "Download and install R packages stored in GitHub, BitBucket, or plain
8784 subversion or git repositories. This package is a lightweight replacement of
8785 the @code{install_*} functions in the @code{devtools} package. Indeed most of
8786 the code was copied over from @code{devtools}.")
8787 (license license:gpl2+)))
8788
8789 (define-public r-xopen
8790 (package
8791 (name "r-xopen")
8792 (version "1.0.0")
8793 (source
8794 (origin
8795 (method url-fetch)
8796 (uri (cran-uri "xopen" version))
8797 (sha256
8798 (base32
8799 "1vrvgdika1d63dwygynbv2wmd87ll8dji5dy89hj576n8hw601z2"))))
8800 (build-system r-build-system)
8801 (propagated-inputs
8802 `(("r-processx" ,r-processx)))
8803 (home-page "https://github.com/r-lib/xopen#readme")
8804 (synopsis "Open system files, URLs, anything")
8805 (description
8806 "This package provides a cross-platform solution to open files,
8807 directories or URLs with their associated programs.")
8808 (license license:expat)))
8809
8810 (define-public r-rcmdcheck
8811 (package
8812 (name "r-rcmdcheck")
8813 (version "1.3.3")
8814 (source
8815 (origin
8816 (method url-fetch)
8817 (uri (cran-uri "rcmdcheck" version))
8818 (sha256
8819 (base32
8820 "1d4kzgfqy72r6b7bn1j4znyksrycgypx1jjvpv9lrmvn37mpkdhs"))))
8821 (build-system r-build-system)
8822 (propagated-inputs
8823 `(("r-callr" ,r-callr)
8824 ("r-cli" ,r-cli)
8825 ("r-crayon" ,r-crayon)
8826 ("r-desc" ,r-desc)
8827 ("r-digest" ,r-digest)
8828 ("r-pkgbuild" ,r-pkgbuild)
8829 ("r-prettyunits" ,r-prettyunits)
8830 ("r-r6" ,r-r6)
8831 ("r-rprojroot" ,r-rprojroot)
8832 ("r-sessioninfo" ,r-sessioninfo)
8833 ("r-withr" ,r-withr)
8834 ("r-xopen" ,r-xopen)))
8835 (home-page "https://github.com/r-Lib/rcmdcheck#readme")
8836 (synopsis "Run R CMD check from R and capture results")
8837 (description
8838 "Run @code{R CMD check} from R programmatically, and capture the results
8839 of the individual checks.")
8840 (license license:expat)))
8841
8842 (define-public r-rapportools
8843 (package
8844 (name "r-rapportools")
8845 (version "1.0")
8846 (source
8847 (origin
8848 (method url-fetch)
8849 (uri (cran-uri "rapportools" version))
8850 (sha256
8851 (base32
8852 "1sgv4sc737i12arh5dc3263kjsz3dzg06qihfmrqyax94mv2d01b"))))
8853 (build-system r-build-system)
8854 (propagated-inputs
8855 `(("r-pander" ,r-pander)
8856 ("r-plyr" ,r-plyr)
8857 ("r-reshape" ,r-reshape)))
8858 (home-page "https://cran.r-project.org/web/packages/rapportools/")
8859 (synopsis "Miscellaneous helper functions with sane defaults for reporting")
8860 (description
8861 "This package provides helper functions that act as wrappers to more
8862 advanced statistical methods with the advantage of having sane defaults for
8863 quick reporting.")
8864 (license license:agpl3+)))
8865
8866 (define-public r-pander
8867 (package
8868 (name "r-pander")
8869 (version "0.6.3")
8870 (source
8871 (origin
8872 (method url-fetch)
8873 (uri (cran-uri "pander" version))
8874 (sha256
8875 (base32
8876 "1bd9sdghlsppmff18k5fg3i0visq9f4wc82rlhwq5m82bmgdgnyi"))))
8877 (build-system r-build-system)
8878 (propagated-inputs
8879 `(("r-digest" ,r-digest)
8880 ("r-rcpp" ,r-rcpp)))
8881 (home-page "https://rapporter.github.io/pander")
8882 (synopsis "Render R objects into Pandoc's markdown")
8883 (description
8884 "The main aim of the pander R package is to provide a minimal and easy
8885 tool for rendering R objects into Pandoc's markdown. The package is also
8886 capable of exporting/converting complex Pandoc documents (reports) in various
8887 ways.")
8888 ;; This package is licensed under either the AGPLv3+ or the very rarely
8889 ;; used OSL 3.0.
8890 (license license:agpl3+)))
8891
8892 (define-public r-summarytools
8893 (package
8894 (name "r-summarytools")
8895 (version "0.9.6")
8896 (source
8897 (origin
8898 (method url-fetch)
8899 (uri (cran-uri "summarytools" version))
8900 (sha256
8901 (base32
8902 "03pcb2ild1rb9f15yq8b68p9bg10z5wk2x7ahgyzkwdh5f81vbq2"))))
8903 (build-system r-build-system)
8904 (propagated-inputs
8905 `(("r-base64enc" ,r-base64enc)
8906 ("r-checkmate" ,r-checkmate)
8907 ("r-dplyr" ,r-dplyr)
8908 ("r-htmltools" ,r-htmltools)
8909 ("r-lubridate" ,r-lubridate)
8910 ("r-magick" ,r-magick)
8911 ("r-matrixstats" ,r-matrixstats)
8912 ("r-pander" ,r-pander)
8913 ("r-pryr" ,r-pryr)
8914 ("r-rapportools" ,r-rapportools)
8915 ("r-tibble" ,r-tibble)
8916 ("r-tidyr" ,r-tidyr)))
8917 (home-page "https://github.com/dcomtois/summarytools")
8918 (synopsis "Tools to quickly and neatly summarize data")
8919 (description
8920 "This package provides tools for data frame summaries, cross-tabulations,
8921 weight-enabled frequency tables and common univariate statistics in concise
8922 tables available in a variety of formats (plain ASCII, Markdown and HTML). A
8923 good point-of-entry for exploring data, both for experienced and new R
8924 users.")
8925 (license license:gpl2)))
8926
8927 (define-public r-lsei
8928 (package
8929 (name "r-lsei")
8930 (version "1.2-0")
8931 (source
8932 (origin
8933 (method url-fetch)
8934 (uri (cran-uri "lsei" version))
8935 (sha256
8936 (base32
8937 "1xl06fb3is744pxlh42wx5hn1h0ab1k31wnmsmh0524kxzcyp0a7"))))
8938 (build-system r-build-system)
8939 (native-inputs
8940 `(("gfortran" ,gfortran)))
8941 (home-page "https://www.stat.auckland.ac.nz/~yongwang")
8942 (synopsis "Solve regression problems under equality/inequality constraints")
8943 (description
8944 "It contains functions that solve least squares linear regression
8945 problems under linear equality/inequality constraints. Functions for solving
8946 quadratic programming problems are also available, which transform such
8947 problems into least squares ones first.")
8948 (license license:gpl2+)))
8949
8950 (define-public r-npsurv
8951 (package
8952 (name "r-npsurv")
8953 (version "0.4-0")
8954 (source
8955 (origin
8956 (method url-fetch)
8957 (uri (cran-uri "npsurv" version))
8958 (sha256
8959 (base32
8960 "1wq4c9yfha5azjhrn40iiqkshmvh611sa90jp3lh82n4bl9zfk20"))))
8961 (build-system r-build-system)
8962 (propagated-inputs
8963 `(("r-lsei" ,r-lsei)))
8964 (home-page "https://www.stat.auckland.ac.nz/~yongwang")
8965 (synopsis "Nonparametric survival analysis")
8966 (description
8967 "This package contains functions for non-parametric survival analysis of
8968 exact and interval-censored observations.")
8969 (license license:gpl2+)))
8970
8971 (define-public r-clusteval
8972 (package
8973 (name "r-clusteval")
8974 (version "0.1")
8975 (source
8976 (origin
8977 (method url-fetch)
8978 (uri (cran-uri "clusteval" version))
8979 (sha256
8980 (base32
8981 "1ld0bdl4fy8dsfzm3k7a37cyxc6pfc9qs31x4pxd3z5rslghz7rj"))))
8982 (build-system r-build-system)
8983 (propagated-inputs
8984 `(("r-mvtnorm" ,r-mvtnorm)
8985 ("r-rcpp" ,r-rcpp)))
8986 (home-page "https://cran.r-project.org/web/packages/clusteval/")
8987 (synopsis "Evaluation of clustering algorithms")
8988 (description
8989 "This R package provides a suite of tools to evaluate clustering
8990 algorithms, clusterings, and individual clusters.")
8991 (license license:expat)))
8992
8993 (define-public r-tweedie
8994 (package
8995 (name "r-tweedie")
8996 (version "2.3.2")
8997 (source
8998 (origin
8999 (method url-fetch)
9000 (uri (cran-uri "tweedie" version))
9001 (sha256
9002 (base32
9003 "10fv998qjxsyx0h94fi0xbh6xbf24nwgh254n9zfnmix9vk2cqls"))))
9004 (build-system r-build-system)
9005 (native-inputs `(("gfortran" ,gfortran)))
9006 (home-page "https://cran.r-project.org/web/packages/tweedie/")
9007 (synopsis "Evaluation of Tweedie exponential family models")
9008 (description
9009 "Maximum likelihood computations for Tweedie families, including the
9010 series expansion (Dunn and Smyth, 2005; <doi10.1007/s11222-005-4070-y>) and
9011 the Fourier inversion (Dunn and Smyth, 2008; <doi:10.1007/s11222-007-9039-6>),
9012 and related methods.")
9013 (license license:gpl2+)))
9014
9015 (define-public r-rcppgsl
9016 (package
9017 (name "r-rcppgsl")
9018 (version "0.3.7")
9019 (source
9020 (origin
9021 (method url-fetch)
9022 (uri (cran-uri "RcppGSL" version))
9023 (sha256
9024 (base32 "0cnw2k7cfqrm79r6j283aybflxig80x4n4rjkfp2317wf10mrsa5"))))
9025 (properties `((upstream-name . "RcppGSL")))
9026 (build-system r-build-system)
9027 (propagated-inputs
9028 `(("r-rcpp" ,r-rcpp)
9029 ("gsl" ,gsl)))
9030 (native-inputs
9031 `(("r-knitr" ,r-knitr))) ; for vignettes
9032 (home-page "https://cran.r-project.org/web/packages/RcppGSL/")
9033 (synopsis "Rcpp integration for GSL vectors and matrices")
9034 (description
9035 "The GNU Scientific Library (or GSL) is a collection of numerical
9036 routines for scientific computing. It is particularly useful for C and C++
9037 programs as it provides a standard C interface to a wide range of mathematical
9038 routines. There are over 1000 functions in total with an extensive test
9039 suite. The RcppGSL package provides an easy-to-use interface between GSL data
9040 structures and R using concepts from Rcpp which is itself a package that eases
9041 the interfaces between R and C++.")
9042 (license license:gpl2+)))
9043
9044 (define-public r-mvabund
9045 (package
9046 (name "r-mvabund")
9047 (version "4.1.3")
9048 (source
9049 (origin
9050 (method url-fetch)
9051 (uri (cran-uri "mvabund" version))
9052 (sha256
9053 (base32
9054 "1z58h4dk3mc2hfnfvc7pghk471cbp7ah2s1z2ria5igw4s80962b"))))
9055 (build-system r-build-system)
9056 (propagated-inputs
9057 `(("r-mass" ,r-mass)
9058 ("r-rcpp" ,r-rcpp)
9059 ("r-rcppgsl" ,r-rcppgsl)
9060 ("r-statmod" ,r-statmod)
9061 ("r-tweedie" ,r-tweedie)))
9062 (home-page "https://cran.r-project.org/web/packages/mvabund/")
9063 (synopsis "Statistical methods for analysing multivariate abundance data")
9064 (description
9065 "This package provides a set of tools for displaying, modeling and
9066 analysing multivariate abundance data in community ecology.")
9067 (license license:lgpl2.1+)))
9068
9069 (define-public r-afex
9070 (package
9071 (name "r-afex")
9072 (version "0.26-0")
9073 (source
9074 (origin
9075 (method url-fetch)
9076 (uri (cran-uri "afex" version))
9077 (sha256
9078 (base32
9079 "0h3p1svgk1ap3lj08fi8nzdb3710h99bv150krf1x8wci1a0r1if"))))
9080 (build-system r-build-system)
9081 (propagated-inputs
9082 `(("r-car" ,r-car)
9083 ("r-lme4" ,r-lme4)
9084 ("r-lmertest" ,r-lmertest)
9085 ("r-pbkrtest" ,r-pbkrtest)
9086 ("r-reshape2" ,r-reshape2)))
9087 (home-page "https://afex.singmann.science/")
9088 (synopsis "Analysis of factorial experiments")
9089 (description
9090 "This package provides convenience functions for analyzing factorial
9091 experiments using ANOVA or mixed models.")
9092 (license license:gpl2+)))
9093
9094 (define-public r-lmertest
9095 (package
9096 (name "r-lmertest")
9097 (version "3.1-1")
9098 (source
9099 (origin
9100 (method url-fetch)
9101 (uri (cran-uri "lmerTest" version))
9102 (sha256
9103 (base32
9104 "0r2vvs3nl6p8xla3gd943khb4ixp0alvspqpnz2y6n3wk8zgh3jj"))))
9105 (properties `((upstream-name . "lmerTest")))
9106 (build-system r-build-system)
9107 (propagated-inputs
9108 `(("r-ggplot2" ,r-ggplot2)
9109 ("r-lme4" ,r-lme4)
9110 ("r-mass" ,r-mass)
9111 ("r-numderiv" ,r-numderiv)))
9112 (home-page "https://github.com/runehaubo/lmerTestR")
9113 (synopsis "Tests in linear mixed effects models")
9114 (description
9115 "This package provides p-values in type I, II or III anova and summary
9116 tables for @code{lmer} model fits via Satterthwaite's degrees of freedom
9117 method. A Kenward-Roger method is also available via the @code{pbkrtest}
9118 package. Model selection methods include step, drop1 and anova-like tables
9119 for random effects (ranova). Methods for Least-Square means (LS-means) and
9120 tests of linear contrasts of fixed effects are also available.")
9121 (license license:gpl2+)))
9122
9123 (define-public r-r2glmm
9124 (package
9125 (name "r-r2glmm")
9126 (version "0.1.2")
9127 (source
9128 (origin
9129 (method url-fetch)
9130 (uri (cran-uri "r2glmm" version))
9131 (sha256
9132 (base32
9133 "0iim92blpa59vgz97c2pi05yhbjjmaffdbkbmk5kplfb2vmazgiy"))))
9134 (build-system r-build-system)
9135 (propagated-inputs
9136 `(("r-afex" ,r-afex)
9137 ("r-data-table" ,r-data-table)
9138 ("r-dplyr" ,r-dplyr)
9139 ("r-ggplot2" ,r-ggplot2)
9140 ("r-gridextra" ,r-gridextra)
9141 ("r-lmertest" ,r-lmertest)
9142 ("r-mass" ,r-mass)
9143 ("r-matrix" ,r-matrix)
9144 ("r-mgcv" ,r-mgcv)
9145 ("r-pbkrtest" ,r-pbkrtest)))
9146 (home-page "https://github.com/bcjaeger/r2glmm")
9147 (synopsis "Compute R squared for mixed (multilevel) models")
9148 (description
9149 "This package computes model and semi partial R squared with confidence
9150 limits for the linear and generalized linear mixed model (LMM and GLMM). The
9151 R squared measure from L. J. Edwards et al. (2008) is extended to the GLMM
9152 using @dfn{penalized quasi-likelihood} (PQL) estimation (see Jaeger et
9153 al. (2016)).")
9154 (license license:gpl2)))
9155
9156 (define-public r-weights
9157 (package
9158 (name "r-weights")
9159 (version "1.0.1")
9160 (source
9161 (origin
9162 (method url-fetch)
9163 (uri (cran-uri "weights" version))
9164 (sha256
9165 (base32
9166 "1ka2kvzg464vn80qziqy4mrciy9wwd3jfasgq0d33wbiblhmxkj5"))))
9167 (build-system r-build-system)
9168 (propagated-inputs
9169 `(("r-gdata" ,r-gdata)
9170 ("r-hmisc" ,r-hmisc)
9171 ("r-mice" ,r-mice)))
9172 (home-page
9173 "https://cran.r-project.org/web/packages/weights/")
9174 (synopsis "Weighting and weighted statistics")
9175 (description "This package Provides a variety of functions for producing
9176 simple weighted statistics, such as weighted Pearson's correlations, partial
9177 correlations, Chi-Squared statistics, histograms, and t-tests. Also now
9178 includes some software for quickly recoding survey data and plotting point
9179 estimates from interaction terms in regressions (and multiply imputed
9180 regressions). NOTE: Weighted partial correlation calculations pulled to
9181 address a bug.")
9182 (license license:gpl2+)))
9183
9184 (define-public r-rcppannoy
9185 (package
9186 (name "r-rcppannoy")
9187 (version "0.0.15")
9188 (source
9189 (origin
9190 (method url-fetch)
9191 (uri (cran-uri "RcppAnnoy" version))
9192 (sha256
9193 (base32
9194 "1rlw6npwwcp066midvkhnzf0xmmfkkdf6f581j3j1s2naqss3fvl"))))
9195 (properties `((upstream-name . "RcppAnnoy")))
9196 (build-system r-build-system)
9197 (propagated-inputs
9198 `(("r-rcpp" ,r-rcpp)))
9199 (native-inputs
9200 `(("r-knitr" ,r-knitr))) ; for vignettes
9201 (home-page "https://cran.r-project.org/web/packages/RcppAnnoy/")
9202 (synopsis "Rcpp bindings for Annoy, a library for Approximate Nearest Neighbors")
9203 (description
9204 "Annoy is a small C++ library for Approximate Nearest Neighbors written
9205 for efficient memory usage as well an ability to load from and save to disk.
9206 This package provides an R interface.")
9207 ;; Annoy is released under ASL 2.0, but this wrapper is released under
9208 ;; GPLv2+.
9209 (license (list license:gpl2+ license:asl2.0))))
9210
9211 (define-public r-rcpphnsw
9212 (package
9213 (name "r-rcpphnsw")
9214 (version "0.2.0")
9215 (source
9216 (origin
9217 (method url-fetch)
9218 (uri (cran-uri "RcppHNSW" version))
9219 (sha256
9220 (base32
9221 "0gqdkw7vkcm544rz45g0hplg836ygzbfwk9gh9wr0817icvdb3qv"))))
9222 (properties `((upstream-name . "RcppHNSW")))
9223 (build-system r-build-system)
9224 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
9225 (home-page "https://cran.r-project.org/web/packages/RcppHNSW/")
9226 (synopsis "Rcpp bindings for hnswlib, a library for approximate nearest neighbors")
9227 (description
9228 "Hnswlib is a C++ library for approximate nearest neighbors. This
9229 package provides a minimal R interface by relying on the Rcpp package.")
9230 ;; hnswlib is released under Version 2.0 of the Apache License.
9231 (license (list license:gpl3 license:asl2.0))))
9232
9233 (define-public r-rcppparallel
9234 (package
9235 (name "r-rcppparallel")
9236 (version "4.4.4")
9237 (source
9238 (origin
9239 (method url-fetch)
9240 (uri (cran-uri "RcppParallel" version))
9241 (sha256
9242 (base32
9243 "0p13f2mywjr7gmskf8ri4y8p5yr1bvr4xrpw2w11vdvafwz1vcia"))))
9244 (properties `((upstream-name . "RcppParallel")))
9245 (build-system r-build-system)
9246 (home-page "http://rcppcore.github.io/RcppParallel")
9247 (synopsis "Parallel programming tools for Rcpp")
9248 (description
9249 "This package provides high level functions for parallel programming with
9250 Rcpp. For example, the @code{parallelFor()} function can be used to convert
9251 the work of a standard serial @code{for} loop into a parallel one and the
9252 @code{parallelReduce()} function can be used for accumulating aggregates or
9253 other values.")
9254 (license license:gpl2)))
9255
9256 (define-public r-ncdf4
9257 (package
9258 (name "r-ncdf4")
9259 (version "1.17")
9260 (source
9261 (origin
9262 (method url-fetch)
9263 (uri (cran-uri "ncdf4" version))
9264 (sha256
9265 (base32
9266 "1xls44ln2zjrrlimxl8v4bk2ni3g45c9j0gxdnjx31rikmrc95fv"))))
9267 (build-system r-build-system)
9268 (inputs
9269 `(("netcdf" ,netcdf)
9270 ("zlib" ,zlib)))
9271 (home-page "https://cran.r-project.org/web/packages/ncdf4/index.html")
9272 (synopsis "R interface to Unidata netCDF format data files")
9273 (description
9274 "This package provides a high-level R interface to data files written
9275 using Unidata's netCDF library (version 4 or earlier), which are binary data
9276 files that are portable across platforms and include metadata information in
9277 addition to the data sets. Using this package, netCDF files can be opened and
9278 data sets read in easily. It is also easy to create new netCDF dimensions,
9279 variables, and files, in either version 3 or 4 format, and manipulate existing
9280 netCDF files.")
9281 (license license:gpl3+)))
9282
9283 (define-public r-biocmanager
9284 (package
9285 (name "r-biocmanager")
9286 (version "1.30.10")
9287 (source
9288 (origin
9289 (method url-fetch)
9290 (uri (cran-uri "BiocManager" version))
9291 (sha256
9292 (base32 "03n9s2vf7vgpgb5alpxwamf9xfkn32cbzngwyn6spq1bnh9a9dzk"))))
9293 (properties `((upstream-name . "BiocManager")))
9294 (build-system r-build-system)
9295 (home-page "https://cran.r-project.org/web/packages/BiocManager/")
9296 (synopsis "Access the Bioconductor project package repository")
9297 (description
9298 "This package provides a convenient tool to install and update
9299 Bioconductor packages.")
9300 (license license:artistic2.0)))
9301
9302 (define-public r-rgl
9303 (package
9304 (name "r-rgl")
9305 (version "0.100.50")
9306 (source
9307 (origin
9308 (method url-fetch)
9309 (uri (cran-uri "rgl" version))
9310 (sha256
9311 (base32
9312 "165p932ml7dpjkm41zc47p5cdxar69il0m5yvg0avi8q01vr17ay"))))
9313 (build-system r-build-system)
9314 (native-inputs
9315 `(("pkg-config" ,pkg-config)))
9316 (inputs
9317 `(("freetype" ,freetype)
9318 ("libpng" ,libpng)
9319 ("glu" ,glu)
9320 ("libx11" ,libx11)
9321 ("ghc-pandoc" ,ghc-pandoc)
9322 ("zlib" ,zlib)))
9323 (propagated-inputs
9324 `(("r-crosstalk" ,r-crosstalk)
9325 ("r-htmltools" ,r-htmltools)
9326 ("r-htmlwidgets" ,r-htmlwidgets)
9327 ("r-jsonlite" ,r-jsonlite)
9328 ("r-knitr" ,r-knitr)
9329 ("r-magrittr" ,r-magrittr)
9330 ("r-manipulatewidget" ,r-manipulatewidget)
9331 ("r-shiny" ,r-shiny)))
9332 (home-page "https://r-forge.r-project.org/projects/rgl/")
9333 (synopsis "3D visualization using OpenGL")
9334 (description
9335 "This package provides medium to high level functions for 3D interactive graphics,
9336 including functions modelled on base graphics (@code{plot3d()}, etc.) as well
9337 as functions for constructing representations of geometric
9338 objects (@code{cube3d()}, etc.). Output may be on screen using OpenGL, or to
9339 various standard 3D file formats including WebGL, PLY, OBJ, STL as well as 2D
9340 image formats, including PNG, Postscript, SVG, PGF.")
9341 ;; Any version of the GPL.
9342 (license (list license:gpl2+ license:gpl3+))))
9343
9344 (define-public r-multicool
9345 (package
9346 (name "r-multicool")
9347 (version "0.1-11")
9348 (source
9349 (origin
9350 (method url-fetch)
9351 (uri (cran-uri "multicool" version))
9352 (sha256
9353 (base32
9354 "0xk408qbz9cxwf51j3pmy55gcjcnws8mc6j3vyn9zhramxj7x40w"))))
9355 (build-system r-build-system)
9356 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
9357 (home-page "https://cran.r-project.org/web/packages/multicool/")
9358 (synopsis "Permutations of multisets in cool-lex order")
9359 (description
9360 "This package provides a set of tools to permute multisets without loops
9361 or hash tables and to generate integer partitions. Cool-lex order is similar
9362 to colexicographical order.")
9363 (license license:gpl2)))
9364
9365 (define-public r-misc3d
9366 (package
9367 (name "r-misc3d")
9368 (version "0.8-4")
9369 (source
9370 (origin
9371 (method url-fetch)
9372 (uri (cran-uri "misc3d" version))
9373 (sha256
9374 (base32
9375 "0qjzpw3h09qi2gfz52b7nhzd95p7yyxsd03fldc9wzzn6wi3vpkm"))))
9376 (build-system r-build-system)
9377 (home-page "https://cran.r-project.org/web/packages/misc3d/")
9378 (synopsis "Miscellaneous 3D Plots")
9379 (description
9380 "This package provides a collection of miscellaneous 3d plots, including
9381 isosurfaces.")
9382 ;; Any version of the GPL.
9383 (license (list license:gpl2+ license:gpl3+))))
9384
9385 (define-public r-ks
9386 (package
9387 (name "r-ks")
9388 (version "1.11.7")
9389 (source
9390 (origin
9391 (method url-fetch)
9392 (uri (cran-uri "ks" version))
9393 (sha256
9394 (base32 "1f6jvxy0hmngyvnvrknzbmhl42njk0vqyycvydm4qnp8cqirqvba"))))
9395 (build-system r-build-system)
9396 (propagated-inputs
9397 `(("r-fnn" ,r-fnn)
9398 ("r-kernlab" ,r-kernlab)
9399 ("r-kernsmooth" ,r-kernsmooth)
9400 ("r-matrix" ,r-matrix)
9401 ("r-mclust" ,r-mclust)
9402 ("r-mgcv" ,r-mgcv)
9403 ("r-multicool" ,r-multicool)
9404 ("r-mvtnorm" ,r-mvtnorm)))
9405 (home-page "http://www.mvstat.net/tduong/")
9406 (synopsis "Kernel smoothing")
9407 (description
9408 "This package provides kernel smoothers for univariate and multivariate
9409 data, including density functions, density derivatives, cumulative
9410 distributions, modal clustering, discriminant analysis, and two-sample
9411 hypothesis testing.")
9412 ;; Either version of the GPL.
9413 (license (list license:gpl2 license:gpl3))))
9414
9415 (define-public r-feature
9416 (package
9417 (name "r-feature")
9418 (version "1.2.13")
9419 (source
9420 (origin
9421 (method url-fetch)
9422 (uri (cran-uri "feature" version))
9423 (sha256
9424 (base32
9425 "07hkw0bv38naj2hdsx4xxrm2dngi6w3rbvgr7s50bjic8hlgy1ra"))))
9426 (build-system r-build-system)
9427 (propagated-inputs
9428 `(("r-ks" ,r-ks)
9429 ("r-misc3d" ,r-misc3d)
9430 ("r-rgl" ,r-rgl)))
9431 (home-page "http://www.mvstat.net/tduong/")
9432 (synopsis "Inferential feature significance for kernel density estimation")
9433 (description
9434 "The feature package contains functions to display and compute kernel
9435 density estimates, significant gradient and significant curvature regions.
9436 Significant gradient and/or curvature regions often correspond to significant
9437 features (e.g. local modes).")
9438 ;; Either version of the GPL.
9439 (license (list license:gpl2 license:gpl3))))
9440
9441 (define-public r-arm
9442 (package
9443 (name "r-arm")
9444 (version "1.10-1")
9445 (source
9446 (origin
9447 (method url-fetch)
9448 (uri (cran-uri "arm" version))
9449 (sha256
9450 (base32
9451 "0vvp90jygajd6ydky57z66wqjq9msfbl88irj5jbsray574mh4bg"))))
9452 (build-system r-build-system)
9453 (propagated-inputs
9454 `(("r-abind" ,r-abind)
9455 ("r-coda" ,r-coda)
9456 ("r-lme4" ,r-lme4)
9457 ("r-mass" ,r-mass)
9458 ("r-matrix" ,r-matrix)
9459 ("r-nlme" ,r-nlme)))
9460 (home-page "https://cran.r-project.org/web/packages/arm/")
9461 (synopsis "Data analysis using regression and multilevel/hierarchical models")
9462 (description
9463 "This package provides functions to accompany A. Gelman and J. Hill,
9464 Data Analysis Using Regression and Multilevel/Hierarchical Models, Cambridge
9465 University Press, 2007.")
9466 (license license:gpl3+)))
9467
9468 (define-public r-circular
9469 (package
9470 (name "r-circular")
9471 (version "0.4-93")
9472 (source
9473 (origin
9474 (method url-fetch)
9475 (uri (cran-uri "circular" version))
9476 (sha256
9477 (base32
9478 "0hki85rs8wc5950pjaw28q54rly2napfbcrx3pchlfap6wwy5kkn"))))
9479 (build-system r-build-system)
9480 (propagated-inputs
9481 `(("r-boot" ,r-boot)
9482 ("r-mvtnorm" ,r-mvtnorm)))
9483 (native-inputs
9484 `(("gfortran" ,gfortran)))
9485 (home-page "https://cran.r-project.org/web/packages/circular/")
9486 (synopsis "Circular statistics")
9487 (description
9488 "This package provides tools for circular statistics, from \"Topics in
9489 circular Statistics\" (2001) S. Rao Jammalamadaka and A. SenGupta, World
9490 Scientific.")
9491 (license license:gpl2+)))
9492
9493 (define-public r-activity
9494 (package
9495 (name "r-activity")
9496 (version "1.3")
9497 (source
9498 (origin
9499 (method url-fetch)
9500 (uri (cran-uri "activity" version))
9501 (sha256
9502 (base32
9503 "12imqj366dp6pam5gap6ji56p5wf1073xz5g4iikfxf5l8snxw92"))))
9504 (build-system r-build-system)
9505 (propagated-inputs
9506 `(("r-circular" ,r-circular)
9507 ("r-insol" ,r-insol)
9508 ("r-pbapply" ,r-pbapply)))
9509 (home-page "https://cran.r-project.org/web/packages/activity/")
9510 (synopsis "Animal activity statistics")
9511 (description
9512 "This package provides functions to fit kernel density functions to
9513 animal activity time data; plot activity distributions; quantify overall
9514 levels of activity; statistically compare activity metrics through
9515 bootstrapping; and evaluate variation in linear variables with time (or other
9516 circular variables).")
9517 (license license:gpl3)))
9518
9519 (define-public r-ouch
9520 (package
9521 (name "r-ouch")
9522 (version "2.14-1")
9523 (source
9524 (origin
9525 (method url-fetch)
9526 (uri (cran-uri "ouch" version))
9527 (sha256
9528 (base32
9529 "0ddf9bw5lhj8vb0ja78jf99i0smq4rgmm842k4a4ygap41vdyn2b"))))
9530 (build-system r-build-system)
9531 (propagated-inputs `(("r-subplex" ,r-subplex)))
9532 (home-page "http://kingaa.github.io/ouch/")
9533 (synopsis "Ornstein-Uhlenbeck models for phylogenetic comparative hypotheses")
9534 (description
9535 "This package provides tools to fit and compare Ornstein-Uhlenbeck models
9536 for evolution along a phylogenetic tree.")
9537 (license license:gpl2+)))
9538
9539 (define-public r-fmsb
9540 (package
9541 (name "r-fmsb")
9542 (version "0.7.0")
9543 (source
9544 (origin
9545 (method url-fetch)
9546 (uri (cran-uri "fmsb" version))
9547 (sha256
9548 (base32
9549 "0x1wkzfdvv4s5xmr0whcwjz4aac71gacwymj2c3mzj2bbswwlw45"))))
9550 (build-system r-build-system)
9551 (home-page "http://minato.sip21c.org/msb/")
9552 (synopsis "Functions for medical statistics book with demographic data")
9553 (description
9554 "This package provides several utility functions for the book entitled
9555 \"Practices of Medical and Health Data Analysis using R\" (Pearson Education
9556 Japan, 2007) with Japanese demographic data and some demographic analysis
9557 related functions.")
9558 (license license:gpl2+)))
9559
9560 (define-public r-stabledist
9561 (package
9562 (name "r-stabledist")
9563 (version "0.7-1")
9564 (source
9565 (origin
9566 (method url-fetch)
9567 (uri (cran-uri "stabledist" version))
9568 (sha256
9569 (base32
9570 "0scar396wiq6wkbkvwp4qrxqc1m075y56p37i6iry5rw796p1i86"))))
9571 (build-system r-build-system)
9572 (home-page "http://www.rmetrics.org")
9573 (synopsis "Stable distribution functions")
9574 (description
9575 "This package provides density, probability and quantile functions, and
9576 random number generation for (skew) stable distributions, using the
9577 parametrizations of Nolan.")
9578 (license license:gpl2+)))
9579
9580 (define-public r-gsl
9581 (package
9582 (name "r-gsl")
9583 (version "2.1-6")
9584 (source
9585 (origin
9586 (method url-fetch)
9587 (uri (cran-uri "gsl" version))
9588 (sha256
9589 (base32
9590 "0p4rh7npp6qbfc5sxjq86xjn7c9ivf3pd60qf1hldwckjqin7m7m"))))
9591 (build-system r-build-system)
9592 (inputs
9593 `(("gsl" ,gsl)))
9594 (home-page "https://cran.r-project.org/web/packages/gsl")
9595 (synopsis "Wrapper for the GNU Scientific Library")
9596 (description
9597 "This package provides an R wrapper for the special functions and quasi
9598 random number generators of the GNU Scientific Library.")
9599 (license license:gpl2+)))
9600
9601 (define-public r-adgoftest
9602 (package
9603 (name "r-adgoftest")
9604 (version "0.3")
9605 (source
9606 (origin
9607 (method url-fetch)
9608 (uri (cran-uri "ADGofTest" version))
9609 (sha256
9610 (base32
9611 "0ik817qzqp6kfbckjp1z7srlma0w6z2zcwykh0jdiv7nahwk3ncw"))))
9612 (properties `((upstream-name . "ADGofTest")))
9613 (build-system r-build-system)
9614 (home-page "https://cran.r-project.org/web/packages/ADGofTest")
9615 (synopsis "Anderson-Darling GoF test")
9616 (description
9617 "This package provides an implementation of the Anderson-Darling GoF test
9618 with p-value calculation based on Marsaglia's 2004 paper \"Evaluating the
9619 Anderson-Darling Distribution\".")
9620 ;; Any version of the GPL.
9621 (license license:gpl3+)))
9622
9623 (define-public r-softimpute
9624 (package
9625 (name "r-softimpute")
9626 (version "1.4")
9627 (source
9628 (origin
9629 (method url-fetch)
9630 (uri (cran-uri "softImpute" version))
9631 (sha256
9632 (base32
9633 "07cxbzkl08q58m1455i139952rmryjlic4s2f2hscl5zxxmfdxcq"))))
9634 (properties `((upstream-name . "softImpute")))
9635 (build-system r-build-system)
9636 (propagated-inputs
9637 `(("r-matrix" ,r-matrix)))
9638 (native-inputs
9639 `(("gfortran" ,gfortran)))
9640 (home-page "https://cran.r-project.org/web/packages/softImpute")
9641 (synopsis "Matrix completion via iterative soft-thresholded SVD")
9642 (description
9643 "This package provides iterative methods for matrix completion that use
9644 nuclear-norm regularization. The package includes procedures for centering
9645 and scaling rows, columns or both, and for computing low-rank @dfn{single
9646 value decompositions} (SVDs) on large sparse centered matrices (i.e. principal
9647 components).")
9648 (license license:gpl2)))
9649
9650 (define-public r-fftwtools
9651 (package
9652 (name "r-fftwtools")
9653 (version "0.9-8")
9654 (source
9655 (origin
9656 (method url-fetch)
9657 (uri (cran-uri "fftwtools" version))
9658 (sha256
9659 (base32
9660 "1nqvpzda281rxi1cmwajxxsn3sc3gz7scv8bvs5jm34kf36whha6"))))
9661 (build-system r-build-system)
9662 (inputs `(("fftw" ,fftw)))
9663 (home-page "https://github.com/krahim/fftwtools")
9664 (synopsis "Wrapper for FFTW3")
9665 (description
9666 "This package provides a wrapper for several FFTW functions. It provides
9667 access to the two-dimensional FFT, the multivariate FFT, and the
9668 one-dimensional real to complex FFT using the FFTW3 library. The package
9669 includes the functions @code{fftw()} and @code{mvfftw()} which are designed to
9670 mimic the functionality of the R functions @code{fft()} and @code{mvfft()}.
9671 The FFT functions have a parameter that allows them to not return the
9672 redundant complex conjugate when the input is real data.")
9673 (license license:gpl2+)))
9674
9675 (define-public r-tiff
9676 (package
9677 (name "r-tiff")
9678 (version "0.1-5")
9679 (source
9680 (origin
9681 (method url-fetch)
9682 (uri (cran-uri "tiff" version))
9683 (sha256
9684 (base32
9685 "0asf2bws3x3yd3g3ixvk0f86b0mdf882pl8xrqlxrkbgjalyc54m"))))
9686 (build-system r-build-system)
9687 (inputs
9688 `(("libtiff" ,libtiff)
9689 ("libjpeg" ,libjpeg)
9690 ("zlib" ,zlib)))
9691 (home-page "http://www.rforge.net/tiff/")
9692 (synopsis "Read and write TIFF images")
9693 (description
9694 "This package provides an easy and simple way to read, write and display
9695 bitmap images stored in the TIFF format. It can read and write both files and
9696 in-memory raw vectors.")
9697 ;; Either of these two license versions.
9698 (license (list license:gpl2 license:gpl3))))
9699
9700 (define-public r-nlp
9701 (package
9702 (name "r-nlp")
9703 (version "0.2-0")
9704 (source
9705 (origin
9706 (method url-fetch)
9707 (uri (cran-uri "NLP" version))
9708 (sha256
9709 (base32
9710 "0xbhkrnxcbf322jfw31xcn4y2gnk5y7ccq1bz4h3prf44h0whr7w"))))
9711 (properties `((upstream-name . "NLP")))
9712 (build-system r-build-system)
9713 (home-page "https://cran.r-project.org/web/packages/NLP/")
9714 (synopsis "Natural language processing infrastructure")
9715 (description
9716 "This package provides basic classes and methods for Natural Language
9717 Processing.")
9718 (license license:gpl3)))
9719
9720 (define-public r-tm
9721 (package
9722 (name "r-tm")
9723 (version "0.7-7")
9724 (source
9725 (origin
9726 (method url-fetch)
9727 (uri (cran-uri "tm" version))
9728 (sha256
9729 (base32
9730 "0pyics8j7a4wkh5gzin46l0qars5vgbb1886xqpdqjs1z0gy9nyh"))))
9731 (properties `((upstream-name . "tm")))
9732 (build-system r-build-system)
9733 (propagated-inputs
9734 `(("r-bh" ,r-bh)
9735 ("r-nlp" ,r-nlp)
9736 ("r-rcpp" ,r-rcpp)
9737 ("r-slam" ,r-slam)
9738 ("r-xml2" ,r-xml2)))
9739 (home-page "http://tm.r-forge.r-project.org/")
9740 (synopsis "Text mining package")
9741 (description
9742 "This package provides a framework for text mining applications within R.")
9743 (license license:gpl3)))
9744
9745 (define-public r-waveslim
9746 (package
9747 (name "r-waveslim")
9748 (version "1.7.5.2")
9749 (source
9750 (origin
9751 (method url-fetch)
9752 (uri (cran-uri "waveslim" version))
9753 (sha256
9754 (base32
9755 "166ai4q3mlh3v338si952z7fbgph80h0l4ws6bna8ig5jx81rnmz"))))
9756 (build-system r-build-system)
9757 (native-inputs
9758 `(("gfortran" ,gfortran)))
9759 (home-page "http://waveslim.blogspot.com")
9760 (synopsis "Basic wavelet routines for signal processing")
9761 (description
9762 "This package provides basic wavelet routines for time series (1D),
9763 image (2D) and array (3D) analysis. The code provided here is based on
9764 wavelet methodology developed in Percival and Walden (2000); Gencay, Selcuk
9765 and Whitcher (2001); the dual-tree complex wavelet transform (DTCWT) from
9766 Kingsbury (1999, 2001) as implemented by Selesnick; and Hilbert wavelet
9767 pairs (Selesnick 2001, 2002).")
9768 (license license:bsd-3)))
9769
9770 (define-public r-wordcloud
9771 (package
9772 (name "r-wordcloud")
9773 (version "2.6")
9774 (source
9775 (origin
9776 (method url-fetch)
9777 (uri (cran-uri "wordcloud" version))
9778 (sha256
9779 (base32
9780 "0j96yyvm6bcrrpbdx4w26piqx44a0vbsr3px9cb4zk8a8da6jwak"))))
9781 (build-system r-build-system)
9782 (propagated-inputs
9783 `(("r-rcolorbrewer" ,r-rcolorbrewer)
9784 ("r-rcpp" ,r-rcpp)
9785 ;; The "tm" package is only "suggested" according to CRAN, but the
9786 ;; wordcloud package cannot be loaded without it.
9787 ("r-tm" ,r-tm)))
9788 (home-page "https://cran.r-project.org/web/packages/wordcloud")
9789 (synopsis "Word clouds")
9790 (description
9791 "This package provides functionality to create pretty word clouds,
9792 visualize differences and similarity between documents, and avoid
9793 over-plotting in scatter plots with text.")
9794 (license license:lgpl2.1)))
9795
9796 (define-public r-colorramps
9797 (package
9798 (name "r-colorramps")
9799 (version "2.3")
9800 (source
9801 (origin
9802 (method url-fetch)
9803 (uri (cran-uri "colorRamps" version))
9804 (sha256
9805 (base32
9806 "0shbjh83x1axv4drm5r3dwgbyv70idih8z4wlzjs4hiac2qfl41z"))))
9807 (properties `((upstream-name . "colorRamps")))
9808 (build-system r-build-system)
9809 (home-page "https://cran.r-project.org/web/packages/colorRamps")
9810 (synopsis "Build color tables")
9811 (description "This package provides features to build gradient color
9812 maps.")
9813 ;; Any version of the GPL
9814 (license license:gpl3+)))
9815
9816 (define-public r-tidytree
9817 (package
9818 (name "r-tidytree")
9819 (version "0.3.1")
9820 (source
9821 (origin
9822 (method url-fetch)
9823 (uri (cran-uri "tidytree" version))
9824 (sha256
9825 (base32 "1bnzs62z2l8ck2h9gabmxvayizv4nfn8dmyzry83fv0cspjbyiv7"))))
9826 (build-system r-build-system)
9827 (propagated-inputs
9828 `(("r-ape" ,r-ape)
9829 ("r-dplyr" ,r-dplyr)
9830 ("r-lazyeval" ,r-lazyeval)
9831 ("r-magrittr" ,r-magrittr)
9832 ("r-rlang" ,r-rlang)
9833 ("r-tibble" ,r-tibble)))
9834 (home-page "https://github.com/GuangchuangYu/tidytree")
9835 (synopsis "Tidy tool for phylogenetic tree data manipulation")
9836 (description
9837 "Phylogenetic trees generally contain multiple components including nodes,
9838 edges, branches and associated data. This package provides an approach to
9839 convert tree objects to tidy data frames. It also provides tidy interfaces to
9840 manipulate tree data.")
9841 (license license:artistic2.0)))
9842
9843 (define-public r-rvcheck
9844 (package
9845 (name "r-rvcheck")
9846 (version "0.1.8")
9847 (source
9848 (origin
9849 (method url-fetch)
9850 (uri (cran-uri "rvcheck" version))
9851 (sha256
9852 (base32 "0627bc8qmhxmd63yh6f90qni3qw1zwdpxjln2qbychzmzd4am9ac"))))
9853 (build-system r-build-system)
9854 (propagated-inputs
9855 `(("r-biocmanager" ,r-biocmanager)
9856 ("r-rlang" ,r-rlang)))
9857 (home-page "https://cran.r-project.org/web/packages/rvcheck")
9858 (synopsis "R package version check")
9859 (description
9860 "This package provides tools to check the latest release version of R and
9861 R packages (on CRAN, Bioconductor or Github).")
9862 (license license:artistic2.0)))
9863
9864 (define-public r-docopt
9865 (package
9866 (name "r-docopt")
9867 (version "0.6.1")
9868 (source
9869 (origin
9870 (method url-fetch)
9871 (uri (cran-uri "docopt" version))
9872 (sha256
9873 (base32
9874 "06zknnd0c5s2y0hbddzdlr3m63ib783izpck6pgz7sjbab5pd068"))))
9875 (build-system r-build-system)
9876 (home-page "https://github.com/docopt/docopt.R")
9877 (synopsis "Command-line interface specification language")
9878 (description
9879 "This package enables you to define a command-line interface by just
9880 giving it a description in the specific format.")
9881 (license license:expat)))
9882
9883 (define-public r-sparsesvd
9884 (package
9885 (name "r-sparsesvd")
9886 (version "0.2")
9887 (source
9888 (origin
9889 (method url-fetch)
9890 (uri (cran-uri "sparsesvd" version))
9891 (sha256
9892 (base32
9893 "1xm969fjq3fv1p2sqza2apz8picibj4s2agpwf1sx9nwn3b587qs"))))
9894 (build-system r-build-system)
9895 (propagated-inputs `(("r-matrix" ,r-matrix)))
9896 (home-page "http://tedlab.mit.edu/~dr/SVDLIBC/")
9897 (synopsis "Sparse truncated singular value decomposition")
9898 (description
9899 "This package provides a Wrapper around the SVDLIBC library
9900 for (truncated) singular value decomposition of a sparse matrix. Currently,
9901 only sparse real matrices in Matrix package format are supported.")
9902 ;; SVDLIBC is released under BSD-2. The R interface is released under
9903 ;; BSD-3.
9904 (license (list license:bsd-3 license:bsd-2))))
9905
9906 (define-public r-speedglm
9907 (package
9908 (name "r-speedglm")
9909 (version "0.3-2")
9910 (source
9911 (origin
9912 (method url-fetch)
9913 (uri (cran-uri "speedglm" version))
9914 (sha256
9915 (base32
9916 "1b25zimk0z7ad62yacqdg0zk0qs0jja4i918ym942xfw4j1z3jjz"))))
9917 (build-system r-build-system)
9918 (propagated-inputs
9919 `(("r-mass" ,r-mass)
9920 ("r-matrix" ,r-matrix)))
9921 (home-page "https://cran.r-project.org/web/packages/speedglm")
9922 (synopsis "Fit linear and generalized linear models to large data sets")
9923 (description
9924 "This package provides tools for fitting linear models and generalized
9925 linear models to large data sets by updating algorithms.")
9926 ;; Any version of the GPL
9927 (license license:gpl2+)))
9928
9929 (define-public r-densityclust
9930 (package
9931 (name "r-densityclust")
9932 (version "0.3")
9933 (source
9934 (origin
9935 (method url-fetch)
9936 (uri (cran-uri "densityClust" version))
9937 (sha256
9938 (base32
9939 "1zry0vafajzmr37aylglxfvwplhdygbkb9cvzvh8cy0xgnjrnx13"))))
9940 (properties `((upstream-name . "densityClust")))
9941 (build-system r-build-system)
9942 (propagated-inputs
9943 `(("r-fnn" ,r-fnn)
9944 ("r-ggplot2" ,r-ggplot2)
9945 ("r-ggrepel" ,r-ggrepel)
9946 ("r-gridextra" ,r-gridextra)
9947 ("r-rcolorbrewer" ,r-rcolorbrewer)
9948 ("r-rcpp" ,r-rcpp)
9949 ("r-rtsne" ,r-rtsne)))
9950 (home-page "https://cran.r-project.org/web/packages/densityClust")
9951 (synopsis "Clustering by fast search and find of density peaks")
9952 (description
9953 "This package provides an improved implementation (based on k-nearest
9954 neighbors) of the density peak clustering algorithm, originally described by
9955 Alex Rodriguez and Alessandro Laio (Science, 2014 vol. 344). It can handle
9956 large datasets (> 100,000 samples) very efficiently.")
9957 (license license:gpl2+)))
9958
9959 (define-public r-combinat
9960 (package
9961 (name "r-combinat")
9962 (version "0.0-8")
9963 (source
9964 (origin
9965 (method url-fetch)
9966 (uri (cran-uri "combinat" version))
9967 (sha256
9968 (base32
9969 "1h9hr88gigihc4na7lb5i7rn4az1xa7sb34zvnznaj6pdrmwy4qm"))))
9970 (build-system r-build-system)
9971 (home-page "https://cran.r-project.org/web/packages/combinat")
9972 (synopsis "Combinatorics utilities")
9973 (description "This package provides assorted routines for combinatorics.")
9974 (license license:gpl2)))
9975
9976 (define-public r-qlcmatrix
9977 (package
9978 (name "r-qlcmatrix")
9979 (version "0.9.7")
9980 (source
9981 (origin
9982 (method url-fetch)
9983 (uri (cran-uri "qlcMatrix" version))
9984 (sha256
9985 (base32
9986 "0iqkcvvy8rxlk0s83sjq57dd6fadb18p5z31lzy0gnzv1hsy1x8y"))))
9987 (properties `((upstream-name . "qlcMatrix")))
9988 (build-system r-build-system)
9989 (propagated-inputs
9990 `(("r-docopt" ,r-docopt)
9991 ("r-matrix" ,r-matrix)
9992 ("r-slam" ,r-slam)
9993 ("r-sparsesvd" ,r-sparsesvd)))
9994 (home-page "https://cran.r-project.org/web/packages/qlcMatrix")
9995 (synopsis "Sparse matrix functions for quantitative language comparison")
9996 (description
9997 "This package provides an extension of the functionality of the Matrix
9998 package for using sparse matrices. Some of the functions are very general,
9999 while other are highly specific for the special data format used for
10000 @dfn{quantitative language comparison} (QLC).")
10001 (license license:gpl3)))
10002
10003 (define-public r-ddrtree
10004 (package
10005 (name "r-ddrtree")
10006 (version "0.1.5")
10007 (source
10008 (origin
10009 (method url-fetch)
10010 (uri (cran-uri "DDRTree" version))
10011 (sha256
10012 (base32
10013 "16s5fjw7kwlxhrkzdny62sx32fvmg3rxjc3wrh6krd31jh1fqlfk"))))
10014 (properties `((upstream-name . "DDRTree")))
10015 (build-system r-build-system)
10016 (propagated-inputs
10017 `(("r-bh" ,r-bh)
10018 ("r-irlba" ,r-irlba)
10019 ("r-rcpp" ,r-rcpp)
10020 ("r-rcppeigen" ,r-rcppeigen)))
10021 (home-page "https://cran.r-project.org/web/packages/DDRTree")
10022 (synopsis "Learning principal graphs with DDRTree")
10023 (description
10024 "This package provides an implementation of the framework of
10025 @dfn{reversed graph embedding} (RGE) which projects data into a reduced
10026 dimensional space while constructs a principal tree which passes through the
10027 middle of the data simultaneously. DDRTree shows superiority to
10028 alternatives (Wishbone, DPT) for inferring the ordering as well as the
10029 intrinsic structure of single cell genomics data. In general, it could be
10030 used to reconstruct the temporal progression as well as the bifurcation
10031 structure of any data type.")
10032 (license license:asl2.0)))
10033
10034 (define-public r-corpcor
10035 (package
10036 (name "r-corpcor")
10037 (version "1.6.9")
10038 (source
10039 (origin
10040 (method url-fetch)
10041 (uri (cran-uri "corpcor" version))
10042 (sha256
10043 (base32
10044 "1hi3i9d3841snppq1ks5pd8cliq1b4rm4dpsczmfqvwksg8snkrf"))))
10045 (build-system r-build-system)
10046 (home-page "http://strimmerlab.org/software/corpcor/")
10047 (synopsis "Efficient estimation of covariance and (partial) correlation")
10048 (description
10049 "This package implements a James-Stein-type shrinkage estimator for the
10050 covariance matrix, with separate shrinkage for variances and correlations.
10051 Furthermore, functions are available for fast singular value decomposition,
10052 for computing the pseudoinverse, and for checking the rank and positive
10053 definiteness of a matrix.")
10054 (license license:gpl3+)))
10055
10056 (define-public r-rspectra
10057 (package
10058 (name "r-rspectra")
10059 (version "0.16-0")
10060 (source
10061 (origin
10062 (method url-fetch)
10063 (uri (cran-uri "RSpectra" version))
10064 (sha256
10065 (base32
10066 "1ab45as2ysjrvkhvmx7y3nbhd0y1w4j9k2a789lcd973zz4wzwda"))))
10067 (properties `((upstream-name . "RSpectra")))
10068 (build-system r-build-system)
10069 (propagated-inputs
10070 `(("r-matrix" ,r-matrix)
10071 ("r-rcpp" ,r-rcpp)
10072 ("r-rcppeigen" ,r-rcppeigen)))
10073 (home-page "https://github.com/yixuan/RSpectra")
10074 (synopsis "Solvers for large-scale Eigenvalue and SVD problems")
10075 (description
10076 "This package provides an R interface to the Spectra library for
10077 large-scale eigenvalue and SVD problems. It is typically used to compute a
10078 few eigenvalues/vectors of an n by n matrix, e.g., the k largest eigenvalues,
10079 which is usually more efficient than @code{eigen()} if k << n.")
10080 ;; MPL 2 or later.
10081 (license license:mpl2.0)))
10082
10083 (define-public r-vbsr
10084 (package
10085 (name "r-vbsr")
10086 (version "0.0.5")
10087 (source
10088 (origin
10089 (method url-fetch)
10090 (uri (cran-uri "vbsr" version))
10091 (sha256
10092 (base32
10093 "1avskbxxyinjjdga4rnghcfvd4sypv4m39ysfaij5avvmi89bx3b"))))
10094 (build-system r-build-system)
10095 (home-page "https://cran.r-project.org/web/packages/vbsr")
10096 (synopsis "Variational Bayes spike regression regularized linear models")
10097 (description
10098 "This package provides an efficient algorithm for solving ultra-sparse
10099 regularized regression models using a variational Bayes algorithm with a spike
10100 prior. The algorithm is solved on a path, with coordinate updates, and is
10101 capable of generating very sparse models. Very general model
10102 diagnostics for controlling type-1 errors are also provided.")
10103 (license license:gpl2)))
10104
10105 (define-public r-flare
10106 (package
10107 (name "r-flare")
10108 (version "1.6.0.2")
10109 (source
10110 (origin
10111 (method url-fetch)
10112 (uri (cran-uri "flare" version))
10113 (sha256
10114 (base32
10115 "1ybrsx1djqldw0l5l1iz4pfh6xxb8ckkg1ric7wnsr51wm9ljlh5"))))
10116 (build-system r-build-system)
10117 (propagated-inputs
10118 `(("r-igraph" ,r-igraph)
10119 ("r-lattice" ,r-lattice)
10120 ("r-mass" ,r-mass)
10121 ("r-matrix" ,r-matrix)))
10122 (home-page "https://cran.r-project.org/web/packages/flare")
10123 (synopsis "Family of Lasso regression implementations")
10124 (description
10125 "This package provides implementations of a family of Lasso variants
10126 including Dantzig Selector, LAD Lasso, SQRT Lasso, Lq Lasso for estimating
10127 high dimensional sparse linear models.")
10128 (license license:gpl2)))
10129
10130 (define-public r-lassopv
10131 (package
10132 (name "r-lassopv")
10133 (version "0.2.0")
10134 (source
10135 (origin
10136 (method url-fetch)
10137 (uri (cran-uri "lassopv" version))
10138 (sha256
10139 (base32
10140 "0yawnjw063jypk3riy9xab9cmliv6c9dnabi18670khd3gzb2r9z"))))
10141 (build-system r-build-system)
10142 (propagated-inputs `(("r-lars" ,r-lars)))
10143 (home-page "https://github.com/lingfeiwang/lassopv")
10144 (synopsis "Non-parametric p-value estimation for predictors in Lasso")
10145 (description
10146 "This package enables you to estimate the p-values for predictors x
10147 against target variable y in Lasso regression, using the regularization
10148 strength when each predictor enters the active set of regularization path for
10149 the first time as the statistic.")
10150 (license license:gpl3)))
10151
10152 (define-public r-splitstackshape
10153 (package
10154 (name "r-splitstackshape")
10155 (version "1.4.8")
10156 (source
10157 (origin
10158 (method url-fetch)
10159 (uri (cran-uri "splitstackshape" version))
10160 (sha256
10161 (base32
10162 "0mpyf2kkfdl69pdc6brl1r6101vyc6pgr7z17s55ppg3y71k4q35"))))
10163 (build-system r-build-system)
10164 (propagated-inputs
10165 `(("r-data-table" ,r-data-table)))
10166 (home-page "https://github.com/mrdwab/splitstackshape")
10167 (synopsis "Stack and reshape datasets after splitting concatenated values")
10168 (description
10169 "Online data collection tools like Google Forms often export
10170 multiple-response questions with data concatenated in cells. The
10171 @code{concat.split} (cSplit) family of functions provided by this package
10172 splits such data into separate cells. This package also includes functions to
10173 stack groups of columns and to reshape wide data, even when the data are
10174 \"unbalanced\"---something which @code{reshape} (from base R) does not handle,
10175 and which @code{melt} and @code{dcast} from @code{reshape2} do not easily
10176 handle.")
10177 (license license:gpl3)))
10178
10179 (define-public r-tfmpvalue
10180 (package
10181 (name "r-tfmpvalue")
10182 (version "0.0.8")
10183 (source
10184 (origin
10185 (method url-fetch)
10186 (uri (cran-uri "TFMPvalue" version))
10187 (sha256
10188 (base32
10189 "0h9qkl15k8v17v3g9bdnfwvh2s04ywjgg5y0xn2077dmywlja1bd"))))
10190 (properties `((upstream-name . "TFMPvalue")))
10191 (build-system r-build-system)
10192 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
10193 (home-page "https://github.com/ge11232002/TFMPvalue")
10194 (synopsis "P-value computation for position weight matrices")
10195 (description
10196 "In putative @dfn{Transcription Factor Binding Sites} (TFBSs)
10197 identification from sequence/alignments, we are interested in the significance
10198 of certain match scores. TFMPvalue provides the accurate calculation of a
10199 p-value with a score threshold for position weight matrices, or the score with
10200 a given p-value. It is an interface to code originally made available by
10201 Helene Touzet and Jean-Stephane Varre, 2007, Algorithms Mol Biol:2, 15.
10202 Touzet and Varre (2007).")
10203 (license license:gpl2)))
10204
10205 (define-public r-rnifti
10206 (package
10207 (name "r-rnifti")
10208 (version "1.1.0")
10209 (source
10210 (origin
10211 (method url-fetch)
10212 (uri (cran-uri "RNifti" version))
10213 (sha256
10214 (base32
10215 "1z8ninp3aq18w0slcfn8r2fp48cdz8l0k0namsrnvgyp8lzcpqpn"))))
10216 (properties `((upstream-name . "RNifti")))
10217 (build-system r-build-system)
10218 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
10219 (home-page "https://github.com/jonclayden/RNifti")
10220 (synopsis "Fast R and C++ access to NIfTI images")
10221 (description
10222 "This package provides very fast read and write access to images stored
10223 in the NIfTI-1 and ANALYZE-7.5 formats, with seamless synchronisation between
10224 compiled C and interpreted R code. It also provides a C/C++ API that can be
10225 used by other packages.")
10226 (license license:gpl2)))
10227
10228 (define-public r-shades
10229 (package
10230 (name "r-shades")
10231 (version "1.4.0")
10232 (source
10233 (origin
10234 (method url-fetch)
10235 (uri (cran-uri "shades" version))
10236 (sha256
10237 (base32
10238 "1zg95sjhrfvbdlfc387g9p0vnb8nb6agdk1mb3wq3kwkm2da0bqj"))))
10239 (build-system r-build-system)
10240 (home-page "https://github.com/jonclayden/shades")
10241 (synopsis "Simple color manipulation")
10242 (description
10243 "This package provides functions for easily manipulating colors,
10244 creating color scales and calculating color distances.")
10245 (license license:bsd-3)))
10246
10247 (define-public r-ore
10248 (package
10249 (name "r-ore")
10250 (version "1.6.3")
10251 (source
10252 (origin
10253 (method url-fetch)
10254 (uri (cran-uri "ore" version))
10255 (sha256
10256 (base32 "1vh6w3arrhgkfjjjw7ci91xmz4wpfr3cmwd5zkqch89dgn07skkv"))))
10257 (build-system r-build-system)
10258 (home-page "https://github.com/jonclayden/ore")
10259 (synopsis "R interface to the Onigmo regular expression library")
10260 (description
10261 "This package provides an alternative to R's built-in functionality for
10262 handling regular expressions, based on the Onigmo library. It offers
10263 first-class compiled regex objects, partial matching and function-based
10264 substitutions, amongst other features.")
10265 (license license:bsd-3)))
10266
10267 (define-public r-reportr
10268 (package
10269 (name "r-reportr")
10270 (version "1.3.0")
10271 (source
10272 (origin
10273 (method url-fetch)
10274 (uri (cran-uri "reportr" version))
10275 (sha256
10276 (base32
10277 "0zynplxqvbmf23cm2rsz3wz2jx6mv55z94mn1k44ny3lx625cnpw"))))
10278 (build-system r-build-system)
10279 (propagated-inputs `(("r-ore" ,r-ore)))
10280 (home-page "https://github.com/jonclayden/reportr")
10281 (synopsis "General message and error reporting system")
10282 (description
10283 "This package provides a system for reporting messages, which offers
10284 certain useful features over the standard R system, such as the incorporation
10285 of output consolidation, message filtering, assertions, expression
10286 substitution, automatic generation of stack traces for debugging, and
10287 conditional reporting based on the current \"output level\".")
10288 (license license:gpl2)))
10289
10290 (define-public r-tractor-base
10291 (package
10292 (name "r-tractor-base")
10293 (version "3.3.2")
10294 (source
10295 (origin
10296 (method url-fetch)
10297 (uri (cran-uri "tractor.base" version))
10298 (sha256
10299 (base32
10300 "0y5gm0y4chl30f5qqq8qiiw4j8g32s4i9xrvyp3cwg902kf2p86i"))))
10301 (properties `((upstream-name . "tractor.base")))
10302 (build-system r-build-system)
10303 (propagated-inputs
10304 `(("r-ore" ,r-ore)
10305 ("r-reportr" ,r-reportr)
10306 ("r-rnifti" ,r-rnifti)
10307 ("r-shades" ,r-shades)))
10308 (home-page "http://www.tractor-mri.org.uk")
10309 (synopsis "Read, manipulate and visualize magnetic resonance images")
10310 (description
10311 "This package provides functions for working with magnetic resonance
10312 images. It supports reading and writing of popular file formats (DICOM,
10313 Analyze, NIfTI-1, NIfTI-2, MGH); interactive and non-interactive
10314 visualization; flexible image manipulation; metadata and sparse image
10315 handling.")
10316 (license license:gpl2)))
10317
10318 (define-public r-grimport
10319 (package
10320 (name "r-grimport")
10321 (version "0.9-3")
10322 (source
10323 (origin
10324 (method url-fetch)
10325 (uri (cran-uri "grImport" version))
10326 (sha256
10327 (base32
10328 "109mrdvq06xq3zgn9ngz0c7zzgqkv5zbpvsb2i636vmlk6y4dpkd"))))
10329 (properties `((upstream-name . "grImport")))
10330 (build-system r-build-system)
10331 (inputs
10332 `(("ghostscript" ,ghostscript)))
10333 (propagated-inputs
10334 `(("r-xml" ,r-xml)))
10335 (home-page "https://cran.r-project.org/web/packages/grImport")
10336 (synopsis "Convert, import, and draw PostScript pictures")
10337 (description
10338 "This package provides functions for converting, importing, and drawing
10339 PostScript pictures in R plots.")
10340 (license license:gpl2+)))
10341
10342 (define-public r-grimport2
10343 (package
10344 (name "r-grimport2")
10345 (version "0.2-0")
10346 (source
10347 (origin
10348 (method url-fetch)
10349 (uri (cran-uri "grImport2" version))
10350 (sha256
10351 (base32
10352 "19q0dd8fpp1g4xf6sg5f8dxybwxjfw553ra6wgjd8b74fzca40m1"))))
10353 (properties `((upstream-name . "grImport2")))
10354 (build-system r-build-system)
10355 (propagated-inputs
10356 `(("r-base64enc" ,r-base64enc)
10357 ("r-jpeg" ,r-jpeg)
10358 ("r-png" ,r-png)
10359 ("r-xml" ,r-xml)))
10360 (home-page "https://cran.r-project.org/web/packages/grImport2/")
10361 (synopsis "Import SVG graphics")
10362 (description
10363 "This package provides functions for importing external vector images and
10364 drawing them as part of R plots. This package is different from the
10365 @code{grImport} package because, where that package imports PostScript format
10366 images, this package imports SVG format images. Furthermore, this package
10367 imports a specific subset of SVG, so external images must be preprocessed
10368 using a package like @code{rsvg} to produce SVG that this package can import.
10369 SVG features that are not supported by R graphics, such as gradient fills, can
10370 be imported and then exported via the @code{gridSVG} package.")
10371 (license license:gpl2+)))
10372
10373 (define-public r-kohonen
10374 (package
10375 (name "r-kohonen")
10376 (version "3.0.10")
10377 (source
10378 (origin
10379 (method url-fetch)
10380 (uri (cran-uri "kohonen" version))
10381 (sha256
10382 (base32
10383 "1ck7j13x701g67bx81x7plszz804jfhl1yg42krcj9x88vm5cscr"))))
10384 (build-system r-build-system)
10385 (propagated-inputs
10386 `(("r-rcpp" ,r-rcpp)))
10387 (home-page "https://cran.r-project.org/web/packages/kohonen")
10388 (synopsis "Supervised and unsupervised self-organising maps")
10389 (description
10390 "This package provides functions to train @dfn{self-organising
10391 maps} (SOMs). Also interrogation of the maps and prediction using trained
10392 maps are supported. The name of the package refers to Teuvo Kohonen, the
10393 inventor of the SOM.")
10394 (license license:gpl2+)))
10395
10396 (define-public r-nnls
10397 (package
10398 (name "r-nnls")
10399 (version "1.4")
10400 (source
10401 (origin
10402 (method url-fetch)
10403 (uri (cran-uri "nnls" version))
10404 (sha256
10405 (base32
10406 "07vcrrxvswrvfiha6f3ikn640yg0m2b4yd9lkmim1g0jmsmpfp8f"))))
10407 (build-system r-build-system)
10408 (native-inputs `(("gfortran" ,gfortran)))
10409 (home-page "https://cran.r-project.org/web/packages/nnls")
10410 (synopsis "Lawson-Hanson algorithm for non-negative least squares")
10411 (description
10412 "This package provides an R interface to the Lawson-Hanson implementation
10413 of an algorithm for @dfn{non-negative least squares} (NNLS). It also allows
10414 the combination of non-negative and non-positive constraints.")
10415 (license license:gpl2+)))
10416
10417 (define-public r-iso
10418 (package
10419 (name "r-iso")
10420 (version "0.0-18")
10421 (source
10422 (origin
10423 (method url-fetch)
10424 (uri (cran-uri "Iso" version))
10425 (sha256
10426 (base32
10427 "014mm5b1f7i6nwlz3kyg1biph0y542kcx5bd13p68cv5a928qzid"))))
10428 (properties `((upstream-name . "Iso")))
10429 (build-system r-build-system)
10430 (native-inputs `(("gfortran" ,gfortran)))
10431 (home-page "http://www.stat.auckland.ac.nz/~rolf/")
10432 (synopsis "Functions to perform isotonic regression")
10433 (description
10434 "This package provides support for linear order and unimodal
10435 order (univariate) isotonic regression and bivariate isotonic regression with
10436 linear order on both variables.")
10437 (license license:gpl2+)))
10438
10439 (define-public r-chemometricswithr
10440 (package
10441 (name "r-chemometricswithr")
10442 (version "0.1.13")
10443 (source
10444 (origin
10445 (method url-fetch)
10446 (uri (cran-uri "ChemometricsWithR" version))
10447 (sha256
10448 (base32
10449 "166va1g3m1wv21qkmw4wpz0bsrclh3jih8smxphdc13l9pqgclpq"))))
10450 (properties
10451 `((upstream-name . "ChemometricsWithR")))
10452 (build-system r-build-system)
10453 (propagated-inputs
10454 `(("r-devtools" ,r-devtools)
10455 ("r-kohonen" ,r-kohonen)
10456 ("r-mass" ,r-mass)
10457 ("r-pls" ,r-pls)))
10458 (home-page "https://github.com/rwehrens/CWR")
10459 (synopsis "Chemometrics with R")
10460 (description
10461 "This package provides functions and scripts used in the book
10462 \"Chemometrics with R - Multivariate Data Analysis in the Natural Sciences and
10463 Life Sciences\" by Ron Wehrens, Springer (2011).")
10464 (license license:gpl2+)))
10465
10466 (define-public r-als
10467 (package
10468 (name "r-als")
10469 (version "0.0.6")
10470 (source
10471 (origin
10472 (method url-fetch)
10473 (uri (cran-uri "ALS" version))
10474 (sha256
10475 (base32
10476 "1swrn39vy50fazkpf97r7c542gkj6mlvy8gmcxllg7mf2mqx546a"))))
10477 (properties `((upstream-name . "ALS")))
10478 (build-system r-build-system)
10479 (propagated-inputs
10480 `(("r-iso" ,r-iso)
10481 ("r-nnls" ,r-nnls)))
10482 (home-page "https://cran.r-project.org/web/packages/ALS")
10483 (synopsis "Multivariate curve resolution alternating least squares")
10484 (description
10485 "Alternating least squares is often used to resolve components
10486 contributing to data with a bilinear structure; the basic technique may be
10487 extended to alternating constrained least squares. This package provides an
10488 implementation of @dfn{multivariate curve resolution alternating least
10489 squares} (MCR-ALS).
10490
10491 Commonly applied constraints include unimodality, non-negativity, and
10492 normalization of components. Several data matrices may be decomposed
10493 simultaneously by assuming that one of the two matrices in the bilinear
10494 decomposition is shared between datasets.")
10495 (license license:gpl2+)))
10496
10497 (define-public r-strucchange
10498 (package
10499 (name "r-strucchange")
10500 (version "1.5-2")
10501 (source
10502 (origin
10503 (method url-fetch)
10504 (uri (cran-uri "strucchange" version))
10505 (sha256
10506 (base32
10507 "1y022363a4pp0mnji91sjh1qiyspkh09sybqwj03r9pmwrd7q93x"))))
10508 (build-system r-build-system)
10509 (propagated-inputs
10510 `(("r-sandwich" ,r-sandwich)
10511 ("r-zoo" ,r-zoo)))
10512 (home-page "https://cran.r-project.org/web/packages/strucchange")
10513 (synopsis "Testing, monitoring, and dating structural changes")
10514 (description
10515 "This package provides tools for testing, monitoring and dating
10516 structural changes in (linear) regression models. It features tests/methods
10517 from the generalized fluctuation test framework as well as from the F
10518 test (Chow test) framework. This includes methods to fit, plot and test
10519 fluctuation processes (e.g., CUSUM, MOSUM, recursive/moving estimates) and F
10520 statistics, respectively. It is possible to monitor incoming data online
10521 using fluctuation processes. Finally, the breakpoints in regression models
10522 with structural changes can be estimated together with confidence intervals.
10523 Emphasis is always given to methods for visualizing the data.")
10524 ;; Either of these two GPL versions
10525 (license (list license:gpl2 license:gpl3))))
10526
10527 (define-public r-pixmap
10528 (package
10529 (name "r-pixmap")
10530 (version "0.4-11")
10531 (source
10532 (origin
10533 (method url-fetch)
10534 (uri (cran-uri "pixmap" version))
10535 (sha256
10536 (base32
10537 "04klxp6jndw1bp6z40v20fbmdmdpfca2g0czmmmgbkark9s1183g"))))
10538 (build-system r-build-system)
10539 (home-page "https://cran.r-project.org/web/packages/pixmap")
10540 (synopsis "Tools for bitmap images")
10541 (description
10542 "This package provides functions for importing, exporting, plotting and
10543 other manipulations of bitmapped images.")
10544 (license license:gpl2)))
10545
10546 (define-public r-rapidjsonr
10547 (package
10548 (name "r-rapidjsonr")
10549 (version "1.1")
10550 (source
10551 (origin
10552 (method url-fetch)
10553 (uri (cran-uri "rapidjsonr" version))
10554 (sha256
10555 (base32
10556 "0h4phjjhykbb45rg5b1xn48vqxdcvcngbm0416ds8in7j469wbwd"))))
10557 (build-system r-build-system)
10558 (home-page "https://cran.r-project.org/web/packages/rapidjsonr")
10559 (synopsis "JSON parser")
10560 (description
10561 "This package provides JSON parsing capability through the Rapidjson
10562 library.")
10563 (license license:expat)))
10564
10565 (define-public r-ontologyindex
10566 (package
10567 (name "r-ontologyindex")
10568 (version "2.5")
10569 (source
10570 (origin
10571 (method url-fetch)
10572 (uri (cran-uri "ontologyIndex" version))
10573 (sha256
10574 (base32
10575 "127hlf0z5fmbgnq4p9h8nvn6p72d2fpcn846zzb99s213421jnry"))))
10576 (properties `((upstream-name . "ontologyIndex")))
10577 (build-system r-build-system)
10578 (home-page "https://cran.r-project.org/web/packages/ontologyIndex")
10579 (synopsis "Functions for processing ontologies in R")
10580 (description
10581 "This package provides functions for reading ontologies into R as lists
10582 and manipulating sets of ontological terms.")
10583 (license license:gpl2+)))
10584
10585 (define-public r-gargle
10586 (package
10587 (name "r-gargle")
10588 (version "0.4.0")
10589 (source
10590 (origin
10591 (method url-fetch)
10592 (uri (cran-uri "gargle" version))
10593 (sha256
10594 (base32
10595 "08zhfk2sl342w35i5n2c93ayypg3z0kbl0020l3y9adqka1vazgx"))))
10596 (build-system r-build-system)
10597 (propagated-inputs
10598 `(("r-fs" ,r-fs)
10599 ("r-glue" ,r-glue)
10600 ("r-httr" ,r-httr)
10601 ("r-jsonlite" ,r-jsonlite)
10602 ("r-rlang" ,r-rlang)
10603 ("r-withr" ,r-withr)))
10604 (home-page "https://gargle.r-lib.org")
10605 (synopsis "Utilities for working with Google APIs")
10606 (description
10607 "This package provides utilities for working with Google APIs. This
10608 includes functions and classes for handling common credential types and for
10609 preparing, executing, and processing HTTP requests.")
10610 (license license:expat)))
10611
10612 (define-public r-bigrquery
10613 (package
10614 (name "r-bigrquery")
10615 (version "1.2.0")
10616 (source
10617 (origin
10618 (method url-fetch)
10619 (uri (cran-uri "bigrquery" version))
10620 (sha256
10621 (base32
10622 "1ggh2gngr5x0g6y7d55y6kvn94anf7qi1bkc28cjmw61hxjq38fb"))))
10623 (build-system r-build-system)
10624 (propagated-inputs
10625 `(("r-assertthat" ,r-assertthat)
10626 ("r-bit64" ,r-bit64)
10627 ("r-curl" ,r-curl)
10628 ("r-dbi" ,r-dbi)
10629 ("r-gargle" ,r-gargle)
10630 ("r-glue" ,r-glue)
10631 ("r-httr" ,r-httr)
10632 ("r-jsonlite" ,r-jsonlite)
10633 ("r-prettyunits" ,r-prettyunits)
10634 ("r-progress" ,r-progress)
10635 ("r-rapidjsonr" ,r-rapidjsonr)
10636 ("r-rcpp" ,r-rcpp)
10637 ("r-rlang" ,r-rlang)
10638 ("r-tibble" ,r-tibble)))
10639 (home-page "https://github.com/rstats-db/bigrquery")
10640 (synopsis "R interface to Google's BigQuery API")
10641 (description
10642 "This package provides an R interface to Google's BigQuery database.")
10643 (license license:gpl3)))
10644
10645 (define-public r-gmp
10646 (package
10647 (name "r-gmp")
10648 (version "0.5-13.6")
10649 (source
10650 (origin
10651 (method url-fetch)
10652 (uri (cran-uri "gmp" version))
10653 (sha256
10654 (base32
10655 "0j2sz2nw41y9306rl1b8hbn0spz7453z5iawcq0bvslyrhc1d9ir"))))
10656 (build-system r-build-system)
10657 (arguments
10658 '(#:phases
10659 (modify-phases %standard-phases
10660 (add-after 'unpack 'set-CC
10661 (lambda _ (setenv "CC" "gcc") #t)))))
10662 (inputs `(("gmp" ,gmp)))
10663 (home-page "https://cran.r-project.org/web/packages/gmp")
10664 (synopsis "Multiple precision arithmetic")
10665 (description
10666 "This package supports multiple precision arithmetic (big integers and
10667 rationals, prime number tests, matrix computation), \"arithmetic without
10668 limitations\" using the GNU Multiple Precision library.")
10669 ;; Any version of the GPL.
10670 (license license:gpl3+)))
10671
10672 (define-public r-rmpfr
10673 (package
10674 (name "r-rmpfr")
10675 (version "0.8-1")
10676 (source
10677 (origin
10678 (method url-fetch)
10679 (uri (cran-uri "Rmpfr" version))
10680 (sha256
10681 (base32
10682 "09kw7hyca8xc09r2d88qj81cclar8acaq5q9q5rw9f49iffda0rr"))))
10683 (properties `((upstream-name . "Rmpfr")))
10684 (build-system r-build-system)
10685 (inputs
10686 `(("mpfr" ,mpfr)
10687 ("gmp" ,gmp)))
10688 (propagated-inputs
10689 `(("r-gmp" ,r-gmp)))
10690 (native-inputs
10691 `(("pkg-config" ,pkg-config)))
10692 (home-page "http://rmpfr.r-forge.r-project.org/")
10693 (synopsis "R bindings to the MPFR library")
10694 (description
10695 "This package supports arithmetic (via S4 classes and methods) for
10696 arbitrary precision floating point numbers, including transcendental
10697 functions. To this end, the package interfaces with the @dfn{Multiple
10698 Precision Floating-Point Reliable} (MPFR) library.")
10699 (license license:gpl2+)))
10700
10701 (define-public r-assertive-base
10702 (package
10703 (name "r-assertive-base")
10704 (version "0.0-7")
10705 (source
10706 (origin
10707 (method url-fetch)
10708 (uri (cran-uri "assertive.base" version))
10709 (sha256
10710 (base32
10711 "1xs3ysvj0z57c58jw57pckq2rynia6ks4rmjmc02alczhk54wbgh"))))
10712 (properties
10713 `((upstream-name . "assertive.base")))
10714 (build-system r-build-system)
10715 (home-page "https://bitbucket.org/richierocks/assertive.base")
10716 (synopsis "Core of the assertive package")
10717 (description
10718 "This package provides a minimal set of predicates and assertions used by
10719 the assertive package. This is mainly for use by other package developers who
10720 want to include run-time testing features in their own packages.")
10721 (license license:gpl3+)))
10722
10723 (define-public r-assertive-properties
10724 (package
10725 (name "r-assertive-properties")
10726 (version "0.0-4")
10727 (source
10728 (origin
10729 (method url-fetch)
10730 (uri (cran-uri "assertive.properties" version))
10731 (sha256
10732 (base32
10733 "0sqs54acs9qk9kvm32rxzfbzxz1l8mjahpfnw7r30z2brgz661jw"))))
10734 (properties
10735 `((upstream-name . "assertive.properties")))
10736 (build-system r-build-system)
10737 (propagated-inputs
10738 `(("r-assertive-base" ,r-assertive-base)))
10739 (home-page "https://bitbucket.org/richierocks/assertive.properties")
10740 (synopsis "Assertions to check properties of variables")
10741 (description
10742 "This package provides a set of predicates and assertions for checking
10743 the properties of variables, such as length, names and attributes. This is
10744 mainly for use by other package developers who want to include run-time
10745 testing features in their own packages.")
10746 (license license:gpl3+)))
10747
10748 (define-public r-assertive-numbers
10749 (package
10750 (name "r-assertive-numbers")
10751 (version "0.0-2")
10752 (source
10753 (origin
10754 (method url-fetch)
10755 (uri (cran-uri "assertive.numbers" version))
10756 (sha256
10757 (base32
10758 "0jc3ss64j4m7bjydhagwwmka5n7c72vpw4kfcch0m5jvkq5qrqds"))))
10759 (properties
10760 `((upstream-name . "assertive.numbers")))
10761 (build-system r-build-system)
10762 (propagated-inputs
10763 `(("r-assertive-base" ,r-assertive-base)))
10764 (home-page "https://bitbucket.org/richierocks/assertive.numbers")
10765 (synopsis "Assertions to check properties of numbers")
10766 (description
10767 "This package provides a set of predicates and assertions for checking
10768 the properties of numbers. This is mainly for use by other package developers
10769 who want to include run-time testing features in their own packages.")
10770 (license license:gpl3+)))
10771
10772 (define-public r-assertive-sets
10773 (package
10774 (name "r-assertive-sets")
10775 (version "0.0-3")
10776 (source
10777 (origin
10778 (method url-fetch)
10779 (uri (cran-uri "assertive.sets" version))
10780 (sha256
10781 (base32
10782 "1cqvh2syvh5b6d85h601zjmsdbbf3h8q98ids4dfl4frdshpasc7"))))
10783 (properties
10784 `((upstream-name . "assertive.sets")))
10785 (build-system r-build-system)
10786 (propagated-inputs
10787 `(("r-assertive-base" ,r-assertive-base)))
10788 (home-page "https://bitbucket.org/richierocks/assertive.sets")
10789 (synopsis "Assertions to check properties of sets")
10790 (description
10791 "This package provides a set of predicates and assertions for checking
10792 the properties of sets. This is mainly for use by other package developers
10793 who want to include run-time testing features in their own packages.")
10794 (license license:gpl3+)))
10795
10796 (define-public r-assertive-matrices
10797 (package
10798 (name "r-assertive-matrices")
10799 (version "0.0-2")
10800 (source
10801 (origin
10802 (method url-fetch)
10803 (uri (cran-uri "assertive.matrices" version))
10804 (sha256
10805 (base32
10806 "16sykzcndv6y2d43x6v9n7m95kv76364h39kh10w4z0xw6ksfqil"))))
10807 (properties
10808 `((upstream-name . "assertive.matrices")))
10809 (build-system r-build-system)
10810 (propagated-inputs
10811 `(("r-assertive-base" ,r-assertive-base)))
10812 (home-page "https://bitbucket.org/richierocks/assertive.matrices")
10813 (synopsis "Assertions to check properties of matrices")
10814 (description
10815 "This package provides a set of predicates and assertions for checking
10816 the properties of matrices. This is mainly for use by other package
10817 developers who want to include run-time testing features in their own
10818 packages.")
10819 (license license:gpl3+)))
10820
10821 (define-public r-assertive-models
10822 (package
10823 (name "r-assertive-models")
10824 (version "0.0-2")
10825 (source
10826 (origin
10827 (method url-fetch)
10828 (uri (cran-uri "assertive.models" version))
10829 (sha256
10830 (base32
10831 "0bn4j4v5qvb2d672cgri61p8d9v258pmz35y3lvm6b9mdxwdi9mr"))))
10832 (properties
10833 `((upstream-name . "assertive.models")))
10834 (build-system r-build-system)
10835 (propagated-inputs
10836 `(("r-assertive-base" ,r-assertive-base)))
10837 (home-page "https://bitbucket.org/richierocks/assertive.models")
10838 (synopsis "Assertions to check properties of models")
10839 (description
10840 "This package provides a set of predicates and assertions for checking
10841 the properties of models. This is mainly for use by other package developers
10842 who want to include run-time testing features in their own packages.")
10843 (license license:gpl3+)))
10844
10845 (define-public r-assertive-reflection
10846 (package
10847 (name "r-assertive-reflection")
10848 (version "0.0-4")
10849 (source
10850 (origin
10851 (method url-fetch)
10852 (uri (cran-uri "assertive.reflection" version))
10853 (sha256
10854 (base32
10855 "19zmsbn00crfqm0kwd9ys5gv87xs3gi6wmlikrz9xiwzm7hp4dhj"))))
10856 (properties
10857 `((upstream-name . "assertive.reflection")))
10858 (build-system r-build-system)
10859 (propagated-inputs
10860 `(("r-assertive-base" ,r-assertive-base)))
10861 (home-page "https://bitbucket.org/richierocks/assertive.reflection")
10862 (synopsis "Assertions for checking the state of R")
10863 (description
10864 "This package provides a set of predicates and assertions for checking
10865 the state and capabilities of R, the operating system it is running on, and
10866 the IDE being used. This is mainly for use by other package developers who
10867 want to include run-time testing features in their own packages.")
10868 (license license:gpl3+)))
10869
10870 (define-public r-assertive-types
10871 (package
10872 (name "r-assertive-types")
10873 (version "0.0-3")
10874 (source
10875 (origin
10876 (method url-fetch)
10877 (uri (cran-uri "assertive.types" version))
10878 (sha256
10879 (base32
10880 "0zxq1jfrzgw95ll7alvm0xnk7aihjdksngq4ya2whyvfjbmv4vdb"))))
10881 (properties
10882 `((upstream-name . "assertive.types")))
10883 (build-system r-build-system)
10884 (propagated-inputs
10885 `(("r-assertive-base" ,r-assertive-base)
10886 ("r-assertive-properties" ,r-assertive-properties)
10887 ("r-codetools" ,r-codetools)))
10888 (home-page "https://bitbucket.org/richierocks/assertive.types")
10889 (synopsis "Assertions to check types of variables")
10890 (description
10891 "This package provides a set of predicates and assertions for checking
10892 the types of variables. This is mainly for use by other package developers
10893 who want to include run-time testing features in their own packages.")
10894 (license license:gpl3+)))
10895
10896 (define-public r-assertive-files
10897 (package
10898 (name "r-assertive-files")
10899 (version "0.0-2")
10900 (source
10901 (origin
10902 (method url-fetch)
10903 (uri (cran-uri "assertive.files" version))
10904 (sha256
10905 (base32
10906 "02pfz8j5vwcj5kl6zca46894li7lxwnlrr29j922f14ay6kdssmy"))))
10907 (properties
10908 `((upstream-name . "assertive.files")))
10909 (build-system r-build-system)
10910 (propagated-inputs
10911 `(("r-assertive-base" ,r-assertive-base)
10912 ("r-assertive-numbers" ,r-assertive-numbers)))
10913 (home-page "https://bitbucket.org/richierocks/assertive.files")
10914 (synopsis "Assertions to check properties of files")
10915 (description
10916 "This package provides a set of predicates and assertions for checking
10917 the properties of files and connections. This is mainly for use by other
10918 package developers who want to include run-time testing features in their own
10919 packages.")
10920 (license license:gpl3+)))
10921
10922 (define-public r-assertive-code
10923 (package
10924 (name "r-assertive-code")
10925 (version "0.0-3")
10926 (source
10927 (origin
10928 (method url-fetch)
10929 (uri (cran-uri "assertive.code" version))
10930 (sha256
10931 (base32
10932 "1qhbp668zfvhqs8avkhg9amp4zyazz6dsy4fc6kpdmw3sv8yi07g"))))
10933 (properties
10934 `((upstream-name . "assertive.code")))
10935 (build-system r-build-system)
10936 (propagated-inputs
10937 `(("r-assertive-base" ,r-assertive-base)
10938 ("r-assertive-properties" ,r-assertive-properties)
10939 ("r-assertive-types" ,r-assertive-types)))
10940 (home-page "https://bitbucket.org/richierocks/assertive.code")
10941 (synopsis "Assertions to check properties of code")
10942 (description
10943 "This package provides a set of predicates and assertions for checking
10944 the properties of code. This is mainly for use by other package developers
10945 who want to include run-time testing features in their own packages.")
10946 (license license:gpl3+)))
10947
10948 (define-public r-assertive-datetimes
10949 (package
10950 (name "r-assertive-datetimes")
10951 (version "0.0-2")
10952 (source
10953 (origin
10954 (method url-fetch)
10955 (uri (cran-uri "assertive.datetimes" version))
10956 (sha256
10957 (base32
10958 "00a98fx8p3pr3ckayh8wmxmm4rz01s67wah9697m92yci6pv3m78"))))
10959 (properties
10960 `((upstream-name . "assertive.datetimes")))
10961 (build-system r-build-system)
10962 (propagated-inputs
10963 `(("r-assertive-base" ,r-assertive-base)
10964 ("r-assertive-types" ,r-assertive-types)))
10965 (home-page "https://bitbucket.org/richierocks/assertive.datetimes")
10966 (synopsis "Assertions to check properties of dates and times")
10967 (description
10968 "This package provides a set of predicates and assertions for checking
10969 the properties of dates and times. This is mainly for use by other package
10970 developers who want to include run-time testing features in their own
10971 packages.")
10972 (license license:gpl3+)))
10973
10974 (define-public r-assertive-strings
10975 (package
10976 (name "r-assertive-strings")
10977 (version "0.0-3")
10978 (source
10979 (origin
10980 (method url-fetch)
10981 (uri (cran-uri "assertive.strings" version))
10982 (sha256
10983 (base32
10984 "0n6jrk88670g4ym0r8ii40a08a90z1xadj8wcryk8h0nl04dchfm"))))
10985 (properties
10986 `((upstream-name . "assertive.strings")))
10987 (build-system r-build-system)
10988 (propagated-inputs
10989 `(("r-assertive-base" ,r-assertive-base)
10990 ("r-assertive-types" ,r-assertive-types)
10991 ("r-stringi" ,r-stringi)))
10992 (home-page "https://bitbucket.org/richierocks/assertive.strings")
10993 (synopsis "Assertions to check properties of strings")
10994 (description
10995 "This package provides a set of predicates and assertions for checking
10996 the properties of strings. This is mainly for use by other package developers
10997 who want to include run-time testing features in their own packages.")
10998 (license license:gpl3+)))
10999
11000 (define-public r-assertive-data-us
11001 (package
11002 (name "r-assertive-data-us")
11003 (version "0.0-2")
11004 (source
11005 (origin
11006 (method url-fetch)
11007 (uri (cran-uri "assertive.data.us" version))
11008 (sha256
11009 (base32
11010 "1bgspn0sccmp9z7s7djvdvprgxlyc5vrxznp4zfjb79kwvgn83hq"))))
11011 (properties
11012 `((upstream-name . "assertive.data.us")))
11013 (build-system r-build-system)
11014 (propagated-inputs
11015 `(("r-assertive-base" ,r-assertive-base)
11016 ("r-assertive-strings" ,r-assertive-strings)))
11017 (home-page "https://bitbucket.org/richierocks/assertive.data.us")
11018 (synopsis "Assertions to check properties of strings")
11019 (description
11020 "This package provides a set of predicates and assertions for checking
11021 the properties of US-specific complex data types. This is mainly for use by
11022 other package developers who want to include run-time testing features in
11023 their own packages.")
11024 (license license:gpl3+)))
11025
11026 (define-public r-assertive-data-uk
11027 (package
11028 (name "r-assertive-data-uk")
11029 (version "0.0-2")
11030 (source
11031 (origin
11032 (method url-fetch)
11033 (uri (cran-uri "assertive.data.uk" version))
11034 (sha256
11035 (base32
11036 "1fzjvhwp7mwkqqix29khvs6zcrc82n6j4czvzzb473vyjyvdlj5b"))))
11037 (properties
11038 `((upstream-name . "assertive.data.uk")))
11039 (build-system r-build-system)
11040 (propagated-inputs
11041 `(("r-assertive-base" ,r-assertive-base)
11042 ("r-assertive-strings" ,r-assertive-strings)))
11043 (home-page "https://bitbucket.org/richierocks/assertive.data.uk")
11044 (synopsis "Assertions to check properties of strings")
11045 (description
11046 "This package provides a set of predicates and assertions for checking
11047 the properties of UK-specific complex data types. This is mainly for use by
11048 other package developers who want to include run-time testing features in
11049 their own packages.")
11050 (license license:gpl3+)))
11051
11052 (define-public r-assertive-data
11053 (package
11054 (name "r-assertive-data")
11055 (version "0.0-3")
11056 (source
11057 (origin
11058 (method url-fetch)
11059 (uri (cran-uri "assertive.data" version))
11060 (sha256
11061 (base32
11062 "00cvg2g36mdl8plrzx40m63qd55742mddqrchwy9n3c7mm4gn02s"))))
11063 (properties
11064 `((upstream-name . "assertive.data")))
11065 (build-system r-build-system)
11066 (propagated-inputs
11067 `(("r-assertive-base" ,r-assertive-base)
11068 ("r-assertive-strings" ,r-assertive-strings)))
11069 (home-page "https://bitbucket.org/richierocks/assertive.data")
11070 (synopsis "Assertions to check properties of data")
11071 (description
11072 "This package provides a set of predicates and assertions for checking
11073 the properties of (country independent) complex data types. This is mainly
11074 for use by other package developers who want to include run-time testing
11075 features in their own packages.")
11076 (license license:gpl3+)))
11077
11078 (define-public r-assertive
11079 (package
11080 (name "r-assertive")
11081 (version "0.3-5")
11082 (source
11083 (origin
11084 (method url-fetch)
11085 (uri (cran-uri "assertive" version))
11086 (sha256
11087 (base32
11088 "0blbbhlxcb5ffdxqxi62xs33ljiawh6s22a0pyvbbh79jf46rzr3"))))
11089 (build-system r-build-system)
11090 (propagated-inputs
11091 `(("r-assertive-base" ,r-assertive-base)
11092 ("r-assertive-code" ,r-assertive-code)
11093 ("r-assertive-data" ,r-assertive-data)
11094 ("r-assertive-data-uk" ,r-assertive-data-uk)
11095 ("r-assertive-data-us" ,r-assertive-data-us)
11096 ("r-assertive-datetimes" ,r-assertive-datetimes)
11097 ("r-assertive-files" ,r-assertive-files)
11098 ("r-assertive-matrices" ,r-assertive-matrices)
11099 ("r-assertive-models" ,r-assertive-models)
11100 ("r-assertive-numbers" ,r-assertive-numbers)
11101 ("r-assertive-properties" ,r-assertive-properties)
11102 ("r-assertive-reflection" ,r-assertive-reflection)
11103 ("r-assertive-sets" ,r-assertive-sets)
11104 ("r-assertive-strings" ,r-assertive-strings)
11105 ("r-assertive-types" ,r-assertive-types)
11106 ("r-knitr" ,r-knitr)))
11107 (home-page "https://bitbucket.org/richierocks/assertive")
11108 (synopsis "Readable check functions to ensure code integrity")
11109 (description
11110 "This package provides lots of predicates (@code{is_*} functions) to
11111 check the state of your variables, and assertions (@code{assert_*} functions)
11112 to throw errors if they aren't in the right form.")
11113 (license license:gpl3+)))
11114
11115 (define-public r-dotcall64
11116 (package
11117 (name "r-dotcall64")
11118 (version "1.0-0")
11119 (source
11120 (origin
11121 (method url-fetch)
11122 (uri (cran-uri "dotCall64" version))
11123 (sha256
11124 (base32
11125 "1b8p7m3w0m7bp977c6jz74xkd611cxg11j49yza59k5fp338scb9"))))
11126 (properties `((upstream-name . "dotCall64")))
11127 (build-system r-build-system)
11128 (native-inputs `(("gfortran" ,gfortran)))
11129 (home-page "https://git.math.uzh.ch/reinhard.furrer/dotCall64")
11130 (synopsis "Enhanced foreign function interface supporting long vectors")
11131 (description
11132 "This package provides @code{.C64()}, an enhanced version of @code{.C()}
11133 and @code{.Fortran()} from the R foreign function interface. @code{.C64()}
11134 supports long vectors, arguments of type 64-bit integer, and provides a
11135 mechanism to avoid unnecessary copies of read-only and write-only arguments.
11136 This makes it a convenient and fast interface to C/C++ and Fortran code.")
11137 (license license:gpl2+)))
11138
11139 (define-public r-spam
11140 (package
11141 (name "r-spam")
11142 (version "2.5-1")
11143 (source
11144 (origin
11145 (method url-fetch)
11146 (uri (cran-uri "spam" version))
11147 (sha256
11148 (base32 "0ry0a76cljlmilrzcriiizcidxyhq1i7i9bqhvl1qda81ld8hifi"))))
11149 (build-system r-build-system)
11150 (propagated-inputs
11151 `(("r-dotcall64" ,r-dotcall64)))
11152 (native-inputs `(("gfortran" ,gfortran)))
11153 (home-page "https://www.math.uzh.ch/pages/spam/")
11154 (synopsis "Sparse matrix algebra")
11155 (description
11156 "This package provides a set of functions for sparse matrix algebra.
11157 Differences with other sparse matrix packages are:
11158
11159 @enumerate
11160 @item it only supports (essentially) one sparse matrix format;
11161 @item it is based on transparent and simple structure(s);
11162 @item it is tailored for MCMC calculations within G(M)RF;
11163 @item and it is fast and scalable (with the extension package @code{spam64}).
11164 @end enumerate\n")
11165 ;; Either of these licenses
11166 (license (list license:bsd-3 license:lgpl2.0))))
11167
11168 (define-public r-fields
11169 (package
11170 (name "r-fields")
11171 (version "10.3")
11172 (source
11173 (origin
11174 (method url-fetch)
11175 (uri (cran-uri "fields" version))
11176 (sha256
11177 (base32 "12k97vfjlz5h8vynirnvik1nyj1iw25n8xl7awmx9mpd6wvgy2s9"))))
11178 (build-system r-build-system)
11179 (propagated-inputs
11180 `(("r-maps" ,r-maps)
11181 ("r-spam" ,r-spam)))
11182 (native-inputs
11183 `(("gfortran" ,gfortran)))
11184 (home-page "https://www.image.ucar.edu/fields")
11185 (synopsis "Tools for spatial data")
11186 (description
11187 "This is a package for curve, surface and function fitting with an
11188 emphasis on splines, spatial data and spatial statistics. The major methods
11189 include cubic, and thin plate splines, Kriging, and compactly supported
11190 covariance functions for large data sets.")
11191 (license license:gpl2+)))
11192
11193 (define-public r-spatialextremes
11194 (package
11195 (name "r-spatialextremes")
11196 (version "2.0-7.2")
11197 (source
11198 (origin
11199 (method url-fetch)
11200 (uri (cran-uri "SpatialExtremes" version))
11201 (sha256
11202 (base32
11203 "0aqq9ryxi4xsdqjhc1lhb7ai8szs7m2vys6nn0ygps1w3pm4xwj8"))))
11204 (properties
11205 `((upstream-name . "SpatialExtremes")))
11206 (build-system r-build-system)
11207 (propagated-inputs
11208 `(("r-fields" ,r-fields)
11209 ("r-maps" ,r-maps)))
11210 (home-page "http://spatialextremes.r-forge.r-project.org/")
11211 (synopsis "Modelling spatial extremes")
11212 (description
11213 "This package provides tools for the statistical modelling of spatial
11214 extremes using max-stable processes, copula or Bayesian hierarchical models.
11215 More precisely, this package allows (conditional) simulations from various
11216 parametric max-stable models, analysis of the extremal spatial dependence, the
11217 fitting of such processes using composite likelihoods or least square (simple
11218 max-stable processes only), model checking and selection and prediction.")
11219 (license license:gpl2+)))
11220
11221 (define-public r-drc
11222 (package
11223 (name "r-drc")
11224 (version "3.0-1")
11225 (source
11226 (origin
11227 (method url-fetch)
11228 (uri (cran-uri "drc" version))
11229 (sha256
11230 (base32
11231 "0c8xn8ripzq270hy8d16fcnx02l02alddznd7fqwk3jyi6113h1y"))))
11232 (build-system r-build-system)
11233 (propagated-inputs
11234 `(("r-car" ,r-car)
11235 ("r-gtools" ,r-gtools)
11236 ("r-mass" ,r-mass)
11237 ("r-multcomp" ,r-multcomp)
11238 ("r-plotrix" ,r-plotrix)
11239 ("r-scales" ,r-scales)))
11240 (home-page "https://cran.r-project.org/web/packages/drc")
11241 (synopsis "Analysis of dose-response curves")
11242 (description
11243 "This package provides a suite of flexible and versatile model fitting
11244 and after-fitting functions for the analysis of dose-response data.")
11245 (license license:gpl2+)))
11246
11247 (define-public r-rmeta
11248 (package
11249 (name "r-rmeta")
11250 (version "3.0")
11251 (source
11252 (origin
11253 (method url-fetch)
11254 (uri (cran-uri "rmeta" version))
11255 (sha256
11256 (base32
11257 "0vkbnxp579v8zmcv1isdbzj5swpr6fq17zwparxcvzswjc2x9ydr"))))
11258 (build-system r-build-system)
11259 (home-page "https://cran.r-project.org/web/packages/rmeta")
11260 (synopsis "Tools for meta-analysis")
11261 (description
11262 "This package provides functions for simple fixed and random effects
11263 meta-analysis for two-sample comparisons and cumulative meta-analyses. It
11264 draws standard summary plots, funnel plots, and computes summaries and tests
11265 for association and heterogeneity.")
11266 (license license:gpl2)))
11267
11268 (define-public r-bootstrap
11269 (package
11270 (name "r-bootstrap")
11271 (version "2019.6")
11272 (source
11273 (origin
11274 (method url-fetch)
11275 (uri (cran-uri "bootstrap" version))
11276 (sha256
11277 (base32
11278 "1546jqhhw5h177ii8jkdikyd26rv6gwkav816np1zks4p7zgsljj"))))
11279 (build-system r-build-system)
11280 (native-inputs `(("gfortran" ,gfortran)))
11281 (home-page "https://cran.r-project.org/web/packages/bootstrap")
11282 (synopsis "Functions for the book \"An Introduction to the Bootstrap\"")
11283 (description
11284 "This package provides software and data for the book \"An Introduction
11285 to the Bootstrap\" by B. Efron and R. Tibshirani, 1993, Chapman and Hall.
11286 This package is primarily provided for projects already based on it, and for
11287 support of the book. New projects should preferentially use the recommended
11288 package \"boot\".")
11289 (license license:bsd-3)))
11290
11291 (define-public r-survivalroc
11292 (package
11293 (name "r-survivalroc")
11294 (version "1.0.3")
11295 (source
11296 (origin
11297 (method url-fetch)
11298 (uri (cran-uri "survivalROC" version))
11299 (sha256
11300 (base32
11301 "0wnd65ff5w679hxa1zrpfrx9qg47q21pjxppsga6m3h4iq1yfj8l"))))
11302 (properties `((upstream-name . "survivalROC")))
11303 (build-system r-build-system)
11304 (home-page "https://cran.r-project.org/web/packages/survivalROC")
11305 (synopsis "Time-dependent ROC curve estimation from censored survival data")
11306 (description
11307 "Compute time-dependent ROC curve from censored survival data using
11308 Kaplan-Meier (KM) or Nearest Neighbor Estimation (NNE) method of Heagerty,
11309 Lumley & Pepe (Biometrics, Vol 56 No 2, 2000, PP 337-344)")
11310 (license license:gpl2+)))
11311
11312 (define-public r-longitudinal
11313 (package
11314 (name "r-longitudinal")
11315 (version "1.1.12")
11316 (source
11317 (origin
11318 (method url-fetch)
11319 (uri (cran-uri "longitudinal" version))
11320 (sha256
11321 (base32
11322 "1d83ws28nxi3kw5lgd5n5y7865djq7ky72fw3ddi1fkkhg1r9y6l"))))
11323 (build-system r-build-system)
11324 (propagated-inputs `(("r-corpcor" ,r-corpcor)))
11325 (home-page "http://strimmerlab.org/software/longitudinal/")
11326 (synopsis "Analysis of multiple time course data")
11327 (description
11328 "This package contains general data structures and functions for
11329 longitudinal data with multiple variables, repeated measurements, and
11330 irregularly spaced time points. It also implements a shrinkage estimator of
11331 dynamical correlation and dynamical covariance.")
11332 (license license:gpl3+)))
11333
11334 (define-public r-genenet
11335 (package
11336 (name "r-genenet")
11337 (version "1.2.14")
11338 (source
11339 (origin
11340 (method url-fetch)
11341 (uri (cran-uri "GeneNet" version))
11342 (sha256
11343 (base32
11344 "0cdhrj15rz0w0pyw3r8mikrzsdh95y5i1c0pa3cn0c2bjnjx3x3n"))))
11345 (properties `((upstream-name . "GeneNet")))
11346 (build-system r-build-system)
11347 (propagated-inputs
11348 `(("r-corpcor" ,r-corpcor)
11349 ("r-fdrtool" ,r-fdrtool)
11350 ("r-longitudinal" ,r-longitudinal)))
11351 (home-page "http://strimmerlab.org/software/genenet/")
11352 (synopsis "Modeling and inferring gene networks")
11353 (description
11354 "This package analyzes gene expression (time series) data with focus on
11355 the inference of gene networks. In particular, GeneNet implements the methods
11356 of Schaefer and Strimmer (2005a,b,c) and Opgen-Rhein and Strimmer (2006, 2007)
11357 for learning large-scale gene association networks (including assignment of
11358 putative directions).")
11359 (license license:gpl3+)))
11360
11361 (define-public r-rbamtools
11362 (package
11363 (name "r-rbamtools")
11364 (version "2.16.17")
11365 (source
11366 (origin
11367 (method url-fetch)
11368 (uri (cran-uri "rbamtools" version))
11369 (sha256
11370 (base32
11371 "0qj37ljdva3v29s01dkrbg31mcfzy3bl145cp40d54v4h9xhcghc"))))
11372 (build-system r-build-system)
11373 (inputs `(("zlib" ,zlib)))
11374 (propagated-inputs
11375 `(("r-refgenome" ,r-refgenome)))
11376 (home-page "https://cran.r-project.org/web/packages/rbamtools")
11377 (synopsis "Read and write BAM (binary alignment) files")
11378 (description
11379 "This package provides an R interface to functions of the SAMtools
11380 library.")
11381 (license license:artistic2.0)))
11382
11383 (define-public r-protviz
11384 (package
11385 (name "r-protviz")
11386 (version "0.6.3")
11387 (source
11388 (origin
11389 (method url-fetch)
11390 (uri (cran-uri "protViz" version))
11391 (sha256
11392 (base32
11393 "1ldciqh3f43xr9663yyhd9r6qwrg4c4vmkprlcancbnd460wakg7"))))
11394 (properties `((upstream-name . "protViz")))
11395 (build-system r-build-system)
11396 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
11397 (home-page "https://github.com/protViz/protViz/")
11398 (synopsis "Visualizing and analyzing mass spectrometry data in proteomics")
11399 (description
11400 "This package helps with quality checks, visualizations and analysis of
11401 mass spectrometry data, coming from proteomics experiments. The package is
11402 developed, tested and used at the Functional Genomics Center Zurich, where it
11403 is used mainly for prototyping, teaching, and having fun with proteomics data.
11404 But it can also be used to do data analysis for small scale data sets.")
11405 (license license:gpl3)))
11406
11407 (define-public r-cmprsk
11408 (package
11409 (name "r-cmprsk")
11410 (version "2.2-9")
11411 (source
11412 (origin
11413 (method url-fetch)
11414 (uri (cran-uri "cmprsk" version))
11415 (sha256
11416 (base32 "0xhgfg5b4i9skkaxp7gzkafgg5bqs5q1rp4hpw2jjmykg2nifn99"))))
11417 (build-system r-build-system)
11418 (propagated-inputs
11419 `(("r-survival" ,r-survival)))
11420 (native-inputs
11421 `(("gfortran" ,gfortran)))
11422 (home-page "https://cran.r-project.org/web/packages/cmprsk")
11423 (synopsis "Subdistribution analysis of competing risks")
11424 (description
11425 "This package provides tool for estimation, testing and regression
11426 modeling of subdistribution functions in competing risks, as described in
11427 Gray (1988), A class of K-sample tests for comparing the cumulative incidence
11428 of a competing risk, Ann. Stat. 16:1141-1154, and Fine JP and Gray RJ (1999),
11429 A proportional hazards model for the subdistribution of a competing risk,
11430 JASA, 94:496-509.")
11431 (license license:gpl2+)))
11432
11433 (define-public r-etm
11434 (package
11435 (name "r-etm")
11436 (version "1.0.5.1")
11437 (source
11438 (origin
11439 (method url-fetch)
11440 (uri (cran-uri "etm" version))
11441 (sha256
11442 (base32
11443 "0m41pm277sd50pharigcqzr1a2g92wnmdf6fcab6fx16ia2fzrm7"))))
11444 (build-system r-build-system)
11445 (propagated-inputs
11446 `(("r-data-table" ,r-data-table)
11447 ("r-lattice" ,r-lattice)
11448 ("r-rcpp" ,r-rcpp)
11449 ("r-rcpparmadillo" ,r-rcpparmadillo)
11450 ("r-survival" ,r-survival)))
11451 (home-page "https://cran.r-project.org/web/packages/etm")
11452 (synopsis "Empirical transition matrix")
11453 (description
11454 "The @dfn{empirical transition matrix} (etm) package permits to estimate
11455 the matrix of transition probabilities for any time-inhomogeneous multistate
11456 model with finite state space using the Aalen-Johansen estimator.")
11457 (license license:expat)))
11458
11459 (define-public r-epi
11460 (package
11461 (name "r-epi")
11462 (version "2.40")
11463 (source
11464 (origin
11465 (method url-fetch)
11466 (uri (cran-uri "Epi" version))
11467 (sha256
11468 (base32
11469 "046y10vwks5y84pzccmrn6d4pd6qz70imvp1hw5ywp8fnwzfh4g5"))))
11470 (properties `((upstream-name . "Epi")))
11471 (build-system r-build-system)
11472 (propagated-inputs
11473 `(("r-cmprsk" ,r-cmprsk)
11474 ("r-data-table" ,r-data-table)
11475 ("r-etm" ,r-etm)
11476 ("r-mass" ,r-mass)
11477 ("r-matrix" ,r-matrix)
11478 ("r-mgcv" ,r-mgcv)
11479 ("r-numderiv" ,r-numderiv)
11480 ("r-plyr" ,r-plyr)
11481 ("r-survival" ,r-survival)
11482 ("r-zoo" ,r-zoo)))
11483 (home-page "http://BendixCarstensen.com/Epi/")
11484 (synopsis "Statistical analysis in epidemiology")
11485 (description
11486 "This package provides functions for demographic and epidemiological
11487 analysis in the Lexis diagram, i.e. register and cohort follow-up data, in
11488 particular representation, manipulation and simulation of multistate data -
11489 the Lexis suite of functions, which includes interfaces to the @code{mstate},
11490 @code{etm} and @code{cmprsk} packages. It also contains functions for
11491 Age-Period-Cohort and Lee-Carter modeling and a function for interval censored
11492 data and some useful functions for tabulation and plotting, as well as a
11493 number of epidemiological data sets.")
11494 (license license:gpl2)))
11495
11496 (define-public r-ppls
11497 (package
11498 (name "r-ppls")
11499 (version "1.6-1.1")
11500 (source
11501 (origin
11502 (method url-fetch)
11503 (uri (cran-uri "ppls" version))
11504 (sha256
11505 (base32
11506 "1zyrisy3c4cz896j1bjh61sf57wdl9p8ywdq268cl819szfq78mx"))))
11507 (build-system r-build-system)
11508 (propagated-inputs `(("r-mass" ,r-mass)))
11509 (home-page "https://cran.r-project.org/web/packages/ppls")
11510 (synopsis "Penalized partial least squares")
11511 (description
11512 "This package contains linear and nonlinear regression methods based on
11513 partial least squares and penalization techniques. Model parameters are
11514 selected via cross-validation, and confidence intervals ans tests for the
11515 regression coefficients can be conducted via jackknifing.")
11516 (license license:gpl2+)))
11517
11518 (define-public r-huge
11519 (package
11520 (name "r-huge")
11521 (version "1.3.4")
11522 (source
11523 (origin
11524 (method url-fetch)
11525 (uri (cran-uri "huge" version))
11526 (sha256
11527 (base32 "07n3j1va2z4v30rj22cww72khgzbz2xsp0yc0qswlrwyxi4my5i3"))))
11528 (build-system r-build-system)
11529 (propagated-inputs
11530 `(("r-igraph" ,r-igraph)
11531 ("r-mass" ,r-mass)
11532 ("r-matrix" ,r-matrix)
11533 ("r-rcpp" ,r-rcpp)
11534 ("r-rcppeigen" ,r-rcppeigen)))
11535 (home-page "https://cran.r-project.org/web/packages/huge")
11536 (synopsis "High-dimensional undirected graph estimation")
11537 (description
11538 "This package provides a general framework for high-dimensional
11539 undirected graph estimation. It integrates data preprocessing, neighborhood
11540 screening, graph estimation, and model selection techniques into a pipeline.")
11541 (license license:gpl2)))
11542
11543 (define-public r-parcor
11544 (package
11545 (name "r-parcor")
11546 (version "0.2-6")
11547 (source
11548 (origin
11549 (method url-fetch)
11550 (uri (cran-uri "parcor" version))
11551 (sha256
11552 (base32
11553 "0vgs6k92vdr0cmb8cwbv2ff6qavw30agskfd8bfh17hsskrisvx0"))))
11554 (build-system r-build-system)
11555 (propagated-inputs
11556 `(("r-epi" ,r-epi)
11557 ("r-genenet" ,r-genenet)
11558 ("r-glmnet" ,r-glmnet)
11559 ("r-mass" ,r-mass)
11560 ("r-ppls" ,r-ppls)))
11561 (home-page "https://cran.r-project.org/web/packages/parcor")
11562 (synopsis "Regularized estimation of partial correlation matrices")
11563 (description
11564 "This package estimates the matrix of partial correlations based on
11565 different regularized regression methods: lasso, adaptive lasso, PLS, and
11566 Ridge Regression. In addition, the package provides model selection for
11567 lasso, adaptive lasso and Ridge regression based on cross-validation.")
11568 (license license:gpl2+)))
11569
11570 (define-public r-mcmc
11571 (package
11572 (name "r-mcmc")
11573 (version "0.9-6.1")
11574 (source
11575 (origin
11576 (method url-fetch)
11577 (uri (cran-uri "mcmc" version))
11578 (sha256
11579 (base32
11580 "1i1nhdapyijvm58zx38q28zk01ndmi6smjivxk5xs2cx9b6v2av9"))))
11581 (build-system r-build-system)
11582 (home-page "http://www.stat.umn.edu/geyer/mcmc/")
11583 (synopsis "Markov chain Monte Carlo")
11584 (description
11585 "This package simulates continuous distributions of random vectors using
11586 @dfn{Markov chain Monte Carlo} (MCMC). Users specify the distribution by an R
11587 function that evaluates the log unnormalized density. Algorithms are random
11588 walk Metropolis algorithm (function @code{metrop}), simulated
11589 tempering (function @code{temper}), and morphometric random walk
11590 Metropolis (function @code{morph.metrop}), which achieves geometric ergodicity
11591 by change of variable.")
11592 (license license:expat)))
11593
11594 (define-public r-listenv
11595 (package
11596 (name "r-listenv")
11597 (version "0.8.0")
11598 (source
11599 (origin
11600 (method url-fetch)
11601 (uri (cran-uri "listenv" version))
11602 (sha256
11603 (base32
11604 "0ps8bk7zlhbviawrw7vw25skjq81hkk3ijyi6g74dmfqy8zsyapx"))))
11605 (build-system r-build-system)
11606 (native-inputs
11607 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
11608 (home-page "https://github.com/HenrikBengtsson/listenv")
11609 (synopsis "Environments behaving (almost) as lists")
11610 (description
11611 "This package implements list environments. List environments are
11612 environments that have list-like properties. For instance, the elements of a
11613 list environment are ordered and can be accessed and iterated over using index
11614 subsetting.")
11615 (license license:lgpl2.1+)))
11616
11617 (define-public r-globals
11618 (package
11619 (name "r-globals")
11620 (version "0.12.5")
11621 (source
11622 (origin
11623 (method url-fetch)
11624 (uri (cran-uri "globals" version))
11625 (sha256
11626 (base32
11627 "1ha8iasgijp4q3v2b0b17y1wh7cd3nvzd9b03w49qm2bidkaf68m"))))
11628 (build-system r-build-system)
11629 (propagated-inputs
11630 `(("r-codetools" ,r-codetools)))
11631 (home-page "https://github.com/HenrikBengtsson/globals")
11632 (synopsis "Identify global objects in R expressions")
11633 (description
11634 "This package provides tools to identify global (\"unknown\" or \"free\")
11635 objects in R expressions by code inspection using various strategies, e.g.
11636 conservative or liberal. The objective of this package is to make it as
11637 simple as possible to identify global objects for the purpose of exporting
11638 them in distributed compute environments.")
11639 (license license:lgpl2.1+)))
11640
11641 (define-public r-future
11642 (package
11643 (name "r-future")
11644 (version "1.16.0")
11645 (source
11646 (origin
11647 (method url-fetch)
11648 (uri (cran-uri "future" version))
11649 (sha256
11650 (base32
11651 "1xaqh0b2knf5bp23mc0kriq0iqhqna31q3b7d960piqjhzrb03dm"))))
11652 (build-system r-build-system)
11653 (propagated-inputs
11654 `(("r-digest" ,r-digest)
11655 ("r-globals" ,r-globals)
11656 ("r-listenv" ,r-listenv)))
11657 (native-inputs
11658 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
11659 (home-page "https://github.com/HenrikBengtsson/future")
11660 (synopsis "Unified parallel and distributed processing in R")
11661 (description
11662 "The purpose of this package is to provide a lightweight and unified
11663 Future API for sequential and parallel processing of R expression via futures.
11664 This package implements sequential, multicore, multisession, and cluster
11665 futures. With these, R expressions can be evaluated on the local machine, in
11666 parallel a set of local machines, or distributed on a mix of local and remote
11667 machines. Extensions to this package implement additional backends for
11668 processing futures via compute cluster schedulers etc. Because of its unified
11669 API, there is no need to modify any code in order to switch from sequential on
11670 the local machine to, say, distributed processing on a remote compute cluster.")
11671 (license license:lgpl2.1+)))
11672
11673 (define-public r-future-apply
11674 (package
11675 (name "r-future-apply")
11676 (version "1.4.0")
11677 (source
11678 (origin
11679 (method url-fetch)
11680 (uri (cran-uri "future.apply" version))
11681 (sha256
11682 (base32
11683 "1kgq6dv96hdy35kysqkn606nj7s9dp4ibgpm6n46gqhc5n75lzkk"))))
11684 (properties `((upstream-name . "future.apply")))
11685 (build-system r-build-system)
11686 (propagated-inputs
11687 `(("r-future" ,r-future)
11688 ("r-globals" ,r-globals)))
11689 (native-inputs
11690 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
11691 (home-page "https://github.com/HenrikBengtsson/future.apply")
11692 (synopsis "Apply function to elements in parallel using futures")
11693 (description
11694 "This package provides implementations of @code{apply()},
11695 @code{eapply()}, @code{lapply()}, @code{Map()}, @code{mapply()},
11696 @code{replicate()}, @code{sapply()}, @code{tapply()}, and @code{vapply()} that
11697 can be resolved using any future-supported backend, e.g. parallel on the local
11698 machine or distributed on a compute cluster.")
11699 (license license:gpl2+)))
11700
11701 (define-public r-rsvd
11702 (package
11703 (name "r-rsvd")
11704 (version "1.0.3")
11705 (source
11706 (origin
11707 (method url-fetch)
11708 (uri (cran-uri "rsvd" version))
11709 (sha256
11710 (base32
11711 "1fvrw46fl5xb2akaa4mp8nja4h7nn4bdhnjdrk22fsdfqc7hwmhk"))))
11712 (build-system r-build-system)
11713 (propagated-inputs
11714 `(("r-matrix" ,r-matrix)))
11715 (home-page "https://github.com/erichson/rSVD")
11716 (synopsis "Randomized singular value decomposition")
11717 (description
11718 "Low-rank matrix decompositions are fundamental tools and widely used for
11719 data analysis, dimension reduction, and data compression. Classically, highly
11720 accurate deterministic matrix algorithms are used for this task. However, the
11721 emergence of large-scale data has severely challenged our computational
11722 ability to analyze big data. The concept of randomness has been demonstrated
11723 as an effective strategy to quickly produce approximate answers to familiar
11724 problems such as the @dfn{singular value decomposition} (SVD). This package
11725 provides several randomized matrix algorithms such as the randomized singular
11726 value decomposition (@code{rsvd}), randomized principal component
11727 analysis (@code{rpca}), randomized robust principal component
11728 analysis (@code{rrpca}), randomized interpolative decomposition (@code{rid}),
11729 and the randomized CUR decomposition (@code{rcur}). In addition several plot
11730 functions are provided.")
11731 (license license:gpl3+)))
11732
11733 (define-public r-sloop
11734 (package
11735 (name "r-sloop")
11736 (version "1.0.1")
11737 (source
11738 (origin
11739 (method url-fetch)
11740 (uri (cran-uri "sloop" version))
11741 (sha256
11742 (base32
11743 "00fk5fr5zsk2qxc1kfhmshhjxgnamm3401089sx8m2l529zd6r8j"))))
11744 (build-system r-build-system)
11745 (propagated-inputs
11746 `(("r-codetools" ,r-codetools)
11747 ("r-crayon" ,r-crayon)
11748 ("r-purrr" ,r-purrr)
11749 ("r-rlang" ,r-rlang)
11750 ("r-tibble" ,r-tibble)))
11751 (home-page "https://github.com/r-lib/sloop")
11752 (synopsis "Helpers for object-oriented programming in R")
11753 (description
11754 "This package provides a collection of helper functions designed to
11755 help you to better understand object oriented programming in R, particularly
11756 using @code{S3}.")
11757 (license license:gpl3)))
11758
11759 (define-public r-capushe
11760 (package
11761 (name "r-capushe")
11762 (version "1.1.1")
11763 (source
11764 (origin
11765 (method url-fetch)
11766 (uri (cran-uri "capushe" version))
11767 (sha256
11768 (base32
11769 "1aa76ir1kp67hiz7dr60azyc71yzslshyc640fjh0fpw0sp5kwbc"))))
11770 (build-system r-build-system)
11771 (propagated-inputs `(("r-mass" ,r-mass)))
11772 (home-page "https://cran.r-project.org/web/packages/capushe/index.html")
11773 (synopsis "Calibrating penalties using slope heuristics")
11774 (description
11775 "This package provides tools for the calibration of penalized criteria
11776 for model selection. The calibration methods available are based on the slope
11777 heuristics.")
11778 (license license:gpl2+)))
11779
11780 (define-public r-dorng
11781 (package
11782 (name "r-dorng")
11783 (version "1.8.2")
11784 (source
11785 (origin
11786 (method url-fetch)
11787 (uri (cran-uri "doRNG" version))
11788 (sha256
11789 (base32
11790 "1jff27zzrvd1fd61x2m9468h8xn3s1c9f6wibviy5zdhj5dx9s9k"))))
11791 (properties `((upstream-name . "doRNG")))
11792 (build-system r-build-system)
11793 (propagated-inputs
11794 `(("r-foreach" ,r-foreach)
11795 ("r-iterators" ,r-iterators)
11796 ("r-rngtools" ,r-rngtools)))
11797 (home-page "https://renozao.github.io/doRNG/")
11798 (synopsis "Generic reproducible parallel backend for foreach loops")
11799 (description
11800 "This package provides functions to perform reproducible parallel
11801 @code{foreach} loops, using independent random streams as generated by
11802 L'Ecuyer's combined multiple-recursive generator. It enables to easily
11803 convert standard @code{%dopar%} loops into fully reproducible loops,
11804 independently of the number of workers, the task scheduling strategy, or the
11805 chosen parallel environment and associated foreach backend.")
11806 (license license:gpl2+)))
11807
11808 (define-public r-blockmodeling
11809 (package
11810 (name "r-blockmodeling")
11811 (version "0.3.6")
11812 (source
11813 (origin
11814 (method url-fetch)
11815 (uri (cran-uri "blockmodeling" version))
11816 (sha256
11817 (base32
11818 "12paf76l3wlxad14bkxn37lw9rg6ka473m86wlcf3yhriw8kbaiz"))))
11819 (build-system r-build-system)
11820 (propagated-inputs
11821 `(("r-matrix" ,r-matrix)))
11822 (native-inputs `(("gfortran" ,gfortran)))
11823 (home-page "https://cran.r-project.org/web/packages/blockmodeling")
11824 (synopsis "Generalized and classical blockmodeling of valued networks")
11825 (description
11826 "This package is primarily meant as an implementation of generalized
11827 blockmodeling for valued networks. In addition, measures of similarity or
11828 dissimilarity based on structural equivalence and regular equivalence (REGE
11829 algorithms) can be computed and partitioned matrices can be plotted.")
11830 (license license:gpl2+)))
11831
11832 (define-public r-upsetr
11833 (package
11834 (name "r-upsetr")
11835 (version "1.4.0")
11836 (source
11837 (origin
11838 (method url-fetch)
11839 (uri (cran-uri "UpSetR" version))
11840 (sha256
11841 (base32
11842 "007i0njnjjy7vbrxabwav7a1kk2n0hn2mkvqsdzzfk10ckp5y7im"))))
11843 (properties `((upstream-name . "UpSetR")))
11844 (build-system r-build-system)
11845 (propagated-inputs
11846 `(("r-ggplot2" ,r-ggplot2)
11847 ("r-gridextra" ,r-gridextra)
11848 ("r-plyr" ,r-plyr)
11849 ("r-scales" ,r-scales)))
11850 (home-page "https://github.com/hms-dbmi/UpSetR")
11851 (synopsis "Visualize intersecting sets")
11852 (description
11853 "This package provides a more scalable alternative to Venn and Euler
11854 diagrams for visualizing intersecting sets. Create visualizations of
11855 intersecting sets using a novel matrix design, along with visualizations of
11856 several common set, element and attribute related tasks.")
11857 (license license:expat)))
11858
11859 ;; This package includes a JavaScript file, which is not minified. When
11860 ;; upgrading please check that there are no new minified JavaScript files.
11861 (define-public r-shinybs
11862 (package
11863 (name "r-shinybs")
11864 (version "0.61")
11865 (source
11866 (origin
11867 (method url-fetch)
11868 (uri (cran-uri "shinyBS" version))
11869 (sha256
11870 (base32
11871 "0rhim4mbp4x9vvm7xkmpl7mhb9qd1gr96cr4dv330v863ra2kgji"))))
11872 (properties `((upstream-name . "shinyBS")))
11873 (build-system r-build-system)
11874 ;; The tests spawn Shiny browser apps. They cannot be run
11875 ;; non-interactively.
11876 (arguments '(#:tests? #f))
11877 (propagated-inputs
11878 `(("r-htmltools" ,r-htmltools)
11879 ("r-shiny" ,r-shiny)))
11880 (home-page "https://ebailey78.github.io/shinyBS/")
11881 (synopsis "Twitter Bootstrap components for Shiny")
11882 (description
11883 "This package adds additional Twitter Bootstrap components to Shiny.")
11884 (license license:gpl3)))
11885
11886 (define-public r-outliers
11887 (package
11888 (name "r-outliers")
11889 (version "0.14")
11890 (source
11891 (origin
11892 (method url-fetch)
11893 (uri (cran-uri "outliers" version))
11894 (sha256
11895 (base32
11896 "0vcqfqmmv4yblyp3s6bd25r49pxb7hjzipiic5a82924nqfqzkmn"))))
11897 (build-system r-build-system)
11898 (home-page "https://cran.r-project.org/web/packages/outliers/index.html")
11899 (synopsis "Tests for outliers")
11900 (description
11901 "This package provides a collection of some tests commonly used for
11902 identifying outliers.")
11903 (license license:gpl2+)))
11904
11905 (define-public r-bayesm
11906 (package
11907 (name "r-bayesm")
11908 (version "3.1-4")
11909 (source
11910 (origin
11911 (method url-fetch)
11912 (uri (cran-uri "bayesm" version))
11913 (sha256
11914 (base32 "154glks7rsjkza0sfi1kj7wj727py9sl1ba6sswflwmwc9n226q6"))))
11915 (build-system r-build-system)
11916 (propagated-inputs
11917 `(("r-rcpp" ,r-rcpp)
11918 ("r-rcpparmadillo" ,r-rcpparmadillo)))
11919 (home-page "http://www.perossi.org/home/bsm-1")
11920 (synopsis "Bayesian inference for marketing/micro-econometrics")
11921 (description
11922 "This package covers many important models used in marketing and
11923 micro-econometrics applications, including Bayes Regression (univariate or
11924 multivariate dep var), Bayes Seemingly Unrelated Regression (SUR), Binary and
11925 Ordinal Probit, Multinomial Logit (MNL) and Multinomial Probit (MNP),
11926 Multivariate Probit, Negative Binomial (Poisson) Regression, Multivariate
11927 Mixtures of Normals (including clustering), Dirichlet Process Prior Density
11928 Estimation with normal base, Hierarchical Linear Models with normal prior and
11929 covariates, Hierarchical Linear Models with a mixture of normals prior and
11930 covariates, Hierarchical Multinomial Logits with a mixture of normals prior
11931 and covariates, Hierarchical Multinomial Logits with a Dirichlet Process prior
11932 and covariates, Hierarchical Negative Binomial Regression Models, Bayesian
11933 analysis of choice-based conjoint data, Bayesian treatment of linear
11934 instrumental variables models, Analysis of Multivariate Ordinal survey data
11935 with scale usage heterogeneity, and Bayesian Analysis of Aggregate Random
11936 Coefficient Logit Models.")
11937 (license license:gpl2+)))
11938
11939 (define-public r-tensora
11940 (package
11941 (name "r-tensora")
11942 (version "0.36.1")
11943 (source
11944 (origin
11945 (method url-fetch)
11946 (uri (cran-uri "tensorA" version))
11947 (sha256
11948 (base32
11949 "176hjy3bvg3in62r97wxbhq187sjz6c1gwy9x6spaxl6k4my3zy7"))))
11950 (properties `((upstream-name . "tensorA")))
11951 (build-system r-build-system)
11952 (home-page "http://www.stat.boogaart.de/tensorA")
11953 (synopsis "Advanced tensor arithmetic with named indices")
11954 (description
11955 "This package provides convenience functions for advanced linear algebra
11956 with tensors and computation with datasets of tensors on a higher level
11957 abstraction. It includes Einstein and Riemann summing conventions, dragging,
11958 co- and contravariate indices, and parallel computations on sequences of
11959 tensors.")
11960 (license license:gpl2+)))
11961
11962 (define-public r-rarpack
11963 (package
11964 (name "r-rarpack")
11965 (version "0.11-0")
11966 (source
11967 (origin
11968 (method url-fetch)
11969 (uri (cran-uri "rARPACK" version))
11970 (sha256
11971 (base32
11972 "12h2y46xcfldhjdmm960swgn9b23zvkj5vg2bi42s9qxwgi02d63"))))
11973 (properties `((upstream-name . "rARPACK")))
11974 (build-system r-build-system)
11975 (propagated-inputs `(("r-rspectra" ,r-rspectra)))
11976 (home-page "https://github.com/yixuan/rARPACK")
11977 (synopsis "Solvers for large scale eigenvalue and SVD problems")
11978 (description
11979 "This package was previously an R wrapper of the ARPACK library, and now
11980 a shell of the R package RSpectra, an R interface to the Spectra library for
11981 solving large scale eigenvalue/vector problems. The current version of
11982 rARPACK simply imports and exports the functions provided by RSpectra. New
11983 users of rARPACK are advised to switch to the RSpectra package.")
11984 (license license:bsd-3)))
11985
11986 (define-public r-compositions
11987 (package
11988 (name "r-compositions")
11989 (version "1.40-3")
11990 (source
11991 (origin
11992 (method url-fetch)
11993 (uri (cran-uri "compositions" version))
11994 (sha256
11995 (base32
11996 "103hbmibrf1n333pn4xpll1gqqsv4szms0n5gdq7zak31aar0bg4"))))
11997 (build-system r-build-system)
11998 (propagated-inputs
11999 `(("r-bayesm" ,r-bayesm)
12000 ("r-robustbase" ,r-robustbase)
12001 ("r-tensora" ,r-tensora)))
12002 (home-page "http://www.stat.boogaart.de/compositions")
12003 (synopsis "Compositional data analysis")
12004 (description
12005 "This package provides functions for the consistent analysis of
12006 compositional data (e.g. portions of substances) and positive
12007 numbers (e.g. concentrations).")
12008 (license license:gpl2+)))
12009
12010 (define-public r-cobs
12011 (package
12012 (name "r-cobs")
12013 (version "1.3-4")
12014 (source
12015 (origin
12016 (method url-fetch)
12017 (uri (cran-uri "cobs" version))
12018 (sha256
12019 (base32
12020 "0hiw5smk6kgk0gb9840kcqkhkybl7n30s77xhjc395x09izbgix1"))))
12021 (build-system r-build-system)
12022 (propagated-inputs
12023 `(("r-quantreg" ,r-quantreg)
12024 ("r-sparsem" ,r-sparsem)))
12025 (home-page "https://cran.r-project.org/web/packages/cobs")
12026 (synopsis "Constrained B-Splines (sparse matrix based)")
12027 (description
12028 "This package provides qualitatively constrained (regression) smoothing
12029 splines via linear programming and sparse matrices.")
12030 (license license:gpl2+)))
12031
12032 (define-public r-drimpute
12033 (package
12034 (name "r-drimpute")
12035 (version "1.0")
12036 (source
12037 (origin
12038 (method url-fetch)
12039 (uri (cran-uri "DrImpute" version))
12040 (sha256
12041 (base32
12042 "1adzarrwqb282pqgx2yqswp9rpwd1naxsmar54kddr6qyd6b923b"))))
12043 (properties `((upstream-name . "DrImpute")))
12044 (build-system r-build-system)
12045 (propagated-inputs
12046 `(("r-rcpp" ,r-rcpp)
12047 ("r-rcpparmadillo" ,r-rcpparmadillo)))
12048 (home-page "https://github.com/ikwak2/DrImpute")
12049 (synopsis "Imputing dropout events in single-cell RNA-Seq data")
12050 (description
12051 "This is an R package for imputing dropout events. Many statistical
12052 methods in cell type identification, visualization and lineage reconstruction
12053 do not account for dropout events. DrImpute can improve the performance of
12054 such software by imputing dropout events.")
12055 (license license:gpl3)))
12056
12057 (define-public r-gamlss-dist
12058 (package
12059 (name "r-gamlss-dist")
12060 (version "5.1-6")
12061 (source
12062 (origin
12063 (method url-fetch)
12064 (uri (cran-uri "gamlss.dist" version))
12065 (sha256
12066 (base32 "1p904x0b07z4amaqdn2xhs7qzbq8lisr6lqc844s3pkxzmny7w1z"))))
12067 (properties `((upstream-name . "gamlss.dist")))
12068 (build-system r-build-system)
12069 (propagated-inputs `(("r-mass" ,r-mass)))
12070 (home-page "http://www.gamlss.org/")
12071 (synopsis "Distributions for Generalized Additive Models for location scale and shape")
12072 (description
12073 "This package provides a set of distributions which can be used for
12074 modelling the response variables in Generalized Additive Models for Location
12075 Scale and Shape. The distributions can be continuous, discrete or mixed
12076 distributions. Extra distributions can be created, by transforming, any
12077 continuous distribution defined on the real line, to a distribution defined on
12078 ranges 0 to infinity or 0 to 1, by using a @code{log} or a @code{logit}
12079 transformation, respectively.")
12080 ;; Either version of the GPL.
12081 (license (list license:gpl2 license:gpl3))))
12082
12083 ;; This package includes JavaScript files, which are not minified. When
12084 ;; upgrading please check that there are no new minified JavaScript files.
12085 (define-public r-shinyjs
12086 (package
12087 (name "r-shinyjs")
12088 (version "1.1")
12089 (source
12090 (origin
12091 (method url-fetch)
12092 (uri (cran-uri "shinyjs" version))
12093 (sha256
12094 (base32
12095 "14k8y313ppj23m9rhlk8jc94x6sbn3qrsnx6xrijiyv8m8dii1l9"))))
12096 (build-system r-build-system)
12097 (propagated-inputs
12098 `(("r-digest" ,r-digest)
12099 ("r-htmltools" ,r-htmltools)
12100 ("r-jsonlite" ,r-jsonlite)
12101 ("r-shiny" ,r-shiny)))
12102 (home-page "https://deanattali.com/shinyjs")
12103 (synopsis "Improve the user experience of your Shiny apps")
12104 (description
12105 "Perform common useful JavaScript operations in Shiny apps that will
12106 greatly improve your apps without having to know any JavaScript. Examples
12107 include: hiding an element, disabling an input, resetting an input back to its
12108 original value, delaying code execution by a few seconds, and many more useful
12109 functions for both the end user and the developer. Shinyjs can also be used
12110 to easily call your own custom JavaScript functions from R.")
12111 (license license:agpl3+)))
12112
12113 ;; This package includes minified JavaScript files. When upgrading please
12114 ;; check that there are no new minified JavaScript files.
12115 (define-public r-colourpicker
12116 (package
12117 (name "r-colourpicker")
12118 (version "1.0")
12119 (source
12120 (origin
12121 (method url-fetch)
12122 (uri (cran-uri "colourpicker" version))
12123 (sha256
12124 (base32
12125 "0z3v2083g7kwdp21x9s2n1crfh24agpdq3yxkcdzc2awn2pwpnpi"))))
12126 (build-system r-build-system)
12127 (arguments
12128 `(#:modules ((guix build utils)
12129 (guix build r-build-system)
12130 (srfi srfi-1)
12131 (ice-9 popen))
12132 #:phases
12133 (modify-phases %standard-phases
12134 (add-after 'unpack 'process-javascript
12135 (lambda* (#:key inputs #:allow-other-keys)
12136 (with-directory-excursion "inst"
12137 (call-with-values
12138 (lambda ()
12139 (unzip2
12140 `((,(assoc-ref inputs "js-salvattore")
12141 "examples/colourInput/www/salvattore.min.js")
12142 (,(assoc-ref inputs "js-jquery")
12143 "htmlwidgets/lib/jquery/jquery.min.js")
12144 ("www/shared/colourpicker/js/colourpicker.js"
12145 "www/shared/colourpicker/js/colourpicker.min.js"))))
12146 (lambda (sources targets)
12147 (for-each (lambda (source target)
12148 (format #t "Processing ~a --> ~a~%"
12149 source target)
12150 (delete-file target)
12151 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
12152 (call-with-output-file target
12153 (lambda (port)
12154 (dump-port minified port)))))
12155 sources targets))))
12156 #t)))))
12157 (propagated-inputs
12158 `(("r-ggplot2" ,r-ggplot2)
12159 ("r-htmltools" ,r-htmltools)
12160 ("r-htmlwidgets" ,r-htmlwidgets)
12161 ("r-jsonlite" ,r-jsonlite)
12162 ("r-miniui" ,r-miniui)
12163 ("r-shiny" ,r-shiny)
12164 ("r-shinyjs" ,r-shinyjs)))
12165 (native-inputs
12166 `(("uglify-js" ,uglify-js)
12167 ("js-jquery"
12168 ,(origin
12169 (method url-fetch)
12170 (uri "https://code.jquery.com/jquery-3.3.1.js")
12171 (sha256
12172 (base32
12173 "1b8zxrp6xwzpw25apn8j4qws0f6sr7qr7h2va5h1mjyfqvn29anq"))))
12174 ("js-salvattore"
12175 ,(origin
12176 (method url-fetch)
12177 (uri "https://raw.githubusercontent.com/rnmp/salvattore/v1.0.9/dist/salvattore.js")
12178 (sha256
12179 (base32
12180 "0lfrbx7l9w5x89jpc6njmd0pk7h8fpvg537vklai2vf7b1r2nnk5"))))))
12181 (home-page "https://github.com/daattali/colourpicker")
12182 (synopsis "Color picker tool for Shiny and for selecting colors in plots")
12183 (description
12184 "This package provides a color picker that can be used as an input in
12185 Shiny apps or Rmarkdown documents. The color picker supports alpha opacity,
12186 custom color palettes, and many more options. A plot color helper tool is
12187 available as an RStudio Addin, which helps you pick colors to use in your
12188 plots. A more generic color picker RStudio Addin is also provided to let you
12189 select colors to use in your R code.")
12190 (license license:expat)))
12191
12192 (define-public r-ggextra
12193 (package
12194 (name "r-ggextra")
12195 (version "0.9")
12196 (source
12197 (origin
12198 (method url-fetch)
12199 (uri (cran-uri "ggExtra" version))
12200 (sha256
12201 (base32
12202 "18mbi6gblqmrsciad1d2c9ngllk6mayaqj43k40hjq9ydqnvjbgj"))))
12203 (properties `((upstream-name . "ggExtra")))
12204 (build-system r-build-system)
12205 (propagated-inputs
12206 `(("r-colourpicker" ,r-colourpicker)
12207 ("r-ggplot2" ,r-ggplot2)
12208 ("r-gtable" ,r-gtable)
12209 ("r-miniui" ,r-miniui)
12210 ("r-r6" ,r-r6)
12211 ("r-scales" ,r-scales)
12212 ("r-shiny" ,r-shiny)
12213 ("r-shinyjs" ,r-shinyjs)))
12214 (home-page "https://github.com/daattali/ggExtra")
12215 (synopsis "Marginal histograms for ggplot2 and other enhancements")
12216 (description
12217 "This package is a collection of functions and layers to enhance ggplot2.
12218 The flagship function is @code{ggMarginal()}, which can be used to add
12219 marginal histograms/boxplots/density plots to ggplot2 scatterplots.")
12220 (license license:expat)))
12221
12222 (define-public r-minpack-lm
12223 (package
12224 (name "r-minpack-lm")
12225 (version "1.2-1")
12226 (source
12227 (origin
12228 (method url-fetch)
12229 (uri (cran-uri "minpack.lm" version))
12230 (sha256
12231 (base32
12232 "18ym2pdql5vzngc7q5gn66d153hrfrnd8ilv8yh6vd7j7sx7vjql"))))
12233 (properties `((upstream-name . "minpack.lm")))
12234 (build-system r-build-system)
12235 (native-inputs `(("gfortran" ,gfortran)))
12236 (home-page "https://cran.r-project.org/web/packages/minpack.lm")
12237 (synopsis "Levenberg-Marquardt Nonlinear Least-Squares algorithm")
12238 (description
12239 "The @code{nls.lm} function provides an R interface to @code{lmder} and
12240 @code{lmdif} from the MINPACK library, for solving nonlinear least-squares
12241 problems by a modification of the Levenberg-Marquardt algorithm, with support
12242 for lower and upper parameter bounds. The implementation can be used via
12243 @code{nls}-like calls using the @code{nlsLM} function.")
12244 (license license:gpl3)))
12245
12246 (define-public r-moments
12247 (package
12248 (name "r-moments")
12249 (version "0.14")
12250 (source
12251 (origin
12252 (method url-fetch)
12253 (uri (cran-uri "moments" version))
12254 (sha256
12255 (base32
12256 "0f9y58w1hxcz4bqivirx25ywlmc80gbi6dfx5cnhkpdg1pk82fra"))))
12257 (build-system r-build-system)
12258 (home-page "https://cran.r-project.org/web/packages/moments")
12259 (synopsis "Moments, cumulants, skewness, kurtosis and related tests")
12260 (description
12261 "This package provides functions to calculate: moments, Pearson's
12262 kurtosis, Geary's kurtosis and skewness; it also includes tests related to
12263 them (Anscombe-Glynn, D'Agostino, Bonett-Seier).")
12264 (license license:gpl2+)))
12265
12266 (define-public r-msir
12267 (package
12268 (name "r-msir")
12269 (version "1.3.2")
12270 (source
12271 (origin
12272 (method url-fetch)
12273 (uri (cran-uri "msir" version))
12274 (sha256
12275 (base32
12276 "0pvc3q162vqq3k39nni732x05zzfz4y9y2zf56d83185ypszv9kb"))))
12277 (build-system r-build-system)
12278 (propagated-inputs
12279 `(("r-mclust" ,r-mclust)))
12280 (home-page "https://cran.r-project.org/web/packages/msir")
12281 (synopsis "Model-based sliced inverse regression")
12282 (description
12283 "This is an R package for dimension reduction based on finite Gaussian
12284 mixture modeling of inverse regression.")
12285 (license license:gpl2+)))
12286
12287 (define-public r-pbivnorm
12288 (package
12289 (name "r-pbivnorm")
12290 (version "0.6.0")
12291 (source
12292 (origin
12293 (method url-fetch)
12294 (uri (cran-uri "pbivnorm" version))
12295 (sha256
12296 (base32
12297 "05jzrjqxzbcf6z245hlk7sjxiszv9paadaaimvcx5y5qgi87vhq7"))))
12298 (build-system r-build-system)
12299 (native-inputs `(("gfortran" ,gfortran)))
12300 (home-page "https://github.com/brentonk/pbivnorm")
12301 (synopsis "Vectorized bivariate normal CDF")
12302 (description
12303 "This package provides a vectorized R function for calculating
12304 probabilities from a standard bivariate normal CDF.")
12305 (license license:gpl2+)))
12306
12307 (define-public r-lavaan
12308 (package
12309 (name "r-lavaan")
12310 (version "0.6-5")
12311 (source
12312 (origin
12313 (method url-fetch)
12314 (uri (cran-uri "lavaan" version))
12315 (sha256
12316 (base32
12317 "04kvsh2m6mnzlhv83phr3hjzy4sx1ck6f7dgsm7xb8cs84dnxszy"))))
12318 (build-system r-build-system)
12319 (propagated-inputs
12320 `(("r-mass" ,r-mass)
12321 ("r-mnormt" ,r-mnormt)
12322 ("r-numderiv" ,r-numderiv)
12323 ("r-pbivnorm" ,r-pbivnorm)))
12324 (home-page "http://lavaan.ugent.be")
12325 (synopsis "Latent variable analysis")
12326 (description
12327 "This package provides tools to fit a variety of latent variable models,
12328 including confirmatory factor analysis, structural equation modeling and
12329 latent growth curve models.")
12330 (license license:gpl2+)))
12331
12332 (define-public r-nonnest2
12333 (package
12334 (name "r-nonnest2")
12335 (version "0.5-2")
12336 (source
12337 (origin
12338 (method url-fetch)
12339 (uri (cran-uri "nonnest2" version))
12340 (sha256
12341 (base32
12342 "1bq44qqmm59j91m0sny4xnqmxqlga4cm48qdsw8xfs3x19xwmxk6"))))
12343 (build-system r-build-system)
12344 (propagated-inputs
12345 `(("r-compquadform" ,r-compquadform)
12346 ("r-lavaan" ,r-lavaan)
12347 ("r-mvtnorm" ,r-mvtnorm)
12348 ("r-sandwich" ,r-sandwich)))
12349 (home-page "https://cran.r-project.org/web/packages/nonnest2/")
12350 (synopsis "Tests of non-nested models")
12351 (description
12352 "This package allows for testing of non-nested models. It includes tests
12353 of model distinguishability and of model fit that can be applied to both
12354 nested and non-nested models. The package also includes functionality to
12355 obtain confidence intervals associated with AIC and BIC.")
12356 ;; Either version of the GPL.
12357 (license (list license:gpl2 license:gpl3))))
12358
12359 (define-public r-penalized
12360 (package
12361 (name "r-penalized")
12362 (version "0.9-51")
12363 (source
12364 (origin
12365 (method url-fetch)
12366 (uri (cran-uri "penalized" version))
12367 (sha256
12368 (base32
12369 "1zcrwa93mc27qj3g4ayc2k895r6g8q0g6qb2azmvj7wqk750va7a"))))
12370 (build-system r-build-system)
12371 (propagated-inputs
12372 `(("r-rcpp" ,r-rcpp)
12373 ("r-rcpparmadillo" ,r-rcpparmadillo)
12374 ("r-survival" ,r-survival)))
12375 (home-page "https://cran.r-project.org/web/packages/penalized/")
12376 (synopsis "Penalized estimation in GLMs and in the Cox model")
12377 (description
12378 "This package provides tools for fitting possibly high dimensional
12379 penalized regression models. The penalty structure can be any combination of
12380 an L1 penalty (lasso and fused lasso), an L2 penalty (ridge) and a positivity
12381 constraint on the regression coefficients. The supported regression models
12382 are linear, logistic and Poisson regression and the Cox Proportional Hazards
12383 model. Cross-validation routines allow optimization of the tuning
12384 parameters.")
12385 (license license:gpl2+)))
12386
12387 (define-public r-zim
12388 (package
12389 (name "r-zim")
12390 (version "1.1.0")
12391 (source
12392 (origin
12393 (method url-fetch)
12394 (uri (cran-uri "ZIM" version))
12395 (sha256
12396 (base32
12397 "0scyfjn4ilsvha3x41c3b8bcfi31hlhwm77wn2a8hj5dsvnnmzig"))))
12398 (properties `((upstream-name . "ZIM")))
12399 (build-system r-build-system)
12400 (propagated-inputs `(("r-mass" ,r-mass)))
12401 (home-page "https://github.com/biostatstudio/ZIM")
12402 (synopsis "Zero-inflated models (ZIM) for count time series with excess zeros")
12403 (description
12404 "Analyze count time series with excess zeros. Two types of statistical
12405 models are supported: Markov regression and state-space models. They are also
12406 known as observation-driven and parameter-driven models respectively in the
12407 time series literature. The functions used for Markov regression or
12408 observation-driven models can also be used to fit ordinary regression models
12409 with independent data under the zero-inflated Poisson (ZIP) or zero-inflated
12410 negative binomial (ZINB) assumption. The package also contains miscellaneous
12411 functions to compute density, distribution, quantile, and generate random
12412 numbers from ZIP and ZINB distributions.")
12413 (license license:gpl3)))
12414
12415 (define-public r-nor1mix
12416 (package
12417 (name "r-nor1mix")
12418 (version "1.3-0")
12419 (source
12420 (origin
12421 (method url-fetch)
12422 (uri (cran-uri "nor1mix" version))
12423 (sha256
12424 (base32
12425 "1817wcvlmxs70vs4db0jkxd7i037744zz8ay3c2a9949z29fxr4w"))))
12426 (build-system r-build-system)
12427 (home-page "https://cran.r-project.org/web/packages/nor1mix/")
12428 (synopsis "Normal (1-d) mixture models")
12429 (description
12430 "This package provides S3 classes and methods for one-dimensional normal
12431 mixture models, for, e.g., density estimation or clustering algorithms
12432 research and teaching; it provides the widely used Marron-Wand densities. It
12433 also provides tools for efficient random number generation and graphics.")
12434 (license license:gpl2+)))
12435
12436 (define-public r-beanplot
12437 (package
12438 (name "r-beanplot")
12439 (version "1.2")
12440 (source
12441 (origin
12442 (method url-fetch)
12443 (uri (cran-uri "beanplot" version))
12444 (sha256
12445 (base32
12446 "0wmkr704fl8kdxkjwmaxw2a2h5dwzfgsgpncnk2p2wd4768jknj9"))))
12447 (build-system r-build-system)
12448 (home-page "https://cran.r-project.org/web/packages/beanplot/")
12449 (synopsis "Visualization via beanplots")
12450 (description
12451 "This package provides beanplots, an alternative to
12452 boxplot/stripchart/violin plots. It can be used to plot univariate comparison
12453 graphs.")
12454 (license license:gpl2)))
12455
12456 (define-public r-pbdzmq
12457 (package
12458 (name "r-pbdzmq")
12459 (version "0.3-3")
12460 (source
12461 (origin
12462 (method url-fetch)
12463 (uri (cran-uri "pbdZMQ" version))
12464 (sha256
12465 (base32
12466 "1jkfcfhspvqra7vbllrvkz3jx8j7d0ang6zzcdjgpb7200sc29mf"))))
12467 (properties `((upstream-name . "pbdZMQ")))
12468 (build-system r-build-system)
12469 (inputs
12470 `(("zeromq" ,zeromq)
12471 ("zlib" ,zlib)))
12472 (native-inputs
12473 `(("pkg-config" ,pkg-config)))
12474 (home-page "https://pbdr.org/")
12475 (synopsis "R interface to ZeroMQ")
12476 (description
12477 "ZeroMQ is a well-known library for high-performance asynchronous
12478 messaging in scalable, distributed applications. This package provides high
12479 level R wrapper functions to easily utilize ZeroMQ. The main focus is on
12480 interactive client/server programming frameworks. A few wrapper functions
12481 compatible with @code{rzmq} are also provided.")
12482 (license license:gpl3)))
12483
12484 (define-public r-repr
12485 (package
12486 (name "r-repr")
12487 (version "1.1.0")
12488 (source
12489 (origin
12490 (method url-fetch)
12491 (uri (cran-uri "repr" version))
12492 (sha256
12493 (base32
12494 "15jz780w4nd9qjd1g3gq8f5lkh60p2v3ig3hm5kl1rg3z4cf0gvl"))))
12495 (build-system r-build-system)
12496 (propagated-inputs
12497 `(("r-base64enc" ,r-base64enc)
12498 ("r-htmltools" ,r-htmltools)
12499 ("r-jsonlite" ,r-jsonlite)
12500 ("r-pillar" ,r-pillar)))
12501 (home-page "https://cran.r-project.org/web/packages/repr/")
12502 (synopsis "Serializable representations")
12503 (description
12504 "This package provides string and binary representations of objects for
12505 several formats and MIME types.")
12506 (license license:gpl3)))
12507
12508 (define-public r-irdisplay
12509 (package
12510 (name "r-irdisplay")
12511 (version "0.7.0")
12512 (source
12513 (origin
12514 (method url-fetch)
12515 (uri (cran-uri "IRdisplay" version))
12516 (sha256
12517 (base32
12518 "12chk53nf4zckgc4yl7gbvd7m5dvli52inp5b3f0zvcjvfncksli"))))
12519 (properties `((upstream-name . "IRdisplay")))
12520 (build-system r-build-system)
12521 (propagated-inputs
12522 `(("r-repr" ,r-repr)))
12523 (home-page "https://cran.r-project.org/web/packages/IRdisplay/")
12524 (synopsis "Jupyter display machinery")
12525 (description
12526 "This package provides an interface to the rich display capabilities of
12527 Jupyter front-ends (e.g. Jupyter Notebook). It is designed to be used from a
12528 running IRkernel session.")
12529 (license license:expat)))
12530
12531 (define-public r-irkernel
12532 (package
12533 (name "r-irkernel")
12534 (version "1.1")
12535 (source
12536 (origin
12537 (method url-fetch)
12538 (uri (cran-uri "IRkernel" version))
12539 (sha256
12540 (base32
12541 "1viqxs91dys1z4cf7gb59rmqvzb8lc7jdp4azrpmhgwa8qf46s94"))))
12542 (properties `((upstream-name . "IRkernel")))
12543 (build-system r-build-system)
12544 (arguments
12545 `(#:phases
12546 (modify-phases %standard-phases
12547 (add-after 'install 'install-kernelspec
12548 (lambda* (#:key outputs #:allow-other-keys)
12549 (let ((out (assoc-ref outputs "out")))
12550 (setenv "HOME" "/tmp")
12551 (invoke "jupyter" "kernelspec" "install"
12552 "--name" "ir"
12553 "--prefix" out
12554 (string-append out "/site-library/IRkernel/kernelspec"))
12555 ;; Record the absolute file name of the 'R' executable in
12556 ;; 'kernel.json'.
12557 (substitute* (string-append out "/share/jupyter"
12558 "/kernels/ir/kernel.json")
12559 (("\\[\"R\",")
12560 (string-append "[\"" (which "R") "\",")))
12561 #t))))))
12562 (inputs
12563 `(("jupyter" ,jupyter)))
12564 (propagated-inputs
12565 `(("r-crayon" ,r-crayon)
12566 ("r-digest" ,r-digest)
12567 ("r-evaluate" ,r-evaluate)
12568 ("r-irdisplay" ,r-irdisplay)
12569 ("r-jsonlite" ,r-jsonlite)
12570 ;; sets R_LIBS_SITE, so R can actually find this package (IRkernel)
12571 ("r-minimal" ,r-minimal)
12572 ("r-pbdzmq" ,r-pbdzmq)
12573 ("r-repr" ,r-repr)
12574 ("r-uuid" ,r-uuid)))
12575 (home-page "https://cran.r-project.org/web/packages/IRkernel/")
12576 (synopsis "Native R kernel for Jupyter")
12577 (description
12578 "The R kernel for the Jupyter environment executes R code which the
12579 front-end (Jupyter Notebook or other front-ends) submits to the kernel via the
12580 network.")
12581 (license license:expat)))
12582
12583 (define-public r-gmodels
12584 (package
12585 (name "r-gmodels")
12586 (version "2.18.1")
12587 (source
12588 (origin
12589 (method url-fetch)
12590 (uri (cran-uri "gmodels" version))
12591 (sha256
12592 (base32
12593 "0s8kd8krqk4kwv2zqxpsfy3w8qdwf5naf4b5l383vidq9sil0qb2"))))
12594 (build-system r-build-system)
12595 (propagated-inputs
12596 `(("r-gdata" ,r-gdata)
12597 ("r-mass" ,r-mass)))
12598 (home-page "https://cran.r-project.org/web/packages/gmodels/")
12599 (synopsis "Various R programming tools for model fitting")
12600 (description
12601 "This package provides various R programming tools for model fitting.")
12602 (license license:gpl2)))
12603
12604 (define-public r-apcluster
12605 (package
12606 (name "r-apcluster")
12607 (version "1.4.8")
12608 (source
12609 (origin
12610 (method url-fetch)
12611 (uri (cran-uri "apcluster" version))
12612 (sha256
12613 (base32
12614 "0lzf2jqm56i74wif6x5sw3j0w2qc4sni49zq2fgbl89b7lwkvchj"))))
12615 (build-system r-build-system)
12616 (propagated-inputs
12617 `(("r-matrix" ,r-matrix)
12618 ("r-rcpp" ,r-rcpp)))
12619 (home-page "https://cran.r-project.org/web/packages/apcluster/")
12620 (synopsis "Affinity propagation clustering")
12621 (description
12622 "This package implements affinity propagation clustering introduced by
12623 Frey and Dueck (2007). The package further provides leveraged affinity
12624 propagation and an algorithm for exemplar-based agglomerative clustering that
12625 can also be used to join clusters obtained from affinity propagation. Various
12626 plotting functions are available for analyzing clustering results.")
12627 (license license:gpl2+)))
12628
12629 (define-public r-valr
12630 (package
12631 (name "r-valr")
12632 (version "0.5.0")
12633 (source
12634 (origin
12635 (method url-fetch)
12636 (uri (cran-uri "valr" version))
12637 (sha256
12638 (base32
12639 "14jhrwkiwmha3vlmm7b50n2xxyizj6ddmy89gb20mpzq7qhz1ika"))))
12640 (build-system r-build-system)
12641 (propagated-inputs
12642 `(("r-broom" ,r-broom)
12643 ("r-dplyr" ,r-dplyr)
12644 ("r-ggplot2" ,r-ggplot2)
12645 ("r-rcpp" ,r-rcpp)
12646 ("r-readr" ,r-readr)
12647 ("r-rlang" ,r-rlang)
12648 ("r-stringr" ,r-stringr)
12649 ("r-tibble" ,r-tibble)))
12650 (home-page "http://github.com/rnabioco/valr")
12651 (synopsis "Genome interval arithmetic in R")
12652 (description
12653 "This package enables you to read and manipulate genome intervals and
12654 signals. It provides functionality similar to command-line tool suites within
12655 R, enabling interactive analysis and visualization of genome-scale data.")
12656 (license license:expat)))
12657
12658 (define-public r-rematch2
12659 (package
12660 (name "r-rematch2")
12661 (version "2.1.0")
12662 (source
12663 (origin
12664 (method url-fetch)
12665 (uri (cran-uri "rematch2" version))
12666 (sha256
12667 (base32
12668 "00cznm6rk33b53w7zybkz7549bnydc66znpi5mb0xd24pmqp0rvq"))))
12669 (build-system r-build-system)
12670 (propagated-inputs
12671 `(("r-tibble" ,r-tibble)))
12672 (home-page "https://github.com/r-lib/rematch2")
12673 (synopsis "Tidy output from regular expression matching")
12674 (description
12675 "This package provides wrappers on @code{regexpr} and @code{gregexpr} to
12676 return the match results in tidy data frames.")
12677 (license license:expat)))
12678
12679 (define-public r-picante
12680 (package
12681 (name "r-picante")
12682 (version "1.8.1")
12683 (source
12684 (origin
12685 (method url-fetch)
12686 (uri (cran-uri "picante" version))
12687 (sha256
12688 (base32
12689 "1b16zm8zjjsl181b8krkdcrbcw347kf772c4w7y5332qmfi7jhz0"))))
12690 (build-system r-build-system)
12691 (propagated-inputs
12692 `(("r-ape" ,r-ape)
12693 ("r-nlme" ,r-nlme)
12694 ("r-vegan" ,r-vegan)))
12695 (home-page "https://cran.r-project.org/web/packages/picante/")
12696 (synopsis "Integrating phylogenies and ecology")
12697 (description
12698 "This package provides functions for phylocom integration, community
12699 analyses, null-models, traits and evolution. It implements numerous
12700 ecophylogenetic approaches including measures of community phylogenetic and
12701 trait diversity, phylogenetic signal, estimation of trait values for
12702 unobserved taxa, null models for community and phylogeny randomizations, and
12703 utility functions for data input/output and phylogeny plotting. A full
12704 description of package functionality and methods are provided by Kembel et
12705 al. (2010).")
12706 (license license:gpl2)))
12707
12708 (define-public r-reinforcelearn
12709 (package
12710 (name "r-reinforcelearn")
12711 (version "0.2.1")
12712 (source
12713 (origin
12714 (method url-fetch)
12715 (uri (cran-uri "reinforcelearn" version))
12716 (sha256
12717 (base32
12718 "176z2q69p24i29a8sh19xxn2zl3h1z2ixdssr5i6m4yvkvdrvv3b"))))
12719 (build-system r-build-system)
12720 (propagated-inputs
12721 `(("r-checkmate" ,r-checkmate)
12722 ("r-nnet" ,r-nnet)
12723 ("r-purrr" ,r-purrr)
12724 ("r-r6" ,r-r6)))
12725 (home-page "https://markusdumke.github.io/reinforcelearn")
12726 (synopsis "Reinforcement learning")
12727 (description
12728 "This package implements reinforcement learning environments and
12729 algorithms as described in Sutton & Barto (1998). The Q-Learning algorithm
12730 can be used with function approximation, eligibility traces (Singh & Sutton,
12731 1996) and experience replay (Mnih et al., 2013).")
12732 (license license:expat)))
12733
12734 (define-public r-lemon
12735 (package
12736 (name "r-lemon")
12737 (version "0.4.3")
12738 (source
12739 (origin
12740 (method url-fetch)
12741 (uri (cran-uri "lemon" version))
12742 (sha256
12743 (base32
12744 "0wsn5bfg10wq4dnrgpyraz2bzx9p19c7hf1pwj3h4zmpqfgsdbpw"))))
12745 (build-system r-build-system)
12746 (propagated-inputs
12747 `(("r-ggplot2" ,r-ggplot2)
12748 ("r-gridextra" ,r-gridextra)
12749 ("r-gtable" ,r-gtable)
12750 ("r-knitr" ,r-knitr)
12751 ("r-lattice" ,r-lattice)
12752 ("r-plyr" ,r-plyr)
12753 ("r-scales" ,r-scales)))
12754 (home-page "https://github.com/stefanedwards/lemon")
12755 (synopsis "Freshen up your ggplot2 plots")
12756 (description
12757 "This package provides functions for working with legends and axis lines
12758 of ggplot2, facets that repeat axis lines on all panels, and some knitr
12759 extensions.")
12760 (license license:gpl3)))
12761
12762 (define-public r-wgaim
12763 (package
12764 (name "r-wgaim")
12765 (version "2.0-1")
12766 (source
12767 (origin
12768 (method url-fetch)
12769 (uri (cran-uri "wgaim" version))
12770 (sha256
12771 (base32 "1qiyfkpsbzjr9xsq5kqq6rlqpndngkn2irdfh3gyi45h6hn118j4"))))
12772 (build-system r-build-system)
12773 (propagated-inputs
12774 `(("r-ggplot2" ,r-ggplot2)
12775 ("r-qtl" ,r-qtl)))
12776 (home-page "https://cran.r-project.org/web/packages/wgaim")
12777 (synopsis "Whole genome average interval mapping for QTL detection")
12778 (description
12779 "This package integrates sophisticated mixed modelling methods with a
12780 whole genome approach to detecting significant QTL in linkage maps.")
12781 (license license:gpl2+)))
12782
12783 (define-public r-bedr
12784 (package
12785 (name "r-bedr")
12786 (version "1.0.7")
12787 (source
12788 (origin
12789 (method url-fetch)
12790 (uri (cran-uri "bedr" version))
12791 (sha256
12792 (base32
12793 "0zpqvyjgwyqawxm8qrhcv8zq2b3yxgcqkkc87br29yrl7sjb8h6j"))))
12794 (build-system r-build-system)
12795 (propagated-inputs
12796 `(("r-data-table" ,r-data-table)
12797 ("r-r-utils" ,r-r-utils)
12798 ("r-testthat" ,r-testthat)
12799 ("r-venndiagram" ,r-venndiagram)
12800 ("r-yaml" ,r-yaml)
12801 ("bedops" ,bedops)
12802 ("bedtools" ,bedtools)
12803 ("htslib" ,htslib))) ; for tabix
12804 (native-inputs
12805 `(("r-knitr" ,r-knitr))) ; for vignettes
12806 (home-page "https://cran.r-project.org/web/packages/bedr")
12807 (synopsis "Genomic region processing")
12808 (description
12809 "This package is for genomic regions processing using command line tools
12810 such as BEDTools, BEDOPS and Tabix. These tools offer scalable and efficient
12811 utilities to perform genome arithmetic e.g indexing, formatting and merging.
12812 The bedr package's API enhances access to these tools as well as offers
12813 additional utilities for genomic regions processing.")
12814 (license license:gpl2)))
12815
12816 (define-public r-sets
12817 (package
12818 (name "r-sets")
12819 (version "1.0-18")
12820 (source
12821 (origin
12822 (method url-fetch)
12823 (uri (cran-uri "sets" version))
12824 (sha256
12825 (base32
12826 "16v7650p47khqrbbw0z98llmwmmhswqmhri0n7nrfhdqwmby1lbl"))))
12827 (properties `((upstream-name . "sets")))
12828 (build-system r-build-system)
12829 (home-page "https://cran.r-project.org/web/packages/sets")
12830 (synopsis "Sets, generalized sets, customizable sets and intervals")
12831 (description
12832 "This package provides data structures and basic operations for ordinary
12833 sets, generalizations such as fuzzy sets, multisets, and fuzzy multisets,
12834 customizable sets, and intervals.")
12835 (license license:gpl2)))
12836
12837 (define-public r-partitions
12838 (package
12839 (name "r-partitions")
12840 (version "1.9-22")
12841 (source
12842 (origin
12843 (method url-fetch)
12844 (uri (cran-uri "partitions" version))
12845 (sha256
12846 (base32
12847 "1qqy4df28wy4q0g572azrj171jlhvrnzbh7x0wr2g7v6gr20y0ns"))))
12848 (build-system r-build-system)
12849 (propagated-inputs
12850 `(("r-gmp" ,r-gmp)
12851 ("r-polynom" ,r-polynom)
12852 ("r-sets" ,r-sets)))
12853 (home-page "https://cran.r-project.org/web/packages/partitions")
12854 (synopsis "Additive partitions of integers")
12855 (description
12856 "This package provides tools to enumerates the partitions, unequal
12857 partitions, and restricted partitions of an integer; the three corresponding
12858 partition functions are also given.")
12859 ;; Any version of the GPL
12860 (license license:gpl2+)))
12861
12862 (define-public r-brobdingnag
12863 (package
12864 (name "r-brobdingnag")
12865 (version "1.2-6")
12866 (source
12867 (origin
12868 (method url-fetch)
12869 (uri (cran-uri "Brobdingnag" version))
12870 (sha256
12871 (base32
12872 "1m3ajvcksqfck5l5hj5xiflj4ry6d896ybv4f0xxks8chgnwmv0r"))))
12873 (properties `((upstream-name . "Brobdingnag")))
12874 (build-system r-build-system)
12875 (home-page "https://github.com/RobinHankin/Brobdingnag.git")
12876 (synopsis "Very large numbers in R")
12877 (description
12878 "This package handles very large numbers in R. Real numbers are held
12879 using their natural logarithms, plus a logical flag indicating sign. The
12880 package includes a vignette that gives a step-by-step introduction to using S4
12881 methods.")
12882 ;; Any version of the GPL
12883 (license license:gpl2+)))
12884
12885 (define-public r-untb
12886 (package
12887 (name "r-untb")
12888 (version "1.7-4")
12889 (source
12890 (origin
12891 (method url-fetch)
12892 (uri (cran-uri "untb" version))
12893 (sha256
12894 (base32
12895 "1i7m4vfslsix98dwx4jlrsldm7fhhfp25gr7aapcxqxms7ryaby6"))))
12896 (build-system r-build-system)
12897 (propagated-inputs
12898 `(("r-brobdingnag" ,r-brobdingnag)
12899 ("r-partitions" ,r-partitions)
12900 ("r-polynom" ,r-polynom)))
12901 (home-page "https://github.com/RobinHankin/untb.git")
12902 (synopsis "Ecological drift under the UNTB")
12903 (description
12904 "This package provides numerical simulations, and visualizations, of
12905 Hubbell's @dfn{Unified Neutral Theory of Biodiversity} (UNTB).")
12906 (license license:gpl2+)))
12907
12908 (define-public r-stepwise
12909 (package
12910 (name "r-stepwise")
12911 (version "0.3")
12912 (source
12913 (origin
12914 (method url-fetch)
12915 (uri (cran-uri "stepwise" version))
12916 (sha256
12917 (base32
12918 "1lbx1bxwkf9dw6q46w40pp7h5nkxgghmx8rkpaymm6iybc7gyir2"))))
12919 (build-system r-build-system)
12920 (home-page "http://stat.sfu.ca/statgen/research/stepwise.html")
12921 (synopsis "Stepwise detection of recombination breakpoints")
12922 (description
12923 "This package provides a stepwise approach to identifying recombination
12924 breakpoints in a genomic sequence alignment.")
12925 (license license:gpl2+)))
12926
12927 (define-public r-snpmaxsel
12928 (package
12929 (name "r-snpmaxsel")
12930 (version "1.0-3")
12931 (source
12932 (origin
12933 (method url-fetch)
12934 (uri (cran-uri "SNPmaxsel" version))
12935 (sha256
12936 (base32
12937 "0pjvixwqzjd3jwccc8yqq9c76afvbmfq0z1w0cwyj8bblrjpx13z"))))
12938 (properties `((upstream-name . "SNPmaxsel")))
12939 (build-system r-build-system)
12940 (propagated-inputs
12941 `(("r-combinat" ,r-combinat)
12942 ("r-mvtnorm" ,r-mvtnorm)))
12943 (home-page "https://cran.r-project.org/web/packages/SNPmaxsel/index.html")
12944 (synopsis "Maximally selected statistics for SNP data")
12945 (description
12946 "This package implements asymptotic methods related to maximally selected
12947 statistics, with applications to @dfn{single-nucleotide polymorphism} (SNP)
12948 data.")
12949 (license license:gpl2+)))
12950
12951 (define-public r-acsnminer
12952 (package
12953 (name "r-acsnminer")
12954 (version "0.16.8.25")
12955 (source (origin
12956 (method url-fetch)
12957 (uri (cran-uri "ACSNMineR" version))
12958 (sha256
12959 (base32
12960 "0gh604s8qall6zfjlwcg2ilxjvz08dplf9k5g47idhv43scm748l"))))
12961 (properties `((upstream-name . "ACSNMineR")))
12962 (build-system r-build-system)
12963 (propagated-inputs
12964 `(("r-ggplot2" ,r-ggplot2)
12965 ("r-gridextra" ,r-gridextra)))
12966 (home-page "https://cran.r-project.org/web/packages/ACSNMineR")
12967 (synopsis "Gene enrichment analysis")
12968 (description
12969 "This package provides tools to compute and represent gene set enrichment
12970 or depletion from your data based on pre-saved maps from the @dfn{Atlas of
12971 Cancer Signalling Networks} (ACSN) or user imported maps. The gene set
12972 enrichment can be run with hypergeometric test or Fisher exact test, and can
12973 use multiple corrections. Visualization of data can be done either by
12974 barplots or heatmaps.")
12975 (license license:gpl2+)))
12976
12977 (define-public r-seqinr
12978 (package
12979 (name "r-seqinr")
12980 (version "3.6-1")
12981 (source
12982 (origin
12983 (method url-fetch)
12984 (uri (cran-uri "seqinr" version))
12985 (sha256
12986 (base32
12987 "0j30za6kji6y3v09cvcydiacnp65pv6ig8aw7cydl47l5s9chky4"))))
12988 (build-system r-build-system)
12989 (propagated-inputs
12990 `(("r-ade4" ,r-ade4)
12991 ("r-segmented" ,r-segmented)))
12992 (inputs
12993 `(("zlib" ,zlib)))
12994 (home-page "http://seqinr.r-forge.r-project.org/")
12995 (synopsis "Biological sequences retrieval and analysis")
12996 (description
12997 "This package provides tools for exploratory data analysis and data
12998 visualization of biological sequence (DNA and protein) data. It also includes
12999 utilities for sequence data management under the ACNUC system.")
13000 (license license:gpl2+)))
13001
13002 (define-public r-units
13003 (package
13004 (name "r-units")
13005 (version "0.6-5")
13006 (source
13007 (origin
13008 (method url-fetch)
13009 (uri (cran-uri "units" version))
13010 (sha256
13011 (base32
13012 "02nls8m0r1r7kljs4x35naz3szq62hyqyd5vracf1xwi1kz5kdsh"))))
13013 (build-system r-build-system)
13014 (inputs
13015 `(("udunits" ,udunits)))
13016 (propagated-inputs
13017 `(("r-rcpp" ,r-rcpp)))
13018 (home-page "https://github.com/r-quantities/units/")
13019 (synopsis "Measurement Units for R Vectors")
13020 (description
13021 "This package provides support for measurement units in R vectors,
13022 matrices and arrays: automatic propagation, conversion, derivation and
13023 simplification of units; raising errors in case of unit incompatibility. It
13024 is compatible with the @code{POSIXct}, @code{Date} and @code{difftime}
13025 classes.")
13026 (license license:gpl2)))
13027
13028 (define-public r-classint
13029 (package
13030 (name "r-classint")
13031 (version "0.4-2")
13032 (source
13033 (origin
13034 (method url-fetch)
13035 (uri (cran-uri "classInt" version))
13036 (sha256
13037 (base32
13038 "0w980hrw8sgfdfyd5dsimalq7gwhvqm7507abk7k363pvgks23dv"))))
13039 (properties `((upstream-name . "classInt")))
13040 (build-system r-build-system)
13041 (propagated-inputs
13042 `(("r-class" ,r-class)
13043 ("r-e1071" ,r-e1071)
13044 ("r-kernsmooth" ,r-kernsmooth)))
13045 (native-inputs `(("gfortran" ,gfortran)))
13046 (home-page "https://github.com/r-spatial/classInt/")
13047 (synopsis "Choose univariate class intervals")
13048 (description
13049 "This package provides selected commonly used methods for choosing
13050 univariate class intervals for mapping or other graphics purposes.")
13051 (license license:gpl2+)))
13052
13053 (define-public r-spdata
13054 (package
13055 (name "r-spdata")
13056 (version "0.3.3")
13057 (source
13058 (origin
13059 (method url-fetch)
13060 (uri (cran-uri "spData" version))
13061 (sha256
13062 (base32
13063 "1v66qkvsx77hvv5c78v760yp0hknf7xzcjir2ri3ha456mz79yl5"))))
13064 (properties `((upstream-name . "spData")))
13065 (build-system r-build-system)
13066 (propagated-inputs
13067 `(("r-raster" ,r-raster)
13068 ("r-sp" ,r-sp)))
13069 (home-page "https://github.com/Nowosad/spData")
13070 (synopsis "Datasets for spatial analysis")
13071 (description
13072 "This a package containing diverse spatial datasets for demonstrating,
13073 benchmarking and teaching spatial data analysis. It includes R data of class
13074 @code{sf}, @code{Spatial}, and @code{nb}. It also contains data stored in a
13075 range of file formats including GeoJSON, ESRI Shapefile and GeoPackage. Some
13076 of the datasets are designed to illustrate specific analysis techniques.
13077 @code{cycle_hire()} and @code{cycle_hire_osm()}, for example, are designed to
13078 illustrate point pattern analysis techniques.")
13079 (license license:cc0)))
13080
13081 (define-public r-learnbayes
13082 (package
13083 (name "r-learnbayes")
13084 (version "2.15.1")
13085 (source
13086 (origin
13087 (method url-fetch)
13088 (uri (cran-uri "LearnBayes" version))
13089 (sha256
13090 (base32
13091 "0ch54v2zz2yyyk0lvn5rfikdmyz1qh9j1wk3585wl8v58mc0h4cv"))))
13092 (properties `((upstream-name . "LearnBayes")))
13093 (build-system r-build-system)
13094 (home-page "https://cran.r-project.org/web/packages/LearnBayes")
13095 (synopsis "Functions for learning Bayesian inference")
13096 (description
13097 "This package provides a collection of functions helpful in learning the
13098 basic tenets of Bayesian statistical inference. It contains functions for
13099 summarizing basic one and two parameter posterior distributions and predictive
13100 distributions. It contains MCMC algorithms for summarizing posterior
13101 distributions defined by the user. It also contains functions for regression
13102 models, hierarchical models, Bayesian tests, and illustrations of Gibbs
13103 sampling.")
13104 (license license:gpl2+)))
13105
13106 (define-public r-deldir
13107 (package
13108 (name "r-deldir")
13109 (version "0.1-25")
13110 (source
13111 (origin
13112 (method url-fetch)
13113 (uri (cran-uri "deldir" version))
13114 (sha256
13115 (base32
13116 "0kdglv8rc1pb4ilcid4xc9wpv5kkj2y6x6wg7919k3hya7mz58ph"))))
13117 (build-system r-build-system)
13118 (native-inputs `(("gfortran" ,gfortran)))
13119 (home-page "https://cran.r-project.org/web/packages/deldir")
13120 (synopsis "Delaunay triangulation and Dirichlet (Voronoi) tessellation")
13121 (description
13122 "This package provides tools for calculating the Delaunay triangulation
13123 and the Dirichlet or Voronoi tessellation (with respect to the entire plane)
13124 of a planar point set. It plots triangulations and tessellations in various
13125 ways, clips tessellations to sub-windows, calculates perimeters of
13126 tessellations, and summarizes information about the tiles of the
13127 tessellation.")
13128 (license license:gpl2+)))
13129
13130 (define-public r-sf
13131 (package
13132 (name "r-sf")
13133 (version "0.8-1")
13134 (source
13135 (origin
13136 (method url-fetch)
13137 (uri (cran-uri "sf" version))
13138 (sha256
13139 (base32
13140 "17wyv74m1ppc3s5jdv60r74jj23nidxpzl46vjhfclfhnpvm7sx9"))))
13141 (build-system r-build-system)
13142 (inputs
13143 `(("gdal" ,gdal)
13144 ("geos" ,geos)
13145 ("proj" ,proj.4)
13146 ("zlib" ,zlib)))
13147 (propagated-inputs
13148 `(("r-classint" ,r-classint)
13149 ("r-dbi" ,r-dbi)
13150 ("r-magrittr" ,r-magrittr)
13151 ("r-rcpp" ,r-rcpp)
13152 ("r-units" ,r-units)))
13153 (native-inputs `(("pkg-config" ,pkg-config)))
13154 (home-page "https://github.com/r-spatial/sf/")
13155 (synopsis "Simple features for R")
13156 (description
13157 "This package provides support for simple features, a standardized way to
13158 encode spatial vector data. It binds to GDAL for reading and writing data, to
13159 GEOS for geometrical operations, and to PROJ for projection conversions and
13160 datum transformations.")
13161 ;; Either of these licenses
13162 (license (list license:gpl2 license:expat))))
13163
13164 (define-public r-spdep
13165 (package
13166 (name "r-spdep")
13167 (version "1.1-3")
13168 (source
13169 (origin
13170 (method url-fetch)
13171 (uri (cran-uri "spdep" version))
13172 (sha256
13173 (base32
13174 "1f8cjffqqc6rnb3n4qym70ca6nz2kvrsd3g587wrqdr79nnbwnrk"))))
13175 (build-system r-build-system)
13176 (propagated-inputs
13177 `(("r-boot" ,r-boot)
13178 ("r-coda" ,r-coda)
13179 ("r-deldir" ,r-deldir)
13180 ("r-expm" ,r-expm)
13181 ("r-gmodels" ,r-gmodels)
13182 ("r-learnbayes" ,r-learnbayes)
13183 ("r-mass" ,r-mass)
13184 ("r-matrix" ,r-matrix)
13185 ("r-nlme" ,r-nlme)
13186 ("r-sf" ,r-sf)
13187 ("r-sp" ,r-sp)
13188 ("r-spdata" ,r-spdata)))
13189 (home-page "https://github.com/r-spatial/spdep/")
13190 (synopsis "Spatial dependence: weighting schemes, statistics and models")
13191 (description
13192 "This package provides a collection of functions to create spatial
13193 weights matrix objects from polygon contiguities, from point patterns by
13194 distance and tessellations, for summarizing these objects, and for permitting
13195 their use in spatial data analysis, including regional aggregation by minimum
13196 spanning tree.")
13197 (license license:gpl2+)))
13198
13199 (define-public r-adegenet
13200 (package
13201 (name "r-adegenet")
13202 (version "2.1.2")
13203 (source
13204 (origin
13205 (method url-fetch)
13206 (uri (cran-uri "adegenet" version))
13207 (sha256
13208 (base32
13209 "01fgrgbiddz2q4l3mx637hhwbs7r0c43yw7vpwl8p8pwbm3nykz0"))))
13210 (build-system r-build-system)
13211 (propagated-inputs
13212 `(("r-ade4" ,r-ade4)
13213 ("r-ape" ,r-ape)
13214 ("r-boot" ,r-boot)
13215 ("r-dplyr" ,r-dplyr)
13216 ("r-ggplot2" ,r-ggplot2)
13217 ("r-igraph" ,r-igraph)
13218 ("r-mass" ,r-mass)
13219 ("r-reshape2" ,r-reshape2)
13220 ("r-seqinr" ,r-seqinr)
13221 ("r-shiny" ,r-shiny)
13222 ("r-spdep" ,r-spdep)
13223 ("r-vegan" ,r-vegan)))
13224 (home-page "https://github.com/thibautjombart/adegenet")
13225 (synopsis "Exploratory analysis of genetic and genomic data")
13226 (description
13227 "This package provides a toolset for the exploration of genetic and
13228 genomic data. Adegenet provides formal (S4) classes for storing and handling
13229 various genetic data, including genetic markers with varying ploidy and
13230 hierarchical population structure (@code{genind} class), alleles counts by
13231 populations (@code{genpop}), and genome-wide SNP data (@code{genlight}). It
13232 also implements original multivariate methods (DAPC, sPCA), graphics,
13233 statistical tests, simulation tools, distance and similarity measures, and
13234 several spatial methods. A range of both empirical and simulated datasets is
13235 also provided to illustrate various methods.")
13236 (license license:gpl2+)))
13237
13238 (define-public r-pegas
13239 (package
13240 (name "r-pegas")
13241 (version "0.12")
13242 (source
13243 (origin
13244 (method url-fetch)
13245 (uri (cran-uri "pegas" version))
13246 (sha256
13247 (base32 "0sb8cmz4d238mcb56hv9fa0cagm00k82r7aj4cj4lxa1flxlpy8p"))))
13248 (build-system r-build-system)
13249 (propagated-inputs
13250 `(("r-adegenet" ,r-adegenet)
13251 ("r-ape" ,r-ape)))
13252 (home-page "http://ape-package.ird.fr/pegas.html")
13253 (synopsis "Population and evolutionary genetics analysis system")
13254 (description
13255 "This package provides functions for reading, writing, plotting,
13256 analysing, and manipulating allelic and haplotypic data, including from VCF
13257 files, and for the analysis of population nucleotide sequences and
13258 micro-satellites including coalescent analyses, linkage disequilibrium,
13259 population structure (Fst, Amova) and equilibrium (HWE), haplotype networks,
13260 minimum spanning tree and network, and median-joining networks.")
13261 (license license:gpl2+)))
13262
13263 (define-public r-rmetasim
13264 (package
13265 (name "r-rmetasim")
13266 (version "3.1.14")
13267 (source
13268 (origin
13269 (method url-fetch)
13270 (uri (cran-uri "rmetasim" version))
13271 (sha256
13272 (base32
13273 "0rdkhfgyr97r2d1kd9g8ipb2pn563qxm1y4m9z678q0kqan2ddl0"))))
13274 (build-system r-build-system)
13275 (propagated-inputs
13276 `(("r-ade4" ,r-ade4)
13277 ("r-adegenet" ,r-adegenet)
13278 ("r-gtools" ,r-gtools)
13279 ("r-pegas" ,r-pegas)))
13280 (home-page "https://cran.r-project.org/web/packages/rmetasim")
13281 (synopsis "Individual-based population genetic simulation environment")
13282 (description
13283 "This package provides an interface between R and the metasim simulation
13284 engine. The simulation environment is documented in: Strand, A.(2002),
13285 Metasim 1.0: an individual-based environment for simulating population
13286 genetics of complex population dynamics.")
13287 ;; Any GPL version
13288 (license license:gpl2+)))
13289
13290 (define-public r-genetics
13291 (package
13292 (name "r-genetics")
13293 (version "1.3.8.1.2")
13294 (source
13295 (origin
13296 (method url-fetch)
13297 (uri (cran-uri "genetics" version))
13298 (sha256
13299 (base32
13300 "1v0ylnia6c44v356dsmnkx6054vcxazpzsrdh3yph5ch5vg6gjrh"))))
13301 (build-system r-build-system)
13302 (propagated-inputs
13303 `(("r-combinat" ,r-combinat)
13304 ("r-gdata" ,r-gdata)
13305 ("r-gtools" ,r-gtools)
13306 ("r-mass" ,r-mass)
13307 ("r-mvtnorm" ,r-mvtnorm)))
13308 (home-page "https://cran.r-project.org/web/packages/genetics/")
13309 (synopsis "Population genetics")
13310 (description
13311 "This package provides classes and methods for handling genetic data.
13312 It includes classes to represent genotypes and haplotypes at single markers up
13313 to multiple markers on multiple chromosomes. Function include allele
13314 frequencies, flagging homo/heterozygotes, flagging carriers of certain
13315 alleles, estimating and testing for Hardy-Weinberg disequilibrium, estimating
13316 and testing for linkage disequilibrium, ...")
13317 ;; Any GPL version.
13318 (license license:gpl2+)))
13319
13320 (define-public r-snp-plotter
13321 (package
13322 (name "r-snp-plotter")
13323 (version "0.5.1")
13324 (source
13325 (origin
13326 (method url-fetch)
13327 (uri (cran-uri "snp.plotter" version))
13328 (sha256
13329 (base32
13330 "16apsqvkah5l0d5qcwp3lq2jspkb6n62wzr0wskmj84jblx483vv"))))
13331 (properties `((upstream-name . "snp.plotter")))
13332 (build-system r-build-system)
13333 (propagated-inputs `(("r-genetics" ,r-genetics)))
13334 (home-page "https://cran.r-project.org/web/packages/snp.plotter/")
13335 (synopsis "Plot p-values using single SNP and/or haplotype data")
13336 (description
13337 "This package helps you create plots of p-values using single SNP and/or
13338 haplotype data. Main features of the package include options to display a
13339 @dfn{linkage disequilibrium} (LD) plot and the ability to plot multiple
13340 datasets simultaneously. Plots can be created using global and/or individual
13341 haplotype p-values along with single SNP p-values. Images are created as
13342 either PDF/EPS files.")
13343 (license license:gpl2+)))
13344
13345 (define-public r-polspline
13346 (package
13347 (name "r-polspline")
13348 (version "1.1.17")
13349 (source
13350 (origin
13351 (method url-fetch)
13352 (uri (cran-uri "polspline" version))
13353 (sha256
13354 (base32 "0c7fnxpqpy3hibiim4yib6l6bq363s97wwvllxp4lp8h06fjcyyn"))))
13355 (build-system r-build-system)
13356 (native-inputs `(("gfortran" ,gfortran)))
13357 (home-page "https://cran.r-project.org/web/packages/polspline/")
13358 (synopsis "Polynomial spline routines")
13359 (description
13360 "This package provides routines for the polynomial spline fitting
13361 routines hazard regression, hazard estimation with flexible tails, logspline,
13362 lspec, polyclass, and polymars.")
13363 (license license:gpl2+)))
13364
13365 (define-public r-rms
13366 (package
13367 (name "r-rms")
13368 (version "5.1-4")
13369 (source
13370 (origin
13371 (method url-fetch)
13372 (uri (cran-uri "rms" version))
13373 (sha256
13374 (base32 "19knh1sw0icw6jh9wfb2hq5jf49i2qfvp9myvqm5paa495689x9q"))))
13375 (build-system r-build-system)
13376 (propagated-inputs
13377 `(("r-ggplot2" ,r-ggplot2)
13378 ("r-hmisc" ,r-hmisc)
13379 ("r-htmltable" ,r-htmltable)
13380 ("r-htmltools" ,r-htmltools)
13381 ("r-lattice" ,r-lattice)
13382 ("r-multcomp" ,r-multcomp)
13383 ("r-nlme" ,r-nlme)
13384 ("r-polspline" ,r-polspline)
13385 ("r-quantreg" ,r-quantreg)
13386 ("r-rpart" ,r-rpart)
13387 ("r-sparsem" ,r-sparsem)
13388 ("r-survival" ,r-survival)))
13389 (native-inputs `(("gfortran" ,gfortran)))
13390 (home-page "http://biostat.mc.vanderbilt.edu/rms")
13391 (synopsis "Regression modeling strategies")
13392 (description
13393 "This is a package for regression modeling, testing, estimation,
13394 validation, graphics, prediction, and typesetting by storing enhanced model
13395 design attributes in the fit. The rms package is a collection of functions
13396 that assist with and streamline modeling. It also contains functions for
13397 binary and ordinal logistic regression models, ordinal models for continuous Y
13398 with a variety of distribution families, and the Buckley-James multiple
13399 regression model for right-censored responses, and implements penalized
13400 maximum likelihood estimation for logistic and ordinary linear models. The
13401 package works with almost any regression model, but it was especially written
13402 to work with binary or ordinal regression models, Cox regression, accelerated
13403 failure time models, ordinary linear models, the Buckley-James model,
13404 generalized least squares for serially or spatially correlated observations,
13405 generalized linear models, and quantile regression.")
13406 (license license:gpl2+)))
13407
13408 (define-public r-haplo-stats
13409 (package
13410 (name "r-haplo-stats")
13411 (version "1.7.9")
13412 (source
13413 (origin
13414 (method url-fetch)
13415 (uri (cran-uri "haplo.stats" version))
13416 (sha256
13417 (base32
13418 "19kxascqq5qz0zdxx0w837ji207y1z2ggxkl4vmlbay03k2dw2mx"))))
13419 (properties `((upstream-name . "haplo.stats")))
13420 (build-system r-build-system)
13421 (propagated-inputs
13422 `(("r-rms" ,r-rms)))
13423 (native-inputs
13424 `(("r-r-rsp" ,r-r-rsp))) ; for vignettes
13425 (home-page "https://www.mayo.edu/research/labs/statistical-genetics-genetic-epidemiology/software")
13426 (synopsis "Analysis of haplotypes when linkage phase is ambiguous")
13427 (description
13428 "This package provides routines for the analysis of indirectly measured
13429 haplotypes. The statistical methods assume that all subjects are unrelated
13430 and that haplotypes are ambiguous (due to unknown linkage phase of the genetic
13431 markers). The main functions are: @code{haplo.em()}, @code{haplo.glm()},
13432 @code{haplo.score()}, and @code{haplo.power()}; all of which have detailed
13433 examples in the vignette.")
13434 (license license:gpl2+)))
13435
13436 (define-public r-bqtl
13437 (package
13438 (name "r-bqtl")
13439 (version "1.0-32")
13440 (source
13441 (origin
13442 (method url-fetch)
13443 (uri (cran-uri "bqtl" version))
13444 (sha256
13445 (base32
13446 "0jjqgsm9fmvz5nkgz608xfljjpmaf4rs4f7kxvpqn4b1l9s5lhci"))))
13447 (build-system r-build-system)
13448 (native-inputs `(("gfortran" ,gfortran)))
13449 (home-page "http://famprevmed.ucsd.edu/faculty/cberry/bqtl/")
13450 (synopsis "Bayesian QTL mapping toolkit")
13451 (description
13452 "This is a QTL mapping toolkit for inbred crosses and recombinant inbred
13453 lines. It includes maximum likelihood and Bayesian tools.")
13454 (license license:gpl2+)))
13455
13456 (define-public r-ibdreg
13457 (package
13458 (name "r-ibdreg")
13459 (version "0.2.5")
13460 (source
13461 (origin
13462 (method url-fetch)
13463 (uri (cran-uri "ibdreg" version))
13464 (sha256
13465 (base32
13466 "1kaa5q1byi30wzr0mw4w2cv1ssxprzcwf91wrpqwkgcsdy7dkh2g"))))
13467 (build-system r-build-system)
13468 (home-page "https://www.mayo.edu/research/labs/\
13469 statistical-genetics-genetic-epidemiology/software")
13470 (synopsis "Regression methods for IBD linkage with covariates")
13471 (description
13472 "This package provides a method to test genetic linkage with covariates
13473 by regression methods with response IBD sharing for relative pairs. Account
13474 for correlations of IBD statistics and covariates for relative pairs within
13475 the same pedigree.")
13476 (license license:gpl2+)))
13477
13478 (define-public r-dlmap
13479 (package
13480 (name "r-dlmap")
13481 (version "1.13")
13482 (source
13483 (origin
13484 (method url-fetch)
13485 (uri (cran-uri "dlmap" version))
13486 (sha256
13487 (base32
13488 "0s6wlkggkm3qndwyvw72xv1n0mcjb7ss3ajbq2ll6rv30splq0db"))))
13489 (build-system r-build-system)
13490 (propagated-inputs
13491 `(("r-ibdreg" ,r-ibdreg)
13492 ("r-mgcv" ,r-mgcv)
13493 ("r-nlme" ,r-nlme)
13494 ("r-qtl" ,r-qtl)
13495 ("r-wgaim" ,r-wgaim)))
13496 (home-page "https://cran.r-project.org/web/packages/dlmap/")
13497 (synopsis "Detection localization mapping for QTL")
13498 (description
13499 "This is package for QTL mapping in a mixed model framework with separate
13500 detection and localization stages. The first stage detects the number of QTL
13501 on each chromosome based on the genetic variation due to grouped markers on
13502 the chromosome; the second stage uses this information to determine the most
13503 likely QTL positions. The mixed model can accommodate general fixed and
13504 random effects, including spatial effects in field trials and pedigree
13505 effects. It is applicable to backcrosses, doubled haploids, recombinant
13506 inbred lines, F2 intercrosses, and association mapping populations.")
13507 (license license:gpl2)))
13508
13509 (define-public r-ldheatmap
13510 (package
13511 (name "r-ldheatmap")
13512 (version "0.99-7")
13513 (source
13514 (origin
13515 (method url-fetch)
13516 (uri (cran-uri "LDheatmap" version))
13517 (sha256
13518 (base32
13519 "1r0j8bihi5z1x0sgaf7dwzpsw9i0nc1vylvipvc0cia2ka1lr9dc"))))
13520 (properties `((upstream-name . "LDheatmap")))
13521 (build-system r-build-system)
13522 (propagated-inputs
13523 `(("r-genetics" ,r-genetics)
13524 ("r-rcpp" ,r-rcpp)
13525 ("r-snpstats" ,r-snpstats)))
13526 (home-page "http://stat.sfu.ca/statgen/research/ldheatmap.html")
13527 (synopsis "Graphical display of pairwise linkage disequilibria between SNPs")
13528 (description
13529 "This package provides tools to produce a graphical display, as a heat
13530 map, of measures of pairwise linkage disequilibria between SNPs. Users may
13531 optionally include the physical locations or genetic map distances of each SNP
13532 on the plot.")
13533 (license license:gpl3)))
13534
13535 (define-public r-hwde
13536 (package
13537 (name "r-hwde")
13538 (version "0.67")
13539 (source
13540 (origin
13541 (method url-fetch)
13542 (uri (cran-uri "hwde" version))
13543 (sha256
13544 (base32
13545 "0wb2f9i5qi7w77ygh8bvydfpr7j5x8dyvnnhdkajaz0wdcpkyaqy"))))
13546 (build-system r-build-system)
13547 (home-page "https://cran.r-project.org/web/packages/hwde/")
13548 (synopsis "Models and tests for departure from Hardy-Weinberg equilibrium")
13549 (description
13550 "This package fits models for genotypic disequilibria, as described in
13551 Huttley and Wilson (2000), Weir (1996) and Weir and Wilson (1986). Contrast
13552 terms are available that account for first order interactions between loci.
13553 It also implements, for a single locus in a single population, a conditional
13554 exact test for Hardy-Weinberg equilibrium.")
13555 (license license:gpl2+)))
13556
13557 (define-public r-tdthap
13558 (package
13559 (name "r-tdthap")
13560 (version "1.1-11")
13561 (source
13562 (origin
13563 (method url-fetch)
13564 (uri (cran-uri "tdthap" version))
13565 (sha256
13566 (base32
13567 "15qlj2bivvz3pizd8dq34wczbkbxhzqh3cqp1ixkdkprlyvcxj5k"))))
13568 (build-system r-build-system)
13569 (home-page "https://cran.r-project.org/web/packages/tdthap/")
13570 (synopsis "TDT tests for extended haplotypes")
13571 (description
13572 "Functions and examples are provided for transmission/disequilibrium
13573 tests for extended marker haplotypes, as in Clayton, D. and Jones, H. (1999)
13574 \"Transmission/disequilibrium tests for extended marker haplotypes\".")
13575 (license license:artistic2.0)))
13576
13577 (define-public r-sparql
13578 (package
13579 (name "r-sparql")
13580 (version "1.16")
13581 (source (origin
13582 (method url-fetch)
13583 (uri (cran-uri "SPARQL" version))
13584 (sha256
13585 (base32
13586 "0gak1q06yyhdmcxb2n3v0h9gr1vqd0viqji52wpw211qp6r6dcrc"))))
13587 (properties `((upstream-name . "SPARQL")))
13588 (build-system r-build-system)
13589 (propagated-inputs
13590 `(("r-rcurl" ,r-rcurl)
13591 ("r-xml" ,r-xml)))
13592 (home-page "https://cran.r-project.org/web/packages/SPARQL")
13593 (synopsis "SPARQL client for R")
13594 (description "This package provides an interface to use SPARQL to pose
13595 SELECT or UPDATE queries to an end-point.")
13596 ;; The only license indication is found in the DESCRIPTION file,
13597 ;; which states GPL-3. So we cannot assume GPLv3+.
13598 (license license:gpl3)))
13599
13600 (define-public r-bookdown
13601 (package
13602 (name "r-bookdown")
13603 (version "0.17")
13604 (source (origin
13605 (method url-fetch)
13606 (uri (cran-uri "bookdown" version))
13607 (sha256
13608 (base32
13609 "10b4gnd6z3w13pysqqan43blxcbk7bgbzc7wr83b23ag1lh2n40j"))))
13610 (build-system r-build-system)
13611 (propagated-inputs
13612 `(("r-htmltools" ,r-htmltools)
13613 ("r-knitr" ,r-knitr)
13614 ("r-rmarkdown" ,r-rmarkdown)
13615 ("r-tinytex" ,r-tinytex)
13616 ("r-xfun" ,r-xfun)
13617 ("pandoc" ,ghc-pandoc)))
13618 (home-page "https://github.com/rstudio/bookdown")
13619 (synopsis "Authoring books and technical documents with R markdown")
13620 (description "This package provides output formats and utilities for
13621 authoring books and technical documents with R Markdown.")
13622 (license license:gpl3)))
13623
13624 (define-public r-optparse
13625 (package
13626 (name "r-optparse")
13627 (version "1.6.4")
13628 (source
13629 (origin
13630 (method url-fetch)
13631 (uri (cran-uri "optparse" version))
13632 (sha256
13633 (base32
13634 "0wyrc42ja3ab5szx46zmz8lm7vzfqxkjca0m0sms8g9hqbmmay6d"))))
13635 (build-system r-build-system)
13636 (propagated-inputs
13637 `(("r-getopt" ,r-getopt)))
13638 (home-page "https://github.com/trevorld/optparse")
13639 (synopsis "Command line option parser")
13640 (description
13641 "This package provides a command line parser inspired by Python's
13642 @code{optparse} library to be used with Rscript to write shebang scripts
13643 that accept short and long options.")
13644 (license license:gpl2+)))
13645
13646 (define-public r-wgcna
13647 (package
13648 (name "r-wgcna")
13649 (version "1.69")
13650 (source
13651 (origin
13652 (method url-fetch)
13653 (uri (cran-uri "WGCNA" version))
13654 (sha256
13655 (base32
13656 "022hkprnrafvggi8pkjffkvk1qlnibmbbxxrni00wkrdbga5589f"))))
13657 (properties `((upstream-name . "WGCNA")))
13658 (build-system r-build-system)
13659 (propagated-inputs
13660 `(("r-annotationdbi" ,r-annotationdbi)
13661 ("r-doparallel" ,r-doparallel)
13662 ("r-dynamictreecut" ,r-dynamictreecut)
13663 ("r-fastcluster" ,r-fastcluster)
13664 ("r-foreach" ,r-foreach)
13665 ("r-go-db" ,r-go-db)
13666 ("r-hmisc" ,r-hmisc)
13667 ("r-impute" ,r-impute)
13668 ("r-rcpp" ,r-rcpp)
13669 ("r-survival" ,r-survival)
13670 ("r-matrixstats" ,r-matrixstats)
13671 ("r-preprocesscore" ,r-preprocesscore)))
13672 (home-page
13673 "http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/Rpackages/WGCNA/")
13674 (synopsis "Weighted correlation network analysis")
13675 (description
13676 "This package provides functions necessary to perform Weighted
13677 Correlation Network Analysis on high-dimensional data. It includes functions
13678 for rudimentary data cleaning, construction and summarization of correlation
13679 networks, module identification and functions for relating both variables and
13680 modules to sample traits. It also includes a number of utility functions for
13681 data manipulation and visualization.")
13682 (license license:gpl2+)))
13683
13684 (define-public r-kernlab
13685 (package
13686 (name "r-kernlab")
13687 (version "0.9-29")
13688 (source
13689 (origin
13690 (method url-fetch)
13691 (uri (cran-uri "kernlab" version))
13692 (sha256
13693 (base32 "0vqhndl4zm7pvkfvq0f6i9cbrm7pij6kmdp7d7w39pa100x6knn3"))))
13694 (build-system r-build-system)
13695 (home-page "https://cran.r-project.org/web/packages/kernlab")
13696 (synopsis "Kernel-based machine learning tools")
13697 (description
13698 "This package provides kernel-based machine learning methods for
13699 classification, regression, clustering, novelty detection, quantile regression
13700 and dimensionality reduction. Among other methods @code{kernlab} includes
13701 Support Vector Machines, Spectral Clustering, Kernel PCA, Gaussian Processes
13702 and a QP solver.")
13703 (license license:gpl2)))
13704
13705 (define-public r-hierfstat
13706 (package
13707 (name "r-hierfstat")
13708 (version "0.04-22")
13709 (source
13710 (origin
13711 (method url-fetch)
13712 (uri (cran-uri "hierfstat" version))
13713 (sha256
13714 (base32
13715 "1fav2v2996v5kb1ffa6v5wxfm921syxg6as034vd3j4jfhdibyfx"))))
13716 (build-system r-build-system)
13717 (propagated-inputs
13718 `(("r-ade4" ,r-ade4)
13719 ("r-adegenet" ,r-adegenet)
13720 ("r-gtools" ,r-gtools)))
13721 (home-page "https://cran.r-project.org/web/packages/hierfstat/")
13722 (synopsis "Estimation and tests of hierarchical F-statistics")
13723 (description
13724 "This package allows the estimation of hierarchical F-statistics from
13725 haploid or diploid genetic data with any numbers of levels in the hierarchy,
13726 following the algorithm of Yang (Evolution, 1998, 52(4):950-956). Functions
13727 are also given to test via randomisations the significance of each F and
13728 variance components, using the likelihood-ratio statistics G.")
13729 (license license:gpl2+)))
13730
13731 (define-public r-hapassoc
13732 (package
13733 (name "r-hapassoc")
13734 (version "1.2-8")
13735 (source
13736 (origin
13737 (method url-fetch)
13738 (uri (cran-uri "hapassoc" version))
13739 (sha256
13740 (base32
13741 "0qs5jl0snzfchgpp6pabncwywxcmi743g91jvjiyyzw0lw85yv4s"))))
13742 (build-system r-build-system)
13743 (home-page "http://stat.sfu.ca/statgen/research/hapassoc.html")
13744 (synopsis "Inference of trait associations with SNP haplotypes")
13745 (description
13746 "Hapassoc performs likelihood inference of trait associations with
13747 haplotypes and other covariates in @dfn{generalized linear models} (GLMs). The
13748 functions are developed primarily for data collected in cohort or
13749 cross-sectional studies. They can accommodate uncertain haplotype phase and
13750 handle missing genotypes at some SNPs.")
13751 (license license:gpl2)))
13752
13753 (define-public r-sampling
13754 (package
13755 (name "r-sampling")
13756 (version "2.8")
13757 (source
13758 (origin
13759 (method url-fetch)
13760 (uri (cran-uri "sampling" version))
13761 (sha256
13762 (base32
13763 "06pj7dan0mknpsblmlnk7am78qrnwgnql5vvx7vmbfvib7rj6s9m"))))
13764 (build-system r-build-system)
13765 (propagated-inputs
13766 `(("r-lpsolve" ,r-lpsolve)
13767 ("r-mass" ,r-mass)))
13768 (home-page "https://cran.r-project.org/web/packages/sampling/")
13769 (synopsis "Survey sampling")
13770 (description
13771 "This package provides functions for drawing and calibrating samples.")
13772 (license license:gpl2+)))
13773
13774 (define-public r-r2html
13775 (package
13776 (name "r-r2html")
13777 (version "2.3.2")
13778 (source
13779 (origin
13780 (method url-fetch)
13781 (uri (cran-uri "R2HTML" version))
13782 (sha256
13783 (base32
13784 "00kxny7hajs9r2kw63qk7d03ggdxx2j1g8vbrmzp806y8aczvik9"))))
13785 (properties `((upstream-name . "R2HTML")))
13786 (build-system r-build-system)
13787 (home-page "https://github.com/nalimilan/R2HTML")
13788 (synopsis "HTML export for R objects")
13789 (description
13790 "This package includes HTML functions and methods to write in an HTML
13791 file. Thus, making HTML reports is easy. It includes a function that allows
13792 redirection on the fly, which appears to be very useful for teaching purposes,
13793 as the student can keep a copy of the produced output to keep all that they
13794 did during the course. The package comes with a vignette describing how to
13795 write HTML reports for statistical analysis. Finally, a driver for Sweave
13796 allows to parse HTML flat files containing R code and to automatically write
13797 the corresponding outputs (tables and graphs).")
13798 (license license:gpl2+)))
13799
13800 (define-public r-rjava
13801 (package
13802 (name "r-rjava")
13803 (version "0.9-11")
13804 (source
13805 (origin
13806 (method url-fetch)
13807 (uri (cran-uri "rJava" version))
13808 (sha256
13809 (base32
13810 "0s9cjy1wh7snmbqwznh8f1r4ipylr7mgda4a979z963a8lqy32n2"))))
13811 (properties `((upstream-name . "rJava")))
13812 (build-system r-build-system)
13813 (arguments
13814 `(#:modules ((guix build utils)
13815 (guix build r-build-system)
13816 (ice-9 match))
13817 #:phases
13818 (modify-phases %standard-phases
13819 (add-after 'unpack 'set-JAVA_HOME
13820 (lambda* (#:key inputs #:allow-other-keys)
13821 (let ((jdk (assoc-ref inputs "jdk")))
13822 (setenv "JAVA_HOME" jdk)
13823 (setenv "JAVA" (which "java"))
13824 (setenv "JAR" (which "jar"))
13825 (setenv "JAVAC" (which "javac"))
13826 (setenv "JAVAH" (which "javah"))
13827 (setenv "JAVA_CPPFLAGS"
13828 (string-append "-I" jdk "/include "
13829 "-I" jdk "/include/linux"))
13830 (match (find-files (string-append jdk "/jre/lib/") "libjvm.so")
13831 ((lib) (setenv "JAVA_LIBS" lib))
13832 (_ (error "Could not find libjvm.so"))))
13833 #t)))))
13834 (inputs
13835 `(("icu4c" ,icu4c)
13836 ("jdk" ,icedtea-8 "jdk")
13837 ("pcre" ,pcre)
13838 ("zlib" ,zlib)))
13839 (home-page "http://www.rforge.net/rJava/")
13840 (synopsis "Low-Level R to Java interface")
13841 (description
13842 "This package provides a low-level interface to the Java VM very much
13843 like .C/.Call and friends. It allows the creation of objects, calling methods
13844 and accessing fields.")
13845 (license license:gpl2)))
13846
13847 (define-public r-svmisc
13848 (package
13849 (name "r-svmisc")
13850 (version "1.1.0")
13851 (source
13852 (origin
13853 (method url-fetch)
13854 (uri (cran-uri "svMisc" version))
13855 (sha256
13856 (base32
13857 "01r2a73wx2sh1njky961fxabx5wgddqqjqba6vjg0f3h8r3abmn2"))))
13858 (properties `((upstream-name . "svMisc")))
13859 (build-system r-build-system)
13860 (home-page "https://github.com/SciViews/svMisc")
13861 (synopsis "Miscellaneous functions for SciViews")
13862 (description
13863 "This package provides miscellaneous functions for SciViews or general
13864 use, including tools to manage a temporary environment attached to the search
13865 path for temporary variables you do not want to @code{save()} or
13866 @code{load()}; test the current platform; showing progress bars, etc.")
13867 (license license:gpl2)))
13868
13869 (define-public r-xyz
13870 (package
13871 (name "r-xyz")
13872 (version "0.2")
13873 (source
13874 (origin
13875 (method url-fetch)
13876 (uri (cran-uri "xyz" version))
13877 (sha256
13878 (base32
13879 "13w4sb4pvgciwr8wsz785dafj2k2kpx7znz46r5d32wx88vkycp4"))))
13880 (build-system r-build-system)
13881 (propagated-inputs
13882 `(("r-rcpp" ,r-rcpp)))
13883 (home-page "https://cran.r-project.org/web/packages/xyz/")
13884 (synopsis "Algorithm for fast interaction search in high-dimensional data")
13885 (description
13886 "High dimensional interaction search by brute force requires a quadratic
13887 computational cost in the number of variables. The xyz algorithm provably
13888 finds strong interactions in almost linear time. For details of the algorithm
13889 see: G. Thanei, N. Meinshausen and R. Shah (2016). The xyz algorithm for fast
13890 interaction search in high-dimensional data.")
13891 ;; Any version of the GPL.
13892 (license license:gpl2+)))
13893
13894 (define-public r-rttf2pt1
13895 (package
13896 (name "r-rttf2pt1")
13897 (version "1.3.8")
13898 (source
13899 (origin
13900 (method url-fetch)
13901 (uri (cran-uri "Rttf2pt1" version))
13902 (sha256
13903 (base32
13904 "0b3f2zkmbyshn19cnaaf042d0zwf43l9jnkqizfhxxwb93a4c1jn"))))
13905 (properties `((upstream-name . "Rttf2pt1")))
13906 (build-system r-build-system)
13907 (home-page "https://github.com/wch/Rttf2pt1")
13908 (synopsis "Font conversion utility")
13909 (description
13910 "This package contains the program @code{ttf2pt1}, for use with the
13911 @code{extrafont} package.")
13912 ;; Most of the files are covered under the Expat license. Some files are
13913 ;; covered under BSD-3. Deviations for individual files are recorded in
13914 ;; the LICENSE file.
13915 (license (list license:bsd-3 license:expat
13916 (license:non-copyleft "file://LICENSE")))))
13917
13918 (define-public r-extrafontdb
13919 (package
13920 (name "r-extrafontdb")
13921 (version "1.0")
13922 (source
13923 (origin
13924 (method url-fetch)
13925 (uri (cran-uri "extrafontdb" version))
13926 (sha256
13927 (base32
13928 "115n42hfvv5h4nn4cfkfmkmn968py4lpy8zd0d6w5yylwpzbm8gs"))))
13929 (build-system r-build-system)
13930 (home-page "https://github.com/wch/extrafontdb")
13931 (synopsis "Database for the extrafont package")
13932 (description
13933 "This package holds the database for the @code{extrafont} package.")
13934 (license license:gpl2)))
13935
13936 (define-public r-extrafont
13937 (package
13938 (name "r-extrafont")
13939 (version "0.17")
13940 (source
13941 (origin
13942 (method url-fetch)
13943 (uri (cran-uri "extrafont" version))
13944 (sha256
13945 (base32
13946 "0b9k2n9sk23bh45hjgnkxpjyvpdrz1hx7kmxvmb4nhlhm1wpsv9g"))))
13947 (build-system r-build-system)
13948 (propagated-inputs
13949 `(("r-extrafontdb" ,r-extrafontdb)
13950 ("r-rttf2pt1" ,r-rttf2pt1)))
13951 (home-page "https://github.com/wch/extrafont")
13952 (synopsis "Tools for using fonts in R")
13953 (description
13954 "The extrafont package makes it easier to use fonts other than the basic
13955 PostScript fonts that R uses. Fonts that are imported into extrafont can be
13956 used with PDF or PostScript output files. There are two hurdles for using
13957 fonts in PDF (or Postscript) output files:
13958
13959 @enumerate
13960 @item Making R aware of the font and the dimensions of the characters.
13961 @item Embedding the fonts in the PDF file so that the PDF can be displayed
13962 properly on a device that doesn't have the font. This is usually needed if
13963 you want to print the PDF file or share it with others.
13964 @end enumerate
13965
13966 The extrafont package makes both of these things easier.")
13967 (license license:gpl2)))
13968
13969 (define-public r-xkcd
13970 (package
13971 (name "r-xkcd")
13972 (version "0.0.6")
13973 (source
13974 (origin
13975 (method url-fetch)
13976 (uri (cran-uri "xkcd" version))
13977 (sha256
13978 (base32
13979 "1z2y0ihn68ppay7xkglhw7djki5654g6z4bbpyy41if57z9q554f"))))
13980 (build-system r-build-system)
13981 (propagated-inputs
13982 `(("r-extrafont" ,r-extrafont)
13983 ("r-ggplot2" ,r-ggplot2)
13984 ("r-hmisc" ,r-hmisc)))
13985 (home-page "https://cran.r-project.org/web/packages/xkcd/")
13986 (synopsis "Plot ggplot2 graphics in the XKCD style")
13987 (description
13988 "This package provides the means to plot ggplot2 graphs in the style of
13989 the XKCD web comic.")
13990 (license license:gpl3)))
13991
13992 (define-public r-msigdbr
13993 (package
13994 (name "r-msigdbr")
13995 (version "7.0.1")
13996 (source
13997 (origin
13998 (method url-fetch)
13999 (uri (cran-uri "msigdbr" version))
14000 (sha256
14001 (base32
14002 "19p8z617m3my8la7n1qgb1s2msf940r372im3q30qkbcx3qxg3sd"))))
14003 (build-system r-build-system)
14004 (propagated-inputs
14005 `(("r-dplyr" ,r-dplyr)
14006 ("r-magrittr" ,r-magrittr)
14007 ("r-rlang" ,r-rlang)
14008 ("r-tibble" ,r-tibble)))
14009 (home-page "https://github.com/igordot/msigdbr")
14010 (synopsis "MSigDB gene sets for multiple organisms")
14011 (description
14012 "This package provides the @dfn{Molecular Signatures Database} (MSigDB)
14013 gene sets typically used with the @dfn{Gene Set Enrichment Analysis} (GSEA)
14014 software in a standard R data frame with key-value pairs. Included are the
14015 original human gene symbols and Entrez IDs as well as the equivalents for
14016 various frequently studied model organisms such as mouse, rat, pig, fly, and
14017 yeast.")
14018 ;; The package is covered under the Expat license, but the upstream MSigDB
14019 ;; files are made available under the Creative Commons Attribution 4.0
14020 ;; International license.
14021 (license (list license:expat license:cc-by4.0))))
14022
14023 (define-public r-gridgraphics
14024 (package
14025 (name "r-gridgraphics")
14026 (version "0.5-0")
14027 (source
14028 (origin
14029 (method url-fetch)
14030 (uri (cran-uri "gridGraphics" version))
14031 (sha256
14032 (base32
14033 "0rlyc3xk8kfrfzbfd8n4javq3yxqd7lsfmi4q5n6s61srnrl6c1r"))))
14034 (properties `((upstream-name . "gridGraphics")))
14035 (build-system r-build-system)
14036 (home-page "https://github.com/pmur002/gridgraphics")
14037 (synopsis "Redraw base graphics using @code{grid} graphics")
14038 (description
14039 "This package provides functions to convert a page of plots drawn with
14040 the @code{graphics} package into identical output drawn with the @code{grid}
14041 package. The result looks like the original @code{graphics}-based plot, but
14042 consists of @code{grid} grobs and viewports that can then be manipulated with
14043 @code{grid} functions (e.g., edit grobs and revisit viewports).")
14044 (license license:gpl2+)))
14045
14046 (define-public r-farver
14047 (package
14048 (name "r-farver")
14049 (version "2.0.3")
14050 (source
14051 (origin
14052 (method url-fetch)
14053 (uri (cran-uri "farver" version))
14054 (sha256
14055 (base32
14056 "1k75v07dsfkjra2gsgxg9s55cw3b46b1nh960kqphq7cg7gr058f"))))
14057 (build-system r-build-system)
14058 (home-page "https://github.com/thomasp85/farver")
14059 (synopsis "Vectorized color conversion and comparison")
14060 (description
14061 "The encoding of color can be handled in many different ways, using
14062 different color spaces. As different color spaces have different uses,
14063 efficient conversion between these representations are important. This
14064 package provides a set of functions that gives access to very fast color space
14065 conversion and comparisons implemented in C++, and offers 100-fold speed
14066 improvements over the @code{convertColor} function in the @code{grDevices}
14067 package.")
14068 (license license:expat)))
14069
14070 (define-public r-ggplotify
14071 (package
14072 (name "r-ggplotify")
14073 (version "0.0.4")
14074 (source
14075 (origin
14076 (method url-fetch)
14077 (uri (cran-uri "ggplotify" version))
14078 (sha256
14079 (base32
14080 "0nv3wdmxnc5ww9m3xlgnb0jp30j45dg33nqc6gg3y36svg8anjcg"))))
14081 (build-system r-build-system)
14082 (propagated-inputs
14083 `(("r-ggplot2" ,r-ggplot2)
14084 ("r-gridgraphics" ,r-gridgraphics)
14085 ("r-rvcheck" ,r-rvcheck)))
14086 (home-page "https://github.com/GuangchuangYu/ggplotify")
14087 (synopsis "Convert plots to @code{grob} or @code{ggplot} object")
14088 (description
14089 "This package provides tools to convert plot function calls (using
14090 expression or formula) to @code{grob} or @code{ggplot} objects that are
14091 compatible with the @code{grid} and @code{ggplot2} environment. With this
14092 package, we are able to e.g. use @code{cowplot} to align plots produced by
14093 @code{base} graphics, @code{grid}, @code{lattice}, @code{vcd} etc. by
14094 converting them to @code{ggplot} objects.")
14095 (license license:artistic2.0)))
14096
14097 (define-public r-triebeard
14098 (package
14099 (name "r-triebeard")
14100 (version "0.3.0")
14101 (source
14102 (origin
14103 (method url-fetch)
14104 (uri (cran-uri "triebeard" version))
14105 (sha256
14106 (base32
14107 "1hqyz57gph02c9fdc07lxz113bbklif3g18sw8jan6pakhhdc7dz"))))
14108 (build-system r-build-system)
14109 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
14110 (home-page "https://github.com/Ironholds/triebeard/")
14111 (synopsis "Radix trees in Rcpp")
14112 (description
14113 "Radix trees, or tries, are key-value data structures optimized for
14114 efficient lookups, similar in purpose to hash tables. This package provides
14115 an implementation of radix trees for use in R programming and in developing
14116 packages with Rcpp.")
14117 (license license:expat)))
14118
14119 (define-public r-tweenr
14120 (package
14121 (name "r-tweenr")
14122 (version "1.0.1")
14123 (source
14124 (origin
14125 (method url-fetch)
14126 (uri (cran-uri "tweenr" version))
14127 (sha256
14128 (base32
14129 "0sq90pbln6lkc2q3zflhkxxwpqdw5dd7igrxhdnlynkdrmi83mpg"))))
14130 (build-system r-build-system)
14131 (propagated-inputs
14132 `(("r-farver" ,r-farver)
14133 ("r-magrittr" ,r-magrittr)
14134 ("r-rcpp" ,r-rcpp)
14135 ("r-rlang" ,r-rlang)))
14136 (home-page "https://github.com/thomasp85/tweenr")
14137 (synopsis "Interpolate data for smooth animations")
14138 (description
14139 "In order to create smooth animation between states of data, tweening is
14140 necessary. This package provides a range of functions for creating tweened
14141 data that can be used as basis for animation. Furthermore it adds a number of
14142 vectorized interpolaters for common R data types such as numeric, date and
14143 color.")
14144 (license license:expat)))
14145
14146 (define-public r-polyclip
14147 (package
14148 (name "r-polyclip")
14149 (version "1.10-0")
14150 (source
14151 (origin
14152 (method url-fetch)
14153 (uri (cran-uri "polyclip" version))
14154 (sha256
14155 (base32
14156 "0jyk4maqiblvj095jd59dr76kbniyli3v3xvy0a72ljszq6vrnkl"))))
14157 (build-system r-build-system)
14158 (native-inputs `(("pkg-config" ,pkg-config)))
14159 (home-page "http://www.angusj.com/delphi/clipper.php")
14160 (synopsis "Polygon clipping")
14161 (description
14162 "This package provides an R port of the library Clipper. It performs
14163 polygon clipping operations (intersection, union, set minus, set difference)
14164 for polygonal regions of arbitrary complexity, including holes. It computes
14165 offset polygons (spatial buffer zones, morphological dilations, Minkowski
14166 dilations) for polygonal regions and polygonal lines. It computes the
14167 Minkowski Sum of general polygons. There is a function for removing
14168 self-intersections from polygon data.")
14169 (license license:boost1.0)))
14170
14171 (define-public r-urltools
14172 (package
14173 (name "r-urltools")
14174 (version "1.7.3")
14175 (source
14176 (origin
14177 (method url-fetch)
14178 (uri (cran-uri "urltools" version))
14179 (sha256
14180 (base32
14181 "04x3my655dd287cbsszbnf75q0swmjlxxrblcsay7a8n3df3a830"))))
14182 (build-system r-build-system)
14183 (propagated-inputs
14184 `(("r-rcpp" ,r-rcpp)
14185 ("r-triebeard" ,r-triebeard)))
14186 (home-page "https://github.com/Ironholds/urltools/")
14187 (synopsis "Vectorized tools for URL handling and parsing")
14188 (description
14189 "This package provides a toolkit for all URL-handling needs, including
14190 encoding and decoding, parsing, parameter extraction and modification. All
14191 functions are designed to be both fast and entirely vectorized. It is
14192 intended to be useful for people dealing with web-related datasets, such as
14193 server-side logs, although may be useful for other situations involving large
14194 sets of URLs.")
14195 (license license:expat)))
14196
14197 (define-public r-ggforce
14198 (package
14199 (name "r-ggforce")
14200 (version "0.3.1")
14201 (source
14202 (origin
14203 (method url-fetch)
14204 (uri (cran-uri "ggforce" version))
14205 (sha256
14206 (base32
14207 "04926cqrda6psvy2nzkkw4czwyxdp7fnxg76byp14v12kgd72lm0"))))
14208 (build-system r-build-system)
14209 (propagated-inputs
14210 `(("r-ggplot2" ,r-ggplot2)
14211 ("r-gtable" ,r-gtable)
14212 ("r-mass" ,r-mass)
14213 ("r-polyclip" ,r-polyclip)
14214 ("r-rcpp" ,r-rcpp)
14215 ("r-rcppeigen" ,r-rcppeigen)
14216 ("r-rlang" ,r-rlang)
14217 ("r-scales" ,r-scales)
14218 ("r-tidyselect" ,r-tidyselect)
14219 ("r-tweenr" ,r-tweenr)
14220 ("r-withr" ,r-withr)))
14221 (home-page "https://ggforce.data-imaginist.com")
14222 (synopsis "Accelerating ggplot2")
14223 (description
14224 "The aim of the ggplot2 package is to aid in visual data investigations.
14225 This focus has led to a lack of facilities for composing specialized plots.
14226 Thi package aims to be a collection of mainly new statistics and geometries
14227 that fills this gap.")
14228 (license license:expat)))
14229
14230 (define-public r-europepmc
14231 (package
14232 (name "r-europepmc")
14233 (version "0.3")
14234 (source
14235 (origin
14236 (method url-fetch)
14237 (uri (cran-uri "europepmc" version))
14238 (sha256
14239 (base32
14240 "1ngqs1sqzkbwv98dd5z4cxj8bnz41wyd0g060a2vpqi3s99s4i2h"))))
14241 (build-system r-build-system)
14242 (propagated-inputs
14243 `(("r-dplyr" ,r-dplyr)
14244 ("r-httr" ,r-httr)
14245 ("r-jsonlite" ,r-jsonlite)
14246 ("r-plyr" ,r-plyr)
14247 ("r-progress" ,r-progress)
14248 ("r-purrr" ,r-purrr)
14249 ("r-urltools" ,r-urltools)
14250 ("r-xml2" ,r-xml2)))
14251 (home-page "https://github.com/ropensci/europepmc/")
14252 (synopsis "R Interface to the Europe PubMed Central RESTful Web Service")
14253 (description
14254 "This package provides an R Client for the
14255 @url{https://europepmc.org/RestfulWebService,Europe PubMed Central RESTful Web
14256 Service}. It gives access to both metadata on life science literature and
14257 open access full texts. Europe PMC indexes all PubMed content and other
14258 literature sources including Agricola, a bibliographic database of citations
14259 to the agricultural literature, or Biological Patents. In addition to
14260 bibliographic metadata, the client allows users to fetch citations and
14261 reference lists. Links between life-science literature and other EBI
14262 databases, including ENA, PDB or ChEMBL are also accessible.")
14263 (license license:gpl3)))
14264
14265 (define-public r-ggraph
14266 (package
14267 (name "r-ggraph")
14268 (version "2.0.1")
14269 (source
14270 (origin
14271 (method url-fetch)
14272 (uri (cran-uri "ggraph" version))
14273 (sha256
14274 (base32
14275 "0q2yqsb981a2arf9j530kqs61vw38ixyxbhb6yvv7skgbck02r6y"))))
14276 (build-system r-build-system)
14277 (propagated-inputs
14278 `(("r-digest" ,r-digest)
14279 ("r-dplyr" ,r-dplyr)
14280 ("r-ggforce" ,r-ggforce)
14281 ("r-ggplot2" ,r-ggplot2)
14282 ("r-ggrepel" ,r-ggrepel)
14283 ("r-graphlayouts" ,r-graphlayouts)
14284 ("r-gtable" ,r-gtable)
14285 ("r-igraph" ,r-igraph)
14286 ("r-mass" ,r-mass)
14287 ("r-rcpp" ,r-rcpp)
14288 ("r-rlang" ,r-rlang)
14289 ("r-scales" ,r-scales)
14290 ("r-tidygraph" ,r-tidygraph)
14291 ("r-viridis" ,r-viridis)))
14292 (home-page "https://cran.r-project.org/web/packages/ggraph/")
14293 (synopsis "Implementation of grammar of graphics for graphs and networks")
14294 (description
14295 "The grammar of graphics as implemented in ggplot2 is a poor fit for
14296 graph and network visualizations due to its reliance on tabular data input.
14297 The ggraph package is an extension of the ggplot2 API tailored to graph
14298 visualizations and provides the same flexible approach to building up plots
14299 layer by layer.")
14300 (license license:gpl3)))
14301
14302 (define-public r-varselrf
14303 (package
14304 (name "r-varselrf")
14305 (version "0.7-8")
14306 (source
14307 (origin
14308 (method url-fetch)
14309 (uri (cran-uri "varSelRF" version))
14310 (sha256
14311 (base32
14312 "0h49rl1j13yfh97rsfsyh9s2c4wajny4rzms2qw77d0cavxqg53i"))))
14313 (properties `((upstream-name . "varSelRF")))
14314 (build-system r-build-system)
14315 (propagated-inputs
14316 `(("r-randomforest" ,r-randomforest)))
14317 (home-page "http://ligarto.org/rdiaz/Software/Software.html")
14318 (synopsis "Variable selection using random forests")
14319 (description
14320 "This package provides tools for the variable selection from random
14321 forests using both backwards variable elimination (for the selection of small
14322 sets of non-redundant variables) and selection based on the importance
14323 spectrum (somewhat similar to scree plots; for the selection of large,
14324 potentially highly-correlated variables). The main applications are in
14325 high-dimensional data (e.g., microarray data, and other genomics and
14326 proteomics applications).")
14327 (license license:gpl2+)))
14328
14329 (define-public r-pamr
14330 (package
14331 (name "r-pamr")
14332 (version "1.56.1")
14333 (source
14334 (origin
14335 (method url-fetch)
14336 (uri (cran-uri "pamr" version))
14337 (sha256
14338 (base32
14339 "0ycpgkk23y3zzkb42n2skcyl35ps1n7jmyzfj7pbxr3f6gr2grfh"))))
14340 (build-system r-build-system)
14341 (propagated-inputs
14342 `(("r-cluster" ,r-cluster)
14343 ("r-survival" ,r-survival)))
14344 (native-inputs `(("gfortran" ,gfortran)))
14345 (home-page "https://cran.r-project.org/web/packages/pamr/")
14346 (synopsis "Prediction Analysis for Microarrays")
14347 (description
14348 "This package provides some functions for sample classification in
14349 microarrays.")
14350 (license license:gpl2)))
14351
14352 (define-public r-rda
14353 (package
14354 (name "r-rda")
14355 (version "1.0.2-2.1")
14356 (source
14357 (origin
14358 (method url-fetch)
14359 (uri (cran-uri "rda" version))
14360 (sha256
14361 (base32
14362 "1y4fawslr3i6crjaxhsdb47kfsqkyszdx6avq3r5far5a4pvc639"))))
14363 (build-system r-build-system)
14364 (home-page "https://cran.r-project.org/web/packages/rda/")
14365 (synopsis "Shrunken centroids regularized discriminant analysis")
14366 (description
14367 "This package provides tools for shrunken centroids regularized
14368 discriminant analysis for the purpose of classifying high dimensional data.")
14369 (license license:gpl2+)))
14370
14371 (define-public r-ggvis
14372 (package
14373 (name "r-ggvis")
14374 (version "0.4.5")
14375 (source
14376 (origin
14377 (method url-fetch)
14378 (uri (cran-uri "ggvis" version))
14379 (sha256
14380 (base32
14381 "091i9f17912j8qcyxppjgwzjnyqj7769ixs9d2gjg6f2clskqdw2"))))
14382 (build-system r-build-system)
14383 (propagated-inputs
14384 `(("r-assertthat" ,r-assertthat)
14385 ("r-dplyr" ,r-dplyr)
14386 ("r-htmltools" ,r-htmltools)
14387 ("r-jsonlite" ,r-jsonlite)
14388 ("r-lazyeval" ,r-lazyeval)
14389 ("r-magrittr" ,r-magrittr)
14390 ("r-shiny" ,r-shiny)))
14391 (home-page "https://ggvis.rstudio.com/")
14392 (synopsis "Interactive grammar of graphics")
14393 (description
14394 "This package is a data visualization package for R providing an
14395 implementation of an interactive grammar of graphics, taking the best parts of
14396 ggplot2, combining them with the reactive framework of Shiny and drawing web
14397 graphics using Vega.")
14398 (license license:gpl2)))
14399
14400 (define-public r-gbm
14401 (package
14402 (name "r-gbm")
14403 (version "2.1.5")
14404 (source
14405 (origin
14406 (method url-fetch)
14407 (uri (cran-uri "gbm" version))
14408 (sha256
14409 (base32
14410 "0vs6ljaqhwwpgr8wlbhmm4v147rd82kl16rpaijqiylxcc8dxyq6"))))
14411 (build-system r-build-system)
14412 (propagated-inputs
14413 `(("r-gridextra" ,r-gridextra)
14414 ("r-lattice" ,r-lattice)
14415 ("r-survival" ,r-survival)))
14416 (home-page "https://github.com/gbm-developers/gbm")
14417 (synopsis "Generalized boosted regression models")
14418 (description
14419 "This package is an implementation of extensions to Freund and Schapire's
14420 AdaBoost algorithm and Friedman's gradient boosting machine. It includes
14421 regression methods for least squares, absolute loss, t-distribution loss,
14422 quantile regression, logistic, multinomial logistic, Poisson, Cox proportional
14423 hazards partial likelihood, AdaBoost exponential loss, Huberized hinge loss,
14424 and Learning to Rank measures (LambdaMart).")
14425 (license license:gpl2+)))
14426
14427 (define-public r-threejs
14428 (package
14429 (name "r-threejs")
14430 (version "0.3.3")
14431 (source
14432 (origin
14433 (method url-fetch)
14434 (uri (cran-uri "threejs" version))
14435 (sha256
14436 (base32
14437 "1711h351nzxfkbbdwvfzyhciyvi9c6wx3jq1g97lzcqgnb45kivn"))))
14438 (build-system r-build-system)
14439 (arguments
14440 `(#:modules ((guix build utils)
14441 (guix build r-build-system)
14442 (srfi srfi-1)
14443 (ice-9 popen))
14444 #:phases
14445 (modify-phases %standard-phases
14446 (add-after 'unpack 'process-javascript
14447 (lambda* (#:key inputs #:allow-other-keys)
14448 (with-directory-excursion "inst"
14449 (call-with-values
14450 (lambda ()
14451 (unzip2
14452 `((,(assoc-ref inputs "js-jquery")
14453 "htmlwidgets/lib/jquery/jquery.min.js")
14454 (,(assoc-ref inputs "js-threejs-111")
14455 "htmlwidgets/lib/threejs-111/three.min.js"))))
14456 (lambda (sources targets)
14457 (for-each (lambda (source target)
14458 (format #t "Processing ~a --> ~a~%"
14459 source target)
14460 (delete-file target)
14461 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
14462 (call-with-output-file target
14463 (lambda (port)
14464 (dump-port minified port)))))
14465 sources targets))))
14466 #t)))))
14467 (propagated-inputs
14468 `(("r-base64enc" ,r-base64enc)
14469 ("r-crosstalk" ,r-crosstalk)
14470 ("r-htmlwidgets" ,r-htmlwidgets)
14471 ("r-igraph" ,r-igraph)))
14472 (native-inputs
14473 `(("uglify-js" ,uglify-js)
14474 ("js-jquery"
14475 ,(origin
14476 (method url-fetch)
14477 (uri "https://code.jquery.com/jquery-1.12.4.js")
14478 (sha256
14479 (base32
14480 "0x9mrc1668icvhpwzvgafm8xm11x9lfai9nwr66aw6pjnpwkc3s3"))))
14481 ("js-threejs-111"
14482 ,(origin
14483 (method url-fetch)
14484 (uri "https://raw.githubusercontent.com/mrdoob/three.js/r111/build/three.js")
14485 (sha256
14486 (base32
14487 "1cxdkw3plmlw1xvhbx5dm39gqczgzxip2dm887v6whhsxqxl9cky"))))))
14488 (home-page "https://bwlewis.github.io/rthreejs")
14489 (synopsis "Interactive 3D scatter plots, networks and globes")
14490 (description
14491 "Create interactive 3D scatter plots, network plots, and globes in R
14492 using the three.js visualization library.")
14493 (license license:expat)))
14494
14495 (define-public r-mlbench
14496 (package
14497 (name "r-mlbench")
14498 (version "2.1-1")
14499 (source
14500 (origin
14501 (method url-fetch)
14502 (uri (cran-uri "mlbench" version))
14503 (sha256
14504 (base32
14505 "1rp035qxfgh5ail92zjh9jh57dj0b8babw3wsg29v8ricpal30bl"))))
14506 (build-system r-build-system)
14507 (home-page "https://cran.r-project.org/web/packages/mlbench/")
14508 (synopsis "Machine learning benchmark problems")
14509 (description
14510 "This package provides a collection of artificial and real-world machine
14511 learning benchmark problems, including, e.g., several data sets from the UCI
14512 repository.")
14513 (license license:gpl2)))
14514
14515 (define-public r-mpm
14516 (package
14517 (name "r-mpm")
14518 (version "1.0-22")
14519 (source
14520 (origin
14521 (method url-fetch)
14522 (uri (cran-uri "mpm" version))
14523 (sha256
14524 (base32
14525 "0wijw8v0wmbfrda5564cmnp788qmlkk21yn5cp5qk8aprm9l1fnk"))))
14526 (build-system r-build-system)
14527 (propagated-inputs
14528 `(("r-kernsmooth" ,r-kernsmooth)
14529 ("r-mass" ,r-mass)))
14530 (home-page "http://mpm.r-forge.r-project.org")
14531 (synopsis "Multivariate projection methods")
14532 (description
14533 "This is a package for exploratory graphical analysis of multivariate
14534 data, specifically gene expression data with different projection methods:
14535 principal component analysis, correspondence analysis, spectral map
14536 analysis.")
14537 (license license:gpl2+)))
14538
14539 (define-public r-png
14540 (package
14541 (name "r-png")
14542 (version "0.1-7")
14543 (source (origin
14544 (method url-fetch)
14545 (uri (cran-uri "png" version))
14546 (sha256
14547 (base32
14548 "0g2mcp55lvvpx4kd3mn225mpbxqcq73wy5qx8b4lyf04iybgysg2"))))
14549 (build-system r-build-system)
14550 (inputs
14551 `(("libpng" ,libpng)
14552 ("zlib" ,zlib)))
14553 (home-page "https://www.rforge.net/png/")
14554 (synopsis "Read and write PNG images")
14555 (description
14556 "This package provides an easy and simple way to read, write and display
14557 bitmap images stored in the PNG format. It can read and write both files and
14558 in-memory raw vectors.")
14559 ;; Any of these GPL versions.
14560 (license (list license:gpl2 license:gpl3))))
14561
14562 (define-public r-ggcorrplot
14563 (package
14564 (name "r-ggcorrplot")
14565 (version "0.1.3")
14566 (source
14567 (origin
14568 (method url-fetch)
14569 (uri (cran-uri "ggcorrplot" version))
14570 (sha256
14571 (base32
14572 "0hi9lz121ya1l2lbm7rqlxg6fs6bvxck396dngnidrhl5fvqb41b"))))
14573 (build-system r-build-system)
14574 (propagated-inputs
14575 `(("r-ggplot2" ,r-ggplot2)
14576 ("r-reshape2" ,r-reshape2)))
14577 (home-page "http://www.sthda.com/english/wiki/ggcorrplot")
14578 (synopsis "Visualization of a correlation matrix using ggplot2")
14579 (description
14580 "The ggcorrplot package can be used to visualize easily a correlation
14581 matrix using ggplot2. It provides a solution for reordering the correlation
14582 matrix and displays the significance level on the plot. It also includes a
14583 function for computing a matrix of correlation p-values.")
14584 (license license:gpl2)))
14585
14586 (define-public r-flexdashboard
14587 (package
14588 (name "r-flexdashboard")
14589 (version "0.5.1.1")
14590 (source
14591 (origin
14592 (method url-fetch)
14593 (uri (cran-uri "flexdashboard" version))
14594 (sha256
14595 (base32
14596 "0fy3nbrr67zqgd44r2mc850s5sp0hzfcw3zqs15m8kxzj1aw067x"))))
14597 (build-system r-build-system)
14598 (arguments
14599 `(#:modules ((guix build utils)
14600 (guix build r-build-system)
14601 (srfi srfi-1)
14602 (srfi srfi-26)
14603 (ice-9 popen)
14604 (ice-9 textual-ports))
14605 #:phases
14606 (modify-phases %standard-phases
14607 (add-after 'unpack 'process-javascript
14608 (lambda* (#:key inputs #:allow-other-keys)
14609 (with-directory-excursion "inst"
14610 ;; Concatenate all components of prism.js
14611 (let ((contents (string-join
14612 (map (lambda (name)
14613 (call-with-input-file
14614 (assoc-ref inputs name)
14615 get-string-all))
14616 (list "js-prism"
14617 "js-prism-r"
14618 "js-prism-line-numbers"))
14619 "\n")))
14620 (call-with-output-file "prism-src.js"
14621 (cut display contents <>)))
14622 (call-with-values
14623 (lambda ()
14624 (unzip2
14625 `(("www/stickytableheaders/jquery.stickytableheaders.js"
14626 "www/stickytableheaders/jquery.stickytableheaders.min.js")
14627 ("www/sly/sly.js"
14628 "www/sly/sly.min.js")
14629 ("prism-src.js"
14630 "www/prism/prism.js")
14631 (,(assoc-ref inputs "js-raphael")
14632 "htmlwidgets/lib/raphael/raphael-2.1.4.min.js")
14633 (,(assoc-ref inputs "js-featherlight")
14634 "www/featherlight/featherlight.min.js"))))
14635 (lambda (sources targets)
14636 (for-each (lambda (source target)
14637 (format #t "Processing ~a --> ~a~%"
14638 source target)
14639 (delete-file target)
14640 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
14641 (call-with-output-file target
14642 (lambda (port)
14643 (dump-port minified port)))))
14644 sources targets))))
14645 #t)))))
14646 (propagated-inputs
14647 `(("r-htmltools" ,r-htmltools)
14648 ("r-htmlwidgets" ,r-htmlwidgets)
14649 ("r-jsonlite" ,r-jsonlite)
14650 ("r-knitr" ,r-knitr)
14651 ("r-rmarkdown" ,r-rmarkdown)
14652 ("r-shiny" ,r-shiny)))
14653 (native-inputs
14654 `(("uglify-js" ,uglify-js)
14655 ("js-raphael"
14656 ,(origin
14657 (method url-fetch)
14658 (uri "https://raw.githubusercontent.com/DmitryBaranovskiy/raphael/v2.1.4/raphael.js")
14659 (sha256
14660 (base32
14661 "1h4c4akrgcj7wra9j1z1rv2406j0yf68y9c0wg8v7w9ibw2iwf1x"))))
14662 ("js-prism"
14663 ,(origin
14664 (method url-fetch)
14665 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/prism.js")
14666 (sha256
14667 (base32
14668 "0gqa9irbp9k8p5r3d98cszajzhjnssnl43nrsc5aiy7ki52z500c"))))
14669 ("js-prism-r"
14670 ,(origin
14671 (method url-fetch)
14672 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/components/prism-r.js")
14673 (sha256
14674 (base32
14675 "1x31glci7wdgr2305njy0bm2lncb0jyn0j1s2g72rqi29xid9aki"))))
14676 ("js-prism-line-numbers"
14677 ,(origin
14678 (method url-fetch)
14679 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/plugins/line-numbers/prism-line-numbers.js")
14680 (sha256
14681 (base32
14682 "1543wgf3iynrilyb27jq8px3h5gvfz5xmdib5ik2ki400c1sl991"))))
14683 ("js-featherlight"
14684 ,(origin
14685 (method url-fetch)
14686 (uri "https://raw.githubusercontent.com/noelboss/featherlight/1.3.4/src/featherlight.js")
14687 (sha256
14688 (base32
14689 "14kkhwzvp8rxq2mrck5i0xcm8v5rqwqhwnmncbng8h4qq42zx3sb"))))))
14690 (home-page "https://rmarkdown.rstudio.com/flexdashboard")
14691 (synopsis "R Markdown format for flexible dashboards")
14692 (description
14693 "This package provides an R Markdown format for converting an R Markdown
14694 document to a grid-oriented dashboard. The dashboard flexibly adapts the size
14695 of its components to the containing web page.")
14696 (license license:expat)))
14697
14698 (define-public r-preseqr
14699 (package
14700 (name "r-preseqr")
14701 (version "4.0.0")
14702 (source
14703 (origin
14704 (method url-fetch)
14705 (uri (cran-uri "preseqR" version))
14706 (sha256
14707 (base32
14708 "1g2rnnmi45649vpy6z45v5i3wxm54s138ajqrzwi3a5r7x3xnhq1"))))
14709 (properties `((upstream-name . "preseqR")))
14710 (build-system r-build-system)
14711 (propagated-inputs
14712 `(("r-polynom" ,r-polynom)))
14713 (home-page "https://cran.r-project.org/web/packages/preseqR/")
14714 (synopsis "Predicting species accumulation curves")
14715 (description
14716 "This package can be used to predict the r-species accumulation
14717 curve (r-SAC), which is the number of species represented at least r times as
14718 a function of the sampling effort. When r = 1, the curve is known as the
14719 species accumulation curve, or the library complexity curve in high-throughput
14720 genomic sequencing. The package includes both parametric and nonparametric
14721 methods, as described by Deng C, et al. (2018).")
14722 (license license:gpl3)))
14723
14724 (define-public r-mapplots
14725 (package
14726 (name "r-mapplots")
14727 (version "1.5.1")
14728 (source
14729 (origin
14730 (method url-fetch)
14731 (uri (cran-uri "mapplots" version))
14732 (sha256
14733 (base32
14734 "18s2y66f8vi8g2r8a25zbgp2xm079r8v8qxv0w71h8krycs6vs9p"))))
14735 (build-system r-build-system)
14736 (home-page "https://cran.r-project.org/web/packages/mapplots/")
14737 (synopsis "Data visualization on maps")
14738 (description
14739 "This package helps you create simple maps; add sub-plots like pie plots
14740 to a map or any other plot; format, plot and export gridded data. The package
14741 was developed for displaying fisheries data but most functions can be used for
14742 more generic data visualisation.")
14743 (license license:gpl2+)))
14744
14745 (define-public r-pmcmr
14746 (package
14747 (name "r-pmcmr")
14748 (version "4.3")
14749 (source
14750 (origin
14751 (method url-fetch)
14752 (uri (cran-uri "PMCMR" version))
14753 (sha256
14754 (base32
14755 "09bvdj2h1086r2cgy3myrhlylplxxlliv8nwx09c8kb1vn02i2ij"))))
14756 (properties `((upstream-name . "PMCMR")))
14757 (build-system r-build-system)
14758 (home-page "https://cran.r-project.org/web/packages/PMCMR/")
14759 (synopsis "Calculate pairwise multiple comparisons of mean rank sums")
14760 (description
14761 "This is a deprecated package for calculating pairwise multiple
14762 comparisons of mean rank sums. This package is superseded by the novel
14763 PMCMRplus package. The PMCMR package is no longer maintained, but kept for
14764 compatibility of dependent packages for some time.")
14765 (license license:gpl3+)))
14766
14767 (define-public r-downloader
14768 (package
14769 (name "r-downloader")
14770 (version "0.4")
14771 (source
14772 (origin
14773 (method url-fetch)
14774 (uri (cran-uri "downloader" version))
14775 (sha256
14776 (base32
14777 "1axggnsc27zzgr7snf41j3zd1vp3nfpmq4zj4d01axc709dyg40q"))))
14778 (build-system r-build-system)
14779 (propagated-inputs
14780 `(("r-digest" ,r-digest)))
14781 (home-page "https://github.com/wch/downloader")
14782 (synopsis "Download files over HTTP and HTTPS")
14783 (description
14784 "This package provides a wrapper for the @code{download.file} function,
14785 making it possible to download files over HTTPS across platforms. The
14786 @code{RCurl} package provides this functionality (and much more) but has
14787 external dependencies. This package has is implemented purely in R.")
14788 (license license:gpl2)))
14789
14790 (define-public r-rex
14791 (package
14792 (name "r-rex")
14793 (version "1.1.2")
14794 (source
14795 (origin
14796 (method url-fetch)
14797 (uri (cran-uri "rex" version))
14798 (sha256
14799 (base32
14800 "0alsadgjgass3wr8y5d247j12qqzg454sc84vpskclrkmz778g5x"))))
14801 (build-system r-build-system)
14802 (propagated-inputs
14803 `(("r-lazyeval" ,r-lazyeval)
14804 ("r-magrittr" ,r-magrittr)))
14805 (home-page "https://github.com/kevinushey/rex")
14806 (synopsis "Friendly regular expressions")
14807 (description
14808 "This package provides a friendly interface for the construction of
14809 regular expressions. Regular expressions are a very powerful feature, however
14810 they are often difficult to interpret. Rex allows you to build complex
14811 regular expressions from human readable expressions")
14812 (license license:expat)))
14813
14814 (define-public r-xmlparsedata
14815 (package
14816 (name "r-xmlparsedata")
14817 (version "1.0.3")
14818 (source
14819 (origin
14820 (method url-fetch)
14821 (uri (cran-uri "xmlparsedata" version))
14822 (sha256
14823 (base32
14824 "0gjr3l5z5dp276lchr2649as1rkj56d2mlvbr66yg393zzw50lsh"))))
14825 (properties `((upstream-name . "xmlparsedata")))
14826 (build-system r-build-system)
14827 (home-page "https://github.com/r-lib/xmlparsedata#readme")
14828 (synopsis "Parse data of @code{R} code as an @code{XML} tree")
14829 (description
14830 "This package provides tools to convert the output of
14831 @code{utils::getParseData()} to an @code{XML} tree, that one can search via
14832 @code{XPath}, and is easier to manipulate in general.")
14833 (license license:expat)))
14834
14835 (define-public r-cyclocomp
14836 (package
14837 (name "r-cyclocomp")
14838 (version "1.1.0")
14839 (source
14840 (origin
14841 (method url-fetch)
14842 (uri (cran-uri "cyclocomp" version))
14843 (sha256
14844 (base32
14845 "0gky3svk02wiajw7nfjh30684h3qxili4bvsab0m7b6cggw6bgyd"))))
14846 (properties `((upstream-name . "cyclocomp")))
14847 (build-system r-build-system)
14848 (propagated-inputs
14849 `(("r-callr" ,r-callr)
14850 ("r-crayon" ,r-crayon)
14851 ("r-desc" ,r-desc)
14852 ("r-remotes" ,r-remotes)
14853 ("r-withr" ,r-withr)))
14854 (home-page "https://github.com/MangoTheCat/cyclocomp")
14855 (synopsis "Cyclomatic complexity of R code")
14856 (description
14857 "Cyclomatic complexity is a software metric, used to indicate the
14858 complexity of a program. It is a quantitative measure of the number of
14859 linearly independent paths through a program's source code. This package
14860 provides tools to compute this metric.")
14861 (license license:expat)))
14862
14863 (define-public r-lintr
14864 (package
14865 (name "r-lintr")
14866 (version "2.0.1")
14867 (source
14868 (origin
14869 (method url-fetch)
14870 (uri (cran-uri "lintr" version))
14871 (sha256
14872 (base32
14873 "14yfh641afg6griaadbdciyr3k94fl55s055qwzghgk5gdsj61zy"))))
14874 (properties `((upstream-name . "lintr")))
14875 (build-system r-build-system)
14876 (propagated-inputs
14877 `(("r-codetools" ,r-codetools)
14878 ("r-crayon" ,r-crayon)
14879 ("r-cyclocomp" ,r-cyclocomp)
14880 ("r-digest" ,r-digest)
14881 ("r-httr" ,r-httr)
14882 ("r-jsonlite" ,r-jsonlite)
14883 ("r-knitr" ,r-knitr)
14884 ("r-rex" ,r-rex)
14885 ("r-rstudioapi" ,r-rstudioapi)
14886 ("r-testthat" ,r-testthat)
14887 ("r-xml2" ,r-xml2)
14888 ("r-xmlparsedata" ,r-xmlparsedata)))
14889 (home-page "https://github.com/jimhester/lintr")
14890 (synopsis "Linter for R code")
14891 (description "This package checks adherence to a given style, syntax
14892 errors and possible semantic issues. It supports on the fly checking of R
14893 code edited with @code{RStudio IDE}, @code{Emacs} and @code{Vim}.")
14894 (license license:expat)))
14895
14896 (define-public r-sctransform
14897 (package
14898 (name "r-sctransform")
14899 (version "0.2.1")
14900 (source
14901 (origin
14902 (method url-fetch)
14903 (uri (cran-uri "sctransform" version))
14904 (sha256
14905 (base32
14906 "07v3lzccsrkh1glfxd1q20r8f8gl9ls5az0s1dvxm4vcls0hlhyn"))))
14907 (build-system r-build-system)
14908 (propagated-inputs
14909 `(("r-future-apply" ,r-future-apply)
14910 ("r-ggplot2" ,r-ggplot2)
14911 ("r-gridextra" ,r-gridextra)
14912 ("r-mass" ,r-mass)
14913 ("r-matrix" ,r-matrix)
14914 ("r-rcpp" ,r-rcpp)
14915 ("r-rcppeigen" ,r-rcppeigen)
14916 ("r-reshape2" ,r-reshape2)))
14917 (home-page "https://github.com/ChristophH/sctransform")
14918 (synopsis "Variance stabilizing transformations for Single Cell UMI Data")
14919 (description
14920 "This package provides a normalization method for single-cell UMI count
14921 data using a variance stabilizing transformation. The transformation is based
14922 on a negative binomial regression model with regularized parameters. As part
14923 of the same regression framework, this package also provides functions for
14924 batch correction, and data correction.")
14925 (license license:gpl3)))
14926
14927 (define-public r-styler
14928 (package
14929 (name "r-styler")
14930 (version "1.3.2")
14931 (source
14932 (origin
14933 (method url-fetch)
14934 (uri (cran-uri "styler" version))
14935 (sha256
14936 (base32
14937 "1waglhsy2c53qjgd2qhlzda3z0lbzbwx9fkrfhac41y6h91mgkrz"))))
14938 (build-system r-build-system)
14939 (propagated-inputs
14940 `(("r-backports" ,r-backports)
14941 ("r-cli" ,r-cli)
14942 ("r-magrittr" ,r-magrittr)
14943 ("r-purrr" ,r-purrr)
14944 ("r-r-cache" ,r-r-cache)
14945 ("r-rematch2" ,r-rematch2)
14946 ("r-rlang" ,r-rlang)
14947 ("r-rprojroot" ,r-rprojroot)
14948 ("r-tibble" ,r-tibble)
14949 ("r-withr" ,r-withr)
14950 ("r-xfun" ,r-xfun)))
14951 (home-page "https://github.com/r-lib/styler")
14952 (synopsis "Non-invasive pretty printing of R code")
14953 (description
14954 "This is a package for pretty-printing R code without changing the user's
14955 formatting intent.")
14956 (license license:gpl3)))
14957
14958 (define-public r-scrime
14959 (package
14960 (name "r-scrime")
14961 (version "1.3.5")
14962 (source
14963 (origin
14964 (method url-fetch)
14965 (uri (cran-uri "scrime" version))
14966 (sha256
14967 (base32
14968 "0y2mh9fsffjf3i15bafpasa17z99c1s75r8g6h4hgcwfgpjx75sx"))))
14969 (build-system r-build-system)
14970 (home-page "https://cran.r-project.org/web/packages/scrime/")
14971 (synopsis "Analysis of high-dimensional categorical data such as SNP data")
14972 (description
14973 "This package provides tools for the analysis of high-dimensional data
14974 developed/implemented at the group \"Statistical Complexity Reduction In
14975 Molecular Epidemiology\" (SCRIME). The main focus is on SNP data, but most of
14976 the functions can also be applied to other types of categorical data.")
14977 (license license:gpl2)))
14978
14979 (define-public r-pbmcapply
14980 (package
14981 (name "r-pbmcapply")
14982 (version "1.5.0")
14983 (source
14984 (origin
14985 (method url-fetch)
14986 (uri (cran-uri "pbmcapply" version))
14987 (sha256
14988 (base32
14989 "0i58gcqpnbyvc448qfgm45b7rpbmrnagsvk1h1hsqchbbicfslnz"))))
14990 (build-system r-build-system)
14991 (home-page "https://github.com/kvnkuang/pbmcapply")
14992 (synopsis "Track the progress of apply procedures with a progress bar")
14993 (description
14994 "This light-weight package helps you track and visualize the progress of
14995 parallel versions of vectorized R functions of the @code{mc*apply} family.")
14996 (license license:expat)))
14997
14998 (define-public r-blme
14999 (package
15000 (name "r-blme")
15001 (version "1.0-4")
15002 (source
15003 (origin
15004 (method url-fetch)
15005 (uri (cran-uri "blme" version))
15006 (sha256
15007 (base32
15008 "1ca2b0248k0fj3lczn9shfjplz1sl4ay4v6djldizp2ch2vwdgy2"))))
15009 (build-system r-build-system)
15010 (propagated-inputs `(("r-lme4" ,r-lme4)))
15011 (home-page "https://github.com/vdorie/blme")
15012 (synopsis "Bayesian linear mixed-effects models")
15013 (description
15014 "This package provides tools for maximum a posteriori estimation for
15015 linear and generalized linear mixed-effects models in a Bayesian setting. It
15016 extends the lme4 package.")
15017 (license license:gpl2+)))
15018
15019 (define-public r-batchtools
15020 (package
15021 (name "r-batchtools")
15022 (version "0.9.12")
15023 (source
15024 (origin
15025 (method url-fetch)
15026 (uri (cran-uri "batchtools" version))
15027 (sha256
15028 (base32
15029 "16x524hvy9d8p7r4fi1c8mixcvzgsjbf3y0vxaa56ssbbab4p7f9"))))
15030 (build-system r-build-system)
15031 (propagated-inputs
15032 `(("r-backports" ,r-backports)
15033 ("r-base64url" ,r-base64url)
15034 ("r-brew" ,r-brew)
15035 ("r-checkmate" ,r-checkmate)
15036 ("r-data-table" ,r-data-table)
15037 ("r-digest" ,r-digest)
15038 ("r-fs" ,r-fs)
15039 ("r-progress" ,r-progress)
15040 ("r-r6" ,r-r6)
15041 ("r-rappdirs" ,r-rappdirs)
15042 ("r-stringi" ,r-stringi)
15043 ("r-withr" ,r-withr)))
15044 (home-page "https://github.com/mllg/batchtools")
15045 (synopsis "Tools for computation on batch systems")
15046 (description
15047 "As a successor of the packages BatchJobs and BatchExperiments, this
15048 package provides a parallel implementation of the Map function for high
15049 performance computing systems managed by various schedulers. A multicore and
15050 socket mode allow the parallelization on a local machines, and multiple
15051 machines can be hooked up via SSH to create a makeshift cluster. Moreover,
15052 the package provides an abstraction mechanism to define large-scale computer
15053 experiments in a well-organized and reproducible way.")
15054 (license license:lgpl3)))
15055
15056 (define-public r-clue
15057 (package
15058 (name "r-clue")
15059 (version "0.3-57")
15060 (source
15061 (origin
15062 (method url-fetch)
15063 (uri (cran-uri "clue" version))
15064 (sha256
15065 (base32
15066 "05rdcahawxlxci3fjxihjvvh33wqpxw50sx015165ab4nh3rsdkf"))))
15067 (build-system r-build-system)
15068 (propagated-inputs `(("r-cluster" ,r-cluster)))
15069 (home-page "https://cran.r-project.org/web/packages/clue/")
15070 (synopsis "Tools for analyzing cluster ensembles")
15071 (description "Cluster ensembles are collections of individual solutions to
15072 a given clustering problem which are useful or necessary to consider in a wide
15073 range of applications. This R package provides an extensible computational
15074 environment for creating and analyzing cluster ensembles, with basic data
15075 structures for representing partitions and hierarchies, and facilities for
15076 computing on them, including methods for measuring proximity and obtaining
15077 consensus and secondary clusterings.")
15078 (license license:gpl2)))
15079
15080 (define-public r-sitmo
15081 (package
15082 (name "r-sitmo")
15083 (version "2.0.1")
15084 (source
15085 (origin
15086 (method url-fetch)
15087 (uri (cran-uri "sitmo" version))
15088 (sha256
15089 (base32
15090 "0apdhwy3kxs39agsbvx5vn3xsgb22bf3jrwmr2cmqk9kmxbx740c"))))
15091 (build-system r-build-system)
15092 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
15093 (home-page "https://github.com/coatless/sitmo/")
15094 (synopsis "Parallel pseudo random number generator header files")
15095 (description
15096 "This package provides two high quality and fast PPRNGs that may be used
15097 in an OpenMP parallel environment. In addition, there is a generator for one
15098 dimensional low-discrepancy sequence.")
15099 (license license:expat)))
15100
15101 (define-public r-dqrng
15102 (package
15103 (name "r-dqrng")
15104 (version "0.2.1")
15105 (source
15106 (origin
15107 (method url-fetch)
15108 (uri (cran-uri "dqrng" version))
15109 (sha256
15110 (base32
15111 "0rp8q5zijlvaqmpnkwr314w9w40sj4fz7sqsdgsffcfvn42w2jg1"))))
15112 (build-system r-build-system)
15113 (propagated-inputs
15114 `(("r-bh" ,r-bh)
15115 ("r-rcpp" ,r-rcpp)
15116 ("r-sitmo" ,r-sitmo)))
15117 (home-page "https://www.daqana.org/dqrng")
15118 (synopsis "Fast pseudo random number generators")
15119 (description
15120 "Several fast random number generators are provided as C++ header-only
15121 libraries: the PCG family as well as Xoroshiro128+ and Xoshiro256+.
15122 Additionally, fast functions for generating random numbers according to a
15123 uniform, normal and exponential distribution are included. The latter two use
15124 the Ziggurat algorithm originally proposed by Marsaglia and Tsang. These
15125 functions are exported to R and as a C++ interface and are enabled for use
15126 with the default 64 bit generator from the PCG family, Xoroshiro128+ and
15127 Xoshiro256+ as well as the 64 bit version of the 20 rounds Threefry
15128 engine (Salmon et al., 2011) as provided by the package @code{sitmo}.")
15129 ;; This package includes code under CC0 and Apache 2.0 or Expat, but as a
15130 ;; whole is distributed under the terms of the AGPL 3.
15131 (license license:agpl3)))
15132
15133 (define-public r-dalex
15134 (package
15135 (name "r-dalex")
15136 (version "1.0.1")
15137 (source
15138 (origin
15139 (method url-fetch)
15140 (uri (cran-uri "DALEX" version))
15141 (sha256
15142 (base32
15143 "1jbyn57vn6d281a5y15h5d8ljin8cdb9lr7lbgggc950blyfv4g0"))))
15144 (properties `((upstream-name . "DALEX")))
15145 (build-system r-build-system)
15146 (propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
15147 (home-page "https://pbiecek.github.io/DALEX/")
15148 (synopsis "Descriptive machine learning explanations")
15149 (description
15150 "Machine Learning models are widely used and have various applications in
15151 classification or regression. Models created with boosting, bagging, stacking
15152 or similar techniques are often used due to their high performance, but such
15153 black-box models usually lack interpretability. The DALEX package contains
15154 various explainers that help to understand the link between input variables
15155 and model output.")
15156 ;; Any version of the GPL
15157 (license license:gpl3+)))
15158
15159 (define-public r-enrichr
15160 (package
15161 (name "r-enrichr")
15162 (version "2.1")
15163 (source
15164 (origin
15165 (method url-fetch)
15166 (uri (cran-uri "enrichR" version))
15167 (sha256
15168 (base32
15169 "0ymhzs9d2wl0s9rvbqc1hqb78mlzwhlc7mmijpfqkm5r720pf6m1"))))
15170 (properties `((upstream-name . "enrichR")))
15171 (build-system r-build-system)
15172 (propagated-inputs
15173 `(("r-httr" ,r-httr)
15174 ("r-rjson" ,r-rjson)))
15175 (home-page "https://cran.r-project.org/web/packages/enrichR/")
15176 (synopsis "R Interface to Enrichr database for analyzing gene sets")
15177 (description
15178 "This package provides an R interface to all Enrichr databases, a
15179 web-based tool for analyzing gene sets and returns any enrichment of common
15180 annotated biological functions.")
15181 (license license:gpl2+)))
15182
15183 (define-public r-plot3d
15184 (package
15185 (name "r-plot3d")
15186 (version "1.3")
15187 (source
15188 (origin
15189 (method url-fetch)
15190 (uri (cran-uri "plot3D" version))
15191 (sha256
15192 (base32
15193 "1jfzndnlci9a975qbcv66jiy2l46hs3f2049654x4jp3i4kyrr5r"))))
15194 (properties `((upstream-name . "plot3D")))
15195 (build-system r-build-system)
15196 (propagated-inputs `(("r-misc3d" ,r-misc3d)))
15197 (home-page "https://cran.r-project.org/web/packages/plot3D")
15198 (synopsis "Plot multi-dimensional data")
15199 (description
15200 "This package provides functions for viewing 2D and 3D data, including
15201 perspective plots, slice plots, surface plots, scatter plots, etc. It
15202 includes data sets from oceanography.")
15203 (license license:gpl3+)))
15204
15205 (define-public r-ggfortify
15206 (package
15207 (name "r-ggfortify")
15208 (version "0.4.8")
15209 (source
15210 (origin
15211 (method url-fetch)
15212 (uri (cran-uri "ggfortify" version))
15213 (sha256
15214 (base32
15215 "191q2z7w0l4v7swjlxs2hjgbjngw2838688s7ygnj0kigsm310f3"))))
15216 (build-system r-build-system)
15217 (propagated-inputs
15218 `(("r-dplyr" ,r-dplyr)
15219 ("r-ggplot2" ,r-ggplot2)
15220 ("r-gridextra" ,r-gridextra)
15221 ("r-scales" ,r-scales)
15222 ("r-stringr" ,r-stringr)
15223 ("r-tibble" ,r-tibble)
15224 ("r-tidyr" ,r-tidyr)))
15225 (home-page "https://github.com/sinhrks/ggfortify")
15226 (synopsis "Data visualization tools for statistical analysis results")
15227 (description
15228 "This package provides unified plotting tools for statistics commonly
15229 used, such as GLM, time series, PCA families, clustering and survival
15230 analysis. The package offers a single plotting interface for these analysis
15231 results and plots in a unified style using the @code{ggplot2} package.")
15232 (license license:gpl2)))
15233
15234 (define-public r-refmanager
15235 (package
15236 (name "r-refmanager")
15237 (version "1.2.12")
15238 (source
15239 (origin
15240 (method url-fetch)
15241 (uri (cran-uri "RefManageR" version))
15242 (sha256
15243 (base32
15244 "1hfxa1qacfryk36mpaqdhdgws5jwxiyy489ikd3wa18bp1wz8dkp"))))
15245 (properties `((upstream-name . "RefManageR")))
15246 (build-system r-build-system)
15247 (propagated-inputs
15248 `(("r-bibtex" ,r-bibtex)
15249 ("r-httr" ,r-httr)
15250 ("r-jsonlite" ,r-jsonlite)
15251 ("r-lubridate" ,r-lubridate)
15252 ("r-plyr" ,r-plyr)
15253 ("r-stringr" ,r-stringr)
15254 ("r-xml2" ,r-xml2)))
15255 (home-page "https://github.com/ropensci/RefManageR/")
15256 (synopsis "Straightforward BibTeX and BibLaTeX bibliography management")
15257 (description
15258 "This package provides tools for importing and working with bibliographic
15259 references. It greatly enhances the @code{bibentry} class by providing a
15260 class @code{BibEntry} which stores BibTeX and BibLaTeX references, supports
15261 UTF-8 encoding, and can be easily searched by any field, by date ranges, and
15262 by various formats for name lists (author by last names, translator by full
15263 names, etc.). Entries can be updated, combined, sorted, printed in a number
15264 of styles, and exported. BibTeX and BibLaTeX @code{.bib} files can be read
15265 into R and converted to @code{BibEntry} objects.")
15266 ;; Any of these licenses may be picked.
15267 (license (list license:gpl2 license:gpl3 license:bsd-3))))
15268
15269 (define-public r-citr
15270 (package
15271 (name "r-citr")
15272 (version "0.3.2")
15273 (source
15274 (origin
15275 (method url-fetch)
15276 (uri (cran-uri "citr" version))
15277 (sha256
15278 (base32
15279 "1qbarvafjb8jgkrnrhh6jw7mcglmjwf7dpdiibxf39jkmlhf7las"))))
15280 (build-system r-build-system)
15281 (propagated-inputs
15282 `(("r-assertthat" ,r-assertthat)
15283 ("r-curl" ,r-curl)
15284 ("r-httr" ,r-httr)
15285 ("r-miniui" ,r-miniui)
15286 ("r-refmanager" ,r-refmanager)
15287 ("r-rstudioapi" ,r-rstudioapi)
15288 ("r-shiny" ,r-shiny)
15289 ("r-shinyjs" ,r-shinyjs)
15290 ("r-yaml" ,r-yaml)))
15291 (home-page "https://github.com/crsh/citr")
15292 (synopsis "RStudio add-in to insert Markdown citations")
15293 (description
15294 "This package provides functions and an RStudio add-in that search a
15295 BibTeX or BibLaTeX file to create and insert formatted Markdown citations into
15296 the current document.")
15297 (license license:expat)))
15298
15299 (define-public r-xgboost
15300 (package
15301 (name "r-xgboost")
15302 (version "0.90.0.2")
15303 (source
15304 (origin
15305 (method url-fetch)
15306 (uri (cran-uri "xgboost" version))
15307 (sha256
15308 (base32
15309 "1gy9rzg43mjpfis893vf15drmbigfn0481zrzss9ajnmnk0q8194"))))
15310 (build-system r-build-system)
15311 (propagated-inputs
15312 `(("r-data-table" ,r-data-table)
15313 ("r-magrittr" ,r-magrittr)
15314 ("r-matrix" ,r-matrix)
15315 ("r-stringi" ,r-stringi)))
15316 (home-page "https://github.com/dmlc/xgboost")
15317 (synopsis "Extreme gradient boosting")
15318 (description
15319 "This package provides an R interface to Extreme Gradient Boosting, which
15320 is an efficient implementation of the gradient boosting framework from Chen
15321 and Guestrin (2016). The package includes efficient linear model solver and
15322 tree learning algorithms. The package can automatically do parallel
15323 computation on a single machine. It supports various objective functions,
15324 including regression, classification and ranking. The package is made to be
15325 extensible, so that users are also allowed to define their own objectives
15326 easily.")
15327 (license license:asl2.0)))
15328
15329 (define-public r-umap
15330 (package
15331 (name "r-umap")
15332 (version "0.2.4.1")
15333 (source
15334 (origin
15335 (method url-fetch)
15336 (uri (cran-uri "umap" version))
15337 (sha256
15338 (base32
15339 "1pnh3hv8ihiz2nszqp797lkrdhhna2a6mzpizbsk0s9m8cj4wxva"))))
15340 (build-system r-build-system)
15341 (propagated-inputs
15342 `(("r-openssl" ,r-openssl)
15343 ("r-rcpp" ,r-rcpp)
15344 ("r-reticulate" ,r-reticulate)
15345 ("r-rspectra" ,r-rspectra)))
15346 (home-page "https://github.com/tkonopka/umap")
15347 (synopsis "Uniform manifold approximation and projection")
15348 (description
15349 "Uniform manifold approximation and projection is a technique for
15350 dimension reduction. This package provides an interface to the UMAP algorithm
15351 in R, including a translation of the original algorithm into R.")
15352 (license license:expat)))
15353
15354 (define-public r-uwot
15355 (package
15356 (name "r-uwot")
15357 (version "0.1.5")
15358 (source
15359 (origin
15360 (method url-fetch)
15361 (uri (cran-uri "uwot" version))
15362 (sha256
15363 (base32
15364 "0pz9wa89xq4d119q86lskrznf979m0r1db8iaprcz7kxbi6b8lrj"))))
15365 (build-system r-build-system)
15366 (propagated-inputs
15367 `(("r-dqrng" ,r-dqrng)
15368 ("r-fnn" ,r-fnn)
15369 ("r-irlba" ,r-irlba)
15370 ("r-matrix" ,r-matrix)
15371 ("r-rcpp" ,r-rcpp)
15372 ("r-rcppannoy" ,r-rcppannoy)
15373 ("r-rcppparallel" ,r-rcppparallel)
15374 ("r-rcppprogress" ,r-rcppprogress)
15375 ("r-rspectra" ,r-rspectra)))
15376 (home-page "https://github.com/jlmelville/uwot")
15377 (synopsis "Uniform manifold approximation and projection")
15378 (description
15379 "This package provides an implementation of the Uniform Manifold
15380 Approximation and Projection dimensionality reduction by McInnes et
15381 al. (2018). It also provides means to transform new data and to carry out
15382 supervised dimensionality reduction. An implementation of the related
15383 LargeVis method of Tang et al. (2016) is also provided.")
15384 (license license:gpl3)))
15385
15386 (define-public r-kableextra
15387 (package
15388 (name "r-kableextra")
15389 (version "1.1.0")
15390 (source
15391 (origin
15392 (method url-fetch)
15393 (uri (cran-uri "kableExtra" version))
15394 (sha256
15395 (base32
15396 "1nicvw06xsf3a1f5c10mih07b76m2v5s5h165vmz0qx6n1a3492i"))))
15397 (properties `((upstream-name . "kableExtra")))
15398 (build-system r-build-system)
15399 (propagated-inputs
15400 `(("r-digest" ,r-digest)
15401 ("r-glue" ,r-glue)
15402 ("r-htmltools" ,r-htmltools)
15403 ("r-knitr" ,r-knitr)
15404 ("r-magrittr" ,r-magrittr)
15405 ("r-readr" ,r-readr)
15406 ("r-rmarkdown" ,r-rmarkdown)
15407 ("r-rstudioapi" ,r-rstudioapi)
15408 ("r-rvest" ,r-rvest)
15409 ("r-scales" ,r-scales)
15410 ("r-stringr" ,r-stringr)
15411 ("r-viridislite" ,r-viridislite)
15412 ("r-webshot" ,r-webshot)
15413 ("r-xml2" ,r-xml2)))
15414 (home-page "https://haozhu233.github.io/kableExtra/")
15415 (synopsis "Construct complex tables with pipe syntax")
15416 (description
15417 "Build complex HTML or LaTeX tables using @code{kable()} from
15418 @code{knitr} and the piping syntax from @code{magrittr}. The function
15419 @code{kable()} is a light weight table generator coming from @code{knitr}.
15420 This package simplifies the way to manipulate the HTML or LaTeX codes
15421 generated by @code{kable()} and allows users to construct complex tables and
15422 customize styles using a readable syntax.")
15423 (license license:expat)))
15424
15425 (define-public r-glasso
15426 (package
15427 (name "r-glasso")
15428 (version "1.11")
15429 (source
15430 (origin
15431 (method url-fetch)
15432 (uri (cran-uri "glasso" version))
15433 (sha256
15434 (base32 "02p3612rpydk195n2qr77lp1j2w8zsw1ckkk98c8angm4r5q8dsc"))))
15435 (build-system r-build-system)
15436 (native-inputs `(("gfortran" ,gfortran)))
15437 (home-page "https://statweb.stanford.edu/~tibs/glasso/")
15438 (synopsis "Graphical Lasso: estimation of Gaussian graphical models")
15439 (description
15440 "This is a package for estimation of a sparse inverse covariance matrix
15441 using a lasso (L1) penalty. Facilities are provided for estimates along a
15442 path of values for the regularization parameter.")
15443 (license license:gpl2)))
15444
15445 (define-public r-rhpcblasctl
15446 (package
15447 (name "r-rhpcblasctl")
15448 (version "0.20-17")
15449 (source
15450 (origin
15451 (method url-fetch)
15452 (uri (cran-uri "RhpcBLASctl" version))
15453 (sha256
15454 (base32
15455 "0iwc06blr5sx7rylwczi2jrha8sk8qs0jklflwpidl0zj1jxdggp"))))
15456 (properties `((upstream-name . "RhpcBLASctl")))
15457 (build-system r-build-system)
15458 (home-page "http://prs.ism.ac.jp/~nakama/Rhpc/")
15459 (synopsis "Control the number of threads on BLAS")
15460 (description
15461 "This package allows you to control the number of threads the BLAS
15462 library uses. It is also possible to control the number of threads in
15463 OpenMP.")
15464 (license license:agpl3+)))
15465
15466 (define-public r-lda
15467 (package
15468 (name "r-lda")
15469 (version "1.4.2")
15470 (source
15471 (origin
15472 (method url-fetch)
15473 (uri (cran-uri "lda" version))
15474 (sha256
15475 (base32
15476 "03r4h5kgr8mfy44p66mfj5bp4k00g8zh4a1mhn46jw14pkhs21jn"))))
15477 (build-system r-build-system)
15478 (home-page "https://cran.r-project.org/web/packages/lda/")
15479 (synopsis "Collapsed Gibbs sampling methods for topic models")
15480 (description
15481 "This package implements @dfn{latent Dirichlet allocation} (LDA) and
15482 related models. This includes (but is not limited to) sLDA, corrLDA, and the
15483 mixed-membership stochastic blockmodel. Inference for all of these models is
15484 implemented via a fast collapsed Gibbs sampler written in C. Utility
15485 functions for reading/writing data typically used in topic models, as well as
15486 tools for examining posterior distributions are also included.")
15487 ;; Any version of the LGPL
15488 (license license:lgpl3+)))
15489
15490 (define-public r-rann-l1
15491 (package
15492 (name "r-rann-l1")
15493 (version "2.5.2")
15494 (source
15495 (origin
15496 (method url-fetch)
15497 (uri (cran-uri "RANN.L1" version))
15498 (sha256
15499 (base32
15500 "1hanh3my84mdr5wy6b89fawqzfc184vff1y65wy4l5ld9qza1n44"))))
15501 (properties `((upstream-name . "RANN.L1")))
15502 (build-system r-build-system)
15503 (home-page "https://github.com/jefferis/RANN/tree/master-L1")
15504 (synopsis "Fast nearest neighbour search using L1 metric")
15505 (description
15506 "This package provides tools to find the k nearest neighbours for every
15507 point in a given dataset in O(N log N) time using Arya and Mount's ANN
15508 library. There is support for approximate as well as exact searches, fixed
15509 radius searches and @code{bd} as well as @code{kd} trees. The distance is
15510 computed using the L1 (Manhattan, taxicab) metric.")
15511 (license license:gpl3+)))
15512
15513 (define-public r-leiden
15514 (package
15515 (name "r-leiden")
15516 (version "0.3.3")
15517 (source
15518 (origin
15519 (method url-fetch)
15520 (uri (cran-uri "leiden" version))
15521 (sha256
15522 (base32
15523 "1hh6bmbz6cpqwl4i94gxylgv9x92zbqdg81r8r4ymfy8c70f3df2"))))
15524 (properties `((upstream-name . "leiden")))
15525 (build-system r-build-system)
15526 (propagated-inputs
15527 `(("r-igraph" ,r-igraph)
15528 ("r-matrix" ,r-matrix)
15529 ("r-reticulate" ,r-reticulate)))
15530 (home-page "https://github.com/TomKellyGenetics/leiden")
15531 (synopsis "R implementation of Leiden clustering algorithm")
15532 (description
15533 "This package implements the Python @code{leidenalg} module to be called
15534 in R. It enables clustering using the Leiden algorithm for partitioning a
15535 graph into communities. See also Traag et al (2018) \"From Louvain to Leiden:
15536 guaranteeing well-connected communities.\" <arXiv:1810.08473>.")
15537 (license license:gpl3)))
15538
15539 (define-public r-patchwork
15540 ;; There has been no public release yet.
15541 (let ((commit "fd7958bae3e7a1e30237c751952e412a0a1d1242")
15542 (revision "1"))
15543 (package
15544 (name "r-patchwork")
15545 (version (git-version "0.0.1" revision commit))
15546 (source
15547 (origin
15548 (method git-fetch)
15549 (uri (git-reference
15550 (url "https://github.com/thomasp85/patchwork.git")
15551 (commit commit)))
15552 (file-name (git-file-name name version))
15553 (sha256
15554 (base32
15555 "00fq520xwy1ysg4k8x48x9b0yy9wyi8y8zj6dvxjg4bwx0yyp6s4"))))
15556 (build-system r-build-system)
15557 (propagated-inputs
15558 `(("r-ggplot2" ,r-ggplot2)
15559 ("r-gtable" ,r-gtable)))
15560 (home-page "https://github.com/thomasp85/patchwork")
15561 (synopsis "Compose ggplot2 plots")
15562 (description
15563 "The @code{ggplot2} package provides a strong API for sequentially
15564 building up a plot, but does not concern itself with composition of multiple
15565 plots. Patchwork is a package that expands the API to allow for arbitrarily
15566 complex composition of plots by providing mathmatical operators for combining
15567 multiple plots.")
15568 (license license:expat))))
15569
15570 (define-public r-liger
15571 (package
15572 (name "r-liger")
15573 (version "0.4.2")
15574 (source
15575 (origin
15576 (method git-fetch)
15577 (uri (git-reference
15578 (url "https://github.com/MacoskoLab/liger.git")
15579 (commit (string-append "v" version))))
15580 (file-name (git-file-name name version))
15581 (sha256
15582 (base32
15583 "16dzwwcpw6n78pxlc5w3kraigki35ix7zhd2cbx5f3y60bbkhlmx"))
15584 (modules '((guix build utils)))
15585 (snippet
15586 '(begin
15587 (delete-file "inst/java/ModularityOptimizer.jar")
15588 #t))))
15589 (build-system r-build-system)
15590 (arguments
15591 `(#:phases
15592 (modify-phases %standard-phases
15593 (add-after 'unpack 'build-java-part
15594 (lambda* (#:key inputs #:allow-other-keys)
15595 (invoke "unzip" (assoc-ref inputs "optimizer-src"))
15596 (for-each (lambda (file) (invoke "javac" file))
15597 (find-files "." "\\.java$"))
15598 (apply invoke "jar" "cf" "inst/java/ModularityOptimizer.jar"
15599 (find-files "." "\\.class$"))
15600 #t)))))
15601 (propagated-inputs
15602 `(("r-cowplot" ,r-cowplot)
15603 ("r-dosnow" ,r-dosnow)
15604 ("r-dplyr" ,r-dplyr)
15605 ("r-fnn" ,r-fnn)
15606 ("r-foreach" ,r-foreach)
15607 ("r-ggplot2" ,r-ggplot2)
15608 ("r-ggrepel" ,r-ggrepel)
15609 ("r-hmisc" ,r-hmisc)
15610 ("r-ica" ,r-ica)
15611 ("r-irlba" ,r-irlba)
15612 ("r-matrix" ,r-matrix)
15613 ("r-mclust" ,r-mclust)
15614 ("r-patchwork" ,r-patchwork)
15615 ("r-plyr" ,r-plyr)
15616 ("r-rann-l1" ,r-rann-l1)
15617 ("r-rcpp" ,r-rcpp)
15618 ("r-rcpparmadillo" ,r-rcpparmadillo)
15619 ("r-riverplot" ,r-riverplot)
15620 ("r-rtsne" ,r-rtsne)
15621 ("r-snow" ,r-snow)))
15622 (native-inputs
15623 `(("jdk" ,icedtea "jdk")
15624 ;; See https://github.com/MacoskoLab/liger/issues/96
15625 ;; The optimizer is released under the Expat license.
15626 ("optimizer-src"
15627 ,(origin
15628 (method url-fetch)
15629 (uri "http://www.ludowaltman.nl/slm/modularity_optimizer_source.zip")
15630 (sha256
15631 (base32
15632 "01hmm6sapcmldvayknqx2w4cav3qv71mwwkdkwj4qgq6dss09g18"))))
15633 ("unzip" ,unzip)
15634 ("r-knitr" ,r-knitr))) ; for vignettes
15635 (home-page "https://github.com/MacoskoLab/liger")
15636 (synopsis "Integrate and analyze multiple single-cell datasets")
15637 (description
15638 "LIGER is a package for integrating and analyzing multiple single-cell
15639 datasets, developed and maintained by the Macosko lab. It relies on
15640 integrative non-negative matrix factorization to identify shared and
15641 dataset-specific factors.")
15642 (license license:gpl3)))
15643
15644 (define-public r-harmony
15645 ;; There are no tagged commits
15646 (let ((commit "4d1653870d4dd70fff1807c182882db1fbf9af5a")
15647 (revision "1"))
15648 (package
15649 (name "r-harmony")
15650 (version (git-version "1.0" revision commit))
15651 (source
15652 (origin
15653 (method git-fetch)
15654 (uri (git-reference
15655 (url "https://github.com/immunogenomics/harmony")
15656 (commit commit)))
15657 (file-name (git-file-name name version))
15658 (sha256
15659 (base32
15660 "1gasdldr4aalr9h2q9kmm3y4i7azkgnhdn4bmvsszs7lg9xacw85"))))
15661 (build-system r-build-system)
15662 (propagated-inputs
15663 `(("r-cowplot" ,r-cowplot)
15664 ("r-dplyr" ,r-dplyr)
15665 ("r-ggplot2" ,r-ggplot2)
15666 ("r-irlba" ,r-irlba)
15667 ("r-matrix" ,r-matrix)
15668 ("r-rcpp" ,r-rcpp)
15669 ("r-rcpparmadillo" ,r-rcpparmadillo)
15670 ("r-rcppprogress" ,r-rcppprogress)
15671 ("r-rlang" ,r-rlang)
15672 ("r-tibble" ,r-tibble)
15673 ("r-tidyr" ,r-tidyr)))
15674 (home-page "https://github.com/immunogenomics/harmony")
15675 (synopsis "Integration of single cell sequencing data")
15676 (description
15677 "This package provides an implementation of the Harmony algorithm for
15678 single cell integration, described in Korsunsky et al
15679 @url{doi.org/10.1101/461954}. The package includes a standalone Harmony
15680 function and interfaces to external frameworks.")
15681 (license license:gpl3))))
15682
15683 (define-public r-covr
15684 (package
15685 (name "r-covr")
15686 (version "3.4.0")
15687 (source
15688 (origin
15689 (method url-fetch)
15690 (uri (cran-uri "covr" version))
15691 (sha256
15692 (base32 "0p44kr6yz5sqza5zvq6divqglzkpv0if9pjpjmzhmdaaddjrqzg5"))))
15693 (properties `((upstream-name . "covr")))
15694 (build-system r-build-system)
15695 (propagated-inputs
15696 `(("r-crayon" ,r-crayon)
15697 ("r-digest" ,r-digest)
15698 ("r-httr" ,r-httr)
15699 ("r-jsonlite" ,r-jsonlite)
15700 ("r-rex" ,r-rex)
15701 ("r-withr" ,r-withr)
15702 ("r-yaml" ,r-yaml)))
15703 (home-page "https://github.com/r-lib/covr")
15704 (synopsis "Test coverage for R packages")
15705 (description
15706 "Thisp package enables you to track and report code coverage for your
15707 package and (optionally) upload the results to a coverage service. Code
15708 coverage is a measure of the amount of code being exercised by a set of tests.
15709 It is an indirect measure of test quality and completeness. This package is
15710 compatible with any testing methodology or framework and tracks coverage of
15711 both R code and compiled C/C++/FORTRAN code.")
15712 (license license:gpl3)))
15713
15714 (define-public r-systemfonts
15715 (package
15716 (name "r-systemfonts")
15717 (version "0.1.1")
15718 (source
15719 (origin
15720 (method url-fetch)
15721 (uri (cran-uri "systemfonts" version))
15722 (sha256
15723 (base32
15724 "0m0ljid683xcam2f14x7k2zv1yx4npac38a3gfv11vhxfbnpgp0z"))))
15725 (properties `((upstream-name . "systemfonts")))
15726 (build-system r-build-system)
15727 (inputs
15728 `(("fontconfig" ,fontconfig)
15729 ("freetype" ,freetype)
15730 ("zlib" ,zlib)))
15731 (native-inputs
15732 `(("pkg-config" ,pkg-config)))
15733 (home-page "https://github.com/r-lib/systemfonts")
15734 (synopsis "System native font finding")
15735 (description
15736 "This package provides system native access to the font catalogue. As
15737 font handling varies between systems it is difficult to correctly locate
15738 installed fonts across different operating systems. The 'systemfonts' package
15739 provides bindings to the native libraries for finding font files that can then
15740 be used further by e.g. graphic devices.")
15741 (license license:expat)))
15742
15743 (define-public r-graphlayouts
15744 (package
15745 (name "r-graphlayouts")
15746 (version "0.5.0")
15747 (source
15748 (origin
15749 (method url-fetch)
15750 (uri (cran-uri "graphlayouts" version))
15751 (sha256
15752 (base32
15753 "03dizbhhdhnzbj2i5zvqgs617kwcv4h2pha4f16adic0fph1rxl3"))))
15754 (properties `((upstream-name . "graphlayouts")))
15755 (build-system r-build-system)
15756 (propagated-inputs
15757 `(("r-igraph" ,r-igraph)
15758 ("r-rcpp" ,r-rcpp)
15759 ("r-rcpparmadillo" ,r-rcpparmadillo)))
15760 (home-page "https://github.com/schochastics/graphlayouts")
15761 (synopsis "Additional layout algorithms for network visualizations")
15762 (description
15763 "This package provides several layout algorithms to visualize networks
15764 which are not part of the igraph library. Most are based on the concept of
15765 stress majorization by Gansner et al. (2004)
15766 <doi:10.1007/978-3-540-31843-9_25>. Some more specific algorithms allow to
15767 emphasize hidden group structures in networks or focus on specific nodes.")
15768 (license license:expat)))
15769
15770 (define-public r-tidygraph
15771 (package
15772 (name "r-tidygraph")
15773 (version "1.1.2")
15774 (source
15775 (origin
15776 (method url-fetch)
15777 (uri (cran-uri "tidygraph" version))
15778 (sha256
15779 (base32
15780 "1zpsarm74afbc7p5dlyb0whc09670qdcddw1ckb25cfc9hfh0hjn"))))
15781 (properties `((upstream-name . "tidygraph")))
15782 (build-system r-build-system)
15783 (propagated-inputs
15784 `(("r-dplyr" ,r-dplyr)
15785 ("r-igraph" ,r-igraph)
15786 ("r-magrittr" ,r-magrittr)
15787 ("r-pillar" ,r-pillar)
15788 ("r-r6" ,r-r6)
15789 ("r-rcpp" ,r-rcpp)
15790 ("r-rlang" ,r-rlang)
15791 ("r-tibble" ,r-tibble)
15792 ("r-tidyr" ,r-tidyr)))
15793 (home-page "https://github.com/thomasp85/tidygraph")
15794 (synopsis "Tidy API for graph manipulation")
15795 (description
15796 "This package provides a graph implementation that can be thought of as
15797 two tidy data frames describing node and edge data respectively. It provides
15798 an approach to manipulate these two virtual data frames using the API defined
15799 in the @code{dplyr} package, and it also provides tidy interfaces to a lot of
15800 common graph algorithms.")
15801 (license license:expat)))
15802
15803 (define-public r-soupx
15804 (let ((commit "a3354be76fb52fd795be6ddf163cf056c05c6cb8")
15805 (revision "1"))
15806 (package
15807 (name "r-soupx")
15808 (version (git-version "0.3.1" revision commit))
15809 (source
15810 (origin
15811 (method git-fetch)
15812 (uri (git-reference
15813 (url "https://github.com/constantAmateur/SoupX")
15814 (commit commit)))
15815 (file-name (git-file-name name version))
15816 (sha256
15817 (base32
15818 "1zmlyzrl0fz6l79gn2wswid670p88mm3y292is89sa5p3h7frr99"))))
15819 (properties `((upstream-name . "SoupX")))
15820 (build-system r-build-system)
15821 (propagated-inputs
15822 `(("r-ggplot2" ,r-ggplot2)
15823 ("r-matrix" ,r-matrix)
15824 ("r-seurat" ,r-seurat)))
15825 (home-page "https://github.com/constantAmateur/SoupX")
15826 (synopsis "Single cell mRNA Soup eXterminator")
15827 (description
15828 "This package provides a package for quantifying, profiling and
15829 removing cell free mRNA contamination (the \"soup\") from droplet based single
15830 cell RNA-seq experiments.")
15831 (license license:gpl2))))
15832
15833 (define-public r-assertr
15834 (package
15835 (name "r-assertr")
15836 (version "2.7")
15837 (source
15838 (origin
15839 (method url-fetch)
15840 (uri (cran-uri "assertr" version))
15841 (sha256
15842 (base32
15843 "1x868pd4dac1c7b1q5390wqh2f6s50km8nqcpim3nxcj2l4qkqdb"))))
15844 (build-system r-build-system)
15845 (propagated-inputs
15846 `(("r-dplyr" ,r-dplyr)
15847 ("r-mass" ,r-mass)
15848 ("r-rlang" ,r-rlang)))
15849 (native-inputs
15850 `(("r-knitr" ,r-knitr))) ; needed for vignette
15851 (home-page "https://github.com/ropensci/assertr")
15852 (synopsis "Assertive programming for R analysis pipelines")
15853 (description
15854 "This package provides functionality to assert conditions that have to be
15855 met so that errors in data used in analysis pipelines can fail quickly. It is
15856 similar to @code{stopifnot()} but more powerful, friendly, and easier for use
15857 in pipelines.")
15858 (license license:expat)))
15859
15860 (define-public r-parameters
15861 (package
15862 (name "r-parameters")
15863 (version "0.5.0")
15864 (source
15865 (origin
15866 (method url-fetch)
15867 (uri (cran-uri "parameters" version))
15868 (sha256
15869 (base32
15870 "19cblrq079svp5j3wgikw5fsdbsp1w0f2llm7kcf1rg5w1aagjr7"))))
15871 (properties `((upstream-name . "parameters")))
15872 (build-system r-build-system)
15873 (propagated-inputs
15874 `(("r-bayestestr" ,r-bayestestr)
15875 ("r-insight" ,r-insight)))
15876 (home-page "https://cran.r-project.org/web/packages/parameters")
15877 (synopsis "Processing of model parameters")
15878 (description
15879 "This package provides utilities for processing the parameters of various
15880 statistical models. Beyond computing p values, CIs, and other indices for a
15881 wide variety of models, this package implements features like standardization
15882 or bootstrapping of parameters and models, feature reduction (feature
15883 extraction and variable selection) as well as conversion between indices of
15884 effect size.")
15885 (license license:gpl3)))
15886
15887 (define-public r-rgdal
15888 (package
15889 (name "r-rgdal")
15890 (version "1.4-8")
15891 (source
15892 (origin
15893 (method url-fetch)
15894 (uri (cran-uri "rgdal" version))
15895 (sha256
15896 (base32 "1jd691amf3ghznq5im15gvhl6v6k25klpl75m4ngrqf9xlxaa3as"))))
15897 (properties `((upstream-name . "rgdal")))
15898 (build-system r-build-system)
15899 (inputs
15900 `(("gdal" ,gdal)
15901 ("proj.4" ,proj.4)
15902 ("zlib" ,zlib)))
15903 (propagated-inputs
15904 `(("r-sp" ,r-sp)))
15905 (native-inputs
15906 `(("pkg-config" ,pkg-config)))
15907 (home-page "http://rgdal.r-forge.r-project.org")
15908 (synopsis "Bindings for the Geospatial Data Abstraction Library")
15909 (description
15910 "This package provides bindings to the Geospatial Data Abstraction
15911 Library (GDAL) and access to projection/transformation operations from the
15912 PROJ.4 library.")
15913 (license license:gpl2+)))
15914
15915 (define-public r-insol
15916 (package
15917 (name "r-insol")
15918 (version "1.2.1")
15919 (source
15920 (origin
15921 (method url-fetch)
15922 (uri (cran-uri "insol" version))
15923 (sha256
15924 (base32
15925 "1d2vqmbp94ff80mfkmq4a8y12r6ryym8hh1568ip9qbn7snc64v1"))))
15926 (properties `((upstream-name . "insol")))
15927 (build-system r-build-system)
15928 (propagated-inputs
15929 `(("r-raster" ,r-raster)))
15930 (native-inputs
15931 `(("gfortran" ,gfortran)))
15932 (home-page "https://meteoexploration.com/R/insol/index.html")
15933 (synopsis "Tools for calculating solar radiation")
15934 (description
15935 "This package provides functions to compute insolation on tilted
15936 surfaces, computes atmospheric transmittance and related parameters such as:
15937 Earth radius vector, declination, sunset and sunrise, daylength, equation of
15938 time, vector in the direction of the sun, vector normal to surface, and some
15939 atmospheric physics.")
15940 (license license:gpl2+)))
15941
15942 (define-public r-lifecycle
15943 (package
15944 (name "r-lifecycle")
15945 (version "0.1.0")
15946 (source
15947 (origin
15948 (method url-fetch)
15949 (uri (cran-uri "lifecycle" version))
15950 (sha256
15951 (base32
15952 "11rk7hkw63rfrf4aqmb4xrb88kg95xh8hajpjvjfwjym2v02h74n"))))
15953 (properties `((upstream-name . "lifecycle")))
15954 (build-system r-build-system)
15955 (propagated-inputs
15956 `(("r-glue" ,r-glue)
15957 ("r-rlang" ,r-rlang)))
15958 (home-page "https://github.com/r-lib/lifecycle")
15959 (synopsis "Manage the life cycle of your package functions")
15960 (description
15961 "Manage the life cycle of your exported functions with shared
15962 conventions, documentation badges, and non-invasive deprecation warnings. The
15963 lifecycle package defines four development stages (experimental, maturing,
15964 stable, and questioning) and three deprecation stages (soft-deprecated,
15965 deprecated, and defunct). It makes it easy to insert badges corresponding to
15966 these stages in your documentation. Usage of deprecated functions are
15967 signalled with increasing levels of non-invasive verbosity.")
15968 (license license:gpl3)))
15969
15970 (define-public r-assertable
15971 (package
15972 (name "r-assertable")
15973 (version "0.2.7")
15974 (source
15975 (origin
15976 (method url-fetch)
15977 (uri (cran-uri "assertable" version))
15978 (sha256
15979 (base32
15980 "1npks9rcrnchmd0silq6qrvqkmdkp9fwjkyyvvp1lqjclyxk6vkk"))))
15981 (build-system r-build-system)
15982 (propagated-inputs
15983 `(("r-data-table" ,r-data-table)))
15984 (home-page "https://cran.r-project.org/web/packages/assertable/")
15985 (synopsis "Verbose assertions for tabular data (data.frames and data.tables)")
15986 (description "This package provides simple, flexible assertions on
15987 data.frame or data.table objects with verbose output for vetting. While other
15988 assertion packages apply towards more general use-cases, @code{assertable} is
15989 tailored towards tabular data. It includes functions to check variable names
15990 and values, whether the dataset contains all combinations of a given set of
15991 unique identifiers, and whether it is a certain length. In addition,
15992 @code{assertable} includes utility functions to check the existence of target
15993 files and to efficiently import multiple tabular data files into one
15994 data.table.")
15995 (license license:gpl3)))
15996
15997 (define-public r-quadprog
15998 (package
15999 (name "r-quadprog")
16000 (version "1.5-8")
16001 (source
16002 (origin
16003 (method url-fetch)
16004 (uri (cran-uri "quadprog" version))
16005 (sha256
16006 (base32 "1ka9g8zak8sg4y2xbz93dfrldznlk9qpd4pq9z21cdcdn3b8s4i2"))))
16007 (build-system r-build-system)
16008 (native-inputs
16009 `(("gfortran" ,gfortran)))
16010 (home-page "https://cran.r-project.org/web/packages/quadprog")
16011 (synopsis "Functions to solve quadratic programming problems")
16012 (description
16013 "This package contains routines and documentation for solving quadratic
16014 programming problems.")
16015 (license license:gpl3+)))
16016
16017 (define-public r-desolve
16018 (package
16019 (name "r-desolve")
16020 (version "1.27.1")
16021 (source
16022 (origin
16023 (method url-fetch)
16024 (uri (cran-uri "deSolve" version))
16025 (sha256
16026 (base32 "05sax045qrk550gsn2i7krb9rbg51rx88x4v190acsigqknxffrv"))))
16027 (properties `((upstream-name . "deSolve")))
16028 (build-system r-build-system)
16029 (native-inputs
16030 `(("gfortran" ,gfortran)))
16031 (home-page "https://desolve.r-forge.r-project.org/")
16032 (synopsis "Solvers for initial value problems of differential equations")
16033 (description "This package provides functions that solve initial value
16034 problems of a system of first-order @dfn{ordinary differential
16035 equations} (ODE), of @dfn{partial differential equations} (PDE), of
16036 @dfn{differential algebraic equations} (DAE), and of delay differential
16037 equations. The functions provide an interface to the FORTRAN functions
16038 @code{lsoda}, @code{lsodar}, @code{lsode}, @code{lsodes} of the ODEPACK
16039 collection, to the FORTRAN functions @code{dvode} and @code{daspk} and a
16040 C-implementation of solvers of the Runge-Kutta family with fixed or variable
16041 time steps. The package contains routines designed for solving ODEs resulting
16042 from 1-D, 2-D and 3-D partial differential equations that have been converted
16043 to ODEs by numerical differencing.")
16044 (license license:gpl2+)))
16045
16046 (define-public r-pracma
16047 (package
16048 (name "r-pracma")
16049 (version "2.2.9")
16050 (source (origin
16051 (method url-fetch)
16052 (uri (cran-uri "pracma" version))
16053 (sha256
16054 (base32 "07mzhzz73wsjjw1q05l024gcd13hwnzsxf873q9dyhw6x3shzshc"))))
16055 (build-system r-build-system)
16056 (home-page "https://cran.r-project.org/web/packages/pracma/")
16057 (synopsis "Practical numerical math functions")
16058 (description "This package provides functions for numerical analysis and
16059 linear algebra, numerical optimization, differential equations, plus some
16060 special functions. It uses Matlab function names where appropriate to simplify
16061 porting.")
16062 (license license:gpl3+)))
16063
16064 (define-public r-subplex
16065 (package
16066 (name "r-subplex")
16067 (version "1.6")
16068 (source
16069 (origin
16070 (method url-fetch)
16071 (uri (cran-uri "subplex" version))
16072 (sha256
16073 (base32
16074 "1yfbfjvpbhgky7vihw3f4jl41pxpqb39z4nc045d5z7z48bdl18d"))))
16075 (build-system r-build-system)
16076 (native-inputs
16077 `(("gfortran" ,gfortran)))
16078 (home-page "https://cran.r-project.org/web/packages/subplex")
16079 (synopsis "Unconstrained optimization using the subplex algorithm")
16080 (description
16081 "This package implements the Subplex optimization algorithm.
16082 It solves unconstrained optimization problems using a simplex method on
16083 subspaces. The method is well suited for optimizing objective functions that
16084 are noisy or are discontinuous at the solution.")
16085 (license license:gpl3+)))
16086
16087 (define-public r-txtplot
16088 (package
16089 (name "r-txtplot")
16090 (version "1.0-3")
16091 (source
16092 (origin
16093 (method url-fetch)
16094 (uri (cran-uri "txtplot" version))
16095 (sha256
16096 (base32
16097 "1949ab1bzvysdb79g8x1gaknj0ih3d6g63pv9512h5m5l3a6c31h"))))
16098 (build-system r-build-system)
16099 (home-page "https://cran.r-project.org/web/packages/txtplot/")
16100 (synopsis "Text-based plotting")
16101 (description "This package provides functions to produce rudimentary ASCII
16102 graphics directly in the terminal window. This package provides a basic
16103 plotting function (and equivalents of curve, density, acf and barplot) as well
16104 as a boxplot function.")
16105 (license license:lgpl3+)))
16106
16107 (define-public r-bio3d
16108 (package
16109 (name "r-bio3d")
16110 (version "2.4-1")
16111 (source
16112 (origin
16113 (method url-fetch)
16114 (uri (cran-uri "bio3d" version))
16115 (sha256
16116 (base32
16117 "07rw6c2d95gb5myxh31727j0jrchd0xisa3x89jjmf4zzs3vv7v7"))))
16118 (properties `((upstream-name . "bio3d")))
16119 (build-system r-build-system)
16120 (inputs `(("zlib" ,zlib)))
16121 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
16122 (home-page "http://thegrantlab.org/bio3d/")
16123 (synopsis "Biological structure analysis")
16124 (description
16125 "This package provides utilities to process, organize and explore protein
16126 structure, sequence and dynamics data. Features include the ability to read
16127 and write structure, sequence and dynamic trajectory data, perform sequence
16128 and structure database searches, data summaries, atom selection, alignment,
16129 superposition, rigid core identification, clustering, torsion analysis,
16130 distance matrix analysis, structure and sequence conservation analysis, normal
16131 mode analysis, principal component analysis of heterogeneous structure data,
16132 and correlation network analysis from normal mode and molecular dynamics data.
16133 In addition, various utility functions are provided to enable the statistical
16134 and graphical power of the R environment to work with biological sequence and
16135 structural data.")
16136 (license license:gpl2+)))
16137
16138 (define-public r-bios2cor
16139 (package
16140 (name "r-bios2cor")
16141 (version "2.1")
16142 (source
16143 (origin
16144 (method url-fetch)
16145 (uri (cran-uri "Bios2cor" version))
16146 (sha256
16147 (base32
16148 "04wk1cjrrxhpv1kdhd67r1qvjv268xxi0z0r105wy912110z9m6x"))))
16149 (properties `((upstream-name . "Bios2cor")))
16150 (build-system r-build-system)
16151 (propagated-inputs
16152 `(("r-bigmemory" ,r-bigmemory)
16153 ("r-bio3d" ,r-bio3d)
16154 ("r-circular" ,r-circular)
16155 ("r-igraph" ,r-igraph)))
16156 (home-page "https://cran.r-project.org/web/packages/Bios2cor/")
16157 (synopsis "From biological sequences and simulations to correlation analysis")
16158 (description
16159 "This package provides utilities for computation and analysis of
16160 correlation/covariation in multiple sequence alignments and in side chain
16161 motions during molecular dynamics simulations. Features include the
16162 computation of correlation/covariation scores using a variety of scoring
16163 functions between either sequence positions in alignments or side chain
16164 dihedral angles in molecular dynamics simulations and utilities to analyze the
16165 correlation/covariation matrix through a variety of tools including network
16166 representation and principal components analysis. In addition, several
16167 utility functions are based on the R graphical environment to provide friendly
16168 tools for help in data interpretation.")
16169 (license license:gpl2+)))
16170
16171 ;; This package includes minified JavaScript files. When upgrading please
16172 ;; check that there are no new minified JavaScript files.
16173 (define-public r-networkd3
16174 (package
16175 (name "r-networkd3")
16176 (version "0.4")
16177 (source
16178 (origin
16179 (method url-fetch)
16180 (uri (cran-uri "networkD3" version))
16181 (sha256
16182 (base32
16183 "02wxki67drppgfka1is1ykg1f2rxf0x0657c0crj7ipfy62jbf1k"))
16184 (snippet
16185 '(begin
16186 (delete-file "inst/htmlwidgets/lib/d3-4.5.0/d3.min.js")
16187 #t))))
16188 (properties `((upstream-name . "networkD3")))
16189 (build-system r-build-system)
16190 (arguments
16191 `(#:modules ((guix build utils)
16192 (guix build r-build-system)
16193 (srfi srfi-1)
16194 (ice-9 popen))
16195 #:phases
16196 (modify-phases %standard-phases
16197 (add-after 'unpack 'process-javascript
16198 (lambda* (#:key inputs #:allow-other-keys)
16199 (with-directory-excursion "inst/htmlwidgets/lib/"
16200 (call-with-values
16201 (lambda ()
16202 (unzip2
16203 `((,(assoc-ref inputs "d3.v4.js")
16204 "d3-4.5.0/d3.min.js"))))
16205 (lambda (sources targets)
16206 (for-each (lambda (source target)
16207 (format #t "Processing ~a --> ~a~%"
16208 source target)
16209 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
16210 (call-with-output-file target
16211 (lambda (port)
16212 (dump-port minified port)))))
16213 sources targets))))
16214 #t)))))
16215 (native-inputs
16216 `(("uglify-js" ,uglify-js)
16217 ;; NOTE: Make sure that this version of d3 is still valid when
16218 ;; upgrading the package.
16219 ("d3.v4.js"
16220 ,(origin
16221 (method url-fetch)
16222 (uri "https://d3js.org/d3.v4.js")
16223 (sha256
16224 (base32
16225 "0y7byf6kcinfz9ac59jxc4v6kppdazmnyqfav0dm4h550fzfqqlg"))))))
16226 (propagated-inputs
16227 `(("r-htmlwidgets" ,r-htmlwidgets)
16228 ("r-igraph" ,r-igraph)
16229 ("r-magrittr" ,r-magrittr)))
16230 (home-page "https://cran.r-project.org/package=networkD3")
16231 (synopsis "D3 JavaScript network graphs from R")
16232 (description
16233 "This package creates D3 JavaScript network, tree, dendrogram, and Sankey
16234 graphs from R.")
16235 (license license:gpl3+)))
16236
16237 (define-public r-aasea
16238 (package
16239 (name "r-aasea")
16240 (version "1.1.0")
16241 (source
16242 (origin
16243 (method url-fetch)
16244 (uri (cran-uri "aaSEA" version))
16245 (sha256
16246 (base32
16247 "0him4r8qyp0xssgrmdxjs45yn4d28h5anv4jyxxbbs9phb0m6j3h"))))
16248 (properties `((upstream-name . "aaSEA")))
16249 (build-system r-build-system)
16250 (propagated-inputs
16251 `(("r-bios2cor" ,r-bios2cor)
16252 ("r-dt" ,r-dt)
16253 ("r-hmisc" ,r-hmisc)
16254 ("r-magrittr" ,r-magrittr)
16255 ("r-networkd3" ,r-networkd3)
16256 ("r-plotly" ,r-plotly)
16257 ("r-seqinr" ,r-seqinr)
16258 ("r-shiny" ,r-shiny)
16259 ("r-shinydashboard" ,r-shinydashboard)))
16260 (home-page "https://cran.r-project.org/web/packages/aaSEA/")
16261 (synopsis "Amino acid substitution effect analyzer")
16262 (description
16263 "Given a protein multiple sequence alignment, it is a daunting task to
16264 assess the effects of substitutions along sequence length. The aaSEA package
16265 is intended to help researchers to rapidly analyze property changes caused by
16266 single, multiple and correlated amino acid substitutions in proteins.")
16267 (license license:gpl3)))
16268
16269 (define-public r-abacus
16270 (package
16271 (name "r-abacus")
16272 (version "1.0.0")
16273 (source
16274 (origin
16275 (method url-fetch)
16276 (uri (cran-uri "ABACUS" version))
16277 (sha256
16278 (base32
16279 "0m1dnkwjr1522l9ddbzzx7ayxvli17sbmk6s28adpmzzjwh2kd1i"))))
16280 (properties `((upstream-name . "ABACUS")))
16281 (build-system r-build-system)
16282 (propagated-inputs
16283 `(("r-ggplot2" ,r-ggplot2)
16284 ("r-shiny" ,r-shiny)))
16285 (home-page "https://shiny.abdn.ac.uk/Stats/apps/")
16286 (synopsis "Apps-based activities for communicating and understanding statistics")
16287 (description
16288 "This package provides a set of Shiny apps for effective communication
16289 and understanding in statistics. The current version includes properties of
16290 normal distribution, properties of sampling distribution, one-sample z and t
16291 tests, two samples independent (unpaired) t test and analysis of variance.")
16292 (license license:gpl3)))
16293
16294 (define-public r-abc-rap
16295 (package
16296 (name "r-abc-rap")
16297 (version "0.9.0")
16298 (source
16299 (origin
16300 (method url-fetch)
16301 (uri (cran-uri "ABC.RAP" version))
16302 (sha256
16303 (base32
16304 "1kdspln17v0krvahcd55vib4dv5azp60b3r1zf489x10qqbp1mxk"))))
16305 (properties `((upstream-name . "ABC.RAP")))
16306 (build-system r-build-system)
16307 (home-page "https://cran.r-project.org/web/packages/ABC.RAP/")
16308 (synopsis "Array-based CpG region analysis pipeline")
16309 (description
16310 "This package aims to identify candidate genes that are differentially
16311 methylated between cases and controls. It applies Student's t-test and delta
16312 beta analysis to identify candidate genes containing multiple CpG sites.")
16313 (license license:gpl3)))
16314
16315 (define-public r-abcadm
16316 (package
16317 (name "r-abcadm")
16318 (version "1.0")
16319 (source
16320 (origin
16321 (method url-fetch)
16322 (uri (cran-uri "abcADM" version))
16323 (sha256
16324 (base32
16325 "0vcabnnnwc0psv9v3rda5aap9s8cq1pjh02zva3ki64hlavf2a10"))))
16326 (properties `((upstream-name . "abcADM")))
16327 (build-system r-build-system)
16328 (propagated-inputs
16329 `(("r-bh" ,r-bh)
16330 ("r-rcpp" ,r-rcpp)))
16331 (home-page "https://cran.r-project.org/web/packages/abcADM/")
16332 (synopsis "Fit accumulated damage models and estimate reliability using ABC")
16333 (description
16334 "This package provides tools to estimate parameters of accumulated
16335 damage (load duration) models based on failure time data under a Bayesian
16336 framework, using @dfn{Approximate Bayesian Computation} (ABC), and to assess
16337 long-term reliability under stochastic load profiles.")
16338 (license license:gpl3)))
16339
16340 (define-public r-rglpk
16341 (package
16342 (name "r-rglpk")
16343 (version "0.6-4")
16344 (source
16345 (origin
16346 (method url-fetch)
16347 (uri (cran-uri "Rglpk" version))
16348 (sha256
16349 (base32
16350 "19mzpyimzq9zqnbi05j79b2di3nzaln8swggs9p8sqdr60qvr3d2"))))
16351 (properties `((upstream-name . "Rglpk")))
16352 (build-system r-build-system)
16353 (propagated-inputs
16354 `(("r-slam" ,r-slam)))
16355 (inputs
16356 `(("glpk" ,glpk)))
16357 (home-page "https://r-forge.r-project.org/projects/rglp/")
16358 (synopsis "R interface to the GNU Linear Programming Kit")
16359 (description
16360 "This package provides an R interface to the GNU Linear Programming Kit,
16361 software for solving large-scale @dfn{linear programming} (LP), @dfn{mixed
16362 integer linear programming} (MILP) and other related problems.")
16363 ;; Either license
16364 (license (list license:gpl2 license:gpl3))))
16365
16366 (define-public r-abcdefba
16367 (package
16368 (name "r-abcdefba")
16369 (version "0.4")
16370 (source
16371 (origin
16372 (method url-fetch)
16373 (uri (cran-uri "abcdeFBA" version))
16374 (sha256
16375 (base32
16376 "1rxjripy8v6bxi25vdfjnbk24zkmf752qbl73cin6nvnqflwxkx4"))))
16377 (properties `((upstream-name . "abcdeFBA")))
16378 (build-system r-build-system)
16379 (propagated-inputs
16380 `(("r-corrplot" ,r-corrplot)
16381 ("r-lattice" ,r-lattice)
16382 ("r-rgl" ,r-rgl)
16383 ("r-rglpk" ,r-rglpk)))
16384 (home-page "https://cran.r-project.org/web/packages/abcdeFBA/")
16385 (synopsis "A-Biologist-Can-Do-Everything of Flux Balance Analysis with this package")
16386 (description
16387 "This package provides functions for Constraint Based Simulation using
16388 Flux Balance Analysis and informative analysis of the data generated during
16389 simulation.")
16390 (license license:gpl2)))
16391
16392 (define-public r-abcrlda
16393 (package
16394 (name "r-abcrlda")
16395 (version "1.0.2")
16396 (source
16397 (origin
16398 (method url-fetch)
16399 (uri (cran-uri "abcrlda" version))
16400 (sha256
16401 (base32
16402 "0zjdrbg3zx0znqnh0dvmifs9c12b8vjhbaf3nbwab9xh25nsmg75"))))
16403 (properties `((upstream-name . "abcrlda")))
16404 (build-system r-build-system)
16405 (home-page "https://ieeexplore.ieee.org/document/8720003/")
16406 (synopsis "Asymptotically bias-corrected regularized linear discriminant analysis")
16407 (description
16408 "This package offers methods to perform @dfn{asymptotically
16409 bias-corrected regularized linear discriminant analysis} (ABC_RLDA) for
16410 cost-sensitive binary classification. The bias-correction is an estimate of
16411 the bias term added to regularized discriminant analysis that minimizes the
16412 overall risk.")
16413 (license license:gpl3)))
16414
16415 (define-public r-abemus
16416 (package
16417 (name "r-abemus")
16418 (version "1.0.1")
16419 (source
16420 (origin
16421 (method url-fetch)
16422 (uri (cran-uri "abemus" version))
16423 (sha256
16424 (base32
16425 "1dhllb184byp1yl15rg2w02zgw3iajag7cxshirg47mnmm7n70bb"))))
16426 (properties `((upstream-name . "abemus")))
16427 (build-system r-build-system)
16428 (propagated-inputs
16429 `(("r-data-table" ,r-data-table)))
16430 (home-page "https://cran.r-project.org/web/packages/abemus/")
16431 (synopsis "Adaptive base error model in ultra-deep sequencing data")
16432 (description
16433 "This package provides an implementation of @dfn{Adaptive Base Error
16434 Model in Ultra-deep Sequencing data} (ABEMUS), which combines
16435 platform-specific genetic knowledge and empirical signal to readily detect and
16436 quantify somatic @dfn{single nucleotide variants} (SNVs) in @dfn{circulating
16437 cell free DNA} (cfDNA).")
16438 (license license:gpl3)))
16439
16440 ;; This package includes minified JavaScript files. When upgrading please
16441 ;; check that there are no new minified JavaScript files.
16442 (define-public r-rintrojs
16443 (package
16444 (name "r-rintrojs")
16445 (version "0.2.2")
16446 (source
16447 (origin
16448 (method url-fetch)
16449 (uri (cran-uri "rintrojs" version))
16450 (sha256
16451 (base32
16452 "0vyqb3pyrh12saddar71ac9csn2vkd2j8ln6ygpqys8ky1lc3427"))))
16453 (properties `((upstream-name . "rintrojs")))
16454 (build-system r-build-system)
16455 (arguments
16456 `(#:modules ((guix build utils)
16457 (guix build r-build-system)
16458 (srfi srfi-1)
16459 (ice-9 popen))
16460 #:phases
16461 (modify-phases %standard-phases
16462 (add-after 'unpack 'process-javascript
16463 (lambda* (#:key inputs #:allow-other-keys)
16464 (with-directory-excursion "inst/javascript/introjs/"
16465 (call-with-values
16466 (lambda ()
16467 (unzip2
16468 `((,(assoc-ref inputs "intro.js")
16469 "intro.min.js"))))
16470 (lambda (sources targets)
16471 (for-each (lambda (source target)
16472 (format #t "Processing ~a --> ~a~%"
16473 source target)
16474 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
16475 (call-with-output-file target
16476 (lambda (port)
16477 (dump-port minified port)))))
16478 sources targets))))
16479 #t)))))
16480 (native-inputs
16481 `(("uglify-js" ,uglify-js)
16482 ("intro.js"
16483 ,(origin
16484 (method url-fetch)
16485 (uri "https://raw.githubusercontent.com/usablica/intro.js/v2.9.3/intro.js")
16486 (sha256
16487 (base32
16488 "1qf8n1sfy9qkiqqnfgg0xbhmfgh0g3mqsjas8qhz230h3zzlzxj8"))))))
16489 (propagated-inputs
16490 `(("r-jsonlite" ,r-jsonlite)
16491 ("r-shiny" ,r-shiny)))
16492 (home-page "https://github.com/carlganz/rintrojs")
16493 (synopsis "Wrapper for the Intro.js library")
16494 (description
16495 "This package provides a wrapper for the @url{http://www.introjs.com,
16496 Intro.js} library. This package makes it easy to include step-by-step
16497 introductions, and clickable hints in a Shiny application. It supports both
16498 static introductions in the UI, and programmatic introductions from the
16499 server-side.")
16500 (license license:agpl3+)))
16501
16502 (define-public r-sysfonts
16503 (package
16504 (name "r-sysfonts")
16505 (version "0.8")
16506 (source
16507 (origin
16508 (method url-fetch)
16509 (uri (cran-uri "sysfonts" version))
16510 (sha256
16511 (base32
16512 "0wng902plryf2d8fc7k7m3jx11acz51kb2d91cqbyhq7xpk06z43"))))
16513 (properties `((upstream-name . "sysfonts")))
16514 (build-system r-build-system)
16515 (inputs
16516 `(("freetype" ,freetype)
16517 ("libpng" ,libpng)
16518 ("zlib" ,zlib)))
16519 (native-inputs
16520 `(("pkg-config" ,pkg-config)))
16521 (home-page "https://github.com/yixuan/sysfonts")
16522 (synopsis "Loading fonts into R")
16523 (description
16524 "This is a package to simplify loading of system fonts and Google Fonts
16525 into R, in order to support other packages.")
16526 (license license:gpl2)))
16527
16528 (define-public r-showtextdb
16529 (package
16530 (name "r-showtextdb")
16531 (version "2.0")
16532 (source
16533 (origin
16534 (method url-fetch)
16535 (uri (cran-uri "showtextdb" version))
16536 (sha256
16537 (base32
16538 "1qwwj9x2jvadvwn60h75k99c9xi7yhqjsgaakahz5paxgj583bsh"))))
16539 (properties `((upstream-name . "showtextdb")))
16540 (build-system r-build-system)
16541 (propagated-inputs
16542 `(("r-sysfonts" ,r-sysfonts)))
16543 (home-page "https://cran.r-project.org/web/packages/showtextdb/")
16544 (synopsis "Font files for the 'showtext' package")
16545 (description
16546 "This package provides font files that can be used by the @code{showtext}
16547 package.")
16548 (license license:asl2.0)))
16549
16550 (define-public r-showtext
16551 (package
16552 (name "r-showtext")
16553 (version "0.7-1")
16554 (source
16555 (origin
16556 (method url-fetch)
16557 (uri (cran-uri "showtext" version))
16558 (sha256
16559 (base32
16560 "0a5gg72bfrc7wm0phj1aflj1wc08kfi81ac32na6ya9s2ivyimw5"))))
16561 (properties `((upstream-name . "showtext")))
16562 (build-system r-build-system)
16563 (inputs
16564 `(("freetype" ,freetype)
16565 ("libpng" ,libpng)
16566 ("zlib" ,zlib)))
16567 (propagated-inputs
16568 `(("r-showtextdb" ,r-showtextdb)
16569 ("r-sysfonts" ,r-sysfonts)))
16570 (native-inputs `(("pkg-config" ,pkg-config)))
16571 (home-page "https://github.com/yixuan/showtext")
16572 (synopsis "Using fonts more easily in R graphs")
16573 (description
16574 "This package aims to make it easy to use various types of
16575 fonts (TrueType, OpenType, Type 1, web fonts, etc.) in R graphs, and supports
16576 most output formats of R graphics including PNG, PDF and SVG. Text glyphs
16577 will be converted into polygons or raster images, hence after the plot has
16578 been created, it no longer relies on the font files. No external software
16579 such as Ghostscript is needed to use this package.")
16580 (license license:asl2.0)))
16581
16582 (define-public r-emojifont
16583 (package
16584 (name "r-emojifont")
16585 (version "0.5.3")
16586 (source
16587 (origin
16588 (method url-fetch)
16589 (uri (cran-uri "emojifont" version))
16590 (sha256
16591 (base32
16592 "1cdrrl3hvrs8rskyy6zgr7q2mmg8yb9k8sld1m64zsp7y009g19k"))))
16593 (properties `((upstream-name . "emojifont")))
16594 (build-system r-build-system)
16595 (propagated-inputs
16596 `(("r-ggplot2" ,r-ggplot2)
16597 ("r-proto" ,r-proto)
16598 ("r-showtext" ,r-showtext)
16599 ("r-sysfonts" ,r-sysfonts)))
16600 (home-page "https://guangchuangyu.github.io/emojifont")
16601 (synopsis "Emoji and Font Awesome in R graphics")
16602 (description
16603 "This package enables the use of emoji and the Font Awesome glyphs in
16604 both base and ggplot2 graphics.")
16605 (license license:artistic2.0)))
16606
16607 (define-public r-abstractr
16608 (package
16609 (name "r-abstractr")
16610 (version "0.1.0")
16611 (source
16612 (origin
16613 (method url-fetch)
16614 (uri (cran-uri "abstractr" version))
16615 (sha256
16616 (base32
16617 "1ymwp7syrynwd4i8aj2x5n8jdi9d96fjzl6jb09n0bnr5fgl7vig"))))
16618 (properties `((upstream-name . "abstractr")))
16619 (build-system r-build-system)
16620 (propagated-inputs
16621 `(("r-colourpicker" ,r-colourpicker)
16622 ("r-emojifont" ,r-emojifont)
16623 ("r-ggplot2" ,r-ggplot2)
16624 ("r-gridextra" ,r-gridextra)
16625 ("r-rintrojs" ,r-rintrojs)
16626 ("r-shiny" ,r-shiny)
16627 ("r-shinythemes" ,r-shinythemes)))
16628 (home-page "https://matt-kumar.shinyapps.io/portfolio")
16629 (synopsis "R-Shiny application for creating visual abstracts")
16630 (description
16631 "This package provides an R Shiny application to create visual abstracts
16632 for original research. A variety of user defined options and formatting are
16633 included.")
16634 (license license:gpl3)))
16635
16636 (define-public r-abtest
16637 (package
16638 (name "r-abtest")
16639 (version "0.2.0")
16640 (source
16641 (origin
16642 (method url-fetch)
16643 (uri (cran-uri "abtest" version))
16644 (sha256
16645 (base32
16646 "1ky3cf827kj24bhcpk00v5zl5jdkii1gca0x81ay1cjkzfispgws"))))
16647 (properties `((upstream-name . "abtest")))
16648 (build-system r-build-system)
16649 (propagated-inputs
16650 `(("r-matrix" ,r-matrix)
16651 ("r-mvtnorm" ,r-mvtnorm)
16652 ("r-plotrix" ,r-plotrix)
16653 ("r-rcolorbrewer" ,r-rcolorbrewer)
16654 ("r-rcpp" ,r-rcpp)
16655 ("r-sn" ,r-sn)
16656 ("r-truncnorm" ,r-truncnorm)
16657 ("r-vgam" ,r-vgam)))
16658 (home-page "https://cran.r-project.org/web/packages/abtest/")
16659 (synopsis "Bayesian A/B testing")
16660 (description
16661 "This package provides functions for Bayesian A/B testing including prior
16662 elicitation options based on Kass and Vaidyanathan (1992)
16663 @url{doi:10.1111/j.2517-6161.1992.tb01868.x}.")
16664 (license license:gpl2+)))
16665
16666 (define-public r-accept
16667 (package
16668 (name "r-accept")
16669 (version "0.7.0")
16670 (source
16671 (origin
16672 (method url-fetch)
16673 (uri (cran-uri "accept" version))
16674 (sha256
16675 (base32
16676 "1r4mhy9g4wjcjgdd0gwdarmr09292il3vdkmx0hz7vh9mffyr9kx"))))
16677 (properties `((upstream-name . "accept")))
16678 (build-system r-build-system)
16679 (propagated-inputs
16680 `(("r-dplyr" ,r-dplyr)
16681 ("r-extrafont" ,r-extrafont)
16682 ("r-mass" ,r-mass)
16683 ("r-plotly" ,r-plotly)
16684 ("r-stringr" ,r-stringr)
16685 ("r-viridis" ,r-viridis)))
16686 (home-page "https://cran.r-project.org/web/packages/accept/")
16687 (synopsis "Acute COPD Exacerbation Prediction Tool (ACCEPT)")
16688 (description
16689 "This package allows clinicians to predict the rate and severity of
16690 future acute exacerbation in @dfn{Chronic Obstructive Pulmonary
16691 Disease} (COPD) patients, based on the clinical prediction model published in
16692 Adibi et al. (2019) @url{doi:10.1101/651901}.")
16693 (license license:gpl3)))
16694
16695 (define-public r-smpracticals
16696 (package
16697 (name "r-smpracticals")
16698 (version "1.4-3")
16699 (source
16700 (origin
16701 (method url-fetch)
16702 (uri (cran-uri "SMPracticals" version))
16703 (sha256
16704 (base32
16705 "0zxq84f9i3b86xx6msb25b61gyj9k09iab2b7wg4d93yas9qzayf"))))
16706 (properties `((upstream-name . "SMPracticals")))
16707 (build-system r-build-system)
16708 (propagated-inputs
16709 `(("r-ellipse" ,r-ellipse)
16710 ("r-mass" ,r-mass)
16711 ("r-nlme" ,r-nlme)
16712 ("r-survival" ,r-survival)))
16713 (home-page "http://statwww.epfl.ch/davison/SM/")
16714 (synopsis "Practicals for use with Davison (2003) Statistical Models")
16715 (description
16716 "This package contains the datasets and a few functions for use with the
16717 practicals outlined in Appendix A of the book Statistical Models (Davison,
16718 2003, Cambridge University Press). The practicals themselves can be found at
16719 @url{http://statwww.epfl.ch/davison/SM/}.")
16720 (license license:gpl2+)))
16721
16722 (define-public r-fgui
16723 (package
16724 (name "r-fgui")
16725 (version "1.0-8")
16726 (source
16727 (origin
16728 (method url-fetch)
16729 (uri (cran-uri "fgui" version))
16730 (sha256
16731 (base32
16732 "024fzd1c7iwqprn26hwjb9l2qlvvyzl449d7iixy0x69djwsrysv"))))
16733 (properties `((upstream-name . "fgui")))
16734 (build-system r-build-system)
16735 (home-page
16736 "https://sites.google.com/site/thomashoffmannproject/software/fgui")
16737 (synopsis "Create GUI for R functions")
16738 (description
16739 "Rapidly create a GUI for a function you created by automatically
16740 creating widgets for arguments of the function. This package automatically
16741 parses help routines for context-sensitive help to these arguments. The
16742 interface is essentially a wrapper to some Tcl/Tk routines to both simplify
16743 and facilitate GUI creation. More advanced Tcl/Tk routines/GUI objects can be
16744 incorporated into the interface for greater customization for the more
16745 experienced.")
16746 ;; Any version of the GPL.
16747 (license (list license:gpl2+ license:gpl3+))))
16748
16749 (define-public r-tcltk2
16750 (package
16751 (name "r-tcltk2")
16752 (version "1.2-11")
16753 (source
16754 (origin
16755 (method url-fetch)
16756 (uri (cran-uri "tcltk2" version))
16757 (sha256
16758 (base32
16759 "1ibxld379600xx7kiqq3fck083s8psry12859980218rnzikl65d"))))
16760 (properties `((upstream-name . "tcltk2")))
16761 (build-system r-build-system)
16762 (inputs
16763 `(("tcl" ,tcl)
16764 ("tk" ,tk)))
16765 (home-page "https://www.sciviews.org/SciViews-R")
16766 (synopsis "Tcl/Tk additions")
16767 (description
16768 "This package provides a series of additional Tcl commands and Tk widgets
16769 with style and various functions to supplement the tcltk package")
16770 (license license:lgpl3)))
16771
16772 (define-public r-accrual
16773 (package
16774 (name "r-accrual")
16775 (version "1.3")
16776 (source
16777 (origin
16778 (method url-fetch)
16779 (uri (cran-uri "accrual" version))
16780 (sha256
16781 (base32
16782 "11clm9s5c5518nmp6hd6pjnp0s28y92b2i2x0xgj4j5g816p4j3z"))))
16783 (properties `((upstream-name . "accrual")))
16784 (build-system r-build-system)
16785 (propagated-inputs
16786 `(("r-fgui" ,r-fgui)
16787 ("r-smpracticals" ,r-smpracticals)
16788 ("r-tcltk2" ,r-tcltk2)))
16789 (home-page "https://cran.r-project.org/web/packages/accrual/")
16790 (synopsis "Bayesian accrual prediction")
16791 (description
16792 "Subject recruitment for medical research is challenging. Slow patient
16793 accrual leads to delay in research. Accrual monitoring during the process of
16794 recruitment is critical. Researchers need reliable tools to manage the
16795 accrual rate. This package provides an implementation of a Bayesian method
16796 that integrates researcher's experience on previous trials and data from the
16797 current study, providing reliable prediction on accrual rate for clinical
16798 studies. It provides functions for Bayesian accrual prediction which can be
16799 easily used by statisticians and clinical researchers.")
16800 (license license:gpl2)))
16801
16802 (define-public r-accrued
16803 (package
16804 (name "r-accrued")
16805 (version "1.4.1")
16806 (source
16807 (origin
16808 (method url-fetch)
16809 (uri (cran-uri "accrued" version))
16810 (sha256
16811 (base32
16812 "05g1jb5914z18rcai1ahn7nihn27vr2rnadwv94gc1j7ivvikvs5"))))
16813 (properties `((upstream-name . "accrued")))
16814 (build-system r-build-system)
16815 (home-page "https://cran.r-project.org/web/packages/accrued/")
16816 (synopsis "Data quality visualization tools for partially accruing data")
16817 (description
16818 "This is a package for visualizing data quality of partially accruing
16819 data.")
16820 (license license:gpl3)))
16821
16822 (define-public r-mda
16823 (package
16824 (name "r-mda")
16825 (version "0.4-10")
16826 (source
16827 (origin
16828 (method url-fetch)
16829 (uri (cran-uri "mda" version))
16830 (sha256
16831 (base32
16832 "19g6kn6g0shidrjfffklbmzc5w7mcimrxhagx4nmpslg59ibqdkh"))))
16833 (properties `((upstream-name . "mda")))
16834 (build-system r-build-system)
16835 (propagated-inputs `(("r-class" ,r-class)))
16836 (native-inputs `(("gfortran" ,gfortran)))
16837 (home-page "https://cran.r-project.org/web/packages/mda/")
16838 (synopsis "Mixture and flexible discriminant analysis")
16839 (description
16840 "This is a package for mixture and flexible discriminant analysis,
16841 @dfn{multivariate adaptive regression splines} (MARS), BRUTO, and so on.")
16842 (license license:gpl2)))
16843
16844 (define-public r-elasticnet
16845 (package
16846 (name "r-elasticnet")
16847 (version "1.1.1")
16848 (source
16849 (origin
16850 (method url-fetch)
16851 (uri (cran-uri "elasticnet" version))
16852 (sha256
16853 (base32
16854 "0p9dplnsp28z4s2fl6afbwrgd0aj339fak8mmndicmrh7bb7rpmb"))))
16855 (properties `((upstream-name . "elasticnet")))
16856 (build-system r-build-system)
16857 (propagated-inputs
16858 `(("r-lars" ,r-lars)))
16859 (home-page "http://www.stat.umn.edu/~hzou")
16860 (synopsis "Elastic-Net for sparse estimation and sparse PCA")
16861 (description
16862 "This package provides functions for fitting the entire solution path of
16863 the Elastic-Net and also provides functions for estimating sparse Principal
16864 Components. The Lasso solution paths can be computed by the same function.")
16865 (license license:gpl2+)))
16866
16867 (define-public r-sparselda
16868 (package
16869 (name "r-sparselda")
16870 (version "0.1-9")
16871 (source
16872 (origin
16873 (method url-fetch)
16874 (uri (cran-uri "sparseLDA" version))
16875 (sha256
16876 (base32
16877 "1k3sw9kc40yxnfss4vrsx34qxmv8ssddyhbfjhxrdldvblhbwchb"))))
16878 (properties `((upstream-name . "sparseLDA")))
16879 (build-system r-build-system)
16880 (propagated-inputs
16881 `(("r-elasticnet" ,r-elasticnet)
16882 ("r-mass" ,r-mass)
16883 ("r-mda" ,r-mda)))
16884 (home-page "http://www.imm.dtu.dk/~lhc")
16885 (synopsis "Sparse discriminant analysis")
16886 (description
16887 "This package performs sparse linear discriminant analysis for Gaussians
16888 and mixture of Gaussian models.")
16889 (license license:gpl2+)))
16890
16891 (define-public r-accsda
16892 (package
16893 (name "r-accsda")
16894 (version "1.0.0")
16895 (source
16896 (origin
16897 (method url-fetch)
16898 (uri (cran-uri "accSDA" version))
16899 (sha256
16900 (base32
16901 "0sgxy5y8kkc1n35657kifwfjsba7y5m1vbr7rkk5lmbpkzahqm61"))))
16902 (properties `((upstream-name . "accSDA")))
16903 (build-system r-build-system)
16904 (propagated-inputs
16905 `(("r-ggplot2" ,r-ggplot2)
16906 ("r-ggthemes" ,r-ggthemes)
16907 ("r-gridextra" ,r-gridextra)
16908 ("r-mass" ,r-mass)
16909 ("r-rarpack" ,r-rarpack)
16910 ("r-sparselda" ,r-sparselda)))
16911 (home-page "https://github.com/gumeo/accSDA/wiki")
16912 (synopsis "Accelerated sparse discriminant analysis")
16913 (description
16914 "This package provides an implementation of sparse linear discriminant
16915 analysis, which is a supervised classification method for multiple classes.
16916 Various novel optimization approaches to this problem are implemented
16917 including @dfn{alternating direction method of multipliers} (ADMM),
16918 @dfn{proximal gradient} (PG) and @dfn{accelerated proximal gradient} (APG).
16919 Functions for performing cross validation are also supplied along with basic
16920 prediction and plotting functions. @dfn{Sparse zero variance
16921 discriminant} (SZVD) analysis is also included in the package.")
16922 (license license:gpl2+)))
16923
16924 (define-public r-ace2fastq
16925 (package
16926 (name "r-ace2fastq")
16927 (version "0.6.0")
16928 (source
16929 (origin
16930 (method url-fetch)
16931 (uri (cran-uri "ace2fastq" version))
16932 (sha256
16933 (base32
16934 "09kk3yyqnr2xp820g0p3aai9a21figigjr9lxkr3zjq2d8gzwfic"))))
16935 (properties `((upstream-name . "ace2fastq")))
16936 (build-system r-build-system)
16937 (propagated-inputs
16938 `(("r-stringr" ,r-stringr)))
16939 (home-page "https://github.com/c5sire/ace2fastq")
16940 (synopsis "ACE file to FASTQ converter")
16941 (description
16942 "The ACE file format is used in genomics to store contigs from sequencing
16943 machines. This tools converts it into FASTQ format. Both formats contain the
16944 sequence characters and their corresponding quality information. Unlike the
16945 FASTQ file, the ACE file stores the quality values numerically. The
16946 conversion algorithm uses the standard Sanger formula. The package
16947 facilitates insertion into pipelines, and content inspection.")
16948 (license license:gpl3)))
16949
16950 (define-public r-rngwell
16951 (package
16952 (name "r-rngwell")
16953 (version "0.10-6")
16954 (source
16955 (origin
16956 (method url-fetch)
16957 (uri (cran-uri "rngWELL" version))
16958 (sha256
16959 (base32
16960 "0pjjcs9pqj7mf0mhb2cwd0aanqpwnm65bm86hk6mi2vw8rgnj2vv"))))
16961 (properties `((upstream-name . "rngWELL")))
16962 (build-system r-build-system)
16963 (home-page "https://cran.r-project.org/web/packages/rngWELL/")
16964 (synopsis "Toolbox for WELL random number generators")
16965 (description
16966 "This is a dedicated package to WELL pseudo random generators, which were
16967 introduced in Panneton et al. (2006), ``Improved Long-Period Generators Based
16968 on Linear Recurrences Modulo 2'', ACM Transactions on Mathematical Software.")
16969 (license license:bsd-3)))
16970
16971 (define-public r-randtoolbox
16972 (package
16973 (name "r-randtoolbox")
16974 (version "1.30.1")
16975 (source
16976 (origin
16977 (method url-fetch)
16978 (uri (cran-uri "randtoolbox" version))
16979 (sha256
16980 (base32
16981 "0qg20ar6qns858jdzqhmfq7yji81czhr6cim257958gqpj66sn95"))))
16982 (properties `((upstream-name . "randtoolbox")))
16983 (build-system r-build-system)
16984 (propagated-inputs
16985 `(("r-rngwell" ,r-rngwell)))
16986 (native-inputs
16987 `(("gfortran" ,gfortran)))
16988 (home-page "https://cran.r-project.org/web/packages/randtoolbox/")
16989 (synopsis "Toolbox for pseudo and quasi random number generation")
16990 (description
16991 "This package provides
16992
16993 @enumerate
16994 @item pseudo random generators, such as general linear
16995 congruential generators, multiple recursive generators and generalized
16996 feedback shift register (SF-Mersenne Twister algorithm and WELL
16997 generators)
16998
16999 @item quasi random generators, such as the Torus algorithm, the Sobol
17000 sequence, the Halton sequence (including the Van der Corput sequence), and
17001
17002 @item some generator tests: the gap test, the serial test, the poker test.
17003 @end enumerate
17004
17005 See e.g. Gentle (2003) @url{doi:10.1007/b97336}.")
17006 (license license:bsd-3)))
17007
17008 (define-public r-lhs
17009 (package
17010 (name "r-lhs")
17011 (version "1.0.1")
17012 (source
17013 (origin
17014 (method url-fetch)
17015 (uri (cran-uri "lhs" version))
17016 (sha256
17017 (base32
17018 "0lzaqr7xi3ckln5nglv5xf5njm359slpz1jc6s02hpsqdw6armd4"))))
17019 (properties `((upstream-name . "lhs")))
17020 (build-system r-build-system)
17021 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
17022 (home-page "https://github.com/bertcarnell/lhs")
17023 (synopsis "Latin Hypercube Samples")
17024 (description
17025 "This package provides a number of methods for creating and augmenting
17026 Latin Hypercube Samples.")
17027 (license license:gpl3)))
17028
17029 (define-public r-acebayes
17030 (package
17031 (name "r-acebayes")
17032 (version "1.9")
17033 (source
17034 (origin
17035 (method url-fetch)
17036 (uri (cran-uri "acebayes" version))
17037 (sha256
17038 (base32
17039 "1imfwm1vpbb24vfmfn1nljhmaz8429mwjihw34892p387s8h7xz2"))))
17040 (properties `((upstream-name . "acebayes")))
17041 (build-system r-build-system)
17042 (propagated-inputs
17043 `(("r-compare" ,r-compare)
17044 ("r-lhs" ,r-lhs)
17045 ("r-randtoolbox" ,r-randtoolbox)
17046 ("r-rcpp" ,r-rcpp)
17047 ("r-rcpparmadillo" ,r-rcpparmadillo)))
17048 (home-page "https://cran.r-project.org/web/packages/acebayes/")
17049 (synopsis "Optimal Bayesian experimental design using the ACE algorithm")
17050 (description
17051 "Finding an optimal Bayesian experimental design involves maximizing an
17052 objective function given by the expectation of some appropriately chosen
17053 utility function with respect to the joint distribution of unknown
17054 quantities (including responses). This objective function is usually not
17055 available in closed form and the design space can be continuous and of high
17056 dimensionality. This package uses @dfn{Approximate Coordinate Exchange} (ACE)
17057 to maximise an approximation to the expectation of the utility function.")
17058 (license license:gpl2)))
17059
17060 (define-public r-acet
17061 (package
17062 (name "r-acet")
17063 (version "1.8.0")
17064 (source
17065 (origin
17066 (method url-fetch)
17067 (uri (cran-uri "ACEt" version))
17068 (sha256
17069 (base32
17070 "0626d6kg485xjya164wagrr5z223jvi93ywbwpdns7fkm03c0dlq"))))
17071 (properties `((upstream-name . "ACEt")))
17072 (build-system r-build-system)
17073 (propagated-inputs
17074 `(("r-bh" ,r-bh)
17075 ("r-mass" ,r-mass)
17076 ("r-rcpp" ,r-rcpp)
17077 ("r-rcpparmadillo" ,r-rcpparmadillo)))
17078 (home-page "https://cran.r-project.org/web/packages/ACEt/")
17079 (synopsis "Estimating dynamic heritability and twin model comparison")
17080 (description
17081 "This package supports twin models that are able to estimate the dynamic
17082 behaviour of the variance components in the classical twin models with respect
17083 to age using B-splines and P-splines.")
17084 (license license:gpl2+)))
17085
17086 (define-public r-acfmperiod
17087 (package
17088 (name "r-acfmperiod")
17089 (version "1.0.0")
17090 (source
17091 (origin
17092 (method url-fetch)
17093 (uri (cran-uri "acfMPeriod" version))
17094 (sha256
17095 (base32
17096 "1yww8isfrbs2v9s94hx7p2imyszcgadwafdgpj438n2ik0q6p9d5"))))
17097 (properties `((upstream-name . "acfMPeriod")))
17098 (build-system r-build-system)
17099 (propagated-inputs
17100 `(("r-mass" ,r-mass)))
17101 (home-page "https://cran.r-project.org/web/packages/acfMPeriod/")
17102 (synopsis "Estimation of the ACF from the M-periodogram")
17103 (description
17104 "This package support non-robust and robust computations of the sample
17105 autocovariance (ACOVF) and sample autocorrelation functions (ACF) of
17106 univariate and multivariate processes. The methodology consists in reversing
17107 the diagonalization procedure involving the periodogram or the
17108 cross-periodogram and the Fourier transform vectors, and, thus, obtaining the
17109 ACOVF or the ACF as discussed in Fuller (1995)
17110 @url{doi:10.1002/9780470316917}. The robust version is obtained by fitting
17111 robust M-regressors to obtain the M-periodogram or M-cross-periodogram as
17112 discussed in Reisen et al. (2017) @url{doi:10.1016/j.jspi.2017.02.008}.")
17113 (license license:gpl2+)))
17114
17115 (define-public r-gamlss-data
17116 (package
17117 (name "r-gamlss-data")
17118 (version "5.1-4")
17119 (source
17120 (origin
17121 (method url-fetch)
17122 (uri (cran-uri "gamlss.data" version))
17123 (sha256
17124 (base32
17125 "1dgfspbmps6ipzcmw681wjdp320nm50dwsxafgrcwxndqgc7fdqd"))))
17126 (properties `((upstream-name . "gamlss.data")))
17127 (build-system r-build-system)
17128 (home-page "http://www.gamlss.org/")
17129 (synopsis "GAMLSS data")
17130 (description
17131 "This package provides data used as examples to demonstrate GAMLSS
17132 models.")
17133 ;; Either version of the license
17134 (license (list license:gpl2 license:gpl3))))
17135
17136 (define-public r-gamlss
17137 (package
17138 (name "r-gamlss")
17139 (version "5.1-6")
17140 (source
17141 (origin
17142 (method url-fetch)
17143 (uri (cran-uri "gamlss" version))
17144 (sha256
17145 (base32
17146 "16b7ick1khvldbvfmmpw9cjs1vznnrisvifq7717fxzd8c9s5jdr"))))
17147 (properties `((upstream-name . "gamlss")))
17148 (build-system r-build-system)
17149 (propagated-inputs
17150 `(("r-gamlss-data" ,r-gamlss-data)
17151 ("r-gamlss-dist" ,r-gamlss-dist)
17152 ("r-mass" ,r-mass)
17153 ("r-nlme" ,r-nlme)
17154 ("r-survival" ,r-survival)))
17155 (home-page "http://www.gamlss.org/")
17156 (synopsis "Generalized additive models for location scale and shape")
17157 (description
17158 "This package provides functions for fitting the generalized additive
17159 models for location scale and shape introduced by Rigby and
17160 Stasinopoulos (2005), @url{doi:10.1111/j.1467-9876.2005.00510.x}. The models
17161 use a distributional regression approach where all the parameters of the
17162 conditional distribution of the response variable are modelled using
17163 explanatory variables.")
17164 ;; Either version of the license
17165 (license (list license:gpl2 license:gpl3))))
17166
17167 (define-public r-acid
17168 (package
17169 (name "r-acid")
17170 (version "1.1")
17171 (source
17172 (origin
17173 (method url-fetch)
17174 (uri (cran-uri "acid" version))
17175 (sha256
17176 (base32
17177 "030i0y8s283ivbsmjccpbv9v7mgbcg2jk9df7vgcbbns74swf9hd"))))
17178 (properties `((upstream-name . "acid")))
17179 (build-system r-build-system)
17180 (propagated-inputs
17181 `(("r-gamlss" ,r-gamlss)
17182 ("r-gamlss-dist" ,r-gamlss-dist)
17183 ("r-hmisc" ,r-hmisc)))
17184 (home-page "https://cran.r-project.org/web/packages/acid/")
17185 (synopsis "Analysing conditional income distributions")
17186 (description
17187 "This package provides functions for the analysis of income distributions
17188 for subgroups of the population as defined by a set of variables like age,
17189 gender, region, etc. This entails a Kolmogorov-Smirnov test for a mixture
17190 distribution as well as functions for moments, inequality measures, entropy
17191 measures and polarisation measures of income distributions. This package thus
17192 aides the analysis of income inequality by offering tools for the exploratory
17193 analysis of income distributions at the disaggregated level.")
17194 (license license:gpl3)))
17195
17196 (define-public r-acm4r
17197 (package
17198 (name "r-acm4r")
17199 (version "1.0")
17200 (source
17201 (origin
17202 (method url-fetch)
17203 (uri (cran-uri "acm4r" version))
17204 (sha256
17205 (base32
17206 "1wqzc35i1rshx0zlmas8y4qkkvy6h9r4i4apscjjv1xg2wjflzxa"))))
17207 (properties `((upstream-name . "acm4r")))
17208 (build-system r-build-system)
17209 (propagated-inputs `(("r-mass" ,r-mass)))
17210 (home-page "https://cran.r-project.org/web/packages/acm4r/")
17211 (synopsis "Align-and-count method comparisons of RFLP data")
17212 (description
17213 "This is a package to compare sequence fragment lengths or molecular
17214 weights from pairs of lanes. The number of matching bands in the
17215 @dfn{Restriction Fragment Length Polymorphism} (RFLP) data is calculated using
17216 the align-and-count method.")
17217 ;; Any version of the GPL
17218 (license (list license:gpl2+ license:gpl3+))))
17219
17220 (define-public r-filematrix
17221 (package
17222 (name "r-filematrix")
17223 (version "1.3")
17224 (source
17225 (origin
17226 (method url-fetch)
17227 (uri (cran-uri "filematrix" version))
17228 (sha256
17229 (base32
17230 "1v3aj1ng742msb0sfdnjsbqb508mqjf8jlq2v33vxldhradw5w0b"))))
17231 (properties `((upstream-name . "filematrix")))
17232 (build-system r-build-system)
17233 ;; These inputs are needed for vignettes
17234 (native-inputs
17235 `(("r-knitr" ,r-knitr)
17236 ("r-rmarkdown" ,r-rmarkdown)
17237 ("pandoc-citeproc" ,ghc-pandoc-citeproc)))
17238 (home-page "https://github.com/andreyshabalin/filematrix")
17239 (synopsis "File-backed matrix class with convenient read and write access")
17240 (description
17241 "This package provides an interface for working with large matrices
17242 stored in files, not in computer memory. It supports multiple non-character
17243 data types (double, integer, logical and raw) of various sizes (e.g. 8 and 4
17244 byte real values). Access to parts of the matrix is done by indexing, exactly
17245 as with usual R matrices. It supports very large matrices; the package has
17246 been tested on multi-terabyte matrices. It allows for more than 2^32 rows or
17247 columns, ad allows for quick addition of extra columns to a filematrix.")
17248 (license license:lgpl3)))
17249
17250 (define-public r-acmeeqtl
17251 (package
17252 (name "r-acmeeqtl")
17253 (version "1.6")
17254 (source
17255 (origin
17256 (method url-fetch)
17257 (uri (cran-uri "ACMEeqtl" version))
17258 (sha256
17259 (base32
17260 "049xjv2ym35bbn43zwi68cq27fwdh404vp0r2ca5gxgmmx8kj1cz"))))
17261 (properties `((upstream-name . "ACMEeqtl")))
17262 (build-system r-build-system)
17263 (propagated-inputs
17264 `(("r-filematrix" ,r-filematrix)))
17265 (home-page "https://github.com/andreyshabalin/ACMEeqtl")
17266 (synopsis "Estimation of interpretable eQTL effect sizes")
17267 (description
17268 "This package provides a non-linear model, termed ACME, that reflects a
17269 parsimonious biological model for allelic contributions of cis-acting eQTLs.
17270 With non-linear least-squares algorithm the maximum likelihood parameters can
17271 be estimated. The ACME model provides interpretable effect size estimates and
17272 p-values with well controlled Type-I error.")
17273 (license license:lgpl3)))
17274
17275 (define-public r-acmer
17276 (package
17277 (name "r-acmer")
17278 (version "1.1.0")
17279 (source
17280 (origin
17281 (method url-fetch)
17282 (uri (cran-uri "acmeR" version))
17283 (sha256
17284 (base32
17285 "000b2hqlhj93958nddw0fqb15ahigs08najv2miivym046x04mf7"))))
17286 (properties `((upstream-name . "acmeR")))
17287 (build-system r-build-system)
17288 (propagated-inputs `(("r-foreign" ,r-foreign)))
17289 (home-page "https://cran.r-project.org/web/packages/acmeR/")
17290 (synopsis "ACME estimator of bird and bat mortality by wind turbines")
17291 (description
17292 "This package provides an implementation of the ACME estimator, described
17293 in Wolpert (2015), ACME: A Partially Periodic Estimator of Avian & Chiropteran
17294 Mortality at Wind Turbines. Unlike most other models, this estimator supports
17295 decreasing-hazard Weibull model for persistence; decreasing search proficiency
17296 as carcasses age; variable bleed-through at successive searches; and interval
17297 mortality estimates. The package provides, based on search data, functions
17298 for estimating the mortality inflation factor in Frequentist and Bayesian
17299 settings.")
17300 (license license:expat)))
17301
17302 (define-public r-r-huge
17303 (package
17304 (name "r-r-huge")
17305 (version "0.9.0")
17306 (source
17307 (origin
17308 (method url-fetch)
17309 (uri (cran-uri "R.huge" version))
17310 (sha256
17311 (base32
17312 "13p558qalv60pgr24nsm6mi92ryj65rsbqa6pgdwy0snjqx12bgi"))))
17313 (properties `((upstream-name . "R.huge")))
17314 (build-system r-build-system)
17315 (propagated-inputs
17316 `(("r-r-methodss3" ,r-r-methodss3)
17317 ("r-r-oo" ,r-r-oo)
17318 ("r-r-utils" ,r-r-utils)))
17319 (home-page "https://github.com/HenrikBengtsson/R.huge")
17320 (synopsis "Methods for accessing huge amounts of data")
17321 (description
17322 "This is a deprecated package for accessing huge amounts of data.
17323 Cross-platform alternatives are the following packages: bigmemory (CRAN),
17324 ff (CRAN), or BufferedMatrix (Bioconductor). The main usage of it was inside
17325 the @code{aroma.affymetrix} package.")
17326 (license license:lgpl2.1+)))
17327
17328 (define-public r-r-filesets
17329 (package
17330 (name "r-r-filesets")
17331 (version "2.13.0")
17332 (source
17333 (origin
17334 (method url-fetch)
17335 (uri (cran-uri "R.filesets" version))
17336 (sha256
17337 (base32
17338 "124rygq0bl9n4akxcm868nl30cyk3rz0iprb98zlpk62gci9f5fg"))))
17339 (properties `((upstream-name . "R.filesets")))
17340 (build-system r-build-system)
17341 (propagated-inputs
17342 `(("r-digest" ,r-digest)
17343 ("r-r-cache" ,r-r-cache)
17344 ("r-r-methodss3" ,r-r-methodss3)
17345 ("r-r-oo" ,r-r-oo)
17346 ("r-r-utils" ,r-r-utils)))
17347 (home-page "https://github.com/HenrikBengtsson/R.filesets")
17348 (synopsis "Easy handling of and access to files")
17349 (description
17350 "This package provides classes and methods to locate, setup, subset,
17351 navigate and iterate file sets, i.e. sets of files located in one or more
17352 directories on the file system. The API is designed such that these classes
17353 can be extended via inheritance to provide a richer API for special file
17354 formats. Moreover, a specific name format is defined such that filenames and
17355 directories can be considered to have full names which consists of a name
17356 followed by comma-separated tags. This adds additional flexibility to
17357 identify file sets and individual files.")
17358 (license license:lgpl2.1+)))
17359
17360 (define-public r-r-devices
17361 (package
17362 (name "r-r-devices")
17363 (version "2.16.1")
17364 (source
17365 (origin
17366 (method url-fetch)
17367 (uri (cran-uri "R.devices" version))
17368 (sha256
17369 (base32
17370 "15zlnq3g27whq26fbcy5zfl5hiddm256h4rga4frblg6wqlbkvdd"))))
17371 (properties `((upstream-name . "R.devices")))
17372 (build-system r-build-system)
17373 (propagated-inputs
17374 `(("r-base64enc" ,r-base64enc)
17375 ("r-r-methodss3" ,r-r-methodss3)
17376 ("r-r-oo" ,r-r-oo)
17377 ("r-r-utils" ,r-r-utils)))
17378 (home-page "https://github.com/HenrikBengtsson/R.devices")
17379 (synopsis "Unified handling of graphics devices")
17380 (description
17381 "This package provides functions for creating plots and image files in a
17382 unified way regardless of output format (EPS, PDF, PNG, SVG, TIFF, WMF, etc.).
17383 Default device options as well as scales and aspect ratios are controlled in a
17384 uniform way across all device types. Switching output format requires minimal
17385 changes in code. This package is ideal for large-scale batch processing,
17386 because it will never leave open graphics devices or incomplete image files
17387 behind, even on errors or user interrupts.")
17388 (license license:lgpl2.1+)))
17389
17390 (define-public r-acnr
17391 (package
17392 (name "r-acnr")
17393 (version "1.0.0")
17394 (source
17395 (origin
17396 (method url-fetch)
17397 (uri (cran-uri "acnr" version))
17398 (sha256
17399 (base32
17400 "087hq4i7jp67ba2finzsqjfnqbiprl33na6ryjv9zqzsdawj9cym"))))
17401 (properties `((upstream-name . "acnr")))
17402 (build-system r-build-system)
17403 (home-page "https://github.com/mpierrejean/acnr")
17404 (synopsis "Annotated copy-number regions")
17405 (description
17406 "This package provides SNP array data from different types of copy-number
17407 regions. These regions were identified manually by the authors of the package
17408 and may be used to generate realistic data sets with known truth.")
17409 (license license:lgpl2.1+)))
17410
17411 (define-public r-acopula
17412 (package
17413 (name "r-acopula")
17414 (version "0.9.3")
17415 (source
17416 (origin
17417 (method url-fetch)
17418 (uri (cran-uri "acopula" version))
17419 (sha256
17420 (base32
17421 "0vvbbw8pfs9jwfz5c57lw48pr0qj661r0ys007q6zf9jmlrhx1ln"))))
17422 (properties `((upstream-name . "acopula")))
17423 (build-system r-build-system)
17424 (home-page "https://cran.r-project.org/web/packages/acopula/")
17425 (synopsis "Modelling dependence with multivariate Archimax copulas")
17426 (description
17427 "Archimax copulas are a mixture of Archimedean and EV copulas. This
17428 package provides definitions of several parametric families of generator and
17429 dependence function, computes CDF and PDF, estimates parameters, tests for
17430 goodness of fit, generates random sample and checks copula properties for
17431 custom constructs. In the 2-dimensional case explicit formulas for density
17432 are used, contrary to higher dimensions when all derivatives are linearly
17433 approximated. Several non-archimax families (normal, FGM, Plackett) are
17434 provided as well.")
17435 (license license:gpl2)))
17436
17437 (define-public r-tuner
17438 (package
17439 (name "r-tuner")
17440 (version "1.3.3")
17441 (source
17442 (origin
17443 (method url-fetch)
17444 (uri (cran-uri "tuneR" version))
17445 (sha256
17446 (base32
17447 "0av978m4h2iqazyfq6n2cgkh4wpllihh7s29lah2nb8ngc0w5hxx"))))
17448 (properties `((upstream-name . "tuneR")))
17449 (build-system r-build-system)
17450 (propagated-inputs `(("r-signal" ,r-signal)))
17451 (home-page "https://cran.r-project.org/web/packages/tuneR/")
17452 (synopsis "Analysis of music and speech")
17453 (description
17454 "This is a package for the analysis of music and speech. Analyze music
17455 and speech, extract features like MFCCs, handle wave files and their
17456 representation in various ways, read MP3, read MIDI, perform steps of a
17457 transcription, ...")
17458 ;; Either of these versions.
17459 (license (list license:gpl2 license:gpl3))))
17460
17461 (define-public r-seewave
17462 (package
17463 (name "r-seewave")
17464 (version "2.1.5")
17465 (source
17466 (origin
17467 (method url-fetch)
17468 (uri (cran-uri "seewave" version))
17469 (sha256
17470 (base32
17471 "1qg8f5gik9pw6f9mcxqmrc9x3003s8vdm6g01pjjpyc9qaqiz2vi"))))
17472 (properties `((upstream-name . "seewave")))
17473 (build-system r-build-system)
17474 (propagated-inputs
17475 `(("r-tuner" ,r-tuner)))
17476 (home-page "http://rug.mnhn.fr/seewave")
17477 (synopsis "Sound analysis and synthesis")
17478 (description
17479 "This package provides functions for analysing, manipulating, displaying,
17480 editing and synthesizing time waves (particularly sound). This package
17481 processes time analysis (oscillograms and envelopes), spectral content,
17482 resonance quality factor, entropy, cross correlation and autocorrelation,
17483 zero-crossing, dominant frequency, analytic signal, frequency coherence, 2D
17484 and 3D spectrograms and many other analyses.")
17485 (license license:gpl2+)))
17486
17487 (define-public r-acousticndlcoder
17488 (package
17489 (name "r-acousticndlcoder")
17490 (version "1.0.2")
17491 (source
17492 (origin
17493 (method url-fetch)
17494 (uri (cran-uri "AcousticNDLCodeR" version))
17495 (sha256
17496 (base32
17497 "1fgzgwanpv2pzy74xdk3hamc44p8qch467wh163dxby8jr9ik0sb"))))
17498 (properties
17499 `((upstream-name . "AcousticNDLCodeR")))
17500 (build-system r-build-system)
17501 (propagated-inputs
17502 `(("r-seewave" ,r-seewave)
17503 ("r-tuner" ,r-tuner)
17504 ("r-zoo" ,r-zoo)))
17505 (home-page "https://cran.r-project.org/web/packages/AcousticNDLCodeR/")
17506 (synopsis "Coding sound files for use with NDL")
17507 (description
17508 "Make acoustic cues to use with the R package @code{ndl}.
17509 The package implements functions used in the PLoS ONE paper \"Words from
17510 spontaneous conversational speech can be recognized with human-like accuracy
17511 by an error-driven learning algorithm that discriminates between meanings
17512 straight from smart acoustic features, bypassing the phoneme as recognition
17513 unit.\" @url{doi:10.1371/journal.pone.0174623}")
17514 (license license:gpl2+)))
17515
17516 (define-public r-acp
17517 (package
17518 (name "r-acp")
17519 (version "2.1")
17520 (source
17521 (origin
17522 (method url-fetch)
17523 (uri (cran-uri "acp" version))
17524 (sha256
17525 (base32
17526 "0lcwbjcyyr32m6qjmjqh25qjwrbyqj1n092xhgbhxzd8fslppnmn"))))
17527 (properties `((upstream-name . "acp")))
17528 (build-system r-build-system)
17529 (propagated-inputs
17530 `(("r-quantmod" ,r-quantmod)
17531 ("r-tseries" ,r-tseries)))
17532 (home-page "https://cran.r-project.org/web/packages/acp/")
17533 (synopsis "Autoregressive conditional Poisson")
17534 (description
17535 "This package supports the analysis of count data exhibiting
17536 autoregressive properties, using the @dfn{Autoregressive Conditional Poisson}
17537 model (ACP(p,q)) proposed by Heinen (2003).")
17538 (license license:gpl2)))
17539
17540 (define-public r-ada
17541 (package
17542 (name "r-ada")
17543 (version "2.0-5")
17544 (source
17545 (origin
17546 (method url-fetch)
17547 (uri (cran-uri "ada" version))
17548 (sha256
17549 (base32
17550 "1h3a07czp0w3hrhjcg1fz721y8vsfclzqi3rq8qfzgpfb4h1f06r"))))
17551 (properties `((upstream-name . "ada")))
17552 (build-system r-build-system)
17553 (propagated-inputs `(("r-rpart" ,r-rpart)))
17554 (home-page "https://cran.r-project.org/web/packages/ada/")
17555 (synopsis "Stochastic boosting")
17556 (description
17557 "This package provides a straightforward, well-documented, and broad
17558 boosting routine for classification, ideally suited for small to
17559 moderate-sized data sets. It performs discrete, real, and gentle boost under
17560 both exponential and logistic loss on a given data set.")
17561 ;; Any version of the GPL.
17562 (license (list license:gpl2+ license:gpl3+))))
17563
17564 (define-public r-genalg
17565 (package
17566 (name "r-genalg")
17567 (version "0.2.0")
17568 (source
17569 (origin
17570 (method url-fetch)
17571 (uri (cran-uri "genalg" version))
17572 (sha256
17573 (base32
17574 "1wzfamq8k5yhwbdx0wy1w5bks93brj0p890xxc4yqrja4w38ja3s"))))
17575 (properties `((upstream-name . "genalg")))
17576 (build-system r-build-system)
17577 (home-page "https://github.com/egonw/genalg")
17578 (synopsis "R based genetic algorithm")
17579 (description
17580 "This package provides an R based genetic algorithm for binary and
17581 floating point chromosomes.")
17582 (license license:gpl2)))
17583
17584 (define-public r-kernelfactory
17585 (package
17586 (name "r-kernelfactory")
17587 (version "0.3.0")
17588 (source
17589 (origin
17590 (method url-fetch)
17591 (uri (cran-uri "kernelFactory" version))
17592 (sha256
17593 (base32
17594 "001kw9k3ivd4drd4mwqapkkk3f4jgljiaprhg2630hmll064s89j"))))
17595 (properties `((upstream-name . "kernelFactory")))
17596 (build-system r-build-system)
17597 (propagated-inputs
17598 `(("r-auc" ,r-auc)
17599 ("r-genalg" ,r-genalg)
17600 ("r-kernlab" ,r-kernlab)
17601 ("r-randomforest" ,r-randomforest)))
17602 (home-page "https://cran.r-project.org/web/packages/kernelFactory/")
17603 (synopsis "Ensemble of kernel machines")
17604 (description
17605 "Kernel factory is an ensemble method where each base classifier (random
17606 forest) is fit on the kernel matrix of a subset of the training data.")
17607 (license license:gpl2+)))
17608
17609 (define-public r-dummies
17610 (package
17611 (name "r-dummies")
17612 (version "1.5.6")
17613 (source
17614 (origin
17615 (method url-fetch)
17616 (uri (cran-uri "dummies" version))
17617 (sha256
17618 (base32
17619 "01f84crqx17xd6xy55qxlvsj3knm8lhw7jl26p2rh2w3y0nvqlbm"))))
17620 (properties `((upstream-name . "dummies")))
17621 (build-system r-build-system)
17622 (home-page "https://decisionpatterns.com")
17623 (synopsis "Create dummy/indicator variables flexibly and efficiently")
17624 (description
17625 "This package lets you expand factors, characters and other eligible
17626 classes into dummy/indicator variables.")
17627 (license license:gpl2+)))
17628
17629 (define-public r-acrm
17630 (package
17631 (name "r-acrm")
17632 (version "0.1.1")
17633 (source
17634 (origin
17635 (method url-fetch)
17636 (uri (cran-uri "aCRM" version))
17637 (sha256
17638 (base32
17639 "0kzp568hd9c9a9qgniia5s5gv0q5f89xfvvwpzb197gqhs3x092v"))))
17640 (properties `((upstream-name . "aCRM")))
17641 (build-system r-build-system)
17642 (propagated-inputs
17643 `(("r-ada" ,r-ada)
17644 ("r-dummies" ,r-dummies)
17645 ("r-kernelfactory" ,r-kernelfactory)
17646 ("r-randomforest" ,r-randomforest)))
17647 (home-page "https://cran.r-project.org/web/packages/aCRM/")
17648 (synopsis "Convenience functions for analytical customer relationship management")
17649 (description
17650 "This package provides convenience functions for data preparation and
17651 modeling often used in @dfn{analytical customer relationship
17652 management} (aCRM).")
17653 (license license:gpl2+)))
17654
17655 (define-public r-treeclust
17656 (package
17657 (name "r-treeclust")
17658 (version "1.1-7")
17659 (source
17660 (origin
17661 (method url-fetch)
17662 (uri (cran-uri "treeClust" version))
17663 (sha256
17664 (base32
17665 "1s7kh6q0bkixsygrip95zf1bi10ihddsa5lq9dfxd68yh8rsby6z"))))
17666 (properties `((upstream-name . "treeClust")))
17667 (build-system r-build-system)
17668 (propagated-inputs
17669 `(("r-cluster" ,r-cluster)
17670 ("r-rpart" ,r-rpart)))
17671 (home-page "https://cran.r-project.org/web/packages/treeClust/")
17672 (synopsis "Cluster distances through trees")
17673 (description
17674 "This package provides tools to create a measure of inter-point
17675 dissimilarity useful for clustering mixed data, and, optionally, perform the
17676 clustering.")
17677 (license license:gpl2+)))
17678
17679 (define-public r-acrosstic
17680 (package
17681 (name "r-acrosstic")
17682 (version "1.0-3")
17683 (source
17684 (origin
17685 (method url-fetch)
17686 (uri (cran-uri "AcrossTic" version))
17687 (sha256
17688 (base32
17689 "03180h79jhjd66ibrnsfp3yyp2jlfysp7cymw46phzj2palghsc0"))))
17690 (properties `((upstream-name . "AcrossTic")))
17691 (build-system r-build-system)
17692 (propagated-inputs
17693 `(("r-lpsolve" ,r-lpsolve)
17694 ("r-treeclust" ,r-treeclust)))
17695 (home-page "https://cran.r-project.org/web/packages/AcrossTic/")
17696 (synopsis "Cost-minimal regular spanning subgraph with TreeClust")
17697 (description
17698 "This is a package for constructing minimum-cost regular spanning
17699 subgraph as part of a non-parametric two-sample test for equality of
17700 distribution.")
17701 (license license:gpl2+)))
17702
17703 (define-public r-acrt
17704 (package
17705 (name "r-acrt")
17706 (version "1.0.1")
17707 (source
17708 (origin
17709 (method url-fetch)
17710 (uri (cran-uri "acrt" version))
17711 (sha256
17712 (base32
17713 "0y9ndcq8ffpfrv7w9rikm4zn68jpsj6baqisq9kp2433xrwzdb6s"))))
17714 (properties `((upstream-name . "acrt")))
17715 (build-system r-build-system)
17716 (propagated-inputs
17717 `(("r-rcpp" ,r-rcpp)
17718 ("r-rcppeigen" ,r-rcppeigen)
17719 ("r-sandwich" ,r-sandwich)))
17720 (home-page "https://cran.r-project.org/web/packages/acrt/")
17721 (synopsis "Autocorrelation robust testing")
17722 (description
17723 "This package provides functions for testing affine hypotheses on the
17724 regression coefficient vector in regression models with autocorrelated
17725 errors.")
17726 (license license:gpl2)))
17727
17728 (define-public r-acs
17729 (package
17730 (name "r-acs")
17731 (version "2.1.4")
17732 (source
17733 (origin
17734 (method url-fetch)
17735 (uri (cran-uri "acs" version))
17736 (sha256
17737 (base32
17738 "0ajw9rf8l8akcvgqvbxjvryc6wjx74521xyxswz2b0bky3m6kah5"))))
17739 (properties `((upstream-name . "acs")))
17740 (build-system r-build-system)
17741 (propagated-inputs
17742 `(("r-httr" ,r-httr)
17743 ("r-plyr" ,r-plyr)
17744 ("r-rcpp" ,r-rcpp)
17745 ("r-stringr" ,r-stringr)
17746 ("r-xml" ,r-xml)))
17747 (home-page "http://dusp.mit.edu/faculty/ezra-glenn")
17748 (synopsis "Work with data from the US Census")
17749 (description
17750 "This package provides a general toolkit for downloading, managing,
17751 analyzing, and presenting data from the
17752 @url{https://www.census.gov/data/developers/data-sets.html, U.S. Census},
17753 including SF1 (Decennial short-form), SF3 (Decennial long-form), and the
17754 American Community Survey (ACS). Confidence intervals provided with ACS data
17755 are converted to standard errors to be bundled with estimates in complex
17756 @code{acs} objects. The package provides new methods to conduct standard
17757 operations on @code{acs} objects and present/plot data in statistically
17758 appropriate ways.")
17759 (license license:gpl3)))
17760
17761 (define-public r-acss-data
17762 (package
17763 (name "r-acss-data")
17764 (version "1.0")
17765 (source
17766 (origin
17767 (method url-fetch)
17768 (uri (cran-uri "acss.data" version))
17769 (sha256
17770 (base32
17771 "09kl4179ipr8bq19g89xcdi1xxs397zcx5cvgp6viy8gn687ilgv"))))
17772 (properties `((upstream-name . "acss.data")))
17773 (build-system r-build-system)
17774 (home-page "http://complexitycalculator.com/methodology.html")
17775 (synopsis "Data for algorithmic complexity of short strings")
17776 (description
17777 "This is a data only package providing the algorithmic complexity of
17778 short strings, computed using the coding theorem method. For a given set of
17779 symbols in a string, all possible or a large number of random samples of
17780 Turing machines with a given number of states (e.g., 5) and number of symbols
17781 corresponding to the number of symbols in the strings were simulated until
17782 they reached a halting state or failed to end. This package contains data on
17783 4.5 million strings from length 1 to 12 simulated on Turing machines with 2,
17784 4, 5, 6, and 9 symbols. The complexity of the string corresponds to the
17785 distribution of the halting states.")
17786 (license license:gpl2+)))
17787
17788 (define-public r-acss
17789 (package
17790 (name "r-acss")
17791 (version "0.2-5")
17792 (source
17793 (origin
17794 (method url-fetch)
17795 (uri (cran-uri "acss" version))
17796 (sha256
17797 (base32
17798 "0cqa60544f58l5qd7h6xmsir40b9hqnq6pqgd5hfx2j2l5n7qhmk"))))
17799 (properties `((upstream-name . "acss")))
17800 (build-system r-build-system)
17801 (propagated-inputs
17802 `(("r-acss-data" ,r-acss-data)
17803 ("r-zoo" ,r-zoo)))
17804 (home-page "http://complexitycalculator.com/methodology.html")
17805 (synopsis "Algorithmic complexity for short strings")
17806 (description
17807 "The main purpose of this package is to provide the algorithmic
17808 complexity for short strings, an approximation of the Kolmogorov Complexity of
17809 a short string using the coding theorem method. While the database containing
17810 the complexity is provided in the data only package @code{acss.data}, this
17811 package provides functions accessing the data such as @code{prob_random}
17812 returning the posterior probability that a given string was produced by a
17813 random process. In addition, two traditional (but problematic) measures of
17814 complexity are also provided: entropy and change complexity.")
17815 (license license:gpl2+)))
17816
17817 (define-public r-acswr
17818 (package
17819 (name "r-acswr")
17820 (version "1.0")
17821 (source
17822 (origin
17823 (method url-fetch)
17824 (uri (cran-uri "ACSWR" version))
17825 (sha256
17826 (base32
17827 "195vjrkang5cl7gwsna0aq4p0h4jym9xg9yh94bnf8vq6wf8j83n"))))
17828 (properties `((upstream-name . "ACSWR")))
17829 (build-system r-build-system)
17830 (propagated-inputs
17831 `(("r-mass" ,r-mass)))
17832 (home-page "https://cran.r-project.org/web/packages/ACSWR/")
17833 (synopsis "Companion package for the book \"A Course in Statistics with R\"")
17834 (description
17835 "This is a companion package for the book \"A Course in Statistics with
17836 R\" (ISBN 978-1-119-15272-9.)")
17837 (license license:gpl2)))
17838
17839 (define-public r-alabama
17840 (package
17841 (name "r-alabama")
17842 (version "2015.3-1")
17843 (source
17844 (origin
17845 (method url-fetch)
17846 (uri (cran-uri "alabama" version))
17847 (sha256
17848 (base32
17849 "0mlgk929gdismikwx4k2ndqq57nnqj7mlgvd3479b214hksgq036"))))
17850 (properties `((upstream-name . "alabama")))
17851 (build-system r-build-system)
17852 (propagated-inputs `(("r-numderiv" ,r-numderiv)))
17853 (home-page "https://cran.r-project.org/web/packages/alabama/")
17854 (synopsis "Constrained nonlinear optimization")
17855 (description
17856 "Alabama stands for Augmented Lagrangian Adaptive Barrier Minimization
17857 Algorithm; it is used for optimizing smooth nonlinear objective functions with
17858 constraints. Linear or nonlinear equality and inequality constraints are
17859 allowed.")
17860 (license license:gpl2+)))
17861
17862 (define-public r-gdina
17863 (package
17864 (name "r-gdina")
17865 (version "2.7.9")
17866 (source
17867 (origin
17868 (method url-fetch)
17869 (uri (cran-uri "GDINA" version))
17870 (sha256
17871 (base32
17872 "13pmj069r04h38hg61ibyn1ab15zdy9m0qv60vi25ahgsmg6ccvx"))))
17873 (properties `((upstream-name . "GDINA")))
17874 (build-system r-build-system)
17875 (propagated-inputs
17876 `(("r-alabama" ,r-alabama)
17877 ("r-ggplot2" ,r-ggplot2)
17878 ("r-mass" ,r-mass)
17879 ("r-nloptr" ,r-nloptr)
17880 ("r-numderiv" ,r-numderiv)
17881 ("r-rcpp" ,r-rcpp)
17882 ("r-rcpparmadillo" ,r-rcpparmadillo)
17883 ("r-rsolnp" ,r-rsolnp)
17884 ("r-shiny" ,r-shiny)
17885 ("r-shinydashboard" ,r-shinydashboard)))
17886 (home-page "https://github.com/Wenchao-Ma/GDINA")
17887 (synopsis "Generalized DINA model framework")
17888 (description
17889 "This package provides a set of psychometric tools for cognitive
17890 diagnosis modeling based on the generalized deterministic inputs, noisy and
17891 gate (G-DINA) model by de la Torre (2011) @url{doi:10.1007/s11336-011-9207-7}
17892 and its extensions, including the sequential G-DINA model by Ma and de la
17893 Torre (2016) @url{doi:10.1111/bmsp.12070} for polytomous responses, and the
17894 polytomous G-DINA model by Chen and de la Torre
17895 @url{doi:10.1177/0146621613479818} for polytomous attributes. Joint attribute
17896 distribution can be independent, saturated, higher-order, loglinear smoothed
17897 or structured. Q-matrix validation, item and model fit statistics, model
17898 comparison at test and item level and differential item functioning can also
17899 be conducted. A graphical user interface is also provided.")
17900 (license license:gpl3)))
17901
17902 (define-public r-actcd
17903 (package
17904 (name "r-actcd")
17905 (version "1.2-0")
17906 (source
17907 (origin
17908 (method url-fetch)
17909 (uri (cran-uri "ACTCD" version))
17910 (sha256
17911 (base32
17912 "0mzjxxr2zfdidw8ibh6w8mvpkw3q3nvngqi05g9ind26ckvk053p"))))
17913 (properties `((upstream-name . "ACTCD")))
17914 (build-system r-build-system)
17915 (propagated-inputs
17916 `(("r-gdina" ,r-gdina)
17917 ("r-r-methodss3" ,r-r-methodss3)))
17918 (native-inputs
17919 `(("gfortran" ,gfortran)))
17920 (home-page "https://cran.r-project.org/web/packages/ACTCD/")
17921 (synopsis "Asymptotic classification theory for cognitive diagnosis")
17922 (description
17923 "This is a package supporting cluster analysis for cognitive diagnosis
17924 based on the Asymptotic Classification Theory (Chiu, Douglas & Li, 2009;
17925 @url{doi:10.1007/s11336-009-9125-0}). Given the sample statistic of
17926 sum-scores, cluster analysis techniques can be used to classify examinees into
17927 latent classes based on their attribute patterns. In addition to the
17928 algorithms used to classify data, three labeling approaches are proposed to
17929 label clusters so that examinees' attribute profiles can be obtained.")
17930 (license license:gpl2+)))
17931
17932 (define-public r-ineq
17933 (package
17934 (name "r-ineq")
17935 (version "0.2-13")
17936 (source
17937 (origin
17938 (method url-fetch)
17939 (uri (cran-uri "ineq" version))
17940 (sha256
17941 (base32
17942 "09fsxyrh0j7mwmb5hkhmrzgcy7kf85jxkh7zlwpgqgcsyl1n91z0"))))
17943 (properties `((upstream-name . "ineq")))
17944 (build-system r-build-system)
17945 (home-page "https://cran.r-project.org/web/packages/ineq/")
17946 (synopsis "Measuring inequality, concentration, and poverty")
17947 (description
17948 "This package provides tools for measuring inequality, concentration, and
17949 poverty measures. It provides both empirical and theoretical Lorenz curves.")
17950 ;; Either of these two versions.
17951 (license (list license:gpl2 license:gpl3))))
17952
17953 (define-public r-actfrag
17954 (package
17955 (name "r-actfrag")
17956 (version "0.1.1")
17957 (source
17958 (origin
17959 (method url-fetch)
17960 (uri (cran-uri "ActFrag" version))
17961 (sha256
17962 (base32
17963 "08r3gwjz4fkyy85dxqix0ffm5xyq45032qv3snnzxnlqxslxbqn1"))))
17964 (properties `((upstream-name . "ActFrag")))
17965 (build-system r-build-system)
17966 (propagated-inputs
17967 `(("r-accelerometry" ,r-accelerometry)
17968 ("r-dplyr" ,r-dplyr)
17969 ("r-ineq" ,r-ineq)
17970 ("r-survival" ,r-survival)
17971 ("r-tidyr" ,r-tidyr)))
17972 (home-page "https://github.com/junruidi/ActFrag")
17973 (synopsis "Activity fragmentation metrics extraction")
17974 (description
17975 "This package provides functions to extract commonly used fragmentation
17976 metrics to quantify time accumulation strategies based on minute level
17977 actigraphy-measured activity counts data.")
17978 (license license:gpl3)))
17979
17980 (define-public r-fda
17981 (package
17982 (name "r-fda")
17983 (version "2.4.8.1")
17984 (source
17985 (origin
17986 (method url-fetch)
17987 (uri (cran-uri "fda" version))
17988 (sha256
17989 (base32
17990 "0g50kj1dx7zarjv0lgwyzd2c7bv6di7nkndmywday5vjywgl8m7a"))))
17991 (properties `((upstream-name . "fda")))
17992 (build-system r-build-system)
17993 (propagated-inputs
17994 `(("r-matrix" ,r-matrix)))
17995 (home-page "http://www.functionaldata.org")
17996 (synopsis "Functional data analysis")
17997 (description
17998 "These functions were developed to support functional data analysis as
17999 described in Ramsay, J. O. and Silverman, B. W. (2005) Functional Data
18000 Analysis. The package includes data sets and script files working many
18001 examples.")
18002 (license license:gpl2+)))
18003
18004 (define-public r-actigraphy
18005 (package
18006 (name "r-actigraphy")
18007 (version "1.4.0")
18008 (source
18009 (origin
18010 (method url-fetch)
18011 (uri (cran-uri "Actigraphy" version))
18012 (sha256
18013 (base32
18014 "0bpmvszzv5fm72nar3wgnmfl5am7znqfajmlbv38ihkbi7jbwk20"))))
18015 (properties `((upstream-name . "Actigraphy")))
18016 (build-system r-build-system)
18017 (propagated-inputs
18018 `(("r-fda" ,r-fda)))
18019 (home-page "https://cran.r-project.org/web/packages/Actigraphy/")
18020 (synopsis "Actigraphy data analysis")
18021 (description
18022 "This package provides tools for functional linear modeling and analysis
18023 of actigraphy data.")
18024 (license license:asl2.0)))
18025
18026 (define-public r-activedriver
18027 (package
18028 (name "r-activedriver")
18029 (version "1.0.0")
18030 (source
18031 (origin
18032 (method url-fetch)
18033 (uri (cran-uri "ActiveDriver" version))
18034 (sha256
18035 (base32
18036 "10c7ga48fwvpd5mc4dqiyw4kc2l0iz5qn4hg7xk15r1qmm5rsipa"))))
18037 (properties `((upstream-name . "ActiveDriver")))
18038 (build-system r-build-system)
18039 (propagated-inputs
18040 `(("r-mass" ,r-mass)))
18041 (home-page "https://cran.r-project.org/web/packages/ActiveDriver/")
18042 (synopsis "Tools for finding cancer driver proteins")
18043 (description
18044 "This package provides a mutation analysis tool that discovers cancer
18045 driver genes with frequent mutations in protein signalling sites such as
18046 post-translational modifications (phosphorylation, ubiquitination, etc). The
18047 Poisson generalized linear regression model identifies genes where cancer
18048 mutations in signalling sites are more frequent than expected from the
18049 sequence of the entire gene. Integration of mutations with signalling
18050 information helps find new driver genes and propose candidate mechanisms to
18051 known drivers.")
18052 (license license:gpl2+)))
18053
18054 (define-public r-activitycounts
18055 (package
18056 (name "r-activitycounts")
18057 (version "0.1.2")
18058 (source
18059 (origin
18060 (method url-fetch)
18061 (uri (cran-uri "activityCounts" version))
18062 (sha256
18063 (base32
18064 "0zgxr2sk3a8kmygfxx1p5hnrfwdkxx7php6jlrhm8wv6052ck8jz"))))
18065 (properties
18066 `((upstream-name . "activityCounts")))
18067 (build-system r-build-system)
18068 (propagated-inputs
18069 `(("r-lubridate" ,r-lubridate)
18070 ("r-magrittr" ,r-magrittr)
18071 ("r-seewave" ,r-seewave)
18072 ("r-signal" ,r-signal)
18073 ("r-tibble" ,r-tibble)))
18074 (home-page "https://github.com/walkabillylab/activityCounts")
18075 (synopsis "Generate ActiLife counts")
18076 (description
18077 "ActiLife generates activity counts from data collected by Actigraph
18078 accelerometers. Actigraph is one of the most common research-grade
18079 accelerometers. There is considerable research validating and developing
18080 algorithms for human activity using ActiLife counts. Unfortunately, ActiLife
18081 counts are proprietary and difficult to implement if researchers use different
18082 accelerometer brands. The code creates ActiLife counts from raw acceleration
18083 data for different accelerometer brands.")
18084 (license license:gpl3)))
18085
18086 (define-public r-activityindex
18087 (package
18088 (name "r-activityindex")
18089 (version "0.3.6")
18090 (source
18091 (origin
18092 (method url-fetch)
18093 (uri (cran-uri "ActivityIndex" version))
18094 (sha256
18095 (base32
18096 "14k6d78s15j7kb7jhixf4msrdjdl28d0r264cbvy41p8dkq7ysvk"))))
18097 (properties `((upstream-name . "ActivityIndex")))
18098 (build-system r-build-system)
18099 (propagated-inputs
18100 `(("r-data-table" ,r-data-table)
18101 ("r-matrixstats" ,r-matrixstats)
18102 ("r-r-utils" ,r-r-utils)))
18103 (home-page "https://cran.r-project.org/web/packages/ActivityIndex/")
18104 (synopsis "Activity Index calculation using raw accelerometry data")
18105 (description
18106 "This is a package to read raw accelerometry from GT3X+ accelerometry
18107 data and plain table data to calculate the Activity Index from Bai et
18108 al. (2016) @url{doi:10.1371/journal.pone.0160644}.")
18109 (license license:gpl3)))
18110
18111 (define-public r-activpal
18112 (package
18113 (name "r-activpal")
18114 (version "0.1.3")
18115 (source
18116 (origin
18117 (method url-fetch)
18118 (uri (cran-uri "activPAL" version))
18119 (sha256
18120 (base32
18121 "1h6hp5z89ji73gdzxy1dgbfwjysiy5lvcqh90xagpb7sa7ahs3na"))))
18122 (properties `((upstream-name . "activPAL")))
18123 (build-system r-build-system)
18124 (propagated-inputs
18125 `(("r-devtools" ,r-devtools)
18126 ("r-dplyr" ,r-dplyr)
18127 ("r-ggplot2" ,r-ggplot2)
18128 ("r-lubridate" ,r-lubridate)
18129 ("r-magrittr" ,r-magrittr)
18130 ("r-tidyr" ,r-tidyr)))
18131 (home-page "https://cran.r-project.org/web/packages/activPAL")
18132 (synopsis "Processing and chart generation from activPAL events files")
18133 (description
18134 "This package contains functions to generate pre-defined summary
18135 statistics from activPAL events files. The package also contains functions to
18136 produce informative graphics that visualize physical activity behaviour and
18137 trends. This includes generating graphs that align physical activity
18138 behaviour with additional time based observations described by other data
18139 sets, such as sleep diaries and continuous glucose monitoring data.")
18140 (license license:gpl3)))
18141
18142 (define-public r-activpalprocessing
18143 (package
18144 (name "r-activpalprocessing")
18145 (version "1.0.2")
18146 (source
18147 (origin
18148 (method url-fetch)
18149 (uri (cran-uri "activpalProcessing" version))
18150 (sha256
18151 (base32
18152 "1y0bjx2qx53iy930y9iww4q1yzjj8y16cwgixk1mq3w4g1f116d1"))))
18153 (properties
18154 `((upstream-name . "activpalProcessing")))
18155 (build-system r-build-system)
18156 (propagated-inputs
18157 `(("r-chron" ,r-chron)))
18158 (home-page "https://cran.r-project.org/web/packages/activpalProcessing/")
18159 (synopsis "Process activPAL events files")
18160 (description
18161 "This package performs estimation of physical activity and sedentary
18162 behavior variables from activPAL events files.")
18163 ;; Either version of the GPL.
18164 (license (list license:gpl2 license:gpl3))))
18165
18166 (define-public r-actogrammr
18167 (package
18168 (name "r-actogrammr")
18169 (version "0.2.3")
18170 (source
18171 (origin
18172 (method url-fetch)
18173 (uri (cran-uri "actogrammr" version))
18174 (sha256
18175 (base32
18176 "1jzvarmd41yqlrkagzlc8m19n5mn0w0b36fy50lyvgrfsafjfbqa"))))
18177 (properties `((upstream-name . "actogrammr")))
18178 (build-system r-build-system)
18179 (propagated-inputs
18180 `(("r-dplyr" ,r-dplyr)
18181 ("r-ggplot2" ,r-ggplot2)
18182 ("r-lubridate" ,r-lubridate)
18183 ("r-readr" ,r-readr)
18184 ("r-tidyr" ,r-tidyr)))
18185 (home-page "https://cran.r-project.org/web/packages/actogrammr/")
18186 (synopsis "Read in activity data and plot actograms")
18187 (description
18188 "Read in activity measurements from standard file formats used by
18189 circadian rhythm researchers, currently only ClockLab format, and process and
18190 plot the data. The central type of plot is the actogram, as first described
18191 in \"Activity and distribution of certain wild mice in relation to biotic
18192 communities\" by MS Johnson (1926) @url{doi:10.2307/1373575}.")
18193 (license license:gpl3)))
18194
18195 (define-public r-expint
18196 (package
18197 (name "r-expint")
18198 (version "0.1-6")
18199 (source
18200 (origin
18201 (method url-fetch)
18202 (uri (cran-uri "expint" version))
18203 (sha256
18204 (base32
18205 "0iai25cglcdnf44d2d1fz1xpw4q600my4zq4493fk4cs5673mlf7"))))
18206 (properties `((upstream-name . "expint")))
18207 (build-system r-build-system)
18208 (home-page "https://gitlab.com/vigou3/expint")
18209 (synopsis "Exponential integral and incomplete Gamma function")
18210 (description
18211 "This package provides the exponential integrals @code{E_1(x)},
18212 @code{E_2(x)}, @code{E_n(x)} and @code{Ei(x)}, and the incomplete gamma
18213 function @code{G(a, x)} defined for negative values of its first argument.
18214 The package also gives easy access to the underlying C routines through an
18215 API; see the package vignette for details.")
18216 (license license:gpl2+)))
18217
18218 (define-public r-actuar
18219 (package
18220 (name "r-actuar")
18221 (version "2.3-3")
18222 (source
18223 (origin
18224 (method url-fetch)
18225 (uri (cran-uri "actuar" version))
18226 (sha256
18227 (base32
18228 "0aw3hlan5y22mdqk1wvnw9ksqhwp4yy5hi0dpv21p7s0hyxhphih"))))
18229 (properties `((upstream-name . "actuar")))
18230 (build-system r-build-system)
18231 (propagated-inputs `(("r-expint" ,r-expint)))
18232 (home-page "https://gitlab.com/vigou3/actuar")
18233 (synopsis "Actuarial functions and heavy tailed distributions")
18234 (description
18235 "This package provides functions and data sets for actuarial science:
18236 modeling of loss distributions; risk theory and ruin theory; simulation of
18237 compound models, discrete mixtures and compound hierarchical models;
18238 credibility theory. It boasts support for many additional probability
18239 distributions to model insurance loss amounts and loss frequency: 19
18240 continuous heavy tailed distributions; the Poisson-inverse Gaussian discrete
18241 distribution; zero-truncated and zero-modified extensions of the standard
18242 discrete distributions. It also supports phase-type distributions commonly
18243 used to compute ruin probabilities.")
18244 (license license:gpl2+)))
18245
18246 (define-public r-bmp
18247 (package
18248 (name "r-bmp")
18249 (version "0.3")
18250 (source
18251 (origin
18252 (method url-fetch)
18253 (uri (cran-uri "bmp" version))
18254 (sha256
18255 (base32
18256 "0jd67r11bn98hjwgyr6gas423787xy7ji2hq7ay80blkkcj91xxx"))))
18257 (properties `((upstream-name . "bmp")))
18258 (build-system r-build-system)
18259 (home-page "https://cran.r-project.org/web/packages/bmp/")
18260 (synopsis "Read Bitmap (BMP) images")
18261 (description
18262 "This package provides pure R tools to read BMP format images. It is
18263 currently limited to 8 bit greyscale images and 24, 32 bit (A)RGB images.")
18264 (license license:gpl2+)))
18265
18266 (define-public r-readbitmap
18267 (package
18268 (name "r-readbitmap")
18269 (version "0.1.5")
18270 (source
18271 (origin
18272 (method url-fetch)
18273 (uri (cran-uri "readbitmap" version))
18274 (sha256
18275 (base32
18276 "14825906l326w59g6apy00j55jg3h5kx2r6s031f4gdkbrc7szbk"))))
18277 (properties `((upstream-name . "readbitmap")))
18278 (build-system r-build-system)
18279 (inputs
18280 `(("libjpeg" ,libjpeg)
18281 ("libpng" ,libpng)))
18282 (propagated-inputs
18283 `(("r-bmp" ,r-bmp)
18284 ("r-jpeg" ,r-jpeg)
18285 ("r-png" ,r-png)
18286 ("r-tiff" ,r-tiff)))
18287 (home-page "https://github.com/jefferis/readbitmap")
18288 (synopsis "Unified interface to read bitmap images (BMP, JPEG, PNG, TIFF)")
18289 (description
18290 "This package provides tools to identify and read BMP, JPEG, PNG, and
18291 TIFF format bitmap images. Identification defaults to the use of the magic
18292 number embedded in the file rather than the file extension.")
18293 (license license:gpl2+)))
18294
18295 (define-public r-imager
18296 (package
18297 (name "r-imager")
18298 (version "0.42.1")
18299 (source
18300 (origin
18301 (method url-fetch)
18302 (uri (cran-uri "imager" version))
18303 (sha256
18304 (base32
18305 "1d7a49lcna77wyfjf5q1b89jck3p3vnysnkgz4drb0qkpy6hz76b"))))
18306 (properties `((upstream-name . "imager")))
18307 (build-system r-build-system)
18308 (inputs
18309 `(("fftw" ,fftw)
18310 ("libtiff" ,libtiff)
18311 ("libx11" ,libx11)
18312 ("zlib" ,zlib)))
18313 (propagated-inputs
18314 `(("r-downloader" ,r-downloader)
18315 ("r-igraph" ,r-igraph)
18316 ("r-jpeg" ,r-jpeg)
18317 ("r-magrittr" ,r-magrittr)
18318 ("r-png" ,r-png)
18319 ("r-purrr" ,r-purrr)
18320 ("r-rcpp" ,r-rcpp)
18321 ("r-readbitmap" ,r-readbitmap)
18322 ("r-stringr" ,r-stringr)))
18323 (native-inputs `(("pkg-config" ,pkg-config)))
18324 (home-page "http://dahtah.github.io/imager")
18325 (synopsis "Image processing library")
18326 (description
18327 "This is a package for fast image processing for images in up to 4
18328 dimensions (two spatial dimensions, one time/depth dimension, one color
18329 dimension). It provides most traditional image processing tools (filtering,
18330 morphology, transformations, etc.) as well as various functions for easily
18331 analyzing image data using R. The package wraps @url{http://cimg.eu, CImg}, a
18332 simple, modern C++ library for image processing.")
18333 (license license:lgpl3)))
18334
18335 (define-public r-acuityview
18336 (package
18337 (name "r-acuityview")
18338 (version "0.1")
18339 (source
18340 (origin
18341 (method url-fetch)
18342 (uri (cran-uri "AcuityView" version))
18343 (sha256
18344 (base32
18345 "0f0iclmnwdc8ixiiai4svk4x1g3pjy7dhm3cm58fv6ckx12d3d2l"))))
18346 (properties `((upstream-name . "AcuityView")))
18347 (build-system r-build-system)
18348 (propagated-inputs
18349 `(("r-fftwtools" ,r-fftwtools)
18350 ("r-imager" ,r-imager)
18351 ("r-plotrix" ,r-plotrix)))
18352 (home-page "https://cran.r-project.org/web/packages/AcuityView/")
18353 (synopsis "Display scenes as seen by an animal with less acute vision")
18354 (description
18355 "This package provides a simple method for representing a visual scene as
18356 it may be seen by an animal with less acute vision.")
18357 (license license:gpl2+)))
18358
18359 (define-public r-caret
18360 (package
18361 (name "r-caret")
18362 (version "6.0-85")
18363 (source
18364 (origin
18365 (method url-fetch)
18366 (uri (cran-uri "caret" version))
18367 (sha256
18368 (base32
18369 "0jxbf2zcvbb5s2pnjzg182awjvylc57q7z5plx6gs6gm62zxjafs"))))
18370 (build-system r-build-system)
18371 (propagated-inputs
18372 `(("r-foreach" ,r-foreach)
18373 ("r-ggplot2" ,r-ggplot2)
18374 ("r-lattice" ,r-lattice)
18375 ("r-modelmetrics" ,r-modelmetrics)
18376 ("r-nlme" ,r-nlme)
18377 ("r-plyr" ,r-plyr)
18378 ("r-proc" ,r-proc)
18379 ("r-recipes" ,r-recipes)
18380 ("r-reshape2" ,r-reshape2)
18381 ("r-withr" ,r-withr)))
18382 (home-page "https://github.com/topepo/caret")
18383 (synopsis "Classification and regression training")
18384 (description
18385 "This package provides miscellaneous functions for training and plotting
18386 classification and regression models.")
18387 (license license:gpl2+)))
18388
18389 (define-public r-adabag
18390 (package
18391 (name "r-adabag")
18392 (version "4.2")
18393 (source
18394 (origin
18395 (method url-fetch)
18396 (uri (cran-uri "adabag" version))
18397 (sha256
18398 (base32
18399 "109wrl1pwvmyv2l909hrvk7dg4aa9pv449mvdycp50zwrsw9w0a7"))))
18400 (properties `((upstream-name . "adabag")))
18401 (build-system r-build-system)
18402 (propagated-inputs
18403 `(("r-caret" ,r-caret)
18404 ("r-doparallel" ,r-doparallel)
18405 ("r-foreach" ,r-foreach)
18406 ("r-rpart" ,r-rpart)))
18407 (home-page "https://cran.r-project.org/web/packages/adabag/")
18408 (synopsis "Multiclass AdaBoost.M1, SAMME and Bagging")
18409 (description
18410 "This package implements Freund and Schapire's Adaboost.M1 algorithm and
18411 Breiman's Bagging algorithm using classification trees as individual
18412 classifiers. Once these classifiers have been trained, they can be used to
18413 predict on new data. Also, cross validation estimation of the error can be
18414 done.")
18415 (license license:gpl2+)))
18416
18417 (define-public r-adagio
18418 (package
18419 (name "r-adagio")
18420 (version "0.7.1")
18421 (source
18422 (origin
18423 (method url-fetch)
18424 (uri (cran-uri "adagio" version))
18425 (sha256
18426 (base32
18427 "1h9l0ddrxq8y35iy9hdkxdvdwsqpnpkzzbkbwwhm4380lq1m7a3k"))))
18428 (properties `((upstream-name . "adagio")))
18429 (build-system r-build-system)
18430 (native-inputs `(("gfortran" ,gfortran)))
18431 (home-page "https://cran.r-project.org/web/packages/adagio/")
18432 (synopsis "Discrete and global optimization routines")
18433 (description
18434 "This package provides methods and algorithms for discrete optimization,
18435 e.g. knapsack and subset sum procedures, derivative-free Nelder-Mead and
18436 Hooke-Jeeves minimization, and some (evolutionary) global optimization
18437 functions.")
18438 (license license:gpl3+)))
18439
18440 (define-public r-univoutl
18441 (package
18442 (name "r-univoutl")
18443 (version "0.1-5")
18444 (source
18445 (origin
18446 (method url-fetch)
18447 (uri (cran-uri "univOutl" version))
18448 (sha256
18449 (base32
18450 "193wrpkvgmlrx43nag8w3ivrlqm37nm6g86wcvd3bgw3hchs70gi"))))
18451 (properties `((upstream-name . "univOutl")))
18452 (build-system r-build-system)
18453 (propagated-inputs
18454 `(("r-hmisc" ,r-hmisc)
18455 ("r-robustbase" ,r-robustbase)))
18456 (home-page "https://github.com/marcellodo/univOutl")
18457 (synopsis "Detection of univariate outliers")
18458 (description
18459 "This package provides well-known outlier detection techniques in the
18460 univariate case. Methods to deal with skewed distribution are included too.
18461 The Hidiroglou-Berthelot (1986) method to search for outliers in ratios of
18462 historical data is implemented as well. When available, survey weights can be
18463 used in outliers detection.")
18464 (license license:gpl2+)))
18465
18466 (define-public r-tolerance
18467 (package
18468 (name "r-tolerance")
18469 (version "2.0.0")
18470 (source
18471 (origin
18472 (method url-fetch)
18473 (uri (cran-uri "tolerance" version))
18474 (sha256
18475 (base32
18476 "001snzr2ipag3zprynydlbi9prkjzrllc054qh7m0qwkb3r19jjd"))))
18477 (properties `((upstream-name . "tolerance")))
18478 (build-system r-build-system)
18479 (propagated-inputs
18480 `(("r-mass" ,r-mass)
18481 ("r-rgl" ,r-rgl)))
18482 (home-page "https://cran.r-project.org/web/packages/tolerance/")
18483 (synopsis "Statistical tolerance intervals and regions")
18484 (description
18485 "This package provides functions for estimating tolerance
18486 limits (intervals) for various univariate distributions (binomial, Cauchy,
18487 discrete Pareto, exponential, two-parameter exponential, extreme value,
18488 hypergeometric, Laplace, logistic, negative binomial, negative hypergeometric,
18489 normal, Pareto, Poisson-Lindley, Poisson, uniform, and Zipf-Mandelbrot),
18490 Bayesian normal tolerance limits, multivariate normal tolerance regions,
18491 nonparametric tolerance intervals, tolerance bands for regression
18492 settings (linear regression, nonlinear regression, nonparametric regression,
18493 and multivariate regression), and analysis of variance tolerance intervals.
18494 Visualizations are also available for most of these settings.")
18495 (license license:gpl2+)))
18496
18497 (define-public r-additivitytests
18498 (package
18499 (name "r-additivitytests")
18500 (version "1.1-4")
18501 (source
18502 (origin
18503 (method url-fetch)
18504 (uri (cran-uri "additivityTests" version))
18505 (sha256
18506 (base32
18507 "048ds90wqjdjy1nyhna3m06asdklbh8sx1n556kss2j1r1pma1sw"))))
18508 (properties
18509 `((upstream-name . "additivityTests")))
18510 (build-system r-build-system)
18511 (home-page "https://github.com/simecek/additivityTests")
18512 (synopsis "Additivity tests in the two way Anova with single sub-class numbers")
18513 (description
18514 "This package provides an implementation of the Tukey, Mandel,
18515 Johnson-Graybill, LBI, Tusell and modified Tukey non-additivity tests.")
18516 (license license:gpl3)))
18517
18518 (define-public r-flexclust
18519 (package
18520 (name "r-flexclust")
18521 (version "1.4-0")
18522 (source
18523 (origin
18524 (method url-fetch)
18525 (uri (cran-uri "flexclust" version))
18526 (sha256
18527 (base32
18528 "0x7wxk8y46ndyz6fdacym0rd6p9wh3pcfr28chjcg5d7fm849zl2"))))
18529 (properties `((upstream-name . "flexclust")))
18530 (build-system r-build-system)
18531 (propagated-inputs
18532 `(("r-class" ,r-class)
18533 ("r-lattice" ,r-lattice)
18534 ("r-modeltools" ,r-modeltools)))
18535 (home-page "https://cran.r-project.org/web/packages/flexclust/")
18536 (synopsis "Flexible cluster algorithms")
18537 (description
18538 "The main function @code{kcca} implements a general framework for
18539 k-centroids cluster analysis supporting arbitrary distance measures and
18540 centroid computation. Further cluster methods include hard competitive
18541 learning, neural gas, and QT clustering. There are numerous visualization
18542 methods for cluster results (neighborhood graphs, convex cluster hulls,
18543 barcharts of centroids, ...), and bootstrap methods for the analysis of
18544 cluster stability.")
18545 (license license:gpl2)))
18546
18547 (define-public r-biclust
18548 (package
18549 (name "r-biclust")
18550 (version "2.0.2")
18551 (source
18552 (origin
18553 (method url-fetch)
18554 (uri (cran-uri "biclust" version))
18555 (sha256
18556 (base32
18557 "1pk7mvwlg4hkc4cn4w6wr2c192qx03d1xfwlzclk5bw1nmcg483b"))))
18558 (properties `((upstream-name . "biclust")))
18559 (build-system r-build-system)
18560 (propagated-inputs
18561 `(("r-additivitytests" ,r-additivitytests)
18562 ("r-colorspace" ,r-colorspace)
18563 ("r-flexclust" ,r-flexclust)
18564 ("r-ggplot2" ,r-ggplot2)
18565 ("r-lattice" ,r-lattice)
18566 ("r-mass" ,r-mass)
18567 ("r-tidyr" ,r-tidyr)))
18568 (home-page "https://cran.r-project.org/web/packages/biclust/")
18569 (synopsis "BiCluster algorithms")
18570 (description
18571 "The main function @code{biclust()} provides several algorithms to find
18572 biclusters in two-dimensional data, spectral, plaid model, xmotifs, and bimax.
18573 In addition, the package provides methods for data
18574 preprocessing (normalization and discretization), visualization, and
18575 validation of bicluster solutions.")
18576 (license license:gpl3)))
18577
18578 (define-public r-icge
18579 (package
18580 (name "r-icge")
18581 (version "0.3")
18582 (source
18583 (origin
18584 (method url-fetch)
18585 (uri (cran-uri "ICGE" version))
18586 (sha256
18587 (base32
18588 "0xin7zml1nbygyi08hhg3wwr2jr1zcsvrlgia89zp4xanxlzgaqa"))))
18589 (properties `((upstream-name . "ICGE")))
18590 (build-system r-build-system)
18591 (propagated-inputs
18592 `(("r-cluster" ,r-cluster)
18593 ("r-mass" ,r-mass)))
18594 (home-page "https://cran.r-project.org/web/packages/ICGE/")
18595 (synopsis "Cluster estimation and identification of atypical units")
18596 (description
18597 "ICGE is a package that helps to estimate the number of real clusters in
18598 data as well as to identify atypical units. The underlying methods are based
18599 on distances rather than on unit x variables.")
18600 (license license:gpl2+)))
18601
18602 (define-public r-depth
18603 (package
18604 (name "r-depth")
18605 (version "2.1-1.1")
18606 (source
18607 (origin
18608 (method url-fetch)
18609 (uri (cran-uri "depth" version))
18610 (sha256
18611 (base32
18612 "0szy0027nh4ps1z919i740i50app5q7cfyg1fj7pdyl45nbl8k6m"))))
18613 (properties `((upstream-name . "depth")))
18614 (build-system r-build-system)
18615 (propagated-inputs
18616 `(("r-abind" ,r-abind)
18617 ("r-circular" ,r-circular)
18618 ("r-rgl" ,r-rgl)))
18619 (native-inputs
18620 `(("gfortran" ,gfortran)))
18621 (home-page "https://cran.r-project.org/web/packages/depth/")
18622 (synopsis "Nonparametric depth functions for multivariate analysis")
18623 (description
18624 "This package provides tools for depth functions methodology applied to
18625 multivariate analysis. Besides allowing calculation of depth values and
18626 depth-based location estimators, the package includes functions or drawing
18627 contour plots and perspective plots of depth functions. Euclidian and
18628 spherical depths are supported.")
18629 (license license:gpl2)))
18630
18631 (define-public r-archetypes
18632 (package
18633 (name "r-archetypes")
18634 (version "2.2-0.1")
18635 (source
18636 (origin
18637 (method url-fetch)
18638 (uri (cran-uri "archetypes" version))
18639 (sha256
18640 (base32
18641 "0ibxsr173ib77gjhid91m85s8gjii4mi2w3d52q5301igv20p7r0"))))
18642 (properties `((upstream-name . "archetypes")))
18643 (build-system r-build-system)
18644 (propagated-inputs
18645 `(("r-modeltools" ,r-modeltools)
18646 ("r-nnls" ,r-nnls)))
18647 (home-page "https://cran.r-project.org/web/packages/archetypes")
18648 (synopsis "Archetypal analysis")
18649 (description
18650 "The main function @code{archetypes} implements a framework for
18651 archetypal analysis supporting arbitrary problem solving mechanisms for the
18652 different conceptual parts of the algorithm.")
18653 (license license:gpl2+)))
18654
18655 (define-public r-shapes
18656 (package
18657 (name "r-shapes")
18658 (version "1.2.5")
18659 (source
18660 (origin
18661 (method url-fetch)
18662 (uri (cran-uri "shapes" version))
18663 (sha256
18664 (base32
18665 "0gfpdydfysp5mwg7qmkn73s67gvh2szb40mzqrx97h41ijgcgd8s"))))
18666 (properties `((upstream-name . "shapes")))
18667 (build-system r-build-system)
18668 (propagated-inputs
18669 `(("r-mass" ,r-mass)
18670 ("r-minpack-lm" ,r-minpack-lm)
18671 ("r-rgl" ,r-rgl)
18672 ("r-scatterplot3d" ,r-scatterplot3d)))
18673 (home-page "http://www.maths.nottingham.ac.uk/~ild/shapes")
18674 (synopsis "Statistical shape analysis")
18675 (description
18676 "This package provides routines for the statistical analysis of landmark
18677 shapes, including Procrustes analysis, graphical displays, principal
18678 components analysis, permutation and bootstrap tests, thin-plate spline
18679 transformation grids and comparing covariance matrices. See Dryden, I.L. and
18680 Mardia, K.V. (2016). Statistical shape analysis, with Applications in R (2nd
18681 Edition), John Wiley and Sons.")
18682 (license license:gpl2)))
18683
18684 (define-public r-anthropometry
18685 (package
18686 (name "r-anthropometry")
18687 (version "1.13")
18688 (source
18689 (origin
18690 (method url-fetch)
18691 (uri (cran-uri "Anthropometry" version))
18692 (sha256
18693 (base32
18694 "1f568ri1s6psaby8y737vrkarbjg64v89d4jyw23hy17apdmszr8"))))
18695 (properties `((upstream-name . "Anthropometry")))
18696 (build-system r-build-system)
18697 (propagated-inputs
18698 `(("r-archetypes" ,r-archetypes)
18699 ("r-biclust" ,r-biclust)
18700 ("r-cluster" ,r-cluster)
18701 ("r-depth" ,r-depth)
18702 ("r-fnn" ,r-fnn)
18703 ("r-icge" ,r-icge)
18704 ("r-nnls" ,r-nnls)
18705 ("r-rgl" ,r-rgl)
18706 ("r-shapes" ,r-shapes)))
18707 (home-page "https://cran.r-project.org/web/packages/Anthropometry/")
18708 (synopsis "Statistical methods for anthropometric data")
18709 (description
18710 "This package provides statistical methods especially developed to
18711 analyze anthropometric data. These methods are aimed at providing effective
18712 solutions to some commons problems related to Ergonomics and Anthropometry.
18713 They are based on clustering, the statistical concept of data depth,
18714 statistical shape analysis and archetypal analysis.")
18715 (license license:gpl2+)))
18716
18717 (define-public r-adamethods
18718 (package
18719 (name "r-adamethods")
18720 (version "1.2")
18721 (source
18722 (origin
18723 (method url-fetch)
18724 (uri (cran-uri "adamethods" version))
18725 (sha256
18726 (base32
18727 "0mp73zh5x6h18gv29v981kb9n632kb58lvlcxwr6vcvrx393nrxh"))))
18728 (properties `((upstream-name . "adamethods")))
18729 (build-system r-build-system)
18730 (propagated-inputs
18731 `(("r-anthropometry" ,r-anthropometry)
18732 ("r-archetypes" ,r-archetypes)
18733 ("r-fnn" ,r-fnn)
18734 ("r-foreach" ,r-foreach)
18735 ("r-nnls" ,r-nnls)
18736 ("r-tolerance" ,r-tolerance)
18737 ("r-univoutl" ,r-univoutl)))
18738 (home-page "https://cran.r-project.org/web/packages/adamethods/")
18739 (synopsis "Archetypoid algorithms and anomaly detection")
18740 (description
18741 "This package is a collection of several algorithms to obtain
18742 archetypoids with small and large databases and with both classical
18743 multivariate data and functional data (univariate and multivariate). Some of
18744 these algorithms also allow to detect anomalies (outliers).")
18745 (license license:gpl2+)))
18746
18747 (define-public r-idpmisc
18748 (package
18749 (name "r-idpmisc")
18750 (version "1.1.20")
18751 (source
18752 (origin
18753 (method url-fetch)
18754 (uri (cran-uri "IDPmisc" version))
18755 (sha256
18756 (base32
18757 "0zy6mxqa8arq0vvhsdcifzm3085c23rnwa1n36fhircph1xwvfdw"))))
18758 (properties `((upstream-name . "IDPmisc")))
18759 (build-system r-build-system)
18760 (propagated-inputs
18761 `(("r-lattice" ,r-lattice)))
18762 (home-page "https://cran.r-project.org/web/packages/IDPmisc/")
18763 (synopsis "Functions for data analyses and visualization")
18764 (description
18765 "This package provides different high-level graphics functions for
18766 displaying large datasets, displaying circular data in a very flexible way,
18767 finding local maxima, brewing color ramps, drawing nice arrows, zooming
18768 2D-plots, creating figures with differently colored margin and plot region.
18769 In addition, the package contains auxiliary functions for data manipulation
18770 like omitting observations with irregular values or selecting data by logical
18771 vectors, which include NAs. Other functions are especially useful in
18772 spectroscopy and analyses of environmental data: robust baseline fitting,
18773 finding peaks in spectra, converting humidity measures.")
18774 (license license:gpl3+)))
18775
18776 (define-public r-qqman
18777 (package
18778 (name "r-qqman")
18779 (version "0.1.4")
18780 (source
18781 (origin
18782 (method url-fetch)
18783 (uri (cran-uri "qqman" version))
18784 (sha256
18785 (base32
18786 "1v9s9ag1hfb47py87wb2nad4mbsfx35832hdmrh5kxrb2f11zl1s"))))
18787 (properties `((upstream-name . "qqman")))
18788 (build-system r-build-system)
18789 (propagated-inputs
18790 `(("r-calibrate" ,r-calibrate)))
18791 (home-page "https://cran.r-project.org/web/packages/qqman/")
18792 (synopsis "Q-Q and Manhattan plots for GWAS data")
18793 (description
18794 "This package allows you to create Q-Q and Manhattan plots for GWAS data
18795 from PLINK results.")
18796 (license license:gpl3)))
18797
18798 (define-public r-ggplot-multistats
18799 (package
18800 (name "r-ggplot-multistats")
18801 (version "1.0.0")
18802 (source
18803 (origin
18804 (method url-fetch)
18805 (uri (cran-uri "ggplot.multistats" version))
18806 (sha256
18807 (base32
18808 "1afzfa86vc484bcwpg7m1ky03jpax584rigzgai8w06pifkmz0il"))))
18809 (properties
18810 `((upstream-name . "ggplot.multistats")))
18811 (build-system r-build-system)
18812 (propagated-inputs
18813 `(("r-ggplot2" ,r-ggplot2)
18814 ("r-hexbin" ,r-hexbin)
18815 ("r-rlang" ,r-rlang)
18816 ("r-scales" ,r-scales)))
18817 (home-page "https://github.com/flying-sheep/ggplot.multistats")
18818 (synopsis "Multiple summary statistics for binned stats/geometries")
18819 (description
18820 "This package provides the ggplot binning layer @code{stat_summaries_hex()},
18821 which functions similar to its singular form, but allows the use of multiple
18822 statistics per bin. Those statistics can be mapped to multiple bin
18823 aesthetics.")
18824 (license license:gpl3)))
18825
18826 (define-public r-knn-covertree
18827 (package
18828 (name "r-knn-covertree")
18829 (version "1.0")
18830 (source
18831 (origin
18832 (method url-fetch)
18833 (uri (cran-uri "knn.covertree" version))
18834 (sha256
18835 (base32
18836 "0msfcmwydws7q7m5jdb0dxab0nkbl7mq5llg6v3r4qrnlvrdggvz"))))
18837 (properties `((upstream-name . "knn.covertree")))
18838 (build-system r-build-system)
18839 (propagated-inputs
18840 `(("r-matrix" ,r-matrix)
18841 ("r-rcpp" ,r-rcpp)
18842 ("r-rcppeigen" ,r-rcppeigen)))
18843 (home-page "https://github.com/flying-sheep/knn.covertree")
18844 (synopsis "Accurate kNN Implementation with multiple distance measures")
18845 (description
18846 "Similarly to the FNN package, this package allows calculation of the k
18847 nearest neighbors (kNN) of a data matrix. The implementation is based on
18848 cover trees introduced by Alina Beygelzimer, Sham Kakade, and John
18849 Langford (2006) @url{doi:10.1145/1143844.1143857}.")
18850 (license license:agpl3+)))
18851
18852 (define-public r-poibin
18853 (package
18854 (name "r-poibin")
18855 (version "1.5")
18856 (source
18857 (origin
18858 (method url-fetch)
18859 (uri (cran-uri "poibin" version))
18860 (sha256
18861 (base32
18862 "1sxryvwwz6ldsnkzdy56p8c895s5yvpcai9ndyjv1x5q3l05wf9v"))))
18863 (properties `((upstream-name . "poibin")))
18864 (build-system r-build-system)
18865 (home-page "https://cran.r-project.org/web/packages/poibin/")
18866 (synopsis "Poisson binomial distribution")
18867 (description
18868 "This package provides an implementation of both the exact and
18869 approximation methods for computing the @dfn{cumulative distribution
18870 function} (CDF) of the Poisson binomial distribution. It also provides the
18871 @dfn{probability mass function} (PMF), quantile function, and random number
18872 generation for the Poisson binomial distribution.")
18873 (license license:gpl2)))
18874
18875 (define-public r-diagram
18876 (package
18877 (name "r-diagram")
18878 (version "1.6.4")
18879 (source
18880 (origin
18881 (method url-fetch)
18882 (uri (cran-uri "diagram" version))
18883 (sha256
18884 (base32
18885 "0f6ffprn5k0ir1s7m9s7izc64aa17r3gnygagz5bihrlsvawaavw"))))
18886 (properties `((upstream-name . "diagram")))
18887 (build-system r-build-system)
18888 (propagated-inputs
18889 `(("r-shape" ,r-shape)))
18890 (home-page "https://cran.r-project.org/web/packages/diagram/")
18891 (synopsis "Visualize simple graphs (networks) and plot flow diagrams")
18892 (description
18893 "This package provides tools to visualize simple graphs (networks) based
18894 on a transition matrix, utilities to plot flow diagrams, visualizing webs,
18895 electrical networks, etc. It also includes supporting material for the book
18896 \"A practical guide to ecological modelling - using R as a simulation
18897 platform\" by Karline Soetaert and Peter M.J. Herman (2009) and the book
18898 \"Solving Differential Equations in R\" by Karline Soetaert, Jeff Cash and
18899 Francesca Mazzia (2012).")
18900 (license license:gpl2+)))
18901
18902 (define-public r-lim
18903 (package
18904 (name "r-lim")
18905 (version "1.4.6")
18906 (source
18907 (origin
18908 (method url-fetch)
18909 (uri (cran-uri "LIM" version))
18910 (sha256
18911 (base32
18912 "03x1gnm06bw1wrzc01110bjzd2mvjdzbc2mbrazh22jrmb32w5d8"))))
18913 (properties `((upstream-name . "LIM")))
18914 (build-system r-build-system)
18915 (propagated-inputs
18916 `(("r-diagram" ,r-diagram)
18917 ("r-limsolve" ,r-limsolve)))
18918 (home-page "https://cran.r-project.org/web/packages/LIM/")
18919 (synopsis "Linear inverse model examples and solution methods")
18920 (description
18921 "This package provides functions that read and solve linear inverse
18922 problems (food web problems, linear programming problems).")
18923 (license license:gpl2+)))
18924
18925 (define-public r-shinycssloaders
18926 (package
18927 (name "r-shinycssloaders")
18928 (version "0.3")
18929 (source
18930 (origin
18931 (method url-fetch)
18932 (uri (cran-uri "shinycssloaders" version))
18933 (sha256
18934 (base32
18935 "1gzq1lhcnhqd145ys3ixf0l13l560fiqr2sc3m2nrijwxlgcw54d"))))
18936 (properties
18937 `((upstream-name . "shinycssloaders")))
18938 (build-system r-build-system)
18939 (propagated-inputs
18940 `(("r-digest" ,r-digest)
18941 ("r-glue" ,r-glue)
18942 ("r-shiny" ,r-shiny)))
18943 (home-page "https://github.com/andrewsali/shinycssloaders")
18944 (synopsis "Add CSS loading animations to Shiny outputs")
18945 (description
18946 "This package provides tools to create a lightweight Shiny wrapper for
18947 the css-loaders created by Luke Hass
18948 @url{https://github.com/lukehaas/css-loaders}. Wrapping a Shiny output will
18949 automatically show a loader when the output is (re)calculating.")
18950 (license license:gpl3)))
18951
18952 (define-public r-rsvg
18953 (package
18954 (name "r-rsvg")
18955 (version "1.3")
18956 (source
18957 (origin
18958 (method url-fetch)
18959 (uri (cran-uri "rsvg" version))
18960 (sha256
18961 (base32
18962 "11mccgf6hfskg45wqc114sx3qy2r494y6axdf73z6xwhs1wpm97g"))))
18963 (properties `((upstream-name . "rsvg")))
18964 (build-system r-build-system)
18965 (inputs
18966 `(("librsvg" ,librsvg)
18967 ("zlib" ,zlib)))
18968 (native-inputs
18969 `(("pkg-config" ,pkg-config)))
18970 (home-page "https://github.com/jeroen/rsvg#readme")
18971 (synopsis "Render SVG images into PDF, PNG, PostScript, or Bitmap arrays")
18972 (description
18973 "This package allows you to render vector-based SVG images into
18974 high-quality custom-size bitmap arrays using the librsvg2 library. The
18975 resulting bitmap can be written to e.g. PNG, JPEG or WEBP format. In
18976 addition, the package can convert images directly to various formats such as
18977 PDF or PostScript.")
18978 (license license:expat)))
18979
18980 (define-public r-influencer
18981 (package
18982 (name "r-influencer")
18983 (version "0.1.0")
18984 (source
18985 (origin
18986 (method url-fetch)
18987 (uri (cran-uri "influenceR" version))
18988 (sha256
18989 (base32
18990 "12p9362hkndlnz1rd8j2rykg57kbm6l7ks60by3rd25xg50k5jag"))))
18991 (properties `((upstream-name . "influenceR")))
18992 (build-system r-build-system)
18993 (propagated-inputs
18994 `(("r-igraph" ,r-igraph)
18995 ("r-matrix" ,r-matrix)))
18996 (home-page "https://github.com/rcc-uchicago/influenceR")
18997 (synopsis "Tools to quantify structural importance of nodes in a network")
18998 (description
18999 "This package provides functionality to compute various node centrality
19000 measures on networks. Included are functions to compute betweenness
19001 centrality (by utilizing Madduri and Bader's SNAP library), implementations of
19002 Burt's constraint and @dfn{effective network size} (ENS) metrics, Borgatti's
19003 algorithm to identify key players, and Valente's bridging metric. The
19004 betweenness, Key Players, and bridging implementations are parallelized with
19005 OpenMP.")
19006 (license license:gpl2)))
19007
19008 (define-public r-emplik
19009 (package
19010 (name "r-emplik")
19011 (version "1.0-4.3")
19012 (source
19013 (origin
19014 (method url-fetch)
19015 (uri (cran-uri "emplik" version))
19016 (sha256
19017 (base32
19018 "1g4hz85bvw29c77zs0ig487z92jjl682vv457x81l077h0psvk7c"))))
19019 (properties `((upstream-name . "emplik")))
19020 (build-system r-build-system)
19021 (propagated-inputs
19022 `(("r-quantreg" ,r-quantreg)))
19023 (home-page "http://www.ms.uky.edu/~mai/EmpLik.html")
19024 (synopsis "Empirical likelihood ratio for censored/truncated data")
19025 (description
19026 "This package provides empirical likelihood ratio tests for
19027 means/quantiles/hazards from possibly censored and/or truncated data. It also
19028 does regression.")
19029 (license license:gpl2+)))
19030
19031 (define-public r-imputeyn
19032 (package
19033 (name "r-imputeyn")
19034 (version "1.3")
19035 (source
19036 (origin
19037 (method url-fetch)
19038 (uri (cran-uri "imputeYn" version))
19039 (sha256
19040 (base32
19041 "1b21w1aa5f7yiq8k0wa86wvbg4ij7f6ldwn6asfqwb0b90rvsgvs"))))
19042 (properties `((upstream-name . "imputeYn")))
19043 (build-system r-build-system)
19044 (propagated-inputs
19045 `(("r-boot" ,r-boot)
19046 ("r-emplik" ,r-emplik)
19047 ("r-mvtnorm" ,r-mvtnorm)
19048 ("r-quadprog" ,r-quadprog)
19049 ("r-survival" ,r-survival)))
19050 (home-page "https://cran.r-project.org/web/packages/imputeYn/")
19051 (synopsis "Impute last largest censored observation under weighted least squares")
19052 (description
19053 "This package allows for the imputation of the last largest censored
19054 observantions. This method brings less bias and more efficient estimates for
19055 AFT models.")
19056 (license license:gpl2)))
19057
19058 (define-public r-adapenetclass
19059 (package
19060 (name "r-adapenetclass")
19061 (version "1.2")
19062 (source
19063 (origin
19064 (method url-fetch)
19065 (uri (cran-uri "AdapEnetClass" version))
19066 (sha256
19067 (base32
19068 "01k3mj4g1ckbng7wkzzn9h0k9yf01cpnnkly0sjda574c5jhj0rc"))))
19069 (properties `((upstream-name . "AdapEnetClass")))
19070 (build-system r-build-system)
19071 (propagated-inputs
19072 `(("r-glmnet" ,r-glmnet)
19073 ("r-imputeyn" ,r-imputeyn)
19074 ("r-lars" ,r-lars)
19075 ("r-quadprog" ,r-quadprog)))
19076 (home-page "https://cran.r-project.org/web/packages/AdapEnetClass/")
19077 (synopsis "Class of adaptive elastic net methods for censored data")
19078 (description
19079 "This package provides methods for variable selection for AFT models.")
19080 (license license:gpl2)))
19081
19082 (define-public r-flock
19083 (package
19084 (name "r-flock")
19085 (version "0.7")
19086 (source
19087 (origin
19088 (method url-fetch)
19089 (uri (cran-uri "flock" version))
19090 (sha256
19091 (base32
19092 "1zg93p74icj4bhxnmnssj2xp6vw4yaksyavq03497v33xfpdxss7"))))
19093 (properties `((upstream-name . "flock")))
19094 (build-system r-build-system)
19095 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
19096 (home-page "https://cran.r-project.org/web/packages/flock/")
19097 (synopsis "Process synchronization using file locks")
19098 (description
19099 "This package implements synchronization between R processes (spawned by
19100 using the @code{parallel} package for instance) using file locks. It supports
19101 both exclusive and shared locking.")
19102 (license license:asl2.0)))
19103
19104 (define-public r-archivist
19105 (package
19106 (name "r-archivist")
19107 (version "2.3.4")
19108 (source
19109 (origin
19110 (method url-fetch)
19111 (uri (cran-uri "archivist" version))
19112 (sha256
19113 (base32
19114 "1i11hrcq1910jgd6diw6h3sxx624v57zjianm49pqvb2dvd0b8y7"))))
19115 (properties `((upstream-name . "archivist")))
19116 (build-system r-build-system)
19117 (propagated-inputs
19118 `(("r-dbi" ,r-dbi)
19119 ("r-digest" ,r-digest)
19120 ("r-flock" ,r-flock)
19121 ("r-httr" ,r-httr)
19122 ("r-lubridate" ,r-lubridate)
19123 ("r-magrittr" ,r-magrittr)
19124 ("r-rcurl" ,r-rcurl)
19125 ("r-rsqlite" ,r-rsqlite)))
19126 (home-page "https://pbiecek.github.io/archivist/")
19127 (synopsis "Tools for storing, restoring and searching for R objects")
19128 (description
19129 "Data exploration and modelling is a process in which a lot of data
19130 artifacts are produced. Artifacts like: subsets, data aggregates, plots,
19131 statistical models, different versions of data sets and different versions of
19132 results. Archivist helps to store and manage artifacts created in R. It
19133 allows you to store selected artifacts as binary files together with their
19134 metadata and relations. Archivist allows sharing artifacts with others. It
19135 can look for already created artifacts by using its class, name, date of the
19136 creation or other properties. It also makes it easy to restore such
19137 artifacts.")
19138 (license license:gpl2)))
19139
19140 (define-public r-versions
19141 (package
19142 (name "r-versions")
19143 (version "0.3")
19144 (source
19145 (origin
19146 (method url-fetch)
19147 (uri (cran-uri "versions" version))
19148 (sha256
19149 (base32
19150 "0zm49j785dgv7fyr1yl9q5f0dsk8hhpim5q5bpkgrkzv7pwjribd"))))
19151 (properties `((upstream-name . "versions")))
19152 (build-system r-build-system)
19153 (home-page "https://cran.r-project.org/web/packages/versions/")
19154 (synopsis "Query and install specific versions of CRAN packages")
19155 (description
19156 "This package allows you to install specified versions of R packages
19157 hosted on CRAN and provides functions to list available versions and the
19158 versions of currently installed packages.")
19159 (license license:bsd-3)))
19160
19161 (define-public r-adapr
19162 (package
19163 (name "r-adapr")
19164 (version "2.0.0")
19165 (source
19166 (origin
19167 (method url-fetch)
19168 (uri (cran-uri "adapr" version))
19169 (sha256
19170 (base32
19171 "1s57jdbi5pik56xjz1d4438ax6cywg2yq2s47h5g6wrwvpgr1qfw"))))
19172 (properties `((upstream-name . "adapr")))
19173 (build-system r-build-system)
19174 (propagated-inputs
19175 `(("r-archivist" ,r-archivist)
19176 ("r-devtools" ,r-devtools)
19177 ("r-digest" ,r-digest)
19178 ("r-doparallel" ,r-doparallel)
19179 ("r-gdata" ,r-gdata)
19180 ("r-ggplot2" ,r-ggplot2)
19181 ("r-git2r" ,r-git2r)
19182 ("r-igraph" ,r-igraph)
19183 ("r-knitr" ,r-knitr)
19184 ("r-plotly" ,r-plotly)
19185 ("r-plyr" ,r-plyr)
19186 ("r-rmarkdown" ,r-rmarkdown)
19187 ("r-shiny" ,r-shiny)
19188 ("r-shinydashboard" ,r-shinydashboard)
19189 ("r-versions" ,r-versions)))
19190 (home-page "https://cran.r-project.org/web/packages/adapr/")
19191 (synopsis "Implementation of an accountable data analysis process")
19192 (description
19193 "This package tracks reading and writing within R scripts that are
19194 organized into a directed acyclic graph. It contains an interactive Shiny
19195 application @code{adaprApp()}. It uses Git and file hashes to track version
19196 histories of inputs and outputs.")
19197 (license license:lgpl2.0)))
19198
19199 (define-public r-adapsamp
19200 (package
19201 (name "r-adapsamp")
19202 (version "1.1.1")
19203 (source
19204 (origin
19205 (method url-fetch)
19206 (uri (cran-uri "AdapSamp" version))
19207 (sha256
19208 (base32
19209 "1jayjrsiib2ij4rxxj59g71r3xhzl5yqh0lhi8k6cfy03i7dkvis"))))
19210 (properties `((upstream-name . "AdapSamp")))
19211 (build-system r-build-system)
19212 (propagated-inputs `(("r-pracma" ,r-pracma)))
19213 (home-page "https://cran.r-project.org/web/packages/AdapSamp/")
19214 (synopsis "Adaptive sampling algorithms")
19215 (description
19216 "For distributions whose probability density functions are log-concave,
19217 the adaptive rejection sampling algorithm can be used to build envelope
19218 functions for sampling. For others, the modified adaptive rejection sampling
19219 algorithm, the concave-convex adaptive rejection sampling algorithm, and the
19220 adaptive slice sampling algorithm can be used. This R package mainly includes
19221 these four functions: @code{rARS()}, @code{rMARS()}, @code{rCCARS()}, and
19222 @code{rASS()}. These functions can realize sampling based on the algorithms
19223 above.")
19224 (license license:gpl2)))
19225
19226 (define-public r-adaptalint
19227 (package
19228 (name "r-adaptalint")
19229 (version "0.2.4")
19230 (source
19231 (origin
19232 (method url-fetch)
19233 (uri (cran-uri "adaptalint" version))
19234 (sha256
19235 (base32
19236 "15qdcvnnbgcps8j5k79354wsc9alswijv8lcafg2i3lghaw536yf"))))
19237 (properties `((upstream-name . "adaptalint")))
19238 (build-system r-build-system)
19239 (propagated-inputs
19240 `(("r-dplyr" ,r-dplyr)
19241 ("r-lintr" ,r-lintr)
19242 ("r-purrr" ,r-purrr)))
19243 (home-page "https://cran.r-project.org/web/packages/adaptalint/")
19244 (synopsis "Check R code style")
19245 (description
19246 "This package provides tools to infer the code style (which style rules
19247 are followed and which ones are not) from one package and use it to check
19248 another. This makes it easier to find and correct the most important problems
19249 first.")
19250 (license license:gpl3)))
19251
19252 (define-public r-fracdiff
19253 (package
19254 (name "r-fracdiff")
19255 (version "1.5-1")
19256 (source
19257 (origin
19258 (method url-fetch)
19259 (uri (cran-uri "fracdiff" version))
19260 (sha256
19261 (base32
19262 "1dhfjlhr9sb38qgpsx0sm73l9lgc13d0fk32l7fmjfnalhr3n45q"))))
19263 (properties `((upstream-name . "fracdiff")))
19264 (build-system r-build-system)
19265 (home-page "https://github.com/mmaechler/fracdiff")
19266 (synopsis
19267 "Fractionally differenced ARIMA aka ARFIMA(P,d,q) models")
19268 (description
19269 "This package provides tools for the maximum likelihood estimation of the
19270 parameters of a fractionally differenced ARIMA(p,d,q) model (Haslett and
19271 Raftery, Appl.Statistics, 1989); it includes inference and basic methods.")
19272 (license license:gpl2+)))
19273
19274 (define-public r-forecast
19275 (package
19276 (name "r-forecast")
19277 (version "8.11")
19278 (source
19279 (origin
19280 (method url-fetch)
19281 (uri (cran-uri "forecast" version))
19282 (sha256
19283 (base32
19284 "0ayidhnk9cxav2qi83jrvqlg2jh4zlf4lki4xw48gdqsmjvih9x1"))))
19285 (properties `((upstream-name . "forecast")))
19286 (build-system r-build-system)
19287 (propagated-inputs
19288 `(("r-colorspace" ,r-colorspace)
19289 ("r-fracdiff" ,r-fracdiff)
19290 ("r-ggplot2" ,r-ggplot2)
19291 ("r-lmtest" ,r-lmtest)
19292 ("r-magrittr" ,r-magrittr)
19293 ("r-nnet" ,r-nnet)
19294 ("r-rcpp" ,r-rcpp)
19295 ("r-rcpparmadillo" ,r-rcpparmadillo)
19296 ("r-timedate" ,r-timedate)
19297 ("r-tseries" ,r-tseries)
19298 ("r-urca" ,r-urca)
19299 ("r-zoo" ,r-zoo)))
19300 (native-inputs
19301 `(("r-knitr" ,r-knitr))) ; needed for vignettes
19302 (home-page "https://pkg.robjhyndman.com/forecast/")
19303 (synopsis "Forecasting functions for time series and linear models")
19304 (description
19305 "This package provides methods and tools for displaying and analysing
19306 univariate time series forecasts including exponential smoothing via state
19307 space models and automatic ARIMA modelling.")
19308 (license license:gpl3)))
19309
19310 (define-public r-xmisc
19311 (package
19312 (name "r-xmisc")
19313 (version "0.2.1")
19314 (source
19315 (origin
19316 (method url-fetch)
19317 (uri (cran-uri "Xmisc" version))
19318 (sha256
19319 (base32
19320 "11gwlcyxhz1p50m68cnqrxmisdk99v8vrsbvyr7k67f0kvsznzs1"))))
19321 (properties `((upstream-name . "Xmisc")))
19322 (build-system r-build-system)
19323 (home-page "https://cran.r-project.org/package=Xmisc")
19324 (synopsis
19325 "Xiaobei's miscellaneous classes and functions")
19326 (description
19327 "This package provides Xiaobei's miscellaneous classes and functions,
19328 which are useful when developing R packages for @dfn{object oriented
19329 programming} (OOP) using R Reference Class.")
19330 (license license:gpl2+)))
19331
19332 (define-public r-proxyc
19333 (package
19334 (name "r-proxyc")
19335 (version "0.1.5")
19336 (source
19337 (origin
19338 (method url-fetch)
19339 (uri (cran-uri "proxyC" version))
19340 (sha256
19341 (base32
19342 "159bc42x4shm6n3rh9fc8ziv3ivq0ipmpbasrh279hhn1prc8gg6"))))
19343 (properties `((upstream-name . "proxyC")))
19344 (build-system r-build-system)
19345 (propagated-inputs
19346 `(("r-matrix" ,r-matrix)
19347 ("r-rcpp" ,r-rcpp)
19348 ("r-rcpparmadillo" ,r-rcpparmadillo)
19349 ("r-rcppparallel" ,r-rcppparallel)))
19350 (home-page "https://cran.r-project.org/package=proxyC")
19351 (synopsis "Compute proximity in large sparse matrices")
19352 (description
19353 "This package provides efficient tools to compute the proximity between
19354 rows or columns of large matrices. Functions are optimised for large sparse
19355 matrices using the Armadillo and Intel TBB libraries. Among several built-in
19356 similarity/distance measures, computation of correlation, cosine similarity
19357 and Euclidean distance is particularly fast.")
19358 (license license:gpl3)))
19359
19360 (define-public r-isocodes
19361 (package
19362 (name "r-isocodes")
19363 (version "2019.12.22")
19364 (source
19365 (origin
19366 (method url-fetch)
19367 (uri (cran-uri "ISOcodes" version))
19368 (sha256
19369 (base32
19370 "1k2f2258bwzs0b3nxma9kcw395qkljvk514a7047rx4dn0iwd874"))))
19371 (properties `((upstream-name . "ISOcodes")))
19372 (build-system r-build-system)
19373 (home-page "https://cran.r-project.org/package=ISOcodes")
19374 (synopsis "Selected ISO codes")
19375 (description
19376 "This package provides ISO language, territory, currency, script and
19377 character codes. It provides ISO 639 language codes, ISO 3166 territory
19378 codes, ISO 4217 currency codes, ISO 15924 script codes, and the ISO 8859
19379 character codes as well as the UN M.49 area codes.")
19380 (license license:gpl2)))
19381
19382 (define-public r-stopwords
19383 (package
19384 (name "r-stopwords")
19385 (version "1.0")
19386 (source
19387 (origin
19388 (method url-fetch)
19389 (uri (cran-uri "stopwords" version))
19390 (sha256
19391 (base32
19392 "1nmi0bpd0c238g5b8ch1v034m5ng9llhs519cgxdrj3sh9fplwlv"))))
19393 (properties `((upstream-name . "stopwords")))
19394 (build-system r-build-system)
19395 (propagated-inputs `(("r-isocodes" ,r-isocodes)))
19396 (home-page "https://github.com/quanteda/stopwords")
19397 (synopsis "Multilingual stopword lists")
19398 (description
19399 "This package provides multiple sources of stopwords, for use in text
19400 analysis and natural language processing.")
19401 (license license:expat)))
19402
19403 (define-public r-spacyr
19404 (package
19405 (name "r-spacyr")
19406 (version "1.2")
19407 (source
19408 (origin
19409 (method url-fetch)
19410 (uri (cran-uri "spacyr" version))
19411 (sha256
19412 (base32
19413 "1xsiz6zx89vs6ykrkkp011d8fz4ksdgnf5nyaq5ynjr6zv865vks"))))
19414 (properties `((upstream-name . "spacyr")))
19415 (build-system r-build-system)
19416 (propagated-inputs
19417 `(("r-data-table" ,r-data-table)
19418 ("r-reticulate" ,r-reticulate)))
19419 (home-page "https://spacyr.quanteda.io")
19420 (synopsis "R wrapper for the spaCy NLP library")
19421 (description
19422 "This package provides an R wrapper to the Python @dfn{natural language
19423 processing} (NLP) library @code{spaCy}, from @url{http://spacy.io}.")
19424 (license license:gpl3)))
19425
19426 (define-public r-snowballc
19427 (package
19428 (name "r-snowballc")
19429 (version "0.6.0")
19430 (source
19431 (origin
19432 (method url-fetch)
19433 (uri (cran-uri "SnowballC" version))
19434 (sha256
19435 (base32
19436 "0b7pqdavf5jbf8si4ybnii5fff39p3b1rb5rym05j8s48hs7sqb1"))))
19437 (properties `((upstream-name . "SnowballC")))
19438 (build-system r-build-system)
19439 (home-page "https://r-forge.r-project.org/projects/r-temis/")
19440 (synopsis "Snowball stemmers based on the C libstemmer UTF-8 library")
19441 (description
19442 "This package provides an R interface to the C @code{libstemmer} library
19443 that implements Porter's word stemming algorithm for collapsing words to a
19444 common root to aid comparison of vocabulary. Currently supported languages
19445 are Danish, Dutch, English, Finnish, French, German, Hungarian, Italian,
19446 Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish and Turkish.")
19447 (license license:bsd-3)))
19448
19449 (define-public r-quanteda
19450 (package
19451 (name "r-quanteda")
19452 (version "2.0.0")
19453 (source
19454 (origin
19455 (method url-fetch)
19456 (uri (cran-uri "quanteda" version))
19457 (sha256
19458 (base32
19459 "0snr610vahbdqkmma0zy5mg5qbb6n1b8sgsclqb2sccn1gg38vyy"))))
19460 (properties `((upstream-name . "quanteda")))
19461 (build-system r-build-system)
19462 (propagated-inputs
19463 `(("r-data-table" ,r-data-table)
19464 ("r-extrafont" ,r-extrafont)
19465 ("r-fastmatch" ,r-fastmatch)
19466 ("r-ggplot2" ,r-ggplot2)
19467 ("r-ggrepel" ,r-ggrepel)
19468 ("r-jsonlite" ,r-jsonlite)
19469 ("r-magrittr" ,r-magrittr)
19470 ("r-matrix" ,r-matrix)
19471 ("r-network" ,r-network)
19472 ("r-proxyc" ,r-proxyc)
19473 ("r-rcpp" ,r-rcpp)
19474 ("r-rcpparmadillo" ,r-rcpparmadillo)
19475 ("r-rcppparallel" ,r-rcppparallel)
19476 ("r-sna" ,r-sna)
19477 ("r-snowballc" ,r-snowballc)
19478 ("r-stopwords" ,r-stopwords)
19479 ("r-stringi" ,r-stringi)
19480 ("r-xml2" ,r-xml2)
19481 ("r-yaml" ,r-yaml)))
19482 (home-page "https://quanteda.io")
19483 (synopsis "Quantitative analysis of textual data")
19484 (description
19485 "This package provides a fast, flexible, and comprehensive framework for
19486 quantitative text analysis in R. It provides functionality for corpus
19487 management, creating and manipulating tokens and ngrams, exploring keywords in
19488 context, forming and manipulating sparse matrices of documents by features and
19489 feature co-occurrences, analyzing keywords, computing feature similarities and
19490 distances, applying content dictionaries, applying supervised and unsupervised
19491 machine learning, visually representing text and text analyses, and more.")
19492 (license license:gpl3)))
19493
19494 (define-public r-topicmodels
19495 (package
19496 (name "r-topicmodels")
19497 (version "0.2-9")
19498 (source
19499 (origin
19500 (method url-fetch)
19501 (uri (cran-uri "topicmodels" version))
19502 (sha256
19503 (base32
19504 "1757r5x8bsl4dk106xg6481mvdkdz9vwg87n7rpbvdkavsvhyxs0"))))
19505 (properties `((upstream-name . "topicmodels")))
19506 (build-system r-build-system)
19507 (native-inputs
19508 `(("gsl" ,gsl)))
19509 (propagated-inputs
19510 `(("r-modeltools" ,r-modeltools)
19511 ("r-slam" ,r-slam)
19512 ("r-tm" ,r-tm)))
19513 (home-page "https://cran.r-project.org/package=topicmodels")
19514 (synopsis "Topic models")
19515 (description
19516 "This package provides an interface to the C code for @dfn{Latent
19517 Dirichlet Allocation} (LDA) models and @dfn{Correlated Topics Models} (CTM) by
19518 David M. Blei and co-authors and the C++ code for fitting LDA models using
19519 Gibbs sampling by Xuan-Hieu Phan and co-authors.")
19520 (license license:gpl2)))
19521
19522 (define-public r-stm
19523 (package
19524 (name "r-stm")
19525 (version "1.3.5")
19526 (source
19527 (origin
19528 (method url-fetch)
19529 (uri (cran-uri "stm" version))
19530 (sha256
19531 (base32
19532 "1yyfxaxqc6yq0yq68zhdnhpwpvsyp71dlmivn7zxixfmp932s6cn"))))
19533 (properties `((upstream-name . "stm")))
19534 (build-system r-build-system)
19535 (propagated-inputs
19536 `(("r-data-table" ,r-data-table)
19537 ("r-glmnet" ,r-glmnet)
19538 ("r-lda" ,r-lda)
19539 ("r-matrix" ,r-matrix)
19540 ("r-matrixstats" ,r-matrixstats)
19541 ("r-quadprog" ,r-quadprog)
19542 ("r-quanteda" ,r-quanteda)
19543 ("r-rcpp" ,r-rcpp)
19544 ("r-rcpparmadillo" ,r-rcpparmadillo)
19545 ("r-slam" ,r-slam)
19546 ("r-stringr" ,r-stringr)))
19547 (home-page "http://www.structuraltopicmodel.com/")
19548 (synopsis "Estimation of the Structural Topic Model")
19549 (description
19550 "The @dfn{Structural Topic Model} (STM) allows researchers to estimate
19551 topic models with document-level covariates. The package also includes tools
19552 for model selection, visualization, and estimation of topic-covariate
19553 regressions.")
19554 (license license:expat)))
19555
19556 (define-public r-polycor
19557 (package
19558 (name "r-polycor")
19559 (version "0.7-10")
19560 (source
19561 (origin
19562 (method url-fetch)
19563 (uri (cran-uri "polycor" version))
19564 (sha256
19565 (base32
19566 "0wzwzklflbhi8sv9m7ijwr16v9zmkk0j0v4pbcpf32f8lbn3psna"))))
19567 (properties `((upstream-name . "polycor")))
19568 (build-system r-build-system)
19569 (propagated-inputs
19570 `(("r-matrix" ,r-matrix)
19571 ("r-mvtnorm" ,r-mvtnorm)))
19572 (home-page "https://r-forge.r-project.org/projects/polycor/")
19573 (synopsis "Polychoric and polyserial correlations")
19574 (description
19575 "This package provides tools to compute polychoric and polyserial
19576 correlations by quick \"two-step\" methods or ML, optionally with standard
19577 errors; tetrachoric and biserial correlations are special cases.")
19578 (license license:gpl2+)))
19579
19580 (define-public r-msm
19581 (package
19582 (name "r-msm")
19583 (version "1.6.8")
19584 (source
19585 (origin
19586 (method url-fetch)
19587 (uri (cran-uri "msm" version))
19588 (sha256
19589 (base32
19590 "1d32y8f0vb2dfv3999liigpns788j145nrvd1xpxb9i2lsg8mwgk"))))
19591 (properties `((upstream-name . "msm")))
19592 (build-system r-build-system)
19593 (propagated-inputs
19594 `(("r-expm" ,r-expm)
19595 ("r-mvtnorm" ,r-mvtnorm)
19596 ("r-survival" ,r-survival)))
19597 (home-page "https://github.com/chjackson/msm")
19598 (synopsis "Multi-state Markov and hidden Markov models in continuous time")
19599 (description
19600 "This package provides functions for fitting continuous-time Markov and
19601 hidden Markov multi-state models to longitudinal data. It was designed for
19602 processes observed at arbitrary times in continuous time (panel data) but some
19603 other observation schemes are supported. Both Markov transition rates and the
19604 hidden Markov output process can be modelled in terms of covariates, which may
19605 be constant or piecewise-constant in time.")
19606 (license license:gpl2+)))
19607
19608 (define-public r-ltm
19609 (package
19610 (name "r-ltm")
19611 (version "1.1-1")
19612 (source
19613 (origin
19614 (method url-fetch)
19615 (uri (cran-uri "ltm" version))
19616 (sha256
19617 (base32
19618 "1qrgzwx5l58qf5rfp1knxc84r0g943q5sdr3ky74zzwpnmrf2vf7"))))
19619 (properties `((upstream-name . "ltm")))
19620 (build-system r-build-system)
19621 (propagated-inputs
19622 `(("r-mass" ,r-mass)
19623 ("r-msm" ,r-msm)
19624 ("r-polycor" ,r-polycor)))
19625 (home-page "https://github.com/drizopoulos/ltm")
19626 (synopsis "Latent trait models under IRT")
19627 (description
19628 "This is a package supporting the analysis of multivariate dichotomous
19629 and polytomous data using latent trait models under the Item Response Theory
19630 approach. It includes the Rasch, the Two-Parameter Logistic, the Birnbaum's
19631 Three-Parameter, the Graded Response, and the Generalized Partial Credit
19632 Models.")
19633 (license license:gpl2+)))
19634
19635 (define-public r-mi
19636 (package
19637 (name "r-mi")
19638 (version "1.0")
19639 (source
19640 (origin
19641 (method url-fetch)
19642 (uri (cran-uri "mi" version))
19643 (sha256
19644 (base32
19645 "1h47k5mpbvhid83277dvvj2di493bgzz9iarpyv3r30y219l7x1l"))))
19646 (properties `((upstream-name . "mi")))
19647 (build-system r-build-system)
19648 (propagated-inputs
19649 `(("r-arm" ,r-arm)
19650 ("r-matrix" ,r-matrix)))
19651 (home-page "http://www.stat.columbia.edu/~gelman/")
19652 (synopsis "Missing data imputation and model checking")
19653 (description
19654 "This package provides functions for data manipulation, imputing missing
19655 values in an approximate Bayesian framework, diagnostics of the models used to
19656 generate the imputations, confidence-building mechanisms to validate some of
19657 the assumptions of the imputation algorithm, and functions to analyze multiply
19658 imputed data sets with the appropriate degree of sampling uncertainty.")
19659 (license license:gpl2+)))
19660
19661 (define-public r-matrixcalc
19662 (package
19663 (name "r-matrixcalc")
19664 (version "1.0-3")
19665 (source
19666 (origin
19667 (method url-fetch)
19668 (uri (cran-uri "matrixcalc" version))
19669 (sha256
19670 (base32
19671 "1c4w9dhi5w98qj1wwh9bbpnfk39rhiwjbanalr8bi5nmxkpcmrhp"))))
19672 (properties `((upstream-name . "matrixcalc")))
19673 (build-system r-build-system)
19674 (home-page "https://cran.r-project.org/web/packages/matrixcalc/")
19675 (synopsis "Collection of functions for matrix calculations")
19676 (description
19677 "This package provides a collection of functions to support matrix
19678 calculations for probability, econometric and numerical analysis. There are
19679 additional functions that are comparable to APL functions which are useful for
19680 actuarial models such as pension mathematics.")
19681 (license license:gpl2+)))
19682
19683 (define-public r-sem
19684 (package
19685 (name "r-sem")
19686 (version "3.1-9")
19687 (source
19688 (origin
19689 (method url-fetch)
19690 (uri (cran-uri "sem" version))
19691 (sha256
19692 (base32
19693 "1f9c6g6pfx66gd2pappcsqh484ah6a0x4z47hpd46rah0817hcsa"))))
19694 (properties `((upstream-name . "sem")))
19695 (build-system r-build-system)
19696 (propagated-inputs
19697 `(("r-boot" ,r-boot)
19698 ("r-mass" ,r-mass)
19699 ("r-matrixcalc" ,r-matrixcalc)
19700 ("r-mi" ,r-mi)))
19701 (home-page "https://cran.r-project.org/package=sem")
19702 (synopsis "Structural equation models")
19703 (description
19704 "This package provides functions for fitting general linear structural
19705 equation models (with observed and latent variables) using the RAM approach,
19706 and for fitting structural equations in observed-variable models by two-stage
19707 least squares.")
19708 (license license:gpl2+)))
19709
19710 (define-public r-semtools
19711 (package
19712 (name "r-semtools")
19713 (version "0.5-2")
19714 (source
19715 (origin
19716 (method url-fetch)
19717 (uri (cran-uri "semTools" version))
19718 (sha256
19719 (base32
19720 "1zj841pszfsikzp82cmh463qyc4xhdrqjqcnhc2r8mcflv12irv6"))))
19721 (properties `((upstream-name . "semTools")))
19722 (build-system r-build-system)
19723 (propagated-inputs
19724 `(("r-lavaan" ,r-lavaan)))
19725 (home-page "https://github.com/simsem/semTools/wiki")
19726 (synopsis "Useful tools for structural equation modeling")
19727 (description
19728 "This package provides useful tools for structural equation modeling.")
19729 (license license:gpl2+)))
19730
19731 (define-public r-regsem
19732 (package
19733 (name "r-regsem")
19734 (version "1.5.2")
19735 (source
19736 (origin
19737 (method url-fetch)
19738 (uri (cran-uri "regsem" version))
19739 (sha256
19740 (base32
19741 "0ch057010xfsw0nqcsarzakdbiplvxaldyqlbbacspqs65ax1yk7"))))
19742 (properties `((upstream-name . "regsem")))
19743 (build-system r-build-system)
19744 (propagated-inputs
19745 `(("r-lavaan" ,r-lavaan)
19746 ("r-rcpp" ,r-rcpp)
19747 ("r-rcpparmadillo" ,r-rcpparmadillo)
19748 ("r-rsolnp" ,r-rsolnp)))
19749 (home-page "https://cran.r-project.org/package=regsem")
19750 (synopsis "Regularized structural equation modeling")
19751 (description
19752 "This package uses both ridge and lasso penalties (and extensions) to
19753 penalize specific parameters in structural equation models. The package
19754 offers additional cost functions, cross validation, and other extensions
19755 beyond traditional structural equation models. It also contains a function to
19756 perform @dfn{exploratory mediation} (XMed).")
19757 (license license:gpl2+)))
19758
19759 (define-public r-stanheaders
19760 (package
19761 (name "r-stanheaders")
19762 (version "2.19.2")
19763 (source
19764 (origin
19765 (method url-fetch)
19766 (uri (cran-uri "StanHeaders" version))
19767 (sha256
19768 (base32
19769 "0cmk0fzczx7dcywcw1dhm6gfq84qlsx77qrsk4z3bf3dhr4bznam"))))
19770 (properties `((upstream-name . "StanHeaders")))
19771 (build-system r-build-system)
19772 (inputs `(("pandoc" ,ghc-pandoc)))
19773 (native-inputs
19774 `(("gfortran" ,gfortran)
19775 ("r-knitr" ,r-knitr))) ; for vignettes
19776 (home-page "https://mc-stan.org/")
19777 (synopsis "C++ header files for Stan")
19778 (description
19779 "The C++ header files of the Stan project are provided by this package.
19780 There is a shared object containing part of the @code{CVODES} library, but it
19781 is not accessible from R. @code{r-stanheaders} is only useful for developers
19782 who want to utilize the @code{LinkingTo} directive of their package's
19783 DESCRIPTION file to build on the Stan library without incurring unnecessary
19784 dependencies.
19785
19786 The Stan project develops a probabilistic programming language that implements
19787 full or approximate Bayesian statistical inference via Markov Chain Monte
19788 Carlo or variational methods and implements (optionally penalized) maximum
19789 likelihood estimation via optimization. The Stan library includes an advanced
19790 automatic differentiation scheme, templated statistical and linear algebra
19791 functions that can handle the automatically differentiable scalar types (and
19792 doubles, ints, etc.), and a parser for the Stan language. The @code{r-rstan}
19793 package provides user-facing R functions to parse, compile, test, estimate,
19794 and analyze Stan models.")
19795 (license license:bsd-3)))
19796
19797 (define-public r-rpf
19798 (package
19799 (name "r-rpf")
19800 (version "1.0.3")
19801 (source
19802 (origin
19803 (method url-fetch)
19804 (uri (cran-uri "rpf" version))
19805 (sha256
19806 (base32
19807 "1i2kqd7nx55nn35qnw89xmnqk23x9c8xhkh736c2xg7k2ai84ybl"))))
19808 (properties `((upstream-name . "rpf")))
19809 (build-system r-build-system)
19810 (propagated-inputs
19811 `(("r-lifecycle" ,r-lifecycle)
19812 ("r-mvtnorm" ,r-mvtnorm)
19813 ("r-rcpp" ,r-rcpp)
19814 ("r-rcppeigen" ,r-rcppeigen)))
19815 (home-page "https://github.com/jpritikin/rpf")
19816 (synopsis "Response probability functions")
19817 (description
19818 "The purpose of this package is to factor out logic and math common to
19819 Item Factor Analysis fitting, diagnostics, and analysis. It is envisioned as
19820 core support code suitable for more specialized IRT packages to build upon.
19821 Complete access to optimized C functions is made available with
19822 @code{R_RegisterCCallable()}.")
19823 (license license:gpl3+)))
19824
19825 (define-public r-openmx
19826 (package
19827 (name "r-openmx")
19828 (version "2.17.3")
19829 (source
19830 (origin
19831 (method url-fetch)
19832 (uri (cran-uri "OpenMx" version))
19833 (sha256
19834 (base32
19835 "1s2pcg281ag3qz2wz8yi826f2d3kj3qg916js7zz0nsrljcyv5bc"))))
19836 (properties `((upstream-name . "OpenMx")))
19837 (build-system r-build-system)
19838 (propagated-inputs
19839 `(("r-bh" ,r-bh)
19840 ("r-digest" ,r-digest)
19841 ("r-mass" ,r-mass)
19842 ("r-matrix" ,r-matrix)
19843 ("r-rcpp" ,r-rcpp)
19844 ("r-rcppeigen" ,r-rcppeigen)
19845 ("r-rpf" ,r-rpf)
19846 ("r-stanheaders" ,r-stanheaders)))
19847 (native-inputs `(("gfortran" ,gfortran)))
19848 (home-page "http://openmx.ssri.psu.edu")
19849 (synopsis "Extended structural equation modelling")
19850 (description
19851 "This package allows for the estimation of a wide variety of advanced
19852 multivariate statistical models. It consists of a library of functions and
19853 optimizers that allow you to quickly and flexibly define an SEM model and
19854 estimate parameters given observed data.")
19855 (license license:asl2.0)))
19856
19857 (define-public r-kutils
19858 (package
19859 (name "r-kutils")
19860 (version "1.69")
19861 (source
19862 (origin
19863 (method url-fetch)
19864 (uri (cran-uri "kutils" version))
19865 (sha256
19866 (base32
19867 "12pg26a85h0jxlfcyai68dbh4bq1gnq8v1ngi8k9qvafbrpc6gx8"))))
19868 (properties `((upstream-name . "kutils")))
19869 (build-system r-build-system)
19870 (propagated-inputs
19871 `(("r-foreign" ,r-foreign)
19872 ("r-lavaan" ,r-lavaan)
19873 ("r-openxlsx" ,r-openxlsx)
19874 ("r-plyr" ,r-plyr)
19875 ("r-runit" ,r-runit)
19876 ("r-xtable" ,r-xtable)))
19877 (home-page "https://cran.r-project.org/package=kutils")
19878 (synopsis "Project management tools")
19879 (description
19880 "This package provides tools for data importation, recoding, and
19881 inspection. There are functions to create new project folders, R code
19882 templates, create uniquely named output directories, and to quickly obtain a
19883 visual summary for each variable in a data frame. The main feature here is
19884 the systematic implementation of the \"variable key\" framework for data
19885 importation and recoding.")
19886 (license license:gpl2)))
19887
19888 (define-public r-rockchalk
19889 (package
19890 (name "r-rockchalk")
19891 (version "1.8.144")
19892 (source
19893 (origin
19894 (method url-fetch)
19895 (uri (cran-uri "rockchalk" version))
19896 (sha256
19897 (base32
19898 "07dp1n155b9gfvk8l30h6bhjbhbylsjxfzns08mryn4mxj3nqpnb"))))
19899 (properties `((upstream-name . "rockchalk")))
19900 (build-system r-build-system)
19901 (propagated-inputs
19902 `(("r-cardata" ,r-cardata)
19903 ("r-kutils" ,r-kutils)
19904 ("r-lme4" ,r-lme4)
19905 ("r-mass" ,r-mass)))
19906 (home-page "https://cran.r-project.org/package=rockchalk")
19907 (synopsis "Regression estimation and presentation")
19908 (description
19909 "This package provides a collection of functions for interpretation and
19910 presentation of regression analysis. These functions are used to produce the
19911 statistics lectures in @url{http://pj.freefaculty.org/guides}. The package
19912 includes regression diagnostics, regression tables, and plots of interactions
19913 and \"moderator\" variables. The emphasis is on \"mean-centered\" and
19914 \"residual-centered\" predictors. The vignette @code{rockchalk} offers a
19915 fairly comprehensive overview.")
19916 (license license:gpl3+)))
19917
19918 (define-public r-lisreltor
19919 (package
19920 (name "r-lisreltor")
19921 (version "0.1.4")
19922 (source
19923 (origin
19924 (method url-fetch)
19925 (uri (cran-uri "lisrelToR" version))
19926 (sha256
19927 (base32
19928 "0zicq0z3hhixan1p1apybnf3v5s6v6ysll4pcz8ivygwr2swv3p5"))))
19929 (properties `((upstream-name . "lisrelToR")))
19930 (build-system r-build-system)
19931 (home-page "https://cran.r-project.org/package=lisrelToR")
19932 (synopsis "Import output from LISREL into R")
19933 (description
19934 "This is an unofficial package aimed at automating the import of LISREL
19935 output in R.")
19936 (license license:gpl2)))
19937
19938 (define-public r-bdgraph
19939 (package
19940 (name "r-bdgraph")
19941 (version "2.62")
19942 (source
19943 (origin
19944 (method url-fetch)
19945 (uri (cran-uri "BDgraph" version))
19946 (sha256
19947 (base32
19948 "1b1vfar940swvn3pcil848qsp8ji50fjjll8jjzp6y2adx0f8pby"))))
19949 (properties `((upstream-name . "BDgraph")))
19950 (build-system r-build-system)
19951 (propagated-inputs
19952 `(("r-igraph" ,r-igraph)))
19953 (home-page "https://www.uva.nl/profile/a.mohammadi")
19954 (synopsis "Bayesian structure learning in graphical models")
19955 (description
19956 "This package provides statistical tools for Bayesian structure learning
19957 in undirected graphical models for continuous, discrete, and mixed data. It
19958 uses a trans-dimensional @dfn{Markov Chain Monte Carlo} (MCMC) approach based
19959 on a continuous-time birth-death process.")
19960 (license license:gpl2+)))
19961
19962 (define-public r-d3network
19963 (package
19964 (name "r-d3network")
19965 (version "0.5.2.1")
19966 (source
19967 (origin
19968 (method url-fetch)
19969 (uri (cran-uri "d3Network" version))
19970 (sha256
19971 (base32
19972 "1gh979z9wksyxxxdzlfzibn0ysvf6h1ij7vwpd55fvbwr308syaw"))))
19973 (properties `((upstream-name . "d3Network")))
19974 (build-system r-build-system)
19975 (propagated-inputs
19976 `(("r-plyr" ,r-plyr)
19977 ("r-rjson" ,r-rjson)
19978 ("r-whisker" ,r-whisker)))
19979 (home-page "http://christophergandrud.github.io/d3Network/")
19980 (synopsis "Create D3 JavaScript network, tree, dendrogram, and Sankey graphs")
19981 (description
19982 "This packages is intended to make it easy to create D3 JavaScript
19983 network, tree, dendrogram, and Sankey graphs from R using data frames.")
19984 (license license:gpl3+)))
19985
19986 (define-public r-qgraph
19987 (package
19988 (name "r-qgraph")
19989 (version "1.6.5")
19990 (source
19991 (origin
19992 (method url-fetch)
19993 (uri (cran-uri "qgraph" version))
19994 (sha256
19995 (base32
19996 "0pwys9irxvp0ap158drplyypkplbmwqinv0fmlsblk7q875cr592"))))
19997 (properties `((upstream-name . "qgraph")))
19998 (build-system r-build-system)
19999 (propagated-inputs
20000 `(("r-abind" ,r-abind)
20001 ("r-bdgraph" ,r-bdgraph)
20002 ("r-colorspace" ,r-colorspace)
20003 ("r-corpcor" ,r-corpcor)
20004 ("r-d3network" ,r-d3network)
20005 ("r-dplyr" ,r-dplyr)
20006 ("r-fdrtool" ,r-fdrtool)
20007 ("r-ggplot2" ,r-ggplot2)
20008 ("r-ggraph" ,r-ggraph)
20009 ("r-glasso" ,r-glasso)
20010 ("r-gtools" ,r-gtools)
20011 ("r-hmisc" ,r-hmisc)
20012 ("r-huge" ,r-huge)
20013 ("r-igraph" ,r-igraph)
20014 ("r-jpeg" ,r-jpeg)
20015 ("r-lavaan" ,r-lavaan)
20016 ("r-matrix" ,r-matrix)
20017 ("r-pbapply" ,r-pbapply)
20018 ("r-plyr" ,r-plyr)
20019 ("r-png" ,r-png)
20020 ("r-psych" ,r-psych)
20021 ("r-rcpp" ,r-rcpp)
20022 ("r-reshape2" ,r-reshape2)
20023 ("r-tidygraph" ,r-tidygraph)))
20024 (home-page "http://sachaepskamp.com/qgraph/")
20025 (synopsis "Weighted network visualization and analysis")
20026 (description
20027 "This package implements tools for weighted network visualization and
20028 analysis, as well as Gaussian graphical model computation. It contains graph
20029 plotting methods, and tools for psychometric data visualization and graphical
20030 model estimation. See Epskamp et al. (2012)
20031 @url{doi:10.18637/jss.v048.i04}.")
20032 (license license:gpl2)))
20033
20034 (define-public r-semplot
20035 (package
20036 (name "r-semplot")
20037 (version "1.1.2")
20038 (source
20039 (origin
20040 (method url-fetch)
20041 (uri (cran-uri "semPlot" version))
20042 (sha256
20043 (base32
20044 "0l1v9yi1pv59iwfknw4dh9qskk5y8r347jq1vq13gnfd3bmd71xr"))))
20045 (properties `((upstream-name . "semPlot")))
20046 (build-system r-build-system)
20047 (propagated-inputs
20048 `(("r-colorspace" ,r-colorspace)
20049 ("r-corpcor" ,r-corpcor)
20050 ("r-igraph" ,r-igraph)
20051 ("r-lavaan" ,r-lavaan)
20052 ("r-lisreltor" ,r-lisreltor)
20053 ("r-openmx" ,r-openmx)
20054 ("r-plyr" ,r-plyr)
20055 ("r-qgraph" ,r-qgraph)
20056 ("r-regsem" ,r-regsem)
20057 ("r-rockchalk" ,r-rockchalk)
20058 ("r-sem" ,r-sem)
20059 ("r-xml" ,r-xml)))
20060 (home-page "https://github.com/SachaEpskamp/semPlot")
20061 (synopsis "Unified visualizations of structural equation models")
20062 (description
20063 "Structural equation modeling (SEM) has a long history of representing
20064 models graphically as path diagrams. The semPlot package for R fills the gap
20065 between advanced, but time-consuming, graphical software and the limited
20066 graphics produced automatically by SEM software. In addition, semPlot offers
20067 more functionality than drawing path diagrams: it can act as a common ground
20068 for importing SEM results into R. Any result usable as input to semPlot can
20069 also be represented in any of the three popular SEM frame-works, as well as
20070 translated to input syntax for the R packages @code{sem} and @code{lavaan}.")
20071 (license license:gpl2)))
20072
20073 (define-public r-cdm
20074 (package
20075 (name "r-cdm")
20076 (version "7.4-19")
20077 (source
20078 (origin
20079 (method url-fetch)
20080 (uri (cran-uri "CDM" version))
20081 (sha256
20082 (base32
20083 "1ln1r3rk004fmk55iy08bjh3vv4wnkb8zg2wj3r9rq7pi8jn8fv4"))))
20084 (properties `((upstream-name . "CDM")))
20085 (build-system r-build-system)
20086 (propagated-inputs
20087 `(("r-mvtnorm" ,r-mvtnorm)
20088 ("r-polycor" ,r-polycor)
20089 ("r-rcpp" ,r-rcpp)
20090 ("r-rcpparmadillo" ,r-rcpparmadillo)))
20091 (home-page
20092 "https://github.com/alexanderrobitzsch/CDM")
20093 (synopsis "Cognitive diagnosis modeling")
20094 (description
20095 "This package provides functions for cognitive diagnosis modeling and
20096 multidimensional item response modeling for dichotomous and polytomous item
20097 responses. It enables the estimation of the DINA and DINO model, the multiple
20098 group (polytomous) GDINA model, the multiple choice DINA model, the general
20099 diagnostic model (GDM), the structured latent class model (SLCA), and
20100 regularized latent class analysis. See George, Robitzsch, Kiefer, Gross, and
20101 Uenlue (2017) @url{doi:10.18637/jss.v074.i02} for further details on
20102 estimation and the package structure. For tutorials on how to use the CDM
20103 package see George and Robitzsch (2015, @url{doi:10.20982/tqmp.11.3.p189}) as
20104 well as Ravand and Robitzsch (2015).")
20105 (license license:gpl2+)))
20106
20107 (define-public r-tam
20108 (package
20109 (name "r-tam")
20110 (version "3.3-10")
20111 (source
20112 (origin
20113 (method url-fetch)
20114 (uri (cran-uri "TAM" version))
20115 (sha256
20116 (base32
20117 "1rkjp5x6wrk1dfspp1imvfals0wvy4w1wb8a5mhfbnilc7vgnlbq"))))
20118 (properties `((upstream-name . "TAM")))
20119 (build-system r-build-system)
20120 (propagated-inputs
20121 `(("r-cdm" ,r-cdm)
20122 ("r-rcpp" ,r-rcpp)
20123 ("r-rcpparmadillo" ,r-rcpparmadillo)))
20124 (home-page "http://www.edmeasurementsurveys.com/TAM/Tutorials/")
20125 (synopsis "Test analysis modules")
20126 (description
20127 "This package includes tools for marginal maximum likelihood estimation
20128 and joint maximum likelihood estimation for unidimensional and
20129 multidimensional item response models. The package functionality covers the
20130 Rasch model, 2PL model, 3PL model, generalized partial credit model,
20131 multi-faceted Rasch model, nominal item response model, structured latent
20132 class model, mixture distribution IRT models, and located latent class models.
20133 Latent regression models and plausible value imputation are also supported.")
20134 (license license:gpl2+)))
20135
20136 (define-public r-erm
20137 (package
20138 (name "r-erm")
20139 (version "1.0-0")
20140 (source
20141 (origin
20142 (method url-fetch)
20143 (uri (cran-uri "eRm" version))
20144 (sha256
20145 (base32
20146 "11p8j61arq1ih2qi33wf0442vcdbp3zvknzm5aknsifwl4mbzzly"))))
20147 (properties `((upstream-name . "eRm")))
20148 (build-system r-build-system)
20149 (propagated-inputs
20150 `(("r-lattice" ,r-lattice)
20151 ("r-mass" ,r-mass)
20152 ("r-matrix" ,r-matrix)))
20153 (native-inputs `(("gfortran" ,gfortran)))
20154 (home-page "https://cran.r-project.org/package=eRm")
20155 (synopsis "Extended Rasch modeling")
20156 (description
20157 "This package provides tools to fit @dfn{Rasch models} (RM), @dfn{linear
20158 logistic test models} (LLTM), @dfn{rating scale model} (RSM), @dfn{linear
20159 rating scale models} (LRSM), @dfn{partial credit models} (PCM), and
20160 @dfn{linear partial credit models} (LPCM). Missing values are allowed in the
20161 data matrix. Additional features are the ML estimation of the person
20162 parameters, Andersen's LR-test, item-specific Wald test, Martin-Loef-Test,
20163 nonparametric Monte-Carlo Tests, itemfit and personfit statistics including
20164 infit and outfit measures, ICC and other plots, automated stepwise item
20165 elimination, and a simulation module for various binary data matrices.")
20166 (license license:gpl3)))
20167
20168 (define-public r-irtoys
20169 (package
20170 (name "r-irtoys")
20171 (version "0.2.1")
20172 (source
20173 (origin
20174 (method url-fetch)
20175 (uri (cran-uri "irtoys" version))
20176 (sha256
20177 (base32
20178 "0h6iiaxikhbxhbyksbjnb09qdxinlkwr2v9yzs5wslbni14paq5q"))))
20179 (properties `((upstream-name . "irtoys")))
20180 (build-system r-build-system)
20181 (propagated-inputs
20182 `(("r-ltm" ,r-ltm)
20183 ("r-sm" ,r-sm)))
20184 (home-page "https://cran.r-project.org/package=irtoys")
20185 (synopsis "Collection of functions related to Item Response Theory (IRT)")
20186 (description
20187 "This package provides a collection of functions useful in learning and
20188 practicing @dfn{Item Response Theory} (IRT), which can be combined into larger
20189 programs. It provides basic CTT analysis, a simple common interface to the
20190 estimation of item parameters in IRT models for binary responses with three
20191 different programs (ICL, BILOG-MG, and ltm), ability estimation (MLE, BME,
20192 EAP, WLE, plausible values), item and person fit statistics, scaling
20193 methods (MM, MS, Stocking-Lord, and the complete Hebaera method), and a rich
20194 array of parametric and non-parametric (kernel) plots. It estimates and plots
20195 Haberman's interaction model when all items are dichotomously scored.")
20196 (license license:gpl2+)))
20197
20198 (define-public r-iheatmapr
20199 (package
20200 (name "r-iheatmapr")
20201 (version "0.4.12")
20202 (source
20203 (origin
20204 (method url-fetch)
20205 (uri (cran-uri "iheatmapr" version))
20206 (sha256
20207 (base32
20208 "0s479j9l35xiss599vablxgvg6i2j9zq9sxphsq4vdk3bafg84bw"))))
20209 (properties `((upstream-name . "iheatmapr")))
20210 (build-system r-build-system)
20211 (propagated-inputs
20212 `(("r-fastcluster" ,r-fastcluster)
20213 ("r-ggdendro" ,r-ggdendro)
20214 ("r-htmlwidgets" ,r-htmlwidgets)
20215 ("r-jsonlite" ,r-jsonlite)
20216 ("r-knitr" ,r-knitr)
20217 ("r-magrittr" ,r-magrittr)
20218 ("r-plyr" ,r-plyr)
20219 ("r-rcolorbrewer" ,r-rcolorbrewer)
20220 ("r-s4vectors" ,r-s4vectors)
20221 ("r-scales" ,r-scales)))
20222 (home-page "https://docs.ropensci.org/iheatmapr")
20223 (synopsis "Interactive, Complex Heatmaps")
20224 (description
20225 "iheatmapr is an R package for building complex, interactive heatmaps
20226 using modular building blocks. \"Complex\" heatmaps are heatmaps in which
20227 subplots along the rows or columns of the main heatmap add more information
20228 about each row or column. For example, a one column additional heatmap may
20229 indicate what group a particular row or column belongs to. Complex heatmaps
20230 may also include multiple side by side heatmaps which show different types of
20231 data for the same conditions. Interactivity can improve complex heatmaps by
20232 providing tooltips with information about each cell and enabling zooming into
20233 interesting features. iheatmapr uses the plotly library for interactivity.")
20234 (license license:expat)))
20235
20236 (define-public r-packrat
20237 (package
20238 (name "r-packrat")
20239 (version "0.5.0")
20240 (source
20241 (origin
20242 (method url-fetch)
20243 (uri (cran-uri "packrat" version))
20244 (sha256
20245 (base32
20246 "1xy5dd2hrpqa07jfl4s7dsrya05mf36ms74j833scdz0zf89586n"))))
20247 (properties `((upstream-name . "packrat")))
20248 (build-system r-build-system)
20249 (home-page "https://github.com/rstudio/packrat/")
20250 (synopsis "Dependency management R projects")
20251 (description
20252 "This package provides a dependency manager for R projects that allows
20253 you to manage the R packages your project depends on in an isolated, portable,
20254 and reproducible way.")
20255 (license license:gpl2)))
20256
20257 (define-public r-rsconnect
20258 (package
20259 (name "r-rsconnect")
20260 (version "0.8.16")
20261 (source
20262 (origin
20263 (method url-fetch)
20264 (uri (cran-uri "rsconnect" version))
20265 (sha256
20266 (base32
20267 "05ii0p0p7xpf8z0c1594s5q7wpwcs7lmlddrd67s5p2ka5m8qwiz"))))
20268 (properties `((upstream-name . "rsconnect")))
20269 (build-system r-build-system)
20270 (propagated-inputs
20271 `(("r-curl" ,r-curl)
20272 ("r-digest" ,r-digest)
20273 ("r-jsonlite" ,r-jsonlite)
20274 ("r-openssl" ,r-openssl)
20275 ("r-packrat" ,r-packrat)
20276 ("r-rstudioapi" ,r-rstudioapi)
20277 ("r-yaml" ,r-yaml)))
20278 (home-page "https://github.com/rstudio/rsconnect")
20279 (synopsis "Deployment interface for R Markdown documents and Shiny applications")
20280 (description
20281 "This package provides a programmatic deployment interface for RPubs,
20282 shinyapps.io, and RStudio Connect. Supported content types include R Markdown
20283 documents, Shiny applications, Plumber APIs, plots, and static web content.")
20284 (license license:gpl2)))
20285
20286 ;; This package includes minified JavaScript files. When upgrading please
20287 ;; check that there are no new minified JavaScript files.
20288 (define-public r-dygraphs
20289 (package
20290 (name "r-dygraphs")
20291 (version "1.1.1.6")
20292 (source
20293 (origin
20294 (method url-fetch)
20295 (uri (cran-uri "dygraphs" version))
20296 (sha256
20297 (base32
20298 "022j007mzfa9k2n31yg4aizcsf571vv3jip092h23rqj03rk3ly3"))))
20299 (properties `((upstream-name . "dygraphs")))
20300 (build-system r-build-system)
20301 (arguments
20302 `(#:modules ((guix build utils)
20303 (guix build r-build-system)
20304 (srfi srfi-1)
20305 (ice-9 popen))
20306 #:phases
20307 (modify-phases %standard-phases
20308 (add-after 'unpack 'process-javascript
20309 (lambda* (#:key inputs #:allow-other-keys)
20310 (with-directory-excursion "inst/htmlwidgets/lib/"
20311 (call-with-values
20312 (lambda ()
20313 (unzip2
20314 `(("dygraphs/dygraph-combined-dev.js"
20315 "dygraph-combined.js")
20316 (,(assoc-ref inputs "js-jquery")
20317 "jquery/jquery.min.js")
20318 (,(assoc-ref inputs "js-fquarter")
20319 "fquarter/moment-fquarter.min.js"))))
20320 (lambda (sources targets)
20321 (for-each (lambda (source target)
20322 (format #t "Processing ~a --> ~a~%"
20323 source target)
20324 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
20325 (call-with-output-file target
20326 (lambda (port)
20327 (dump-port minified port)))))
20328 sources targets))))
20329 #t)))))
20330 (native-inputs
20331 `(("uglify-js" ,uglify-js)
20332 ;; They actually use version 1.11.1, but this more recent version
20333 ;; should be just fine.
20334 ("js-jquery"
20335 ,(origin
20336 (method url-fetch)
20337 (uri "https://code.jquery.com/jquery-1.12.4.js")
20338 (sha256
20339 (base32
20340 "0x9mrc1668icvhpwzvgafm8xm11x9lfai9nwr66aw6pjnpwkc3s3"))))
20341 ("js-fquarter"
20342 ,(origin
20343 (method url-fetch)
20344 (uri (string-append "https://raw.githubusercontent.com/robgallen/"
20345 "moment-fquarter/1.0.1/moment-fquarter.js"))
20346 (sha256
20347 (base32
20348 "01mdnsaibm9jy2f1qpbn692hpv309lhj5si9nagib4dawmrkffij"))))))
20349 (propagated-inputs
20350 `(("r-htmltools" ,r-htmltools)
20351 ("r-htmlwidgets" ,r-htmlwidgets)
20352 ("r-magrittr" ,r-magrittr)
20353 ("r-xts" ,r-xts)
20354 ("r-zoo" ,r-zoo)))
20355 (home-page "https://github.com/rstudio/dygraphs")
20356 (synopsis "Interface to Dygraphs interactive time series charting library")
20357 (description
20358 "This package provides an R interface to the dygraphs JavaScript charting
20359 library (a copy of which is included in the package). It provides rich
20360 facilities for charting time-series data in R, including highly configurable
20361 series- and axis-display and interactive features like zoom/pan and
20362 series/point highlighting.")
20363 (license license:expat)))
20364
20365 (define-public r-shinystan
20366 (package
20367 (name "r-shinystan")
20368 (version "2.5.0")
20369 (source
20370 (origin
20371 (method url-fetch)
20372 (uri (cran-uri "shinystan" version))
20373 (sha256
20374 (base32
20375 "18alf5kiqw7y2l6m5nxxizwc2znsf9frxfsqhvgcad8hld9cbya5"))))
20376 (properties `((upstream-name . "shinystan")))
20377 (build-system r-build-system)
20378 (propagated-inputs
20379 `(("r-bayesplot" ,r-bayesplot)
20380 ("r-colourpicker" ,r-colourpicker)
20381 ("r-dt" ,r-dt)
20382 ("r-dygraphs" ,r-dygraphs)
20383 ("r-ggplot2" ,r-ggplot2)
20384 ("r-gridextra" ,r-gridextra)
20385 ("r-gtools" ,r-gtools)
20386 ("r-markdown" ,r-markdown)
20387 ("r-reshape2" ,r-reshape2)
20388 ("r-rsconnect" ,r-rsconnect)
20389 ("r-rstan" ,r-rstan)
20390 ("r-shiny" ,r-shiny)
20391 ("r-shinyjs" ,r-shinyjs)
20392 ("r-shinythemes" ,r-shinythemes)
20393 ("r-threejs" ,r-threejs)
20394 ("r-xtable" ,r-xtable)
20395 ("r-xts" ,r-xts)))
20396 (home-page "https://mc-stan.org/")
20397 (synopsis "Interactive visual and numerical analysis for Bayesian models")
20398 (description
20399 "This package provides a graphical user interface for interactive
20400 @dfn{Markov chain Monte Carlo} (MCMC) diagnostics and plots and tables helpful
20401 for analyzing a posterior sample. The interface is powered by the Shiny web
20402 application framework and works with the output of MCMC programs written in
20403 any programming language (and has extended functionality for Stan models fit
20404 using the @code{rstan} and @code{rstanarm} packages).")
20405 (license license:gpl3+)))
20406
20407 (define-public r-rstantools
20408 (package
20409 (name "r-rstantools")
20410 (version "2.0.0")
20411 (source
20412 (origin
20413 (method url-fetch)
20414 (uri (cran-uri "rstantools" version))
20415 (sha256
20416 (base32
20417 "1il0pn4ksbdkska5fmhvgaicvwnnc6cs08g6ags9fj1xkjiqmrsa"))))
20418 (properties `((upstream-name . "rstantools")))
20419 (build-system r-build-system)
20420 (inputs `(("pandoc" ,ghc-pandoc)))
20421 (propagated-inputs
20422 `(("r-desc" ,r-desc)
20423 ("r-rcpp" ,r-rcpp)))
20424 (home-page "https://mc-stan.org/rstantools/")
20425 (synopsis "Tools for developing R packages interfacing with Stan")
20426 (description
20427 "This package provides various tools for developers of R packages
20428 interfacing with @url{https://mc-stan.org, Stan}, including functions to set
20429 up the required package structure, S3 generics and default methods to unify
20430 function naming across Stan-based R packages, and vignettes with
20431 recommendations for developers.")
20432 (license license:gpl3+)))
20433
20434 (define-public r-loo
20435 (package
20436 (name "r-loo")
20437 (version "2.2.0")
20438 (source
20439 (origin
20440 (method url-fetch)
20441 (uri (cran-uri "loo" version))
20442 (sha256
20443 (base32
20444 "1hq1zcj76x55z9kic6cwf7mfq9pzqfbr341jbc9wp7x8ac4zcva6"))))
20445 (properties `((upstream-name . "loo")))
20446 (build-system r-build-system)
20447 (inputs
20448 `(("pandoc" ,ghc-pandoc)
20449 ("pandoc-citeproc" ,ghc-pandoc-citeproc)))
20450 (propagated-inputs
20451 `(("r-checkmate" ,r-checkmate)
20452 ("r-matrixstats" ,r-matrixstats)))
20453 (home-page "https://mc-stan.org/loo/")
20454 (synopsis "Leave-One-Out cross-validation and WAIC for Bayesian models")
20455 (description
20456 "This package provides an implementation of efficient approximate
20457 @dfn{leave-one-out} (LOO) cross-validation for Bayesian models fit using
20458 Markov chain Monte Carlo, as described in @url{doi:10.1007/s11222-016-9696-4}.
20459 The approximation uses @dfn{Pareto smoothed importance sampling} (PSIS), a new
20460 procedure for regularizing importance weights. As a byproduct of the
20461 calculations, we also obtain approximate standard errors for estimated
20462 predictive errors and for the comparison of predictive errors between models.
20463 The package also provides methods for using stacking and other model weighting
20464 techniques to average Bayesian predictive distributions.")
20465 (license license:gpl3+)))
20466
20467 (define-public r-rstan
20468 (package
20469 (name "r-rstan")
20470 (version "2.19.3")
20471 (source
20472 (origin
20473 (method url-fetch)
20474 (uri (cran-uri "rstan" version))
20475 (sha256
20476 (base32
20477 "128ndwjrhf8b1qvvqz4bl13qlm8718z9qs5ryc6gsdr3vk65s0np"))))
20478 (properties `((upstream-name . "rstan")))
20479 (build-system r-build-system)
20480 (arguments
20481 `(#:phases
20482 (modify-phases %standard-phases
20483 (add-before 'install 'set-timezone
20484 ;; This package is picky about timezones.
20485 (lambda* (#:key inputs #:allow-other-keys)
20486 (setenv "TZ" "UTC+1")
20487 (setenv "TZDIR"
20488 (string-append (assoc-ref inputs "tzdata")
20489 "/share/zoneinfo"))
20490 #t)))))
20491 (native-inputs
20492 `(("tzdata" ,tzdata)
20493 ("pandoc" ,ghc-pandoc)))
20494 (propagated-inputs
20495 `(("r-bh" ,r-bh)
20496 ("r-ggplot2" ,r-ggplot2)
20497 ("r-gridextra" ,r-gridextra)
20498 ("r-inline" ,r-inline)
20499 ("r-loo" ,r-loo)
20500 ("r-pkgbuild" ,r-pkgbuild)
20501 ("r-rcpp" ,r-rcpp)
20502 ("r-rcppeigen" ,r-rcppeigen)
20503 ("r-stanheaders" ,r-stanheaders)))
20504 (home-page "https://discourse.mc-stan.org/")
20505 (synopsis "R interface to Stan")
20506 (description
20507 "User-facing R functions are provided to parse, compile, test, estimate,
20508 and analyze Stan models by accessing the header-only Stan library provided by
20509 the StanHeaders package. The Stan project develops a probabilistic
20510 programming language that implements full Bayesian statistical inference via
20511 Markov Chain Monte Carlo, rough Bayesian inference via 'variational'
20512 approximation, and (optionally penalized) maximum likelihood estimation via
20513 optimization. In all three cases, automatic differentiation is used to
20514 quickly and accurately evaluate gradients without burdening the user with the
20515 need to derive the partial derivatives.")
20516 (license license:gpl3+)))
20517
20518 (define-public r-rstanarm
20519 (package
20520 (name "r-rstanarm")
20521 (version "2.19.3")
20522 (source
20523 (origin
20524 (method url-fetch)
20525 (uri (cran-uri "rstanarm" version))
20526 (sha256
20527 (base32
20528 "0gxjq8bdlvdd8kn3dhp12xlymdab036r7n12lzmd3xlkl4cnxq3s"))))
20529 (properties `((upstream-name . "rstanarm")))
20530 (build-system r-build-system)
20531 (inputs
20532 `(("pandoc" ,ghc-pandoc)
20533 ("pandoc-citeproc" ,ghc-pandoc-citeproc)))
20534 (propagated-inputs
20535 `(("r-bayesplot" ,r-bayesplot)
20536 ("r-bh" ,r-bh)
20537 ("r-ggplot2" ,r-ggplot2)
20538 ("r-lme4" ,r-lme4)
20539 ("r-loo" ,r-loo)
20540 ("r-matrix" ,r-matrix)
20541 ("r-nlme" ,r-nlme)
20542 ("r-rcpp" ,r-rcpp)
20543 ("r-rcppeigen" ,r-rcppeigen)
20544 ("r-rcppparallel" ,r-rcppparallel)
20545 ("r-rstan" ,r-rstan)
20546 ("r-rstantools" ,r-rstantools)
20547 ("r-shinystan" ,r-shinystan)
20548 ("r-stanheaders" ,r-stanheaders)
20549 ("r-survival" ,r-survival)))
20550 (home-page "https://mc-stan.org/rstanarm/")
20551 (synopsis "Bayesian applied regression modeling via Stan")
20552 (description
20553 "This package estimates previously compiled regression models using the
20554 @code{rstan} package, which provides the R interface to the Stan C++ library
20555 for Bayesian estimation. Users specify models via the customary R syntax with
20556 a formula and @code{data.frame} plus some additional arguments for priors.")
20557 (license license:gpl3+)))
20558
20559 (define-public r-kendall
20560 (package
20561 (name "r-kendall")
20562 (version "2.2")
20563 (source
20564 (origin
20565 (method url-fetch)
20566 (uri (cran-uri "Kendall" version))
20567 (sha256
20568 (base32
20569 "0z2yr3x2nvdm81w2imb61hxwcbmg14kfb2bxgh3wmkmv3wfjwkwn"))))
20570 (properties `((upstream-name . "Kendall")))
20571 (build-system r-build-system)
20572 (propagated-inputs
20573 `(("r-boot" ,r-boot)))
20574 (native-inputs
20575 `(("gfortran" ,gfortran)))
20576 (home-page "https://cran.r-project.org/web/packages/Kendall/")
20577 (synopsis "Kendall rank correlation and Mann-Kendall trend test")
20578 (description
20579 "This package computes the Kendall rank correlation and Mann-Kendall
20580 trend test.")
20581 (license license:gpl2+)))
20582
20583 (define-public r-zyp
20584 (package
20585 (name "r-zyp")
20586 (version "0.10-1.1")
20587 (source
20588 (origin
20589 (method url-fetch)
20590 (uri (cran-uri "zyp" version))
20591 (sha256
20592 (base32
20593 "03cxpkfbhrx1fy8l0dl9a13ghz93cqq6877wa8rig09ksdiivaw9"))))
20594 (properties `((upstream-name . "zyp")))
20595 (build-system r-build-system)
20596 (propagated-inputs
20597 `(("r-kendall" ,r-kendall)))
20598 (home-page "https://cran.r-project.org/web/packages/zyp/")
20599 (synopsis "Zhang + Yue-Pilon Trends Package")
20600 (description
20601 "This package contains an efficient implementation of Sen's slope
20602 method (Sen, 1968) plus implementation of Xuebin Zhang's (Zhang, 1999) and
20603 Yue-Pilon's (Yue, 2002) pre-whitening approaches to determining trends in
20604 climate data.")
20605 (license license:lgpl2.1)))
20606
20607 (define-public r-zvcv
20608 (package
20609 (name "r-zvcv")
20610 (version "1.0.0")
20611 (source
20612 (origin
20613 (method url-fetch)
20614 (uri (cran-uri "ZVCV" version))
20615 (sha256
20616 (base32
20617 "1npw836q2skx54843lgxvb0rfwafckjc8k8dljykm60ad3z7zak8"))))
20618 (properties `((upstream-name . "ZVCV")))
20619 (build-system r-build-system)
20620 (propagated-inputs
20621 `(("r-abind" ,r-abind)
20622 ("r-glmnet" ,r-glmnet)
20623 ("r-mvtnorm" ,r-mvtnorm)
20624 ("r-partitions" ,r-partitions)
20625 ("r-rcpp" ,r-rcpp)
20626 ("r-rcpparmadillo" ,r-rcpparmadillo)))
20627 (home-page "https://cran.r-project.org/web/packages/ZVCV/")
20628 (synopsis "Zero-Variance Control Variates")
20629 (description
20630 "@dfn{Zero-variance control variates} (ZV-CV) is a post-processing method
20631 to reduce the variance of Monte Carlo estimators of expectations using the
20632 derivatives of the log target. Once the derivatives are available, the only
20633 additional computational effort is in solving a linear regression problem.
20634 This method has been extended to higher dimensions using regularisation. This
20635 package can be used to easily perform ZV-CV or regularised ZV-CV when a set of
20636 samples, derivatives and function evaluations are available. Additional
20637 functions for applying ZV-CV to two estimators for the normalising constant of
20638 the posterior distribution in Bayesian statistics are also supplied.")
20639 (license license:gpl2+)))
20640
20641 (define-public r-ztype
20642 (package
20643 (name "r-ztype")
20644 (version "0.1.0")
20645 (source
20646 (origin
20647 (method url-fetch)
20648 (uri (cran-uri "ztype" version))
20649 (sha256
20650 (base32
20651 "0brbq2rgkl4mhjbb70kkfv47lzs66k9ppfs2klavcbripirxn5fx"))))
20652 (properties `((upstream-name . "ztype")))
20653 (build-system r-build-system)
20654 (propagated-inputs
20655 `(("r-assertthat" ,r-assertthat)
20656 ("r-dplyr" ,r-dplyr)
20657 ("r-ggplot2" ,r-ggplot2)
20658 ("r-lubridate" ,r-lubridate)
20659 ("r-magrittr" ,r-magrittr)
20660 ("r-rvest" ,r-rvest)
20661 ("r-stringr" ,r-stringr)))
20662 (home-page "https://cran.r-project.org/web/packages/ztype/")
20663 (synopsis "Run a Ztype game loaded with R functions")
20664 (description
20665 "How fast can you type R functions on your keyboard? Find out by running
20666 a @code{zty.pe} game: export R functions as instructions to type to destroy
20667 opponents' vessels.")
20668 (license license:gpl3)))
20669
20670 (define-public r-zseq
20671 (package
20672 (name "r-zseq")
20673 (version "0.2.0")
20674 (source
20675 (origin
20676 (method url-fetch)
20677 (uri (cran-uri "Zseq" version))
20678 (sha256
20679 (base32
20680 "06dndi2b1q79bmxax11bv0l5ifcz1mhpvbn90y6a6xymrgcq0ivi"))))
20681 (properties `((upstream-name . "Zseq")))
20682 (build-system r-build-system)
20683 (propagated-inputs
20684 `(("r-gmp" ,r-gmp)))
20685 (home-page "https://cran.r-project.org/web/packages/Zseq/")
20686 (synopsis "Integer sequence generator")
20687 (description
20688 "This package generates well-known integer sequences. The @code{gmp}
20689 package is adopted for computing with arbitrarily large numbers. Every
20690 function has a hyperlink to its corresponding item in the @dfn{On-Line
20691 Encyclopedia of Integer Sequences} (OEIS) in the function help page.")
20692 (license license:gpl3+)))