gnu: Add rsibreak.
[jackhill/guix/guix.git] / gnu / packages / cran.scm
1 ;;; GNU Guix --- Functional package management for GNU
2 ;;; Copyright © 2015, 2016, 2017, 2018, 2019 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 machine-learning)
66 #:use-module (gnu packages maths)
67 #:use-module (gnu packages mpi)
68 #:use-module (gnu packages multiprecision)
69 #:use-module (gnu packages networking)
70 #:use-module (gnu packages pcre)
71 #:use-module (gnu packages perl)
72 #:use-module (gnu packages pkg-config)
73 #:use-module (gnu packages python)
74 #:use-module (gnu packages python-xyz)
75 #:use-module (gnu packages statistics)
76 #:use-module (gnu packages tcl)
77 #:use-module (gnu packages tls)
78 #:use-module (gnu packages web)
79 #:use-module (gnu packages xorg))
80
81 (define-public r-clipr
82 (package
83 (name "r-clipr")
84 (version "0.7.0")
85 (source
86 (origin
87 (method url-fetch)
88 (uri (cran-uri "clipr" version))
89 (sha256
90 (base32
91 "1qn2p13d0c1bpqss6mv9hk60980rzhznfqpyaf5x0fy65svy9903"))))
92 (build-system r-build-system)
93 (home-page "https://github.com/mdlincoln/clipr")
94 (synopsis "Read and write from the system clipboard")
95 (description
96 "This package provides simple utility functions to read from and write to
97 the system clipboards.")
98 (license license:gpl3)))
99
100 (define-public r-scales
101 (package
102 (name "r-scales")
103 (version "1.1.0")
104 (source
105 (origin
106 (method url-fetch)
107 (uri (cran-uri "scales" version))
108 (sha256
109 (base32 "00rdbfj5mwc3kr8pskidn3n2zkp4ms6cx36xazz54pxw3pysdr0y"))))
110 (build-system r-build-system)
111 (propagated-inputs
112 `(("r-farver" ,r-farver)
113 ("r-labeling" ,r-labeling)
114 ("r-lifecycle" ,r-lifecycle)
115 ("r-munsell" ,r-munsell)
116 ("r-rcolorbrewer" ,r-rcolorbrewer)
117 ("r-r6" ,r-r6)
118 ("r-viridislite" ,r-viridislite)))
119 (home-page "https://github.com/hadley/scales")
120 (synopsis "Scale functions for visualization")
121 (description
122 "This package provides graphical scales that map data to aesthetics, and
123 provides methods for automatically determining breaks and labels for axes and
124 legends.")
125 (license license:expat)))
126
127 (define-public r-pheatmap
128 (package
129 (name "r-pheatmap")
130 (version "1.0.12")
131 (source
132 (origin
133 (method url-fetch)
134 (uri (cran-uri "pheatmap" version))
135 (sha256
136 (base32
137 "1hdh74az3vyzz6dqa311rhxdm74n46lyr03p862kn80p0kp9d7ap"))))
138 (build-system r-build-system)
139 (propagated-inputs
140 `(("r-gtable" ,r-gtable)
141 ("r-rcolorbrewer" ,r-rcolorbrewer)
142 ("r-scales" ,r-scales)))
143 (home-page "https://cran.r-project.org/web/packages/pheatmap")
144 (synopsis "Pretty heatmaps")
145 (description
146 "This package provides an implementation of heatmaps that offers more
147 control over dimensions and appearance.")
148 (license license:gpl2+)))
149
150 (define-public r-ellipsis
151 (package
152 (name "r-ellipsis")
153 (version "0.3.0")
154 (source
155 (origin
156 (method url-fetch)
157 (uri (cran-uri "ellipsis" version))
158 (sha256
159 (base32
160 "01z9gq311nzwv3a0sa49jhm5ylqd59srip4vjkrf23hzgb5i9y0b"))))
161 (build-system r-build-system)
162 (propagated-inputs
163 `(("r-rlang" ,r-rlang)))
164 (home-page "https://github.com/hadley/ellipsis")
165 (synopsis "Tools for working with additional arguments")
166 (description
167 "In S3 generics, it's useful to take @code{...} so that methods can have
168 additional arguments. But this flexibility comes at a cost: misspelled
169 arguments will be silently ignored. The @code{ellipsis} package is an
170 experiment that allows a generic to warn if any arguments passed in @code{...}
171 are not used.")
172 (license license:gpl3)))
173
174 (define-public r-grr
175 (package
176 (name "r-grr")
177 (version "0.9.5")
178 (source
179 (origin
180 (method url-fetch)
181 (uri (cran-uri "grr" version))
182 (sha256
183 (base32
184 "0arbcgrvhkwb5xk4nry1ffg2qj0v8ivhjghdr505ib4357g0c9i9"))))
185 (build-system r-build-system)
186 (home-page "https://cran.r-project.org/web/packages/grr")
187 (synopsis "Alternative implementations of base R functions")
188 (description
189 "This package provides alternative implementations of some base R
190 functions, including @code{sort}, @code{order}, and @code{match}. The
191 functions are simplified but can be faster or have other advantages.")
192 (license license:gpl3)))
193
194 (define-public r-matrix-utils
195 (package
196 (name "r-matrix-utils")
197 (version "0.9.7")
198 (source
199 (origin
200 (method url-fetch)
201 (uri (cran-uri "Matrix.utils" version))
202 (sha256
203 (base32
204 "1x64r4aj3gy1dzjjysyrk1j9jq3qsnyrqws8i6bs7q8pf6gvr7va"))))
205 (properties `((upstream-name . "Matrix.utils")))
206 (build-system r-build-system)
207 (propagated-inputs
208 `(("r-grr" ,r-grr)
209 ("r-matrix" ,r-matrix)))
210 (home-page "https://github.com/cvarrichio/Matrix.utils")
211 (synopsis
212 "Data.frame-Like Operations on Sparse and Dense Matrix Objects")
213 (description
214 "This package implements data manipulation methods such as @code{cast},
215 @code{aggregate}, and @code{merge}/@code{join} for Matrix and Matrix-like
216 objects.")
217 (license license:gpl3)))
218
219 (define-public r-sys
220 (package
221 (name "r-sys")
222 (version "3.3")
223 (source
224 (origin
225 (method url-fetch)
226 (uri (cran-uri "sys" version))
227 (sha256
228 (base32
229 "14wvy46i2iz9jn7lj3cvifmps932s3395wq681hniva0f8m7q8d6"))))
230 (build-system r-build-system)
231 (home-page "https://github.com/jeroen/sys")
232 (synopsis "Powerful and reliable tools for running system commands in R")
233 (description
234 "This package provides drop-in replacements for the base @code{system2()}
235 function with fine control and consistent behavior across platforms. It
236 supports clean interruption, timeout, background tasks, and streaming STDIN /
237 STDOUT / STDERR over binary or text connections. The package also provides
238 functions for evaluating expressions inside a temporary fork. Such
239 evaluations have no side effects on the main R process, and support reliable
240 interrupts and timeouts. This provides the basis for a sandboxing
241 mechanism.")
242 (license license:expat)))
243
244 (define-public r-askpass
245 (package
246 (name "r-askpass")
247 (version "1.1")
248 (source
249 (origin
250 (method url-fetch)
251 (uri (cran-uri "askpass" version))
252 (sha256
253 (base32
254 "07q0ik8jzk44vpwh48rr3fnpd7dzsdhjjsl4l850rffv3dyq4h6v"))))
255 (build-system r-build-system)
256 (propagated-inputs `(("r-sys" ,r-sys)))
257 (home-page "https://github.com/jeroen/askpass")
258 (synopsis "Safe password entry for R")
259 (description
260 "This package provides cross-platform utilities for prompting the user
261 for credentials or a passphrase, for example to authenticate with a server or
262 read a protected key.")
263 (license license:expat)))
264
265 (define-public r-vegan
266 (package
267 (name "r-vegan")
268 (version "2.5-6")
269 (source
270 (origin
271 (method url-fetch)
272 (uri (cran-uri "vegan" version))
273 (sha256
274 (base32
275 "0g60rgn1i7wqf9pf5m1yki1m45gcp7i5hmjic0ci0f6vng70mh5k"))))
276 (build-system r-build-system)
277 (native-inputs
278 `(("gfortran" ,gfortran)))
279 (propagated-inputs
280 `(("r-cluster" ,r-cluster)
281 ("r-knitr" ,r-knitr) ; needed for vignettes
282 ("r-lattice" ,r-lattice)
283 ("r-mass" ,r-mass)
284 ("r-mgcv" ,r-mgcv)
285 ("r-permute" ,r-permute)))
286 (home-page "https://cran.r-project.org/web/packages/vegan")
287 (synopsis "Functions for community ecology")
288 (description
289 "The vegan package provides tools for descriptive community ecology. It
290 has most basic functions of diversity analysis, community ordination and
291 dissimilarity analysis. Most of its multivariate tools can be used for other
292 data types as well.")
293 (license license:gpl2+)))
294
295 (define-public r-tidyverse
296 (package
297 (name "r-tidyverse")
298 (version "1.3.0")
299 (source
300 (origin
301 (method url-fetch)
302 (uri (cran-uri "tidyverse" version))
303 (sha256
304 (base32
305 "02gyys08qv2v4cl2d66gml4d31ipxay0iyfwwksvxyclx60wp2kd"))))
306 (build-system r-build-system)
307 (propagated-inputs
308 `(("r-broom" ,r-broom)
309 ("r-cli" ,r-cli)
310 ("r-crayon" ,r-crayon)
311 ("r-dbplyr" ,r-dbplyr)
312 ("r-dplyr" ,r-dplyr)
313 ("r-forcats" ,r-forcats)
314 ("r-ggplot2" ,r-ggplot2)
315 ("r-haven" ,r-haven)
316 ("r-hms" ,r-hms)
317 ("r-httr" ,r-httr)
318 ("r-jsonlite" ,r-jsonlite)
319 ("r-lubridate" ,r-lubridate)
320 ("r-magrittr" ,r-magrittr)
321 ("r-modelr" ,r-modelr)
322 ("r-pillar" ,r-pillar)
323 ("r-purrr" ,r-purrr)
324 ("r-readr" ,r-readr)
325 ("r-readxl" ,r-readxl)
326 ("r-reprex" ,r-reprex)
327 ("r-rlang" ,r-rlang)
328 ("r-rstudioapi" ,r-rstudioapi)
329 ("r-rvest" ,r-rvest)
330 ("r-stringr" ,r-stringr)
331 ("r-tibble" ,r-tibble)
332 ("r-tidyr" ,r-tidyr)
333 ("r-xml2" ,r-xml2)))
334 (home-page "https://tidyverse.tidyverse.org")
335 (synopsis "Install and load packages from the \"Tidyverse\"")
336 (description
337 "The @code{tidyverse} is a set of packages that work in harmony because
338 they share common data representations and API design. This package is
339 designed to make it easy to install and load multiple tidyverse packages in a
340 single step.")
341 (license license:gpl3)))
342
343 (define-public r-rvest
344 (package
345 (name "r-rvest")
346 (version "0.3.5")
347 (source
348 (origin
349 (method url-fetch)
350 (uri (cran-uri "rvest" version))
351 (sha256
352 (base32 "0r0a5jic09xw5pk0x42pr99r3zab5m9s4x85ymx1sl769jz42zqf"))))
353 (build-system r-build-system)
354 (propagated-inputs
355 `(("r-httr" ,r-httr)
356 ("r-magrittr" ,r-magrittr)
357 ("r-selectr" ,r-selectr)
358 ("r-xml2" ,r-xml2)))
359 (home-page "https://github.com/hadley/rvest")
360 (synopsis "Simple web scraping for R")
361 (description
362 "@code{r-rvest} helps you scrape information from web pages. It is
363 designed to work with @code{magrittr} to make it easy to express common web
364 scraping tasks, inspired by libraries like @code{BeautifulSoup}.")
365 (license license:gpl3)))
366
367 (define-public r-selectr
368 (package
369 (name "r-selectr")
370 (version "0.4-2")
371 (source
372 (origin
373 (method url-fetch)
374 (uri (cran-uri "selectr" version))
375 (sha256
376 (base32 "09y1n3iy297g49xlpl7xrjpwgnm57pskx5991lyfcpizbz8ax22m"))))
377 (build-system r-build-system)
378 (propagated-inputs
379 `(("r-stringr" ,r-stringr)
380 ("r-r6" ,r-r6)))
381 (home-page "https://sjp.co.nz/projects/selectr/")
382 (synopsis "Translate CSS selectors to XPath expressions")
383 (description
384 "@code{r-selectr} translates a CSS3 selector into an equivalent XPath
385 expression. This allows you to use CSS selectors when working with the XML
386 package as it can only evaluate XPath expressions. Also provided are
387 convenience functions useful for using CSS selectors on XML nodes. This
388 package is a port of the Python package @code{cssselect}.")
389 (license license:bsd-3)))
390
391 (define-public r-reprex
392 (package
393 (name "r-reprex")
394 (version "0.3.0")
395 (source
396 (origin
397 (method url-fetch)
398 (uri (cran-uri "reprex" version))
399 (sha256
400 (base32
401 "0v7vxzs8alwz8y1cjicpimp5yimf1g9gb8x5wy3zhvrz6kk2lg10"))))
402 (build-system r-build-system)
403 (propagated-inputs
404 `(("r-callr" ,r-callr)
405 ("r-clipr" ,r-clipr)
406 ("r-fs" ,r-fs)
407 ("r-rlang" ,r-rlang)
408 ("r-rmarkdown" ,r-rmarkdown)
409 ("r-whisker" ,r-whisker)
410 ("r-withr" ,r-withr)))
411 (home-page "https://github.com/tidyverse/reprex")
412 (synopsis "Prepare reproducible R code examples for sharing")
413 (description
414 "This package provides a convenience wrapper that uses the
415 @code{rmarkdown} package to render small snippets of code to target formats
416 that include both code and output. The goal is to encourage the sharing of
417 small, reproducible, and runnable examples on code-oriented websites or email.
418 @code{reprex} also extracts clean, runnable R code from various common formats,
419 such as copy/paste from an R session.")
420 (license license:expat)))
421
422 (define-public r-callr
423 (package
424 (name "r-callr")
425 (version "3.4.0")
426 (source
427 (origin
428 (method url-fetch)
429 (uri (cran-uri "callr" version))
430 (sha256
431 (base32
432 "1hvxw2glizq8g0qnxakcxh8jc5scn0hp1x8i70fdpqwwbgx49slr"))))
433 (build-system r-build-system)
434 (propagated-inputs
435 `(("r-r6" ,r-r6)
436 ("r-processx" ,r-processx)))
437 (home-page "https://github.com/r-lib/callr#readme")
438 (synopsis "Call R from R")
439 (description
440 "It is sometimes useful to perform a computation in a separate R process,
441 without affecting the current R process at all. This package does exactly
442 that.")
443 (license license:expat)))
444
445 (define-public r-readxl
446 (package
447 (name "r-readxl")
448 (version "1.3.1")
449 (source
450 (origin
451 (method url-fetch)
452 (uri (cran-uri "readxl" version))
453 (sha256
454 (base32
455 "15mambxr8c7k2ikdfsl1w3vxvm54dsnk0cl1qvks6iig7rql3d14"))))
456 (build-system r-build-system)
457 (propagated-inputs
458 `(("r-cellranger" ,r-cellranger)
459 ("r-progress" ,r-progress)
460 ("r-rcpp" ,r-rcpp)
461 ("r-tibble" ,r-tibble)))
462 (home-page "https://readxl.tidyverse.org")
463 (synopsis "Read Excel files")
464 (description
465 "This package lets you import Excel files into R. It supports
466 @file{.xls} via the embedded @code{libxls} C library and @file{.xlsx} via
467 the embedded @code{RapidXML} C++ library.")
468 ;; XXX: This package bundles a copy of 'libxsl' which is BSD-2 and
469 ;; 'rapidxml' which is Boost.
470 (license (list license:gpl3 license:bsd-2 license:boost1.0))))
471
472 (define-public r-modelr
473 (package
474 (name "r-modelr")
475 (version "0.1.5")
476 (source
477 (origin
478 (method url-fetch)
479 (uri (cran-uri "modelr" version))
480 (sha256
481 (base32
482 "0nnfhlzz75ihs8azy963cc4cwg1kx81rybk4z3wm98bbghwfxfs5"))))
483 (build-system r-build-system)
484 (propagated-inputs
485 `(("r-broom" ,r-broom)
486 ("r-dplyr" ,r-dplyr)
487 ("r-magrittr" ,r-magrittr)
488 ("r-purrr" ,r-purrr)
489 ("r-rlang" ,r-rlang)
490 ("r-tibble" ,r-tibble)
491 ("r-tidyr" ,r-tidyr)))
492 (home-page "https://github.com/tidyverse/modelr")
493 (synopsis "Helper functions for modelling in pipelines")
494 (description
495 "Functions for modelling that help you seamlessly integrate modelling
496 into a pipeline of data manipulation and visualisation.")
497 (license license:gpl3)))
498
499 (define-public r-httpuv
500 (package
501 (name "r-httpuv")
502 (version "1.5.2")
503 (source (origin
504 (method url-fetch)
505 (uri (cran-uri "httpuv" version))
506 (sha256
507 (base32
508 "13ax0hs2lc39ilznh1zarwqdzahcbhb8adilrfik3xg0fkljpcwk"))))
509 (build-system r-build-system)
510 (propagated-inputs
511 `(("r-bh" ,r-bh)
512 ("r-later" ,r-later)
513 ("r-promises" ,r-promises)
514 ("r-r6" ,r-r6)
515 ("r-rcpp" ,r-rcpp)))
516 (home-page "https://github.com/rstudio/httpuv")
517 (synopsis "HTTP and WebSocket server library for R")
518 (description
519 "The httpuv package provides low-level socket and protocol support for
520 handling HTTP and WebSocket requests directly from within R. It is primarily
521 intended as a building block for other packages, rather than making it
522 particularly easy to create complete web applications using httpuv alone.")
523 ;; This package includes third-party code that was originally released
524 ;; under various non-copyleft licenses. Full licensing information can be
525 ;; obtained here: https://github.com/rstudio/httpuv/blob/master/LICENSE
526 (license license:gpl3+)))
527
528 (define-public r-jsonlite
529 (package
530 (name "r-jsonlite")
531 (version "1.6")
532 (source (origin
533 (method url-fetch)
534 (uri (cran-uri "jsonlite" version))
535 (sha256
536 (base32
537 "0lyvhnr6n57h3a89bvipii7x17nvfaycm9j5j50bfrlr48jv9ic8"))))
538 (build-system r-build-system)
539 (home-page "http://arxiv.org/abs/1403.2805")
540 (synopsis "Robust, high performance JSON parser and generator for R")
541 (description
542 "The jsonlite package provides a fast JSON parser and generator optimized
543 for statistical data and the web. It offers flexible, robust, high
544 performance tools for working with JSON in R and is particularly powerful for
545 building pipelines and interacting with a web API. In addition to converting
546 JSON data from/to R objects, jsonlite contains functions to stream, validate,
547 and prettify JSON data. The unit tests included with the package verify that
548 all edge cases are encoded and decoded consistently for use with dynamic data
549 in systems and applications.")
550 (license license:expat)))
551
552 (define-public r-servr
553 (package
554 (name "r-servr")
555 (version "0.15")
556 (source (origin
557 (method url-fetch)
558 (uri (cran-uri "servr" version))
559 (sha256
560 (base32
561 "199k9aghwk9rf1rm8pjg60xacqww25cza259h5dfj1ixil0m6dxi"))))
562 (build-system r-build-system)
563 (propagated-inputs
564 `(("r-httpuv" ,r-httpuv)
565 ("r-jsonlite" ,r-jsonlite)
566 ("r-mime" ,r-mime)
567 ("r-xfun" ,r-xfun)))
568 (home-page "https://github.com/yihui/servr")
569 (synopsis "Simple HTTP server to serve static files or dynamic documents")
570 (description
571 "Servr provides an HTTP server in R to serve static files, or dynamic
572 documents that can be converted to HTML files (e.g., R Markdown) under a given
573 directory.")
574 (license license:expat)))
575
576 (define-public r-htmltools
577 (package
578 (name "r-htmltools")
579 (version "0.4.0")
580 (source (origin
581 (method url-fetch)
582 (uri (cran-uri "htmltools" version))
583 (sha256
584 (base32
585 "06l17d8jkf438yk2mchpsp4j90bynnapz3nabh5vkcc324p5a62v"))))
586 (build-system r-build-system)
587 (propagated-inputs
588 `(("r-digest" ,r-digest)
589 ("r-rcpp" ,r-rcpp)
590 ("r-rlang" ,r-rlang)))
591 (home-page "https://cran.r-project.org/web/packages/htmltools")
592 (synopsis "R tools for HTML")
593 (description
594 "This package provides tools for HTML generation and output in R.")
595 (license license:expat)))
596
597 (define-public r-htmlwidgets
598 (package
599 (name "r-htmlwidgets")
600 (version "1.5.1")
601 (source (origin
602 (method url-fetch)
603 (uri (cran-uri "htmlwidgets" version))
604 (sha256
605 (base32
606 "10fp306l1nybkah6jrlrqwwdb6zvklbddp8i3w9v9naj8la5jbnl"))))
607 (build-system r-build-system)
608 (propagated-inputs
609 `(("r-htmltools" ,r-htmltools)
610 ("r-jsonlite" ,r-jsonlite)
611 ("r-yaml" ,r-yaml)))
612 (home-page "https://github.com/ramnathv/htmlwidgets")
613 (synopsis "HTML Widgets for R")
614 (description
615 "HTML widgets is a framework for creating HTML widgets that render in
616 various contexts including the R console, R Markdown documents, and Shiny web
617 applications.")
618 (license license:expat)))
619
620 (define-public r-htmltable
621 (package
622 (name "r-htmltable")
623 (version "1.13.3")
624 (source
625 (origin
626 (method url-fetch)
627 (uri (cran-uri "htmlTable" version))
628 (sha256
629 (base32
630 "0g9r156k9yl1f092hfw3b9wjx11akf0shbi3x0d0mvpnflvc8nfl"))))
631 (properties `((upstream-name . "htmlTable")))
632 (build-system r-build-system)
633 (propagated-inputs
634 `(("r-checkmate" ,r-checkmate)
635 ("r-htmltools" ,r-htmltools)
636 ("r-htmlwidgets" ,r-htmlwidgets)
637 ("r-knitr" ,r-knitr)
638 ("r-magrittr" ,r-magrittr)
639 ("r-rstudioapi" ,r-rstudioapi)
640 ("r-stringr" ,r-stringr)))
641 (home-page "http://gforge.se/packages/")
642 (synopsis "Advanced tables for Markdown/HTML")
643 (description
644 "This package provides functions to build tables with advanced layout
645 elements such as row spanners, column spanners, table spanners, zebra
646 striping, and more. While allowing advanced layout, the underlying
647 CSS-structure is simple in order to maximize compatibility with word
648 processors such as LibreOffice. The package also contains a few text
649 formatting functions that help outputting text compatible with HTML or
650 LaTeX.")
651 (license license:gpl3+)))
652
653 (define-public r-curl
654 (package
655 (name "r-curl")
656 (version "4.3")
657 (source (origin
658 (method url-fetch)
659 (uri (cran-uri "curl" version))
660 (sha256
661 (base32
662 "1nrf6md41b37j424y6rvifdj9zb3j14f60fj7q71k9jhpf2x81kl"))))
663 (build-system r-build-system)
664 (arguments
665 `(#:phases
666 (modify-phases %standard-phases
667 ;; The environment variable CURL_CA_BUNDLE is only respected when
668 ;; running Windows, so we disable the platform checks.
669 ;; This can be removed once the libcurl has been patched.
670 (add-after 'unpack 'allow-CURL_CA_BUNDLE
671 (lambda _
672 (substitute* "R/onload.R"
673 (("if \\(!grepl\\(\"mingw\".*")
674 "if (FALSE)\n"))
675 (substitute* "src/handle.c"
676 (("#ifdef _WIN32") "#if 1"))
677 #t)))))
678 (inputs
679 `(("libcurl" ,curl)
680 ("zlib" ,zlib)))
681 (native-inputs
682 `(("pkg-config" ,pkg-config)))
683 (home-page "https://github.com/jeroenooms/curl")
684 (synopsis "HTTP client for R")
685 (description
686 "The @code{curl()} and @code{curl_download()} functions provide highly
687 configurable drop-in replacements for base @code{url()} and
688 @code{download.file()} with better performance, support for encryption, gzip
689 compression, authentication, and other @code{libcurl} goodies. The core of
690 the package implements a framework for performing fully customized requests
691 where data can be processed either in memory, on disk, or streaming via the
692 callback or connection interfaces.")
693 (license license:expat)))
694
695 (define-public r-hwriter
696 (package
697 (name "r-hwriter")
698 (version "1.3.2")
699 (source
700 (origin
701 (method url-fetch)
702 (uri (cran-uri "hwriter" version))
703 (sha256
704 (base32
705 "0arjsz854rfkfqhgvpqbm9lfni97dcjs66isdsfvwfd2wz932dbb"))))
706 (build-system r-build-system)
707 (home-page "https://cran.r-project.org/web/packages/hwriter")
708 (synopsis "Output R objects in HTML format")
709 (description
710 "This package provides easy-to-use and versatile functions to output R
711 objects in HTML format.")
712 (license license:lgpl2.1+)))
713
714 (define-public r-rjson
715 (package
716 (name "r-rjson")
717 (version "0.2.20")
718 (source
719 (origin
720 (method url-fetch)
721 (uri (cran-uri "rjson" version))
722 (sha256
723 (base32
724 "0v1zvdd3svnavklh7y5xbwrrkbvx6053r4c5hgnk7hz7bqg7qa1s"))))
725 (build-system r-build-system)
726 (home-page "https://cran.r-project.org/web/packages/rjson")
727 (synopsis "JSON library for R")
728 (description
729 "This package provides functions to convert R objects into JSON objects
730 and vice-versa.")
731 (license license:gpl2+)))
732
733 (define-public r-fastmap
734 (package
735 (name "r-fastmap")
736 (version "1.0.1")
737 (source
738 (origin
739 (method url-fetch)
740 (uri (cran-uri "fastmap" version))
741 (sha256
742 (base32
743 "1v7sp56xiha0bh78g3w92k52p9vkp7ryzpw0z66nyddxzrfv0y27"))))
744 (properties `((upstream-name . "fastmap")))
745 (build-system r-build-system)
746 (home-page "https://r-lib.github.io/fastmap/")
747 (synopsis "Fast implementation of a key-value store")
748 (description
749 "This package provides a fast implementation of a key-value store.
750 Environments are commonly used as key-value stores, but every time a new key
751 is used, it is added to R's global symbol table, causing a small amount of
752 memory leakage. This can be problematic in cases where many different keys
753 are used. Fastmap avoids this memory leak issue by implementing the map using
754 data structures in C++.")
755 (license license:expat)))
756
757 (define-public r-shiny
758 (package
759 (name "r-shiny")
760 (version "1.4.0")
761 (source
762 (origin
763 (method git-fetch)
764 (uri (git-reference
765 (url "https://github.com/rstudio/shiny.git")
766 (commit (string-append "v" version))))
767 (file-name (git-file-name name version))
768 (sha256
769 (base32
770 "17ac48g414h9dhi0k4wrah4gyik0q5r0xw3kc01c02qfjwimqsx7"))))
771 (build-system r-build-system)
772 (arguments
773 `(#:modules ((guix build r-build-system)
774 (guix build minify-build-system)
775 (guix build utils)
776 (ice-9 match))
777 #:imported-modules (,@%r-build-system-modules
778 (guix build minify-build-system))
779 #:phases
780 (modify-phases (@ (guix build r-build-system) %standard-phases)
781 (add-after 'unpack 'replace-bundled-minified-JavaScript
782 (lambda* (#:key inputs #:allow-other-keys)
783 (let ((replace-file (lambda (old new)
784 (format #t "replacing ~a with ~a\n" old new)
785 (delete-file old)
786 (symlink new old))))
787 ;; NOTE: Files in ./inst/www/shared/datepicker/js/locales/
788 ;; contain just data. They are not minified code, so we don't
789 ;; replace them.
790 (with-directory-excursion "inst/www/shared"
791 (replace-file "bootstrap/shim/respond.min.js"
792 (string-append (assoc-ref inputs "js-respond")
793 "/share/javascript/respond.min.js"))
794 (replace-file "bootstrap/shim/html5shiv.min.js"
795 (string-append (assoc-ref inputs "js-html5shiv")
796 "/share/javascript/html5shiv.min.js"))
797 (replace-file "json2-min.js"
798 (string-append (assoc-ref inputs "js-json2")
799 "/share/javascript/json2-min.js"))
800 (replace-file "strftime/strftime-min.js"
801 (string-append (assoc-ref inputs "js-strftime")
802 "/share/javascript/strftime.min.js"))
803 (replace-file "highlight/highlight.pack.js"
804 (string-append (assoc-ref inputs "js-highlight")
805 "/share/javascript/highlight.min.js"))
806 (replace-file "datatables/js/jquery.dataTables.min.js"
807 (string-append (assoc-ref inputs "js-datatables")
808 "/share/javascript/jquery.dataTables.min.js"))
809 (replace-file "selectize/js/selectize.min.js"
810 (string-append (assoc-ref inputs "js-selectize")
811 "/share/javascript/selectize.min.js"))
812 (replace-file "selectize/js/es5-shim.min.js"
813 (string-append (assoc-ref inputs "js-es5-shim")
814 "/share/javascript/es5-shim.min.js"))
815 (for-each (match-lambda
816 ((source . target)
817 (delete-file target)
818 (minify source #:target target)))
819 '(("jqueryui/jquery-ui.js" .
820 "jqueryui/jquery-ui.min.js")
821 ("datepicker/js/bootstrap-datepicker.js" .
822 "datepicker/js/bootstrap-datepicker.min.js")
823 ("ionrangeslider/js/ion.rangeSlider.js" .
824 "ionrangeslider/js/ion.rangeSlider.min.js")
825 ("bootstrap/js/bootstrap.js" .
826 "bootstrap/js/bootstrap.min.js")
827 ("shiny.js" .
828 "shiny.min.js")
829 ("jquery.js" .
830 "jquery.min.js")
831 ("legacy/jquery.js" .
832 "legacy/jquery.min.js")
833 ("showdown/src/showdown.js" .
834 "showdown/compressed/showdown.js")))))
835 #t)))))
836 (propagated-inputs
837 `(("r-crayon" ,r-crayon)
838 ("r-fastmap" ,r-fastmap)
839 ("r-httpuv" ,r-httpuv)
840 ("r-mime" ,r-mime)
841 ("r-jsonlite" ,r-jsonlite)
842 ("r-xtable" ,r-xtable)
843 ("r-digest" ,r-digest)
844 ("r-htmltools" ,r-htmltools)
845 ("r-r6" ,r-r6)
846 ("r-sourcetools" ,r-sourcetools)))
847 (inputs
848 `(("js-datatables" ,js-datatables)
849 ("js-html5shiv" ,js-html5shiv)
850 ("js-json2" ,js-json2)
851 ("js-respond" ,js-respond)
852 ("js-selectize" ,js-selectize)
853 ("js-strftime" ,js-strftime)
854 ("js-highlight" ,js-highlight)
855 ("js-es5-shim" ,js-es5-shim)))
856 (native-inputs
857 `(("uglify-js" ,uglify-js)))
858 (home-page "http://shiny.rstudio.com")
859 (synopsis "Easy interactive web applications with R")
860 (description
861 "Makes it incredibly easy to build interactive web applications
862 with R. Automatic \"reactive\" binding between inputs and outputs and
863 extensive prebuilt widgets make it possible to build beautiful,
864 responsive, and powerful applications with minimal effort.")
865 (license license:artistic2.0)))
866
867 ;; This package includes minified JavaScript files. When upgrading please
868 ;; check that there are no new minified JavaScript files.
869 (define-public r-shinytree
870 (package
871 (name "r-shinytree")
872 (version "0.2.7")
873 (source
874 (origin
875 (method url-fetch)
876 (uri (cran-uri "shinyTree" version))
877 (sha256
878 (base32
879 "0jfx2capckv7hf2yx3fn8i4rcmhi222ah91jnmhg497x8wgz31s3"))
880 (modules '((guix build utils)))
881 (snippet
882 '(begin
883 ;; Delete minified JavaScript
884 (for-each delete-file
885 '("inst/www/jsTree-3.3.7/libs/require.js"
886 "inst/www/jsTree-3.3.7/libs/jquery.js"
887 "inst/www/jsTree-3.3.7/jstree.min.js"))
888 #t))))
889 (properties `((upstream-name . "shinyTree")))
890 (build-system r-build-system)
891 (arguments
892 `(#:modules ((guix build utils)
893 (guix build r-build-system)
894 (srfi srfi-1)
895 (ice-9 popen))
896 #:phases
897 (modify-phases %standard-phases
898 (add-after 'unpack 'replace-minified-javascript
899 (lambda* (#:key inputs #:allow-other-keys)
900 (with-directory-excursion "inst/www/jsTree-3.3.7/"
901 (symlink (string-append (assoc-ref inputs "js-requirejs")
902 "/share/javascript/require.min.js")
903 "libs/require.js")
904 (call-with-values
905 (lambda ()
906 (unzip2
907 `((,(assoc-ref inputs "js-jquery")
908 "libs/jquery.js")
909 ("jstree.js"
910 "jstree.min.js"))))
911 (lambda (sources targets)
912 (for-each (lambda (source target)
913 (format #t "Processing ~a --> ~a~%"
914 source target)
915 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
916 (call-with-output-file target
917 (lambda (port)
918 (dump-port minified port)))))
919 sources targets))))
920 #t)))))
921 (propagated-inputs
922 `(("r-htmlwidgets" ,r-htmlwidgets)
923 ("r-jsonlite" ,r-jsonlite)
924 ("r-promises" ,r-promises)
925 ("r-shiny" ,r-shiny)
926 ("r-stringr" ,r-stringr)))
927 (inputs
928 `(("js-requirejs" ,js-requirejs)))
929 (native-inputs
930 `(("uglify-js" ,uglify-js)
931 ("js-jquery"
932 ,(origin
933 (method url-fetch)
934 (uri "https://code.jquery.com/jquery-3.3.1.js")
935 (sha256
936 (base32
937 "1b8zxrp6xwzpw25apn8j4qws0f6sr7qr7h2va5h1mjyfqvn29anq"))))))
938 (home-page "https://cran.r-project.org/web/packages/shinyTree/")
939 (synopsis "jsTree bindings for Shiny")
940 (description
941 "This package exposes R bindings to jsTree, a JavaScript library that
942 supports interactive trees, to enable rich, editable trees in Shiny.")
943 (license license:expat)))
944
945 (define-public r-shinydashboard
946 (package
947 (name "r-shinydashboard")
948 (version "0.7.1")
949 (source (origin
950 (method url-fetch)
951 (uri (cran-uri "shinydashboard" version))
952 (sha256
953 (base32
954 "0khac8b27q3swdw07kl609hm0fjfjsjv591b388q99mqqr2rk92i"))))
955 (build-system r-build-system)
956 ;; The directory inst/AdminLTE/ contains a minified JavaScript file.
957 ;; Regenerate it from the included sources.
958 (arguments
959 `(#:modules ((guix build utils)
960 (guix build r-build-system)
961 (ice-9 popen))
962 #:phases
963 (modify-phases %standard-phases
964 (add-after 'unpack 'generate-minified-javascript
965 (lambda _
966 (with-directory-excursion "inst/AdminLTE"
967 (delete-file "app.min.js")
968 (let ((minified (open-pipe* OPEN_READ "uglify-js" "app.js")))
969 (call-with-output-file "app.min.js"
970 (lambda (port)
971 (dump-port minified port))))))))))
972 (propagated-inputs
973 `(("r-htmltools" ,r-htmltools)
974 ("r-promises" ,r-promises)
975 ("r-shiny" ,r-shiny)))
976 (native-inputs
977 `(("uglify-js" ,uglify-js)))
978 (home-page "http://rstudio.github.io/shinydashboard/")
979 (synopsis "Create dashboards with shiny")
980 (description "This package provides an extension to the Shiny web
981 application framework for R, making it easy to create attractive dashboards.")
982 ;; This package includes software that was released under the Expat
983 ;; license, but the whole package is released under GPL version 2 or
984 ;; later.
985 (license license:gpl2+)))
986
987 (define-public r-shinyfiles
988 (package
989 (name "r-shinyfiles")
990 (version "0.7.5")
991 (source
992 (origin
993 (method url-fetch)
994 (uri (cran-uri "shinyFiles" version))
995 (sha256
996 (base32 "1143m941hma9hc77c3xcw26c0ygfhn9ii2sbp9wrydxv4gc7mr8a"))))
997 (properties `((upstream-name . "shinyFiles")))
998 (build-system r-build-system)
999 (propagated-inputs
1000 `(("r-fs" ,r-fs)
1001 ("r-htmltools" ,r-htmltools)
1002 ("r-jsonlite" ,r-jsonlite)
1003 ("r-shiny" ,r-shiny)
1004 ("r-tibble" ,r-tibble)))
1005 (home-page "https://github.com/thomasp85/shinyFiles")
1006 (synopsis "Server-side file system viewer for Shiny")
1007 (description
1008 "This package provides functionality for client-side navigation of the
1009 server side file system in shiny apps. In case the app is running locally
1010 this gives the user direct access to the file system without the need to
1011 \"download\" files to a temporary location. Both file and folder selection as
1012 well as file saving is available.")
1013 (license license:gpl2+)))
1014
1015 (define-public r-shinythemes
1016 (package
1017 (name "r-shinythemes")
1018 (version "1.1.2")
1019 (source
1020 (origin
1021 (method url-fetch)
1022 (uri (cran-uri "shinythemes" version))
1023 (sha256
1024 (base32
1025 "12miz44n2zxfswnia7p8dirxj3miw0aqn4pkx2111ikz67ax84rf"))))
1026 (properties `((upstream-name . "shinythemes")))
1027 (build-system r-build-system)
1028 (propagated-inputs `(("r-shiny" ,r-shiny)))
1029 (home-page "http://rstudio.github.io/shinythemes/")
1030 (synopsis "Themes for Shiny")
1031 (description
1032 "This package provides themes for use with Shiny. It includes several
1033 Bootstrap themes, which are packaged for use with Shiny applications.")
1034 ;; The package is released under version 3 of the GPL, but it includes
1035 ;; source files that are covered by the Expat license. It also includes
1036 ;; fonts under SIL or the ASL.
1037 (license (list license:gpl3 license:expat
1038 license:silofl1.1 license:asl2.0))))
1039
1040 ;; The package sources include minified variants of d3.js and non-minified
1041 ;; source code of d3-jetpack.
1042 (define-public r-d3r
1043 (package
1044 (name "r-d3r")
1045 (version "0.8.7")
1046 (source
1047 (origin
1048 (method url-fetch)
1049 (uri (cran-uri "d3r" version))
1050 (sha256
1051 (base32
1052 "0xl3im76lp7pd5lhp8jfyqdm4j4zvjrx5a5fl81xv2cf7x3n4f2a"))))
1053 (build-system r-build-system)
1054 (arguments
1055 `(#:modules ((guix build utils)
1056 (guix build r-build-system)
1057 (srfi srfi-1)
1058 (ice-9 popen))
1059 #:phases
1060 (modify-phases %standard-phases
1061 (add-after 'unpack 'process-javascript
1062 (lambda* (#:key inputs #:allow-other-keys)
1063 (with-directory-excursion "inst/www/d3/"
1064 (call-with-values
1065 (lambda ()
1066 (unzip2
1067 `((,(assoc-ref inputs "d3.v3.js")
1068 "v3/dist/d3.min.js")
1069 (,(assoc-ref inputs "d3.v4.js")
1070 "v4/dist/d3.min.js")
1071 (,(assoc-ref inputs "d3.v5.js")
1072 "v5/dist/d3.min.js"))))
1073 (lambda (sources targets)
1074 (for-each (lambda (source target)
1075 (format #t "Processing ~a --> ~a~%"
1076 source target)
1077 (delete-file target)
1078 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
1079 (call-with-output-file target
1080 (lambda (port)
1081 (dump-port minified port)))))
1082 sources targets))))
1083 #t)))))
1084 (propagated-inputs
1085 `(("r-dplyr" ,r-dplyr)
1086 ("r-htmltools" ,r-htmltools)
1087 ("r-tidyr" ,r-tidyr)))
1088 (native-inputs
1089 `(("uglify-js" ,uglify-js)
1090 ("d3.v3.js"
1091 ,(origin
1092 (method url-fetch)
1093 (uri "https://d3js.org/d3.v3.js")
1094 (sha256
1095 (base32
1096 "1arr7sr08vy7wh0nvip2mi7dpyjw4576vf3bm45rp4g5lc1k1x41"))))
1097 ("d3.v4.js"
1098 ,(origin
1099 (method url-fetch)
1100 (uri "https://d3js.org/d3.v4.js")
1101 (sha256
1102 (base32
1103 "0y7byf6kcinfz9ac59jxc4v6kppdazmnyqfav0dm4h550fzfqqlg"))))
1104 ("d3.v5.js"
1105 ,(origin
1106 (method url-fetch)
1107 (uri "https://d3js.org/d3.v5.js")
1108 (sha256
1109 (base32
1110 "0kxvx5pfagxn6nhavdwsdnzyd26g0z5dsfi1pi5dvcmb0c8ipcdn"))))))
1111 (home-page "https://github.com/timelyportfolio/d3r")
1112 (synopsis "d3.js utilities for R")
1113 (description
1114 "This package provides a suite of functions to help ease the use of the
1115 d3.js visualization library in R. These helpers include
1116 @code{htmltools::htmlDependency} functions, hierarchy builders, and conversion
1117 tools for @code{partykit}, @code{igraph}, @code{table}, and @code{data.frame}
1118 R objects into the JSON format that the d3.js library expects.")
1119 (license license:bsd-3)))
1120
1121 ;; We use the latest commit here because the last release was in 2016 while
1122 ;; the latest commit was in 2018.
1123 (define-public r-sankeyd3
1124 (let ((commit "fd50a74e29056e0d67d75b4d04de47afb2f932bc")
1125 (revision "1"))
1126 (package
1127 (name "r-sankeyd3")
1128 (version (git-version "0.3.2" revision commit))
1129 (source
1130 (origin
1131 (method git-fetch)
1132 (uri (git-reference
1133 (url "https://github.com/fbreitwieser/sankeyD3.git")
1134 (commit commit)))
1135 (file-name (git-file-name name version))
1136 (sha256
1137 (base32
1138 "0jrcnfax321pszbpjdifnkbrgbjr43bjzvlzv1p5a8wskksqwiyx"))))
1139 (build-system r-build-system)
1140 (propagated-inputs
1141 `(("r-d3r" ,r-d3r)
1142 ("r-htmlwidgets" ,r-htmlwidgets)
1143 ("r-shiny" ,r-shiny)
1144 ("r-magrittr" ,r-magrittr)))
1145 (home-page "https://github.com/fbreitwieser/sankeyD3")
1146 (synopsis "Sankey network graphs from R")
1147 (description
1148 "This package provides an R library to generate Sankey network graphs
1149 in R and Shiny via the D3 visualization library.")
1150 ;; The R code is licensed under GPLv3+. It includes the non-minified
1151 ;; JavaScript source code of d3-sankey, which is released under the
1152 ;; 3-clause BSD license.
1153 (license (list license:gpl3+ license:bsd-3)))))
1154
1155 (define-public r-crosstalk
1156 (package
1157 (name "r-crosstalk")
1158 (version "1.0.0")
1159 (source
1160 (origin
1161 (method url-fetch)
1162 (uri (cran-uri "crosstalk" version))
1163 (sha256
1164 (base32
1165 "0lfa89vhrzi7a1rghmygcjr8gzddw35sinb3jx6g49mc9jias7mk"))))
1166 (build-system r-build-system)
1167 (propagated-inputs
1168 `(("r-ggplot2" ,r-ggplot2)
1169 ("r-htmltools" ,r-htmltools)
1170 ("r-jsonlite" ,r-jsonlite)
1171 ("r-lazyeval" ,r-lazyeval)
1172 ("r-r6" ,r-r6)
1173 ("r-shiny" ,r-shiny)))
1174 (home-page "https://rstudio.github.io/crosstalk/")
1175 (synopsis "Inter-widget interactivity for HTML widgets")
1176 (description
1177 "This package provides building blocks for allowing HTML widgets to
1178 communicate with each other, with Shiny or without (i.e. static @code{.html}
1179 files). It currently supports linked brushing and filtering.")
1180 (license license:expat)))
1181
1182 (define-public r-rook
1183 (package
1184 (name "r-rook")
1185 (version "1.1-1")
1186 (source
1187 (origin
1188 (method url-fetch)
1189 (uri (cran-uri "Rook" version))
1190 (sha256
1191 (base32
1192 "00s9a0kr9rwxvlq433daxjk4ji8m0w60hjdprf502msw9kxfrx00"))))
1193 (properties `((upstream-name . "Rook")))
1194 (build-system r-build-system)
1195 (propagated-inputs `(("r-brew" ,r-brew)))
1196 (home-page "https://cran.r-project.org/web/packages/Rook")
1197 (synopsis "Web server interface for R")
1198 (description
1199 "This package contains the Rook specification and convenience software
1200 for building and running Rook applications. A Rook application is an R
1201 reference class object that implements a @code{call} method or an R closure
1202 that takes exactly one argument, an environment, and returns a list with three
1203 named elements: the @code{status}, the @code{headers}, and the @code{body}.")
1204 (license license:gpl2)))
1205
1206 (define-public r-miniui
1207 (package
1208 (name "r-miniui")
1209 (version "0.1.1.1")
1210 (source
1211 (origin
1212 (method url-fetch)
1213 (uri (cran-uri "miniUI" version))
1214 (sha256
1215 (base32
1216 "1h5h2sc57h95d6bsgs95l26911g38hvjc1v50bc31xl9689l2as5"))))
1217 (properties `((upstream-name . "miniUI")))
1218 (build-system r-build-system)
1219 (propagated-inputs
1220 `(("r-htmltools" ,r-htmltools)
1221 ("r-shiny" ,r-shiny)))
1222 (home-page "https://cran.r-project.org/web/packages/miniUI/")
1223 (synopsis "Shiny UI widgets for small screens")
1224 (description
1225 "This package provides UI widget and layout functions for writing Shiny apps that
1226 work well on small screens.")
1227 (license license:gpl3)))
1228
1229 (define-public r-feather
1230 (package
1231 (name "r-feather")
1232 (version "0.3.5")
1233 (source
1234 (origin
1235 (method url-fetch)
1236 (uri (cran-uri "feather" version))
1237 (sha256
1238 (base32
1239 "1gxd0h2m56sjjlzn4dry6s13nddxc4l5i11gsvavaf2dwbahdzsh"))))
1240 (build-system r-build-system)
1241 (propagated-inputs
1242 `(("r-hms" ,r-hms)
1243 ("r-rcpp" ,r-rcpp)
1244 ("r-tibble" ,r-tibble)))
1245 (home-page "https://github.com/wesm/feather")
1246 (synopsis "R Bindings to the Feather API")
1247 (description "Read and write feather files, a lightweight binary columnar
1248 data store designed for maximum speed.")
1249 (license license:asl2.0)))
1250
1251 (define-public r-maps
1252 (package
1253 (name "r-maps")
1254 (version "3.3.0")
1255 (source
1256 (origin
1257 (method url-fetch)
1258 (uri (cran-uri "maps" version))
1259 (sha256
1260 (base32
1261 "05i2ppl5z4p8rawgqmy3z4ia05fcblpq1vvrmrkgkkpdlhczx6hr"))))
1262 (build-system r-build-system)
1263 (home-page "https://cran.r-project.org/web/packages/maps")
1264 (synopsis "Draw geographical maps")
1265 (description "This package provides an R module for display of maps.
1266 Projection code and larger maps are in separate packages (@code{mapproj} and
1267 @code{mapdata}).")
1268 (license license:gpl2)))
1269
1270 (define-public r-mapproj
1271 (package
1272 (name "r-mapproj")
1273 (version "1.2.6")
1274 (source
1275 (origin
1276 (method url-fetch)
1277 (uri (cran-uri "mapproj" version))
1278 (sha256
1279 (base32
1280 "1rggww8cbwv0vzlj5afzhbsbngg4bzj5znbkz7wmxsbshfbsm9b2"))))
1281 (build-system r-build-system)
1282 (propagated-inputs `(("r-maps" ,r-maps)))
1283 (home-page "https://cran.r-project.org/web/packages/mapproj")
1284 (synopsis "Map projection in R")
1285 (description "This package converts latitude/longitude into projected
1286 coordinates.")
1287 (license (list license:gpl2 ; The R interface
1288 (license:non-copyleft ; The C code
1289 "https://www.gnu.org/licenses/license-list.en.html#lucent102"
1290 "Lucent Public License Version 1.02")))))
1291
1292 (define-public r-rgooglemaps
1293 (package
1294 (name "r-rgooglemaps")
1295 (version "1.4.5")
1296 (source
1297 (origin
1298 (method url-fetch)
1299 (uri (cran-uri "RgoogleMaps" version))
1300 (sha256
1301 (base32
1302 "1acf0qc9597apcidjzrpvwhg9ihypr38jigc10jvqn33qbn1i9s7"))))
1303 (properties `((upstream-name . "RgoogleMaps")))
1304 (build-system r-build-system)
1305 (propagated-inputs `(("r-png" ,r-png)))
1306 (home-page "https://cran.r-project.org/web/packages/RgoogleMaps")
1307 (synopsis "Use Google Maps in R")
1308 (description "This package serves two purposes:
1309 @enumerate
1310 @item Provide a comfortable R interface to query the Google server for static
1311 maps, and
1312 @item Use the map as a background image to overlay plots within R. This
1313 requires proper coordinate scaling.
1314 @end enumerate\n")
1315 (license license:gpl2+)))
1316
1317 (define-public r-geosphere
1318 (package
1319 (name "r-geosphere")
1320 (version "1.5-10")
1321 (source
1322 (origin
1323 (method url-fetch)
1324 (uri (cran-uri "geosphere" version))
1325 (sha256
1326 (base32
1327 "15xlgsmn0vwky1l13n6acdz6jn2b2na3gf6x367y3qh1f5w4zkan"))))
1328 (build-system r-build-system)
1329 (propagated-inputs `(("r-sp" ,r-sp)))
1330 (home-page "https://cran.r-project.org/web/packages/geosphere")
1331 (synopsis "Spherical trigonometry")
1332 (description "This package computes spherical trigonometry for geographic
1333 applications. That is, compute distances and related measures for angular
1334 (longitude/latitude) locations.")
1335 (license license:gpl3+)))
1336
1337 (define-public r-jpeg
1338 (package
1339 (name "r-jpeg")
1340 (version "0.1-8.1")
1341 (source
1342 (origin
1343 (method url-fetch)
1344 (uri (cran-uri "jpeg" version))
1345 (sha256
1346 (base32
1347 "1a8mi70x79a691r40yiw684jkg1mr9n8agkxlcksxcnrdybs9c0x"))))
1348 (build-system r-build-system)
1349 (inputs `(("libjpeg" ,libjpeg)))
1350 (home-page "http://www.rforge.net/jpeg/")
1351 (synopsis "Read and write JPEG images with R")
1352 (description "This package provides a way to read, write and display
1353 bitmap images stored in the JPEG format with R. It can read and write both
1354 files and in-memory raw vectors.")
1355 (license license:gpl2+)))
1356
1357 (define-public r-ggmap
1358 (package
1359 (name "r-ggmap")
1360 (version "3.0.0")
1361 (source
1362 (origin
1363 (method url-fetch)
1364 (uri (cran-uri "ggmap" version))
1365 (sha256
1366 (base32
1367 "13dmzl6z62pzjiffilarkji46vy0sacxa8a7mhrhc3biq3ylzhln"))))
1368 (build-system r-build-system)
1369 (propagated-inputs
1370 `(("r-bitops" ,r-bitops)
1371 ("r-digest" ,r-digest)
1372 ("r-dplyr" ,r-dplyr)
1373 ("r-ggplot2" ,r-ggplot2)
1374 ("r-glue" ,r-glue)
1375 ("r-httr" ,r-httr)
1376 ("r-jpeg" ,r-jpeg)
1377 ("r-magrittr" ,r-magrittr)
1378 ("r-plyr" ,r-plyr)
1379 ("r-png" ,r-png)
1380 ("r-purrr" ,r-purrr)
1381 ("r-rgooglemaps" ,r-rgooglemaps)
1382 ("r-rjson" ,r-rjson)
1383 ("r-scales" ,r-scales)
1384 ("r-stringr" ,r-stringr)
1385 ("r-tibble" ,r-tibble)
1386 ("r-tidyr" ,r-tidyr)))
1387 (home-page "https://github.com/dkahle/ggmap")
1388 (synopsis "Spatial visualization with ggplot2")
1389 (description "This package provides a collection of functions to visualize
1390 spatial data and models on top of static maps from various online sources (e.g
1391 Google Maps and Stamen Maps). It includes tools common to those tasks,
1392 including functions for geolocation and routing.")
1393 (license license:gpl2)))
1394
1395 (define-public r-haven
1396 (package
1397 (name "r-haven")
1398 (version "2.2.0")
1399 (source
1400 (origin
1401 (method url-fetch)
1402 (uri (cran-uri "haven" version))
1403 (sha256
1404 (base32
1405 "0g9d6mxqmrw2zdms78jpx2sx73pczlyy771v1h5hmxqz9sqyk7hr"))))
1406 (build-system r-build-system)
1407 (inputs
1408 `(("zlib" ,zlib)))
1409 (propagated-inputs
1410 `(("r-forcats" ,r-forcats)
1411 ("r-hms" ,r-hms)
1412 ("r-rcpp" ,r-rcpp)
1413 ("r-rlang" ,r-rlang)
1414 ("r-readr" ,r-readr)
1415 ("r-tibble" ,r-tibble)
1416 ("r-tidyselect" ,r-tidyselect)))
1417 (home-page "https://haven.tidyverse.org")
1418 (synopsis "Import and Export 'SPSS', 'Stata' and 'SAS' Files")
1419 (description
1420 "This package lets you mport foreign statistical formats into R via the
1421 embedded @url{https://github.com/WizardMac/ReadStat,ReadStat} C library.")
1422 (license license:expat)))
1423
1424 (define-public r-amap
1425 (package
1426 (name "r-amap")
1427 (version "0.8-18")
1428 (source (origin
1429 (method url-fetch)
1430 (uri (cran-uri "amap" version))
1431 (sha256
1432 (base32
1433 "0zpcb73w413na23f6giml9311jh0j0y766w2fh9i40d2h7bbvyvs"))))
1434 (build-system r-build-system)
1435 (native-inputs
1436 `(("gfortran" ,gfortran)))
1437 (home-page "http://mulcyber.toulouse.inra.fr/projects/amap/")
1438 (synopsis "Another multidimensional analysis package")
1439 (description "This package provides tools for clustering and principal
1440 component analysis (with robust methods, and parallelized functions).")
1441 (license license:gpl2+)))
1442
1443 (define-public r-ape
1444 (package
1445 (name "r-ape")
1446 (version "5.3")
1447 (source
1448 (origin
1449 (method url-fetch)
1450 (uri (cran-uri "ape" version))
1451 (sha256
1452 (base32
1453 "08wbk1kxhs32bmmvqlqanbdg1w235amd35k8m00fngsj9h9xzc08"))))
1454 (build-system r-build-system)
1455 (propagated-inputs
1456 `(("r-lattice" ,r-lattice)
1457 ("r-nlme" ,r-nlme)
1458 ("r-rcpp" ,r-rcpp)))
1459 (home-page "http://ape-package.ird.fr/")
1460 (synopsis "Analyses of phylogenetics and evolution")
1461 (description
1462 "This package provides functions for reading, writing, plotting, and
1463 manipulating phylogenetic trees, analyses of comparative data in a
1464 phylogenetic framework, ancestral character analyses, analyses of
1465 diversification and macroevolution, computing distances from DNA sequences,
1466 and several other tools.")
1467 (license license:gpl2+)))
1468
1469 (define-public r-abbyyr
1470 (package
1471 (name "r-abbyyr")
1472 (version "0.5.5")
1473 (source
1474 (origin
1475 (method url-fetch)
1476 (uri (cran-uri "abbyyR" version))
1477 (sha256
1478 (base32
1479 "1vldnd3dg89aj6a73nhirirqddbfdrnzhb5m3679i60sark8nk6r"))))
1480 (properties `((upstream-name . "abbyyR")))
1481 (build-system r-build-system)
1482 (propagated-inputs
1483 `(("r-curl" ,r-curl)
1484 ("r-httr" ,r-httr)
1485 ("r-plyr" ,r-plyr)
1486 ("r-progress" ,r-progress)
1487 ("r-readr" ,r-readr)
1488 ("r-xml" ,r-xml)))
1489 (home-page "https://github.com/soodoku/abbyyR")
1490 (synopsis "Access to Abbyy Optical Character Recognition (OCR) API")
1491 (description
1492 "This package provides tools to get text from images of text using Abbyy
1493 Cloud Optical Character Recognition (OCR) API. With abbyyyR, one can easily
1494 OCR images, barcodes, forms, documents with machine readable zones, e.g.
1495 passports and get the results in a variety of formats including plain text and
1496 XML. To learn more about the Abbyy OCR API, see @url{http://ocrsdk.com/}.")
1497 (license license:expat)))
1498
1499 (define-public r-colorspace
1500 (package
1501 (name "r-colorspace")
1502 (version "1.4-1")
1503 (source
1504 (origin
1505 (method url-fetch)
1506 (uri (cran-uri "colorspace" version))
1507 (sha256
1508 (base32 "0wyny3ah2d74hqv80s6imrarpna09gq3j9rjnz6zx2qg0lx72gb9"))))
1509 (build-system r-build-system)
1510 (home-page "https://cran.r-project.org/web/packages/colorspace")
1511 (synopsis "Color space manipulation")
1512 (description
1513 "This package carries out a mapping between assorted color spaces
1514 including RGB, HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB and polar
1515 CIELAB. Qualitative, sequential, and diverging color palettes based on HCL
1516 colors are provided.")
1517 (license license:bsd-3)))
1518
1519 (define-public r-glue
1520 (package
1521 (name "r-glue")
1522 (version "1.3.1")
1523 (source
1524 (origin
1525 (method url-fetch)
1526 (uri (cran-uri "glue" version))
1527 (sha256
1528 (base32
1529 "1a1ycg9r3gd91visp49q49rsrdgyf8kr9dxdy3hk99kikn4z5hag"))))
1530 (build-system r-build-system)
1531 (home-page "https://github.com/tidyverse/glue")
1532 (synopsis "Interpreted string literals")
1533 (description
1534 "This package provides an implementation of interpreted string literals,
1535 inspired by Python's Literal String Interpolation (PEP-0498) and
1536 Docstrings (PEP-0257) and Julia's Triple-Quoted String Literals.")
1537 (license license:expat)))
1538
1539 (define-public r-pastecs
1540 (package
1541 (name "r-pastecs")
1542 (version "1.3.21")
1543 (source (origin
1544 (method url-fetch)
1545 (uri (cran-uri "pastecs" version))
1546 (sha256
1547 (base32
1548 "0z4dic94ar646w7zc2ggi5hgvf2qnznsani94c5pyql8zspz47lc"))))
1549 (build-system r-build-system)
1550 (propagated-inputs
1551 `(("r-boot" ,r-boot)))
1552 (home-page "http://www.sciviews.org/pastecs")
1553 (synopsis "Analysis of space-time ecological series")
1554 (description
1555 "This package provides functions for regulation, decomposition and analysis
1556 of space-time series. The @code{pastecs} library is a PNEC-Art4 and IFREMER
1557 initiative to bring PASSTEC 2000 functionalities to R.")
1558 (license license:gpl2+)))
1559
1560 (define-public r-plogr
1561 (package
1562 (name "r-plogr")
1563 (version "0.2.0")
1564 (source
1565 (origin
1566 (method url-fetch)
1567 (uri (cran-uri "plogr" version))
1568 (sha256
1569 (base32
1570 "0a8dhzlna79ggyhfr0nncgh15a9n6r0dsz664pz0ah323wpblqqf"))))
1571 (build-system r-build-system)
1572 (home-page "https://github.com/krlmlr/plogr")
1573 (synopsis "R bindings for the plog C++ logging library")
1574 (description
1575 "This package provides the header files for a stripped-down version of
1576 the plog header-only C++ logging library, and a method to log to R's standard
1577 error stream.")
1578 (license license:expat)))
1579
1580 (define-public r-pls
1581 (package
1582 (name "r-pls")
1583 (version "2.7-2")
1584 (source
1585 (origin
1586 (method url-fetch)
1587 (uri (cran-uri "pls" version))
1588 (sha256
1589 (base32 "121byimd6bg7jbrq5wz5fpi0vxq0vh8g724vkhnjzszbvcv1xsb7"))))
1590 (build-system r-build-system)
1591 (home-page "http://mevik.net/work/software/pls.html")
1592 (synopsis "Partial Least Squares and Principal Component Regression")
1593 (description
1594 "The pls package implements multivariate regression methods: Partial Least
1595 Squares Regression (@dfn{PLSR}), Principal Component Regression (@dfn{PCR}), and
1596 Canonical Powered Partial Least Squares (@dfn{CPPLS}). It supports:
1597
1598 @itemize
1599 @item several algorithms: the traditional orthogonal scores (@dfn{NIPALS}) PLS
1600 algorithm, kernel PLS, wide kernel PLS, Simpls, and PCR through @code{svd}
1601 @item multi-response models (or @dfn{PLS2})
1602 @item flexible cross-validation
1603 @item Jackknife variance estimates of regression coefficients
1604 @item extensive and flexible plots: scores, loadings, predictions, coefficients,
1605 (R)MSEP, R², and correlation loadings
1606 @item formula interface, modelled after @code{lm()}, with methods for predict,
1607 print, summary, plot, update, etc.
1608 @item extraction functions for coefficients, scores, and loadings
1609 @item MSEP, RMSEP, and R² estimates
1610 @item multiplicative scatter correction (@dfn{MSC})
1611 @end itemize\n")
1612 (license license:gpl2)))
1613
1614 (define-public r-ps
1615 (package
1616 (name "r-ps")
1617 (version "1.3.0")
1618 (source
1619 (origin
1620 (method url-fetch)
1621 (uri (cran-uri "ps" version))
1622 (sha256
1623 (base32 "1lcq7r0q4jb8x6k023zr2ydj2dg925bqqbkhx1phpnyjrk897498"))))
1624 (build-system r-build-system)
1625 (home-page "http://ps.r-lib.org")
1626 (synopsis "List, query, and manipulate system processes")
1627 (description
1628 "The ps package implements an API to list, query, and manipulate system
1629 processes. Most of its code is based on the @code{psutil} Python package.")
1630 (license license:bsd-3)))
1631
1632 (define-public r-pkgbuild
1633 (package
1634 (name "r-pkgbuild")
1635 (version "1.0.6")
1636 (source
1637 (origin
1638 (method url-fetch)
1639 (uri (cran-uri "pkgbuild" version))
1640 (sha256
1641 (base32 "0xnlz6ivhkbmncg9hfw5p69lm4rjy3wn5lyxmygxyf4rrfnnqwxx"))))
1642 (build-system r-build-system)
1643 (propagated-inputs
1644 `(("r-callr" ,r-callr)
1645 ("r-cli" ,r-cli)
1646 ("r-crayon" ,r-crayon)
1647 ("r-desc" ,r-desc)
1648 ("r-prettyunits" ,r-prettyunits)
1649 ("r-r6" ,r-r6)
1650 ("r-rprojroot" ,r-rprojroot)
1651 ("r-withr" ,r-withr)))
1652 (home-page "https://github.com/r-pkgs/pkgbuild")
1653 (synopsis "Find tools needed to build R packages")
1654 (description
1655 "This package provides functions used to build R packages. It locates
1656 compilers needed to build R packages on various platforms and ensures the PATH
1657 is configured appropriately so R can use them.")
1658 (license license:gpl3)))
1659
1660 (define-public r-pkgload
1661 (package
1662 (name "r-pkgload")
1663 (version "1.0.2")
1664 (source
1665 (origin
1666 (method url-fetch)
1667 (uri (cran-uri "pkgload" version))
1668 (sha256
1669 (base32
1670 "0z7jvharafahi2gv5547mk1n499isjzw06kfwymmxc0gd575d1ii"))))
1671 (build-system r-build-system)
1672 (propagated-inputs
1673 `(("r-desc" ,r-desc)
1674 ("r-pkgbuild" ,r-pkgbuild)
1675 ("r-rlang" ,r-rlang)
1676 ("r-rprojroot" ,r-rprojroot)
1677 ("r-rstudioapi" ,r-rstudioapi)
1678 ("r-withr" ,r-withr)))
1679 (home-page "https://github.com/r-lib/pkgload")
1680 (synopsis "Simulate package installation and attach")
1681 (description
1682 "This package simulates the process of installing a package and then
1683 attaching it. This is a key part of the @code{devtools} package as it allows
1684 you to rapidly iterate while developing a package.")
1685 (license license:gpl3)))
1686
1687 (define-public r-rcpp
1688 (package
1689 (name "r-rcpp")
1690 (version "1.0.3")
1691 (source
1692 (origin
1693 (method url-fetch)
1694 (uri (cran-uri "Rcpp" version))
1695 (sha256
1696 (base32 "03h3zyjq948y0hrrs95lfk4zgx6wfrg64hjlrfrzf5na7bfh0d9b"))))
1697 (build-system r-build-system)
1698 (native-inputs
1699 `(("r-knitr" ,r-knitr))) ; for vignettes
1700 (home-page "http://www.rcpp.org")
1701 (synopsis "Seamless R and C++ integration")
1702 (description
1703 "The Rcpp package provides R functions as well as C++ classes which offer
1704 a seamless integration of R and C++. Many R data types and objects can be
1705 mapped back and forth to C++ equivalents which facilitates both writing of new
1706 code as well as easier integration of third-party libraries. Documentation
1707 about Rcpp is provided by several vignettes included in this package, via the
1708 @code{Rcpp Gallery} site at <http://gallery.rcpp.org>, the paper by Eddelbuettel
1709 and Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see
1710 @code{citation(\"Rcpp\")} for details on these last two.")
1711 (license license:gpl2+)))
1712
1713 (define-public r-bindr
1714 (package
1715 (name "r-bindr")
1716 (version "0.1.1")
1717 (source
1718 (origin
1719 (method url-fetch)
1720 (uri (cran-uri "bindr" version))
1721 (sha256
1722 (base32
1723 "1l05fpk2yql3jka321c0bdgx6mqq9pvfrg2844lbjfpbgjkmqy3w"))))
1724 (build-system r-build-system)
1725 (home-page "https://github.com/krlmlr/bindr")
1726 (synopsis "Parametrized active bindings")
1727 (description
1728 "This package provides a simple interface for creating active bindings
1729 where the bound function accepts additional arguments.")
1730 (license license:expat)))
1731
1732 (define-public r-bindrcpp
1733 (package
1734 (name "r-bindrcpp")
1735 (version "0.2.2")
1736 (source
1737 (origin
1738 (method url-fetch)
1739 (uri (cran-uri "bindrcpp" version))
1740 (sha256
1741 (base32
1742 "0rz4ibjdjsxl99ff3ha79z7cnjmilx4rx58fk9kk7ld9xc4hf4s8"))))
1743 (build-system r-build-system)
1744 (propagated-inputs
1745 `(("r-bindr" ,r-bindr)
1746 ("r-plogr" ,r-plogr)
1747 ("r-rcpp" ,r-rcpp)))
1748 (home-page "https://github.com/krlmlr/bindrcpp")
1749 (synopsis "Rcpp interface to active bindings")
1750 (description
1751 "This package provides an easy way to fill an environment with active
1752 bindings that call a C++ function.")
1753 (license license:expat)))
1754
1755 (define-public r-auc
1756 (package
1757 (name "r-auc")
1758 (version "0.3.0")
1759 (source
1760 (origin
1761 (method url-fetch)
1762 (uri (cran-uri "AUC" version))
1763 (sha256
1764 (base32
1765 "0ripcib2qz0m7rgr1kiz68nx8f6p408l1ww7j78ljqik7p3g41g7"))))
1766 (properties `((upstream-name . "AUC")))
1767 (build-system r-build-system)
1768 (home-page "https://cran.r-project.org/web/packages/AUC")
1769 (synopsis "Compute the area under the curve of selected measures")
1770 (description
1771 "This package includes functions to compute the area under the curve of
1772 selected measures: the area under the sensitivity curve (AUSEC), the area
1773 under the specificity curve (AUSPC), the area under the accuracy
1774 curve (AUACC), and the area under the receiver operating characteristic
1775 curve (AUROC). The curves can also be visualized. Support for partial areas
1776 is provided.")
1777 (license license:gpl2+)))
1778
1779 (define-public r-calibrate
1780 (package
1781 (name "r-calibrate")
1782 (version "1.7.5")
1783 (source
1784 (origin
1785 (method url-fetch)
1786 (uri (cran-uri "calibrate" version))
1787 (sha256
1788 (base32 "1s423nr176l2sc66wp7hzgqkv7c2bq8d2bjrrvrrm5qa9y3zdx1k"))))
1789 (build-system r-build-system)
1790 (propagated-inputs
1791 `(("r-mass" ,r-mass)))
1792 (home-page "https://cran.r-project.org/web/packages/calibrate")
1793 (synopsis "Calibration of scatterplot and biplot axes")
1794 (description
1795 "This is a package for drawing calibrated scales with tick marks
1796 on (non-orthogonal) variable vectors in scatterplots and biplots.")
1797 (license license:gpl2)))
1798
1799 (define-public r-shape
1800 (package
1801 (name "r-shape")
1802 (version "1.4.4")
1803 (source
1804 (origin
1805 (method url-fetch)
1806 (uri (cran-uri "shape" version))
1807 (sha256
1808 (base32
1809 "0hadk3mapkhbh8xjkiz52vxdagmmgvm15xwpzb90ikw4giyipjzl"))))
1810 (build-system r-build-system)
1811 (home-page "https://cran.r-project.org/web/packages/shape")
1812 (synopsis "Functions for plotting graphical shapes")
1813 (description
1814 "This package provides functions for plotting graphical shapes such as
1815 ellipses, circles, cylinders, arrows, ...")
1816 (license license:gpl3+)))
1817
1818 (define-public r-globaloptions
1819 (package
1820 (name "r-globaloptions")
1821 (version "0.1.1")
1822 (source
1823 (origin
1824 (method url-fetch)
1825 (uri (cran-uri "GlobalOptions" version))
1826 (sha256
1827 (base32 "0x89hfz80avq4zcskxl71i4zi0mgniqqxfrvz050aa2189wfyja2"))))
1828 (properties `((upstream-name . "GlobalOptions")))
1829 (build-system r-build-system)
1830 (home-page "https://github.com/jokergoo/GlobalOptions")
1831 (synopsis "Generate functions to get or set global options")
1832 (description
1833 "This package provides more controls on the option values such as
1834 validation and filtering on the values, making options invisible or private.")
1835 (license license:gpl2+)))
1836
1837 (define-public r-circlize
1838 (package
1839 (name "r-circlize")
1840 (version "0.4.8")
1841 (source
1842 (origin
1843 (method url-fetch)
1844 (uri (cran-uri "circlize" version))
1845 (sha256
1846 (base32
1847 "0jvr9hmxyhg0zx101iiqkrg8wfaj86kp62xpv42n2j9fkn5r1mi2"))))
1848 (build-system r-build-system)
1849 (propagated-inputs
1850 `(("r-colorspace" ,r-colorspace)
1851 ("r-globaloptions" ,r-globaloptions)
1852 ("r-shape" ,r-shape)))
1853 (home-page "https://github.com/jokergoo/circlize")
1854 (synopsis "Circular visualization")
1855 (description
1856 "Circular layout is an efficient way to visualise huge amounts of
1857 information. This package provides an implementation of circular layout
1858 generation in R as well as an enhancement of available software. Its
1859 flexibility is based on the usage of low-level graphics functions such that
1860 self-defined high-level graphics can be easily implemented by users for
1861 specific purposes. Together with the seamless connection between the powerful
1862 computational and visual environment in R, it gives users more convenience and
1863 freedom to design figures for better understanding complex patterns behind
1864 multi-dimensional data.")
1865 (license license:gpl2+)))
1866
1867 (define-public r-powerlaw
1868 (package
1869 (name "r-powerlaw")
1870 (version "0.70.2")
1871 (source
1872 (origin
1873 (method url-fetch)
1874 (uri (cran-uri "poweRlaw" version))
1875 (sha256
1876 (base32
1877 "1asr6ikr7hmj78jyg8r1gwvcjg14addkxdiz92nh06lv71a183r4"))))
1878 (properties `((upstream-name . "poweRlaw")))
1879 (build-system r-build-system)
1880 (propagated-inputs
1881 `(("r-vgam" ,r-vgam)))
1882 (home-page "https://github.com/csgillespie/poweRlaw")
1883 (synopsis "Tools for the analysis of heavy tailed distributions")
1884 (description
1885 "This package provides an implementation of maximum likelihood estimators
1886 for a variety of heavy tailed distributions, including both the discrete and
1887 continuous power law distributions. Additionally, a goodness-of-fit based
1888 approach is used to estimate the lower cut-off for the scaling region.")
1889 ;; Any of these GPL versions.
1890 (license (list license:gpl2 license:gpl3))))
1891
1892 (define-public r-compare
1893 (package
1894 (name "r-compare")
1895 (version "0.2-6")
1896 (source
1897 (origin
1898 (method url-fetch)
1899 (uri (cran-uri "compare" version))
1900 (sha256
1901 (base32
1902 "0k9zms930b5dz9gy8414li21wy0zg9x9vp7301v5cvyfi0g7xzgw"))))
1903 (build-system r-build-system)
1904 (home-page "https://cran.r-project.org/web/packages/compare")
1905 (synopsis "Comparing objects for differences")
1906 (description
1907 "This package provides functions to compare a model object to a
1908 comparison object. If the objects are not identical, the functions can be
1909 instructed to explore various modifications of the objects (e.g., sorting
1910 rows, dropping names) to see if the modified versions are identical.")
1911 (license license:gpl2+)))
1912
1913 (define-public r-dendextend
1914 (package
1915 (name "r-dendextend")
1916 (version "1.13.2")
1917 (source
1918 (origin
1919 (method url-fetch)
1920 (uri (cran-uri "dendextend" version))
1921 (sha256
1922 (base32
1923 "1iclvd9cyckd4djpa87ynm05fk6zl4b4m735za1w4irimc130m3r"))))
1924 (build-system r-build-system)
1925 (propagated-inputs
1926 `(("r-ggplot2" ,r-ggplot2)
1927 ("r-magrittr" ,r-magrittr)
1928 ("r-viridis" ,r-viridis)))
1929 (home-page "https://cran.r-project.org/web/packages/dendextend")
1930 (synopsis "Extending 'dendrogram' functionality in R")
1931 (description
1932 "This package offers a set of functions for extending @code{dendrogram}
1933 objects in R, letting you visualize and compare trees of hierarchical
1934 clusterings. You can adjust a tree's graphical parameters (the color, size,
1935 type, etc of its branches, nodes and labels) and visually and statistically
1936 compare different dendrograms to one another.")
1937 ;; Any of these versions
1938 (license (list license:gpl2 license:gpl3))))
1939
1940 (define-public r-getoptlong
1941 (package
1942 (name "r-getoptlong")
1943 (version "0.1.7")
1944 (source
1945 (origin
1946 (method url-fetch)
1947 (uri (cran-uri "GetoptLong" version))
1948 (sha256
1949 (base32
1950 "1fl3w2n602ldybc5qj7qw4xmzzb804bsjkqwf6dswzj0vf0qiadr"))))
1951 (properties `((upstream-name . "GetoptLong")))
1952 (build-system r-build-system)
1953 (inputs
1954 `(("perl" ,perl)))
1955 (propagated-inputs
1956 `(("r-globaloptions" ,r-globaloptions)
1957 ("r-rjson" ,r-rjson)))
1958 (home-page "https://github.com/jokergoo/GetoptLong")
1959 (synopsis "Parsing command-line arguments and variable interpolation")
1960 (description
1961 "This is yet another command-line argument parser which wraps the
1962 powerful Perl module @code{Getopt::Long} and with some adaptation for easier
1963 use in R. It also provides a simple way for variable interpolation in R.")
1964 (license license:gpl2+)))
1965
1966 (define-public r-fastmatch
1967 (package
1968 (name "r-fastmatch")
1969 (version "1.1-0")
1970 (source
1971 (origin
1972 (method url-fetch)
1973 (uri (cran-uri "fastmatch" version))
1974 (sha256
1975 (base32
1976 "0z80jxkygmzn11sq0c2iz357s9bpki548lg926g85gldhfj1md90"))))
1977 (build-system r-build-system)
1978 (home-page "http://www.rforge.net/fastmatch")
1979 (synopsis "Fast match function")
1980 (description
1981 "This package provides a fast @code{match} replacement for cases that
1982 require repeated look-ups. It is slightly faster that R's built-in
1983 @code{match} function on first match against a table, but extremely fast on
1984 any subsequent lookup as it keeps the hash table in memory.")
1985 (license license:gpl2)))
1986
1987 (define-public r-ff
1988 (package
1989 (name "r-ff")
1990 (version "2.2-14")
1991 (source
1992 (origin
1993 (method url-fetch)
1994 (uri (cran-uri "ff" version))
1995 (sha256
1996 (base32
1997 "1w724q4jpzbvzpilb2ifviaxkjgk9lzwxz9gksnvicbmfa20fqqw"))))
1998 (build-system r-build-system)
1999 (propagated-inputs `(("r-bit" ,r-bit)))
2000 (home-page "http://ff.r-forge.r-project.org/")
2001 (synopsis "Memory-efficient storage of large data on disk and access functions")
2002 (description
2003 "This package provides data structures that are stored on disk but
2004 behave (almost) as if they were in RAM by transparently mapping only a section
2005 in main memory.")
2006 ;; error Architecture not supported.
2007 (supported-systems (delete "aarch64-linux" %supported-systems))
2008 (license license:gpl2)))
2009
2010 (define-public r-ffbase
2011 (package
2012 (name "r-ffbase")
2013 (version "0.12.7")
2014 (source
2015 (origin
2016 (method url-fetch)
2017 (uri (cran-uri "ffbase" version))
2018 (sha256
2019 (base32
2020 "04kxx2f3f0743c5nvpb7x1x0pcd220dazpd5ag1pidxbz3xa85nw"))))
2021 (build-system r-build-system)
2022 (propagated-inputs
2023 `(("r-bit" ,r-bit)
2024 ("r-fastmatch" ,r-fastmatch)
2025 ("r-ff" ,r-ff)))
2026 (home-page "http://github.com/edwindj/ffbase")
2027 (synopsis "Basic statistical functions for package 'ff'")
2028 (description
2029 "This package extends the out of memory vectors of @code{ff} with
2030 statistical functions and other utilities to ease their usage.")
2031 (license license:gpl3)))
2032
2033 (define-public r-prettyunits
2034 (package
2035 (name "r-prettyunits")
2036 (version "1.0.2")
2037 (source
2038 (origin
2039 (method url-fetch)
2040 (uri (cran-uri "prettyunits" version))
2041 (sha256
2042 (base32
2043 "0p3z42hnk53x7ky4d1dr2brf7p8gv3agxr71i99m01n2hq2ri91m"))))
2044 (build-system r-build-system)
2045 (propagated-inputs
2046 `(("r-assertthat" ,r-assertthat)
2047 ("r-magrittr" ,r-magrittr)))
2048 (home-page "https://github.com/gaborcsardi/prettyunits")
2049 (synopsis "Pretty, human readable formatting of quantities")
2050 (description
2051 "This package provides tools for pretty, human readable formatting of
2052 quantities.")
2053 (license license:expat)))
2054
2055 (define-public r-reshape
2056 (package
2057 (name "r-reshape")
2058 (version "0.8.8")
2059 (source
2060 (origin
2061 (method url-fetch)
2062 (uri (cran-uri "reshape" version))
2063 (sha256
2064 (base32
2065 "0s6i0sqxg1vldxs6miv8mi0zydxbqzgpmzfiwkj8y7jix3yrfmad"))))
2066 (build-system r-build-system)
2067 (propagated-inputs
2068 `(("r-plyr" ,r-plyr)
2069 ("r-rcpp" ,r-rcpp)))
2070 (home-page "http://had.co.nz/reshape")
2071 (synopsis "Flexibly reshape data")
2072 (description
2073 "Flexibly restructure and aggregate data using just two functions:
2074 @code{melt} and @code{cast}. This package provides them.")
2075 (license license:expat)))
2076
2077 (define-public r-progress
2078 (package
2079 (name "r-progress")
2080 (version "1.2.2")
2081 (source
2082 (origin
2083 (method url-fetch)
2084 (uri (cran-uri "progress" version))
2085 (sha256
2086 (base32
2087 "0dgzb362641aqm8xd88iqa8jmpdm43xs0aba0d5kk6fvapnxi95l"))))
2088 (build-system r-build-system)
2089 (propagated-inputs
2090 `(("r-crayon" ,r-crayon)
2091 ("r-hms" ,r-hms)
2092 ("r-prettyunits" ,r-prettyunits)
2093 ("r-r6" ,r-r6)))
2094 (home-page "https://github.com/gaborcsardi/progress")
2095 (synopsis "Terminal progress bars")
2096 (description
2097 "This package provides configurable progress bars. They may include
2098 percentage, elapsed time, and/or the estimated completion time. They work in
2099 terminals, in Emacs ESS, RStudio, Windows Rgui, and the macOS R.app. The
2100 package also provides a C++ API, that works with or without Rcpp.")
2101 (license license:expat)))
2102
2103 (define-public r-ggally
2104 (package
2105 (name "r-ggally")
2106 (version "1.4.0")
2107 (source
2108 (origin
2109 (method url-fetch)
2110 (uri (cran-uri "GGally" version))
2111 (sha256
2112 (base32
2113 "1zjmcc5bzagvy7c5cmdcl39xmx07fwi98yrj4i05w7y40kqcsiws"))))
2114 (properties `((upstream-name . "GGally")))
2115 (build-system r-build-system)
2116 (inputs
2117 `(("libressl" ,libressl)))
2118 (propagated-inputs
2119 `(("r-ggplot2" ,r-ggplot2)
2120 ("r-gtable" ,r-gtable)
2121 ("r-plyr" ,r-plyr)
2122 ("r-progress" ,r-progress)
2123 ("r-rcolorbrewer" ,r-rcolorbrewer)
2124 ("r-reshape" ,r-reshape)
2125 ("r-rlang" ,r-rlang)))
2126 (home-page "https://ggobi.github.io/ggally")
2127 (synopsis "Extension to ggplot2")
2128 (description
2129 "The R package ggplot2 is a plotting system based on the grammar of
2130 graphics. GGally extends ggplot2 by adding several functions to reduce the
2131 complexity of combining geometric objects with transformed data. Some of
2132 these functions include a pairwise plot matrix, a two group pairwise plot
2133 matrix, a parallel coordinates plot, a survival plot, and several functions to
2134 plot networks.")
2135 (license license:gpl2+)))
2136
2137 (define-public r-proxy
2138 (package
2139 (name "r-proxy")
2140 (version "0.4-23")
2141 (source
2142 (origin
2143 (method url-fetch)
2144 (uri (cran-uri "proxy" version))
2145 (sha256
2146 (base32
2147 "17b6qfllqrhzrxqgx7dccffgybnkcria5a68ap5ly3plg04ypm4x"))))
2148 (build-system r-build-system)
2149 (home-page "https://cran.r-project.org/web/packages/proxy")
2150 (synopsis "Distance and similarity measures")
2151 (description
2152 "This package provides an extensible framework for the efficient
2153 calculation of auto- and cross-proximities, along with implementations of the
2154 most popular ones.")
2155 (license license:gpl2)))
2156
2157 (define-public r-sp
2158 (package
2159 (name "r-sp")
2160 (version "1.3-2")
2161 (source
2162 (origin
2163 (method url-fetch)
2164 (uri (cran-uri "sp" version))
2165 (sha256
2166 (base32 "0kpjsqh3lzqp1m0avsvm54lazlgwfx3hyf0av3mvbyslsanj42ll"))))
2167 (build-system r-build-system)
2168 (propagated-inputs
2169 `(("r-lattice" ,r-lattice)))
2170 (home-page "https://cran.r-project.org/web/packages/sp")
2171 (synopsis "Classes and methods for spatial data")
2172 (description
2173 "This package provides classes and methods for spatial data; the classes
2174 document where the spatial location information resides, for 2D or 3D data.
2175 Utility functions are provided, e.g. for plotting data as maps, spatial
2176 selection, as well as methods for retrieving coordinates, for subsetting,
2177 print, summary, etc.")
2178 (license license:gpl2+)))
2179
2180 (define-public r-rmtstat
2181 (package
2182 (name "r-rmtstat")
2183 (version "0.3")
2184 (source
2185 (origin
2186 (method url-fetch)
2187 (uri (cran-uri "RMTstat" version))
2188 (sha256
2189 (base32
2190 "1nn25q4kmh9kj975sxkrpa97vh5irqrlqhwsfinbck6h6ia4rsw1"))))
2191 (properties `((upstream-name . "RMTstat")))
2192 (build-system r-build-system)
2193 (home-page "https://cran.r-project.org/web/packages/RMTstat")
2194 (synopsis "Distributions, statistics and tests derived from random matrix theory")
2195 (description
2196 "This package provides functions for working with the Tracy-Widom laws
2197 and other distributions related to the eigenvalues of large Wishart
2198 matrices.")
2199 (license license:bsd-3)))
2200
2201 (define-public r-rmpi
2202 (package
2203 (name "r-rmpi")
2204 (version "0.6-9")
2205 (source (origin
2206 (method url-fetch)
2207 (uri (cran-uri "Rmpi" version))
2208 (sha256
2209 (base32
2210 "1rhycla98hxgnnxlxxldr1x51djak7c2jjvlrv3jcsvgwp1ymqdj"))))
2211 (properties `((upstream-name . "Rmpi")))
2212 (build-system r-build-system)
2213 (arguments
2214 `(#:configure-flags '("--configure-args=\"--with-Rmpi-type=OPENMPI\"")
2215 #:phases (modify-phases %standard-phases
2216 (add-before 'install 'mpi-setup
2217 ,%openmpi-setup))))
2218 (inputs
2219 `(("openmpi" ,openmpi)))
2220 (native-inputs
2221 `(("pkg-config" ,pkg-config)))
2222 (home-page "http://www.stats.uwo.ca/faculty/yu/Rmpi")
2223 (synopsis "R interface to message-passing interface (MPI)")
2224 (description
2225 "This package provides an interface (wrapper) to MPI APIs. It also
2226 provides an interactive R manager and worker environment.")
2227 (license license:gpl2+)))
2228
2229 (define-public r-lmoments
2230 (package
2231 (name "r-lmoments")
2232 (version "1.3-1")
2233 (source
2234 (origin
2235 (method url-fetch)
2236 (uri (cran-uri "Lmoments" version))
2237 (sha256
2238 (base32
2239 "0pc63bj9a8hzr5m3yssrc4kin39fffwkl8rggs3sagzr12d4i7bw"))))
2240 (properties `((upstream-name . "Lmoments")))
2241 (build-system r-build-system)
2242 (propagated-inputs
2243 `(("r-rcpp" ,r-rcpp)
2244 ("r-rcpparmadillo" ,r-rcpparmadillo)))
2245 (home-page "http://www.tilastotiede.fi/juha_karvanen.html")
2246 (synopsis "L-moments and quantile mixtures")
2247 (description
2248 "This package contains functions to estimate L-moments and trimmed
2249 L-moments from the data. It also contains functions to estimate the
2250 parameters of the normal polynomial quantile mixture and the Cauchy polynomial
2251 quantile mixture from L-moments and trimmed L-moments.")
2252 (license license:gpl2)))
2253
2254 (define-public r-distillery
2255 (package
2256 (name "r-distillery")
2257 (version "1.0-6")
2258 (source
2259 (origin
2260 (method url-fetch)
2261 (uri (cran-uri "distillery" version))
2262 (sha256
2263 (base32
2264 "1mi3ig9jq0kd7yrwc5m37lmrw04p1b4lirnbsxi10z3n5yay4429"))))
2265 (build-system r-build-system)
2266 (home-page "http://www.ral.ucar.edu/staff/ericg")
2267 (synopsis "Functions for confidence intervals and object information")
2268 (description
2269 "This package provides some very simple method functions for confidence
2270 interval calculation and to distill pertinent information from a potentially
2271 complex object; primarily used in common with the packages extRemes and
2272 SpatialVx.")
2273 (license license:gpl2+)))
2274
2275 (define-public r-extremes
2276 (package
2277 (name "r-extremes")
2278 (version "2.0-11")
2279 (source
2280 (origin
2281 (method url-fetch)
2282 (uri (cran-uri "extRemes" version))
2283 (sha256
2284 (base32
2285 "0hmgynxhzswqnhwb2sxrkczgam8c17s3vpxqc5bcz0bwczpxxyvm"))))
2286 (properties `((upstream-name . "extRemes")))
2287 (build-system r-build-system)
2288 (propagated-inputs
2289 `(("r-distillery" ,r-distillery)
2290 ("r-lmoments" ,r-lmoments)))
2291 (home-page "http://www.assessment.ucar.edu/toolkit/")
2292 (synopsis "Extreme value analysis")
2293 (description
2294 "ExtRemes is a suite of functions for carrying out analyses on the
2295 extreme values of a process of interest; be they block maxima over long blocks
2296 or excesses over a high threshold.")
2297 (license license:gpl2+)))
2298
2299 (define-public r-lmtest
2300 (package
2301 (name "r-lmtest")
2302 (version "0.9-37")
2303 (source
2304 (origin
2305 (method url-fetch)
2306 (uri (cran-uri "lmtest" version))
2307 (sha256
2308 (base32
2309 "02nasm0j2vwkhz11dxqixs23msy1s3yj0jps6949fmgh9gwjkjfx"))))
2310 (build-system r-build-system)
2311 (propagated-inputs
2312 `(("r-zoo" ,r-zoo)))
2313 (native-inputs
2314 `(("gfortran" ,gfortran)))
2315 (home-page "https://cran.r-project.org/web/packages/lmtest")
2316 (synopsis "Testing linear regression models")
2317 (description
2318 "This package provides a collection of tests, data sets, and examples for
2319 diagnostic checking in linear regression models. Furthermore, some generic
2320 tools for inference in parametric models are provided.")
2321 ;; Either version is okay
2322 (license (list license:gpl2 license:gpl3))))
2323
2324 (define-public r-idr
2325 (package
2326 (name "r-idr")
2327 (version "1.2")
2328 (source (origin
2329 (method url-fetch)
2330 (uri (cran-uri "idr" version))
2331 (sha256
2332 (base32
2333 "05nvgw1xdg670bsjjrxkgd1mrdkciccpw4krn0zcgdf2r21dzgwb"))))
2334 (build-system r-build-system)
2335 (home-page "https://cran.r-project.org/web/packages/idr/")
2336 (synopsis "Irreproducible discovery rate")
2337 (description
2338 "This is a package for estimating the copula mixture model and plotting
2339 correspondence curves in \"Measuring reproducibility of high-throughput
2340 experiments\" (2011), Annals of Applied Statistics, Vol. 5, No. 3, 1752-1779,
2341 by Li, Brown, Huang, and Bickel")
2342 (license license:gpl2+)))
2343
2344 (define-public r-inline
2345 (package
2346 (name "r-inline")
2347 (version "0.3.15")
2348 (source (origin
2349 (method url-fetch)
2350 (uri (cran-uri "inline" version))
2351 (sha256
2352 (base32
2353 "0s4wssvpan189fijahknxq5s22ww9bzmdlmyhnra748r7khky17z"))))
2354 (build-system r-build-system)
2355 (home-page "https://cran.r-project.org/web/packages/inline")
2356 (synopsis "Functions to inline C, C++, Fortran function calls from R")
2357 (description
2358 "This package provides functionality to dynamically define R functions
2359 and S4 methods with inlined C, C++ or Fortran code supporting @code{.C} and
2360 @code{.Call} calling conventions.")
2361 ;; Any version of the LGPL.
2362 (license license:lgpl3+)))
2363
2364 (define-public r-bdsmatrix
2365 (package
2366 (name "r-bdsmatrix")
2367 (version "1.3-3")
2368 (source
2369 (origin
2370 (method url-fetch)
2371 (uri (cran-uri "bdsmatrix" version))
2372 (sha256
2373 (base32
2374 "17ddvz4gnih7rx0lr1gzk280xyh6x796cf2x794dvplpiiq83skh"))))
2375 (properties `((upstream-name . "bdsmatrix")))
2376 (build-system r-build-system)
2377 (home-page "https://cran.r-project.org/web/packages/bdsmatrix/")
2378 (synopsis "Routines for block diagonal symmetric matrices")
2379 (description
2380 "This package provides procedures to work with block diagonal symmetric
2381 matrices, a special case of sparse matrices.")
2382 (license license:lgpl2.0)))
2383
2384 (define-public r-bbmle
2385 (package
2386 (name "r-bbmle")
2387 (version "1.0.22")
2388 (source
2389 (origin
2390 (method url-fetch)
2391 (uri (cran-uri "bbmle" version))
2392 (sha256
2393 (base32
2394 "1idn55w5f3iw4r0ydyww8xyinninw07sxlwfqb565vmdrs87dwl4"))))
2395 (build-system r-build-system)
2396 (propagated-inputs
2397 `(("r-bdsmatrix" ,r-bdsmatrix)
2398 ("r-lattice" ,r-lattice)
2399 ("r-mass" ,r-mass)
2400 ("r-matrix" ,r-matrix)
2401 ("r-mvtnorm" ,r-mvtnorm)
2402 ("r-numderiv" ,r-numderiv)))
2403 (home-page "https://cran.r-project.org/web/packages/bbmle")
2404 (synopsis "Tools for General Maximum Likelihood Estimation")
2405 (description
2406 "This package provides methods and functions for fitting maximum
2407 likelihood models in R. This package modifies and extends the @code{mle}
2408 classes in the @code{stats4} package.")
2409 ;; Any version of the GPL
2410 (license license:gpl2+)))
2411
2412 (define-public r-emdbook
2413 (package
2414 (name "r-emdbook")
2415 (version "1.3.11")
2416 (source
2417 (origin
2418 (method url-fetch)
2419 (uri (cran-uri "emdbook" version))
2420 (sha256
2421 (base32
2422 "0a515jdzvg87npvrh7md7zp0v5nlz7c2jr7pba5dql6slb0d8j7q"))))
2423 (build-system r-build-system)
2424 (propagated-inputs
2425 `(("r-bbmle" ,r-bbmle)
2426 ("r-coda" ,r-coda)
2427 ("r-lattice" ,r-lattice)
2428 ("r-mass" ,r-mass)
2429 ("r-plyr" ,r-plyr)
2430 ("r-rcpp" ,r-rcpp)))
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.13.3")
2444 (source
2445 (origin
2446 (method url-fetch)
2447 (uri (cran-uri "lpSolve" version))
2448 (sha256
2449 (base32
2450 "1xazby8amb47vw5n12k13awv7x3bjci3q8vdd3vk1ms0ii16ahg6"))))
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.4")
2558 (source
2559 (origin
2560 (method url-fetch)
2561 (uri (cran-uri "SuppDists" version))
2562 (sha256
2563 (base32
2564 "1ffx8wigqqvz2pnh06jjc0fnf4vq9z2rhwk2y3f9aszn18ap3dgw"))))
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 "2017.10-1")
2641 (source
2642 (origin
2643 (method url-fetch)
2644 (uri (cran-uri "SQUAREM" version))
2645 (sha256
2646 (base32
2647 "10xj26x7qjyvzndnbjl5krr9wabnb9cbrnp3m7xg673g8ddr12cv"))))
2648 (properties `((upstream-name . "SQUAREM")))
2649 (build-system r-build-system)
2650 (home-page "http://www.jhsph.edu/agingandhealth/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.3")
2687 (source
2688 (origin
2689 (method url-fetch)
2690 (uri (cran-uri "DRR" version))
2691 (sha256
2692 (base32
2693 "1yd1fvllfkcrwg9v322n4wkk4q4q84nvy58y4vac9pdr3yf3i4vl"))))
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.18")
2804 (source
2805 (origin
2806 (method url-fetch)
2807 (uri (cran-uri "RMySQL" version))
2808 (sha256
2809 (base32
2810 "0r4626sk78fhlgivr0c7mwg9mj29ayr0iz5x90rdl4d5nc2r6kq4"))))
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.10")
2913 (source
2914 (origin
2915 (method url-fetch)
2916 (uri (cran-uri "ddalpha" version))
2917 (sha256
2918 (base32
2919 "1064g7y8d7kmvd5kjc2m48yvidmh2ci1y0xgil3pcx4ix6mf0ljz"))))
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")
3018 (source
3019 (origin
3020 (method url-fetch)
3021 (uri (cran-uri "psych" version))
3022 (sha256
3023 (base32
3024 "13r7fyjsl93m121awnwfhya8a0lw0l2byn60yqdbf9gp3lmb9ny0"))))
3025 (build-system r-build-system)
3026 (propagated-inputs
3027 `(("r-foreign" ,r-foreign)
3028 ("r-lattice" ,r-lattice)
3029 ("r-mnormt" ,r-mnormt)
3030 ("r-nlme" ,r-nlme)))
3031 (home-page "https://cran.r-project.org/web/packages/psych/")
3032 (synopsis "Procedures for psychological, psychometric, and personality research")
3033 (description
3034 "This package provides a general purpose toolbox for personality,
3035 psychometric theory and experimental psychology. Functions are primarily for
3036 multivariate analysis and scale construction using factor analysis, principal
3037 component analysis, cluster analysis and reliability analysis, although others
3038 provide basic descriptive statistics. Item Response Theory is done using
3039 factor analysis of tetrachoric and polychoric correlations. Functions for
3040 analyzing data at multiple levels include within and between group statistics,
3041 including correlations and factor analysis. Functions for simulating and
3042 testing particular item and test structures are included. Several functions
3043 serve as a useful front end for structural equation modeling. Graphical
3044 displays of path diagrams, factor analysis and structural equation models are
3045 created using basic graphics.")
3046 (license license:gpl2+)))
3047
3048 (define-public r-generics
3049 (package
3050 (name "r-generics")
3051 (version "0.0.2")
3052 (source
3053 (origin
3054 (method url-fetch)
3055 (uri (cran-uri "generics" version))
3056 (sha256
3057 (base32
3058 "0xk1xhpy7gpv3pvaygzhpfdxj72zmb38pb4nscfyg2ff36vx3cvi"))))
3059 (build-system r-build-system)
3060 (home-page "https://github.com/r-lib/generics")
3061 (synopsis "Common S3 generics not provided by base R methods")
3062 (description
3063 "In order to reduce potential package dependencies and conflicts,
3064 generics provides a number of commonly used S3 generics that are not provided
3065 by base R methods related to model fitting.")
3066 (license license:gpl2)))
3067
3068 (define-public r-broom
3069 (package
3070 (name "r-broom")
3071 (version "0.5.3")
3072 (source
3073 (origin
3074 (method url-fetch)
3075 (uri (cran-uri "broom" version))
3076 (sha256
3077 (base32
3078 "177m249dxbf9pf249610qrl58v025ws41ipfihy66751pwsv2n8d"))))
3079 (build-system r-build-system)
3080 (propagated-inputs
3081 `(("r-backports" ,r-backports)
3082 ("r-dplyr" ,r-dplyr)
3083 ("r-generics" ,r-generics)
3084 ("r-nlme" ,r-nlme)
3085 ("r-purrr" ,r-purrr)
3086 ("r-reshape2" ,r-reshape2)
3087 ("r-stringr" ,r-stringr)
3088 ("r-tibble" ,r-tibble)
3089 ("r-tidyr" ,r-tidyr)))
3090 (home-page "https://github.com/tidyverse/broom")
3091 (synopsis "Convert statistical analysis objects into tidy data frames")
3092 (description
3093 "This package provides tools to convert statistical analysis objects from
3094 R into tidy data frames, so that they can more easily be combined, reshaped
3095 and otherwise processed with tools like @code{dplyr}, @code{tidyr} and
3096 @code{ggplot2}. The package provides three S3 generics: @code{tidy}, which
3097 summarizes a model's statistical findings such as coefficients of a
3098 regression; @code{augment}, which adds columns to the original data such as
3099 predictions, residuals and cluster assignments; and @code{glance}, which
3100 provides a one-row summary of model-level statistics.")
3101 (license license:expat)))
3102
3103 (define-public r-recipes
3104 (package
3105 (name "r-recipes")
3106 (version "0.1.8")
3107 (source
3108 (origin
3109 (method url-fetch)
3110 (uri (cran-uri "recipes" version))
3111 (sha256
3112 (base32
3113 "1n32qc2a3n9cykm8dv9qcr77kdhqfsjiqf6kgfk9s0lnpx2zaldm"))))
3114 (build-system r-build-system)
3115 (propagated-inputs
3116 `(("r-dplyr" ,r-dplyr)
3117 ("r-generics" ,r-generics)
3118 ("r-glue" ,r-glue)
3119 ("r-gower" ,r-gower)
3120 ("r-ipred" ,r-ipred)
3121 ("r-lubridate" ,r-lubridate)
3122 ("r-magrittr" ,r-magrittr)
3123 ("r-matrix" ,r-matrix)
3124 ("r-purrr" ,r-purrr)
3125 ("r-rlang" ,r-rlang)
3126 ("r-tibble" ,r-tibble)
3127 ("r-tidyr" ,r-tidyr)
3128 ("r-tidyselect" ,r-tidyselect)
3129 ("r-timedate" ,r-timedate)
3130 ("r-withr" ,r-withr)))
3131 (home-page "https://github.com/topepo/recipes")
3132 (synopsis "Preprocessing tools to create design matrices")
3133 (description
3134 "Recipes is an extensible framework to create and preprocess design
3135 matrices. Recipes consist of one or more data manipulation and analysis
3136 \"steps\". Statistical parameters for the steps can be estimated from an
3137 initial data set and then applied to other data sets. The resulting design
3138 matrices can then be used as inputs into statistical or machine learning
3139 models.")
3140 (license license:gpl2)))
3141
3142 (define-public r-pdist
3143 (package
3144 (name "r-pdist")
3145 (version "1.2")
3146 (source
3147 (origin
3148 (method url-fetch)
3149 (uri (cran-uri "pdist" version))
3150 (sha256
3151 (base32
3152 "18nd3mgad11f2zmwcp0w3sxlch4a9y6wp8dfdyzvjn7y4b4bq0dd"))))
3153 (build-system r-build-system)
3154 (home-page "https://github.com/jeffwong/pdist")
3155 (synopsis "Partitioned distance function")
3156 (description
3157 "Pdist computes the euclidean distance between rows of a matrix X and
3158 rows of another matrix Y. Previously, this could be done by binding the two
3159 matrices together and calling @code{dist}, but this creates unnecessary
3160 computation by computing the distances between a row of X and another row of
3161 X, and likewise for Y. Pdist strictly computes distances across the two
3162 matrices, not within the same matrix, making computations significantly faster
3163 for certain use cases.")
3164 (license license:gpl3+)))
3165
3166 (define-public r-ggrepel
3167 (package
3168 (name "r-ggrepel")
3169 (version "0.8.1")
3170 (source
3171 (origin
3172 (method url-fetch)
3173 (uri (cran-uri "ggrepel" version))
3174 (sha256
3175 (base32
3176 "10vjrcmx8yknfbx93d9a4y3z8gafri0fhimw6hcq733dmdvkml6m"))))
3177 (build-system r-build-system)
3178 (propagated-inputs
3179 `(("r-ggplot2" ,r-ggplot2)
3180 ("r-rcpp" ,r-rcpp)
3181 ("r-scales" ,r-scales)))
3182 (home-page "http://github.com/slowkow/ggrepel")
3183 (synopsis "Repulsive text and label geometries for ggplot2")
3184 (description
3185 "This package provides text and label geometries for ggplot2 that help to
3186 avoid overlapping text labels. Labels repel away from each other and away
3187 from the data points.")
3188 (license license:gpl3)))
3189
3190 (define-public r-corrplot
3191 (package
3192 (name "r-corrplot")
3193 (version "0.84")
3194 (source
3195 (origin
3196 (method url-fetch)
3197 (uri (cran-uri "corrplot" version))
3198 (sha256
3199 (base32
3200 "1k03qd8db7pwg1v318xapx5mpiypiz2n07qr19c4b45diri5xkhd"))))
3201 (build-system r-build-system)
3202 (home-page "https://github.com/taiyun/corrplot")
3203 (synopsis "Visualization of a correlation matrix")
3204 (description
3205 "This package provides a graphical display of a correlation matrix or
3206 general matrix. It also contains some algorithms to do matrix reordering. In
3207 addition, corrplot is good at details, including choosing color, text labels,
3208 color labels, layout, etc.")
3209 ;; Any version of the GPL
3210 (license license:gpl2+)))
3211
3212 (define-public r-stringdist
3213 (package
3214 (name "r-stringdist")
3215 (version "0.9.5.5")
3216 (source
3217 (origin
3218 (method url-fetch)
3219 (uri (cran-uri "stringdist" version))
3220 (sha256
3221 (base32 "1dqfakclzaf878x7mhwmqrcpcql2h9cv19fz5f3ygpajf3si5kqi"))))
3222 (build-system r-build-system)
3223 (home-page "https://github.com/markvanderloo/stringdist")
3224 (synopsis "Approximate string matching and string distance functions")
3225 (description
3226 "This package implements an approximate string matching version of R's
3227 native @code{match} function. It can calculate various string distances based
3228 on edits (Damerau-Levenshtein, Hamming, Levenshtein, optimal sting alignment),
3229 qgrams (q- gram, cosine, jaccard distance) or heuristic metrics (Jaro,
3230 Jaro-Winkler). An implementation of soundex is provided as well. Distances
3231 can be computed between character vectors while taking proper care of encoding
3232 or between integer vectors representing generic sequences.")
3233 (license license:gpl3+)))
3234
3235 (define-public r-ucminf
3236 (package
3237 (name "r-ucminf")
3238 (version "1.1-4")
3239 (source
3240 (origin
3241 (method url-fetch)
3242 (uri (cran-uri "ucminf" version))
3243 (sha256
3244 (base32
3245 "01vggwg1w71k98qs6fhb0x1843vi322mf4g3hbclks94kcpkisx2"))))
3246 (build-system r-build-system)
3247 (native-inputs `(("gfortran" ,gfortran)))
3248 (home-page "https://cran.r-project.org/web/packages/ucminf/")
3249 (synopsis "General-purpose unconstrained non-linear optimization")
3250 (description
3251 "This package provides an implementation of an algorithm for
3252 general-purpose unconstrained non-linear optimization. The algorithm is of
3253 quasi-Newton type with BFGS updating of the inverse Hessian and soft line
3254 search with a trust region type monitoring of the input to the line search
3255 algorithm. The interface of @code{ucminf} is designed for easy interchange
3256 with the package @code{optim}.")
3257 (license license:gpl2+)))
3258
3259 (define-public r-ordinal
3260 (package
3261 (name "r-ordinal")
3262 (version "2019.12-10")
3263 (source
3264 (origin
3265 (method url-fetch)
3266 (uri (cran-uri "ordinal" version))
3267 (sha256
3268 (base32
3269 "09bpmjmbf4x82kgf6bm4bkncq2apdv9mk20zj4zgma2jx2vyfhbs"))))
3270 (build-system r-build-system)
3271 (propagated-inputs
3272 `(("r-mass" ,r-mass)
3273 ("r-matrix" ,r-matrix)
3274 ("r-numderiv" ,r-numderiv)
3275 ("r-ucminf" ,r-ucminf)))
3276 (home-page "https://github.com/runehaubo/ordinal")
3277 (synopsis "Regression models for ordinal data")
3278 (description
3279 "This package provides an implementation of cumulative link (mixed)
3280 models also known as ordered regression models, proportional odds models,
3281 proportional hazards models for grouped survival times and ordered models.
3282 Estimation is via maximum likelihood and mixed models are fitted with the
3283 Laplace approximation and adaptive Gauss-Hermite quadrature.")
3284 (license license:gpl2+)))
3285
3286 (define-public r-jomo
3287 (package
3288 (name "r-jomo")
3289 (version "2.6-10")
3290 (source
3291 (origin
3292 (method url-fetch)
3293 (uri (cran-uri "jomo" version))
3294 (sha256
3295 (base32
3296 "1k9l4290g350zbw1pjs871q9bxj3j2h1dilxpp06v4wy4n7d8qs0"))))
3297 (build-system r-build-system)
3298 (propagated-inputs
3299 `(("r-lme4" ,r-lme4)
3300 ("r-mass" ,r-mass)
3301 ("r-ordinal" ,r-ordinal)
3302 ("r-survival" ,r-survival)))
3303 (home-page "https://cran.r-project.org/web/packages/jomo/")
3304 (synopsis "Multilevel Joint Modelling Multiple Imputation")
3305 (description
3306 "Similarly to Schafer's package pan, jomo is a package for multilevel
3307 joint modelling multiple imputation @url{Carpenter and Kenward (2013),
3308 http://doi.org/10.1002/9781119942283}. Novel aspects of jomo are the
3309 possibility of handling binary and categorical data through latent normal
3310 variables, the option to use cluster-specific covariance matrices and to
3311 impute compatibly with the substantive model.")
3312 (license license:gpl2)))
3313
3314 (define-public r-pan
3315 (package
3316 (name "r-pan")
3317 (version "1.6")
3318 (source
3319 (origin
3320 (method url-fetch)
3321 (uri (cran-uri "pan" version))
3322 (sha256
3323 (base32
3324 "1dk3jjj826p7xrz10qz04vyc068xnypg7bp0pj4c32z3da0xzh5d"))))
3325 (build-system r-build-system)
3326 (native-inputs `(("gfortran" ,gfortran)))
3327 (home-page "https://cran.r-project.org/web/packages/pan/")
3328 (synopsis "Multiple imputation for multivariate panel or clustered data")
3329 (description
3330 "This package implements multiple imputation for multivariate panel or
3331 clustered data.")
3332 (license license:gpl3)))
3333
3334 (define-public r-mitml
3335 (package
3336 (name "r-mitml")
3337 (version "0.3-7")
3338 (source
3339 (origin
3340 (method url-fetch)
3341 (uri (cran-uri "mitml" version))
3342 (sha256
3343 (base32
3344 "0yqyxkyi1kmv5k63wxj5kkg5g8igk1axk2csb4xhj6wz0p89dxy6"))))
3345 (build-system r-build-system)
3346 (propagated-inputs
3347 `(("r-haven" ,r-haven)
3348 ("r-jomo" ,r-jomo)
3349 ("r-pan" ,r-pan)))
3350 (home-page "https://cran.r-project.org/web/packages/mitml/")
3351 (synopsis "Tools for multiple imputation in multilevel modeling")
3352 (description
3353 "This package provides tools for multiple imputation of missing data in
3354 multilevel modeling. It includes a user-friendly interface to the packages
3355 pan and jomo, and several functions for visualization, data management and the
3356 analysis of multiply imputed data sets.")
3357 (license license:gpl2+)))
3358
3359 (define-public r-mice
3360 (package
3361 (name "r-mice")
3362 (version "3.7.0")
3363 (source
3364 (origin
3365 (method url-fetch)
3366 (uri (cran-uri "mice" version))
3367 (sha256
3368 (base32
3369 "1wx1s1gc07iz63w4m8z0i1n5mc273f89grp5d3hfla7ypicjkasf"))))
3370 (build-system r-build-system)
3371 (propagated-inputs
3372 `(("r-broom" ,r-broom)
3373 ("r-dplyr" ,r-dplyr)
3374 ("r-lattice" ,r-lattice)
3375 ("r-mass" ,r-mass)
3376 ("r-mitml" ,r-mitml)
3377 ("r-nnet" ,r-nnet)
3378 ("r-rcpp" ,r-rcpp)
3379 ("r-rlang" ,r-rlang)
3380 ("r-rpart" ,r-rpart)
3381 ("r-survival" ,r-survival)))
3382 (home-page "https://cran.r-project.org/web/packages/mice/")
3383 (synopsis "Multivariate imputation by chained equations")
3384 (description
3385 "Multiple imputation using @dfn{Fully Conditional Specification} (FCS)
3386 implemented by the MICE algorithm as described in @url{Van Buuren and
3387 Groothuis-Oudshoorn (2011), http://doi.org/10.18637/jss.v045.i03}. Each
3388 variable has its own imputation model. Built-in imputation models are
3389 provided for continuous data (predictive mean matching, normal), binary
3390 data (logistic regression), unordered categorical data (polytomous logistic
3391 regression) and ordered categorical data (proportional odds). MICE can also
3392 impute continuous two-level data (normal model, pan, second-level variables).
3393 Passive imputation can be used to maintain consistency between variables.
3394 Various diagnostic plots are available to inspect the quality of the
3395 imputations.")
3396 ;; Any of these two versions.
3397 (license (list license:gpl2 license:gpl3))))
3398
3399 (define-public r-truncnorm
3400 (package
3401 (name "r-truncnorm")
3402 (version "1.0-8")
3403 (source
3404 (origin
3405 (method url-fetch)
3406 (uri (cran-uri "truncnorm" version))
3407 (sha256
3408 (base32
3409 "0zn88wdd58223kibk085rhsikl4yhlrwiyq109hzjg06hy6lwmj9"))))
3410 (build-system r-build-system)
3411 (home-page "https://cran.r-project.org/web/packages/truncnorm/")
3412 (synopsis "Truncated normal distribution")
3413 (description "This package provides functions for the truncated normal
3414 distribution with mean equal to @code{mean} and standard deviation equal to
3415 @code{sd}. It includes density, distribution, quantile, and expected value
3416 functions, as well as a random generation function.")
3417 (license license:gpl2)))
3418
3419 (define-public r-rsolnp
3420 (package
3421 (name "r-rsolnp")
3422 (version "1.16")
3423 (source
3424 (origin
3425 (method url-fetch)
3426 (uri (cran-uri "Rsolnp" version))
3427 (sha256
3428 (base32
3429 "0w7nkj6igr0gi7r7jg950lsx7dj6aipgxi6vbjsf5f5yc9h7fhii"))))
3430 (properties `((upstream-name . "Rsolnp")))
3431 (build-system r-build-system)
3432 (propagated-inputs
3433 `(("r-truncnorm" ,r-truncnorm)))
3434 (home-page "https://cran.r-project.org/web/packages/Rsolnp/")
3435 (synopsis "General non-linear optimization")
3436 (description "The Rsolnp package implements a general non-linear augmented
3437 Lagrange multiplier method solver, a @dfn{sequential quadratic
3438 programming} (SQP) based solver).")
3439 ;; Any version of the GPL.
3440 (license license:gpl2+)))
3441
3442 (define-public r-hardyweinberg
3443 (package
3444 (name "r-hardyweinberg")
3445 (version "1.6.3")
3446 (source
3447 (origin
3448 (method url-fetch)
3449 (uri (cran-uri "HardyWeinberg" version))
3450 (sha256
3451 (base32
3452 "1irz44q6nf95h37av868f47aakwv3jgwgw217xfsfw0afkm7s25f"))))
3453 (properties `((upstream-name . "HardyWeinberg")))
3454 (build-system r-build-system)
3455 (propagated-inputs
3456 `(("r-mice" ,r-mice)
3457 ("r-rcpp" ,r-rcpp)
3458 ("r-rsolnp" ,r-rsolnp)))
3459 (home-page "https://cran.r-project.org/package=HardyWeinberg")
3460 (synopsis "Statistical tests and graphics for Hardy-Weinberg equilibrium")
3461 (description
3462 "This package contains tools for exploring Hardy-Weinberg equilibrium for
3463 diallelic genetic marker data. All classical tests (chi-square, exact,
3464 likelihood-ratio and permutation tests) for Hardy-Weinberg equilibrium are
3465 included in the package, as well as functions for power computation and for
3466 the simulation of marker data under equilibrium and disequilibrium. Routines
3467 for dealing with markers on the X-chromosome are included. Functions for
3468 testing equilibrium in the presence of missing data by using multiple
3469 imputation are also provided. Implements several graphics for exploring the
3470 equilibrium status of a large set of diallelic markers: ternary plots with
3471 acceptance regions, log-ratio plots and Q-Q plots.")
3472 (license license:gpl2+)))
3473
3474 (define-public r-sm
3475 (package
3476 (name "r-sm")
3477 (version "2.2-5.6")
3478 (source
3479 (origin
3480 (method url-fetch)
3481 (uri (cran-uri "sm" version))
3482 (sha256
3483 (base32
3484 "0c4whcx879gb4lwvqnzxl5n9xgpcqh2c54ip9ami3mwfprzcv45q"))))
3485 (build-system r-build-system)
3486 (native-inputs `(("gfortran" ,gfortran)))
3487 (home-page "http://www.stats.gla.ac.uk/~adrian/sm/")
3488 (synopsis "Smoothing methods for nonparametric regression and density estimation")
3489 (description
3490 "This is software accompanying the book 'Applied Smoothing Techniques for
3491 Data Analysis---The Kernel Approach with S-Plus Illustrations', Oxford
3492 University Press. It provides smoothing methods for nonparametric regression
3493 and density estimation")
3494 (license license:gpl2+)))
3495
3496 (define-public r-venndiagram
3497 (package
3498 (name "r-venndiagram")
3499 (version "1.6.20")
3500 (source (origin
3501 (method url-fetch)
3502 (uri (cran-uri "VennDiagram" version))
3503 (sha256
3504 (base32
3505 "1ic1jaxzw98si2p4n1fl4n3myhd7fpw0njb634cwhviwybzv6775"))))
3506 (properties `((upstream-name . "VennDiagram")))
3507 (build-system r-build-system)
3508 (propagated-inputs
3509 `(("r-futile-logger" ,r-futile-logger)))
3510 (home-page "https://cran.r-project.org/web/packages/VennDiagram/")
3511 (synopsis "Generate High-Resolution Venn and Euler Plots")
3512 (description
3513 "This package provides a set of functions to generate high-resolution
3514 Venn and Euler plots. It includes handling for several special cases,
3515 including two-case scaling, and extensive customization of plot shape and
3516 structure.")
3517 (license license:gpl2+)))
3518
3519 (define-public r-vioplot
3520 (package
3521 (name "r-vioplot")
3522 (version "0.3.4")
3523 (source
3524 (origin
3525 (method url-fetch)
3526 (uri (cran-uri "vioplot" version))
3527 (sha256
3528 (base32
3529 "1fsklymilspzz5fzlj7666x09aglaw0v4x0yfjjzy4vr5qpjc529"))))
3530 (build-system r-build-system)
3531 (propagated-inputs
3532 `(("r-sm" ,r-sm)
3533 ("r-zoo" ,r-zoo)))
3534 (home-page "http://wsopuppenkiste.wiso.uni-goettingen.de/~dadler")
3535 (synopsis "Violin plot")
3536 (description
3537 "This package provides a violin plot, which is a combination of a box
3538 plot and a kernel density plot.")
3539 (license license:bsd-3)))
3540
3541 (define-public r-rsofia
3542 (package
3543 (name "r-rsofia")
3544 (version "1.1")
3545 (source (origin
3546 (method url-fetch)
3547 ;; This package has been removed from CRAN, so we can
3548 ;; only fetch it from the archives.
3549 (uri (string-append "https://cran.r-project.org/src/"
3550 "contrib/Archive/RSofia/RSofia_"
3551 version ".tar.gz"))
3552 (sha256
3553 (base32
3554 "0q931y9rcf6slb0s2lsxhgqrzy4yqwh8hb1124nxg0bjbxvjbihn"))))
3555 (properties `((upstream-name . "RSofia")))
3556 (build-system r-build-system)
3557 (propagated-inputs
3558 `(("r-rcpp" ,r-rcpp)))
3559 (home-page "https://cran.r-project.org/src/contrib/Archive/RSofia")
3560 (synopsis "Port of sofia-ml to R")
3561 (description "This package is a port of sofia-ml to R. Sofia-ml is a
3562 suite of fast incremental algorithms for machine learning that can be used for
3563 training models for classification or ranking.")
3564 (license license:asl2.0)))
3565
3566 (define-public r-xts
3567 (package
3568 (name "r-xts")
3569 (version "0.11-2")
3570 (source
3571 (origin
3572 (method url-fetch)
3573 (uri (cran-uri "xts" version))
3574 (sha256
3575 (base32
3576 "1f0kxrvn13py3hk2gh2m56cqm39x3bqp1i350r5viddacrm2yxqj"))))
3577 (build-system r-build-system)
3578 (propagated-inputs `(("r-zoo" ,r-zoo)))
3579 (home-page "https://github.com/joshuaulrich/xts")
3580 (synopsis "Extensible time series")
3581 (description
3582 "This package provides for uniform handling of R's different time-based
3583 data classes by extending @code{zoo}, maximizing native format information
3584 preservation and allowing for user-level customization and extension, while
3585 simplifying cross-class interoperability.")
3586 (license license:gpl2+)))
3587
3588 (define-public r-performanceanalytics
3589 (package
3590 (name "r-performanceanalytics")
3591 (version "1.5.3")
3592 (source
3593 (origin
3594 (method url-fetch)
3595 (uri (cran-uri "PerformanceAnalytics" version))
3596 (sha256
3597 (base32
3598 "0jhjldwyxwq7a47zmk5y1jjck7hvq92p8rlgjvdfy51hx2dmlqqd"))))
3599 (properties
3600 `((upstream-name . "PerformanceAnalytics")))
3601 (build-system r-build-system)
3602 (propagated-inputs
3603 `(("r-quadprog" ,r-quadprog)
3604 ("r-xts" ,r-xts)
3605 ("r-zoo" ,r-zoo)))
3606 (home-page "https://r-forge.r-project.org/projects/returnanalytics/")
3607 (synopsis "Econometric tools for performance and risk analysis")
3608 (description "This is a collection of econometric functions for
3609 performance and risk analysis. This package aims to aid practitioners and
3610 researchers in utilizing the latest research in analysis of non-normal return
3611 streams. In general, it is most tested on return (rather than price) data on
3612 a regular scale, but most functions will work with irregular return data as
3613 well, and increasing numbers of functions will work with P&L or price data
3614 where possible.")
3615 ;; Either version may be picked.
3616 (license (list license:gpl2 license:gpl3))))
3617
3618 (define-public r-laeken
3619 (package
3620 (name "r-laeken")
3621 (version "0.5.0")
3622 (source
3623 (origin
3624 (method url-fetch)
3625 (uri (cran-uri "laeken" version))
3626 (sha256
3627 (base32
3628 "1g9r3y7b0gl91hijk9awa8rjk97mqpkxinzq2cgmx0m38ng9ylpa"))))
3629 (build-system r-build-system)
3630 (propagated-inputs
3631 `(("r-boot" ,r-boot)
3632 ("r-mass" ,r-mass)))
3633 (home-page "https://cran.r-project.org/web/packages/laeken/")
3634 (synopsis "Estimation of indicators on social exclusion and poverty")
3635 (description "This package provides tools for the estimation of indicators
3636 on social exclusion and poverty, as well as an implementation of Pareto tail
3637 modeling for empirical income distributions.")
3638 (license license:gpl2+)))
3639
3640 (define-public r-vcd
3641 (package
3642 (name "r-vcd")
3643 (version "1.4-4")
3644 (source
3645 (origin
3646 (method url-fetch)
3647 (uri (cran-uri "vcd" version))
3648 (sha256
3649 (base32
3650 "1lp99h0wvsc61l1dgcqjxdrcgpgw88ak430cdsv43kmm43qssqd5"))))
3651 (build-system r-build-system)
3652 (propagated-inputs
3653 `(("r-colorspace" ,r-colorspace)
3654 ("r-lmtest" ,r-lmtest)
3655 ("r-mass" ,r-mass)))
3656 (home-page "https://cran.r-project.org/web/packages/vcd/")
3657 (synopsis "Visualizing categorical data")
3658 (description "This package provides visualization techniques, data sets,
3659 summary and inference procedures aimed particularly at categorical data.
3660 Special emphasis is given to highly extensible grid graphics. The package was
3661 originally inspired by the book \"Visualizing Categorical Data\" by Michael
3662 Friendly and is now the main support package for a new book, \"Discrete Data
3663 Analysis with R\" by Michael Friendly and David Meyer (2015).")
3664 (license license:gpl2)))
3665
3666 (define-public r-ica
3667 (package
3668 (name "r-ica")
3669 (version "1.0-2")
3670 (source
3671 (origin
3672 (method url-fetch)
3673 (uri (cran-uri "ica" version))
3674 (sha256
3675 (base32
3676 "0ya1nph1zwhad0bfz4yxs27kl45yk1dhnphdlrq34p8pqrpmj8g7"))))
3677 (build-system r-build-system)
3678 (home-page "https://cran.r-project.org/web/packages/ica/")
3679 (synopsis "Independent component analysis")
3680 (description "This package provides tools for @dfn{Independent Component
3681 Analysis} (ICA) using various algorithms: FastICA,
3682 Information-Maximization (Infomax), and @dfn{Joint Approximate Diagonalization
3683 of Eigenmatrices} (JADE).")
3684 (license license:gpl2+)))
3685
3686 (define-public r-dtw
3687 (package
3688 (name "r-dtw")
3689 (version "1.21-3")
3690 (source
3691 (origin
3692 (method url-fetch)
3693 (uri (cran-uri "dtw" version))
3694 (sha256
3695 (base32
3696 "02hyhx1sy5h3vzh9zixy18a7d47df4k5d0wyflcvlcbsbcl6p90s"))))
3697 (build-system r-build-system)
3698 (propagated-inputs `(("r-proxy" ,r-proxy)))
3699 (home-page "http://dtw.r-forge.r-project.org/")
3700 (synopsis "Dynamic Time Warping Algorithms")
3701 (description "This package provides a comprehensive implementation of
3702 @dfn{dynamic time warping} (DTW) algorithms in R. DTW computes the
3703 optimal (least cumulative distance) alignment between points of two time
3704 series. Common DTW variants covered include local (slope) and global (window)
3705 constraints, subsequence matches, arbitrary distance definitions,
3706 normalizations, minimum variance matching, and so on.")
3707 (license license:gpl2+)))
3708
3709 (define-public r-sdmtools
3710 (package
3711 (name "r-sdmtools")
3712 (version "1.1-221.2")
3713 (source
3714 (origin
3715 (method url-fetch)
3716 (uri (cran-uri "SDMTools" version))
3717 (sha256
3718 (base32
3719 "1xvcd97ikqsfdpk2fddy3k0z1ajqga7nv9bgac9c1wnjk1gqrpgh"))))
3720 (properties `((upstream-name . "SDMTools")))
3721 (build-system r-build-system)
3722 (propagated-inputs `(("r-r-utils" ,r-r-utils)))
3723 (home-page "http://www.rforge.net/SDMTools/")
3724 (synopsis "Species distribution modelling tools")
3725 (description "This package provides a set of tools for post processing
3726 the outcomes of species distribution modeling exercises. It includes novel
3727 methods for comparing models and tracking changes in distributions through
3728 time. It further includes methods for visualizing outcomes, selecting
3729 thresholds, calculating measures of accuracy and landscape fragmentation
3730 statistics, etc.")
3731 (license license:gpl3+)))
3732
3733 (define-public r-scatterplot3d
3734 (package
3735 (name "r-scatterplot3d")
3736 (version "0.3-41")
3737 (source
3738 (origin
3739 (method url-fetch)
3740 (uri (cran-uri "scatterplot3d" version))
3741 (sha256
3742 (base32
3743 "152xqz9c70qab86mpgng049gxsg5f4fpf1m8dh93fb9v1avjd0sc"))))
3744 (build-system r-build-system)
3745 (home-page "https://cran.r-project.org/web/packages/scatterplot3d/")
3746 (synopsis "3D scatter plot")
3747 (description "This package provides an implementation of scatter plots for
3748 plotting. a three dimensional point cloud.")
3749 (license license:gpl2)))
3750
3751 (define-public r-ggridges
3752 (package
3753 (name "r-ggridges")
3754 (version "0.5.1")
3755 (source
3756 (origin
3757 (method url-fetch)
3758 (uri (cran-uri "ggridges" version))
3759 (sha256
3760 (base32
3761 "0dhwcpy785ac2ny5bjp284595nnybi3554wd0yffsli0vzf7ry01"))))
3762 (build-system r-build-system)
3763 (propagated-inputs
3764 `(("r-ggplot2" ,r-ggplot2)
3765 ("r-plyr" ,r-plyr)
3766 ("r-scales" ,r-scales)
3767 ("r-withr" ,r-withr)))
3768 (home-page "https://github.com/clauswilke/ggridges")
3769 (synopsis "Ridgeline plots in ggplot2")
3770 (description
3771 "Ridgeline plots provide a convenient way of visualizing changes in
3772 distributions over time or space. This package enables the creation of such
3773 plots in @code{ggplot2}.")
3774 (license license:gpl2)))
3775
3776 (define-public r-ggjoy
3777 (package
3778 (name "r-ggjoy")
3779 (version "0.4.1")
3780 (source
3781 (origin
3782 (method url-fetch)
3783 (uri (cran-uri "ggjoy" version))
3784 (sha256
3785 (base32
3786 "012md2m0jqfcccb933j423m3ck31v3p0pd41gjxpyg9082y7ixyj"))))
3787 (build-system r-build-system)
3788 (propagated-inputs
3789 `(("r-ggplot2" ,r-ggplot2)
3790 ("r-ggridges" ,r-ggridges)))
3791 (home-page "https://github.com/clauswilke/ggjoy")
3792 (synopsis "Joyplots in ggplot2")
3793 (description "Joyplots provide a convenient way of visualizing changes in
3794 distributions over time or space. This package enables the creation of such
3795 plots in @code{ggplot2}.")
3796 (license license:gpl2)))
3797
3798 (define-public r-cli
3799 (package
3800 (name "r-cli")
3801 (version "2.0.0")
3802 (source
3803 (origin
3804 (method url-fetch)
3805 (uri (cran-uri "cli" version))
3806 (sha256
3807 (base32
3808 "1gv3zqdipj29ivkw5dsi1qdlra7q4lcrcqvlg9fns7d670yglfki"))))
3809 (build-system r-build-system)
3810 (propagated-inputs
3811 `(("r-assertthat" ,r-assertthat)
3812 ("r-crayon" ,r-crayon)
3813 ("r-fansi" ,r-fansi)
3814 ("r-glue" ,r-glue)))
3815 (home-page "https://github.com/r-lib/cli#readme")
3816 (synopsis "Helpers for developing command line interfaces")
3817 (description "This package provides a suite of tools designed to build
3818 attractive command line interfaces (CLIs). It includes tools for drawing
3819 rules, boxes, trees, and Unicode symbols with ASCII alternatives.")
3820 (license license:expat)))
3821
3822 (define-public r-argparser
3823 (package
3824 (name "r-argparser")
3825 (version "0.6")
3826 (source
3827 (origin
3828 (method url-fetch)
3829 (uri (cran-uri "argparser" version))
3830 (sha256
3831 (base32
3832 "1pxiz9jlhlnpzqn1lz349r07i7glw708w202x6dlnxp112fg7k4x"))))
3833 (build-system r-build-system)
3834 (home-page "https://bitbucket.org/djhshih/argparser")
3835 (synopsis "Command-line argument parser")
3836 (description
3837 "This package provides a cross-platform command-line argument parser
3838 written purely in R with no external dependencies. It is useful with the
3839 Rscript front-end and facilitates turning an R script into an executable
3840 script.")
3841 (license license:gpl3+)))
3842
3843 (define-public r-debugme
3844 (package
3845 (name "r-debugme")
3846 (version "1.1.0")
3847 (source
3848 (origin
3849 (method url-fetch)
3850 (uri (cran-uri "debugme" version))
3851 (sha256
3852 (base32
3853 "1c9sg55zvf10h8198jdnpamm6f66lzw3c3jnmdp9ls6na0j0xbjd"))))
3854 (build-system r-build-system)
3855 (propagated-inputs `(("r-crayon" ,r-crayon)))
3856 (home-page "https://github.com/r-lib/debugme#readme")
3857 (synopsis "Debug R packages")
3858 (description
3859 "This package allows the user to specify debug messages as special string
3860 constants, and control debugging of packages via environment variables.")
3861 (license license:expat)))
3862
3863 (define-public r-processx
3864 (package
3865 (name "r-processx")
3866 (version "3.4.1")
3867 (source
3868 (origin
3869 (method url-fetch)
3870 (uri (cran-uri "processx" version))
3871 (sha256
3872 (base32
3873 "1g6ipcaxg9y94lyrnbp7kkbqfkcdh1fyrqjjclbjp3x7iysdvazi"))))
3874 (build-system r-build-system)
3875 (propagated-inputs
3876 `(("r-ps" ,r-ps)
3877 ("r-r6" ,r-r6)))
3878 (home-page "https://github.com/r-lib/processx3")
3879 (synopsis "Execute and control system processes")
3880 (description
3881 "This package provides portable tools to run system processes in the
3882 background. It can check if a background process is running; wait on a
3883 background process to finish; get the exit status of finished processes; kill
3884 background processes and their children; restart processes. It can read the
3885 standard output and error of the processes, using non-blocking connections.
3886 @code{processx} can poll a process for standard output or error, with a
3887 timeout. It can also poll several processes at once.")
3888 (license license:expat)))
3889
3890 (define-public r-tsp
3891 (package
3892 (name "r-tsp")
3893 (version "1.1-7")
3894 (source
3895 (origin
3896 (method url-fetch)
3897 (uri (cran-uri "TSP" version))
3898 (sha256
3899 (base32
3900 "0rxxhvqi55869dg2p82hzg5kvgcqf9h60cjcg00k3pv9aw4x07kb"))))
3901 (properties `((upstream-name . "TSP")))
3902 (build-system r-build-system)
3903 (propagated-inputs `(("r-foreach" ,r-foreach)))
3904 (home-page "https://cran.r-project.org/web/packages/TSP/")
3905 (synopsis "Traveling salesperson problem (TSP)")
3906 (description "This package provides basic infrastructure and some
3907 algorithms for the @dfn{traveling salesperson problem}(TSP) (also known as the
3908 traveling salesman problem).")
3909 (license license:gpl3)))
3910
3911 (define-public r-qap
3912 (package
3913 (name "r-qap")
3914 (version "0.1-1")
3915 (source
3916 (origin
3917 (method url-fetch)
3918 (uri (cran-uri "qap" version))
3919 (sha256
3920 (base32
3921 "0d2d1ni1camixyi45lfy00f4pn3p063k7bsi8gj5scp6n15mdgb0"))))
3922 (build-system r-build-system)
3923 (native-inputs `(("gfortran" ,gfortran)))
3924 (home-page "https://cran.r-project.org/web/packages/qap/")
3925 (synopsis "Heuristics for the quadratic assignment problem (QAP)")
3926 (description "This package implements heuristics for the @dfn{quadratic
3927 assignment problem} (QAP). Currently only a simulated annealing heuristic is
3928 available.")
3929 (license license:gpl3)))
3930
3931 (define-public r-gclus
3932 (package
3933 (name "r-gclus")
3934 (version "1.3.2")
3935 (source
3936 (origin
3937 (method url-fetch)
3938 (uri (cran-uri "gclus" version))
3939 (sha256
3940 (base32
3941 "1cz0g0i972955hhaji30rx8448x7f3as7z1sww9i5h86ybgirilw"))))
3942 (build-system r-build-system)
3943 (propagated-inputs `(("r-cluster" ,r-cluster)))
3944 (home-page "https://cran.r-project.org/web/packages/gclus/")
3945 (synopsis "Clustering graphics")
3946 (description "This package orders panels in scatterplot matrices and
3947 parallel coordinate displays by some merit index. It contains various indices
3948 of merit, ordering functions, and enhanced versions of @code{pairs} and
3949 @code{parcoord} which color panels according to their merit level.")
3950 (license license:gpl2+)))
3951
3952 (define-public r-webshot
3953 (package
3954 (name "r-webshot")
3955 (version "0.5.2")
3956 (source
3957 (origin
3958 (method url-fetch)
3959 (uri (cran-uri "webshot" version))
3960 (sha256
3961 (base32
3962 "0gq4h8cw51z95yvsnf38kj5l58wgljkm0dalmi8mn1sp06bxr0zi"))))
3963 (build-system r-build-system)
3964 (propagated-inputs
3965 `(("r-callr" ,r-callr)
3966 ("r-jsonlite" ,r-jsonlite)
3967 ("r-magrittr" ,r-magrittr)))
3968 (home-page "https://github.com/wch/webshot/")
3969 (synopsis "Take screenshots of web pages")
3970 (description
3971 "Webshot makes it easy to take screenshots of web pages from within R.
3972 It can also run Shiny applications locally and take screenshots of the
3973 application; and it can render and screenshot static as well as interactive R
3974 Markdown documents.")
3975 (license license:gpl2)))
3976
3977 (define-public r-seriation
3978 (package
3979 (name "r-seriation")
3980 (version "1.2-8")
3981 (source
3982 (origin
3983 (method url-fetch)
3984 (uri (cran-uri "seriation" version))
3985 (sha256
3986 (base32
3987 "1zbdxq0s5rc5v307b69fw9k52m0654ls7pf22lh35ggirig6lwsk"))))
3988 (build-system r-build-system)
3989 (propagated-inputs
3990 `(("r-cluster" ,r-cluster)
3991 ("r-colorspace" ,r-colorspace)
3992 ("r-dendextend" ,r-dendextend)
3993 ("r-gclus" ,r-gclus)
3994 ("r-gplots" ,r-gplots)
3995 ("r-mass" ,r-mass)
3996 ("r-qap" ,r-qap)
3997 ("r-registry" ,r-registry)
3998 ("r-tsp" ,r-tsp)))
3999 (native-inputs `(("gfortran" ,gfortran)))
4000 (home-page "http://s2.smu.edu/IDA/seriation/")
4001 (synopsis "Infrastructure for ordering objects using seriation")
4002 (description
4003 "This package provides infrastructure for seriation with an
4004 implementation of several seriation/sequencing techniques to reorder matrices,
4005 dissimilarity matrices, and dendrograms. It also provides (optimally)
4006 reordered heatmaps, color images and clustering visualizations like
4007 dissimilarity plots, and visual assessment of cluster tendency plots (VAT and
4008 iVAT).")
4009 (license license:gpl3)))
4010
4011 (define-public r-xfun
4012 (package
4013 (name "r-xfun")
4014 (version "0.11")
4015 (source
4016 (origin
4017 (method url-fetch)
4018 (uri (cran-uri "xfun" version))
4019 (sha256
4020 (base32 "0dncw6bqkal7nyarrrrj9arxy0y3nkdzmrbibcjh84m1cxd4phiw"))))
4021 (build-system r-build-system)
4022 (home-page "https://github.com/yihui/xfun")
4023 (synopsis "Miscellaneous functions")
4024 (description
4025 "This package provides miscellaneous functions commonly used in other
4026 packages maintained by Yihui Xie.")
4027 (license license:expat)))
4028
4029 (define-public r-utf8
4030 (package
4031 (name "r-utf8")
4032 (version "1.1.4")
4033 (source
4034 (origin
4035 (method url-fetch)
4036 (uri (cran-uri "utf8" version))
4037 (sha256
4038 (base32
4039 "0m0ywg8k3blfiahxvh1i4zn9dksrlc937d2lbza5fc38zjnrrnpn"))))
4040 (build-system r-build-system)
4041 (home-page "https://github.com/patperry/r-utf8")
4042 (synopsis "Unicode text processing")
4043 (description
4044 "This package provides tools to process and print UTF-8 encoded
4045 international text (Unicode). Input, validate, normalize, encode, format, and
4046 display.")
4047 (license license:asl2.0)))
4048
4049 (define-public r-zeallot
4050 (package
4051 (name "r-zeallot")
4052 (version "0.1.0")
4053 (source
4054 (origin
4055 (method url-fetch)
4056 (uri (cran-uri "zeallot" version))
4057 (sha256
4058 (base32
4059 "1sd1igcfnv27pa3bqxlbyxchi562h7grnjg1l7wxx3bwr49i57s3"))))
4060 (build-system r-build-system)
4061 (home-page "https://github.com/nteetor/zeallot")
4062 (synopsis "Multiple, unpacking, and destructuring assignment")
4063 (description
4064 "This package provides a @code{%<-%} operator to perform multiple,
4065 unpacking, and destructuring assignment in R. The operator unpacks the
4066 right-hand side of an assignment into multiple values and assigns these values
4067 to variables on the left-hand side of the assignment.")
4068 (license license:expat)))
4069
4070 (define-public r-vctrs
4071 (package
4072 (name "r-vctrs")
4073 (version "0.2.1")
4074 (source
4075 (origin
4076 (method url-fetch)
4077 (uri (cran-uri "vctrs" version))
4078 (sha256
4079 (base32
4080 "0rlwjfvvhv3s5mj4lqhwlqwddpizyp46i1qbcvw0mzb5q8b0nkz0"))))
4081 (build-system r-build-system)
4082 (propagated-inputs
4083 `(("r-backports" ,r-backports)
4084 ("r-digest" ,r-digest)
4085 ("r-ellipsis" ,r-ellipsis)
4086 ("r-glue" ,r-glue)
4087 ("r-rlang" ,r-rlang)
4088 ("r-zeallot" ,r-zeallot)))
4089 (home-page "https://github.com/r-lib/vctrs")
4090 (synopsis "Vector helpers")
4091 (description
4092 "There are three main goals to the @code{vctrs} package:
4093
4094 @enumerate
4095 @item To propose @code{vec_size()} and @code{vec_type()} as alternatives to
4096 @code{length()} and @code{class()}. These definitions are paired with a
4097 framework for type-coercion and size-recycling.
4098 @item To define type- and size-stability as desirable function properties, use
4099 them to analyse existing base function, and to propose better alternatives.
4100 This work has been particularly motivated by thinking about the ideal
4101 properties of @code{c()}, @code{ifelse()}, and @code{rbind()}.
4102 @item To provide a new @code{vctr} base class that makes it easy to create new
4103 S3 vectors. @code{vctrs} provides methods for many base generics in terms of
4104 a few new @code{vctrs} generics, making implementation considerably simpler
4105 and more robust.
4106 @end enumerate\n")
4107 (license license:gpl3)))
4108
4109 (define-public r-pillar
4110 (package
4111 (name "r-pillar")
4112 (version "1.4.3")
4113 (source
4114 (origin
4115 (method url-fetch)
4116 (uri (cran-uri "pillar" version))
4117 (sha256
4118 (base32
4119 "02sn7zw80wq33jgxk2i6m5jb83sk7y72dfhgyy0apfinv05w92ss"))))
4120 (build-system r-build-system)
4121 (propagated-inputs
4122 `(("r-cli" ,r-cli)
4123 ("r-crayon" ,r-crayon)
4124 ("r-fansi" ,r-fansi)
4125 ("r-rlang" ,r-rlang)
4126 ("r-utf8" ,r-utf8)
4127 ("r-vctrs" ,r-vctrs)))
4128 (home-page "https://github.com/r-lib/pillar")
4129 (synopsis "Coloured formatting for columns")
4130 (description
4131 "This package provides a @code{pillar} generic designed for formatting
4132 columns of data using the full range of colours provided by modern
4133 terminals.")
4134 (license license:gpl3)))
4135
4136 (define-public r-uuid
4137 (package
4138 (name "r-uuid")
4139 (version "0.1-2")
4140 (source
4141 (origin
4142 (method url-fetch)
4143 (uri (cran-uri "uuid" version))
4144 (sha256
4145 (base32
4146 "1gmisd630fc8ybg845hbg13wmm3pk3npaamrh5wqbc1nqd6p0wfx"))))
4147 (build-system r-build-system)
4148 (home-page "http://www.rforge.net/uuid")
4149 (synopsis "Tools for generating and handling of UUIDs")
4150 (description
4151 "This package provides tools for generating and handling of
4152 @dfn{Universally Unique Identifiers} (UUIDs).")
4153 (license license:expat)))
4154
4155 (define-public r-tinytex
4156 (package
4157 (name "r-tinytex")
4158 (version "0.18")
4159 (source
4160 (origin
4161 (method url-fetch)
4162 (uri (cran-uri "tinytex" version))
4163 (sha256
4164 (base32
4165 "04mpbhadixbxmnazj0q6cj973cajchscvyh1k6a5b3qk26dp5krr"))))
4166 (build-system r-build-system)
4167 (propagated-inputs
4168 `(("r-xfun" ,r-xfun)))
4169 (home-page "https://github.com/yihui/tinytex")
4170 (synopsis "Helper functions for TeX Live and compiling LaTeX documents")
4171 (description
4172 "This package provides helper functions to install and maintain the LaTeX
4173 distribution named TinyTeX, a lightweight, cross-platform, portable, and
4174 easy-to-maintain version of TeX Live. This package also contains helper
4175 functions to compile LaTeX documents, and install missing LaTeX packages
4176 automatically.")
4177 (license license:expat)))
4178
4179 (define-public r-network
4180 (package
4181 (name "r-network")
4182 (version "1.16.0")
4183 (source
4184 (origin
4185 (method url-fetch)
4186 (uri (cran-uri "network" version))
4187 (sha256
4188 (base32
4189 "0dnf1wl3za2lhx2lwd8smhlijl1cfhckgr8zz9piiirrfi2m2kx2"))))
4190 (build-system r-build-system)
4191 (propagated-inputs
4192 `(("r-magrittr" ,r-magrittr)
4193 ("r-tibble" ,r-tibble)))
4194 (home-page "https://statnet.org/")
4195 (synopsis "Classes for relational data")
4196 (description
4197 "This package provides tools to create and modify network objects. The
4198 @code{network} class can represent a range of relational data types, and
4199 supports arbitrary vertex/edge/graph attributes.")
4200 (license license:gpl2+)))
4201
4202 (define-public r-statnet-common
4203 (package
4204 (name "r-statnet-common")
4205 (version "4.3.0")
4206 (source
4207 (origin
4208 (method url-fetch)
4209 (uri (cran-uri "statnet.common" version))
4210 (sha256
4211 (base32
4212 "0ng90i0wm9wlyhjbnmnylc1bbqw396p1dr7f402dyry9x9ck6jl3"))))
4213 (properties
4214 `((upstream-name . "statnet.common")))
4215 (build-system r-build-system)
4216 (propagated-inputs
4217 `(("r-coda" ,r-coda)))
4218 (home-page "https://statnet.org")
4219 (synopsis "R scripts and utilities used by the Statnet software")
4220 (description "This package provides non-statistical utilities used by the
4221 software developed by the Statnet Project.")
4222 (license license:gpl3)))
4223
4224 (define-public r-statcheck
4225 (package
4226 (name "r-statcheck")
4227 (version "1.3.0")
4228 (source
4229 (origin
4230 (method url-fetch)
4231 (uri (cran-uri "statcheck" version))
4232 (sha256
4233 (base32
4234 "0ivybdcrymlsfv6pg6p5bv70qdvgxf2vgp0kf4r0pf2fcvav1mcp"))))
4235 (build-system r-build-system)
4236 (propagated-inputs
4237 `(("r-ggplot2" ,r-ggplot2)
4238 ("r-plyr" ,r-plyr)
4239 ("r-rmarkdown" ,r-rmarkdown)))
4240 (home-page "https://cran.r-project.org/web/packages/statcheck/")
4241 (synopsis "Extract statistics from articles and recompute p-values")
4242 (description "This package can automatically extract statistical
4243 null-hypothesis significant testing (NHST) results from articles and recompute
4244 the p-values based on the reported test statistic and degrees of freedom to
4245 detect possible inconsistencies.")
4246 (license license:gpl2)))
4247
4248 (define-public r-sna
4249 (package
4250 (name "r-sna")
4251 (version "2.5")
4252 (source
4253 (origin
4254 (method url-fetch)
4255 (uri (cran-uri "sna" version))
4256 (sha256
4257 (base32
4258 "1j3i6300m686qqfmyvadim377cd3mplzgj6mandygw8brg50id8k"))))
4259 (build-system r-build-system)
4260 (propagated-inputs
4261 `(("r-network" ,r-network)
4262 ("r-statnet-common" ,r-statnet-common)))
4263 (home-page "https://statnet.org")
4264 (synopsis "Tools for social network analysis")
4265 (description
4266 "This package provides a range of tools for social network analysis,
4267 including node and graph-level indices, structural distance and covariance
4268 methods, structural equivalence detection, network regression, random graph
4269 generation, and 2D/3D network visualization.")
4270 (license license:gpl2+)))
4271
4272 (define-public r-tfisher
4273 (package
4274 (name "r-tfisher")
4275 (version "0.2.0")
4276 (source
4277 (origin
4278 (method url-fetch)
4279 (uri (cran-uri "TFisher" version))
4280 (sha256
4281 (base32
4282 "0vz74ww1lf1prfwz74hfsi3a8nzq8ss7aqjr85c1d87vss2796xx"))))
4283 (properties `((upstream-name . "TFisher")))
4284 (build-system r-build-system)
4285 (propagated-inputs
4286 `(("r-matrix" ,r-matrix)
4287 ("r-mvtnorm" ,r-mvtnorm)
4288 ("r-sn" ,r-sn)))
4289 (home-page "https://cran.r-project.org/web/packages/TFisher/")
4290 (synopsis "Optimal thresholding Fisher's p-value combination method")
4291 (description
4292 "This package provides the @dfn{cumulative distribution function} (CDF),
4293 quantile, and statistical power calculator for a collection of thresholding
4294 Fisher's p-value combination methods, including Fisher's p-value combination
4295 method, truncated product method and, in particular, soft-thresholding
4296 Fisher's p-value combination method which is proven to be optimal in some
4297 context of signal detection. The p-value calculator for the omnibus version
4298 of these tests are also included.")
4299 (license license:gpl2)))
4300
4301 (define-public r-ttr
4302 (package
4303 (name "r-ttr")
4304 (version "0.23-6")
4305 (source
4306 (origin
4307 (method url-fetch)
4308 (uri (cran-uri "TTR" version))
4309 (sha256
4310 (base32
4311 "0rg22ma3x07s9djlxscfw5jcq1gbir05cwhgvwfi53x1sf4hmhdg"))))
4312 (properties `((upstream-name . "TTR")))
4313 (build-system r-build-system)
4314 (propagated-inputs
4315 `(("r-curl" ,r-curl)
4316 ("r-xts" ,r-xts)
4317 ("r-zoo" ,r-zoo)))
4318 (home-page "https://github.com/joshuaulrich/TTR")
4319 (synopsis "Technical trading rules")
4320 (description
4321 "This package provides functions and data to construct technical trading
4322 rules with R.")
4323 (license license:gpl2)))
4324
4325 (define-public r-leaps
4326 (package
4327 (name "r-leaps")
4328 (version "3.0")
4329 (source
4330 (origin
4331 (method url-fetch)
4332 (uri (cran-uri "leaps" version))
4333 (sha256
4334 (base32
4335 "11gjmn1azrjw5xlvdb4gknj9985kck9x8zb9np1rnk2smp6pka2m"))))
4336 (build-system r-build-system)
4337 (native-inputs `(("gfortran" ,gfortran)))
4338 (home-page "https://cran.r-project.org/web/packages/leaps/")
4339 (synopsis "Regression subset selection")
4340 (description
4341 "This package provides tools for regression subset selection, including
4342 exhaustive search.")
4343 (license license:gpl2+)))
4344
4345 (define-public r-splus2r
4346 (package
4347 (name "r-splus2r")
4348 (version "1.2-2")
4349 (source
4350 (origin
4351 (method url-fetch)
4352 (uri (cran-uri "splus2R" version))
4353 (sha256
4354 (base32
4355 "0xrbj8vxy0pc6hl7m8abv71d3hjw47cl51s7j7priadyqczkq6sz"))))
4356 (properties `((upstream-name . "splus2R")))
4357 (build-system r-build-system)
4358 (native-inputs `(("gfortran" ,gfortran)))
4359 (home-page "https://cran.r-project.org/web/packages/splus2R/")
4360 (synopsis "Supplemental S-PLUS functionality in R")
4361 (description
4362 "Currently there are many functions in S-PLUS that are missing in R. To
4363 facilitate the conversion of S-PLUS packages to R packages, this package
4364 provides some missing S-PLUS functionality in R.")
4365 (license license:gpl2)))
4366
4367 (define-public r-ifultools
4368 (package
4369 (name "r-ifultools")
4370 (version "2.0-5")
4371 (source
4372 (origin
4373 (method url-fetch)
4374 (uri (cran-uri "ifultools" version))
4375 (sha256
4376 (base32
4377 "040kvbczcmmbaiaz0k0pdq9af541pjj6iwzh1a3w4szh9w6b5a3j"))))
4378 (build-system r-build-system)
4379 (propagated-inputs
4380 `(("r-mass" ,r-mass)
4381 ("r-splus2r" ,r-splus2r)))
4382 (home-page "https://cran.r-project.org/web/packages/ifultools/")
4383 (synopsis "Insightful research tools")
4384 (description "This package provides C code used by the wmtsa, fractal, and
4385 sapa R packages.")
4386 (license license:gpl2)))
4387
4388 (define-public r-sapa
4389 (package
4390 (name "r-sapa")
4391 (version "2.0-2")
4392 (source
4393 (origin
4394 (method url-fetch)
4395 (uri (cran-uri "sapa" version))
4396 (sha256
4397 (base32
4398 "056xlh14dnzq4x7sbp7ff2k61jxy7110a742b502vz549qfrr5ds"))))
4399 (build-system r-build-system)
4400 (propagated-inputs
4401 `(("r-ifultools" ,r-ifultools)
4402 ("r-splus2r" ,r-splus2r)))
4403 (home-page "https://cran.r-project.org/web/packages/sapa/")
4404 (synopsis "Spectral analysis for physical applications")
4405 (description "This package provides software for the book Spectral
4406 Analysis for Physical Applications, Donald B. Percival and Andrew T. Walden,
4407 Cambridge University Press, 1993.")
4408 (license license:gpl2)))
4409
4410 (define-public r-aggregation
4411 (package
4412 (name "r-aggregation")
4413 (version "1.0.1")
4414 (source
4415 (origin
4416 (method url-fetch)
4417 (uri (cran-uri "aggregation" version))
4418 (sha256
4419 (base32
4420 "0j9g604m2ccc7hcy02539yja9cf3xcbl25gvp838bp4x8w18my46"))))
4421 (build-system r-build-system)
4422 (home-page "https://cran.r-project.org/web/packages/aggregation/")
4423 (synopsis "Methods for p-value aggregation")
4424 (description
4425 "This package contains functionality for performing the following methods
4426 of p-value aggregation: Fisher's method, the Lancaster method (weighted
4427 Fisher's method), and Sidak correction.")
4428 (license license:gpl3)))
4429
4430 (define-public r-quantmod
4431 (package
4432 (name "r-quantmod")
4433 (version "0.4-15")
4434 (source
4435 (origin
4436 (method url-fetch)
4437 (uri (cran-uri "quantmod" version))
4438 (sha256
4439 (base32
4440 "0lyzaf5ypk93v6zj9gdghy05cc7cxgn9yasv1apx5r6qsjcfgwky"))))
4441 (build-system r-build-system)
4442 (propagated-inputs
4443 `(("r-curl" ,r-curl)
4444 ("r-ttr" ,r-ttr)
4445 ("r-xts" ,r-xts)
4446 ("r-zoo" ,r-zoo)))
4447 (home-page "https://cran.r-project.org/web/packages/quantmod/")
4448 (synopsis "Quantitative financial modelling framework")
4449 (description "This package provides a quantitative financial modelling
4450 framework to allow users to specify, build, trade, and analyse quantitative
4451 financial trading strategies.")
4452 (license license:gpl3)))
4453
4454 (define-public r-tseries
4455 (package
4456 (name "r-tseries")
4457 (version "0.10-47")
4458 (source
4459 (origin
4460 (method url-fetch)
4461 (uri (cran-uri "tseries" version))
4462 (sha256
4463 (base32
4464 "0yzvc9djp3angvxdxqi60wi726y76ablsb71q88ycvw0avgpf8r0"))))
4465 (build-system r-build-system)
4466 (propagated-inputs
4467 `(("r-quadprog" ,r-quadprog)
4468 ("r-quantmod" ,r-quantmod)
4469 ("r-zoo" ,r-zoo)))
4470 (native-inputs
4471 `(("gfortran" ,gfortran)))
4472 (home-page "https://cran.r-project.org/web/packages/tseries/")
4473 (synopsis "Time series analysis and computational finance")
4474 (description
4475 "This package provides functions relating to time series analysis and
4476 computational finance.")
4477 (license license:gpl2)))
4478
4479 (define-public r-wmtsa
4480 (package
4481 (name "r-wmtsa")
4482 (version "2.0-3")
4483 (source
4484 (origin
4485 (method url-fetch)
4486 (uri (cran-uri "wmtsa" version))
4487 (sha256
4488 (base32
4489 "1q436krz5p1f4a7a7sya6a9rh9x9mi8zzcgq66gbk9w9w4hcqcj6"))))
4490 (build-system r-build-system)
4491 (propagated-inputs
4492 `(("r-ifultools" ,r-ifultools)
4493 ("r-mass" ,r-mass)
4494 ("r-splus2r" ,r-splus2r)))
4495 (home-page "https://cran.r-project.org/web/packages/wmtsa/")
4496 (synopsis "Wavelet methods for time series analysis")
4497 (description
4498 "This package provides software to accompany the book \"Wavelet Methods
4499 for Time Series Analysis\", Donald B. Percival and Andrew T. Walden, Cambridge
4500 University Press, 2000.")
4501 (license license:gpl2)))
4502
4503 (define-public r-tsa
4504 (package
4505 (name "r-tsa")
4506 (version "1.2")
4507 (source
4508 (origin
4509 (method url-fetch)
4510 (uri (cran-uri "TSA" version))
4511 (sha256
4512 (base32
4513 "0gjfqibwdznz0nka95k4fjm935svxjpnqfywwz403crn2lh30h6q"))))
4514 (properties `((upstream-name . "TSA")))
4515 (build-system r-build-system)
4516 (propagated-inputs
4517 `(("r-leaps" ,r-leaps)
4518 ("r-locfit" ,r-locfit)
4519 ("r-mgcv" ,r-mgcv)))
4520 (home-page "http://www.stat.uiowa.edu/~kchan/TSA.htm")
4521 (synopsis "Time series analysis")
4522 (description
4523 "This package contains R functions and datasets detailed in the book
4524 \"Time Series Analysis with Applications in R (second edition)\" by Jonathan
4525 Cryer and Kung-Sik Chan.")
4526 (license license:gpl2+)))
4527
4528 (define-public r-extradistr
4529 (package
4530 (name "r-extradistr")
4531 (version "1.8.11")
4532 (source
4533 (origin
4534 (method url-fetch)
4535 (uri (cran-uri "extraDistr" version))
4536 (sha256
4537 (base32
4538 "1vvqv1d4hxa025gmm8cbiph63qsqy87l3ri5idd524gyz3chbcl3"))))
4539 (properties `((upstream-name . "extraDistr")))
4540 (build-system r-build-system)
4541 (propagated-inputs
4542 `(("r-rcpp" ,r-rcpp)))
4543 (home-page "https://github.com/twolodzko/extraDistr")
4544 (synopsis "Additional univariate and multivariate distributions")
4545 (description
4546 "This package implements density, distribution functions, quantile
4547 functions and random generation functions for a large number of univariate and
4548 multivariate distributions.")
4549 (license license:gpl2)))
4550
4551 (define-public r-fractal
4552 (package
4553 (name "r-fractal")
4554 (version "2.0-4")
4555 (source
4556 (origin
4557 (method url-fetch)
4558 (uri (cran-uri "fractal" version))
4559 (sha256
4560 (base32
4561 "18lr9z0gslvfc3z8vyj3krqj3bfhg60zv1fzinrwwkc4cpk1w7mp"))))
4562 (build-system r-build-system)
4563 (propagated-inputs
4564 `(("r-ifultools" ,r-ifultools)
4565 ("r-mass" ,r-mass)
4566 ("r-sapa" ,r-sapa)
4567 ("r-scatterplot3d" ,r-scatterplot3d)
4568 ("r-splus2r" ,r-splus2r)
4569 ("r-wmtsa" ,r-wmtsa)))
4570 (home-page "https://cran.r-project.org/web/packages/fractal/")
4571 (synopsis "Fractal time series modeling and analysis")
4572 (description
4573 "This package provides tools for stochastic fractal and deterministic
4574 chaotic time series analysis.")
4575 (license license:gpl2)))
4576
4577 (define-public r-urca
4578 (package
4579 (name "r-urca")
4580 (version "1.3-0")
4581 (source
4582 (origin
4583 (method url-fetch)
4584 (uri (cran-uri "urca" version))
4585 (sha256
4586 (base32
4587 "1akaqwf3fvvvx4sgfn641fd4sj51s0701pvfl6s5hnz2k0iwh732"))))
4588 (build-system r-build-system)
4589 (propagated-inputs `(("r-nlme" ,r-nlme)))
4590 (native-inputs `(("gfortran" ,gfortran)))
4591 (home-page "https://cran.r-project.org/web/packages/urca/")
4592 (synopsis "Unit root and cointegration tests for time series data")
4593 (description
4594 "This package provides unit root and cointegration tests encountered in
4595 applied econometric analysis.")
4596 (license license:gpl2+)))
4597
4598 (define-public r-cubature
4599 (package
4600 (name "r-cubature")
4601 (version "2.0.4")
4602 (source
4603 (origin
4604 (method url-fetch)
4605 (uri (cran-uri "cubature" version))
4606 (sha256
4607 (base32
4608 "0jpyq8j7x06dpiz29w48av879ygldzgls9z810192hsymkmfaz6r"))))
4609 (build-system r-build-system)
4610 (propagated-inputs
4611 `(("r-rcpp" ,r-rcpp)))
4612 (home-page "https://github.com/bnaras/cubature")
4613 (synopsis "Adaptive multivariate integration over hypercubes")
4614 (description
4615 "This package is an R wrapper around the cubature C library for adaptive
4616 multivariate integration over hypercubes. This version provides both
4617 @code{hcubature} and @code{pcubature} routines in addition to a vector
4618 interface.")
4619 ;; The included cubature C library is released under GPLv2+, but the
4620 ;; wrapper declares the license to be GPLv3+.
4621 (license (list license:gpl2+ license:gpl3+))))
4622
4623 (define-public r-trend
4624 (package
4625 (name "r-trend")
4626 (version "1.1.1")
4627 (source
4628 (origin
4629 (method url-fetch)
4630 (uri (cran-uri "trend" version))
4631 (sha256
4632 (base32
4633 "1bd567n15k2vpmgbx02584k5kglrc58mlb5kgd07wdss3knpa48q"))))
4634 (build-system r-build-system)
4635 (propagated-inputs
4636 `(("r-extradistr" ,r-extradistr)))
4637 (native-inputs
4638 `(("gfortran" ,gfortran)))
4639 (home-page "https://cran.r-project.org/web/packages/trend/")
4640 (synopsis "Non-parametric trend tests and change-point detection")
4641 (description
4642 "The analysis of environmental data often requires the detection of
4643 trends and change-points. This package includes tests for trend
4644 detection (Cox-Stuart Trend Test, Mann-Kendall Trend Test, (correlated)
4645 Hirsch-Slack Test, partial Mann-Kendall Trend Test, multivariate (multisite)
4646 Mann-Kendall Trend Test, (Seasonal) Sen's slope, partial Pearson and Spearman
4647 correlation trend test), change-point detection (Lanzante's test procedures,
4648 Pettitt's test, Buishand Range Test, Buishand U Test, Standard Normal
4649 Homogeinity Test), detection of non-randomness (Wallis-Moore Phase Frequency
4650 Test, Bartels rank von Neumann's ratio test, Wald-Wolfowitz Test) and the two
4651 sample Robust Rank-Order Distributional Test.")
4652 (license license:gpl3)))
4653
4654 (define-public r-expm
4655 (package
4656 (name "r-expm")
4657 (version "0.999-4")
4658 (source
4659 (origin
4660 (method url-fetch)
4661 (uri (cran-uri "expm" version))
4662 (sha256
4663 (base32
4664 "15k0acg2aqb2ajhwal6l7vhhp03m4lg579805d34554cl0kn9l2q"))))
4665 (build-system r-build-system)
4666 (propagated-inputs `(("r-matrix" ,r-matrix)))
4667 (native-inputs `(("gfortran" ,gfortran)))
4668 (home-page "https://r-forge.r-project.org/projects/expm/")
4669 (synopsis "Tools for matrix exponentials and related quantities")
4670 (description
4671 "This package provides tools for the computation of the matrix
4672 exponential, logarithm, square root, and related quantities.")
4673 (license license:gpl2+)))
4674
4675 (define-public r-complexplus
4676 (package
4677 (name "r-complexplus")
4678 (version "2.1")
4679 (source
4680 (origin
4681 (method url-fetch)
4682 (uri (cran-uri "complexplus" version))
4683 (sha256
4684 (base32
4685 "16w9v7d1ckavqmr86l34frr37pkvdn0iqnb17ssb8xaggns5lgqx"))))
4686 (build-system r-build-system)
4687 (propagated-inputs
4688 `(("r-expm" ,r-expm)
4689 ("r-matrix" ,r-matrix)))
4690 (home-page "https://cran.r-project.org/web/packages/complexplus/")
4691 (synopsis "Functions of complex or real variables")
4692 (description
4693 "This package extends several functions to the complex domain, including
4694 the matrix exponential and logarithm, and the determinant.")
4695 (license license:gpl2)))
4696
4697 (define-public r-phontools
4698 (package
4699 (name "r-phontools")
4700 (version "0.2-2.1")
4701 (source
4702 (origin
4703 (method url-fetch)
4704 (uri (cran-uri "phonTools" version))
4705 (sha256
4706 (base32
4707 "01i481mhswsys3gpasw9gn6nxkfmi7bz46g5c84m13pg0cv8hxc7"))))
4708 (properties `((upstream-name . "phonTools")))
4709 (build-system r-build-system)
4710 (home-page "http://www.santiagobarreda.com/rscripts.html")
4711 (synopsis "Tools for phonetic and acoustic analyses")
4712 (description
4713 "This package contains tools for the organization, display, and analysis
4714 of the sorts of data frequently encountered in phonetics research and
4715 experimentation, including the easy creation of IPA vowel plots, and the
4716 creation and manipulation of WAVE audio files.")
4717 (license license:bsd-2)))
4718
4719 (define-public r-np
4720 (package
4721 (name "r-np")
4722 (version "0.60-9")
4723 (source
4724 (origin
4725 (method url-fetch)
4726 (uri (cran-uri "np" version))
4727 (sha256
4728 (base32
4729 "1z4jcpx8bbgwslv42wrphfd1qfq965qjn0kmfxm5f6hbbycahcgy"))))
4730 (build-system r-build-system)
4731 (propagated-inputs
4732 `(("r-boot" ,r-boot)
4733 ("r-cubature" ,r-cubature)
4734 ("r-quadprog" ,r-quadprog)
4735 ("r-quantreg" ,r-quantreg)))
4736 (home-page "https://github.com/JeffreyRacine/R-Package-np")
4737 (synopsis "Non-parametric kernel smoothing methods for mixed data types")
4738 (description "This package provides non-parametric (and semi-parametric)
4739 kernel methods that seamlessly handle a mix of continuous, unordered, and
4740 ordered factor data types.")
4741 ;; Any version of the GPL.
4742 (license license:gpl3+)))
4743
4744 (define-public r-powerplus
4745 (package
4746 (name "r-powerplus")
4747 (version "3.1")
4748 (source
4749 (origin
4750 (method url-fetch)
4751 (uri (cran-uri "powerplus" version))
4752 (sha256
4753 (base32
4754 "0ayp6x34hkzgris4j3zbbs0r23n81bhww3wgfyy630ri4sk6brrn"))))
4755 (build-system r-build-system)
4756 (propagated-inputs
4757 `(("r-complexplus" ,r-complexplus)
4758 ("r-expm" ,r-expm)
4759 ("r-mass" ,r-mass)
4760 ("r-matrix" ,r-matrix)
4761 ("r-phontools" ,r-phontools)))
4762 (home-page "https://cran.r-project.org/web/packages/powerplus/")
4763 (synopsis "Exponentiation operations")
4764 (description
4765 "This package provides tools for the computation of matrix and scalar
4766 exponentiation.")
4767 (license license:gpl2)))
4768
4769 (define-public r-egg
4770 (package
4771 (name "r-egg")
4772 (version "0.4.5")
4773 (source
4774 (origin
4775 (method url-fetch)
4776 (uri (cran-uri "egg" version))
4777 (sha256
4778 (base32
4779 "1fy7srpiavfn8kyrr1m84an7acgwi6ydzrg71m3b0vk7y9ybmj0m"))))
4780 (properties `((upstream-name . "egg")))
4781 (build-system r-build-system)
4782 (propagated-inputs
4783 `(("r-ggplot2" ,r-ggplot2)
4784 ("r-gridextra" ,r-gridextra)
4785 ("r-gtable" ,r-gtable)))
4786 (home-page "https://cran.r-project.org/web/packages/egg")
4787 (synopsis "Extensions for ggplot2")
4788 (description
4789 "This package provides miscellaneous functions to help customize ggplot2
4790 objects. High-level functions are provided to post-process ggplot2 layouts
4791 and allow alignment between plot panels, as well as setting panel sizes to
4792 fixed values. Other functions include a custom @code{geom}, and helper
4793 functions to enforce symmetric scales or add tags to facetted plots.")
4794 (license license:gpl3)))
4795
4796 (define-public r-heatmaply
4797 (package
4798 (name "r-heatmaply")
4799 (version "1.0.0")
4800 (source
4801 (origin
4802 (method url-fetch)
4803 (uri (cran-uri "heatmaply" version))
4804 (sha256
4805 (base32
4806 "0576gml3bcl7r1biigzj1rag2xzz422knbw7arc8d2gsakjj757g"))))
4807 (build-system r-build-system)
4808 (propagated-inputs
4809 `(("r-assertthat" ,r-assertthat)
4810 ("r-colorspace" ,r-colorspace)
4811 ("r-dendextend" ,r-dendextend)
4812 ("r-egg" ,r-egg)
4813 ("r-ggplot2" ,r-ggplot2)
4814 ("r-htmlwidgets" ,r-htmlwidgets)
4815 ("r-magrittr" ,r-magrittr)
4816 ("r-plotly" ,r-plotly)
4817 ("r-rcolorbrewer" ,r-rcolorbrewer)
4818 ("r-reshape2" ,r-reshape2)
4819 ("r-scales" ,r-scales)
4820 ("r-seriation" ,r-seriation)
4821 ("r-viridis" ,r-viridis)
4822 ("r-webshot" ,r-webshot)))
4823 (home-page "https://cran.r-project.org/package=heatmaply")
4824 (synopsis "Interactive cluster heat maps using plotly")
4825 (description
4826 "This package enables you to create interactive cluster heatmaps that can
4827 be saved as a stand-alone HTML file, embedded in R Markdown documents or in a
4828 Shiny app, and made available in the RStudio viewer pane. Hover the mouse
4829 pointer over a cell to show details or drag a rectangle to zoom. A heatmap is
4830 a popular graphical method for visualizing high-dimensional data, in which a
4831 table of numbers is encoded as a grid of colored cells. The rows and columns
4832 of the matrix are ordered to highlight patterns and are often accompanied by
4833 dendrograms.")
4834 ;; Either version of the license.
4835 (license (list license:gpl2 license:gpl3))))
4836
4837 (define-public r-h5
4838 (package
4839 (name "r-h5")
4840 (version "0.9.9")
4841 (source
4842 (origin
4843 (method url-fetch)
4844 (uri (cran-uri "h5" version))
4845 (sha256
4846 (base32
4847 "14p7i1sj24ky87kd7qr3n9fc9l64s0bp0rwbyl6i2x69xn75gpsx"))))
4848 (build-system r-build-system)
4849 (inputs
4850 `(("zlib" ,zlib)
4851 ("hdf5" ,hdf5)))
4852 (native-inputs
4853 `(("which" ,which)))
4854 (propagated-inputs
4855 `(("r-rcpp" ,r-rcpp)))
4856 (home-page "https://github.com/mannau/h5")
4857 (synopsis "Interface to the HDF5 Library")
4858 (description
4859 "This package provides an S4 interface to the HDF5 library supporting
4860 fast storage and retrieval of R-objects like vectors, matrices and arrays to
4861 binary files in a language independent format. The HDF5 format can therefore
4862 be used as an alternative to R's save/load mechanism. Since h5 is able to
4863 access only subsets of stored data it can also handle data sets which do not
4864 fit into memory.")
4865 (license license:bsd-2)))
4866
4867 (define-public r-cgdsr
4868 (package
4869 (name "r-cgdsr")
4870 (version "1.3.0")
4871 (source
4872 (origin
4873 (method url-fetch)
4874 (uri (cran-uri "cgdsr" version))
4875 (sha256
4876 (base32
4877 "07yc819hkabpzzh0g0cbqza6bcfy67b2marrzz1lj97f9iba78ja"))))
4878 (build-system r-build-system)
4879 (propagated-inputs
4880 `(("r-httr" ,r-httr)
4881 ("r-r-methodss3" ,r-r-methodss3)
4882 ("r-r-oo" ,r-r-oo)))
4883 (home-page "https://github.com/cBioPortal/cgdsr")
4884 (synopsis "R-based API for accessing the MSKCC Cancer Genomics Data Server")
4885 (description
4886 "This package provides a basic set of R functions for querying the Cancer
4887 Genomics Data Server (CGDS), hosted by the Computational Biology Center at
4888 Memorial-Sloan-Kettering Cancer Center (MSKCC).")
4889 (license license:lgpl3)))
4890
4891 (define-public r-import
4892 (package
4893 (name "r-import")
4894 (version "1.1.0")
4895 (source
4896 (origin
4897 (method url-fetch)
4898 (uri (cran-uri "import" version))
4899 (sha256
4900 (base32
4901 "0blf9539rbfwcmw8zsb4k58slb4pdnc075v34vmyjw752fznhcji"))))
4902 (build-system r-build-system)
4903 (home-page "https://github.com/smbache/import")
4904 (synopsis "Import mechanism for R")
4905 (description
4906 "This is an alternative mechanism for importing objects from packages.
4907 The syntax allows for importing multiple objects from a package with a single
4908 command in an expressive way. The import package bridges some of the gap
4909 between using @code{library} (or @code{require}) and direct (single-object)
4910 imports. Furthermore the imported objects are not placed in the current
4911 environment. It is also possible to import objects from stand-alone @code{.R}
4912 files.")
4913 (license license:expat)))
4914
4915 (define-public r-shinyace
4916 (package
4917 (name "r-shinyace")
4918 (version "0.4.1")
4919 (source
4920 (origin
4921 (method url-fetch)
4922 (uri (cran-uri "shinyAce" version))
4923 (sha256
4924 (base32
4925 "1m33dfm2kjirvgix7ybv1kbzgjkicdpv411g9c0q3fw6rnyhfxxn"))))
4926 (properties `((upstream-name . "shinyAce")))
4927 (build-system r-build-system)
4928 (propagated-inputs
4929 `(("r-shiny" ,r-shiny)
4930 ("r-jsonlite" ,r-jsonlite)))
4931 (home-page "http://cran.r-project.org/web/packages/shinyAce")
4932 (synopsis "Ace editor bindings for Shiny")
4933 (description
4934 "This package provides Ace editor bindings to enable a rich text editing
4935 environment within Shiny.")
4936 (license license:expat)))
4937
4938 (define-public r-base64url
4939 (package
4940 (name "r-base64url")
4941 (version "1.4")
4942 (source
4943 (origin
4944 (method url-fetch)
4945 (uri (cran-uri "base64url" version))
4946 (sha256
4947 (base32
4948 "0n1c2b68vza1dh7sk38v6biiwm72c4jpl79kpdg1bsb0hq9qy18x"))))
4949 (build-system r-build-system)
4950 (propagated-inputs
4951 `(("r-backports" ,r-backports)))
4952 (home-page "https://github.com/mllg/base64url")
4953 (synopsis "Fast and URL-safe base64 encoder and decoder")
4954 (description
4955 "This package provides a URL-safe base64 encoder and decoder. In
4956 contrast to RFC3548, the 62nd character (@code{+}) is replaced with @code{-},
4957 the 63rd character (@code{/}) is replaced with @code{_}. Furthermore, the
4958 encoder does not fill the string with trailing @code{=}. The resulting
4959 encoded strings comply to the regular expression pattern @code{[A-Za-z0-9_-]}
4960 and thus are safe to use in URLs or for file names. The package also comes
4961 with a simple base32 encoder/decoder suited for case insensitive file
4962 systems.")
4963 (license license:gpl3)))
4964
4965 (define-public r-radiant-data
4966 (package
4967 (name "r-radiant-data")
4968 (version "1.0.6")
4969 (source
4970 (origin
4971 (method url-fetch)
4972 (uri (cran-uri "radiant.data" version))
4973 (sha256
4974 (base32
4975 "08x7zasxf429m021482p86lx3zc6dqz2mih0id8s34isg4gafapg"))
4976 (modules '((guix build utils)))
4977 (snippet
4978 '(begin
4979 ;; Delete files that are under CC-NC-SA.
4980 (delete-file-recursively "inst/app/tools/help")
4981 #t))))
4982 (properties `((upstream-name . "radiant.data")))
4983 (build-system r-build-system)
4984 (propagated-inputs
4985 `(("r-base64enc" ,r-base64enc)
4986 ("r-broom" ,r-broom)
4987 ("r-car" ,r-car)
4988 ("r-curl" ,r-curl)
4989 ("r-dplyr" ,r-dplyr)
4990 ("r-dt" ,r-dt)
4991 ("r-glue" ,r-glue)
4992 ("r-ggplot2" ,r-ggplot2)
4993 ("r-gridextra" ,r-gridextra)
4994 ("r-import" ,r-import)
4995 ("r-jsonlite" ,r-jsonlite)
4996 ("r-knitr" ,r-knitr)
4997 ("r-lubridate" ,r-lubridate)
4998 ("r-magrittr" ,r-magrittr)
4999 ("r-markdown" ,r-markdown)
5000 ("r-plotly" ,r-plotly)
5001 ("r-psych" ,r-psych)
5002 ("r-readr" ,r-readr)
5003 ("r-readxl" ,r-readxl)
5004 ("r-rlang" ,r-rlang)
5005 ("r-rmarkdown" ,r-rmarkdown)
5006 ("r-rstudioapi" ,r-rstudioapi)
5007 ("r-scales" ,r-scales)
5008 ("r-shiny" ,r-shiny)
5009 ("r-shinyfiles" ,r-shinyfiles)
5010 ("r-shinyace" ,r-shinyace)
5011 ("r-stringi" ,r-stringi)
5012 ("r-tibble" ,r-tibble)
5013 ("r-tidyr" ,r-tidyr)
5014 ("r-writexl" ,r-writexl)))
5015 (home-page "https://github.com/radiant-rstats/radiant.data")
5016 (synopsis "Data menu for Radiant: business analytics using R and Shiny")
5017 (description
5018 "The Radiant Data menu includes interfaces for loading, saving, viewing,
5019 visualizing, summarizing, transforming, and combining data. It also contains
5020 functionality to generate reproducible reports of the analyses conducted in
5021 the application.")
5022 (license license:agpl3)))
5023
5024 (define-public r-algdesign
5025 (package
5026 (name "r-algdesign")
5027 (version "1.2.0")
5028 (source
5029 (origin
5030 (method url-fetch)
5031 (uri (cran-uri "AlgDesign" version))
5032 (sha256
5033 (base32 "0ammlg148gk0p24fh700116nd66636np0jb1wwh0axq5jphwk1pz"))))
5034 (properties `((upstream-name . "AlgDesign")))
5035 (build-system r-build-system)
5036 (home-page "https://github.com/jvbraun/AlgDesign")
5037 (synopsis "Algorithmic experimental design")
5038 (description
5039 "This package provides tools to calculate exact and approximate theory
5040 experimental designs for D, A, and I criteria. Very large designs may be
5041 created. Experimental designs may be blocked or blocked designs created from
5042 a candidate list, using several criteria. The blocking can be done when whole
5043 and within plot factors interact.")
5044 (license license:gpl2+)))
5045
5046 (define-public r-signal
5047 (package
5048 (name "r-signal")
5049 (version "0.7-6")
5050 (source
5051 (origin
5052 (method url-fetch)
5053 (uri (cran-uri "signal" version))
5054 (sha256
5055 (base32
5056 "1vsxramz5qd9q9s3vlqzmfdpmwl2rhlb2n904zw6f0fg0xxjfq3b"))))
5057 (build-system r-build-system)
5058 (propagated-inputs `(("r-mass" ,r-mass)))
5059 (native-inputs `(("gfortran" ,gfortran)))
5060 (home-page "https://cran.r-project.org/web/packages/signal/")
5061 (synopsis "Signal processing")
5062 (description
5063 "This package provides a set of signal processing functions originally
5064 written for Matlab and GNU Octave. It includes filter generation utilities,
5065 filtering functions, resampling routines, and visualization of filter models.
5066 It also includes interpolation functions.")
5067 (license license:gpl2)))
5068
5069 (define-public r-gsubfn
5070 (package
5071 (name "r-gsubfn")
5072 (version "0.7")
5073 (source
5074 (origin
5075 (method url-fetch)
5076 (uri (cran-uri "gsubfn" version))
5077 (sha256
5078 (base32
5079 "00j6b8b6xsx6v370h220x233rpk6asca78165y3d48jpwvwisdc9"))))
5080 (build-system r-build-system)
5081 (propagated-inputs `(("r-proto" ,r-proto)))
5082 (home-page "http://gsubfn.googlecode.com")
5083 (synopsis "Utilities for strings and function arguments.")
5084 (description
5085 "This package provides @code{gsubfn} which is like @code{gsub} but can
5086 take a replacement function or certain other objects instead of the
5087 replacement string. Matches and back references are input to the replacement
5088 function and replaced by the function output. @code{gsubfn} can be used to
5089 split strings based on content rather than delimiters and for quasi-perl-style
5090 string interpolation. The package also has facilities for translating
5091 formulas to functions and allowing such formulas in function calls instead of
5092 functions.")
5093 (license license:gpl2+)))
5094
5095 (define-public r-sqldf
5096 (package
5097 (name "r-sqldf")
5098 (version "0.4-11")
5099 (source
5100 (origin
5101 (method url-fetch)
5102 (uri (cran-uri "sqldf" version))
5103 (sha256
5104 (base32
5105 "0q12vsb53p2wchgp8wfz5bk08wfnm0jxjrakclj4jyy6x3a7ksff"))))
5106 (build-system r-build-system)
5107 (propagated-inputs
5108 `(("r-chron" ,r-chron)
5109 ("r-dbi" ,r-dbi)
5110 ("r-gsubfn" ,r-gsubfn)
5111 ("r-proto" ,r-proto)
5112 ("r-rsqlite" ,r-rsqlite)))
5113 (home-page "https://github.com/ggrothendieck/sqldf")
5114 (synopsis "Manipulate R data frames using SQL")
5115 (description
5116 "The @code{sqldf} function is typically passed a single argument which is
5117 an SQL select statement where the table names are ordinary R data frame names.
5118 @code{sqldf} transparently sets up a database, imports the data frames into
5119 that database, performs the SQL statement and returns the result using a
5120 heuristic to determine which class to assign to each column of the returned
5121 data frame. The @code{sqldf} or @code{read.csv.sql} functions can also be
5122 used to read filtered files into R even if the original files are larger than
5123 R itself can handle.")
5124 (license license:gpl2)))
5125
5126 (define-public r-abind
5127 (package
5128 (name "r-abind")
5129 (version "1.4-5")
5130 (source
5131 (origin
5132 (method url-fetch)
5133 (uri (cran-uri "abind" version))
5134 (sha256
5135 (base32
5136 "0b1zd8jbnl6l292cr9rb50m09fy3ylxvzkpgi5lfb1nbzddcwfis"))))
5137 (build-system r-build-system)
5138 (home-page "https://cran.r-project.org/web/packages/abind/")
5139 (synopsis "Combine multidimensional arrays")
5140 (description
5141 "This package provides tools to combine multidimensional arrays into a
5142 single array. This is a generalization of @code{cbind} and @code{rbind}. It
5143 works with vectors, matrices, and higher-dimensional arrays. It also provides
5144 the functions @code{adrop}, @code{asub}, and @code{afill} for manipulating,
5145 extracting and replacing data in arrays.")
5146 (license license:lgpl2.0+)))
5147
5148 (define-public r-prroc
5149 (package
5150 (name "r-prroc")
5151 (version "1.3.1")
5152 (source
5153 (origin
5154 (method url-fetch)
5155 (uri (cran-uri "PRROC" version))
5156 (sha256
5157 (base32
5158 "1m28h8pcd78049lz2qixhkcr9h5b3jik3maqzfbvq9y58z71i4a7"))))
5159 (properties `((upstream-name . "PRROC")))
5160 (build-system r-build-system)
5161 (home-page "https://cran.r-project.org/web/packages/PRROC/")
5162 (synopsis "Precision-Recall and ROC curves for weighted and unweighted data")
5163 (description
5164 "This package computes the areas under the @dfn{precision-recall} (PR)
5165 and ROC curve for weighted (e.g. soft-labeled) and unweighted data. In
5166 contrast to other implementations, the interpolation between points of the PR
5167 curve is done by a non-linear piecewise function. In addition to the areas
5168 under the curves, the curves themselves can also be computed and plotted by a
5169 specific S3-method.")
5170 (license license:gpl3)))
5171
5172 (define-public r-vim
5173 (package
5174 (name "r-vim")
5175 (version "4.8.0")
5176 (source
5177 (origin
5178 (method url-fetch)
5179 (uri (cran-uri "VIM" version))
5180 (sha256
5181 (base32
5182 "08x4a4yzgp8adgrv7a3666yma4b60n64mcsnvhzmwdy023f4ysrw"))))
5183 (properties `((upstream-name . "VIM")))
5184 (build-system r-build-system)
5185 (propagated-inputs
5186 `(("r-car" ,r-car)
5187 ("r-colorspace" ,r-colorspace)
5188 ("r-data-table" ,r-data-table)
5189 ("r-e1071" ,r-e1071)
5190 ("r-laeken" ,r-laeken)
5191 ("r-mass" ,r-mass)
5192 ("r-nnet" ,r-nnet)
5193 ("r-ranger" ,r-ranger)
5194 ("r-rcpp" ,r-rcpp)
5195 ("r-robustbase" ,r-robustbase)
5196 ("r-sp" ,r-sp)
5197 ("r-vcd" ,r-vcd)))
5198 (home-page "https://github.com/alexkowa/VIM")
5199 (synopsis "Visualization and imputation of missing values")
5200 (description
5201 "This package provides tools for the visualization of missing and/or
5202 imputed values are introduced, which can be used for exploring the data and
5203 the structure of the missing and/or imputed values. Depending on this
5204 structure of the missing values, the corresponding methods may help to
5205 identify the mechanism generating the missing values and allows to explore the
5206 data including missing values. In addition, the quality of imputation can be
5207 visually explored using various univariate, bivariate, multiple and
5208 multivariate plot methods.")
5209 (license license:gpl2+)))
5210
5211 (define-public r-fnn
5212 (package
5213 (name "r-fnn")
5214 (version "1.1.3")
5215 (source
5216 (origin
5217 (method url-fetch)
5218 (uri (cran-uri "FNN" version))
5219 (sha256
5220 (base32
5221 "0cllqlnynm5yaj4r64mqyyfc8phkb38rwssq8k8ikgfgr4jklxny"))))
5222 (properties `((upstream-name . "FNN")))
5223 (build-system r-build-system)
5224 (home-page "https://cran.r-project.org/web/packages/FNN")
5225 (synopsis "Fast nearest neighbor search algorithms and applications")
5226 (description
5227 "This package provides cover-tree and kd-tree fast k-nearest neighbor
5228 search algorithms. Related applications including KNN classification,
5229 regression and information measures are implemented.")
5230 ;; The DESCRIPTION file erroneously states that GPL version 2.1 or
5231 ;; later can be used.
5232 (license license:gpl2+)))
5233
5234 (define-public r-smoother
5235 (package
5236 (name "r-smoother")
5237 (version "1.1")
5238 (source
5239 (origin
5240 (method url-fetch)
5241 (uri (cran-uri "smoother" version))
5242 (sha256
5243 (base32
5244 "0nqr1bvlr5bnasqg74zmknjjl4x28kla9h5cxpga3kq5z215pdci"))))
5245 (build-system r-build-system)
5246 (propagated-inputs
5247 `(("r-ttr" ,r-ttr)))
5248 (home-page "http://cran.r-project.org/web/packages/smoother")
5249 (synopsis "Functions relating to the smoothing of numerical data")
5250 (description
5251 "This package provides a collection of methods for smoothing numerical
5252 data, commencing with a port of the Matlab gaussian window smoothing function.
5253 In addition, several functions typically used in smoothing of financial data
5254 are included.")
5255 (license license:gpl2)))
5256
5257 (define-public r-riverplot
5258 (package
5259 (name "r-riverplot")
5260 (version "0.6")
5261 (source
5262 (origin
5263 (method url-fetch)
5264 (uri (cran-uri "riverplot" version))
5265 (sha256
5266 (base32
5267 "0q1icpny8nkxyjhawyjzwrw8qlz0ayn2xyrsqrm4vkxyv6c9xk8z"))))
5268 (build-system r-build-system)
5269 (home-page "https://logfc.wordpress.com")
5270 (synopsis "Sankey or ribbon plots")
5271 (description
5272 "Sankey plots are a type of diagram that is convenient to illustrate how
5273 flow of information, resources etc. separates and joins, much like observing
5274 how rivers split and merge. For example, they can be used to compare
5275 different clusterings. This package provides an implementation of Sankey
5276 plots for R.")
5277 (license license:gpl2+)))
5278
5279 (define-public r-dyn
5280 (package
5281 (name "r-dyn")
5282 (version "0.2-9.6")
5283 (source
5284 (origin
5285 (method url-fetch)
5286 (uri (cran-uri "dyn" version))
5287 (sha256
5288 (base32
5289 "16fqv9k7yxdgybwzafjkyqm16qpgqz13lcjpi6a1nc8xbzlzh0gb"))))
5290 (build-system r-build-system)
5291 (propagated-inputs
5292 `(("r-zoo" ,r-zoo)))
5293 (home-page "https://cran.r-project.org/web/packages/dyn")
5294 (synopsis "Time series regression")
5295 (description
5296 "This package provides the dyn class interfaces @code{ts}, @code{irts},
5297 @code{zoo} and @code{zooreg} time series classes to @code{lm}, @code{glm},
5298 @code{loess}, @code{quantreg::rq}, @code{MASS::rlm},
5299 @code{MCMCpack::MCMCregress()}, @code{quantreg::rq()},
5300 @code{randomForest::randomForest()} and other regression functions, allowing
5301 those functions to be used with time series including specifications that may
5302 contain lags, diffs and missing values.")
5303 ;; Any GPL version.
5304 (license license:gpl2+)))
5305
5306 (define-public r-catdap
5307 (package
5308 (name "r-catdap")
5309 (version "1.3.4")
5310 (source
5311 (origin
5312 (method url-fetch)
5313 (uri (cran-uri "catdap" version))
5314 (sha256
5315 (base32
5316 "0i877l61f6c75pczi235rzci67w29zv1d7z5zn5p5ymndclvlpl2"))))
5317 (build-system r-build-system)
5318 (native-inputs
5319 `(("gfortran" ,gfortran)))
5320 (home-page "https://cran.r-project.org/web/packages/catdap/")
5321 (synopsis "Tools for categorical data analysis")
5322 (description
5323 "This package provides functions for analyzing multivariate data.
5324 Dependencies of the distribution of the specified variable (response
5325 variable) to other variables (explanatory variables) are derived and
5326 evaluated by the @dfn{Akaike Information Criterion} (AIC).")
5327 (license license:gpl2+)))
5328
5329 (define-public r-arules
5330 (package
5331 (name "r-arules")
5332 (version "1.6-4")
5333 (source
5334 (origin
5335 (method url-fetch)
5336 (uri (cran-uri "arules" version))
5337 (sha256
5338 (base32
5339 "003c5cd3xzq39h7c19px077ygm0n1v7k83icy5zzrnkagyds2p8n"))))
5340 (build-system r-build-system)
5341 (propagated-inputs
5342 `(("r-matrix" ,r-matrix)))
5343 (home-page "https://github.com/mhahsler/arules")
5344 (synopsis "Mining association rules and frequent itemsets")
5345 (description
5346 "This package provides an infrastructure for representing, manipulating
5347 and analyzing transaction data and patterns (frequent itemsets and association rules).
5348 It also provides C implementations of the association mining algorithms Apriori
5349 and Eclat.")
5350 (license license:gpl3)))
5351
5352 (define-public r-parsedate
5353 (package
5354 (name "r-parsedate")
5355 (version "1.2.0")
5356 (source
5357 (origin
5358 (method url-fetch)
5359 (uri (cran-uri "parsedate" version))
5360 (sha256
5361 (base32
5362 "0gb3w6hmwxayhijpf36p5dk4h6bbdps57x3cgikwvvxkgi83rarr"))))
5363 (build-system r-build-system)
5364 (propagated-inputs
5365 `(("r-rematch2" ,r-rematch2)))
5366 (home-page "https://github.com/gaborcsardi/parsedate")
5367 (synopsis
5368 "Recognize and parse dates in various formats")
5369 (description
5370 "This package provides three functions for dealing with dates:
5371 @code{parse_iso_8601} recognizes and parses all valid ISO 8601 date and
5372 time formats, @code{parse_date} parses dates in unspecified formats,
5373 and @code{format_iso_8601} formats a date in ISO 8601 format.")
5374 (license license:gpl2)))
5375
5376 (define-public r-abc-data
5377 (package
5378 (name "r-abc-data")
5379 (version "1.0")
5380 (source
5381 (origin
5382 (method url-fetch)
5383 (uri (cran-uri "abc.data" version))
5384 (sha256
5385 (base32
5386 "1bv1n68ah714ws58cf285n2s2v5vn7382lfjca4jxph57lyg8hmj"))))
5387 (properties `((upstream-name . "abc.data")))
5388 (build-system r-build-system)
5389 (home-page "https://cran.r-project.org/web/packages/abc.data/")
5390 (synopsis "Data for Approximate Bayesian Computation (ABC) package")
5391 (description
5392 "This package contains data which are used by functions of the abc
5393 package which implements several @dfn{Approximate Bayesian Computation} (ABC)
5394 algorithms for performing parameter estimation, model selection, and
5395 goodness-of-fit.")
5396 (license license:gpl3+)))
5397
5398 (define-public r-abc
5399 (package
5400 (name "r-abc")
5401 (version "2.1")
5402 (source
5403 (origin
5404 (method url-fetch)
5405 (uri (cran-uri "abc" version))
5406 (sha256
5407 (base32
5408 "0ngzaaz2y2s03fhngvwipmy4kq38xrmyddaz6a6l858rxvadrlhb"))))
5409 (build-system r-build-system)
5410 (propagated-inputs
5411 `(("r-abc-data" ,r-abc-data)
5412 ("r-locfit" ,r-locfit)
5413 ("r-mass" ,r-mass)
5414 ("r-nnet" ,r-nnet)
5415 ("r-quantreg" ,r-quantreg)))
5416 (home-page "https://cran.r-project.org/web/packages/abc/")
5417 (synopsis "Tools for Approximate Bayesian Computation (ABC)")
5418 (description
5419 "This package implements several @dfn{Approximate Bayesian
5420 Computation} (ABC) algorithms for performing parameter estimation, model
5421 selection, and goodness-of-fit. Cross-validation tools are also available for
5422 measuring the accuracy of ABC estimates, and to calculate the
5423 misclassification probabilities of different models.")
5424 (license license:gpl3+)))
5425
5426 (define-public r-zip
5427 (package
5428 (name "r-zip")
5429 (version "2.0.4")
5430 (source
5431 (origin
5432 (method url-fetch)
5433 (uri (cran-uri "zip" version))
5434 (sha256
5435 (base32
5436 "1c02amk3pl6xir5jnbfiwiv2wvpkpbkkb1w71y6lf2yk7g3d0pdb"))))
5437 (build-system r-build-system)
5438 (home-page "https://github.com/gaborcsardi/zip")
5439 (synopsis "Cross-platform Zip compression")
5440 (description
5441 "This package provides a cross-platform Zip compression library for R.
5442 It is a replacement for the @code{zip} function, that does not require any
5443 additional external tools on any platform.")
5444 (license license:cc0)))
5445
5446 (define-public r-openxlsx
5447 (package
5448 (name "r-openxlsx")
5449 (version "4.1.4")
5450 (source
5451 (origin
5452 (method url-fetch)
5453 (uri (cran-uri "openxlsx" version))
5454 (sha256
5455 (base32
5456 "1mwxldw9i9nfksx1i6h1kfs7vmsz9fgyllbsipar4vnfyqhqp8q7"))))
5457 (build-system r-build-system)
5458 (propagated-inputs
5459 `(("r-rcpp" ,r-rcpp)
5460 ("r-stringi" ,r-stringi)
5461 ("r-zip" ,r-zip)))
5462 (home-page "https://github.com/awalker89/openxlsx")
5463 (synopsis "Read, write and edit XLSX files")
5464 (description
5465 "This package simplifies the creation of Excel @code{.xlsx} files by
5466 providing a high level interface to writing, styling and editing worksheets.
5467 Through the use of Rcpp, read/write times are comparable to the @code{xlsx}
5468 and @code{XLConnect} packages with the added benefit of removing the
5469 dependency on Java.")
5470 (license license:gpl3)))
5471
5472 (define-public r-rio
5473 (package
5474 (name "r-rio")
5475 (version "0.5.16")
5476 (source
5477 (origin
5478 (method url-fetch)
5479 (uri (cran-uri "rio" version))
5480 (sha256
5481 (base32
5482 "0rfl56fdawlhc98451a9lcb6a6m56kw0i7dvd5hx58z025d8vsyk"))))
5483 (build-system r-build-system)
5484 (propagated-inputs
5485 `(("r-curl" ,r-curl)
5486 ("r-data-table" ,r-data-table)
5487 ("r-foreign" ,r-foreign)
5488 ("r-haven" ,r-haven)
5489 ("r-openxlsx" ,r-openxlsx)
5490 ("r-readxl" ,r-readxl)
5491 ("r-tibble" ,r-tibble)))
5492 (home-page "https://github.com/leeper/rio")
5493 (synopsis "Swiss-army knife for data I/O")
5494 (description
5495 "This package provides streamlined data import and export infrastructure
5496 by making assumptions that the user is probably willing to make: @code{import}
5497 and @code{export} determine the data structure from the file extension,
5498 reasonable defaults are used for data import and export (e.g.,
5499 @code{stringsAsFactors=FALSE}), web-based import is natively
5500 supported (including from SSL/HTTPS), compressed files can be read directly
5501 without explicit decompression, and fast import packages are used where
5502 appropriate. An additional convenience function, @code{convert}, provides a
5503 simple method for converting between file types.")
5504 (license license:gpl2)))
5505
5506 (define-public r-maptools
5507 (package
5508 (name "r-maptools")
5509 (version "0.9-9")
5510 (source
5511 (origin
5512 (method url-fetch)
5513 (uri (cran-uri "maptools" version))
5514 (sha256
5515 (base32
5516 "0v4llkxk8qs61vq4ykvaim4k23aagdaz0p62ns7zfq02sln3pfk9"))))
5517 (build-system r-build-system)
5518 (propagated-inputs
5519 `(("r-foreign" ,r-foreign)
5520 ("r-lattice" ,r-lattice)
5521 ("r-sp" ,r-sp)))
5522 (home-page "http://r-forge.r-project.org/projects/maptools/")
5523 (synopsis "Tools for reading and handling spatial objects")
5524 (description
5525 "This package provides a set of tools for manipulating and reading
5526 geographic data, in particular ESRI Shapefiles. It includes binary access to
5527 GSHHG shoreline files. The package also provides interface wrappers for
5528 exchanging spatial objects with other R packages.")
5529 ;; The C source files from shapelib are released under the Expat license.
5530 ;; The R code is released under GPL version 2 or later.
5531 (license (list license:gpl2+
5532 license:expat))))
5533
5534 (define-public r-later
5535 (package
5536 (name "r-later")
5537 (version "1.0.0")
5538 (source
5539 (origin
5540 (method url-fetch)
5541 (uri (cran-uri "later" version))
5542 (sha256
5543 (base32
5544 "11xjavj7siz0xv2ffq1ld4bwl35jyrcfpvvs4p3ilpifxx49hyr7"))))
5545 (build-system r-build-system)
5546 (propagated-inputs
5547 `(("r-bh" ,r-bh)
5548 ("r-rcpp" ,r-rcpp)
5549 ("r-rlang" ,r-rlang)))
5550 (home-page "https://github.com/r-lib/later")
5551 (synopsis "Utilities for delaying function execution")
5552 (description
5553 "This package provides tools to execute arbitrary R or C functions some
5554 time after the current time, after the R execution stack has emptied.")
5555 (license license:gpl2+)))
5556
5557 (define-public r-promises
5558 (package
5559 (name "r-promises")
5560 (version "1.1.0")
5561 (source
5562 (origin
5563 (method url-fetch)
5564 (uri (cran-uri "promises" version))
5565 (sha256
5566 (base32
5567 "01l0ydjvvy6afcg5d6pzvk1ikd3djq8n2flv8c831ksn68z0zsn8"))))
5568 (build-system r-build-system)
5569 (propagated-inputs
5570 `(("r-later" ,r-later)
5571 ("r-magrittr" ,r-magrittr)
5572 ("r-r6" ,r-r6)
5573 ("r-rcpp" ,r-rcpp)
5574 ("r-rlang" ,r-rlang)))
5575 (home-page "https://rstudio.github.io/promises")
5576 (synopsis "Abstractions for promise-based asynchronous programming")
5577 (description
5578 "This package provides fundamental abstractions for doing asynchronous
5579 programming in R using promises. Asynchronous programming is useful for
5580 allowing a single R process to orchestrate multiple tasks in the background
5581 while also attending to something else. Semantics are similar to JavaScript
5582 promises, but with a syntax that is idiomatic R.")
5583 (license license:expat)))
5584
5585 (define-public r-dosnow
5586 (package
5587 (name "r-dosnow")
5588 (version "1.0.18")
5589 (source
5590 (origin
5591 (method url-fetch)
5592 (uri (cran-uri "doSNOW" version))
5593 (sha256
5594 (base32
5595 "0rj72z5505cprh6wykhhiz08l9bmd966srqh2qypwivf321bvrvh"))))
5596 (properties `((upstream-name . "doSNOW")))
5597 (build-system r-build-system)
5598 (propagated-inputs
5599 `(("r-foreach" ,r-foreach)
5600 ("r-iterators" ,r-iterators)
5601 ("r-snow" ,r-snow)))
5602 (home-page "https://cran.r-project.org/web/packages/doSNOW")
5603 (synopsis "Foreach parallel adaptor for the snow package")
5604 (description
5605 "This package provides a parallel backend for the @code{%dopar%} function
5606 using the @code{snow} package.")
5607 (license license:gpl2)))
5608
5609 (define-public r-snowfall
5610 (package
5611 (name "r-snowfall")
5612 (version "1.84-6.1")
5613 (source (origin
5614 (method url-fetch)
5615 (uri (cran-uri "snowfall" version))
5616 (sha256
5617 (base32 "13941rlw1jsdjsndp1plzj1cq5aqravizkrqn6l25r9im7rnsi2w"))))
5618 (build-system r-build-system)
5619 (propagated-inputs
5620 `(("r-snow" ,r-snow)))
5621 (home-page "http://cran.r-project.org/web/packages/snowfall/")
5622 (synopsis "Easier cluster computing")
5623 (description "This package is a usability wrapper around snow for easier
5624 development of parallel R programs. This package offers e.g. extended error
5625 checks, and additional functions. All functions work in sequential mode, too,
5626 if no cluster is present or wished. The package is also designed as connector
5627 to the cluster management tool @code{sfCluster}, but can also used without
5628 it.")
5629 (license license:gpl2+)))
5630
5631 (define-public r-rappdirs
5632 (package
5633 (name "r-rappdirs")
5634 (version "0.3.1")
5635 (source
5636 (origin
5637 (method url-fetch)
5638 (uri (cran-uri "rappdirs" version))
5639 (sha256
5640 (base32
5641 "0ji6sg3bdn5gazkq14xmmcq7jnbsyxw4lzmmbgv6526j2vn93n1g"))))
5642 (build-system r-build-system)
5643 (home-page "https://cran.r-project.org/web/packages/rappdirs/")
5644 (synopsis "Determine where to save data, caches, and logs")
5645 (description
5646 "This package provides an easy way to determine which directories on the
5647 user's computer should be used to save data, caches and logs. It is a port of
5648 Python's @url{https://github.com/ActiveState/appdirs,Appdirs} to R.")
5649 (license license:expat)))
5650
5651 (define-public r-renv
5652 (package
5653 (name "r-renv")
5654 (version "0.9.2")
5655 (source
5656 (origin
5657 (method url-fetch)
5658 (uri (cran-uri "renv" version))
5659 (sha256
5660 (base32
5661 "1jwnabryn77s29ybwdfzlnd7c8m05xmi69kp5qbvdxy2gjwjzcdr"))))
5662 (properties `((upstream-name . "renv")))
5663 (build-system r-build-system)
5664 (home-page "https://rstudio.github.io/renv")
5665 (synopsis "Project environments")
5666 (description
5667 "This package provides a dependency management toolkit for R. Using
5668 renv, you can create and manage project-local R libraries, save the state of
5669 these libraries to a lockfile, and later restore your library as required.
5670 Together, these tools can help make your projects more isolated, portable, and
5671 reproducible.")
5672 (license license:expat)))
5673
5674 (define-public r-learnr
5675 (package
5676 (name "r-learnr")
5677 (version "0.10.0")
5678 (source
5679 (origin
5680 (method url-fetch)
5681 (uri (cran-uri "learnr" version))
5682 (sha256
5683 (base32
5684 "0278q9nbkc4nb0rp930kjrwyidf0v7y38d1s187m4f4bs7ha82k6"))))
5685 (build-system r-build-system)
5686 (propagated-inputs
5687 `(("r-checkmate" ,r-checkmate)
5688 ("r-ellipsis" ,r-ellipsis)
5689 ("r-evaluate" ,r-evaluate)
5690 ("r-htmltools" ,r-htmltools)
5691 ("r-htmlwidgets" ,r-htmlwidgets)
5692 ("r-jsonlite" ,r-jsonlite)
5693 ("r-knitr" ,r-knitr)
5694 ("r-markdown" ,r-markdown)
5695 ("r-rappdirs" ,r-rappdirs)
5696 ("r-renv" ,r-renv)
5697 ("r-rmarkdown" ,r-rmarkdown)
5698 ("r-rprojroot" ,r-rprojroot)
5699 ("r-shiny" ,r-shiny)
5700 ("r-withr" ,r-withr)))
5701 (home-page "https://rstudio.github.io/learnr/")
5702 (synopsis "Interactive tutorials for R")
5703 (description
5704 "This package provides tools to create interactive tutorials using R
5705 Markdown. Use a combination of narrative, figures, videos, exercises, and
5706 quizzes to create self-paced tutorials for learning about R and R packages.")
5707 (license license:asl2.0)))
5708
5709 (define-public r-analytics
5710 (package
5711 (name "r-analytics")
5712 (version "3.0")
5713 (source
5714 (origin
5715 (method url-fetch)
5716 (uri (cran-uri "analytics" version))
5717 (sha256
5718 (base32
5719 "0js3c8lwj3knccb55nq03cbjlf4w390p9aid2mi5x80l3ayd9in1"))))
5720 (build-system r-build-system)
5721 (propagated-inputs
5722 `(("r-car" ,r-car)
5723 ("r-cluster" ,r-cluster)
5724 ("r-fractal" ,r-fractal)
5725 ("r-lmtest" ,r-lmtest)
5726 ("r-mass" ,r-mass)
5727 ("r-np" ,r-np)
5728 ("r-powerplus" ,r-powerplus)
5729 ("r-robust" ,r-robust)
5730 ("r-trend" ,r-trend)
5731 ("r-tsa" ,r-tsa)
5732 ("r-urca" ,r-urca)
5733 ("r-vim" ,r-vim)))
5734 (home-page "https://cran.r-project.org/web/packages/analytics/")
5735 (synopsis "Collection of data analysis tools")
5736 (description
5737 "This package is a collection of data analysis tools. It includes tools
5738 for regression outlier detection in a fitted linear model, stationary
5739 bootstrap using a truncated geometric distribution, a comprehensive test for
5740 weak stationarity, column means by group, weighted biplots, and a heuristic to
5741 obtain a better initial configuration in non-metric MDS.")
5742 (license license:gpl2)))
5743
5744 (define-public r-reticulate
5745 (package
5746 (name "r-reticulate")
5747 (version "1.14")
5748 (source
5749 (origin
5750 (method url-fetch)
5751 (uri (cran-uri "reticulate" version))
5752 (sha256
5753 (base32
5754 "0icb9zl9zlx75njv7y1dr450k0yw2n3q2jkr4nicnphdyfn69gkn"))))
5755 (build-system r-build-system)
5756 (inputs `(("python" ,python)))
5757 (propagated-inputs
5758 `(("r-rappdirs" ,r-rappdirs)
5759 ("r-jsonlite" ,r-jsonlite)
5760 ("r-matrix" ,r-matrix)
5761 ("r-rcpp" ,r-rcpp)))
5762 (home-page "https://github.com/rstudio/reticulate")
5763 (synopsis "R interface to Python")
5764 (description
5765 "This package provides an interface from R to Python modules, classes,
5766 and functions. When calling into Python, R data types are automatically
5767 converted to their equivalent Python types. When values are returned from
5768 Python to R they are converted back to R types.")
5769 (license license:asl2.0)))
5770
5771 (define-public r-bibtex
5772 (package
5773 (name "r-bibtex")
5774 (version "0.4.2")
5775 (source
5776 (origin
5777 (method url-fetch)
5778 (uri (cran-uri "bibtex" version))
5779 (sha256
5780 (base32
5781 "0wl3925ryd54g1nv3ncwllc493d39dpgy5md61940h69c0van1hz"))))
5782 (build-system r-build-system)
5783 (propagated-inputs `(("r-stringr" ,r-stringr)))
5784 (home-page "https://github.com/romainfrancois/bibtex")
5785 (synopsis "Bibtex parser")
5786 (description "This package provides a utility for R to parse a bibtex
5787 file.")
5788 (license license:gpl2+)))
5789
5790 (define-public r-ggseqlogo
5791 (package
5792 (name "r-ggseqlogo")
5793 (version "0.1")
5794 (source
5795 (origin
5796 (method url-fetch)
5797 (uri (cran-uri "ggseqlogo" version))
5798 (sha256
5799 (base32
5800 "13q6kcpxrqxqbji889fx63p0nsi08lk5yymkchig75r5k1d18ky1"))))
5801 (build-system r-build-system)
5802 (propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
5803 (home-page "https://github.com/omarwagih/ggseqlogo")
5804 (synopsis "ggplot2 extension for drawing genetic sequence logos")
5805 (description
5806 "The range of functions provided by this package makes it possible to
5807 draw highly versatile genomic sequence logos. Features include, but are not
5808 limited to, modifying colour schemes and fonts used to draw the logo,
5809 generating multiple logo plots, and aiding the visualisation with annotations.
5810 Sequence logos can easily be combined with other ggplot2 plots.")
5811 ;; Unspecified version of the LGPL.
5812 (license license:lgpl3+)))
5813
5814 (define-public r-ggsci
5815 (package
5816 (name "r-ggsci")
5817 (version "2.9")
5818 (source
5819 (origin
5820 (method url-fetch)
5821 (uri (cran-uri "ggsci" version))
5822 (sha256
5823 (base32
5824 "0g73x6grbka7ahjh6z23m3wrcifp5rdfdiasbl8lq4sp6rplxwaa"))))
5825 (build-system r-build-system)
5826 (propagated-inputs
5827 `(("r-ggplot2" ,r-ggplot2)
5828 ("r-scales" ,r-scales)))
5829 (home-page "https://nanx.me/ggsci/")
5830 (synopsis "Scientific journal and sci-fi themed color palettes for ggplot2")
5831 (description
5832 "This package provides a collection of ggplot2 color palettes inspired by
5833 plots in scientific journals, data visualization libraries, science fiction
5834 movies, and TV shows.")
5835 (license license:gpl3)))
5836
5837 (define-public r-ggsignif
5838 (package
5839 (name "r-ggsignif")
5840 (version "0.6.0")
5841 (source
5842 (origin
5843 (method url-fetch)
5844 (uri (cran-uri "ggsignif" version))
5845 (sha256
5846 (base32
5847 "17j9hg967k1wp9xw3x84mqss58jkb8pvlrnlchz4i1hklgykxqbg"))))
5848 (build-system r-build-system)
5849 (propagated-inputs
5850 `(("r-ggplot2" ,r-ggplot2)))
5851 (home-page "https://github.com/const-ae/ggsignif")
5852 (synopsis "Significance brackets for ggplot2")
5853 (description
5854 "Enrich your ggplots with group-wise comparisons. This package provides
5855 an easy way to indicate if two groups are significantly different. Commonly
5856 this is shown by a bracket on top connecting the groups of interest which
5857 itself is annotated with the level of significance. The package provides a
5858 single layer that takes the groups for comparison and the test as arguments
5859 and adds the annotation to the plot.")
5860 (license license:gpl3)))
5861
5862 (define-public r-ggpubr
5863 (package
5864 (name "r-ggpubr")
5865 (version "0.2.4")
5866 (source
5867 (origin
5868 (method url-fetch)
5869 (uri (cran-uri "ggpubr" version))
5870 (sha256
5871 (base32
5872 "0ln1gh3zlfx5s7zqcpvfdiksq74v1pma5kwkhc6r0riqnjjd19pf"))))
5873 (build-system r-build-system)
5874 (propagated-inputs
5875 `(("r-cowplot" ,r-cowplot)
5876 ("r-dplyr" ,r-dplyr)
5877 ("r-ggplot2" ,r-ggplot2)
5878 ("r-ggrepel" ,r-ggrepel)
5879 ("r-ggsci" ,r-ggsci)
5880 ("r-ggsignif" ,r-ggsignif)
5881 ("r-glue" ,r-glue)
5882 ("r-gridextra" ,r-gridextra)
5883 ("r-magrittr" ,r-magrittr)
5884 ("r-polynom" ,r-polynom)
5885 ("r-purrr" ,r-purrr)
5886 ("r-rlang" ,r-rlang)
5887 ("r-scales" ,r-scales)
5888 ("r-tidyr" ,r-tidyr)))
5889 (home-page "http://www.sthda.com/english/rpkgs/ggpubr")
5890 (synopsis "ggplot2-based publication-ready plots")
5891 (description
5892 "The ggplot2 package is an excellent and flexible package for elegant
5893 data visualization in R. However the default generated plots require some
5894 formatting before we can send them for publication. The ggpubr package
5895 provides some easy-to-use functions for creating and customizing ggplot2-based
5896 publication-ready plots.")
5897 (license license:gpl2)))
5898
5899 (define-public r-ellipse
5900 (package
5901 (name "r-ellipse")
5902 (version "0.4.1")
5903 (source
5904 (origin
5905 (method url-fetch)
5906 (uri (cran-uri "ellipse" version))
5907 (sha256
5908 (base32
5909 "0g82vc51m3c1k0hnpp2zla6amxxgk2mmkl8ssnsc49jv3599r6hs"))))
5910 (build-system r-build-system)
5911 (home-page "https://cran.r-project.org/web/packages/ellipse/")
5912 (synopsis "Functions for drawing ellipses and ellipse-like confidence regions")
5913 (description
5914 "This package contains various routines for drawing ellipses and
5915 ellipse-like confidence regions, implementing the plots described in Murdoch
5916 and Chow (1996), A graphical display of large correlation matrices, The
5917 American Statistician 50, 178-180. There are also routines implementing the
5918 profile plots described in Bates and Watts (1988), Nonlinear Regression
5919 Analysis and its Applications.")
5920 (license license:gpl2+)))
5921
5922 (define-public r-flashclust
5923 (package
5924 (name "r-flashclust")
5925 (version "1.01-2")
5926 (source
5927 (origin
5928 (method url-fetch)
5929 (uri (cran-uri "flashClust" version))
5930 (sha256
5931 (base32
5932 "0l4lpz451ll7f7lfxmb7ds24ppzhfg1c3ypvydglcc35p2dq99s8"))))
5933 (properties `((upstream-name . "flashClust")))
5934 (build-system r-build-system)
5935 (native-inputs `(("gfortran" ,gfortran)))
5936 (home-page "https://cran.r-project.org/web/packages/flashClust/")
5937 (synopsis "Implementation of optimal hierarchical clustering")
5938 (description
5939 "This package provides a fast implementation of hierarchical
5940 clustering.")
5941 (license license:gpl2+)))
5942
5943 (define-public r-factominer
5944 (package
5945 (name "r-factominer")
5946 (version "2.0")
5947 (source
5948 (origin
5949 (method url-fetch)
5950 (uri (cran-uri "FactoMineR" version))
5951 (sha256
5952 (base32
5953 "0qiw60ypf3bf5xsqz2b9l82i4jvprjm8lzpp12lhl8d9j5s8m0j8"))))
5954 (properties `((upstream-name . "FactoMineR")))
5955 (build-system r-build-system)
5956 (propagated-inputs
5957 `(("r-car" ,r-car)
5958 ("r-cluster" ,r-cluster)
5959 ("r-ellipse" ,r-ellipse)
5960 ("r-flashclust" ,r-flashclust)
5961 ("r-ggplot2" ,r-ggplot2)
5962 ("r-ggrepel" ,r-ggrepel)
5963 ("r-lattice" ,r-lattice)
5964 ("r-leaps" ,r-leaps)
5965 ("r-mass" ,r-mass)
5966 ("r-scatterplot3d" ,r-scatterplot3d)))
5967 (home-page "http://factominer.free.fr")
5968 (synopsis "Multivariate exploratory data analysis and data mining")
5969 (description
5970 "This package provides exploratory data analysis methods to summarize,
5971 visualize and describe datasets. The main principal component methods are
5972 available, those with the largest potential in terms of applications:
5973 principal component analysis (PCA) when variables are quantitative,
5974 correspondence analysis (CA) and multiple correspondence analysis (MCA) when
5975 variables are categorical, Multiple Factor Analysis when variables are
5976 structured in groups, etc. and hierarchical cluster analysis.")
5977 (license license:gpl2+)))
5978
5979 (define-public r-factoextra
5980 (package
5981 (name "r-factoextra")
5982 (version "1.0.6")
5983 (source
5984 (origin
5985 (method url-fetch)
5986 (uri (cran-uri "factoextra" version))
5987 (sha256
5988 (base32
5989 "0bpsbcmp6jpa9qk53dhfzghrz98dh0h0n68brl7rjz724yjbvhn8"))))
5990 (build-system r-build-system)
5991 (propagated-inputs
5992 `(("r-abind" ,r-abind)
5993 ("r-cluster" ,r-cluster)
5994 ("r-dendextend" ,r-dendextend)
5995 ("r-factominer" ,r-factominer)
5996 ("r-ggplot2" ,r-ggplot2)
5997 ("r-ggpubr" ,r-ggpubr)
5998 ("r-ggrepel" ,r-ggrepel)
5999 ("r-reshape2" ,r-reshape2)
6000 ("r-tidyr" ,r-tidyr)))
6001 (home-page "http://www.sthda.com/english/rpkgs/factoextra")
6002 (synopsis "Extract and visualize the results of multivariate data analyses")
6003 (description
6004 "This package provides some easy-to-use functions to extract and
6005 visualize the output of multivariate data analyses, including
6006 @code{PCA} (Principal Component Analysis), @code{CA} (Correspondence
6007 Analysis), @code{MCA} (Multiple Correspondence Analysis), @code{FAMD} (Factor
6008 Analysis of Mixed Data), @code{MFA} (Multiple Factor Analysis) and
6009 @code{HMFA} (Hierarchical Multiple Factor Analysis) functions from different R
6010 packages. It contains also functions for simplifying some clustering analysis
6011 steps and provides ggplot2-based elegant data visualization.")
6012 (license license:gpl2)))
6013
6014 (define-public r-fansi
6015 (package
6016 (name "r-fansi")
6017 (version "0.4.0")
6018 (source
6019 (origin
6020 (method url-fetch)
6021 (uri (cran-uri "fansi" version))
6022 (sha256
6023 (base32
6024 "02f2rx7v7wz6w97m2slwky2i5y8f9iafycmkyr3siy3z3k8fj171"))))
6025 (build-system r-build-system)
6026 (native-inputs
6027 `(("r-knitr" ,r-knitr))) ; for vignettes
6028 (home-page "https://github.com/brodieG/fansi")
6029 (synopsis "ANSI control sequence aware string functions")
6030 (description
6031 "This package provides counterparts to R string manipulation functions
6032 that account for the effects of ANSI text formatting control sequences.")
6033 (license license:gpl2+)))
6034
6035 (define-public r-nbclust
6036 (package
6037 (name "r-nbclust")
6038 (version "3.0")
6039 (source
6040 (origin
6041 (method url-fetch)
6042 (uri (cran-uri "NbClust" version))
6043 (sha256
6044 (base32
6045 "1vwb48zy6ln1ddpqmfngii1i80n8qmqyxnzdp6gbaq96lakl3w3c"))))
6046 (properties `((upstream-name . "NbClust")))
6047 (build-system r-build-system)
6048 (home-page "https://sites.google.com/site/malikacharrad/research/nbclust-package")
6049 (synopsis "Determine the best number of clusters in a data set")
6050 (description
6051 "NbClust provides 30 indexes for determining the optimal number of
6052 clusters in a data set and offers the best clustering scheme from different
6053 results to the user.")
6054 (license license:gpl2)))
6055
6056 (define-public r-hdf5r
6057 (package
6058 (name "r-hdf5r")
6059 (version "1.3.0")
6060 (source
6061 (origin
6062 (method url-fetch)
6063 (uri (cran-uri "hdf5r" version))
6064 (sha256
6065 (base32
6066 "1pq12vkfqxvcaznwaxvjdg3acimk5a20m8h18sixvxc34vnqxw8f"))))
6067 (build-system r-build-system)
6068 (inputs
6069 `(("hdf5" ,hdf5)
6070 ("zlib" ,zlib)))
6071 (propagated-inputs
6072 `(("r-bit64" ,r-bit64)
6073 ("r-r6" ,r-r6)))
6074 (home-page "https://hhoeflin.github.io/hdf5r")
6075 (synopsis "Interface to the HDF5 binary data format")
6076 (description
6077 "HDF5 is a data model, library and file format for storing and managing
6078 large amounts of data. This package provides a nearly feature complete,
6079 object oriented wrapper for the HDF5 API using R6 classes. Additionally,
6080 functionality is added so that HDF5 objects behave very similar to their
6081 corresponding R counterparts.")
6082 (license license:asl2.0)))
6083
6084 (define-public r-itertools
6085 (package
6086 (name "r-itertools")
6087 (version "0.1-3")
6088 (source
6089 (origin
6090 (method url-fetch)
6091 (uri (cran-uri "itertools" version))
6092 (sha256
6093 (base32
6094 "1ls5biiva10pb1dj3ph4griykb9vam02hkrdmlr5a5wf660hg6xn"))))
6095 (build-system r-build-system)
6096 (propagated-inputs
6097 `(("r-iterators" ,r-iterators)))
6098 (home-page "https://cran.r-project.org/web/packages/itertools/")
6099 (synopsis "Iterator tools")
6100 (description
6101 "This package provides various tools for creating iterators, many
6102 patterned after functions in the Python @code{itertools} module, and others
6103 patterned after functions in the snow package.")
6104 (license license:gpl2)))
6105
6106 (define-public r-polynom
6107 (package
6108 (name "r-polynom")
6109 (version "1.4-0")
6110 (source
6111 (origin
6112 (method url-fetch)
6113 (uri (cran-uri "polynom" version))
6114 (sha256
6115 (base32
6116 "1pflscwc0qzdf0y60j7s0dkglgmz18xajywfbn6s263idyr8idy5"))))
6117 (build-system r-build-system)
6118 (home-page "https://cran.r-project.org/web/packages/polynom/")
6119 (synopsis "Functions for univariate polynomial manipulations")
6120 (description
6121 "This package provides a collection of functions to implement a class for
6122 univariate polynomial manipulations.")
6123 (license license:gpl2)))
6124
6125 (define-public r-gbrd
6126 (package
6127 (name "r-gbrd")
6128 (version "0.4-11")
6129 (source
6130 (origin
6131 (method url-fetch)
6132 (uri (cran-uri "gbRd" version))
6133 (sha256
6134 (base32
6135 "06x97rw5i6v6cgjxkfhxnw4dn7lghn5q6ra7ri5ag1x9dkfzcl82"))))
6136 (properties `((upstream-name . "gbRd")))
6137 (build-system r-build-system)
6138 (home-page "https://cran.r-project.org/web/packages/gbRd/")
6139 (synopsis "Utilities for processing Rd objects and files")
6140 (description
6141 "This package provides utilities for processing Rd objects and files.
6142 Extract argument descriptions and other parts of the help pages of
6143 functions.")
6144 (license license:gpl2+)))
6145
6146 (define-public r-rjags
6147 (package
6148 (name "r-rjags")
6149 (version "4-10")
6150 (source
6151 (origin
6152 (method url-fetch)
6153 (uri (cran-uri "rjags" version))
6154 (sha256
6155 (base32
6156 "1nhaim84ww8fd6m8xlpmngqcnp2qpql29ahc38366fxja3ghngmx"))))
6157 (build-system r-build-system)
6158 (propagated-inputs
6159 `(("r-coda" ,r-coda)))
6160 (inputs
6161 `(("jags" ,jags)))
6162 (native-inputs
6163 `(("pkg-config" ,pkg-config)))
6164 (home-page "http://mcmc-jags.sourceforge.net")
6165 (synopsis "Bayesian graphical models using MCMC")
6166 (description
6167 "This package provides an R interface to the JAGS MCMC library. JAGS is
6168 Just Another Gibbs Sampler. It is a program for analysis of Bayesian
6169 hierarchical models using Markov Chain Monte Carlo (MCMC) simulation.")
6170 (license license:gpl2)))
6171
6172 (define-public r-rdpack
6173 (package
6174 (name "r-rdpack")
6175 (version "0.11-1")
6176 (source
6177 (origin
6178 (method url-fetch)
6179 (uri (cran-uri "Rdpack" version))
6180 (sha256
6181 (base32
6182 "080y15p2hl4jsq91ak2f1y2kx1iqq5c5wzyx3zyhjwp01cahy0jq"))))
6183 (properties `((upstream-name . "Rdpack")))
6184 (build-system r-build-system)
6185 (propagated-inputs
6186 `(("r-bibtex" ,r-bibtex)
6187 ("r-gbrd" ,r-gbrd)))
6188 (home-page "https://github.com/GeoBosh/Rdpack")
6189 (synopsis "Update and manipulate Rd documentation objects")
6190 (description
6191 "This package provides functions for manipulation of R documentation
6192 objects, including functions @code{reprompt()} and @code{ereprompt()} for
6193 updating Rd documentation for functions, methods and classes; it also includes
6194 Rd macros for citations and import of references from bibtex files for use in
6195 Rd files and roxygen2 comments, as well as many functions for manipulation of
6196 references and Rd files.")
6197 (license license:gpl2+)))
6198
6199 (define-public r-officer
6200 (package
6201 (name "r-officer")
6202 (version "0.3.6")
6203 (source
6204 (origin
6205 (method url-fetch)
6206 (uri (cran-uri "officer" version))
6207 (sha256
6208 (base32
6209 "1i6jmnbkx7gd0qyf6akhizmxp7y1dh3h7a886mcbmrzka9d60zh4"))))
6210 (build-system r-build-system)
6211 (propagated-inputs
6212 `(("r-base64enc" ,r-base64enc)
6213 ("r-digest" ,r-digest)
6214 ("r-htmltools" ,r-htmltools)
6215 ("r-magrittr" ,r-magrittr)
6216 ("r-r6" ,r-r6)
6217 ("r-rcpp" ,r-rcpp)
6218 ("r-rlang" ,r-rlang)
6219 ("r-uuid" ,r-uuid)
6220 ("r-xml2" ,r-xml2)
6221 ("r-zip" ,r-zip)))
6222 (home-page "https://davidgohel.github.io/officer")
6223 (synopsis "Manipulation of Word and PowerPoint documents")
6224 (description
6225 "This package provides tools to access and manipulate Word and PowerPoint
6226 documents from R. The package focuses on tabular and graphical reporting from
6227 R; it also provides two functions that let users get document content into
6228 data objects. A set of functions lets add and remove images, tables and
6229 paragraphs of text in new or existing documents. When working with PowerPoint
6230 presentations, slides can be added or removed; shapes inside slides can also
6231 be added or removed. When working with Word documents, a cursor can be used
6232 to help insert or delete content at a specific location in the document.")
6233 (license license:gpl3)))
6234
6235 (define-public r-abn
6236 (package
6237 (name "r-abn")
6238 (version "2.2")
6239 (source
6240 (origin
6241 (method url-fetch)
6242 (uri (cran-uri "abn" version))
6243 (sha256
6244 (base32
6245 "19w6bdjyp4zwqs6p0flry4qxqynf9rh8ykdrfrp61wrdf7kysw0d"))))
6246 (build-system r-build-system)
6247 (inputs
6248 `(("gsl" ,gsl)))
6249 (propagated-inputs
6250 `(("r-lme4" ,r-lme4)
6251 ("r-mass" ,r-mass)
6252 ("r-nnet" ,r-nnet)
6253 ("r-rcpp" ,r-rcpp)
6254 ("r-rcpparmadillo" ,r-rcpparmadillo)
6255 ("r-rjags" ,r-rjags)))
6256 (home-page "http://www.r-bayesian-networks.org")
6257 (synopsis "Modelling multivariate data with additive bayesian networks")
6258 (description
6259 "Bayesian network analysis is a form of probabilistic graphical models
6260 which derives from empirical data a directed acyclic graph, DAG, describing
6261 the dependency structure between random variables. An additive Bayesian
6262 network model consists of a form of a DAG where each node comprises a
6263 @dfn{generalized linear model} (GLM). Additive Bayesian network models are
6264 equivalent to Bayesian multivariate regression using graphical modelling, they
6265 generalises the usual multivariable regression, GLM, to multiple dependent
6266 variables. This package provides routines to help determine optimal Bayesian
6267 network models for a given data set, where these models are used to identify
6268 statistical dependencies in messy, complex data.")
6269 (license license:gpl2+)))
6270
6271 (define-public r-acd
6272 (package
6273 (name "r-acd")
6274 (version "1.5.3")
6275 (source
6276 (origin
6277 (method url-fetch)
6278 (uri (cran-uri "ACD" version))
6279 (sha256
6280 (base32
6281 "1a67bi3hklq8nlc50r0qnyr4k7m9kpvijy8sqqpm54by5hsysfd6"))))
6282 (properties `((upstream-name . "ACD")))
6283 (build-system r-build-system)
6284 (home-page "https://cran.r-project.org/web/packages/ACD/")
6285 (synopsis "Categorical data analysis with complete or missing responses")
6286 (description
6287 "This package provides tools for categorical data analysis with complete
6288 or missing responses.")
6289 (license license:gpl2+)))
6290
6291 (define-public r-acdm
6292 (package
6293 (name "r-acdm")
6294 (version "1.0.4")
6295 (source
6296 (origin
6297 (method url-fetch)
6298 (uri (cran-uri "ACDm" version))
6299 (sha256
6300 (base32
6301 "0b4f02ga5ra66mbrm79g0bnlzmii82rks9kmxixxqgf18yhlyjil"))))
6302 (properties `((upstream-name . "ACDm")))
6303 (build-system r-build-system)
6304 (propagated-inputs
6305 `(("r-dplyr" ,r-dplyr)
6306 ("r-ggplot2" ,r-ggplot2)
6307 ("r-plyr" ,r-plyr)
6308 ("r-rsolnp" ,r-rsolnp)
6309 ("r-zoo" ,r-zoo)))
6310 (home-page "https://cran.r-project.org/web/packages/ACDm/")
6311 (synopsis "Tools for Autoregressive Conditional Duration Models")
6312 (description
6313 "ACDm is a package for Autoregressive Conditional Duration (ACD, Engle
6314 and Russell, 1998) models. It creates trade, price or volume durations from
6315 transactions (tic) data, performs diurnal adjustments, fits various ACD models
6316 and tests them.")
6317 (license license:gpl2+)))
6318
6319 (define-public r-overlap
6320 (package
6321 (name "r-overlap")
6322 (version "0.3.2")
6323 (source
6324 (origin
6325 (method url-fetch)
6326 (uri (cran-uri "overlap" version))
6327 (sha256
6328 (base32
6329 "1j3m6ir1chdz0si2fhcw6gs7c9h09bv0chz18rpzxsywww6d4rzy"))))
6330 (build-system r-build-system)
6331 (home-page "https://cran.r-project.org/web/packages/overlap/")
6332 (synopsis "Estimates of coefficient of overlapping for animal activity patterns")
6333 (description
6334 "This package provides functions to fit kernel density functions to data
6335 on temporal activity patterns of animals; estimate coefficients of overlapping
6336 of densities for two species; and calculate bootstrap estimates of confidence
6337 intervals.")
6338 (license license:gpl3+)))
6339
6340 (define-public r-snakecase
6341 (package
6342 (name "r-snakecase")
6343 (version "0.11.0")
6344 (source
6345 (origin
6346 (method url-fetch)
6347 (uri (cran-uri "snakecase" version))
6348 (sha256
6349 (base32
6350 "1ky1x2cp5rd0ffd9m1fji9sq4z4jsrpxzg30brw8bb4ihfjj114r"))))
6351 (build-system r-build-system)
6352 (propagated-inputs
6353 `(("r-stringi" ,r-stringi)
6354 ("r-stringr" ,r-stringr)))
6355 (home-page "https://github.com/Tazinho/snakecase")
6356 (synopsis "Convert strings into any case")
6357 (description
6358 "This package provides a consistent, flexible and easy to use tool to
6359 parse and convert strings into cases like snake or camel among others.")
6360 (license license:gpl3)))
6361
6362 (define-public r-prediction
6363 (package
6364 (name "r-prediction")
6365 (version "0.3.14")
6366 (source
6367 (origin
6368 (method url-fetch)
6369 (uri (cran-uri "prediction" version))
6370 (sha256
6371 (base32
6372 "0awlq5lxfia6m2b91w73rksp93rbwv5gwqb36wbji4rgq41rzbrx"))))
6373 (build-system r-build-system)
6374 (propagated-inputs
6375 `(("r-data-table" ,r-data-table)))
6376 (home-page "https://github.com/leeper/prediction")
6377 (synopsis "Tidy, type-safe prediction methods")
6378 (description
6379 "This package provides the @code{prediction()} function, a type-safe
6380 alternative to @code{predict()} that always returns a data frame. The package
6381 currently supports common model types (e.g., @code{\"lm\"}, @code{\"glm\"})
6382 from the @code{stats} package, as well as numerous other model classes from
6383 other add-on packages.")
6384 (license license:expat)))
6385
6386 (define-public r-insight
6387 (package
6388 (name "r-insight")
6389 (version "0.7.1")
6390 (source
6391 (origin
6392 (method url-fetch)
6393 (uri (cran-uri "insight" version))
6394 (sha256
6395 (base32
6396 "0scjmr8qvwaswb9wfq2lxp1v5fl72way8cid9agrf0z1agp0adad"))))
6397 (build-system r-build-system)
6398 (home-page "https://easystats.github.io/insight/")
6399 (synopsis "Easy access to model information for various model objects")
6400 (description
6401 "This package provides a tool to provide an easy, intuitive and
6402 consistent access to information contained in various R models, like model
6403 formulas, model terms, information about random effects, data that was used to
6404 fit the model or data from response variables. The package mainly revolves
6405 around two types of functions: Functions that find (the names of) information,
6406 starting with @code{find_}, and functions that get the underlying data,
6407 starting with @code{get_}. The package has a consistent syntax and works with
6408 many different model objects, where otherwise functions to access these
6409 information are missing.")
6410 (license license:gpl3)))
6411
6412 (define-public r-sjlabelled
6413 (package
6414 (name "r-sjlabelled")
6415 (version "1.1.1")
6416 (source
6417 (origin
6418 (method url-fetch)
6419 (uri (cran-uri "sjlabelled" version))
6420 (sha256
6421 (base32
6422 "0c9wy0gsr2sbkrv2638xbi7qm0gl6jyr6sfricavhkm7l4hljjkz"))))
6423 (build-system r-build-system)
6424 (propagated-inputs
6425 `(("r-haven" ,r-haven)
6426 ("r-insight" ,r-insight)
6427 ("r-magrittr" ,r-magrittr)
6428 ("r-purrr" ,r-purrr)
6429 ("r-rlang" ,r-rlang)
6430 ("r-tidyselect" ,r-tidyselect)))
6431 (home-page "https://github.com/strengejacke/sjlabelled")
6432 (synopsis "Labelled data utility functions")
6433 (description
6434 "This package provides a collection of functions dealing with labelled
6435 data, like reading and writing data between R and other statistical software
6436 packages. This includes easy ways to get, set or change value and variable
6437 label attributes, to convert labelled vectors into factors or numeric (and
6438 vice versa), or to deal with multiple declared missing values.")
6439 (license license:gpl3)))
6440
6441 (define-public r-sjmisc
6442 (package
6443 (name "r-sjmisc")
6444 (version "2.8.2")
6445 (source
6446 (origin
6447 (method url-fetch)
6448 (uri (cran-uri "sjmisc" version))
6449 (sha256
6450 (base32
6451 "0rl0bmk91wc4dxdgy008fl0dwkx3ffvys30vgpnr78lb4pk45nb2"))))
6452 (build-system r-build-system)
6453 (propagated-inputs
6454 `(("r-dplyr" ,r-dplyr)
6455 ("r-insight" ,r-insight)
6456 ("r-magrittr" ,r-magrittr)
6457 ("r-purrr" ,r-purrr)
6458 ("r-rlang" ,r-rlang)
6459 ("r-sjlabelled" ,r-sjlabelled)
6460 ("r-tidyselect" ,r-tidyselect)))
6461 (home-page "https://github.com/strengejacke/sjmisc")
6462 (synopsis "Data and variable transformation functions")
6463 (description
6464 "This package is a collection of miscellaneous utility functions,
6465 supporting data transformation tasks like recoding, dichotomizing or grouping
6466 variables, setting and replacing missing values. The data transformation
6467 functions also support labelled data, and all integrate seamlessly into a
6468 tidyverse workflow.")
6469 (license license:gpl3)))
6470
6471 (define-public r-nortest
6472 (package
6473 (name "r-nortest")
6474 (version "1.0-4")
6475 (source
6476 (origin
6477 (method url-fetch)
6478 (uri (cran-uri "nortest" version))
6479 (sha256
6480 (base32
6481 "17r0wpz72z9312c70nwi1i1kp1v9fm1h6jg7q5cx1mc1h420m1d3"))))
6482 (build-system r-build-system)
6483 (home-page "https://cran.r-project.org/web/packages/nortest/")
6484 (synopsis "Tests for normality")
6485 (description
6486 "This package provides five omnibus tests for testing the composite
6487 hypothesis of normality.")
6488 (license license:gpl2+)))
6489
6490 (define-public r-moonbook
6491 (package
6492 (name "r-moonbook")
6493 (version "0.2.3")
6494 (source
6495 (origin
6496 (method url-fetch)
6497 (uri (cran-uri "moonBook" version))
6498 (sha256
6499 (base32
6500 "0hys56mwbm776ff7dibi8wzyf69qiais9rs1jazv79lk6h56s9s6"))))
6501 (properties `((upstream-name . "moonBook")))
6502 (build-system r-build-system)
6503 (propagated-inputs
6504 `(("r-magrittr" ,r-magrittr)
6505 ("r-nortest" ,r-nortest)
6506 ("r-purrr" ,r-purrr)
6507 ("r-sjmisc" ,r-sjmisc)
6508 ("r-stringr" ,r-stringr)
6509 ("r-survival" ,r-survival)))
6510 (home-page "https://github.com/cardiomoon/moonBook")
6511 (synopsis "Functions and datasets for the book by Keon-Woong Moon")
6512 (description
6513 "This package provides several analysis-related functions for the book
6514 entitled \"R statistics and graph for medical articles\" (written in Korean),
6515 version 1, by Keon-Woong Moon with Korean demographic data with several plot
6516 functions.")
6517 (license license:gpl2)))
6518
6519 (define-public r-flextable
6520 (package
6521 (name "r-flextable")
6522 (version "0.5.6")
6523 (source
6524 (origin
6525 (method url-fetch)
6526 (uri (cran-uri "flextable" version))
6527 (sha256
6528 (base32
6529 "1f869f2dfqkzhf6yix7xcbs8rn1nwq3sg623h74zg6h1pl6px66w"))))
6530 (build-system r-build-system)
6531 (propagated-inputs
6532 `(("r-base64enc" ,r-base64enc)
6533 ("r-data-table" ,r-data-table)
6534 ("r-gdtools" ,r-gdtools)
6535 ("r-htmltools" ,r-htmltools)
6536 ("r-knitr" ,r-knitr)
6537 ("r-officer" ,r-officer)
6538 ("r-rlang" ,r-rlang)
6539 ("r-rmarkdown" ,r-rmarkdown)
6540 ("r-xml2" ,r-xml2)))
6541 (home-page "https://davidgohel.github.io/flextable")
6542 (synopsis "Functions for tabular reporting")
6543 (description
6544 "This package provides tools to create pretty tables for HTML documents
6545 and other formats. Functions are provided to let users create tables, modify
6546 and format their content. It extends the @code{officer} package and can be
6547 used within R markdown documents when rendering to HTML and to Word
6548 documents.")
6549 (license license:gpl3)))
6550
6551 (define-public r-writexl
6552 (package
6553 (name "r-writexl")
6554 (version "1.2")
6555 (source
6556 (origin
6557 (method url-fetch)
6558 (uri (cran-uri "writexl" version))
6559 (sha256
6560 (base32
6561 "09fhdip6igcg97fjx4c7727cx2lb49l4d74l4i8rg2bag2s5lrj3"))))
6562 (build-system r-build-system)
6563 (inputs `(("zlib" ,zlib)))
6564 (home-page "https://github.com/ropensci/writexl")
6565 (synopsis "Export data frames to xlsx format")
6566 (description
6567 "This package provides a data frame to xlsx exporter based on
6568 libxlsxwriter.")
6569 (license license:bsd-2)))
6570
6571 (define-public r-biasedurn
6572 (package
6573 (name "r-biasedurn")
6574 (version "1.07")
6575 (source
6576 (origin
6577 (method url-fetch)
6578 (uri (cran-uri "BiasedUrn" version))
6579 (sha256
6580 (base32
6581 "13i2lgfnjhlbbm2yxfc2l5hswqw6x03pwba5csjmirv8kpjw4xr3"))))
6582 (properties `((upstream-name . "BiasedUrn")))
6583 (build-system r-build-system)
6584 (home-page "https://cran.r-project.org/web/packages/BiasedUrn/")
6585 (synopsis "Biased Urn model distributions")
6586 (description
6587 "This package provides statistical models of biased sampling in the form
6588 of univariate and multivariate noncentral hypergeometric distributions,
6589 including Wallenius' noncentral hypergeometric distribution and Fisher's
6590 noncentral hypergeometric distribution (also called extended hypergeometric
6591 distribution).")
6592 (license license:gpl3)))
6593
6594 (define-public r-goplot
6595 (package
6596 (name "r-goplot")
6597 (version "1.0.2")
6598 (source
6599 (origin
6600 (method url-fetch)
6601 (uri (cran-uri "GOplot" version))
6602 (sha256
6603 (base32
6604 "1y8dv0kbzpr9za91njw0x233vx5d13vqml9hmpddcyi9s6va5nix"))))
6605 (properties `((upstream-name . "GOplot")))
6606 (build-system r-build-system)
6607 (propagated-inputs
6608 `(("r-ggdendro" ,r-ggdendro)
6609 ("r-ggplot2" ,r-ggplot2)
6610 ("r-gridextra" ,r-gridextra)
6611 ("r-rcolorbrewer" ,r-rcolorbrewer)))
6612 (home-page "https://github.com/wencke/wencke.github.io")
6613 (synopsis "Visualization of functional analysis data")
6614 (description
6615 "This package provides an implementation of multilayered visualizations
6616 for enhanced graphical representation of functional analysis data. It
6617 combines and integrates omics data derived from expression and functional
6618 annotation enrichment analyses. Its plotting functions have been developed
6619 with an hierarchical structure in mind: starting from a general overview to
6620 identify the most enriched categories (modified bar plot, bubble plot) to a
6621 more detailed one displaying different types of relevant information for the
6622 molecules in a given set of categories (circle plot, chord plot, cluster plot,
6623 Venn diagram, heatmap).")
6624 (license license:gpl2)))
6625
6626 (define-public r-getopt
6627 (package
6628 (name "r-getopt")
6629 (version "1.20.3")
6630 (source
6631 (origin
6632 (method url-fetch)
6633 (uri (cran-uri "getopt" version))
6634 (sha256
6635 (base32
6636 "0zzmzgwl9a4y3s34600vmih22d6y32294f9bvxrnmffnvkgmy7sk"))))
6637 (build-system r-build-system)
6638 (home-page "https://github.com/trevorld/getopt")
6639 (synopsis "Command-line option processor for R")
6640 (description
6641 "This package is designed to be used with Rscript to write shebang
6642 scripts that accept short and long options. Many users will prefer to
6643 use the packages @code{optparse} or @code{argparse} which add extra
6644 features like automatically generated help options and usage texts,
6645 support for default values, positional argument support, etc.")
6646 (license license:gpl2+)))
6647
6648 (define-public r-findpython
6649 (package
6650 (name "r-findpython")
6651 (version "1.0.5")
6652 (source
6653 (origin
6654 (method url-fetch)
6655 (uri (cran-uri "findpython" version))
6656 (sha256
6657 (base32
6658 "0icifm4z6hhpmcjrg75a875iph0ci890ss02kdv3725pijc236iy"))))
6659 (build-system r-build-system)
6660 (home-page "https://github.com/trevorld/findpython")
6661 (synopsis "Functions to find an acceptable Python binary")
6662 (description
6663 "This package was designed to find an acceptable Python binary that
6664 matches version and feature constraints.")
6665 (license license:expat)))
6666
6667 ;; This in not the same as "r-argparser"
6668 (define-public r-argparse
6669 (package
6670 (name "r-argparse")
6671 (version "2.0.1")
6672 (source
6673 (origin
6674 (method url-fetch)
6675 (uri (cran-uri "argparse" version))
6676 (sha256
6677 (base32
6678 "1as7h6z7kzgv0fqzpnp76qbm96b4jcd37azd58b7rz0l1n94764l"))))
6679 (build-system r-build-system)
6680 (inputs `(("python" ,python)))
6681 (propagated-inputs
6682 `(("r-findpython" ,r-findpython)
6683 ("r-jsonlite" ,r-jsonlite)
6684 ("r-r6" ,r-r6)))
6685 (home-page "https://github.com/trevorld/argparse")
6686 (synopsis "Command line optional and positional argument parser")
6687 (description
6688 "This package provides a command line parser to be used with Rscript to
6689 write shebang scripts that gracefully accept positional and optional arguments
6690 and automatically generate usage notices.")
6691 (license license:gpl2+)))
6692
6693 (define-public r-hash
6694 (package
6695 (name "r-hash")
6696 (version "2.2.6.1")
6697 (source
6698 (origin
6699 (method url-fetch)
6700 (uri (cran-uri "hash" version))
6701 (sha256
6702 (base32
6703 "0b3fl0rvgwb992knl81vm99lsldg5clvaqjh6mamm6zqmb6dz056"))))
6704 (build-system r-build-system)
6705 (home-page "https://cran.r-project.org/web/packages/hash/")
6706 (synopsis "Implementation of hash/associated arrays/dictionaries")
6707 (description
6708 "This package implements a data structure similar to hashes in Perl and
6709 dictionaries in Python but with a purposefully R flavor. For objects of
6710 appreciable size, access using hashes outperforms native named lists and
6711 vectors.")
6712 (license license:gpl2+)))
6713
6714 (define-public r-orddom
6715 (package
6716 (name "r-orddom")
6717 (version "3.1")
6718 (source
6719 (origin
6720 (method url-fetch)
6721 (uri (cran-uri "orddom" version))
6722 (sha256
6723 (base32
6724 "165axs15fvwhrp89xd87l81q3h2qjll1vrwcsap645cwvb85nwsh"))))
6725 (build-system r-build-system)
6726 (propagated-inputs `(("r-psych" ,r-psych)))
6727 (home-page "https://cran.r-project.org/web/packages/orddom/")
6728 (synopsis "Ordinal dominance statistics")
6729 (description
6730 "This package provides tools to compute ordinal, statistics and effect
6731 sizes as an alternative to mean comparison: Cliff's delta or success rate
6732 difference (SRD), Vargha and Delaney's A or the Area Under a Receiver
6733 Operating Characteristic Curve (AUC), the discrete type of McGraw & Wong's
6734 Common Language Effect Size (CLES) or Grissom & Kim's Probability of
6735 Superiority (PS), and the Number needed to treat (NNT) effect size. Moreover,
6736 comparisons to Cohen's d are offered based on Huberty & Lowman's Percentage of
6737 Group (Non-)Overlap considerations.")
6738 (license license:gpl2)))
6739
6740 (define-public r-deriv
6741 (package
6742 (name "r-deriv")
6743 (version "4.0")
6744 (source
6745 (origin
6746 (method url-fetch)
6747 (uri (cran-uri "Deriv" version))
6748 (sha256
6749 (base32
6750 "03mlfy8jzzzbh2l18gnmw0a71n9savx4cw72yhkxq93v2xj8fy3n"))))
6751 (properties `((upstream-name . "Deriv")))
6752 (build-system r-build-system)
6753 (home-page "https://cran.r-project.org/web/packages/Deriv")
6754 (synopsis "Symbolic differentiation")
6755 (description
6756 "This package provides an R-based solution for symbolic differentiation.
6757 It admits user-defined functions as well as function substitution in arguments
6758 of functions to be differentiated. Some symbolic simplification is part of
6759 the work.")
6760 (license license:gpl3+)))
6761
6762 (define-public r-doby
6763 (package
6764 (name "r-doby")
6765 (version "4.6-3")
6766 (source
6767 (origin
6768 (method url-fetch)
6769 (uri (cran-uri "doBy" version))
6770 (sha256
6771 (base32
6772 "1d0d6pwai1g4i5jls0jm9va29ci5hy92n5957608f3fzi1jwy635"))))
6773 (properties `((upstream-name . "doBy")))
6774 (build-system r-build-system)
6775 (propagated-inputs
6776 `(("r-broom" ,r-broom)
6777 ("r-deriv" ,r-deriv)
6778 ("r-dplyr" ,r-dplyr)
6779 ("r-magrittr" ,r-magrittr)
6780 ("r-mass" ,r-mass)
6781 ("r-matrix" ,r-matrix)
6782 ("r-plyr" ,r-plyr)
6783 ("r-pbkrtest" ,r-pbkrtest)
6784 ("r-tibble" ,r-tibble)))
6785 (home-page "http://people.math.aau.dk/~sorenh/software/doBy/")
6786 (synopsis "Groupwise statistics, LSmeans, linear contrasts, and utilities")
6787 (description
6788 "This package contains:
6789
6790 @itemize
6791 @item facilities for working with grouped data: @code{do}
6792 something to data stratified @code{by} some variables.
6793 @item implementations of least-squares means, general linear contrasts, and
6794 @item miscellaneous other utilities.
6795 @end itemize\n")
6796 (license license:gpl2+)))
6797
6798 (define-public r-refgenome
6799 (package
6800 (name "r-refgenome")
6801 (version "1.7.7")
6802 (source
6803 (origin
6804 (method url-fetch)
6805 (uri (cran-uri "refGenome" version))
6806 (sha256
6807 (base32
6808 "1za89bn3am1zgvm641qi1ab6kaqpll4rb9p9f1sjwvcgqq6065g5"))))
6809 (properties `((upstream-name . "refGenome")))
6810 (build-system r-build-system)
6811 (propagated-inputs
6812 `(("r-dbi" ,r-dbi)
6813 ("r-doby" ,r-doby)
6814 ("r-rsqlite" ,r-rsqlite)))
6815 (home-page "https://cran.r-project.org/web/packages/refGenome/")
6816 (synopsis
6817 "Gene and splice site annotation using annotation data from Ensembl and UCSC")
6818 (description
6819 "This package contains functionality for importing and managing of
6820 downloaded genome annotation data from the Ensembl genome browser (European
6821 Bioinformatics Institute) and from the UCSC genome browser (University of
6822 California, Santa Cruz) and annotation routines for genomic positions and
6823 splice site positions.")
6824 (license license:gpl2)))
6825
6826 (define-public r-basix
6827 (package
6828 (name "r-basix")
6829 (version "1.1")
6830 (source
6831 (origin
6832 (method url-fetch)
6833 (uri (cran-uri "BASIX" version))
6834 (sha256
6835 (base32
6836 "18dkvv1iwskfnlpl6xridcgqpalbbpm2616mvc3hfrc0b26v01id"))))
6837 (properties `((upstream-name . "BASIX")))
6838 (build-system r-build-system)
6839 (home-page "https://cran.r-project.org/web/packages/BASIX/")
6840 (synopsis "Efficient C/C++ toolset for R")
6841 (description
6842 "BASIX provides some efficient C/C++ implementations of native R
6843 procedures to speed up calculations in R.")
6844 (license license:gpl2)))
6845
6846 (define-public r-blockfest
6847 (package
6848 (name "r-blockfest")
6849 (version "1.6")
6850 (source
6851 (origin
6852 (method url-fetch)
6853 (uri (cran-uri "BlockFeST" version))
6854 (sha256
6855 (base32
6856 "0hj7a5as7nxbgjac7lbj6qfwffx3g8x8phpf9a55f1c9cdzi73a5"))))
6857 (properties `((upstream-name . "BlockFeST")))
6858 (build-system r-build-system)
6859 (propagated-inputs `(("r-basix" ,r-basix)))
6860 (home-page "https://cran.r-project.org/web/packages/BlockFeST/")
6861 (synopsis "Bayesian calculation of region-specific fixation index")
6862 (description
6863 "This package provides an R implementation of an extension of the
6864 BayeScan software for codominant markers, adding the option to group
6865 individual SNPs into pre-defined blocks. A typical application of this new
6866 approach is the identification of genomic regions, genes, or gene sets
6867 containing one or more SNPs that evolved under directional selection.")
6868 (license license:gpl2)))
6869
6870 (define-public r-proc
6871 (package
6872 (name "r-proc")
6873 (version "1.15.3")
6874 (source
6875 (origin
6876 (method url-fetch)
6877 (uri (cran-uri "pROC" version))
6878 (sha256
6879 (base32
6880 "1jx8af9p6sxbypqvj1cci7q9sbyaw310inbjxibjcr3acj59h45h"))))
6881 (properties `((upstream-name . "pROC")))
6882 (build-system r-build-system)
6883 (propagated-inputs
6884 `(("r-plyr" ,r-plyr)
6885 ("r-rcpp" ,r-rcpp)))
6886 (home-page "http://expasy.org/tools/pROC/")
6887 (synopsis "Display and analyze ROC curves")
6888 (description
6889 "This package provides tools for visualizing, smoothing and comparing
6890 receiver operating characteristic (ROC curves). The area under the
6891 curve (AUC) can be compared with statistical tests based on U-statistics or
6892 bootstrap. Confidence intervals can be computed for (p)AUC or ROC curves.")
6893 (license license:gpl3+)))
6894
6895 (define-public r-rootsolve
6896 (package
6897 (name "r-rootsolve")
6898 (version "1.8.2")
6899 (source
6900 (origin
6901 (method url-fetch)
6902 (uri (cran-uri "rootSolve" version))
6903 (sha256
6904 (base32
6905 "0rj7c4zcrzgz7sb0vgvh7swpfafnw4040cxp7ypas3s8fnihn54l"))))
6906 (properties `((upstream-name . "rootSolve")))
6907 (build-system r-build-system)
6908 (native-inputs `(("gfortran" ,gfortran)))
6909 (home-page "https://cran.r-project.org/web/packages/rootSolve/")
6910 (synopsis "Tools for the analysis of ordinary differential equations")
6911 (description
6912 "This package provides routines to find the root of nonlinear functions,
6913 and to perform steady-state and equilibrium analysis of @dfn{ordinary
6914 differential equations} (ODE). It includes routines that:
6915
6916 @enumerate
6917 @item generate gradient and jacobian matrices (full and banded),
6918 @item find roots of non-linear equations by the Newton-Raphson method,
6919 @item estimate steady-state conditions of a system of (differential) equations
6920 in full, banded or sparse form, using the Newton-Raphson method, or by
6921 dynamically running,
6922 @item solve the steady-state conditions for uni- and multicomponent 1-D, 2-D,
6923 and 3-D partial differential equations, that have been converted to ordinary
6924 differential equations by numerical differencing (using the method-of-lines
6925 approach).
6926 @end enumerate\n")
6927 (license license:gpl2+)))
6928
6929 (define-public r-abcanalysis
6930 (package
6931 (name "r-abcanalysis")
6932 (version "1.2.1")
6933 (source
6934 (origin
6935 (method url-fetch)
6936 (uri (cran-uri "ABCanalysis" version))
6937 (sha256
6938 (base32 "0wac1ksmnxa36v99ca4hv8k0rsh3igwpcllmlv9wf7i9kgqviqwi"))))
6939 (properties `((upstream-name . "ABCanalysis")))
6940 (build-system r-build-system)
6941 (propagated-inputs `(("r-plotrix" ,r-plotrix)))
6942 (home-page "https://www.uni-marburg.de/fb12/arbeitsgruppen/datenbionik/software-en/")
6943 (synopsis "Computed ABC Analysis")
6944 (description
6945 "Multivariate data sets often differ in several factors or derived statistical
6946 parameters, which have to be selected for a valid interpretation. Basing this
6947 selection on traditional statistical limits leads occasionally to the perception
6948 of losing information from a data set. This package provides tools to calculate
6949 these limits on the basis of the mathematical properties of the distribution of
6950 the analyzed items.")
6951 (license license:gpl3)))
6952
6953 (define-public r-slam
6954 (package
6955 (name "r-slam")
6956 (version "0.1-46")
6957 (source
6958 (origin
6959 (method url-fetch)
6960 (uri (cran-uri "slam" version))
6961 (sha256
6962 (base32 "1ihhbx76miwys35gsbhijriadvrw4f51lc3v45pnn6cvcfd9hr0b"))))
6963 (build-system r-build-system)
6964 (home-page "https://cran.r-project.org/web/packages/slam/")
6965 (synopsis "Sparse lightweight arrays and matrices")
6966 (description
6967 "This package contains data structures and algorithms for sparse arrays and matrices,
6968 based on index arrays and simple triplet representations, respectively.")
6969 (license license:gpl2)))
6970
6971 (define-public r-manipulatewidget
6972 (package
6973 (name "r-manipulatewidget")
6974 (version "0.10.0")
6975 (source
6976 (origin
6977 (method url-fetch)
6978 (uri (cran-uri "manipulateWidget" version))
6979 (sha256
6980 (base32 "1zagrbwkn2d50zzw8i2vyb1hsq4cydmfsqiy1a2qlp6zrv8a6q9x"))))
6981 (properties
6982 `((upstream-name . "manipulateWidget")))
6983 (build-system r-build-system)
6984 (propagated-inputs
6985 `(("r-base64enc" ,r-base64enc)
6986 ("r-codetools" ,r-codetools)
6987 ("r-htmltools" ,r-htmltools)
6988 ("r-htmlwidgets" ,r-htmlwidgets)
6989 ("r-knitr" ,r-knitr)
6990 ("r-miniui" ,r-miniui)
6991 ("r-shiny" ,r-shiny)
6992 ("r-webshot" ,r-webshot)))
6993 (home-page "https://github.com/rte-antares-rpackage/manipulateWidget/")
6994 (synopsis "Add even more interactivity to interactive charts")
6995 (description
6996 "This package lets you create in just a few lines of R code a nice user interface to
6997 modify the data or the graphical parameters of one or multiple interactive
6998 charts. It is useful to quickly explore visually some data or for package
6999 developers to generate user interfaces easy to maintain.")
7000 (license license:gpl2+)))
7001
7002 (define-public r-a3
7003 (package
7004 (name "r-a3")
7005 (version "1.0.0")
7006 (source
7007 (origin
7008 (method url-fetch)
7009 (uri (cran-uri "A3" version))
7010 (sha256
7011 (base32 "017hq9pjsv1h9i7cqk5cfx27as54shlhdsdvr6jkhb8jfkpdb6cw"))))
7012 (properties `((upstream-name . "A3")))
7013 (build-system r-build-system)
7014 (propagated-inputs
7015 `(("r-pbapply" ,r-pbapply)
7016 ("r-xtable" ,r-xtable)))
7017 (home-page "https://cran.r-project.org/web/packages/A3/")
7018 (synopsis "Error metrics for predictive models")
7019 (description
7020 "This package supplies tools for tabulating and analyzing the results of predictive
7021 models. The methods employed are applicable to virtually any predictive model
7022 and make comparisons between different methodologies straightforward.")
7023 (license license:gpl2+)))
7024
7025 (define-public r-infotheo
7026 (package
7027 (name "r-infotheo")
7028 (version "1.2.0")
7029 (source
7030 (origin
7031 (method url-fetch)
7032 (uri (cran-uri "infotheo" version))
7033 (sha256
7034 (base32
7035 "18xacczfq3z3xpy434js4nf3l19lczngzd0lq26wh22pvg1yniwv"))))
7036 (build-system r-build-system)
7037 (home-page "http://homepage.meyerp.com/software")
7038 (synopsis "Information-theoretic measures")
7039 (description
7040 "This package implements various measures of information theory based on
7041 several entropy estimators.")
7042 (license license:gpl3+)))
7043
7044 (define-public r-abcoptim
7045 (package
7046 (name "r-abcoptim")
7047 (version "0.15.0")
7048 (source
7049 (origin
7050 (method url-fetch)
7051 (uri (cran-uri "ABCoptim" version))
7052 (sha256
7053 (base32 "1ih0xk88qhsmpvnxf56041wx5sk8as2f4f2gdnpnwdym9mbr9n4b"))))
7054 (properties `((upstream-name . "ABCoptim")))
7055 (build-system r-build-system)
7056 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
7057 (home-page "https://github.com/gvegayon/ABCoptim/")
7058 (synopsis "Optimization of Artificial Bee Colony algorithm")
7059 (description
7060 "Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis
7061 Karaboga in 2005, motivated by the intelligent behavior of honey bees. It is as
7062 simple as Particle Swarm Optimization (PSO) and Differential Evolution (DE)
7063 algorithms, and uses only common control parameters such as colony size and
7064 maximum cycle number. The @code{r-abcoptim} implements the Artificial bee
7065 colony optimization algorithm @url{http://mf.erciyes.edu.tr/abc/pub/tr06_2005.pdf}.
7066 This version is a work-in-progress and is written in R code.")
7067 (license license:expat)))
7068
7069 (define-public r-abcp2
7070 (package
7071 (name "r-abcp2")
7072 (version "1.2")
7073 (source
7074 (origin
7075 (method url-fetch)
7076 (uri (cran-uri "ABCp2" version))
7077 (sha256
7078 (base32 "1s2skkxpzss7c29i8600psgrp0hl46jcrxqrmy2b4db8hc0kcnbx"))))
7079 (properties `((upstream-name . "ABCp2")))
7080 (build-system r-build-system)
7081 (propagated-inputs `(("r-mass" ,r-mass)))
7082 (home-page "https://cran.r-project.org/web/packages/ABCp2/")
7083 (synopsis "Approximate Bayesian Computational Model for Estimating P2")
7084 (description
7085 "This package tests the goodness of fit of a distribution of offspring to the Normal,
7086 Poisson, and Gamma distribution and estimates the proportional paternity of the
7087 second male (P2) based on the best fit distribution.")
7088 (license license:gpl2)))
7089
7090 (define-public r-abcrf
7091 (package
7092 (name "r-abcrf")
7093 (version "1.8.1")
7094 (source
7095 (origin
7096 (method url-fetch)
7097 (uri (cran-uri "abcrf" version))
7098 (sha256
7099 (base32 "1ghbd24yhqy3xhdxas6ccn84nkavqpgldx5ck8kijknc7qjm8k27"))))
7100 (build-system r-build-system)
7101 (propagated-inputs
7102 `(("r-doparallel" ,r-doparallel)
7103 ("r-foreach" ,r-foreach)
7104 ("r-mass" ,r-mass)
7105 ("r-matrixstats" ,r-matrixstats)
7106 ("r-ranger" ,r-ranger)
7107 ("r-rcpp" ,r-rcpp)
7108 ("r-rcpparmadillo" ,r-rcpparmadillo)
7109 ("r-readr" ,r-readr)
7110 ("r-stringr" ,r-stringr)))
7111 (home-page "https://cran.r-project.org/web/packages/abcrf/")
7112 (synopsis "Approximate bayesian computation via random forests")
7113 (description
7114 "This package performs approximate bayesian computation (ABC) model choice and
7115 parameter inference via random forests. This machine learning tool named random
7116 forests (RF) can conduct selection among the highly complex models covered by
7117 ABC algorithms.")
7118 (license license:gpl2+)))
7119
7120 (define-public r-abctools
7121 (package
7122 (name "r-abctools")
7123 (version "1.1.3")
7124 (source
7125 (origin
7126 (method url-fetch)
7127 (uri (cran-uri "abctools" version))
7128 (sha256
7129 (base32 "07s9dg10i8lsxl73b4n2hynca2fjgb0ykb0dz8c3zv6cgw3cyx97"))))
7130 (build-system r-build-system)
7131 (propagated-inputs
7132 `(("r-abc" ,r-abc)
7133 ("r-abind" ,r-abind)
7134 ("r-hmisc" ,r-hmisc)
7135 ("r-plyr" ,r-plyr)))
7136 (home-page "https://github.com/dennisprangle/abctools/")
7137 (synopsis "Tools for ABC analyses")
7138 (description
7139 "This @code{r-abctools} package provides tools for approximate Bayesian computation
7140 including summary statistic selection and assessing coverage. This includes
7141 recent dimension reduction algorithms to tune the choice of summary statistics,
7142 and coverage methods to tune the choice of threshold.")
7143 (license license:gpl2+)))
7144
7145 (define-public r-ggstance
7146 (package
7147 (name "r-ggstance")
7148 (version "0.3.3")
7149 (source
7150 (origin
7151 (method url-fetch)
7152 (uri (cran-uri "ggstance" version))
7153 (sha256
7154 (base32 "0kdksay61hyb6612b07r84chh7a9aibjyclk3qcypvr9aang8hkh"))))
7155 (build-system r-build-system)
7156 (propagated-inputs
7157 `(("r-ggplot2" ,r-ggplot2)
7158 ("r-plyr" ,r-plyr)
7159 ("r-rlang" ,r-rlang)
7160 ("r-withr" ,r-withr)))
7161 (home-page "https://cran.r-project.org/web/packages/ggstance/")
7162 (synopsis "Horizontal and vertical versions of @code{r-ggplot2}")
7163 (description
7164 "This package is a @code{r-ggplot2} extension that provides flipped components:
7165 @enumerate
7166 @item horizontal versions of @code{r-ggplot2} stats and @code{r-ggplot2} geoms;
7167 @item vertical versions of @code{r-ggplot2} positions.
7168 @end enumerate")
7169 (license license:gpl3)))
7170
7171 (define-public r-mosaiccore
7172 (package
7173 (name "r-mosaiccore")
7174 (version "0.6.0")
7175 (source
7176 (origin
7177 (method url-fetch)
7178 (uri (cran-uri "mosaicCore" version))
7179 (sha256
7180 (base32 "1klw97h6lchw1cpcl8s637ikcl428cckmjq0czi7mibh9q9mw72z"))))
7181 (properties `((upstream-name . "mosaicCore")))
7182 (build-system r-build-system)
7183 (propagated-inputs
7184 `(("r-dplyr" ,r-dplyr)
7185 ("r-lazyeval" ,r-lazyeval)
7186 ("r-mass" ,r-mass)
7187 ("r-rlang" ,r-rlang)
7188 ("r-tidyr" ,r-tidyr)))
7189 (home-page "https://github.com/ProjectMOSAIC/mosaicCore/")
7190 (synopsis "Common utilities for mosaic family packages")
7191 (description
7192 "Common utilities used in other Mosaic family packages are collected here.")
7193 (license license:gpl2+)))
7194
7195 (define-public r-ggformula
7196 (package
7197 (name "r-ggformula")
7198 (version "0.9.2")
7199 (source
7200 (origin
7201 (method url-fetch)
7202 (uri (cran-uri "ggformula" version))
7203 (sha256
7204 (base32 "16ycabhnp78fsiv1dc63ccgh9gmpsy2683vbmq0fdzl6w3pd87sr"))))
7205 (build-system r-build-system)
7206 (propagated-inputs
7207 `(("r-ggplot2" ,r-ggplot2)
7208 ("r-ggstance" ,r-ggstance)
7209 ("r-magrittr" ,r-magrittr)
7210 ("r-mosaiccore" ,r-mosaiccore)
7211 ("r-rlang" ,r-rlang)
7212 ("r-stringr" ,r-stringr)
7213 ("r-tibble" ,r-tibble)
7214 ("r-tidyr" ,r-tidyr)))
7215 (home-page "https://github.com/ProjectMOSAIC/ggformula/")
7216 (synopsis "Formula interface for the @code{r-ggplot2}")
7217 (description
7218 "The @code{r-ggformula} introduces a family of graphics functions, gf_point(),
7219 gf_density(), and so on, bring the formula interface to ggplot(). This captures
7220 and extends the excellent simplicity of the lattice-graphics formula interface,
7221 while providing the intuitive capabilities of @code{r-ggplot2}.")
7222 (license license:expat)))
7223
7224 (define-public r-mosaicdata
7225 (package
7226 (name "r-mosaicdata")
7227 (version "0.17.0")
7228 (source
7229 (origin
7230 (method url-fetch)
7231 (uri (cran-uri "mosaicData" version))
7232 (sha256
7233 (base32 "04z0mdm52mykqsxsinhmsihn181zf6cw321gayk2rjp7lj7mwdq9"))))
7234 (properties `((upstream-name . "mosaicData")))
7235 (build-system r-build-system)
7236 (home-page "https://cran.r-project.org/web/packages/mosaicData/")
7237 (synopsis "Data sets for project Mosaic")
7238 (description
7239 "This package provides data sets from project Mosaic @url{http://mosaic-web.org}
7240 used to teach mathematics, statistics, computation and modeling.")
7241 (license license:gpl2+)))
7242
7243 (define-public r-raster
7244 (package
7245 (name "r-raster")
7246 (version "3.0-7")
7247 (source
7248 (origin
7249 (method url-fetch)
7250 (uri (cran-uri "raster" version))
7251 (sha256
7252 (base32
7253 "0faxv71hlxkblvbi3ps1vfzm3wwi0brwzmpsr5114bddcqyiqkvn"))))
7254 (build-system r-build-system)
7255 (propagated-inputs
7256 `(("r-rcpp" ,r-rcpp)
7257 ("r-sp" ,r-sp)))
7258 (home-page "https://www.rspatial.org/")
7259 (synopsis "Geographic data analysis and modeling")
7260 (description
7261 "The package implements basic and high-level functions for reading,
7262 writing, manipulating, analyzing and modeling of gridded spatial data.
7263 Processing of very large files is supported.")
7264 (license license:gpl3+)))
7265
7266 (define-public r-mosaic
7267 (package
7268 (name "r-mosaic")
7269 (version "1.4.0")
7270 (source
7271 (origin
7272 (method url-fetch)
7273 (uri (cran-uri "mosaic" version))
7274 (sha256
7275 (base32 "10jbrg8kli00kfgbh2f67bymm5cnlancc9dplb1j7fl552yjddn2"))))
7276 (build-system r-build-system)
7277 (propagated-inputs
7278 `(("r-broom" ,r-broom)
7279 ("r-dplyr" ,r-dplyr)
7280 ("r-ggdendro" ,r-ggdendro)
7281 ("r-ggformula" ,r-ggformula)
7282 ("r-ggplot2" ,r-ggplot2)
7283 ("r-ggrepel" ,r-ggrepel)
7284 ("r-glue" ,r-glue)
7285 ("r-gridextra" ,r-gridextra)
7286 ("r-lattice" ,r-lattice)
7287 ("r-latticeextra" ,r-latticeextra)
7288 ("r-lazyeval" ,r-lazyeval)
7289 ("r-mass" ,r-mass)
7290 ("r-matrix" ,r-matrix)
7291 ("r-mosaiccore" ,r-mosaiccore)
7292 ("r-mosaicdata" ,r-mosaicdata)
7293 ("r-readr" ,r-readr)
7294 ("r-tidyr" ,r-tidyr)))
7295 (home-page "https://github.com/ProjectMOSAIC/mosaic/")
7296 (synopsis "Mathematics, statistics, and computation teaching utilities")
7297 (description
7298 "This package contain data sets and utilities from
7299 @url{http://mosaic-web.org, Project MOSAIC} used to teach mathematics,
7300 statistics, computation and modeling. Project MOSAIC is a community of
7301 educators working to tie together aspects of quantitative work that students
7302 in science, technology, engineering and mathematics will need in their
7303 professional lives, but which are usually taught in isolation, if at all.")
7304 (license license:gpl2+)))
7305
7306 (define-public r-abd
7307 (package
7308 (name "r-abd")
7309 (version "0.2-8")
7310 (source
7311 (origin
7312 (method url-fetch)
7313 (uri (cran-uri "abd" version))
7314 (sha256
7315 (base32 "191gspqzdv573vaw624ri0f5cm6v4j524bjs74d4a1hn3kn6r9b7"))))
7316 (build-system r-build-system)
7317 (propagated-inputs
7318 `(("r-lattice" ,r-lattice)
7319 ("r-mosaic" ,r-mosaic)
7320 ("r-nlme" ,r-nlme)))
7321 (home-page "https://cran.r-project.org/web/packages/abd/")
7322 (synopsis "Analysis of biological data")
7323 (description
7324 "The @code{r-abd} package contains data sets and sample code for the Analysis of
7325 biological data by Michael Whitlock and Dolph Schluter.")
7326 (license license:gpl2)))
7327
7328 (define-public r-svgui
7329 (package
7330 (name "r-svgui")
7331 (version "1.0.0")
7332 (source
7333 (origin
7334 (method url-fetch)
7335 (uri (cran-uri "svGUI" version))
7336 (sha256
7337 (base32 "1r7ab0p4yr8q03gj02hmj7k1ghksgkg4nx750c0ajfs2q9y1dxfc"))))
7338 (properties `((upstream-name . "svGUI")))
7339 (build-system r-build-system)
7340 (home-page "https://github.com/SciViews/svGUI/")
7341 (synopsis "Functions for managing GUI clients in R")
7342 (description
7343 "The SciViews @code{svGUI} package eases the management of Graphical User
7344 Interfaces (GUI) in R. It is independent from any particular GUI widgets. It
7345 centralizes info about GUI elements currently used, and it dispatches GUI
7346 calls to the particular toolkits in use in function of the context.")
7347 (license license:gpl2)))
7348
7349 (define-public r-svdialogs
7350 (package
7351 (name "r-svdialogs")
7352 (version "1.0.0")
7353 (source
7354 (origin
7355 (method url-fetch)
7356 (uri (cran-uri "svDialogs" version))
7357 (sha256
7358 (base32 "0xqppydfawnwk84kb5qiybwbcmv38vn4imgz01mz2pnq4xb80p97"))))
7359 (properties `((upstream-name . "svDialogs")))
7360 (build-system r-build-system)
7361 (inputs
7362 `(("yad" ,yad)
7363 ("zenity" ,zenity)))
7364 (propagated-inputs
7365 `(("r-rstudioapi" ,r-rstudioapi)
7366 ("r-svgui" ,r-svgui)))
7367 (home-page "https://github.com/SciViews/svDialogs/")
7368 (synopsis "Portable dialog boxes")
7369 (description
7370 "This package helps to construct standard dialog boxes for your GUI, including
7371 message boxes, input boxes, list, file or directory selection, and others. In
7372 case R cannot display GUI dialog boxes, a simpler command line version of these
7373 interactive elements is also provided as a fallback solution.")
7374 (license license:gpl2)))
7375
7376 (define-public r-abe
7377 (package
7378 (name "r-abe")
7379 (version "3.0.1")
7380 (source
7381 (origin
7382 (method url-fetch)
7383 (uri (cran-uri "abe" version))
7384 (sha256
7385 (base32
7386 "1f19h3xzzmjhvwc1rrb8z0rai3ip03y4gdi2gg9bfr5sg2nfklk6"))))
7387 (build-system r-build-system)
7388 (home-page "https://cran.r-project.org/web/packages/abe/")
7389 (synopsis "Augmented backward elimination")
7390 (description
7391 "This package performs augmented backward elimination and checks the
7392 stability of the obtained model. Augmented backward elimination combines
7393 significance or information based criteria with the change in estimate to
7394 either select the optimal model for prediction purposes or to serve as a tool
7395 to obtain a practically sound, highly interpretable model.")
7396 (license license:gpl2+)))
7397
7398 (define-public r-abf2
7399 (package
7400 (name "r-abf2")
7401 (version "0.7-1")
7402 (source
7403 (origin
7404 (method url-fetch)
7405 (uri (cran-uri "abf2" version))
7406 (sha256
7407 (base32 "0d65mc1w4pbiv7xaqzdlw1bfsxf25587rv597hh41vs0j0zlfpxx"))))
7408 (build-system r-build-system)
7409 (home-page "https://cran.r-project.org/web/packages/abf2/")
7410 (synopsis "Load gap-free axon @code{r-abf2} files")
7411 (description
7412 "This package loads electrophysiology data from ABF2 files, as created by
7413 Axon Instruments/Molecular Devices software. Only files recorded in gap-free
7414 mode are currently supported.")
7415 (license license:artistic2.0)))
7416
7417 (define-public r-abhgenotyper
7418 (package
7419 (name "r-abhgenotyper")
7420 (version "1.0.1")
7421 (source
7422 (origin
7423 (method url-fetch)
7424 (uri (cran-uri "ABHgenotypeR" version))
7425 (sha256
7426 (base32 "08cpmnaaxsm5c5bjifnfxdlvg5inrf13biqpcl2yq5zpqjmiki0l"))))
7427 (properties `((upstream-name . "ABHgenotypeR")))
7428 (build-system r-build-system)
7429 (propagated-inputs
7430 `(("r-ggplot2" ,r-ggplot2)
7431 ("r-reshape2" ,r-reshape2)))
7432 (home-page "https://github.com/StefanReuscher/ABHgenotypeR/")
7433 (synopsis "Visualize and manipulate ABH genotypes")
7434 (description
7435 "The @code{r-abhgenotyper} package provides simple imputation,
7436 error-correction and plotting capacities for genotype data. The package is
7437 supposed to serve as an intermediate but independent analysis tool between the
7438 TASSEL GBS pipeline and the @code{r-qtl} package. It provides functionalities
7439 not found in either TASSEL or @code{r-qtl} in addition to visualization of
7440 genotypes as \"graphical genotypes\".")
7441 (license license:gpl3)))
7442
7443 (define-public r-furrr
7444 (package
7445 (name "r-furrr")
7446 (version "0.1.0")
7447 (source
7448 (origin
7449 (method url-fetch)
7450 (uri (cran-uri "furrr" version))
7451 (sha256
7452 (base32
7453 "1ld9aa9hydna94hgm6p91zjbfv1dz1vsgchjlpknkg6irbvkfafx"))))
7454 (build-system r-build-system)
7455 (propagated-inputs
7456 `(("r-future" ,r-future)
7457 ("r-globals" ,r-globals)
7458 ("r-purrr" ,r-purrr)
7459 ("r-rlang" ,r-rlang)))
7460 (home-page "https://github.com/DavisVaughan/furrr")
7461 (synopsis "Apply mapping functions in parallel using futures")
7462 (description
7463 "This package provides implementations of the family of @code{map()}
7464 functions from the @code{purrr} package that can be resolved using any
7465 @code{future}-supported backend, e.g. parallel on the local machine or
7466 distributed on a compute cluster.")
7467 (license license:lgpl2.1+)))
7468
7469 (define-public r-abjutils
7470 (package
7471 (name "r-abjutils")
7472 (version "0.2.3")
7473 (source
7474 (origin
7475 (method url-fetch)
7476 (uri (cran-uri "abjutils" version))
7477 (sha256
7478 (base32 "0n4zps65y3zg0gfzlv97w91si52a9izkncirskbkj5x9hk0nhxcv"))))
7479 (build-system r-build-system)
7480 (propagated-inputs
7481 `(("r-devtools" ,r-devtools)
7482 ("r-dplyr" ,r-dplyr)
7483 ("r-furrr" ,r-furrr)
7484 ("r-future" ,r-future)
7485 ("r-glue" ,r-glue)
7486 ("r-httr" ,r-httr)
7487 ("r-magrittr" ,r-magrittr)
7488 ("r-progress" ,r-progress)
7489 ("r-purrr" ,r-purrr)
7490 ("r-readr" ,r-readr)
7491 ("r-rlang" ,r-rlang)
7492 ("r-rstudioapi" ,r-rstudioapi)
7493 ("r-scales" ,r-scales)
7494 ("r-stringi" ,r-stringi)
7495 ("r-stringr" ,r-stringr)
7496 ("r-tibble" ,r-tibble)
7497 ("r-tidyr" ,r-tidyr)))
7498 (home-page "https://github.com/abjur/abjutils/")
7499 (synopsis "Collection of tools for jurimetrical analysis")
7500 (description
7501 "This package implements general purpose tools, such as functions for
7502 sampling and basic manipulation of Brazilian lawsuits identification number.
7503 It also implements functions for text cleaning, such as accentuation
7504 removal.")
7505 (license license:expat)))
7506
7507 (define-public r-abnormality
7508 (package
7509 (name "r-abnormality")
7510 (version "0.1.0")
7511 (source
7512 (origin
7513 (method url-fetch)
7514 (uri (cran-uri "abnormality" version))
7515 (sha256
7516 (base32 "1fzfskl9akl06nliy8hkv2a0pznpj8pwcypg3gj5r2nzvr3kan9v"))))
7517 (build-system r-build-system)
7518 (propagated-inputs
7519 `(("r-mass" ,r-mass)
7520 ("r-matrix" ,r-matrix)))
7521 (home-page "https://cran.r-project.org/web/packages/abnormality/")
7522 (synopsis "Measure a subject's abnormality with respect to a reference population")
7523 (description
7524 "This package contains functions to implement the methodology and
7525 considerations laid out by Marks et al. in the article \"Measuring abnormality
7526 in high dimensional spaces: applications in biomechanical gait analysis\".
7527 Using high-dimensional datasets to measure a subject's overall level of
7528 abnormality as compared to a reference population is often needed in outcomes
7529 research.")
7530 (license license:expat)))
7531
7532 (define-public r-abodoutlier
7533 (package
7534 (name "r-abodoutlier")
7535 (version "0.1")
7536 (source
7537 (origin
7538 (method url-fetch)
7539 (uri (cran-uri "abodOutlier" version))
7540 (sha256
7541 (base32 "1pvhgxmh23br84r0fbmv7g53z2427birdja96a67vqgz18r3fdvj"))))
7542 (properties `((upstream-name . "abodOutlier")))
7543 (build-system r-build-system)
7544 (propagated-inputs
7545 `(("r-cluster" ,r-cluster)))
7546 (home-page "https://cran.r-project.org/web/packages/abodOutlier/")
7547 (synopsis "Angle-based outlier detection")
7548 (description
7549 "This package performs angle-based outlier detection on a given data
7550 frame. It offers three methods to process data:
7551 @enumerate
7552 @item full but slow implementation using all the data that has cubic
7553 complexity;
7554 @item a fully randomized method;
7555 @item a method using k-nearest neighbours.
7556 @end enumerate
7557 These algorithms are well suited for high dimensional data outlier
7558 detection.")
7559 (license license:expat)))
7560
7561 (define-public r-abps
7562 (package
7563 (name "r-abps")
7564 (version "0.3")
7565 (source
7566 (origin
7567 (method url-fetch)
7568 (uri (cran-uri "ABPS" version))
7569 (sha256
7570 (base32 "0n3f66nmfi5v94il1mxy026mi84w01ph2aljk60vn3mrz8kwf2ll"))))
7571 (properties `((upstream-name . "ABPS")))
7572 (build-system r-build-system)
7573 (propagated-inputs `(("r-kernlab" ,r-kernlab)))
7574 (home-page "https://cran.r-project.org/web/packages/ABPS/")
7575 (synopsis "Abnormal blood profile score to detect blood doping")
7576 (description
7577 "This package offers an implementation of the @dfn{Abnormal blood profile score} (ABPS).
7578 The ABPS is a part of the Athlete biological passport program of the World
7579 anti-doping agency, which combines several blood parameters into a single
7580 score in order to detect blood doping. The package also contains functions to
7581 calculate other scores used in anti-doping programs, such as the ratio of
7582 hemoglobin to reticulocytes (OFF-score), as well as example data.")
7583 (license license:gpl2+)))
7584
7585 (define-public r-parmigene
7586 (package
7587 (name "r-parmigene")
7588 (version "1.0.2")
7589 (source
7590 (origin
7591 (method url-fetch)
7592 (uri (cran-uri "parmigene" version))
7593 (sha256
7594 (base32
7595 "1fsm6pkr17jcbzkj1hbn91jf890fviqk1lq6ls8pihsdgah1zb4d"))))
7596 (build-system r-build-system)
7597 (home-page "https://cran.r-project.org/web/packages/parmigene/")
7598 (synopsis "Mutual information estimation for gene network reconstruction")
7599 (description
7600 "This package provides a parallel estimation of the mutual information
7601 based on entropy estimates from k-nearest neighbors distances and algorithms
7602 for the reconstruction of gene regulatory networks.")
7603 (license license:agpl3+)))
7604
7605 (define-public r-pscl
7606 (package
7607 (name "r-pscl")
7608 (version "1.5.2")
7609 (source
7610 (origin
7611 (method url-fetch)
7612 (uri (cran-uri "pscl" version))
7613 (sha256
7614 (base32 "1phf3awsfr4ncqfqzin5m1pz0g7y1zhbcm2sz7358ssw914fd7rc"))))
7615 (build-system r-build-system)
7616 (propagated-inputs
7617 `(("r-mass" ,r-mass)))
7618 (home-page "https://github.com/atahk/pscl/")
7619 (synopsis "Political science computational laboratory")
7620 (description
7621 "The @code{pscl} is an R package providing classes and methods for:
7622 @enumerate
7623 @item Bayesian analysis of roll call data (item-response models);
7624 @item elementary Bayesian statistics;
7625 @item maximum likelihood estimation of zero-inflated and hurdle models for count
7626 data;
7627 @item utility functions.
7628 @end enumerate")
7629 (license license:gpl2)))
7630
7631 (define-public r-accelmissing
7632 (package
7633 (name "r-accelmissing")
7634 (version "1.4")
7635 (source
7636 (origin
7637 (method url-fetch)
7638 (uri (cran-uri "accelmissing" version))
7639 (sha256
7640 (base32 "1nql9inx6azdzi3z4sfm2vdml2mms6krl8wzlf1dn1c97ahn57fy"))))
7641 (build-system r-build-system)
7642 (propagated-inputs
7643 `(("r-mice" ,r-mice)
7644 ("r-pscl" ,r-pscl)))
7645 (home-page "https://cran.r-project.org/web/packages/accelmissing/")
7646 (synopsis "Missing value imputation for accelerometer data")
7647 (description
7648 "This package provides a statistical method to impute the missing values in
7649 accelerometer data. The methodology includes both parametric and
7650 semi-parametric multiple imputations under the zero-inflated Poisson lognormal
7651 model. It also provides multiple functions to preprocess the accelerometer data
7652 previous to the missing data imputation. These include detecting the wearing
7653 and the non-wearing time, selecting valid days and subjects, and creating plots.")
7654 (license license:gpl2+)))
7655
7656 (define-public r-mhsmm
7657 (package
7658 (name "r-mhsmm")
7659 (version "0.4.16")
7660 (source
7661 (origin
7662 (method url-fetch)
7663 (uri (cran-uri "mhsmm" version))
7664 (sha256
7665 (base32 "009dj0zkj1zry7jr9hf4cknb686z50a2l967if64xm0dvjmp7dgs"))))
7666 (build-system r-build-system)
7667 (propagated-inputs `(("r-mvtnorm" ,r-mvtnorm)))
7668 (home-page "https://github.com/jaredo/mhsmm/")
7669 (synopsis "Inference for hidden Markov and semi-Markov models")
7670 (description
7671 "The @code{r-mhsmm} package implements estimation and prediction methods for
7672 hidden Markov and semi-Markov models for multiple observation sequences. Such
7673 techniques are of interest when observed data is thought to be dependent on some
7674 unobserved (or hidden) state. Also, this package is suitable for equidistant
7675 time series data, with multivariate and/or missing data. Allows user defined
7676 emission distributions.")
7677 (license license:gpl2+)))
7678
7679 (define-public r-nleqslv
7680 (package
7681 (name "r-nleqslv")
7682 (version "3.3.2")
7683 (source
7684 (origin
7685 (method url-fetch)
7686 (uri (cran-uri "nleqslv" version))
7687 (sha256
7688 (base32 "1v9znvncyigw9r25wx2ma0b7ib179b488dl0qsrhp5zrcz7mcjgm"))))
7689 (build-system r-build-system)
7690 (native-inputs `(("gfortran" ,gfortran)))
7691 (home-page "https://cran.r-project.org/web/packages/nleqslv/")
7692 (synopsis "Solve systems of nonlinear equations")
7693 (description
7694 "The @code{r-nleqslv} package solves a system of nonlinear equations using a
7695 Broyden or a Newton method with a choice of global strategies such as line
7696 search and trust region. There are options for using a numerical or user
7697 supplied Jacobian, for specifying a banded numerical Jacobian and for allowing a
7698 singular or ill-conditioned Jacobian.")
7699 (license license:gpl2+)))
7700
7701 (define-public r-physicalactivity
7702 (package
7703 (name "r-physicalactivity")
7704 (version "0.2-2")
7705 (source
7706 (origin
7707 (method url-fetch)
7708 (uri (cran-uri "PhysicalActivity" version))
7709 (sha256
7710 (base32 "14z6plgwyr46vs9m997rvlz8sdglfs9g087an8668zqkzzs2w4ln"))))
7711 (properties
7712 `((upstream-name . "PhysicalActivity")))
7713 (build-system r-build-system)
7714 (home-page "https://cran.r-project.org/web/packages/PhysicalActivity/")
7715 (synopsis "Procesing accelerometer data for physical activity measurement")
7716 (description
7717 "This @code{r-physicalactivity} package provides a function @code{wearingMarking}
7718 for classification of monitor wear and nonwear time intervals in accelerometer
7719 data collected to assess physical activity. The package also contains functions
7720 for making plots of accelerometer data and obtaining the summary of various
7721 information including daily monitor wear time and the mean monitor wear time
7722 during valid days. The revised package version 0.2-1 improved the functions
7723 regarding speed, robustness and add better support for time zones and daylight
7724 saving. In addition, several functions were added:
7725 @enumerate
7726 @item the @code{markDelivery} can classify days for ActiGraph delivery by mail;
7727 @item the @code{markPAI} can categorize physical activity intensity level based
7728 on user-defined cut-points of accelerometer counts.
7729 @end enumerate
7730 It also supports importing ActiGraph (AGD) files with @code{readActigraph} and
7731 @code{queryActigraph} functions.")
7732 (license license:gpl3+)))
7733
7734 (define-public r-acc
7735 (package
7736 (name "r-acc")
7737 (version "1.3.3")
7738 (source
7739 (origin
7740 (method url-fetch)
7741 (uri (cran-uri "acc" version))
7742 (sha256
7743 (base32 "1ii2vm47djxbixa75h690q1s2f9m9x6i8nkygik93j6dayr6kr1m"))))
7744 (build-system r-build-system)
7745 (propagated-inputs
7746 `(("r-circlize" ,r-circlize)
7747 ("r-dbi" ,r-dbi)
7748 ("r-ggplot2" ,r-ggplot2)
7749 ("r-iterators" ,r-iterators)
7750 ("r-mhsmm" ,r-mhsmm)
7751 ("r-nleqslv" ,r-nleqslv)
7752 ("r-physicalactivity" ,r-physicalactivity)
7753 ("r-plyr" ,r-plyr)
7754 ("r-r-utils" ,r-r-utils)
7755 ("r-rcpp" ,r-rcpp)
7756 ("r-rcpparmadillo" ,r-rcpparmadillo)
7757 ("r-rsqlite" ,r-rsqlite)
7758 ("r-zoo" ,r-zoo)))
7759 (home-page "https://cran.r-project.org/web/packages/acc/")
7760 (synopsis "Exploring accelerometer data")
7761 (description
7762 "This package processes accelerometer data from uni-axial and tri-axial devices
7763 and generates data summaries. Also, includes functions to plot, analyze, and
7764 simulate accelerometer data.")
7765 (license license:gpl2+)))
7766
7767 (define-public r-rbenchmark
7768 (package
7769 (name "r-rbenchmark")
7770 (version "1.0.0")
7771 (source
7772 (origin
7773 (method url-fetch)
7774 (uri (cran-uri "rbenchmark" version))
7775 (sha256
7776 (base32 "010fn3qwnk2k411cbqyvra1d12c3bhhl3spzm8kxffmirj4p2al9"))))
7777 (build-system r-build-system)
7778 (home-page "https://cran.r-project.org/web/packages/rbenchmark/")
7779 (synopsis "Benchmarking routine for R")
7780 (description
7781 "This @code{r-rbenchmark} package is inspired by the Perl module Benchmark,
7782 and is intended to facilitate benchmarking of arbitrary R code. The library
7783 consists of just one function, benchmark, which is a simple wrapper around
7784 system.time. Given a specification of the benchmarking process (counts of
7785 replications, evaluation environment) and an arbitrary number of expressions,
7786 benchmark evaluates each of the expressions in the specified environment,
7787 replicating the evaluation as many times as specified, and returning the results
7788 conveniently wrapped into a data frame.")
7789 (license license:gpl2+)))
7790
7791 (define-public r-mitools
7792 (package
7793 (name "r-mitools")
7794 (version "2.4")
7795 (source
7796 (origin
7797 (method url-fetch)
7798 (uri (cran-uri "mitools" version))
7799 (sha256
7800 (base32
7801 "0c2x2n1p53lcw0vx4vmy5j7m2f95i7g2iwbryl89imr99rvz617j"))))
7802 (build-system r-build-system)
7803 (propagated-inputs `(("r-dbi" ,r-dbi)))
7804 (home-page "https://cran.r-project.org/web/packages/mitools/")
7805 (synopsis "Tools for multiple imputation of missing data")
7806 (description
7807 "This package provides tools to perform analyses and combine results from
7808 multiple-imputation datasets.")
7809 (license license:gpl2)))
7810
7811 (define-public r-magick
7812 (package
7813 (name "r-magick")
7814 (version "2.2")
7815 (source
7816 (origin
7817 (method url-fetch)
7818 (uri (cran-uri "magick" version))
7819 (sha256
7820 (base32
7821 "1xh5mhaks3wk1iwqs9d3lnbfv121lc1yz5fqdzk5il9ppr831l85"))))
7822 (build-system r-build-system)
7823 (inputs
7824 `(("imagemagick" ,imagemagick)
7825 ("zlib" ,zlib)))
7826 (propagated-inputs
7827 `(("r-curl" ,r-curl)
7828 ("r-magrittr" ,r-magrittr)
7829 ("r-rcpp" ,r-rcpp)))
7830 (native-inputs
7831 `(("pkg-config" ,pkg-config)))
7832 (home-page "https://github.com/ropensci/magick")
7833 (synopsis "Advanced graphics and image-processing in R")
7834 (description
7835 "This package provides bindings to ImageMagick, a comprehensive image
7836 processing library. It supports many common formats (PNG, JPEG, TIFF, PDF,
7837 etc.) and manipulations (rotate, scale, crop, trim, flip, blur, etc). All
7838 operations are vectorized via the Magick++ STL meaning they operate either on
7839 a single frame or a series of frames for working with layers, collages, or
7840 animation. In RStudio, images are automatically previewed when printed to the
7841 console, resulting in an interactive editing environment.")
7842 (license license:expat)))
7843
7844 (define-public r-survey
7845 (package
7846 (name "r-survey")
7847 (version "3.36")
7848 (source
7849 (origin
7850 (method url-fetch)
7851 (uri (cran-uri "survey" version))
7852 (sha256
7853 (base32
7854 "0xclsy4ram4k48vzh5m5bpmknnpwxnss85v73s4czsjj5ffjxwwh"))))
7855 (build-system r-build-system)
7856 (propagated-inputs
7857 `(("r-lattice" ,r-lattice)
7858 ("r-matrix" ,r-matrix)
7859 ("r-minqa" ,r-minqa)
7860 ("r-mitools" ,r-mitools)
7861 ("r-numderiv" ,r-numderiv)
7862 ("r-survival" ,r-survival)))
7863 (home-page "http://r-survey.r-forge.r-project.org/survey/")
7864 (synopsis "Analysis of complex survey samples")
7865 (description
7866 "This package provides tools for the analysis of complex survey samples.
7867 The provided features include: summary statistics, two-sample tests, rank
7868 tests, generalised linear models, cumulative link models, Cox models,
7869 loglinear models, and general maximum pseudolikelihood estimation for
7870 multistage stratified, cluster-sampled, unequally weighted survey samples;
7871 variances by Taylor series linearisation or replicate weights;
7872 post-stratification, calibration, and raking; two-phase subsampling designs;
7873 graphics; PPS sampling without replacement; principal components, and factor
7874 analysis.")
7875 ;; Either version of the GPL.
7876 (license (list license:gpl2 license:gpl3))))
7877
7878 (define-public r-gee
7879 (package
7880 (name "r-gee")
7881 (version "4.13-20")
7882 (source
7883 (origin
7884 (method url-fetch)
7885 (uri (cran-uri "gee" version))
7886 (sha256
7887 (base32
7888 "167pzgnmj4cjc41ykps1mfwi6s7y32zxyycn5z17vn4v0pp4q0ak"))))
7889 (properties `((upstream-name . "gee")))
7890 (build-system r-build-system)
7891 (native-inputs
7892 `(("gfortran" ,gfortran)))
7893 (home-page "https://cran.r-project.org/web/packages/gee/")
7894 (synopsis "Generalized estimation equation solver")
7895 (description
7896 "This package provides a solver for generalized estimation equations.")
7897 (license license:gpl2)))
7898
7899 (define-public r-tab
7900 (package
7901 (name "r-tab")
7902 (version "4.1.1")
7903 (source
7904 (origin
7905 (method url-fetch)
7906 (uri (cran-uri "tab" version))
7907 (sha256
7908 (base32
7909 "0ds8n6gncidb66in7hlqkcmil5yfsf7ihqvmls789hrm2iz9xlfm"))))
7910 (properties `((upstream-name . "tab")))
7911 (build-system r-build-system)
7912 (propagated-inputs
7913 `(("r-dplyr" ,r-dplyr)
7914 ("r-gee" ,r-gee)
7915 ("r-knitr" ,r-knitr)
7916 ("r-mass" ,r-mass)
7917 ("r-survey" ,r-survey)
7918 ("r-survival" ,r-survival)
7919 ("r-xtable" ,r-xtable)))
7920 (home-page "https://cran.r-project.org/web/packages/tab/")
7921 (synopsis "Create summary tables for statistical reports")
7922 (description
7923 "This package contains functions for creating various types of summary
7924 tables, e.g. comparing characteristics across levels of a categorical variable
7925 and summarizing fitted generalized linear models, generalized estimating
7926 equations, and Cox proportional hazards models. Functions are available to
7927 handle data from simple random samples as well as complex surveys.")
7928 (license license:gpl3+)))
7929
7930 (define-public r-dvmisc
7931 (package
7932 (name "r-dvmisc")
7933 (version "1.1.4")
7934 (source
7935 (origin
7936 (method url-fetch)
7937 (uri (cran-uri "dvmisc" version))
7938 (sha256
7939 (base32 "01v6sixx0f3nrn6ymfifb3pvd2msfrwm21kmdv38laxq29vc4rsi"))))
7940 (build-system r-build-system)
7941 (propagated-inputs
7942 `(("r-cubature" ,r-cubature)
7943 ("r-data-table" ,r-data-table)
7944 ("r-dplyr" ,r-dplyr)
7945 ("r-ggplot2" ,r-ggplot2)
7946 ("r-mass" ,r-mass)
7947 ("r-mvtnorm" ,r-mvtnorm)
7948 ("r-pracma" ,r-pracma)
7949 ("r-rbenchmark" ,r-rbenchmark)
7950 ("r-rcpp" ,r-rcpp)
7951 ("r-survey" ,r-survey)
7952 ("r-tab" ,r-tab)))
7953 (home-page "https://cran.r-project.org/web/packages/dvmisc/")
7954 (synopsis "Faster computation of common statistics and miscellaneous functions")
7955 (description
7956 "This package implements faster versions of base R functions (e.g. mean, standard
7957 deviation, covariance, weighted mean), mostly written in C++, along with
7958 miscellaneous functions for various purposes (e.g. create the histogram with
7959 fitted probability density function or probability mass function curve, create
7960 the body mass index groups, assess the linearity assumption in logistic
7961 regression).")
7962 (license license:gpl2)))
7963
7964 (define-public r-accelerometry
7965 (package
7966 (name "r-accelerometry")
7967 (version "3.1.2")
7968 (source
7969 (origin
7970 (method url-fetch)
7971 (uri (cran-uri "accelerometry" version))
7972 (sha256
7973 (base32 "13xzrwhr4i1nj9c8vrmfdg2rmrc8n446iihcyxmy99sm99hpzyip"))))
7974 (build-system r-build-system)
7975 (propagated-inputs
7976 `(("r-dvmisc" ,r-dvmisc)
7977 ("r-rcpp" ,r-rcpp)))
7978 (home-page "https://cran.r-project.org/web/packages/accelerometry/")
7979 (synopsis "Functions for processing accelerometer data")
7980 (description
7981 "This package provides a collection of functions that perform operations on
7982 time-series accelerometer data, such as identify the non-wear time, flag minutes
7983 that are part of an activity bout, and find the maximum 10-minute average count
7984 value. The functions are generally very flexible, allowing for a variety of
7985 algorithms to be implemented.")
7986 (license license:gpl3)))
7987
7988 (define-public r-absim
7989 (package
7990 (name "r-absim")
7991 (version "0.2.6")
7992 (source
7993 (origin
7994 (method url-fetch)
7995 (uri (cran-uri "AbSim" version))
7996 (sha256
7997 (base32 "16ddjk8b6xw80ch4jis1y751i9561wdxh0gifbf15qiz3vjckq8m"))))
7998 (properties `((upstream-name . "AbSim")))
7999 (build-system r-build-system)
8000 (propagated-inputs
8001 `(("r-ape" ,r-ape)
8002 ("r-powerlaw" ,r-powerlaw)))
8003 (home-page "https://cran.r-project.org/web/packages/AbSim/")
8004 (synopsis "Time resolved simulations of antibody repertoires")
8005 (description
8006 "This package provides simulation methods for the evolution of antibody repertoires.
8007 The heavy and light chain variable region of both human and C57BL/6 mice can
8008 be simulated in a time-dependent fashion. Both single lineages using one set of
8009 V-, D-, and J-genes or full repertoires can be simulated. The algorithm begins
8010 with an initial V-D-J recombination event, starting the first phylogenetic tree.
8011 Upon completion, the main loop of the algorithm begins, with each iteration
8012 representing one simulated time step. Various mutation events are possible at
8013 each time step, contributing to a diverse final repertoire.")
8014 (license license:gpl2)))
8015
8016 (define-public r-quic
8017 (package
8018 (name "r-quic")
8019 (version "1.1")
8020 (source
8021 (origin
8022 (method url-fetch)
8023 (uri (cran-uri "QUIC" version))
8024 (sha256
8025 (base32 "021bp9xbaih60qmss015ycblbv6d1dvb1z89y93zpqqnc2qhpv3c"))))
8026 (properties `((upstream-name . "QUIC")))
8027 (build-system r-build-system)
8028 (home-page "https://www.cs.utexas.edu/users/sustik/QUIC/")
8029 (synopsis "Regularized sparse inverse covariance matrix estimation")
8030 (description
8031 "This package implements the regularized Gaussian maximum likelihood
8032 estimation of the inverse of a covariance matrix. It uses Newton's method and
8033 coordinate descent to solve the regularized inverse covariance matrix
8034 estimation problem.")
8035 ;; The project home page states that the release is under GPLv3 or later.
8036 ;; The CRAN page only says GPL-3.
8037 (license license:gpl3+)))
8038
8039 (define-public r-abundant
8040 (package
8041 (name "r-abundant")
8042 (version "1.1")
8043 (source
8044 (origin
8045 (method url-fetch)
8046 (uri (cran-uri "abundant" version))
8047 (sha256
8048 (base32 "1m76qdmqvwpgm0sihazi2dna7cgsz9rljal18vgffb5wamwmg9k7"))))
8049 (build-system r-build-system)
8050 (propagated-inputs
8051 `(("r-quic" ,r-quic)))
8052 (home-page "https://cran.r-project.org/web/packages/abundant/")
8053 (synopsis "Abundant regression and high-dimensional principal fitted components")
8054 (description
8055 "This package provides tools to fit and predict with the high-dimensional
8056 principal fitted components model. This model is described by Cook, Forzani,
8057 and Rothman (2012) @url{doi:10.1214/11-AOS962}.")
8058 ;; The DESCRIPTION file states GPL-2, but since it directly depends on a
8059 ;; GPLv3+ package (QUIC) this likely means GPLv2+.
8060 (license license:gpl2+)))
8061
8062 (define-public r-ac3net
8063 (package
8064 (name "r-ac3net")
8065 (version "1.2.2")
8066 (source
8067 (origin
8068 (method url-fetch)
8069 (uri (cran-uri "Ac3net" version))
8070 (sha256
8071 (base32 "1ns4n0xxz6p34c11bj0k7nzgmyqr9mis2b0g5nfz37dbikndyqyz"))))
8072 (properties `((upstream-name . "Ac3net")))
8073 (build-system r-build-system)
8074 (propagated-inputs
8075 `(("r-data-table" ,r-data-table)))
8076 (home-page "https://cran.r-project.org/web/packages/Ac3net/")
8077 (synopsis "Inferring directional conservative causal core gene networks")
8078 (description "This package infers directional Conservative causal core
8079 (gene) networks (C3NET). This is a version of the algorithm C3NET with
8080 directional network.")
8081 (license license:gpl3+)))
8082
8083 (define-public r-aca
8084 (package
8085 (name "r-aca")
8086 (version "1.1")
8087 (source
8088 (origin
8089 (method url-fetch)
8090 (uri (cran-uri "ACA" version))
8091 (sha256
8092 (base32 "1i3hm27nvnkvc39xlh0d1blq8q0q02czmvgi3cazmjx3jvxay0vq"))))
8093 (properties `((upstream-name . "ACA")))
8094 (build-system r-build-system)
8095 (home-page "https://cran.r-project.org/web/packages/ACA/")
8096 (synopsis "Abrupt change-point or aberration detection in point series")
8097 (description
8098 "This package offers an interactive function for the detection of breakpoints in
8099 series.")
8100 ;; Any version of the GPL
8101 (license (list license:gpl2+ license:gpl3+))))
8102
8103 (define-public r-acceptancesampling
8104 (package
8105 (name "r-acceptancesampling")
8106 (version "1.0-6")
8107 (source
8108 (origin
8109 (method url-fetch)
8110 (uri (cran-uri "AcceptanceSampling" version))
8111 (sha256
8112 (base32 "1z3rmln63ki2kik9kinbwr9qhr32ggbmh4mm3xqy6di119n47ca9"))))
8113 (properties
8114 `((upstream-name . "AcceptanceSampling")))
8115 (build-system r-build-system)
8116 (home-page "https://cran.r-project.org/web/packages/AcceptanceSampling/")
8117 (synopsis "Creation and evaluation of acceptance sampling plans")
8118 (description
8119 "This @code{r-acceptancesampling} provides functionality for creating and evaluating
8120 acceptance sampling plans. Acceptance sampling is a methodology commonly used
8121 in quality control and improvement. International standards of acceptance
8122 sampling provide sampling plans for specific circumstances. The aim of this
8123 package is to provide an easy-to-use interface to visualize single, double or
8124 multiple sampling plans. In addition, methods have been provided to enable the
8125 user to assess sampling plans against pre-specified levels of performance, as
8126 measured by the probability of acceptance for a given level of quality in the
8127 lot.")
8128 (license license:gpl3+)))
8129
8130 (define-public r-acclma
8131 (package
8132 (name "r-acclma")
8133 (version "1.0")
8134 (source
8135 (origin
8136 (method url-fetch)
8137 (uri (cran-uri "ACCLMA" version))
8138 (sha256
8139 (base32 "1na27sp18fq12gp6vxgqw1ffsz2yi1d8xvrxbrzx5g1kqxrayy0v"))))
8140 (properties `((upstream-name . "ACCLMA")))
8141 (build-system r-build-system)
8142 (home-page "https://cran.r-project.org/web/packages/ACCLMA/")
8143 (synopsis "ACC & LMA graph plotting")
8144 (description
8145 "This package contains a function that imports data from a @acronym{CSV,
8146 Comma-Separated Values} file, or uses manually entered data from the format (x,
8147 y, weight) and plots the appropriate @acronym{ACC, Absolute Concentration
8148 Curve} vs @acronym{LOI, Line of Independence} graph and
8149 @acronym{LMA, @acronym{LOI} Minus @acronym{ACC}} graph. The main
8150 function is @code{plotLMA} (source file, header) that takes a data set and plots the
8151 appropriate @acronym{LMA} and @acronym{ACC} graphs. If no source file (a
8152 string) was passed, a manual data entry window is opened. The header parameter
8153 indicates by TRUE/FALSE (false by default) if the source @acronym{CSV} file has
8154 a header row or not. The dataset should contain only one independent variable
8155 (x) and one dependent variable (y) and can contain a weight for each
8156 observation.")
8157 (license license:gpl2)))
8158
8159 (define-public r-aspi
8160 (package
8161 (name "r-aspi")
8162 (version "0.2.0")
8163 (source
8164 (origin
8165 (method url-fetch)
8166 (uri (cran-uri "aspi" version))
8167 (sha256
8168 (base32 "0rhvxw243vvdv3hxa6pi343gcjc2cbxq1jzqirl9k1l4i3897l87"))))
8169 (build-system r-build-system)
8170 (home-page
8171 "https://cran.r-project.org/web/packages/aspi/")
8172 (synopsis
8173 "Analysis of symmetry of parasitic infections")
8174 (description
8175 "This package provides tools for the analysis and visualization of bilateral
8176 asymmetry in parasitic infections.")
8177 (license license:gpl3+)))
8178
8179 (define-public r-sandwich
8180 (package
8181 (name "r-sandwich")
8182 (version "2.5-1")
8183 (source
8184 (origin
8185 (method url-fetch)
8186 (uri (cran-uri "sandwich" version))
8187 (sha256
8188 (base32
8189 "1mk685b9wq7k566pbml52rj96i5h6b3vf215k9picgmq296nzvyv"))))
8190 (build-system r-build-system)
8191 (propagated-inputs
8192 `(("r-zoo" ,r-zoo)))
8193 (home-page "https://cran.r-project.org/web/packages/sandwich/")
8194 (synopsis "Robust Covariance Matrix Estimators")
8195 (description
8196 "This package provides model-robust standard error estimators for
8197 cross-sectional, time series, clustered, panel, and longitudinal data.")
8198 ;; Either version of the license.
8199 (license (list license:gpl2 license:gpl3))))
8200
8201 (define-public r-th-data
8202 (package
8203 (name "r-th-data")
8204 (version "1.0-10")
8205 (source
8206 (origin
8207 (method url-fetch)
8208 (uri (cran-uri "TH.data" version))
8209 (sha256
8210 (base32
8211 "0mgz7aj2d9abbmdr65zgmg1ddp3fdbs3mfj83r5xadh5ldkir2k1"))))
8212 (properties `((upstream-name . "TH.data")))
8213 (build-system r-build-system)
8214 (propagated-inputs
8215 `(("r-mass" ,r-mass)
8216 ("r-survival" ,r-survival)))
8217 (home-page "https://cran.r-project.org/web/packages/TH.data/")
8218 (synopsis "Shared data sets")
8219 (description
8220 "This package contains supporting data sets that are used in other
8221 packages maintained by Torsten Hothorn.")
8222 (license license:gpl3)))
8223
8224 (define-public r-multcomp
8225 (package
8226 (name "r-multcomp")
8227 (version "1.4-11")
8228 (source
8229 (origin
8230 (method url-fetch)
8231 (uri (cran-uri "multcomp" version))
8232 (sha256
8233 (base32
8234 "0jw9661hs4396wz9vflk3rak0ryzj1cg2pnndsn1gb4fjyf2vlhb"))))
8235 (build-system r-build-system)
8236 (propagated-inputs
8237 `(("r-codetools" ,r-codetools)
8238 ("r-mvtnorm" ,r-mvtnorm)
8239 ("r-sandwich" ,r-sandwich)
8240 ("r-survival" ,r-survival)
8241 ("r-th-data" ,r-th-data)))
8242 (home-page "https://cran.r-project.org/web/packages/multcomp/")
8243 (synopsis "Simultaneous inference in general parametric models")
8244 (description
8245 "Simultaneous tests and confidence intervals for general linear
8246 hypotheses in parametric models, including linear, generalized linear, linear
8247 mixed effects, and survival models. The package includes demos reproducing
8248 analyzes presented in the book \"Multiple Comparisons Using R\" (Bretz,
8249 Hothorn, Westfall, 2010, CRC Press).")
8250 (license license:gpl2)))
8251
8252 (define-public r-emmeans
8253 (package
8254 (name "r-emmeans")
8255 (version "1.4.3.01")
8256 (source
8257 (origin
8258 (method url-fetch)
8259 (uri (cran-uri "emmeans" version))
8260 (sha256
8261 (base32
8262 "16v5j31516nbqnj2zhgqvyp5yxd4zcs5zi0aspa5plr2qikvrkmg"))))
8263 (build-system r-build-system)
8264 (propagated-inputs
8265 `(("r-estimability" ,r-estimability)
8266 ("r-mvtnorm" ,r-mvtnorm)
8267 ("r-numderiv" ,r-numderiv)
8268 ("r-plyr" ,r-plyr)
8269 ("r-xtable" ,r-xtable)))
8270 (home-page "https://github.com/rvlenth/emmeans")
8271 (synopsis "Estimated marginal means, aka least-squares means")
8272 (description
8273 "This package provides tools to obtain @dfn{estimated marginal
8274 means} (EMMs) for many linear, generalized linear, and mixed models. It can
8275 be used to compute contrasts or linear functions of EMMs, trends, and
8276 comparisons of slopes.")
8277 ;; Either version of the license.
8278 (license (list license:gpl2 license:gpl3))))
8279
8280 (define-public r-pwr
8281 (package
8282 (name "r-pwr")
8283 (version "1.2-2")
8284 (source
8285 (origin
8286 (method url-fetch)
8287 (uri (cran-uri "pwr" version))
8288 (sha256
8289 (base32
8290 "0r5g781lr677vp3zyhgmi7r68c87l8gd05l1s3ffnxgn5wf043sm"))))
8291 (build-system r-build-system)
8292 (native-inputs
8293 `(("r-knitr" ,r-knitr)))
8294 (home-page "https://github.com/heliosdrm/pwr")
8295 (synopsis "Basic functions for power analysis")
8296 (description
8297 "This package provides power analysis functions along the lines of
8298 Cohen (1988).")
8299 (license license:gpl3+)))
8300
8301 (define-public r-libcoin
8302 (package
8303 (name "r-libcoin")
8304 (version "1.0-5")
8305 (source
8306 (origin
8307 (method url-fetch)
8308 (uri (cran-uri "libcoin" version))
8309 (sha256
8310 (base32
8311 "1cm9x1dlg9f7fh7n5nw3x4a7rl88c7ylrlc8x3rx4mq5w1j42x0a"))))
8312 (build-system r-build-system)
8313 (propagated-inputs `(("r-mvtnorm" ,r-mvtnorm)))
8314 (home-page "https://cran.r-project.org/web/packages/libcoin")
8315 (synopsis "Linear test statistics for permutation inference")
8316 (description
8317 "This package provides basic infrastructure for linear test statistics
8318 and permutation inference in the framework of Strasser and Weber (1999).")
8319 (license license:gpl2)))
8320
8321 (define-public r-coin
8322 (package
8323 (name "r-coin")
8324 (version "1.3-1")
8325 (source
8326 (origin
8327 (method url-fetch)
8328 (uri (cran-uri "coin" version))
8329 (sha256
8330 (base32
8331 "0qi03fyqw42a2vnqcia5l2m1mzyarj2q1iblknx9n19bdsd53qjx"))))
8332 (build-system r-build-system)
8333 (propagated-inputs
8334 `(("r-libcoin" ,r-libcoin)
8335 ("r-matrixstats" ,r-matrixstats)
8336 ("r-modeltools" ,r-modeltools)
8337 ("r-multcomp" ,r-multcomp)
8338 ("r-mvtnorm" ,r-mvtnorm)
8339 ("r-survival" ,r-survival)))
8340 (home-page "http://coin.r-forge.r-project.org")
8341 (synopsis "Conditional inference procedures in a permutation test framework")
8342 (description
8343 "This package provides conditional inference procedures for the general
8344 independence problem including two-sample, K-sample (non-parametric ANOVA),
8345 correlation, censored, ordered and multivariate problems.")
8346 (license license:gpl2)))
8347
8348 (define-public r-bayesplot
8349 (package
8350 (name "r-bayesplot")
8351 (version "1.7.1")
8352 (source
8353 (origin
8354 (method url-fetch)
8355 (uri (cran-uri "bayesplot" version))
8356 (sha256
8357 (base32
8358 "0sq0ajnm96hmlqf1cv5n2gshh3qdij4n1zbm7qrniz2q6b5aj342"))))
8359 (build-system r-build-system)
8360 (inputs
8361 `(("pandoc" ,ghc-pandoc)
8362 ("pandoc-citeproc" ,ghc-pandoc-citeproc)))
8363 (propagated-inputs
8364 `(("r-dplyr" ,r-dplyr)
8365 ("r-ggplot2" ,r-ggplot2)
8366 ("r-ggridges" ,r-ggridges)
8367 ("r-glue" ,r-glue)
8368 ("r-reshape2" ,r-reshape2)
8369 ("r-rlang" ,r-rlang)
8370 ("r-tibble" ,r-tibble)
8371 ("r-tidyselect" ,r-tidyselect)))
8372 (home-page "http://mc-stan.org/bayesplot")
8373 (synopsis "Plotting for Bayesian models")
8374 (description
8375 "This package provides plotting functions for posterior analysis, model
8376 checking, and MCMC diagnostics. The package is designed not only to provide
8377 convenient functionality for users, but also a common set of functions that
8378 can be easily used by developers working on a variety of R packages for
8379 Bayesian modeling.")
8380 (license license:gpl3+)))
8381
8382 (define-public r-tmb
8383 (package
8384 (name "r-tmb")
8385 (version "1.7.15")
8386 (source
8387 (origin
8388 (method url-fetch)
8389 (uri (cran-uri "TMB" version))
8390 (sha256
8391 (base32
8392 "1r2d8c5iazihba42sn33yarv0dcfiy989sx64zcf14zr8k6cgjzs"))))
8393 (properties `((upstream-name . "TMB")))
8394 (build-system r-build-system)
8395 (propagated-inputs
8396 `(("r-matrix" ,r-matrix)
8397 ("r-rcppeigen" ,r-rcppeigen)))
8398 (home-page "http://tmb-project.org")
8399 (synopsis "Template model builder: a general random effect tool")
8400 (description
8401 "With this tool, a user should be able to quickly implement complex
8402 random effect models through simple C++ templates. The package combines
8403 @code{CppAD} (C++ automatic differentiation), @code{Eigen} (templated
8404 matrix-vector library) and @code{CHOLMOD} (sparse matrix routines available
8405 from R) to obtain an efficient implementation of the applied Laplace
8406 approximation with exact derivatives. Key features are: Automatic sparseness
8407 detection, parallelism through BLAS and parallel user templates.")
8408 (license license:gpl2)))
8409
8410 (define-public r-sjstats
8411 (package
8412 (name "r-sjstats")
8413 (version "0.17.7")
8414 (source
8415 (origin
8416 (method url-fetch)
8417 (uri (cran-uri "sjstats" version))
8418 (sha256
8419 (base32 "029rl05p88bp01favz300m980r1khcx2a2kn88yqbnbgkjjgqqc6"))))
8420 (build-system r-build-system)
8421 (propagated-inputs
8422 `(("r-bayestestr" ,r-bayestestr)
8423 ("r-broom" ,r-broom)
8424 ("r-dplyr" ,r-dplyr)
8425 ("r-emmeans" ,r-emmeans)
8426 ("r-insight" ,r-insight)
8427 ("r-lme4" ,r-lme4)
8428 ("r-magrittr" ,r-magrittr)
8429 ("r-mass" ,r-mass)
8430 ("r-modelr" ,r-modelr)
8431 ("r-parameters" ,r-parameters)
8432 ("r-performance" ,r-performance)
8433 ("r-purrr" ,r-purrr)
8434 ("r-rlang" ,r-rlang)
8435 ("r-sjlabelled" ,r-sjlabelled)
8436 ("r-sjmisc" ,r-sjmisc)
8437 ("r-tidyr" ,r-tidyr)))
8438 (home-page "https://github.com/strengejacke/sjstats")
8439 (synopsis "Functions for common statistical computations")
8440 (description
8441 "This package provides a collection of convenient functions for common
8442 statistical computations, which are not directly provided by R's @code{base}
8443 or @code{stats} packages. This package aims at providing, first, shortcuts
8444 for statistical measures, which otherwise could only be calculated with
8445 additional effort. Second, these shortcut functions are generic, and can be
8446 applied not only to vectors, but also to other objects as well. The focus of
8447 most functions lies on summary statistics or fit measures for regression
8448 models, including generalized linear models, mixed effects models and Bayesian
8449 models.")
8450 (license license:gpl3)))
8451
8452 (define-public r-glmmtmb
8453 (package
8454 (name "r-glmmtmb")
8455 (version "0.2.3")
8456 (source
8457 (origin
8458 (method url-fetch)
8459 (uri (cran-uri "glmmTMB" version))
8460 (sha256
8461 (base32
8462 "035hkywa37bz555fv6znxd4hfcs5w884365wfnwk4jx5vann4vvb"))))
8463 (properties `((upstream-name . "glmmTMB")))
8464 (build-system r-build-system)
8465 (propagated-inputs
8466 `(("r-lme4" ,r-lme4)
8467 ("r-matrix" ,r-matrix)
8468 ("r-nlme" ,r-nlme)
8469 ("r-rcppeigen" ,r-rcppeigen)
8470 ("r-tmb" ,r-tmb)))
8471 (native-inputs
8472 `(("r-knitr" ,r-knitr))) ; for vignettes
8473 (home-page "https://github.com/glmmTMB")
8474 (synopsis "Generalized linear mixed models")
8475 (description
8476 "Fit linear and generalized linear mixed models with various extensions,
8477 including zero-inflation. The models are fitted using maximum likelihood
8478 estimation via the Template Model Builder. Random effects are assumed to be
8479 Gaussian on the scale of the linear predictor and are integrated out using the
8480 Laplace approximation. Gradients are calculated using automatic
8481 differentiation.")
8482 (license license:agpl3+)))
8483
8484 (define-public r-bayestestr
8485 (package
8486 (name "r-bayestestr")
8487 (version "0.4.0")
8488 (source
8489 (origin
8490 (method url-fetch)
8491 (uri (cran-uri "bayestestR" version))
8492 (sha256
8493 (base32
8494 "1d3f50rzjzgzclwd6j887dssyhv7hdq7pik9nnlr3w775v3f69zc"))))
8495 (properties `((upstream-name . "bayestestR")))
8496 (build-system r-build-system)
8497 (propagated-inputs
8498 `(("r-insight" ,r-insight)))
8499 (home-page "https://github.com/easystats/bayestestR")
8500 (synopsis "Describe Bayesian models and posterior distributions")
8501 (description
8502 "This package provides utilities to understand and describe posterior
8503 distributions and Bayesian models. It includes point-estimates such as
8504 @dfn{Maximum A Posteriori} (MAP), measures of dispersion such as @dfn{Highest
8505 Density Interval} (HDI), and indices used for null-hypothesis testing (such as
8506 ROPE percentage and pd).")
8507 (license license:gpl3)))
8508
8509 (define-public r-performance
8510 (package
8511 (name "r-performance")
8512 (version "0.4.2")
8513 (source
8514 (origin
8515 (method url-fetch)
8516 (uri (cran-uri "performance" version))
8517 (sha256
8518 (base32
8519 "1pcjmqqm178dvdcpzkv5p4sj7glsppcny7znljb2nqkxh539a59p"))))
8520 (build-system r-build-system)
8521 (propagated-inputs
8522 `(("r-bayestestr" ,r-bayestestr)
8523 ("r-insight" ,r-insight)))
8524 (home-page "https://easystats.github.io/performance/")
8525 (synopsis "Assessment of regression models performance")
8526 (description
8527 "This package provides utilities for computing measures to assess model
8528 quality, which are not directly provided by R's @code{base} or @code{stats}
8529 packages. These include e.g. measures like r-squared, intraclass correlation
8530 coefficient, root mean squared error or functions to check models for
8531 overdispersion, singularity or zero-inflation and more. Functions apply to a
8532 large variety of regression models, including generalized linear models, mixed
8533 effects models and Bayesian models.")
8534 (license license:gpl3)))
8535
8536 (define-public r-ggeffects
8537 (package
8538 (name "r-ggeffects")
8539 (version "0.14.0")
8540 (source
8541 (origin
8542 (method url-fetch)
8543 (uri (cran-uri "ggeffects" version))
8544 (sha256
8545 (base32
8546 "1djz82xww86h8f33m2vm40lliicppgyhm6hyn3h6rzrqjrlrsmdw"))))
8547 (build-system r-build-system)
8548 (propagated-inputs
8549 `(("r-insight" ,r-insight)
8550 ("r-magrittr" ,r-magrittr)
8551 ("r-mass" ,r-mass)
8552 ("r-purrr" ,r-purrr)
8553 ("r-sjlabelled" ,r-sjlabelled)
8554 ("r-sjmisc" ,r-sjmisc)))
8555 (home-page "https://github.com/strengejacke/ggeffects")
8556 (synopsis "Create tidy data frames of marginal effects for ggplot")
8557 (description
8558 "This package provides tools to compute marginal effects from statistical
8559 models and return the result as tidy data frames. These data frames are ready
8560 to use with the @code{ggplot2} package. Marginal effects can be calculated
8561 for many different models. Interaction terms, splines and polynomial terms
8562 are also supported. The two main functions are @code{ggpredict()} and
8563 @code{ggeffect()}. There is a generic @code{plot()} method to plot the
8564 results using @code{ggplot2}.")
8565 (license license:gpl3)))
8566
8567 (define-public r-effectsize
8568 (package
8569 (name "r-effectsize")
8570 (version "0.0.1")
8571 (source
8572 (origin
8573 (method url-fetch)
8574 (uri (cran-uri "effectsize" version))
8575 (sha256
8576 (base32
8577 "07vgmxdl75798hgdh90zysafjh97rmmj2wjjyr6xff4fbhi8rlkb"))))
8578 (properties `((upstream-name . "effectsize")))
8579 (build-system r-build-system)
8580 (propagated-inputs
8581 `(("r-bayestestr" ,r-bayestestr)
8582 ("r-insight" ,r-insight)
8583 ("r-parameters" ,r-parameters)))
8584 (home-page "https://github.com/easystats/effectsize")
8585 (synopsis "Indices of effect size and standardized parameters")
8586 (description
8587 "This package provides utilities to work with indices of effect size and
8588 standardized parameters for a wide variety of models, allowing computation and
8589 conversion of indices such as Cohen's d, r, odds, etc.")
8590 (license license:gpl3)))
8591
8592 (define-public r-sjplot
8593 (package
8594 (name "r-sjplot")
8595 (version "2.8.1")
8596 (source
8597 (origin
8598 (method url-fetch)
8599 (uri (cran-uri "sjPlot" version))
8600 (sha256
8601 (base32 "0rmfc2pq80w0kxh6icljhqm31q580s0czvllsfxk6crmpyfgxkp7"))))
8602 (properties `((upstream-name . "sjPlot")))
8603 (build-system r-build-system)
8604 (propagated-inputs
8605 `(("r-bayestestr" ,r-bayestestr)
8606 ("r-dplyr" ,r-dplyr)
8607 ("r-effectsize" ,r-effectsize)
8608 ("r-forcats" ,r-forcats)
8609 ("r-ggeffects" ,r-ggeffects)
8610 ("r-ggplot2" ,r-ggplot2)
8611 ("r-ggrepel" ,r-ggrepel)
8612 ("r-glmmtmb" ,r-glmmtmb)
8613 ("r-insight" ,r-insight)
8614 ("r-knitr" ,r-knitr)
8615 ("r-lme4" ,r-lme4)
8616 ("r-magrittr" ,r-magrittr)
8617 ("r-mass" ,r-mass)
8618 ("r-modelr" ,r-modelr)
8619 ("r-parameters" ,r-parameters)
8620 ("r-performance" ,r-performance)
8621 ("r-psych" ,r-psych)
8622 ("r-purrr" ,r-purrr)
8623 ("r-rlang" ,r-rlang)
8624 ("r-scales" ,r-scales)
8625 ("r-sjlabelled" ,r-sjlabelled)
8626 ("r-sjmisc" ,r-sjmisc)
8627 ("r-sjstats" ,r-sjstats)
8628 ("r-tidyr" ,r-tidyr)))
8629 (home-page "https://strengejacke.github.io/sjPlot/")
8630 (synopsis "Data visualization for statistics in social science")
8631 (description
8632 "This package represents a collection of plotting and table output
8633 functions for data visualization. Results of various statistical
8634 analyses (that are commonly used in social sciences) can be visualized using
8635 this package, including simple and cross tabulated frequencies, histograms,
8636 box plots, (generalized) linear models, mixed effects models, principal
8637 component analysis and correlation matrices, cluster analyses, scatter plots,
8638 stacked scales, effects plots of regression models (including interaction
8639 terms) and much more. This package supports labelled data.")
8640 (license license:gpl3)))
8641
8642 (define-public r-ini
8643 (package
8644 (name "r-ini")
8645 (version "0.3.1")
8646 (source
8647 (origin
8648 (method url-fetch)
8649 (uri (cran-uri "ini" version))
8650 (sha256
8651 (base32
8652 "04yqij344dwm0xqgara8xia42mlmij3i8711qbb5534w05a1l6bv"))))
8653 (build-system r-build-system)
8654 (home-page "https://github.com/dvdscripter/ini")
8655 (synopsis "Read and write configuration files")
8656 (description
8657 "This package provides tools to parse simple @code{.ini} configuration
8658 files to an structured list. Users can manipulate this resulting list with
8659 @code{lapply()} functions. This same structured list can be used to write
8660 back to file after modifications.")
8661 (license license:gpl3)))
8662
8663 (define-public r-gh
8664 (package
8665 (name "r-gh")
8666 (version "1.0.1")
8667 (source
8668 (origin
8669 (method url-fetch)
8670 (uri (cran-uri "gh" version))
8671 (sha256
8672 (base32
8673 "1llinfajb0g7006jd2w1hpskxpmkjhnqarcjb71r1qvsccb2ph7k"))))
8674 (build-system r-build-system)
8675 (propagated-inputs
8676 `(("r-httr" ,r-httr)
8677 ("r-ini" ,r-ini)
8678 ("r-jsonlite" ,r-jsonlite)))
8679 (home-page "https://github.com/r-lib/gh#readme")
8680 (synopsis "Access the GitHub API via R")
8681 (description
8682 "This package provides a minimal R client to access the GitHub API.")
8683 (license license:expat)))
8684
8685 (define-public r-fs
8686 (package
8687 (name "r-fs")
8688 (version "1.3.1")
8689 (source
8690 (origin
8691 (method url-fetch)
8692 (uri (cran-uri "fs" version))
8693 (sha256
8694 (base32
8695 "1g26rgx13dzigp2vrlld6h28q33lwbax97zvwdrq2pc3iz54v4yn"))))
8696 (build-system r-build-system)
8697 (propagated-inputs
8698 `(("r-rcpp" ,r-rcpp)))
8699 (native-inputs
8700 `(("pkg-config" ,pkg-config)))
8701 (home-page "http://fs.r-lib.org")
8702 (synopsis "Cross-platform file system operations based on libuv")
8703 (description
8704 "This package provides a cross-platform interface to file system
8705 operations, built on top of the libuv C library.")
8706 (license license:gpl3)))
8707
8708 (define-public r-clisymbols
8709 (package
8710 (name "r-clisymbols")
8711 (version "1.2.0")
8712 (source
8713 (origin
8714 (method url-fetch)
8715 (uri (cran-uri "clisymbols" version))
8716 (sha256
8717 (base32
8718 "1q7gi2zmykhzas9v8fdnbpdq7pzdcpbhim1yxvd2062l777g4j86"))))
8719 (build-system r-build-system)
8720 (home-page "https://github.com/gaborcsardi/clisymbols")
8721 (synopsis "Unicode symbols at the R prompt")
8722 (description
8723 "This package provides a small subset of Unicode symbols, that are useful
8724 when building command line applications. They fall back to alternatives on
8725 terminals that do not support Unicode.")
8726 (license license:expat)))
8727
8728 (define-public r-usethis
8729 (package
8730 (name "r-usethis")
8731 (version "1.5.1")
8732 (source
8733 (origin
8734 (method url-fetch)
8735 (uri (cran-uri "usethis" version))
8736 (sha256
8737 (base32
8738 "07an5wbikilg7cb3q6x5aykw8dfqnjrc3wpfb7gjmy0d9fh20fcy"))))
8739 (build-system r-build-system)
8740 (propagated-inputs
8741 `(("r-clipr" ,r-clipr)
8742 ("r-clisymbols" ,r-clisymbols)
8743 ("r-crayon" ,r-crayon)
8744 ("r-curl" ,r-curl)
8745 ("r-desc" ,r-desc)
8746 ("r-fs" ,r-fs)
8747 ("r-gh" ,r-gh)
8748 ("r-git2r" ,r-git2r)
8749 ("r-glue" ,r-glue)
8750 ("r-purrr" ,r-purrr)
8751 ("r-rlang" ,r-rlang)
8752 ("r-rprojroot" ,r-rprojroot)
8753 ("r-rstudioapi" ,r-rstudioapi)
8754 ("r-whisker" ,r-whisker)
8755 ("r-withr" ,r-withr)
8756 ("r-yaml" ,r-yaml)))
8757 (home-page "https://github.com/r-lib/usethis")
8758 (synopsis "Automate R package and project setup")
8759 (description
8760 "This package helps you to automate R package and project setup tasks
8761 that are otherwise performed manually. This includes setting up unit testing,
8762 test coverage, continuous integration, Git, GitHub integration, licenses,
8763 Rcpp, RStudio projects, and more.")
8764 (license license:gpl3)))
8765
8766 (define-public r-sessioninfo
8767 (package
8768 (name "r-sessioninfo")
8769 (version "1.1.1")
8770 (source
8771 (origin
8772 (method url-fetch)
8773 (uri (cran-uri "sessioninfo" version))
8774 (sha256
8775 (base32
8776 "0j5f3l58fynxx3v0w62vqpii7miabszgljpja36xx9s8hikh8sqn"))))
8777 (build-system r-build-system)
8778 (propagated-inputs
8779 `(("r-cli" ,r-cli)
8780 ("r-withr" ,r-withr)))
8781 (home-page "https://github.com/r-lib/sessioninfo#readme")
8782 (synopsis "R session information")
8783 (description
8784 "This package provides tools to query and print information about the
8785 current R session. It is similar to @code{utils::sessionInfo()}, but includes
8786 more information about packages, and where they were installed from.")
8787 (license license:gpl2)))
8788
8789 (define-public r-remotes
8790 (package
8791 (name "r-remotes")
8792 (version "2.1.0")
8793 (source
8794 (origin
8795 (method url-fetch)
8796 (uri (cran-uri "remotes" version))
8797 (sha256
8798 (base32
8799 "19v8dmnk9l4i9m64p7zgmj7y1vhnnwhi5kyn0k5d034zzkvchi49"))))
8800 (build-system r-build-system)
8801 (home-page "https://github.com/r-lib/remotes#readme")
8802 (synopsis "R package installation from remote repositories")
8803 (description
8804 "Download and install R packages stored in GitHub, BitBucket, or plain
8805 subversion or git repositories. This package is a lightweight replacement of
8806 the @code{install_*} functions in the @code{devtools} package. Indeed most of
8807 the code was copied over from @code{devtools}.")
8808 (license license:gpl2+)))
8809
8810 (define-public r-xopen
8811 (package
8812 (name "r-xopen")
8813 (version "1.0.0")
8814 (source
8815 (origin
8816 (method url-fetch)
8817 (uri (cran-uri "xopen" version))
8818 (sha256
8819 (base32
8820 "1vrvgdika1d63dwygynbv2wmd87ll8dji5dy89hj576n8hw601z2"))))
8821 (build-system r-build-system)
8822 (propagated-inputs
8823 `(("r-processx" ,r-processx)))
8824 (home-page "https://github.com/r-lib/xopen#readme")
8825 (synopsis "Open system files, URLs, anything")
8826 (description
8827 "This package provides a cross-platform solution to open files,
8828 directories or URLs with their associated programs.")
8829 (license license:expat)))
8830
8831 (define-public r-rcmdcheck
8832 (package
8833 (name "r-rcmdcheck")
8834 (version "1.3.3")
8835 (source
8836 (origin
8837 (method url-fetch)
8838 (uri (cran-uri "rcmdcheck" version))
8839 (sha256
8840 (base32
8841 "1d4kzgfqy72r6b7bn1j4znyksrycgypx1jjvpv9lrmvn37mpkdhs"))))
8842 (build-system r-build-system)
8843 (propagated-inputs
8844 `(("r-callr" ,r-callr)
8845 ("r-cli" ,r-cli)
8846 ("r-crayon" ,r-crayon)
8847 ("r-desc" ,r-desc)
8848 ("r-digest" ,r-digest)
8849 ("r-pkgbuild" ,r-pkgbuild)
8850 ("r-prettyunits" ,r-prettyunits)
8851 ("r-r6" ,r-r6)
8852 ("r-rprojroot" ,r-rprojroot)
8853 ("r-sessioninfo" ,r-sessioninfo)
8854 ("r-withr" ,r-withr)
8855 ("r-xopen" ,r-xopen)))
8856 (home-page "https://github.com/r-Lib/rcmdcheck#readme")
8857 (synopsis "Run R CMD check from R and capture results")
8858 (description
8859 "Run @code{R CMD check} from R programmatically, and capture the results
8860 of the individual checks.")
8861 (license license:expat)))
8862
8863 (define-public r-rapportools
8864 (package
8865 (name "r-rapportools")
8866 (version "1.0")
8867 (source
8868 (origin
8869 (method url-fetch)
8870 (uri (cran-uri "rapportools" version))
8871 (sha256
8872 (base32
8873 "1sgv4sc737i12arh5dc3263kjsz3dzg06qihfmrqyax94mv2d01b"))))
8874 (build-system r-build-system)
8875 (propagated-inputs
8876 `(("r-pander" ,r-pander)
8877 ("r-plyr" ,r-plyr)
8878 ("r-reshape" ,r-reshape)))
8879 (home-page "https://cran.r-project.org/web/packages/rapportools/")
8880 (synopsis "Miscellaneous helper functions with sane defaults for reporting")
8881 (description
8882 "This package provides helper functions that act as wrappers to more
8883 advanced statistical methods with the advantage of having sane defaults for
8884 quick reporting.")
8885 (license license:agpl3+)))
8886
8887 (define-public r-pander
8888 (package
8889 (name "r-pander")
8890 (version "0.6.3")
8891 (source
8892 (origin
8893 (method url-fetch)
8894 (uri (cran-uri "pander" version))
8895 (sha256
8896 (base32
8897 "1bd9sdghlsppmff18k5fg3i0visq9f4wc82rlhwq5m82bmgdgnyi"))))
8898 (build-system r-build-system)
8899 (propagated-inputs
8900 `(("r-digest" ,r-digest)
8901 ("r-rcpp" ,r-rcpp)))
8902 (home-page "https://rapporter.github.io/pander")
8903 (synopsis "Render R objects into Pandoc's markdown")
8904 (description
8905 "The main aim of the pander R package is to provide a minimal and easy
8906 tool for rendering R objects into Pandoc's markdown. The package is also
8907 capable of exporting/converting complex Pandoc documents (reports) in various
8908 ways.")
8909 ;; This package is licensed under either the AGPLv3+ or the very rarely
8910 ;; used OSL 3.0.
8911 (license license:agpl3+)))
8912
8913 (define-public r-summarytools
8914 (package
8915 (name "r-summarytools")
8916 (version "0.9.4")
8917 (source
8918 (origin
8919 (method url-fetch)
8920 (uri (cran-uri "summarytools" version))
8921 (sha256
8922 (base32
8923 "1n695baz56mg4f13xjjadfq0xalw5xsn6xicil0yap5hgi8fsr3a"))))
8924 (build-system r-build-system)
8925 (propagated-inputs
8926 `(("r-checkmate" ,r-checkmate)
8927 ("r-dplyr" ,r-dplyr)
8928 ("r-htmltools" ,r-htmltools)
8929 ("r-lubridate" ,r-lubridate)
8930 ("r-magick" ,r-magick)
8931 ("r-matrixstats" ,r-matrixstats)
8932 ("r-pander" ,r-pander)
8933 ("r-pryr" ,r-pryr)
8934 ("r-rapportools" ,r-rapportools)
8935 ("r-rcurl" ,r-rcurl)
8936 ("r-tibble" ,r-tibble)
8937 ("r-tidyr" ,r-tidyr)))
8938 (home-page "https://github.com/dcomtois/summarytools")
8939 (synopsis "Tools to quickly and neatly summarize data")
8940 (description
8941 "This package provides tools for data frame summaries, cross-tabulations,
8942 weight-enabled frequency tables and common univariate statistics in concise
8943 tables available in a variety of formats (plain ASCII, Markdown and HTML). A
8944 good point-of-entry for exploring data, both for experienced and new R
8945 users.")
8946 (license license:gpl2)))
8947
8948 (define-public r-lsei
8949 (package
8950 (name "r-lsei")
8951 (version "1.2-0")
8952 (source
8953 (origin
8954 (method url-fetch)
8955 (uri (cran-uri "lsei" version))
8956 (sha256
8957 (base32
8958 "1xl06fb3is744pxlh42wx5hn1h0ab1k31wnmsmh0524kxzcyp0a7"))))
8959 (build-system r-build-system)
8960 (native-inputs
8961 `(("gfortran" ,gfortran)))
8962 (home-page "https://www.stat.auckland.ac.nz/~yongwang")
8963 (synopsis "Solve regression problems under equality/inequality constraints")
8964 (description
8965 "It contains functions that solve least squares linear regression
8966 problems under linear equality/inequality constraints. Functions for solving
8967 quadratic programming problems are also available, which transform such
8968 problems into least squares ones first.")
8969 (license license:gpl2+)))
8970
8971 (define-public r-npsurv
8972 (package
8973 (name "r-npsurv")
8974 (version "0.4-0")
8975 (source
8976 (origin
8977 (method url-fetch)
8978 (uri (cran-uri "npsurv" version))
8979 (sha256
8980 (base32
8981 "1wq4c9yfha5azjhrn40iiqkshmvh611sa90jp3lh82n4bl9zfk20"))))
8982 (build-system r-build-system)
8983 (propagated-inputs
8984 `(("r-lsei" ,r-lsei)))
8985 (home-page "https://www.stat.auckland.ac.nz/~yongwang")
8986 (synopsis "Nonparametric survival analysis")
8987 (description
8988 "This package contains functions for non-parametric survival analysis of
8989 exact and interval-censored observations.")
8990 (license license:gpl2+)))
8991
8992 (define-public r-clusteval
8993 (package
8994 (name "r-clusteval")
8995 (version "0.1")
8996 (source
8997 (origin
8998 (method url-fetch)
8999 (uri (cran-uri "clusteval" version))
9000 (sha256
9001 (base32
9002 "1ld0bdl4fy8dsfzm3k7a37cyxc6pfc9qs31x4pxd3z5rslghz7rj"))))
9003 (build-system r-build-system)
9004 (propagated-inputs
9005 `(("r-mvtnorm" ,r-mvtnorm)
9006 ("r-rcpp" ,r-rcpp)))
9007 (home-page "https://cran.r-project.org/web/packages/clusteval/")
9008 (synopsis "Evaluation of clustering algorithms")
9009 (description
9010 "This R package provides a suite of tools to evaluate clustering
9011 algorithms, clusterings, and individual clusters.")
9012 (license license:expat)))
9013
9014 (define-public r-tweedie
9015 (package
9016 (name "r-tweedie")
9017 (version "2.3.2")
9018 (source
9019 (origin
9020 (method url-fetch)
9021 (uri (cran-uri "tweedie" version))
9022 (sha256
9023 (base32
9024 "10fv998qjxsyx0h94fi0xbh6xbf24nwgh254n9zfnmix9vk2cqls"))))
9025 (build-system r-build-system)
9026 (native-inputs `(("gfortran" ,gfortran)))
9027 (home-page "https://cran.r-project.org/web/packages/tweedie/")
9028 (synopsis "Evaluation of Tweedie exponential family models")
9029 (description
9030 "Maximum likelihood computations for Tweedie families, including the
9031 series expansion (Dunn and Smyth, 2005; <doi10.1007/s11222-005-4070-y>) and
9032 the Fourier inversion (Dunn and Smyth, 2008; <doi:10.1007/s11222-007-9039-6>),
9033 and related methods.")
9034 (license license:gpl2+)))
9035
9036 (define-public r-rcppgsl
9037 (package
9038 (name "r-rcppgsl")
9039 (version "0.3.7")
9040 (source
9041 (origin
9042 (method url-fetch)
9043 (uri (cran-uri "RcppGSL" version))
9044 (sha256
9045 (base32 "0cnw2k7cfqrm79r6j283aybflxig80x4n4rjkfp2317wf10mrsa5"))))
9046 (properties `((upstream-name . "RcppGSL")))
9047 (build-system r-build-system)
9048 (propagated-inputs
9049 `(("r-rcpp" ,r-rcpp)
9050 ("gsl" ,gsl)))
9051 (native-inputs
9052 `(("r-knitr" ,r-knitr))) ; for vignettes
9053 (home-page "https://cran.r-project.org/web/packages/RcppGSL/")
9054 (synopsis "Rcpp integration for GSL vectors and matrices")
9055 (description
9056 "The GNU Scientific Library (or GSL) is a collection of numerical
9057 routines for scientific computing. It is particularly useful for C and C++
9058 programs as it provides a standard C interface to a wide range of mathematical
9059 routines. There are over 1000 functions in total with an extensive test
9060 suite. The RcppGSL package provides an easy-to-use interface between GSL data
9061 structures and R using concepts from Rcpp which is itself a package that eases
9062 the interfaces between R and C++.")
9063 (license license:gpl2+)))
9064
9065 (define-public r-mvabund
9066 (package
9067 (name "r-mvabund")
9068 (version "4.0.1")
9069 (source
9070 (origin
9071 (method url-fetch)
9072 (uri (cran-uri "mvabund" version))
9073 (sha256
9074 (base32
9075 "0la935gsiryfc0zixxr1dqj0av271x96pqxbi3bp6dksbw5gm68k"))))
9076 (build-system r-build-system)
9077 (propagated-inputs
9078 `(("r-mass" ,r-mass)
9079 ("r-rcpp" ,r-rcpp)
9080 ("r-rcppgsl" ,r-rcppgsl)
9081 ("r-statmod" ,r-statmod)
9082 ("r-tweedie" ,r-tweedie)))
9083 (home-page "https://cran.r-project.org/web/packages/mvabund/")
9084 (synopsis "Statistical methods for analysing multivariate abundance data")
9085 (description
9086 "This package provides a set of tools for displaying, modeling and
9087 analysing multivariate abundance data in community ecology.")
9088 (license license:lgpl2.1+)))
9089
9090 (define-public r-afex
9091 (package
9092 (name "r-afex")
9093 (version "0.25-1")
9094 (source
9095 (origin
9096 (method url-fetch)
9097 (uri (cran-uri "afex" version))
9098 (sha256
9099 (base32
9100 "12n020y7rjm7402940gkqxa5j901p093f381i23p66fa3fyrshkf"))))
9101 (build-system r-build-system)
9102 (propagated-inputs
9103 `(("r-car" ,r-car)
9104 ("r-lme4" ,r-lme4)
9105 ("r-lmertest" ,r-lmertest)
9106 ("r-pbkrtest" ,r-pbkrtest)
9107 ("r-reshape2" ,r-reshape2)))
9108 (home-page "https://afex.singmann.science/")
9109 (synopsis "Analysis of factorial experiments")
9110 (description
9111 "This package provides convenience functions for analyzing factorial
9112 experiments using ANOVA or mixed models.")
9113 (license license:gpl2+)))
9114
9115 (define-public r-lmertest
9116 (package
9117 (name "r-lmertest")
9118 (version "3.1-1")
9119 (source
9120 (origin
9121 (method url-fetch)
9122 (uri (cran-uri "lmerTest" version))
9123 (sha256
9124 (base32
9125 "0r2vvs3nl6p8xla3gd943khb4ixp0alvspqpnz2y6n3wk8zgh3jj"))))
9126 (properties `((upstream-name . "lmerTest")))
9127 (build-system r-build-system)
9128 (propagated-inputs
9129 `(("r-ggplot2" ,r-ggplot2)
9130 ("r-lme4" ,r-lme4)
9131 ("r-mass" ,r-mass)
9132 ("r-numderiv" ,r-numderiv)))
9133 (home-page "https://github.com/runehaubo/lmerTestR")
9134 (synopsis "Tests in linear mixed effects models")
9135 (description
9136 "This package provides p-values in type I, II or III anova and summary
9137 tables for @code{lmer} model fits via Satterthwaite's degrees of freedom
9138 method. A Kenward-Roger method is also available via the @code{pbkrtest}
9139 package. Model selection methods include step, drop1 and anova-like tables
9140 for random effects (ranova). Methods for Least-Square means (LS-means) and
9141 tests of linear contrasts of fixed effects are also available.")
9142 (license license:gpl2+)))
9143
9144 (define-public r-r2glmm
9145 (package
9146 (name "r-r2glmm")
9147 (version "0.1.2")
9148 (source
9149 (origin
9150 (method url-fetch)
9151 (uri (cran-uri "r2glmm" version))
9152 (sha256
9153 (base32
9154 "0iim92blpa59vgz97c2pi05yhbjjmaffdbkbmk5kplfb2vmazgiy"))))
9155 (build-system r-build-system)
9156 (propagated-inputs
9157 `(("r-afex" ,r-afex)
9158 ("r-data-table" ,r-data-table)
9159 ("r-dplyr" ,r-dplyr)
9160 ("r-ggplot2" ,r-ggplot2)
9161 ("r-gridextra" ,r-gridextra)
9162 ("r-lmertest" ,r-lmertest)
9163 ("r-mass" ,r-mass)
9164 ("r-matrix" ,r-matrix)
9165 ("r-mgcv" ,r-mgcv)
9166 ("r-pbkrtest" ,r-pbkrtest)))
9167 (home-page "https://github.com/bcjaeger/r2glmm")
9168 (synopsis "Compute R squared for mixed (multilevel) models")
9169 (description
9170 "This package computes model and semi partial R squared with confidence
9171 limits for the linear and generalized linear mixed model (LMM and GLMM). The
9172 R squared measure from L. J. Edwards et al. (2008) is extended to the GLMM
9173 using @dfn{penalized quasi-likelihood} (PQL) estimation (see Jaeger et
9174 al. (2016)).")
9175 (license license:gpl2)))
9176
9177 (define-public r-weights
9178 (package
9179 (name "r-weights")
9180 (version "1.0")
9181 (source
9182 (origin
9183 (method url-fetch)
9184 (uri (cran-uri "weights" version))
9185 (sha256
9186 (base32
9187 "0186bfpkhxngrshac6bpg37alp6slwhwd43inrm8hqg0vhpfgc4c"))))
9188 (build-system r-build-system)
9189 (propagated-inputs
9190 `(("r-gdata" ,r-gdata)
9191 ("r-hmisc" ,r-hmisc)
9192 ("r-mice" ,r-mice)))
9193 (home-page
9194 "https://cran.r-project.org/web/packages/weights/")
9195 (synopsis "Weighting and weighted statistics")
9196 (description "This package Provides a variety of functions for producing
9197 simple weighted statistics, such as weighted Pearson's correlations, partial
9198 correlations, Chi-Squared statistics, histograms, and t-tests. Also now
9199 includes some software for quickly recoding survey data and plotting point
9200 estimates from interaction terms in regressions (and multiply imputed
9201 regressions). NOTE: Weighted partial correlation calculations pulled to
9202 address a bug.")
9203 (license license:gpl2+)))
9204
9205 (define-public r-rcppannoy
9206 (package
9207 (name "r-rcppannoy")
9208 (version "0.0.14")
9209 (source
9210 (origin
9211 (method url-fetch)
9212 (uri (cran-uri "RcppAnnoy" version))
9213 (sha256
9214 (base32
9215 "1wiigx5g5788j6lyc3f6bs1rsvc4alyc3052g35hxl1giinxmhn4"))))
9216 (properties `((upstream-name . "RcppAnnoy")))
9217 (build-system r-build-system)
9218 (propagated-inputs
9219 `(("r-rcpp" ,r-rcpp)))
9220 (native-inputs
9221 `(("r-knitr" ,r-knitr))) ; for vignettes
9222 (home-page "https://cran.r-project.org/web/packages/RcppAnnoy/")
9223 (synopsis "Rcpp bindings for Annoy, a library for Approximate Nearest Neighbors")
9224 (description
9225 "Annoy is a small C++ library for Approximate Nearest Neighbors written
9226 for efficient memory usage as well an ability to load from and save to disk.
9227 This package provides an R interface.")
9228 ;; Annoy is released under ASL 2.0, but this wrapper is released under
9229 ;; GPLv2+.
9230 (license (list license:gpl2+ license:asl2.0))))
9231
9232 (define-public r-rcpphnsw
9233 (package
9234 (name "r-rcpphnsw")
9235 (version "0.2.0")
9236 (source
9237 (origin
9238 (method url-fetch)
9239 (uri (cran-uri "RcppHNSW" version))
9240 (sha256
9241 (base32
9242 "0gqdkw7vkcm544rz45g0hplg836ygzbfwk9gh9wr0817icvdb3qv"))))
9243 (properties `((upstream-name . "RcppHNSW")))
9244 (build-system r-build-system)
9245 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
9246 (home-page "https://cran.r-project.org/web/packages/RcppHNSW/")
9247 (synopsis "Rcpp bindings for hnswlib, a library for approximate nearest neighbors")
9248 (description
9249 "Hnswlib is a C++ library for approximate nearest neighbors. This
9250 package provides a minimal R interface by relying on the Rcpp package.")
9251 ;; hnswlib is released under Version 2.0 of the Apache License.
9252 (license (list license:gpl3 license:asl2.0))))
9253
9254 (define-public r-rcppparallel
9255 (package
9256 (name "r-rcppparallel")
9257 (version "4.4.4")
9258 (source
9259 (origin
9260 (method url-fetch)
9261 (uri (cran-uri "RcppParallel" version))
9262 (sha256
9263 (base32
9264 "0p13f2mywjr7gmskf8ri4y8p5yr1bvr4xrpw2w11vdvafwz1vcia"))))
9265 (properties `((upstream-name . "RcppParallel")))
9266 (build-system r-build-system)
9267 (home-page "http://rcppcore.github.io/RcppParallel")
9268 (synopsis "Parallel programming tools for Rcpp")
9269 (description
9270 "This package provides high level functions for parallel programming with
9271 Rcpp. For example, the @code{parallelFor()} function can be used to convert
9272 the work of a standard serial @code{for} loop into a parallel one and the
9273 @code{parallelReduce()} function can be used for accumulating aggregates or
9274 other values.")
9275 (license license:gpl2)))
9276
9277 (define-public r-ncdf4
9278 (package
9279 (name "r-ncdf4")
9280 (version "1.17")
9281 (source
9282 (origin
9283 (method url-fetch)
9284 (uri (cran-uri "ncdf4" version))
9285 (sha256
9286 (base32
9287 "1xls44ln2zjrrlimxl8v4bk2ni3g45c9j0gxdnjx31rikmrc95fv"))))
9288 (build-system r-build-system)
9289 (inputs
9290 `(("netcdf" ,netcdf)
9291 ("zlib" ,zlib)))
9292 (home-page "https://cran.r-project.org/web/packages/ncdf4/index.html")
9293 (synopsis "R interface to Unidata netCDF format data files")
9294 (description
9295 "This package provides a high-level R interface to data files written
9296 using Unidata's netCDF library (version 4 or earlier), which are binary data
9297 files that are portable across platforms and include metadata information in
9298 addition to the data sets. Using this package, netCDF files can be opened and
9299 data sets read in easily. It is also easy to create new netCDF dimensions,
9300 variables, and files, in either version 3 or 4 format, and manipulate existing
9301 netCDF files.")
9302 (license license:gpl3+)))
9303
9304 (define-public r-biocmanager
9305 (package
9306 (name "r-biocmanager")
9307 (version "1.30.10")
9308 (source
9309 (origin
9310 (method url-fetch)
9311 (uri (cran-uri "BiocManager" version))
9312 (sha256
9313 (base32 "03n9s2vf7vgpgb5alpxwamf9xfkn32cbzngwyn6spq1bnh9a9dzk"))))
9314 (properties `((upstream-name . "BiocManager")))
9315 (build-system r-build-system)
9316 (home-page "https://cran.r-project.org/web/packages/BiocManager/")
9317 (synopsis "Access the Bioconductor project package repository")
9318 (description
9319 "This package provides a convenient tool to install and update
9320 Bioconductor packages.")
9321 (license license:artistic2.0)))
9322
9323 (define-public r-rgl
9324 (package
9325 (name "r-rgl")
9326 (version "0.100.30")
9327 (source
9328 (origin
9329 (method url-fetch)
9330 (uri (cran-uri "rgl" version))
9331 (sha256
9332 (base32
9333 "0rzqzskcwf2ah4yr62x5rjwf7yh90d43h39gk7jmfc5lc08zaxc5"))))
9334 (build-system r-build-system)
9335 (native-inputs
9336 `(("pkg-config" ,pkg-config)))
9337 (inputs
9338 `(("freetype" ,freetype)
9339 ("libpng" ,libpng)
9340 ("glu" ,glu)
9341 ("libx11" ,libx11)
9342 ("ghc-pandoc" ,ghc-pandoc)
9343 ("zlib" ,zlib)))
9344 (propagated-inputs
9345 `(("r-crosstalk" ,r-crosstalk)
9346 ("r-htmltools" ,r-htmltools)
9347 ("r-htmlwidgets" ,r-htmlwidgets)
9348 ("r-jsonlite" ,r-jsonlite)
9349 ("r-knitr" ,r-knitr)
9350 ("r-magrittr" ,r-magrittr)
9351 ("r-manipulatewidget" ,r-manipulatewidget)
9352 ("r-shiny" ,r-shiny)))
9353 (home-page "https://r-forge.r-project.org/projects/rgl/")
9354 (synopsis "3D visualization using OpenGL")
9355 (description
9356 "This package provides medium to high level functions for 3D interactive graphics,
9357 including functions modelled on base graphics (@code{plot3d()}, etc.) as well
9358 as functions for constructing representations of geometric
9359 objects (@code{cube3d()}, etc.). Output may be on screen using OpenGL, or to
9360 various standard 3D file formats including WebGL, PLY, OBJ, STL as well as 2D
9361 image formats, including PNG, Postscript, SVG, PGF.")
9362 ;; Any version of the GPL.
9363 (license (list license:gpl2+ license:gpl3+))))
9364
9365 (define-public r-multicool
9366 (package
9367 (name "r-multicool")
9368 (version "0.1-11")
9369 (source
9370 (origin
9371 (method url-fetch)
9372 (uri (cran-uri "multicool" version))
9373 (sha256
9374 (base32
9375 "0xk408qbz9cxwf51j3pmy55gcjcnws8mc6j3vyn9zhramxj7x40w"))))
9376 (build-system r-build-system)
9377 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
9378 (home-page "https://cran.r-project.org/web/packages/multicool/")
9379 (synopsis "Permutations of multisets in cool-lex order")
9380 (description
9381 "This package provides a set of tools to permute multisets without loops
9382 or hash tables and to generate integer partitions. Cool-lex order is similar
9383 to colexicographical order.")
9384 (license license:gpl2)))
9385
9386 (define-public r-misc3d
9387 (package
9388 (name "r-misc3d")
9389 (version "0.8-4")
9390 (source
9391 (origin
9392 (method url-fetch)
9393 (uri (cran-uri "misc3d" version))
9394 (sha256
9395 (base32
9396 "0qjzpw3h09qi2gfz52b7nhzd95p7yyxsd03fldc9wzzn6wi3vpkm"))))
9397 (build-system r-build-system)
9398 (home-page "https://cran.r-project.org/web/packages/misc3d/")
9399 (synopsis "Miscellaneous 3D Plots")
9400 (description
9401 "This package provides a collection of miscellaneous 3d plots, including
9402 isosurfaces.")
9403 ;; Any version of the GPL.
9404 (license (list license:gpl2+ license:gpl3+))))
9405
9406 (define-public r-ks
9407 (package
9408 (name "r-ks")
9409 (version "1.11.6")
9410 (source
9411 (origin
9412 (method url-fetch)
9413 (uri (cran-uri "ks" version))
9414 (sha256
9415 (base32 "0hcccjfqnzdxkmnfzq8c5a7yhc138azwyl7rp29d1vl1jawwrwfq"))))
9416 (build-system r-build-system)
9417 (propagated-inputs
9418 `(("r-fnn" ,r-fnn)
9419 ("r-kernlab" ,r-kernlab)
9420 ("r-kernsmooth" ,r-kernsmooth)
9421 ("r-matrix" ,r-matrix)
9422 ("r-mclust" ,r-mclust)
9423 ("r-mgcv" ,r-mgcv)
9424 ("r-multicool" ,r-multicool)
9425 ("r-mvtnorm" ,r-mvtnorm)))
9426 (home-page "http://www.mvstat.net/tduong/")
9427 (synopsis "Kernel smoothing")
9428 (description
9429 "This package provides kernel smoothers for univariate and multivariate
9430 data, including density functions, density derivatives, cumulative
9431 distributions, modal clustering, discriminant analysis, and two-sample
9432 hypothesis testing.")
9433 ;; Either version of the GPL.
9434 (license (list license:gpl2 license:gpl3))))
9435
9436 (define-public r-feature
9437 (package
9438 (name "r-feature")
9439 (version "1.2.13")
9440 (source
9441 (origin
9442 (method url-fetch)
9443 (uri (cran-uri "feature" version))
9444 (sha256
9445 (base32
9446 "07hkw0bv38naj2hdsx4xxrm2dngi6w3rbvgr7s50bjic8hlgy1ra"))))
9447 (build-system r-build-system)
9448 (propagated-inputs
9449 `(("r-ks" ,r-ks)
9450 ("r-misc3d" ,r-misc3d)
9451 ("r-rgl" ,r-rgl)))
9452 (home-page "http://www.mvstat.net/tduong/")
9453 (synopsis "Inferential feature significance for kernel density estimation")
9454 (description
9455 "The feature package contains functions to display and compute kernel
9456 density estimates, significant gradient and significant curvature regions.
9457 Significant gradient and/or curvature regions often correspond to significant
9458 features (e.g. local modes).")
9459 ;; Either version of the GPL.
9460 (license (list license:gpl2 license:gpl3))))
9461
9462 (define-public r-arm
9463 (package
9464 (name "r-arm")
9465 (version "1.10-1")
9466 (source
9467 (origin
9468 (method url-fetch)
9469 (uri (cran-uri "arm" version))
9470 (sha256
9471 (base32
9472 "0vvp90jygajd6ydky57z66wqjq9msfbl88irj5jbsray574mh4bg"))))
9473 (build-system r-build-system)
9474 (propagated-inputs
9475 `(("r-abind" ,r-abind)
9476 ("r-coda" ,r-coda)
9477 ("r-lme4" ,r-lme4)
9478 ("r-mass" ,r-mass)
9479 ("r-matrix" ,r-matrix)
9480 ("r-nlme" ,r-nlme)))
9481 (home-page "https://cran.r-project.org/web/packages/arm/")
9482 (synopsis "Data analysis using regression and multilevel/hierarchical models")
9483 (description
9484 "This package provides functions to accompany A. Gelman and J. Hill,
9485 Data Analysis Using Regression and Multilevel/Hierarchical Models, Cambridge
9486 University Press, 2007.")
9487 (license license:gpl3+)))
9488
9489 (define-public r-circular
9490 (package
9491 (name "r-circular")
9492 (version "0.4-93")
9493 (source
9494 (origin
9495 (method url-fetch)
9496 (uri (cran-uri "circular" version))
9497 (sha256
9498 (base32
9499 "0hki85rs8wc5950pjaw28q54rly2napfbcrx3pchlfap6wwy5kkn"))))
9500 (build-system r-build-system)
9501 (propagated-inputs
9502 `(("r-boot" ,r-boot)
9503 ("r-mvtnorm" ,r-mvtnorm)))
9504 (native-inputs
9505 `(("gfortran" ,gfortran)))
9506 (home-page "https://cran.r-project.org/web/packages/circular/")
9507 (synopsis "Circular statistics")
9508 (description
9509 "This package provides tools for circular statistics, from \"Topics in
9510 circular Statistics\" (2001) S. Rao Jammalamadaka and A. SenGupta, World
9511 Scientific.")
9512 (license license:gpl2+)))
9513
9514 (define-public r-activity
9515 (package
9516 (name "r-activity")
9517 (version "1.3")
9518 (source
9519 (origin
9520 (method url-fetch)
9521 (uri (cran-uri "activity" version))
9522 (sha256
9523 (base32
9524 "12imqj366dp6pam5gap6ji56p5wf1073xz5g4iikfxf5l8snxw92"))))
9525 (build-system r-build-system)
9526 (propagated-inputs
9527 `(("r-circular" ,r-circular)
9528 ("r-insol" ,r-insol)
9529 ("r-pbapply" ,r-pbapply)))
9530 (home-page "https://cran.r-project.org/web/packages/activity/")
9531 (synopsis "Animal activity statistics")
9532 (description
9533 "This package provides functions to fit kernel density functions to
9534 animal activity time data; plot activity distributions; quantify overall
9535 levels of activity; statistically compare activity metrics through
9536 bootstrapping; and evaluate variation in linear variables with time (or other
9537 circular variables).")
9538 (license license:gpl3)))
9539
9540 (define-public r-ouch
9541 (package
9542 (name "r-ouch")
9543 (version "2.14-1")
9544 (source
9545 (origin
9546 (method url-fetch)
9547 (uri (cran-uri "ouch" version))
9548 (sha256
9549 (base32
9550 "0ddf9bw5lhj8vb0ja78jf99i0smq4rgmm842k4a4ygap41vdyn2b"))))
9551 (build-system r-build-system)
9552 (propagated-inputs `(("r-subplex" ,r-subplex)))
9553 (home-page "http://kingaa.github.io/ouch/")
9554 (synopsis "Ornstein-Uhlenbeck models for phylogenetic comparative hypotheses")
9555 (description
9556 "This package provides tools to fit and compare Ornstein-Uhlenbeck models
9557 for evolution along a phylogenetic tree.")
9558 (license license:gpl2+)))
9559
9560 (define-public r-fmsb
9561 (package
9562 (name "r-fmsb")
9563 (version "0.7.0")
9564 (source
9565 (origin
9566 (method url-fetch)
9567 (uri (cran-uri "fmsb" version))
9568 (sha256
9569 (base32
9570 "0x1wkzfdvv4s5xmr0whcwjz4aac71gacwymj2c3mzj2bbswwlw45"))))
9571 (build-system r-build-system)
9572 (home-page "http://minato.sip21c.org/msb/")
9573 (synopsis "Functions for medical statistics book with demographic data")
9574 (description
9575 "This package provides several utility functions for the book entitled
9576 \"Practices of Medical and Health Data Analysis using R\" (Pearson Education
9577 Japan, 2007) with Japanese demographic data and some demographic analysis
9578 related functions.")
9579 (license license:gpl2+)))
9580
9581 (define-public r-stabledist
9582 (package
9583 (name "r-stabledist")
9584 (version "0.7-1")
9585 (source
9586 (origin
9587 (method url-fetch)
9588 (uri (cran-uri "stabledist" version))
9589 (sha256
9590 (base32
9591 "0scar396wiq6wkbkvwp4qrxqc1m075y56p37i6iry5rw796p1i86"))))
9592 (build-system r-build-system)
9593 (home-page "http://www.rmetrics.org")
9594 (synopsis "Stable distribution functions")
9595 (description
9596 "This package provides density, probability and quantile functions, and
9597 random number generation for (skew) stable distributions, using the
9598 parametrizations of Nolan.")
9599 (license license:gpl2+)))
9600
9601 (define-public r-gsl
9602 (package
9603 (name "r-gsl")
9604 (version "2.1-6")
9605 (source
9606 (origin
9607 (method url-fetch)
9608 (uri (cran-uri "gsl" version))
9609 (sha256
9610 (base32
9611 "0p4rh7npp6qbfc5sxjq86xjn7c9ivf3pd60qf1hldwckjqin7m7m"))))
9612 (build-system r-build-system)
9613 (inputs
9614 `(("gsl" ,gsl)))
9615 (home-page "https://cran.r-project.org/web/packages/gsl")
9616 (synopsis "Wrapper for the GNU Scientific Library")
9617 (description
9618 "This package provides an R wrapper for the special functions and quasi
9619 random number generators of the GNU Scientific Library.")
9620 (license license:gpl2+)))
9621
9622 (define-public r-adgoftest
9623 (package
9624 (name "r-adgoftest")
9625 (version "0.3")
9626 (source
9627 (origin
9628 (method url-fetch)
9629 (uri (cran-uri "ADGofTest" version))
9630 (sha256
9631 (base32
9632 "0ik817qzqp6kfbckjp1z7srlma0w6z2zcwykh0jdiv7nahwk3ncw"))))
9633 (properties `((upstream-name . "ADGofTest")))
9634 (build-system r-build-system)
9635 (home-page "https://cran.r-project.org/web/packages/ADGofTest")
9636 (synopsis "Anderson-Darling GoF test")
9637 (description
9638 "This package provides an implementation of the Anderson-Darling GoF test
9639 with p-value calculation based on Marsaglia's 2004 paper \"Evaluating the
9640 Anderson-Darling Distribution\".")
9641 ;; Any version of the GPL.
9642 (license license:gpl3+)))
9643
9644 (define-public r-softimpute
9645 (package
9646 (name "r-softimpute")
9647 (version "1.4")
9648 (source
9649 (origin
9650 (method url-fetch)
9651 (uri (cran-uri "softImpute" version))
9652 (sha256
9653 (base32
9654 "07cxbzkl08q58m1455i139952rmryjlic4s2f2hscl5zxxmfdxcq"))))
9655 (properties `((upstream-name . "softImpute")))
9656 (build-system r-build-system)
9657 (propagated-inputs
9658 `(("r-matrix" ,r-matrix)))
9659 (native-inputs
9660 `(("gfortran" ,gfortran)))
9661 (home-page "https://cran.r-project.org/web/packages/softImpute")
9662 (synopsis "Matrix completion via iterative soft-thresholded SVD")
9663 (description
9664 "This package provides iterative methods for matrix completion that use
9665 nuclear-norm regularization. The package includes procedures for centering
9666 and scaling rows, columns or both, and for computing low-rank @dfn{single
9667 value decompositions} (SVDs) on large sparse centered matrices (i.e. principal
9668 components).")
9669 (license license:gpl2)))
9670
9671 (define-public r-fftwtools
9672 (package
9673 (name "r-fftwtools")
9674 (version "0.9-8")
9675 (source
9676 (origin
9677 (method url-fetch)
9678 (uri (cran-uri "fftwtools" version))
9679 (sha256
9680 (base32
9681 "1nqvpzda281rxi1cmwajxxsn3sc3gz7scv8bvs5jm34kf36whha6"))))
9682 (build-system r-build-system)
9683 (inputs `(("fftw" ,fftw)))
9684 (home-page "https://github.com/krahim/fftwtools")
9685 (synopsis "Wrapper for FFTW3")
9686 (description
9687 "This package provides a wrapper for several FFTW functions. It provides
9688 access to the two-dimensional FFT, the multivariate FFT, and the
9689 one-dimensional real to complex FFT using the FFTW3 library. The package
9690 includes the functions @code{fftw()} and @code{mvfftw()} which are designed to
9691 mimic the functionality of the R functions @code{fft()} and @code{mvfft()}.
9692 The FFT functions have a parameter that allows them to not return the
9693 redundant complex conjugate when the input is real data.")
9694 (license license:gpl2+)))
9695
9696 (define-public r-tiff
9697 (package
9698 (name "r-tiff")
9699 (version "0.1-5")
9700 (source
9701 (origin
9702 (method url-fetch)
9703 (uri (cran-uri "tiff" version))
9704 (sha256
9705 (base32
9706 "0asf2bws3x3yd3g3ixvk0f86b0mdf882pl8xrqlxrkbgjalyc54m"))))
9707 (build-system r-build-system)
9708 (inputs
9709 `(("libtiff" ,libtiff)
9710 ("libjpeg" ,libjpeg)
9711 ("zlib" ,zlib)))
9712 (home-page "http://www.rforge.net/tiff/")
9713 (synopsis "Read and write TIFF images")
9714 (description
9715 "This package provides an easy and simple way to read, write and display
9716 bitmap images stored in the TIFF format. It can read and write both files and
9717 in-memory raw vectors.")
9718 ;; Either of these two license versions.
9719 (license (list license:gpl2 license:gpl3))))
9720
9721 (define-public r-nlp
9722 (package
9723 (name "r-nlp")
9724 (version "0.2-0")
9725 (source
9726 (origin
9727 (method url-fetch)
9728 (uri (cran-uri "NLP" version))
9729 (sha256
9730 (base32
9731 "0xbhkrnxcbf322jfw31xcn4y2gnk5y7ccq1bz4h3prf44h0whr7w"))))
9732 (properties `((upstream-name . "NLP")))
9733 (build-system r-build-system)
9734 (home-page "https://cran.r-project.org/web/packages/NLP/")
9735 (synopsis "Natural language processing infrastructure")
9736 (description
9737 "This package provides basic classes and methods for Natural Language
9738 Processing.")
9739 (license license:gpl3)))
9740
9741 (define-public r-tm
9742 (package
9743 (name "r-tm")
9744 (version "0.7-7")
9745 (source
9746 (origin
9747 (method url-fetch)
9748 (uri (cran-uri "tm" version))
9749 (sha256
9750 (base32
9751 "0pyics8j7a4wkh5gzin46l0qars5vgbb1886xqpdqjs1z0gy9nyh"))))
9752 (properties `((upstream-name . "tm")))
9753 (build-system r-build-system)
9754 (propagated-inputs
9755 `(("r-bh" ,r-bh)
9756 ("r-nlp" ,r-nlp)
9757 ("r-rcpp" ,r-rcpp)
9758 ("r-slam" ,r-slam)
9759 ("r-xml2" ,r-xml2)))
9760 (home-page "http://tm.r-forge.r-project.org/")
9761 (synopsis "Text mining package")
9762 (description
9763 "This package provides a framework for text mining applications within R.")
9764 (license license:gpl3)))
9765
9766 (define-public r-waveslim
9767 (package
9768 (name "r-waveslim")
9769 (version "1.7.5.1")
9770 (source
9771 (origin
9772 (method url-fetch)
9773 (uri (cran-uri "waveslim" version))
9774 (sha256
9775 (base32
9776 "0mky0nb4xxp8rybp87mxw2f1q6k400wpxv01zr4injv7ja6028xk"))))
9777 (build-system r-build-system)
9778 (native-inputs
9779 `(("gfortran" ,gfortran)))
9780 (home-page "http://waveslim.blogspot.com")
9781 (synopsis "Basic wavelet routines for signal processing")
9782 (description
9783 "This package provides basic wavelet routines for time series (1D),
9784 image (2D) and array (3D) analysis. The code provided here is based on
9785 wavelet methodology developed in Percival and Walden (2000); Gencay, Selcuk
9786 and Whitcher (2001); the dual-tree complex wavelet transform (DTCWT) from
9787 Kingsbury (1999, 2001) as implemented by Selesnick; and Hilbert wavelet
9788 pairs (Selesnick 2001, 2002).")
9789 (license license:bsd-3)))
9790
9791 (define-public r-wordcloud
9792 (package
9793 (name "r-wordcloud")
9794 (version "2.6")
9795 (source
9796 (origin
9797 (method url-fetch)
9798 (uri (cran-uri "wordcloud" version))
9799 (sha256
9800 (base32
9801 "0j96yyvm6bcrrpbdx4w26piqx44a0vbsr3px9cb4zk8a8da6jwak"))))
9802 (build-system r-build-system)
9803 (propagated-inputs
9804 `(("r-rcolorbrewer" ,r-rcolorbrewer)
9805 ("r-rcpp" ,r-rcpp)
9806 ;; The "tm" package is only "suggested" according to CRAN, but the
9807 ;; wordcloud package cannot be loaded without it.
9808 ("r-tm" ,r-tm)))
9809 (home-page "https://cran.r-project.org/web/packages/wordcloud")
9810 (synopsis "Word clouds")
9811 (description
9812 "This package provides functionality to create pretty word clouds,
9813 visualize differences and similarity between documents, and avoid
9814 over-plotting in scatter plots with text.")
9815 (license license:lgpl2.1)))
9816
9817 (define-public r-colorramps
9818 (package
9819 (name "r-colorramps")
9820 (version "2.3")
9821 (source
9822 (origin
9823 (method url-fetch)
9824 (uri (cran-uri "colorRamps" version))
9825 (sha256
9826 (base32
9827 "0shbjh83x1axv4drm5r3dwgbyv70idih8z4wlzjs4hiac2qfl41z"))))
9828 (properties `((upstream-name . "colorRamps")))
9829 (build-system r-build-system)
9830 (home-page "https://cran.r-project.org/web/packages/colorRamps")
9831 (synopsis "Build color tables")
9832 (description "This package provides features to build gradient color
9833 maps.")
9834 ;; Any version of the GPL
9835 (license license:gpl3+)))
9836
9837 (define-public r-tidytree
9838 (package
9839 (name "r-tidytree")
9840 (version "0.3.1")
9841 (source
9842 (origin
9843 (method url-fetch)
9844 (uri (cran-uri "tidytree" version))
9845 (sha256
9846 (base32 "1bnzs62z2l8ck2h9gabmxvayizv4nfn8dmyzry83fv0cspjbyiv7"))))
9847 (build-system r-build-system)
9848 (propagated-inputs
9849 `(("r-ape" ,r-ape)
9850 ("r-dplyr" ,r-dplyr)
9851 ("r-lazyeval" ,r-lazyeval)
9852 ("r-magrittr" ,r-magrittr)
9853 ("r-rlang" ,r-rlang)
9854 ("r-tibble" ,r-tibble)))
9855 (home-page "https://github.com/GuangchuangYu/tidytree")
9856 (synopsis "Tidy tool for phylogenetic tree data manipulation")
9857 (description
9858 "Phylogenetic trees generally contain multiple components including nodes,
9859 edges, branches and associated data. This package provides an approach to
9860 convert tree objects to tidy data frames. It also provides tidy interfaces to
9861 manipulate tree data.")
9862 (license license:artistic2.0)))
9863
9864 (define-public r-rvcheck
9865 (package
9866 (name "r-rvcheck")
9867 (version "0.1.7")
9868 (source
9869 (origin
9870 (method url-fetch)
9871 (uri (cran-uri "rvcheck" version))
9872 (sha256
9873 (base32 "1a3xlzi4n1rqiapfa180aif7n7nws8pbg8k3nk7ccaczvmni38aw"))))
9874 (build-system r-build-system)
9875 (propagated-inputs
9876 `(("r-biocmanager" ,r-biocmanager)
9877 ("r-rlang" ,r-rlang)))
9878 (home-page "https://cran.r-project.org/web/packages/rvcheck")
9879 (synopsis "R package version check")
9880 (description
9881 "This package provides tools to check the latest release version of R and
9882 R packages (on CRAN, Bioconductor or Github).")
9883 (license license:artistic2.0)))
9884
9885 (define-public r-docopt
9886 (package
9887 (name "r-docopt")
9888 (version "0.6.1")
9889 (source
9890 (origin
9891 (method url-fetch)
9892 (uri (cran-uri "docopt" version))
9893 (sha256
9894 (base32
9895 "06zknnd0c5s2y0hbddzdlr3m63ib783izpck6pgz7sjbab5pd068"))))
9896 (build-system r-build-system)
9897 (home-page "https://github.com/docopt/docopt.R")
9898 (synopsis "Command-line interface specification language")
9899 (description
9900 "This package enables you to define a command-line interface by just
9901 giving it a description in the specific format.")
9902 (license license:expat)))
9903
9904 (define-public r-sparsesvd
9905 (package
9906 (name "r-sparsesvd")
9907 (version "0.2")
9908 (source
9909 (origin
9910 (method url-fetch)
9911 (uri (cran-uri "sparsesvd" version))
9912 (sha256
9913 (base32
9914 "1xm969fjq3fv1p2sqza2apz8picibj4s2agpwf1sx9nwn3b587qs"))))
9915 (build-system r-build-system)
9916 (propagated-inputs `(("r-matrix" ,r-matrix)))
9917 (home-page "http://tedlab.mit.edu/~dr/SVDLIBC/")
9918 (synopsis "Sparse truncated singular value decomposition")
9919 (description
9920 "This package provides a Wrapper around the SVDLIBC library
9921 for (truncated) singular value decomposition of a sparse matrix. Currently,
9922 only sparse real matrices in Matrix package format are supported.")
9923 ;; SVDLIBC is released under BSD-2. The R interface is released under
9924 ;; BSD-3.
9925 (license (list license:bsd-3 license:bsd-2))))
9926
9927 (define-public r-speedglm
9928 (package
9929 (name "r-speedglm")
9930 (version "0.3-2")
9931 (source
9932 (origin
9933 (method url-fetch)
9934 (uri (cran-uri "speedglm" version))
9935 (sha256
9936 (base32
9937 "1b25zimk0z7ad62yacqdg0zk0qs0jja4i918ym942xfw4j1z3jjz"))))
9938 (build-system r-build-system)
9939 (propagated-inputs
9940 `(("r-mass" ,r-mass)
9941 ("r-matrix" ,r-matrix)))
9942 (home-page "https://cran.r-project.org/web/packages/speedglm")
9943 (synopsis "Fit linear and generalized linear models to large data sets")
9944 (description
9945 "This package provides tools for fitting linear models and generalized
9946 linear models to large data sets by updating algorithms.")
9947 ;; Any version of the GPL
9948 (license license:gpl2+)))
9949
9950 (define-public r-densityclust
9951 (package
9952 (name "r-densityclust")
9953 (version "0.3")
9954 (source
9955 (origin
9956 (method url-fetch)
9957 (uri (cran-uri "densityClust" version))
9958 (sha256
9959 (base32
9960 "1zry0vafajzmr37aylglxfvwplhdygbkb9cvzvh8cy0xgnjrnx13"))))
9961 (properties `((upstream-name . "densityClust")))
9962 (build-system r-build-system)
9963 (propagated-inputs
9964 `(("r-fnn" ,r-fnn)
9965 ("r-ggplot2" ,r-ggplot2)
9966 ("r-ggrepel" ,r-ggrepel)
9967 ("r-gridextra" ,r-gridextra)
9968 ("r-rcolorbrewer" ,r-rcolorbrewer)
9969 ("r-rcpp" ,r-rcpp)
9970 ("r-rtsne" ,r-rtsne)))
9971 (home-page "https://cran.r-project.org/web/packages/densityClust")
9972 (synopsis "Clustering by fast search and find of density peaks")
9973 (description
9974 "This package provides an improved implementation (based on k-nearest
9975 neighbors) of the density peak clustering algorithm, originally described by
9976 Alex Rodriguez and Alessandro Laio (Science, 2014 vol. 344). It can handle
9977 large datasets (> 100,000 samples) very efficiently.")
9978 (license license:gpl2+)))
9979
9980 (define-public r-combinat
9981 (package
9982 (name "r-combinat")
9983 (version "0.0-8")
9984 (source
9985 (origin
9986 (method url-fetch)
9987 (uri (cran-uri "combinat" version))
9988 (sha256
9989 (base32
9990 "1h9hr88gigihc4na7lb5i7rn4az1xa7sb34zvnznaj6pdrmwy4qm"))))
9991 (build-system r-build-system)
9992 (home-page "https://cran.r-project.org/web/packages/combinat")
9993 (synopsis "Combinatorics utilities")
9994 (description "This package provides assorted routines for combinatorics.")
9995 (license license:gpl2)))
9996
9997 (define-public r-qlcmatrix
9998 (package
9999 (name "r-qlcmatrix")
10000 (version "0.9.7")
10001 (source
10002 (origin
10003 (method url-fetch)
10004 (uri (cran-uri "qlcMatrix" version))
10005 (sha256
10006 (base32
10007 "0iqkcvvy8rxlk0s83sjq57dd6fadb18p5z31lzy0gnzv1hsy1x8y"))))
10008 (properties `((upstream-name . "qlcMatrix")))
10009 (build-system r-build-system)
10010 (propagated-inputs
10011 `(("r-docopt" ,r-docopt)
10012 ("r-matrix" ,r-matrix)
10013 ("r-slam" ,r-slam)
10014 ("r-sparsesvd" ,r-sparsesvd)))
10015 (home-page "https://cran.r-project.org/web/packages/qlcMatrix")
10016 (synopsis "Sparse matrix functions for quantitative language comparison")
10017 (description
10018 "This package provides an extension of the functionality of the Matrix
10019 package for using sparse matrices. Some of the functions are very general,
10020 while other are highly specific for the special data format used for
10021 @dfn{quantitative language comparison} (QLC).")
10022 (license license:gpl3)))
10023
10024 (define-public r-ddrtree
10025 (package
10026 (name "r-ddrtree")
10027 (version "0.1.5")
10028 (source
10029 (origin
10030 (method url-fetch)
10031 (uri (cran-uri "DDRTree" version))
10032 (sha256
10033 (base32
10034 "16s5fjw7kwlxhrkzdny62sx32fvmg3rxjc3wrh6krd31jh1fqlfk"))))
10035 (properties `((upstream-name . "DDRTree")))
10036 (build-system r-build-system)
10037 (propagated-inputs
10038 `(("r-bh" ,r-bh)
10039 ("r-irlba" ,r-irlba)
10040 ("r-rcpp" ,r-rcpp)
10041 ("r-rcppeigen" ,r-rcppeigen)))
10042 (home-page "https://cran.r-project.org/web/packages/DDRTree")
10043 (synopsis "Learning principal graphs with DDRTree")
10044 (description
10045 "This package provides an implementation of the framework of
10046 @dfn{reversed graph embedding} (RGE) which projects data into a reduced
10047 dimensional space while constructs a principal tree which passes through the
10048 middle of the data simultaneously. DDRTree shows superiority to
10049 alternatives (Wishbone, DPT) for inferring the ordering as well as the
10050 intrinsic structure of single cell genomics data. In general, it could be
10051 used to reconstruct the temporal progression as well as the bifurcation
10052 structure of any data type.")
10053 (license license:asl2.0)))
10054
10055 (define-public r-corpcor
10056 (package
10057 (name "r-corpcor")
10058 (version "1.6.9")
10059 (source
10060 (origin
10061 (method url-fetch)
10062 (uri (cran-uri "corpcor" version))
10063 (sha256
10064 (base32
10065 "1hi3i9d3841snppq1ks5pd8cliq1b4rm4dpsczmfqvwksg8snkrf"))))
10066 (build-system r-build-system)
10067 (home-page "http://strimmerlab.org/software/corpcor/")
10068 (synopsis "Efficient estimation of covariance and (partial) correlation")
10069 (description
10070 "This package implements a James-Stein-type shrinkage estimator for the
10071 covariance matrix, with separate shrinkage for variances and correlations.
10072 Furthermore, functions are available for fast singular value decomposition,
10073 for computing the pseudoinverse, and for checking the rank and positive
10074 definiteness of a matrix.")
10075 (license license:gpl3+)))
10076
10077 (define-public r-rspectra
10078 (package
10079 (name "r-rspectra")
10080 (version "0.16-0")
10081 (source
10082 (origin
10083 (method url-fetch)
10084 (uri (cran-uri "RSpectra" version))
10085 (sha256
10086 (base32
10087 "1ab45as2ysjrvkhvmx7y3nbhd0y1w4j9k2a789lcd973zz4wzwda"))))
10088 (properties `((upstream-name . "RSpectra")))
10089 (build-system r-build-system)
10090 (propagated-inputs
10091 `(("r-matrix" ,r-matrix)
10092 ("r-rcpp" ,r-rcpp)
10093 ("r-rcppeigen" ,r-rcppeigen)))
10094 (home-page "https://github.com/yixuan/RSpectra")
10095 (synopsis "Solvers for large-scale Eigenvalue and SVD problems")
10096 (description
10097 "This package provides an R interface to the Spectra library for
10098 large-scale eigenvalue and SVD problems. It is typically used to compute a
10099 few eigenvalues/vectors of an n by n matrix, e.g., the k largest eigenvalues,
10100 which is usually more efficient than @code{eigen()} if k << n.")
10101 ;; MPL 2 or later.
10102 (license license:mpl2.0)))
10103
10104 (define-public r-vbsr
10105 (package
10106 (name "r-vbsr")
10107 (version "0.0.5")
10108 (source
10109 (origin
10110 (method url-fetch)
10111 (uri (cran-uri "vbsr" version))
10112 (sha256
10113 (base32
10114 "1avskbxxyinjjdga4rnghcfvd4sypv4m39ysfaij5avvmi89bx3b"))))
10115 (build-system r-build-system)
10116 (home-page "https://cran.r-project.org/web/packages/vbsr")
10117 (synopsis "Variational Bayes spike regression regularized linear models")
10118 (description
10119 "This package provides an efficient algorithm for solving ultra-sparse
10120 regularized regression models using a variational Bayes algorithm with a spike
10121 prior. The algorithm is solved on a path, with coordinate updates, and is
10122 capable of generating very sparse models. Very general model
10123 diagnostics for controlling type-1 errors are also provided.")
10124 (license license:gpl2)))
10125
10126 (define-public r-flare
10127 (package
10128 (name "r-flare")
10129 (version "1.6.0.2")
10130 (source
10131 (origin
10132 (method url-fetch)
10133 (uri (cran-uri "flare" version))
10134 (sha256
10135 (base32
10136 "1ybrsx1djqldw0l5l1iz4pfh6xxb8ckkg1ric7wnsr51wm9ljlh5"))))
10137 (build-system r-build-system)
10138 (propagated-inputs
10139 `(("r-igraph" ,r-igraph)
10140 ("r-lattice" ,r-lattice)
10141 ("r-mass" ,r-mass)
10142 ("r-matrix" ,r-matrix)))
10143 (home-page "https://cran.r-project.org/web/packages/flare")
10144 (synopsis "Family of Lasso regression implementations")
10145 (description
10146 "This package provides implementations of a family of Lasso variants
10147 including Dantzig Selector, LAD Lasso, SQRT Lasso, Lq Lasso for estimating
10148 high dimensional sparse linear models.")
10149 (license license:gpl2)))
10150
10151 (define-public r-lassopv
10152 (package
10153 (name "r-lassopv")
10154 (version "0.2.0")
10155 (source
10156 (origin
10157 (method url-fetch)
10158 (uri (cran-uri "lassopv" version))
10159 (sha256
10160 (base32
10161 "0yawnjw063jypk3riy9xab9cmliv6c9dnabi18670khd3gzb2r9z"))))
10162 (build-system r-build-system)
10163 (propagated-inputs `(("r-lars" ,r-lars)))
10164 (home-page "https://github.com/lingfeiwang/lassopv")
10165 (synopsis "Non-parametric p-value estimation for predictors in Lasso")
10166 (description
10167 "This package enables you to estimate the p-values for predictors x
10168 against target variable y in Lasso regression, using the regularization
10169 strength when each predictor enters the active set of regularization path for
10170 the first time as the statistic.")
10171 (license license:gpl3)))
10172
10173 (define-public r-splitstackshape
10174 (package
10175 (name "r-splitstackshape")
10176 (version "1.4.8")
10177 (source
10178 (origin
10179 (method url-fetch)
10180 (uri (cran-uri "splitstackshape" version))
10181 (sha256
10182 (base32
10183 "0mpyf2kkfdl69pdc6brl1r6101vyc6pgr7z17s55ppg3y71k4q35"))))
10184 (build-system r-build-system)
10185 (propagated-inputs
10186 `(("r-data-table" ,r-data-table)))
10187 (home-page "https://github.com/mrdwab/splitstackshape")
10188 (synopsis "Stack and reshape datasets after splitting concatenated values")
10189 (description
10190 "Online data collection tools like Google Forms often export
10191 multiple-response questions with data concatenated in cells. The
10192 @code{concat.split} (cSplit) family of functions provided by this package
10193 splits such data into separate cells. This package also includes functions to
10194 stack groups of columns and to reshape wide data, even when the data are
10195 \"unbalanced\"---something which @code{reshape} (from base R) does not handle,
10196 and which @code{melt} and @code{dcast} from @code{reshape2} do not easily
10197 handle.")
10198 (license license:gpl3)))
10199
10200 (define-public r-tfmpvalue
10201 (package
10202 (name "r-tfmpvalue")
10203 (version "0.0.8")
10204 (source
10205 (origin
10206 (method url-fetch)
10207 (uri (cran-uri "TFMPvalue" version))
10208 (sha256
10209 (base32
10210 "0h9qkl15k8v17v3g9bdnfwvh2s04ywjgg5y0xn2077dmywlja1bd"))))
10211 (properties `((upstream-name . "TFMPvalue")))
10212 (build-system r-build-system)
10213 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
10214 (home-page "https://github.com/ge11232002/TFMPvalue")
10215 (synopsis "P-value computation for position weight matrices")
10216 (description
10217 "In putative @dfn{Transcription Factor Binding Sites} (TFBSs)
10218 identification from sequence/alignments, we are interested in the significance
10219 of certain match scores. TFMPvalue provides the accurate calculation of a
10220 p-value with a score threshold for position weight matrices, or the score with
10221 a given p-value. It is an interface to code originally made available by
10222 Helene Touzet and Jean-Stephane Varre, 2007, Algorithms Mol Biol:2, 15.
10223 Touzet and Varre (2007).")
10224 (license license:gpl2)))
10225
10226 (define-public r-rnifti
10227 (package
10228 (name "r-rnifti")
10229 (version "1.0.1")
10230 (source
10231 (origin
10232 (method url-fetch)
10233 (uri (cran-uri "RNifti" version))
10234 (sha256
10235 (base32
10236 "0hfid40pgfi1ykqka8y3v0m7h0iyd6fbvycvqlad3ibmbg621f0w"))))
10237 (properties `((upstream-name . "RNifti")))
10238 (build-system r-build-system)
10239 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
10240 (home-page "https://github.com/jonclayden/RNifti")
10241 (synopsis "Fast R and C++ access to NIfTI images")
10242 (description
10243 "This package provides very fast read and write access to images stored
10244 in the NIfTI-1 and ANALYZE-7.5 formats, with seamless synchronisation between
10245 compiled C and interpreted R code. It also provides a C/C++ API that can be
10246 used by other packages.")
10247 (license license:gpl2)))
10248
10249 (define-public r-shades
10250 (package
10251 (name "r-shades")
10252 (version "1.4.0")
10253 (source
10254 (origin
10255 (method url-fetch)
10256 (uri (cran-uri "shades" version))
10257 (sha256
10258 (base32
10259 "1zg95sjhrfvbdlfc387g9p0vnb8nb6agdk1mb3wq3kwkm2da0bqj"))))
10260 (build-system r-build-system)
10261 (home-page "https://github.com/jonclayden/shades")
10262 (synopsis "Simple color manipulation")
10263 (description
10264 "This package provides functions for easily manipulating colors,
10265 creating color scales and calculating color distances.")
10266 (license license:bsd-3)))
10267
10268 (define-public r-ore
10269 (package
10270 (name "r-ore")
10271 (version "1.6.3")
10272 (source
10273 (origin
10274 (method url-fetch)
10275 (uri (cran-uri "ore" version))
10276 (sha256
10277 (base32 "1vh6w3arrhgkfjjjw7ci91xmz4wpfr3cmwd5zkqch89dgn07skkv"))))
10278 (build-system r-build-system)
10279 (home-page "https://github.com/jonclayden/ore")
10280 (synopsis "R interface to the Onigmo regular expression library")
10281 (description
10282 "This package provides an alternative to R's built-in functionality for
10283 handling regular expressions, based on the Onigmo library. It offers
10284 first-class compiled regex objects, partial matching and function-based
10285 substitutions, amongst other features.")
10286 (license license:bsd-3)))
10287
10288 (define-public r-reportr
10289 (package
10290 (name "r-reportr")
10291 (version "1.3.0")
10292 (source
10293 (origin
10294 (method url-fetch)
10295 (uri (cran-uri "reportr" version))
10296 (sha256
10297 (base32
10298 "0zynplxqvbmf23cm2rsz3wz2jx6mv55z94mn1k44ny3lx625cnpw"))))
10299 (build-system r-build-system)
10300 (propagated-inputs `(("r-ore" ,r-ore)))
10301 (home-page "https://github.com/jonclayden/reportr")
10302 (synopsis "General message and error reporting system")
10303 (description
10304 "This package provides a system for reporting messages, which offers
10305 certain useful features over the standard R system, such as the incorporation
10306 of output consolidation, message filtering, assertions, expression
10307 substitution, automatic generation of stack traces for debugging, and
10308 conditional reporting based on the current \"output level\".")
10309 (license license:gpl2)))
10310
10311 (define-public r-tractor-base
10312 (package
10313 (name "r-tractor-base")
10314 (version "3.3.2")
10315 (source
10316 (origin
10317 (method url-fetch)
10318 (uri (cran-uri "tractor.base" version))
10319 (sha256
10320 (base32
10321 "0y5gm0y4chl30f5qqq8qiiw4j8g32s4i9xrvyp3cwg902kf2p86i"))))
10322 (properties `((upstream-name . "tractor.base")))
10323 (build-system r-build-system)
10324 (propagated-inputs
10325 `(("r-ore" ,r-ore)
10326 ("r-reportr" ,r-reportr)
10327 ("r-rnifti" ,r-rnifti)
10328 ("r-shades" ,r-shades)))
10329 (home-page "http://www.tractor-mri.org.uk")
10330 (synopsis "Read, manipulate and visualize magnetic resonance images")
10331 (description
10332 "This package provides functions for working with magnetic resonance
10333 images. It supports reading and writing of popular file formats (DICOM,
10334 Analyze, NIfTI-1, NIfTI-2, MGH); interactive and non-interactive
10335 visualization; flexible image manipulation; metadata and sparse image
10336 handling.")
10337 (license license:gpl2)))
10338
10339 (define-public r-grimport
10340 (package
10341 (name "r-grimport")
10342 (version "0.9-3")
10343 (source
10344 (origin
10345 (method url-fetch)
10346 (uri (cran-uri "grImport" version))
10347 (sha256
10348 (base32
10349 "109mrdvq06xq3zgn9ngz0c7zzgqkv5zbpvsb2i636vmlk6y4dpkd"))))
10350 (properties `((upstream-name . "grImport")))
10351 (build-system r-build-system)
10352 (inputs
10353 `(("ghostscript" ,ghostscript)))
10354 (propagated-inputs
10355 `(("r-xml" ,r-xml)))
10356 (home-page "https://cran.r-project.org/web/packages/grImport")
10357 (synopsis "Convert, import, and draw PostScript pictures")
10358 (description
10359 "This package provides functions for converting, importing, and drawing
10360 PostScript pictures in R plots.")
10361 (license license:gpl2+)))
10362
10363 (define-public r-grimport2
10364 (package
10365 (name "r-grimport2")
10366 (version "0.2-0")
10367 (source
10368 (origin
10369 (method url-fetch)
10370 (uri (cran-uri "grImport2" version))
10371 (sha256
10372 (base32
10373 "19q0dd8fpp1g4xf6sg5f8dxybwxjfw553ra6wgjd8b74fzca40m1"))))
10374 (properties `((upstream-name . "grImport2")))
10375 (build-system r-build-system)
10376 (propagated-inputs
10377 `(("r-base64enc" ,r-base64enc)
10378 ("r-jpeg" ,r-jpeg)
10379 ("r-png" ,r-png)
10380 ("r-xml" ,r-xml)))
10381 (home-page "https://cran.r-project.org/web/packages/grImport2/")
10382 (synopsis "Import SVG graphics")
10383 (description
10384 "This package provides functions for importing external vector images and
10385 drawing them as part of R plots. This package is different from the
10386 @code{grImport} package because, where that package imports PostScript format
10387 images, this package imports SVG format images. Furthermore, this package
10388 imports a specific subset of SVG, so external images must be preprocessed
10389 using a package like @code{rsvg} to produce SVG that this package can import.
10390 SVG features that are not supported by R graphics, such as gradient fills, can
10391 be imported and then exported via the @code{gridSVG} package.")
10392 (license license:gpl2+)))
10393
10394 (define-public r-kohonen
10395 (package
10396 (name "r-kohonen")
10397 (version "3.0.10")
10398 (source
10399 (origin
10400 (method url-fetch)
10401 (uri (cran-uri "kohonen" version))
10402 (sha256
10403 (base32
10404 "1ck7j13x701g67bx81x7plszz804jfhl1yg42krcj9x88vm5cscr"))))
10405 (build-system r-build-system)
10406 (propagated-inputs
10407 `(("r-rcpp" ,r-rcpp)))
10408 (home-page "https://cran.r-project.org/web/packages/kohonen")
10409 (synopsis "Supervised and unsupervised self-organising maps")
10410 (description
10411 "This package provides functions to train @dfn{self-organising
10412 maps} (SOMs). Also interrogation of the maps and prediction using trained
10413 maps are supported. The name of the package refers to Teuvo Kohonen, the
10414 inventor of the SOM.")
10415 (license license:gpl2+)))
10416
10417 (define-public r-nnls
10418 (package
10419 (name "r-nnls")
10420 (version "1.4")
10421 (source
10422 (origin
10423 (method url-fetch)
10424 (uri (cran-uri "nnls" version))
10425 (sha256
10426 (base32
10427 "07vcrrxvswrvfiha6f3ikn640yg0m2b4yd9lkmim1g0jmsmpfp8f"))))
10428 (build-system r-build-system)
10429 (native-inputs `(("gfortran" ,gfortran)))
10430 (home-page "https://cran.r-project.org/web/packages/nnls")
10431 (synopsis "Lawson-Hanson algorithm for non-negative least squares")
10432 (description
10433 "This package provides an R interface to the Lawson-Hanson implementation
10434 of an algorithm for @dfn{non-negative least squares} (NNLS). It also allows
10435 the combination of non-negative and non-positive constraints.")
10436 (license license:gpl2+)))
10437
10438 (define-public r-iso
10439 (package
10440 (name "r-iso")
10441 (version "0.0-18")
10442 (source
10443 (origin
10444 (method url-fetch)
10445 (uri (cran-uri "Iso" version))
10446 (sha256
10447 (base32
10448 "014mm5b1f7i6nwlz3kyg1biph0y542kcx5bd13p68cv5a928qzid"))))
10449 (properties `((upstream-name . "Iso")))
10450 (build-system r-build-system)
10451 (native-inputs `(("gfortran" ,gfortran)))
10452 (home-page "http://www.stat.auckland.ac.nz/~rolf/")
10453 (synopsis "Functions to perform isotonic regression")
10454 (description
10455 "This package provides support for linear order and unimodal
10456 order (univariate) isotonic regression and bivariate isotonic regression with
10457 linear order on both variables.")
10458 (license license:gpl2+)))
10459
10460 (define-public r-chemometricswithr
10461 (package
10462 (name "r-chemometricswithr")
10463 (version "0.1.13")
10464 (source
10465 (origin
10466 (method url-fetch)
10467 (uri (cran-uri "ChemometricsWithR" version))
10468 (sha256
10469 (base32
10470 "166va1g3m1wv21qkmw4wpz0bsrclh3jih8smxphdc13l9pqgclpq"))))
10471 (properties
10472 `((upstream-name . "ChemometricsWithR")))
10473 (build-system r-build-system)
10474 (propagated-inputs
10475 `(("r-devtools" ,r-devtools)
10476 ("r-kohonen" ,r-kohonen)
10477 ("r-mass" ,r-mass)
10478 ("r-pls" ,r-pls)))
10479 (home-page "https://github.com/rwehrens/CWR")
10480 (synopsis "Chemometrics with R")
10481 (description
10482 "This package provides functions and scripts used in the book
10483 \"Chemometrics with R - Multivariate Data Analysis in the Natural Sciences and
10484 Life Sciences\" by Ron Wehrens, Springer (2011).")
10485 (license license:gpl2+)))
10486
10487 (define-public r-als
10488 (package
10489 (name "r-als")
10490 (version "0.0.6")
10491 (source
10492 (origin
10493 (method url-fetch)
10494 (uri (cran-uri "ALS" version))
10495 (sha256
10496 (base32
10497 "1swrn39vy50fazkpf97r7c542gkj6mlvy8gmcxllg7mf2mqx546a"))))
10498 (properties `((upstream-name . "ALS")))
10499 (build-system r-build-system)
10500 (propagated-inputs
10501 `(("r-iso" ,r-iso)
10502 ("r-nnls" ,r-nnls)))
10503 (home-page "https://cran.r-project.org/web/packages/ALS")
10504 (synopsis "Multivariate curve resolution alternating least squares")
10505 (description
10506 "Alternating least squares is often used to resolve components
10507 contributing to data with a bilinear structure; the basic technique may be
10508 extended to alternating constrained least squares. This package provides an
10509 implementation of @dfn{multivariate curve resolution alternating least
10510 squares} (MCR-ALS).
10511
10512 Commonly applied constraints include unimodality, non-negativity, and
10513 normalization of components. Several data matrices may be decomposed
10514 simultaneously by assuming that one of the two matrices in the bilinear
10515 decomposition is shared between datasets.")
10516 (license license:gpl2+)))
10517
10518 (define-public r-strucchange
10519 (package
10520 (name "r-strucchange")
10521 (version "1.5-2")
10522 (source
10523 (origin
10524 (method url-fetch)
10525 (uri (cran-uri "strucchange" version))
10526 (sha256
10527 (base32
10528 "1y022363a4pp0mnji91sjh1qiyspkh09sybqwj03r9pmwrd7q93x"))))
10529 (build-system r-build-system)
10530 (propagated-inputs
10531 `(("r-sandwich" ,r-sandwich)
10532 ("r-zoo" ,r-zoo)))
10533 (home-page "https://cran.r-project.org/web/packages/strucchange")
10534 (synopsis "Testing, monitoring, and dating structural changes")
10535 (description
10536 "This package provides tools for testing, monitoring and dating
10537 structural changes in (linear) regression models. It features tests/methods
10538 from the generalized fluctuation test framework as well as from the F
10539 test (Chow test) framework. This includes methods to fit, plot and test
10540 fluctuation processes (e.g., CUSUM, MOSUM, recursive/moving estimates) and F
10541 statistics, respectively. It is possible to monitor incoming data online
10542 using fluctuation processes. Finally, the breakpoints in regression models
10543 with structural changes can be estimated together with confidence intervals.
10544 Emphasis is always given to methods for visualizing the data.")
10545 ;; Either of these two GPL versions
10546 (license (list license:gpl2 license:gpl3))))
10547
10548 (define-public r-pixmap
10549 (package
10550 (name "r-pixmap")
10551 (version "0.4-11")
10552 (source
10553 (origin
10554 (method url-fetch)
10555 (uri (cran-uri "pixmap" version))
10556 (sha256
10557 (base32
10558 "04klxp6jndw1bp6z40v20fbmdmdpfca2g0czmmmgbkark9s1183g"))))
10559 (build-system r-build-system)
10560 (home-page "https://cran.r-project.org/web/packages/pixmap")
10561 (synopsis "Tools for bitmap images")
10562 (description
10563 "This package provides functions for importing, exporting, plotting and
10564 other manipulations of bitmapped images.")
10565 (license license:gpl2)))
10566
10567 (define-public r-rapidjsonr
10568 (package
10569 (name "r-rapidjsonr")
10570 (version "1.1")
10571 (source
10572 (origin
10573 (method url-fetch)
10574 (uri (cran-uri "rapidjsonr" version))
10575 (sha256
10576 (base32
10577 "0h4phjjhykbb45rg5b1xn48vqxdcvcngbm0416ds8in7j469wbwd"))))
10578 (build-system r-build-system)
10579 (home-page "https://cran.r-project.org/web/packages/rapidjsonr")
10580 (synopsis "JSON parser")
10581 (description
10582 "This package provides JSON parsing capability through the Rapidjson
10583 library.")
10584 (license license:expat)))
10585
10586 (define-public r-ontologyindex
10587 (package
10588 (name "r-ontologyindex")
10589 (version "2.5")
10590 (source
10591 (origin
10592 (method url-fetch)
10593 (uri (cran-uri "ontologyIndex" version))
10594 (sha256
10595 (base32
10596 "127hlf0z5fmbgnq4p9h8nvn6p72d2fpcn846zzb99s213421jnry"))))
10597 (properties `((upstream-name . "ontologyIndex")))
10598 (build-system r-build-system)
10599 (home-page "https://cran.r-project.org/web/packages/ontologyIndex")
10600 (synopsis "Functions for processing ontologies in R")
10601 (description
10602 "This package provides functions for reading ontologies into R as lists
10603 and manipulating sets of ontological terms.")
10604 (license license:gpl2+)))
10605
10606 (define-public r-gargle
10607 (package
10608 (name "r-gargle")
10609 (version "0.4.0")
10610 (source
10611 (origin
10612 (method url-fetch)
10613 (uri (cran-uri "gargle" version))
10614 (sha256
10615 (base32
10616 "08zhfk2sl342w35i5n2c93ayypg3z0kbl0020l3y9adqka1vazgx"))))
10617 (build-system r-build-system)
10618 (propagated-inputs
10619 `(("r-fs" ,r-fs)
10620 ("r-glue" ,r-glue)
10621 ("r-httr" ,r-httr)
10622 ("r-jsonlite" ,r-jsonlite)
10623 ("r-rlang" ,r-rlang)
10624 ("r-withr" ,r-withr)))
10625 (home-page "https://gargle.r-lib.org")
10626 (synopsis "Utilities for working with Google APIs")
10627 (description
10628 "This package provides utilities for working with Google APIs. This
10629 includes functions and classes for handling common credential types and for
10630 preparing, executing, and processing HTTP requests.")
10631 (license license:expat)))
10632
10633 (define-public r-bigrquery
10634 (package
10635 (name "r-bigrquery")
10636 (version "1.2.0")
10637 (source
10638 (origin
10639 (method url-fetch)
10640 (uri (cran-uri "bigrquery" version))
10641 (sha256
10642 (base32
10643 "1ggh2gngr5x0g6y7d55y6kvn94anf7qi1bkc28cjmw61hxjq38fb"))))
10644 (build-system r-build-system)
10645 (propagated-inputs
10646 `(("r-assertthat" ,r-assertthat)
10647 ("r-bit64" ,r-bit64)
10648 ("r-curl" ,r-curl)
10649 ("r-dbi" ,r-dbi)
10650 ("r-gargle" ,r-gargle)
10651 ("r-glue" ,r-glue)
10652 ("r-httr" ,r-httr)
10653 ("r-jsonlite" ,r-jsonlite)
10654 ("r-prettyunits" ,r-prettyunits)
10655 ("r-progress" ,r-progress)
10656 ("r-rapidjsonr" ,r-rapidjsonr)
10657 ("r-rcpp" ,r-rcpp)
10658 ("r-rlang" ,r-rlang)
10659 ("r-tibble" ,r-tibble)))
10660 (home-page "https://github.com/rstats-db/bigrquery")
10661 (synopsis "R interface to Google's BigQuery API")
10662 (description
10663 "This package provides an R interface to Google's BigQuery database.")
10664 (license license:gpl3)))
10665
10666 (define-public r-gmp
10667 (package
10668 (name "r-gmp")
10669 (version "0.5-13.5")
10670 (source
10671 (origin
10672 (method url-fetch)
10673 (uri (cran-uri "gmp" version))
10674 (sha256
10675 (base32
10676 "042mzsl6z6s61fy5m21yf9q83l08vnyqljn4iax7kqyiycpsp0gn"))))
10677 (build-system r-build-system)
10678 (arguments
10679 '(#:phases
10680 (modify-phases %standard-phases
10681 (add-after 'unpack 'set-CC
10682 (lambda _ (setenv "CC" "gcc") #t)))))
10683 (inputs `(("gmp" ,gmp)))
10684 (home-page "https://cran.r-project.org/web/packages/gmp")
10685 (synopsis "Multiple precision arithmetic")
10686 (description
10687 "This package supports multiple precision arithmetic (big integers and
10688 rationals, prime number tests, matrix computation), \"arithmetic without
10689 limitations\" using the GNU Multiple Precision library.")
10690 ;; Any version of the GPL.
10691 (license license:gpl3+)))
10692
10693 (define-public r-rmpfr
10694 (package
10695 (name "r-rmpfr")
10696 (version "0.7-2")
10697 (source
10698 (origin
10699 (method url-fetch)
10700 (uri (cran-uri "Rmpfr" version))
10701 (sha256
10702 (base32
10703 "1zq3as34r27v2yc729731997wdhxb6cs5ilmak4nmsljabnac7gc"))))
10704 (properties `((upstream-name . "Rmpfr")))
10705 (build-system r-build-system)
10706 (inputs
10707 `(("mpfr" ,mpfr)))
10708 (propagated-inputs
10709 `(("r-gmp" ,r-gmp)))
10710 (home-page "http://rmpfr.r-forge.r-project.org/")
10711 (synopsis "R bindings to the MPFR library")
10712 (description
10713 "This package supports arithmetic (via S4 classes and methods) for
10714 arbitrary precision floating point numbers, including transcendental
10715 functions. To this end, the package interfaces with the @dfn{Multiple
10716 Precision Floating-Point Reliable} (MPFR) library.")
10717 (license license:gpl2+)))
10718
10719 (define-public r-assertive-base
10720 (package
10721 (name "r-assertive-base")
10722 (version "0.0-7")
10723 (source
10724 (origin
10725 (method url-fetch)
10726 (uri (cran-uri "assertive.base" version))
10727 (sha256
10728 (base32
10729 "1xs3ysvj0z57c58jw57pckq2rynia6ks4rmjmc02alczhk54wbgh"))))
10730 (properties
10731 `((upstream-name . "assertive.base")))
10732 (build-system r-build-system)
10733 (home-page "https://bitbucket.org/richierocks/assertive.base")
10734 (synopsis "Core of the assertive package")
10735 (description
10736 "This package provides a minimal set of predicates and assertions used by
10737 the assertive package. This is mainly for use by other package developers who
10738 want to include run-time testing features in their own packages.")
10739 (license license:gpl3+)))
10740
10741 (define-public r-assertive-properties
10742 (package
10743 (name "r-assertive-properties")
10744 (version "0.0-4")
10745 (source
10746 (origin
10747 (method url-fetch)
10748 (uri (cran-uri "assertive.properties" version))
10749 (sha256
10750 (base32
10751 "0sqs54acs9qk9kvm32rxzfbzxz1l8mjahpfnw7r30z2brgz661jw"))))
10752 (properties
10753 `((upstream-name . "assertive.properties")))
10754 (build-system r-build-system)
10755 (propagated-inputs
10756 `(("r-assertive-base" ,r-assertive-base)))
10757 (home-page "https://bitbucket.org/richierocks/assertive.properties")
10758 (synopsis "Assertions to check properties of variables")
10759 (description
10760 "This package provides a set of predicates and assertions for checking
10761 the properties of variables, such as length, names and attributes. This is
10762 mainly for use by other package developers who want to include run-time
10763 testing features in their own packages.")
10764 (license license:gpl3+)))
10765
10766 (define-public r-assertive-numbers
10767 (package
10768 (name "r-assertive-numbers")
10769 (version "0.0-2")
10770 (source
10771 (origin
10772 (method url-fetch)
10773 (uri (cran-uri "assertive.numbers" version))
10774 (sha256
10775 (base32
10776 "0jc3ss64j4m7bjydhagwwmka5n7c72vpw4kfcch0m5jvkq5qrqds"))))
10777 (properties
10778 `((upstream-name . "assertive.numbers")))
10779 (build-system r-build-system)
10780 (propagated-inputs
10781 `(("r-assertive-base" ,r-assertive-base)))
10782 (home-page "https://bitbucket.org/richierocks/assertive.numbers")
10783 (synopsis "Assertions to check properties of numbers")
10784 (description
10785 "This package provides a set of predicates and assertions for checking
10786 the properties of numbers. This is mainly for use by other package developers
10787 who want to include run-time testing features in their own packages.")
10788 (license license:gpl3+)))
10789
10790 (define-public r-assertive-sets
10791 (package
10792 (name "r-assertive-sets")
10793 (version "0.0-3")
10794 (source
10795 (origin
10796 (method url-fetch)
10797 (uri (cran-uri "assertive.sets" version))
10798 (sha256
10799 (base32
10800 "1cqvh2syvh5b6d85h601zjmsdbbf3h8q98ids4dfl4frdshpasc7"))))
10801 (properties
10802 `((upstream-name . "assertive.sets")))
10803 (build-system r-build-system)
10804 (propagated-inputs
10805 `(("r-assertive-base" ,r-assertive-base)))
10806 (home-page "https://bitbucket.org/richierocks/assertive.sets")
10807 (synopsis "Assertions to check properties of sets")
10808 (description
10809 "This package provides a set of predicates and assertions for checking
10810 the properties of sets. This is mainly for use by other package developers
10811 who want to include run-time testing features in their own packages.")
10812 (license license:gpl3+)))
10813
10814 (define-public r-assertive-matrices
10815 (package
10816 (name "r-assertive-matrices")
10817 (version "0.0-2")
10818 (source
10819 (origin
10820 (method url-fetch)
10821 (uri (cran-uri "assertive.matrices" version))
10822 (sha256
10823 (base32
10824 "16sykzcndv6y2d43x6v9n7m95kv76364h39kh10w4z0xw6ksfqil"))))
10825 (properties
10826 `((upstream-name . "assertive.matrices")))
10827 (build-system r-build-system)
10828 (propagated-inputs
10829 `(("r-assertive-base" ,r-assertive-base)))
10830 (home-page "https://bitbucket.org/richierocks/assertive.matrices")
10831 (synopsis "Assertions to check properties of matrices")
10832 (description
10833 "This package provides a set of predicates and assertions for checking
10834 the properties of matrices. This is mainly for use by other package
10835 developers who want to include run-time testing features in their own
10836 packages.")
10837 (license license:gpl3+)))
10838
10839 (define-public r-assertive-models
10840 (package
10841 (name "r-assertive-models")
10842 (version "0.0-2")
10843 (source
10844 (origin
10845 (method url-fetch)
10846 (uri (cran-uri "assertive.models" version))
10847 (sha256
10848 (base32
10849 "0bn4j4v5qvb2d672cgri61p8d9v258pmz35y3lvm6b9mdxwdi9mr"))))
10850 (properties
10851 `((upstream-name . "assertive.models")))
10852 (build-system r-build-system)
10853 (propagated-inputs
10854 `(("r-assertive-base" ,r-assertive-base)))
10855 (home-page "https://bitbucket.org/richierocks/assertive.models")
10856 (synopsis "Assertions to check properties of models")
10857 (description
10858 "This package provides a set of predicates and assertions for checking
10859 the properties of models. This is mainly for use by other package developers
10860 who want to include run-time testing features in their own packages.")
10861 (license license:gpl3+)))
10862
10863 (define-public r-assertive-reflection
10864 (package
10865 (name "r-assertive-reflection")
10866 (version "0.0-4")
10867 (source
10868 (origin
10869 (method url-fetch)
10870 (uri (cran-uri "assertive.reflection" version))
10871 (sha256
10872 (base32
10873 "19zmsbn00crfqm0kwd9ys5gv87xs3gi6wmlikrz9xiwzm7hp4dhj"))))
10874 (properties
10875 `((upstream-name . "assertive.reflection")))
10876 (build-system r-build-system)
10877 (propagated-inputs
10878 `(("r-assertive-base" ,r-assertive-base)))
10879 (home-page "https://bitbucket.org/richierocks/assertive.reflection")
10880 (synopsis "Assertions for checking the state of R")
10881 (description
10882 "This package provides a set of predicates and assertions for checking
10883 the state and capabilities of R, the operating system it is running on, and
10884 the IDE being used. This is mainly for use by other package developers who
10885 want to include run-time testing features in their own packages.")
10886 (license license:gpl3+)))
10887
10888 (define-public r-assertive-types
10889 (package
10890 (name "r-assertive-types")
10891 (version "0.0-3")
10892 (source
10893 (origin
10894 (method url-fetch)
10895 (uri (cran-uri "assertive.types" version))
10896 (sha256
10897 (base32
10898 "0zxq1jfrzgw95ll7alvm0xnk7aihjdksngq4ya2whyvfjbmv4vdb"))))
10899 (properties
10900 `((upstream-name . "assertive.types")))
10901 (build-system r-build-system)
10902 (propagated-inputs
10903 `(("r-assertive-base" ,r-assertive-base)
10904 ("r-assertive-properties" ,r-assertive-properties)
10905 ("r-codetools" ,r-codetools)))
10906 (home-page "https://bitbucket.org/richierocks/assertive.types")
10907 (synopsis "Assertions to check types of variables")
10908 (description
10909 "This package provides a set of predicates and assertions for checking
10910 the types of variables. This is mainly for use by other package developers
10911 who want to include run-time testing features in their own packages.")
10912 (license license:gpl3+)))
10913
10914 (define-public r-assertive-files
10915 (package
10916 (name "r-assertive-files")
10917 (version "0.0-2")
10918 (source
10919 (origin
10920 (method url-fetch)
10921 (uri (cran-uri "assertive.files" version))
10922 (sha256
10923 (base32
10924 "02pfz8j5vwcj5kl6zca46894li7lxwnlrr29j922f14ay6kdssmy"))))
10925 (properties
10926 `((upstream-name . "assertive.files")))
10927 (build-system r-build-system)
10928 (propagated-inputs
10929 `(("r-assertive-base" ,r-assertive-base)
10930 ("r-assertive-numbers" ,r-assertive-numbers)))
10931 (home-page "https://bitbucket.org/richierocks/assertive.files")
10932 (synopsis "Assertions to check properties of files")
10933 (description
10934 "This package provides a set of predicates and assertions for checking
10935 the properties of files and connections. This is mainly for use by other
10936 package developers who want to include run-time testing features in their own
10937 packages.")
10938 (license license:gpl3+)))
10939
10940 (define-public r-assertive-code
10941 (package
10942 (name "r-assertive-code")
10943 (version "0.0-3")
10944 (source
10945 (origin
10946 (method url-fetch)
10947 (uri (cran-uri "assertive.code" version))
10948 (sha256
10949 (base32
10950 "1qhbp668zfvhqs8avkhg9amp4zyazz6dsy4fc6kpdmw3sv8yi07g"))))
10951 (properties
10952 `((upstream-name . "assertive.code")))
10953 (build-system r-build-system)
10954 (propagated-inputs
10955 `(("r-assertive-base" ,r-assertive-base)
10956 ("r-assertive-properties" ,r-assertive-properties)
10957 ("r-assertive-types" ,r-assertive-types)))
10958 (home-page "https://bitbucket.org/richierocks/assertive.code")
10959 (synopsis "Assertions to check properties of code")
10960 (description
10961 "This package provides a set of predicates and assertions for checking
10962 the properties of code. This is mainly for use by other package developers
10963 who want to include run-time testing features in their own packages.")
10964 (license license:gpl3+)))
10965
10966 (define-public r-assertive-datetimes
10967 (package
10968 (name "r-assertive-datetimes")
10969 (version "0.0-2")
10970 (source
10971 (origin
10972 (method url-fetch)
10973 (uri (cran-uri "assertive.datetimes" version))
10974 (sha256
10975 (base32
10976 "00a98fx8p3pr3ckayh8wmxmm4rz01s67wah9697m92yci6pv3m78"))))
10977 (properties
10978 `((upstream-name . "assertive.datetimes")))
10979 (build-system r-build-system)
10980 (propagated-inputs
10981 `(("r-assertive-base" ,r-assertive-base)
10982 ("r-assertive-types" ,r-assertive-types)))
10983 (home-page "https://bitbucket.org/richierocks/assertive.datetimes")
10984 (synopsis "Assertions to check properties of dates and times")
10985 (description
10986 "This package provides a set of predicates and assertions for checking
10987 the properties of dates and times. This is mainly for use by other package
10988 developers who want to include run-time testing features in their own
10989 packages.")
10990 (license license:gpl3+)))
10991
10992 (define-public r-assertive-strings
10993 (package
10994 (name "r-assertive-strings")
10995 (version "0.0-3")
10996 (source
10997 (origin
10998 (method url-fetch)
10999 (uri (cran-uri "assertive.strings" version))
11000 (sha256
11001 (base32
11002 "0n6jrk88670g4ym0r8ii40a08a90z1xadj8wcryk8h0nl04dchfm"))))
11003 (properties
11004 `((upstream-name . "assertive.strings")))
11005 (build-system r-build-system)
11006 (propagated-inputs
11007 `(("r-assertive-base" ,r-assertive-base)
11008 ("r-assertive-types" ,r-assertive-types)
11009 ("r-stringi" ,r-stringi)))
11010 (home-page "https://bitbucket.org/richierocks/assertive.strings")
11011 (synopsis "Assertions to check properties of strings")
11012 (description
11013 "This package provides a set of predicates and assertions for checking
11014 the properties of strings. This is mainly for use by other package developers
11015 who want to include run-time testing features in their own packages.")
11016 (license license:gpl3+)))
11017
11018 (define-public r-assertive-data-us
11019 (package
11020 (name "r-assertive-data-us")
11021 (version "0.0-2")
11022 (source
11023 (origin
11024 (method url-fetch)
11025 (uri (cran-uri "assertive.data.us" version))
11026 (sha256
11027 (base32
11028 "1bgspn0sccmp9z7s7djvdvprgxlyc5vrxznp4zfjb79kwvgn83hq"))))
11029 (properties
11030 `((upstream-name . "assertive.data.us")))
11031 (build-system r-build-system)
11032 (propagated-inputs
11033 `(("r-assertive-base" ,r-assertive-base)
11034 ("r-assertive-strings" ,r-assertive-strings)))
11035 (home-page "https://bitbucket.org/richierocks/assertive.data.us")
11036 (synopsis "Assertions to check properties of strings")
11037 (description
11038 "This package provides a set of predicates and assertions for checking
11039 the properties of US-specific complex data types. This is mainly for use by
11040 other package developers who want to include run-time testing features in
11041 their own packages.")
11042 (license license:gpl3+)))
11043
11044 (define-public r-assertive-data-uk
11045 (package
11046 (name "r-assertive-data-uk")
11047 (version "0.0-2")
11048 (source
11049 (origin
11050 (method url-fetch)
11051 (uri (cran-uri "assertive.data.uk" version))
11052 (sha256
11053 (base32
11054 "1fzjvhwp7mwkqqix29khvs6zcrc82n6j4czvzzb473vyjyvdlj5b"))))
11055 (properties
11056 `((upstream-name . "assertive.data.uk")))
11057 (build-system r-build-system)
11058 (propagated-inputs
11059 `(("r-assertive-base" ,r-assertive-base)
11060 ("r-assertive-strings" ,r-assertive-strings)))
11061 (home-page "https://bitbucket.org/richierocks/assertive.data.uk")
11062 (synopsis "Assertions to check properties of strings")
11063 (description
11064 "This package provides a set of predicates and assertions for checking
11065 the properties of UK-specific complex data types. This is mainly for use by
11066 other package developers who want to include run-time testing features in
11067 their own packages.")
11068 (license license:gpl3+)))
11069
11070 (define-public r-assertive-data
11071 (package
11072 (name "r-assertive-data")
11073 (version "0.0-3")
11074 (source
11075 (origin
11076 (method url-fetch)
11077 (uri (cran-uri "assertive.data" version))
11078 (sha256
11079 (base32
11080 "00cvg2g36mdl8plrzx40m63qd55742mddqrchwy9n3c7mm4gn02s"))))
11081 (properties
11082 `((upstream-name . "assertive.data")))
11083 (build-system r-build-system)
11084 (propagated-inputs
11085 `(("r-assertive-base" ,r-assertive-base)
11086 ("r-assertive-strings" ,r-assertive-strings)))
11087 (home-page "https://bitbucket.org/richierocks/assertive.data")
11088 (synopsis "Assertions to check properties of data")
11089 (description
11090 "This package provides a set of predicates and assertions for checking
11091 the properties of (country independent) complex data types. This is mainly
11092 for use by other package developers who want to include run-time testing
11093 features in their own packages.")
11094 (license license:gpl3+)))
11095
11096 (define-public r-assertive
11097 (package
11098 (name "r-assertive")
11099 (version "0.3-5")
11100 (source
11101 (origin
11102 (method url-fetch)
11103 (uri (cran-uri "assertive" version))
11104 (sha256
11105 (base32
11106 "0blbbhlxcb5ffdxqxi62xs33ljiawh6s22a0pyvbbh79jf46rzr3"))))
11107 (build-system r-build-system)
11108 (propagated-inputs
11109 `(("r-assertive-base" ,r-assertive-base)
11110 ("r-assertive-code" ,r-assertive-code)
11111 ("r-assertive-data" ,r-assertive-data)
11112 ("r-assertive-data-uk" ,r-assertive-data-uk)
11113 ("r-assertive-data-us" ,r-assertive-data-us)
11114 ("r-assertive-datetimes" ,r-assertive-datetimes)
11115 ("r-assertive-files" ,r-assertive-files)
11116 ("r-assertive-matrices" ,r-assertive-matrices)
11117 ("r-assertive-models" ,r-assertive-models)
11118 ("r-assertive-numbers" ,r-assertive-numbers)
11119 ("r-assertive-properties" ,r-assertive-properties)
11120 ("r-assertive-reflection" ,r-assertive-reflection)
11121 ("r-assertive-sets" ,r-assertive-sets)
11122 ("r-assertive-strings" ,r-assertive-strings)
11123 ("r-assertive-types" ,r-assertive-types)
11124 ("r-knitr" ,r-knitr)))
11125 (home-page "https://bitbucket.org/richierocks/assertive")
11126 (synopsis "Readable check functions to ensure code integrity")
11127 (description
11128 "This package provides lots of predicates (@code{is_*} functions) to
11129 check the state of your variables, and assertions (@code{assert_*} functions)
11130 to throw errors if they aren't in the right form.")
11131 (license license:gpl3+)))
11132
11133 (define-public r-dotcall64
11134 (package
11135 (name "r-dotcall64")
11136 (version "1.0-0")
11137 (source
11138 (origin
11139 (method url-fetch)
11140 (uri (cran-uri "dotCall64" version))
11141 (sha256
11142 (base32
11143 "1b8p7m3w0m7bp977c6jz74xkd611cxg11j49yza59k5fp338scb9"))))
11144 (properties `((upstream-name . "dotCall64")))
11145 (build-system r-build-system)
11146 (native-inputs `(("gfortran" ,gfortran)))
11147 (home-page "https://git.math.uzh.ch/reinhard.furrer/dotCall64")
11148 (synopsis "Enhanced foreign function interface supporting long vectors")
11149 (description
11150 "This package provides @code{.C64()}, an enhanced version of @code{.C()}
11151 and @code{.Fortran()} from the R foreign function interface. @code{.C64()}
11152 supports long vectors, arguments of type 64-bit integer, and provides a
11153 mechanism to avoid unnecessary copies of read-only and write-only arguments.
11154 This makes it a convenient and fast interface to C/C++ and Fortran code.")
11155 (license license:gpl2+)))
11156
11157 (define-public r-spam
11158 (package
11159 (name "r-spam")
11160 (version "2.5-1")
11161 (source
11162 (origin
11163 (method url-fetch)
11164 (uri (cran-uri "spam" version))
11165 (sha256
11166 (base32 "0ry0a76cljlmilrzcriiizcidxyhq1i7i9bqhvl1qda81ld8hifi"))))
11167 (build-system r-build-system)
11168 (propagated-inputs
11169 `(("r-dotcall64" ,r-dotcall64)))
11170 (native-inputs `(("gfortran" ,gfortran)))
11171 (home-page "https://www.math.uzh.ch/pages/spam/")
11172 (synopsis "Sparse matrix algebra")
11173 (description
11174 "This package provides a set of functions for sparse matrix algebra.
11175 Differences with other sparse matrix packages are:
11176
11177 @enumerate
11178 @item it only supports (essentially) one sparse matrix format;
11179 @item it is based on transparent and simple structure(s);
11180 @item it is tailored for MCMC calculations within G(M)RF;
11181 @item and it is fast and scalable (with the extension package @code{spam64}).
11182 @end enumerate\n")
11183 ;; Either of these licenses
11184 (license (list license:bsd-3 license:lgpl2.0))))
11185
11186 (define-public r-fields
11187 (package
11188 (name "r-fields")
11189 (version "10.0")
11190 (source
11191 (origin
11192 (method url-fetch)
11193 (uri (cran-uri "fields" version))
11194 (sha256
11195 (base32 "173zm5vr236ydiq0v27qy0l3x7h9fc7jly38iakg77j26i0a01il"))))
11196 (build-system r-build-system)
11197 (propagated-inputs
11198 `(("r-maps" ,r-maps)
11199 ("r-spam" ,r-spam)))
11200 (native-inputs
11201 `(("gfortran" ,gfortran)))
11202 (home-page "https://www.image.ucar.edu/fields")
11203 (synopsis "Tools for spatial data")
11204 (description
11205 "This is a package for curve, surface and function fitting with an
11206 emphasis on splines, spatial data and spatial statistics. The major methods
11207 include cubic, and thin plate splines, Kriging, and compactly supported
11208 covariance functions for large data sets.")
11209 (license license:gpl2+)))
11210
11211 (define-public r-spatialextremes
11212 (package
11213 (name "r-spatialextremes")
11214 (version "2.0-7.2")
11215 (source
11216 (origin
11217 (method url-fetch)
11218 (uri (cran-uri "SpatialExtremes" version))
11219 (sha256
11220 (base32
11221 "0aqq9ryxi4xsdqjhc1lhb7ai8szs7m2vys6nn0ygps1w3pm4xwj8"))))
11222 (properties
11223 `((upstream-name . "SpatialExtremes")))
11224 (build-system r-build-system)
11225 (propagated-inputs
11226 `(("r-fields" ,r-fields)
11227 ("r-maps" ,r-maps)))
11228 (home-page "http://spatialextremes.r-forge.r-project.org/")
11229 (synopsis "Modelling spatial extremes")
11230 (description
11231 "This package provides tools for the statistical modelling of spatial
11232 extremes using max-stable processes, copula or Bayesian hierarchical models.
11233 More precisely, this package allows (conditional) simulations from various
11234 parametric max-stable models, analysis of the extremal spatial dependence, the
11235 fitting of such processes using composite likelihoods or least square (simple
11236 max-stable processes only), model checking and selection and prediction.")
11237 (license license:gpl2+)))
11238
11239 (define-public r-drc
11240 (package
11241 (name "r-drc")
11242 (version "3.0-1")
11243 (source
11244 (origin
11245 (method url-fetch)
11246 (uri (cran-uri "drc" version))
11247 (sha256
11248 (base32
11249 "0c8xn8ripzq270hy8d16fcnx02l02alddznd7fqwk3jyi6113h1y"))))
11250 (build-system r-build-system)
11251 (propagated-inputs
11252 `(("r-car" ,r-car)
11253 ("r-gtools" ,r-gtools)
11254 ("r-mass" ,r-mass)
11255 ("r-multcomp" ,r-multcomp)
11256 ("r-plotrix" ,r-plotrix)
11257 ("r-scales" ,r-scales)))
11258 (home-page "https://cran.r-project.org/web/packages/drc")
11259 (synopsis "Analysis of dose-response curves")
11260 (description
11261 "This package provides a suite of flexible and versatile model fitting
11262 and after-fitting functions for the analysis of dose-response data.")
11263 (license license:gpl2+)))
11264
11265 (define-public r-rmeta
11266 (package
11267 (name "r-rmeta")
11268 (version "3.0")
11269 (source
11270 (origin
11271 (method url-fetch)
11272 (uri (cran-uri "rmeta" version))
11273 (sha256
11274 (base32
11275 "0vkbnxp579v8zmcv1isdbzj5swpr6fq17zwparxcvzswjc2x9ydr"))))
11276 (build-system r-build-system)
11277 (home-page "https://cran.r-project.org/web/packages/rmeta")
11278 (synopsis "Tools for meta-analysis")
11279 (description
11280 "This package provides functions for simple fixed and random effects
11281 meta-analysis for two-sample comparisons and cumulative meta-analyses. It
11282 draws standard summary plots, funnel plots, and computes summaries and tests
11283 for association and heterogeneity.")
11284 (license license:gpl2)))
11285
11286 (define-public r-bootstrap
11287 (package
11288 (name "r-bootstrap")
11289 (version "2019.6")
11290 (source
11291 (origin
11292 (method url-fetch)
11293 (uri (cran-uri "bootstrap" version))
11294 (sha256
11295 (base32
11296 "1546jqhhw5h177ii8jkdikyd26rv6gwkav816np1zks4p7zgsljj"))))
11297 (build-system r-build-system)
11298 (native-inputs `(("gfortran" ,gfortran)))
11299 (home-page "https://cran.r-project.org/web/packages/bootstrap")
11300 (synopsis "Functions for the book \"An Introduction to the Bootstrap\"")
11301 (description
11302 "This package provides software and data for the book \"An Introduction
11303 to the Bootstrap\" by B. Efron and R. Tibshirani, 1993, Chapman and Hall.
11304 This package is primarily provided for projects already based on it, and for
11305 support of the book. New projects should preferentially use the recommended
11306 package \"boot\".")
11307 (license license:bsd-3)))
11308
11309 (define-public r-survivalroc
11310 (package
11311 (name "r-survivalroc")
11312 (version "1.0.3")
11313 (source
11314 (origin
11315 (method url-fetch)
11316 (uri (cran-uri "survivalROC" version))
11317 (sha256
11318 (base32
11319 "0wnd65ff5w679hxa1zrpfrx9qg47q21pjxppsga6m3h4iq1yfj8l"))))
11320 (properties `((upstream-name . "survivalROC")))
11321 (build-system r-build-system)
11322 (home-page "https://cran.r-project.org/web/packages/survivalROC")
11323 (synopsis "Time-dependent ROC curve estimation from censored survival data")
11324 (description
11325 "Compute time-dependent ROC curve from censored survival data using
11326 Kaplan-Meier (KM) or Nearest Neighbor Estimation (NNE) method of Heagerty,
11327 Lumley & Pepe (Biometrics, Vol 56 No 2, 2000, PP 337-344)")
11328 (license license:gpl2+)))
11329
11330 (define-public r-longitudinal
11331 (package
11332 (name "r-longitudinal")
11333 (version "1.1.12")
11334 (source
11335 (origin
11336 (method url-fetch)
11337 (uri (cran-uri "longitudinal" version))
11338 (sha256
11339 (base32
11340 "1d83ws28nxi3kw5lgd5n5y7865djq7ky72fw3ddi1fkkhg1r9y6l"))))
11341 (build-system r-build-system)
11342 (propagated-inputs `(("r-corpcor" ,r-corpcor)))
11343 (home-page "http://strimmerlab.org/software/longitudinal/")
11344 (synopsis "Analysis of multiple time course data")
11345 (description
11346 "This package contains general data structures and functions for
11347 longitudinal data with multiple variables, repeated measurements, and
11348 irregularly spaced time points. It also implements a shrinkage estimator of
11349 dynamical correlation and dynamical covariance.")
11350 (license license:gpl3+)))
11351
11352 (define-public r-genenet
11353 (package
11354 (name "r-genenet")
11355 (version "1.2.13")
11356 (source
11357 (origin
11358 (method url-fetch)
11359 (uri (cran-uri "GeneNet" version))
11360 (sha256
11361 (base32
11362 "0w52apk0nnr8nsskf26ff7ana8xiksr8wqmkjxzwhzgg7fncm61p"))))
11363 (properties `((upstream-name . "GeneNet")))
11364 (build-system r-build-system)
11365 (propagated-inputs
11366 `(("r-corpcor" ,r-corpcor)
11367 ("r-fdrtool" ,r-fdrtool)
11368 ("r-longitudinal" ,r-longitudinal)))
11369 (home-page "http://strimmerlab.org/software/genenet/")
11370 (synopsis "Modeling and inferring gene networks")
11371 (description
11372 "This package analyzes gene expression (time series) data with focus on
11373 the inference of gene networks. In particular, GeneNet implements the methods
11374 of Schaefer and Strimmer (2005a,b,c) and Opgen-Rhein and Strimmer (2006, 2007)
11375 for learning large-scale gene association networks (including assignment of
11376 putative directions).")
11377 (license license:gpl3+)))
11378
11379 (define-public r-rbamtools
11380 (package
11381 (name "r-rbamtools")
11382 (version "2.16.17")
11383 (source
11384 (origin
11385 (method url-fetch)
11386 (uri (cran-uri "rbamtools" version))
11387 (sha256
11388 (base32
11389 "0qj37ljdva3v29s01dkrbg31mcfzy3bl145cp40d54v4h9xhcghc"))))
11390 (build-system r-build-system)
11391 (inputs `(("zlib" ,zlib)))
11392 (propagated-inputs
11393 `(("r-refgenome" ,r-refgenome)))
11394 (home-page "https://cran.r-project.org/web/packages/rbamtools")
11395 (synopsis "Read and write BAM (binary alignment) files")
11396 (description
11397 "This package provides an R interface to functions of the SAMtools
11398 library.")
11399 (license license:artistic2.0)))
11400
11401 (define-public r-protviz
11402 (package
11403 (name "r-protviz")
11404 (version "0.5.1")
11405 (source
11406 (origin
11407 (method url-fetch)
11408 (uri (cran-uri "protViz" version))
11409 (sha256
11410 (base32
11411 "0cznzm1ijlq33yd5wsa61prav77y2vi698w0n2fx1xcv504c4bjv"))))
11412 (properties `((upstream-name . "protViz")))
11413 (build-system r-build-system)
11414 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
11415 (home-page "https://github.com/protViz/protViz/")
11416 (synopsis "Visualizing and analyzing mass spectrometry data in proteomics")
11417 (description
11418 "This package helps with quality checks, visualizations and analysis of
11419 mass spectrometry data, coming from proteomics experiments. The package is
11420 developed, tested and used at the Functional Genomics Center Zurich, where it
11421 is used mainly for prototyping, teaching, and having fun with proteomics data.
11422 But it can also be used to do data analysis for small scale data sets.")
11423 (license license:gpl3)))
11424
11425 (define-public r-cmprsk
11426 (package
11427 (name "r-cmprsk")
11428 (version "2.2-9")
11429 (source
11430 (origin
11431 (method url-fetch)
11432 (uri (cran-uri "cmprsk" version))
11433 (sha256
11434 (base32 "0xhgfg5b4i9skkaxp7gzkafgg5bqs5q1rp4hpw2jjmykg2nifn99"))))
11435 (build-system r-build-system)
11436 (propagated-inputs
11437 `(("r-survival" ,r-survival)))
11438 (native-inputs
11439 `(("gfortran" ,gfortran)))
11440 (home-page "https://cran.r-project.org/web/packages/cmprsk")
11441 (synopsis "Subdistribution analysis of competing risks")
11442 (description
11443 "This package provides tool for estimation, testing and regression
11444 modeling of subdistribution functions in competing risks, as described in
11445 Gray (1988), A class of K-sample tests for comparing the cumulative incidence
11446 of a competing risk, Ann. Stat. 16:1141-1154, and Fine JP and Gray RJ (1999),
11447 A proportional hazards model for the subdistribution of a competing risk,
11448 JASA, 94:496-509.")
11449 (license license:gpl2+)))
11450
11451 (define-public r-etm
11452 (package
11453 (name "r-etm")
11454 (version "1.0.5")
11455 (source
11456 (origin
11457 (method url-fetch)
11458 (uri (cran-uri "etm" version))
11459 (sha256
11460 (base32
11461 "1yivbq8y0ijcl1m4nir4q9hp4pi6iphwxgjprygsdf7vp98wq677"))))
11462 (build-system r-build-system)
11463 (propagated-inputs
11464 `(("r-data-table" ,r-data-table)
11465 ("r-lattice" ,r-lattice)
11466 ("r-rcpp" ,r-rcpp)
11467 ("r-rcpparmadillo" ,r-rcpparmadillo)
11468 ("r-survival" ,r-survival)))
11469 (home-page "https://cran.r-project.org/web/packages/etm")
11470 (synopsis "Empirical transition matrix")
11471 (description
11472 "The @dfn{empirical transition matrix} (etm) package permits to estimate
11473 the matrix of transition probabilities for any time-inhomogeneous multistate
11474 model with finite state space using the Aalen-Johansen estimator.")
11475 (license license:expat)))
11476
11477 (define-public r-epi
11478 (package
11479 (name "r-epi")
11480 (version "2.40")
11481 (source
11482 (origin
11483 (method url-fetch)
11484 (uri (cran-uri "Epi" version))
11485 (sha256
11486 (base32
11487 "046y10vwks5y84pzccmrn6d4pd6qz70imvp1hw5ywp8fnwzfh4g5"))))
11488 (properties `((upstream-name . "Epi")))
11489 (build-system r-build-system)
11490 (propagated-inputs
11491 `(("r-cmprsk" ,r-cmprsk)
11492 ("r-data-table" ,r-data-table)
11493 ("r-etm" ,r-etm)
11494 ("r-mass" ,r-mass)
11495 ("r-matrix" ,r-matrix)
11496 ("r-mgcv" ,r-mgcv)
11497 ("r-numderiv" ,r-numderiv)
11498 ("r-plyr" ,r-plyr)
11499 ("r-survival" ,r-survival)
11500 ("r-zoo" ,r-zoo)))
11501 (home-page "http://BendixCarstensen.com/Epi/")
11502 (synopsis "Statistical analysis in epidemiology")
11503 (description
11504 "This package provides functions for demographic and epidemiological
11505 analysis in the Lexis diagram, i.e. register and cohort follow-up data, in
11506 particular representation, manipulation and simulation of multistate data -
11507 the Lexis suite of functions, which includes interfaces to the @code{mstate},
11508 @code{etm} and @code{cmprsk} packages. It also contains functions for
11509 Age-Period-Cohort and Lee-Carter modeling and a function for interval censored
11510 data and some useful functions for tabulation and plotting, as well as a
11511 number of epidemiological data sets.")
11512 (license license:gpl2)))
11513
11514 (define-public r-ppls
11515 (package
11516 (name "r-ppls")
11517 (version "1.6-1.1")
11518 (source
11519 (origin
11520 (method url-fetch)
11521 (uri (cran-uri "ppls" version))
11522 (sha256
11523 (base32
11524 "1zyrisy3c4cz896j1bjh61sf57wdl9p8ywdq268cl819szfq78mx"))))
11525 (build-system r-build-system)
11526 (propagated-inputs `(("r-mass" ,r-mass)))
11527 (home-page "https://cran.r-project.org/web/packages/ppls")
11528 (synopsis "Penalized partial least squares")
11529 (description
11530 "This package contains linear and nonlinear regression methods based on
11531 partial least squares and penalization techniques. Model parameters are
11532 selected via cross-validation, and confidence intervals ans tests for the
11533 regression coefficients can be conducted via jackknifing.")
11534 (license license:gpl2+)))
11535
11536 (define-public r-huge
11537 (package
11538 (name "r-huge")
11539 (version "1.3.4")
11540 (source
11541 (origin
11542 (method url-fetch)
11543 (uri (cran-uri "huge" version))
11544 (sha256
11545 (base32 "07n3j1va2z4v30rj22cww72khgzbz2xsp0yc0qswlrwyxi4my5i3"))))
11546 (build-system r-build-system)
11547 (propagated-inputs
11548 `(("r-igraph" ,r-igraph)
11549 ("r-mass" ,r-mass)
11550 ("r-matrix" ,r-matrix)
11551 ("r-rcpp" ,r-rcpp)
11552 ("r-rcppeigen" ,r-rcppeigen)))
11553 (home-page "https://cran.r-project.org/web/packages/huge")
11554 (synopsis "High-dimensional undirected graph estimation")
11555 (description
11556 "This package provides a general framework for high-dimensional
11557 undirected graph estimation. It integrates data preprocessing, neighborhood
11558 screening, graph estimation, and model selection techniques into a pipeline.")
11559 (license license:gpl2)))
11560
11561 (define-public r-parcor
11562 (package
11563 (name "r-parcor")
11564 (version "0.2-6")
11565 (source
11566 (origin
11567 (method url-fetch)
11568 (uri (cran-uri "parcor" version))
11569 (sha256
11570 (base32
11571 "0vgs6k92vdr0cmb8cwbv2ff6qavw30agskfd8bfh17hsskrisvx0"))))
11572 (build-system r-build-system)
11573 (propagated-inputs
11574 `(("r-epi" ,r-epi)
11575 ("r-genenet" ,r-genenet)
11576 ("r-glmnet" ,r-glmnet)
11577 ("r-mass" ,r-mass)
11578 ("r-ppls" ,r-ppls)))
11579 (home-page "https://cran.r-project.org/web/packages/parcor")
11580 (synopsis "Regularized estimation of partial correlation matrices")
11581 (description
11582 "This package estimates the matrix of partial correlations based on
11583 different regularized regression methods: lasso, adaptive lasso, PLS, and
11584 Ridge Regression. In addition, the package provides model selection for
11585 lasso, adaptive lasso and Ridge regression based on cross-validation.")
11586 (license license:gpl2+)))
11587
11588 (define-public r-mcmc
11589 (package
11590 (name "r-mcmc")
11591 (version "0.9-6")
11592 (source
11593 (origin
11594 (method url-fetch)
11595 (uri (cran-uri "mcmc" version))
11596 (sha256
11597 (base32
11598 "1fc6a6asn53lx7x7pnlb5mb716nv4pcmbp99f1i30y4hzygihfj4"))))
11599 (build-system r-build-system)
11600 (home-page "http://www.stat.umn.edu/geyer/mcmc/")
11601 (synopsis "Markov chain Monte Carlo")
11602 (description
11603 "This package simulates continuous distributions of random vectors using
11604 @dfn{Markov chain Monte Carlo} (MCMC). Users specify the distribution by an R
11605 function that evaluates the log unnormalized density. Algorithms are random
11606 walk Metropolis algorithm (function @code{metrop}), simulated
11607 tempering (function @code{temper}), and morphometric random walk
11608 Metropolis (function @code{morph.metrop}), which achieves geometric ergodicity
11609 by change of variable.")
11610 (license license:expat)))
11611
11612 (define-public r-listenv
11613 (package
11614 (name "r-listenv")
11615 (version "0.8.0")
11616 (source
11617 (origin
11618 (method url-fetch)
11619 (uri (cran-uri "listenv" version))
11620 (sha256
11621 (base32
11622 "0ps8bk7zlhbviawrw7vw25skjq81hkk3ijyi6g74dmfqy8zsyapx"))))
11623 (build-system r-build-system)
11624 (native-inputs
11625 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
11626 (home-page "https://github.com/HenrikBengtsson/listenv")
11627 (synopsis "Environments behaving (almost) as lists")
11628 (description
11629 "This package implements list environments. List environments are
11630 environments that have list-like properties. For instance, the elements of a
11631 list environment are ordered and can be accessed and iterated over using index
11632 subsetting.")
11633 (license license:lgpl2.1+)))
11634
11635 (define-public r-globals
11636 (package
11637 (name "r-globals")
11638 (version "0.12.5")
11639 (source
11640 (origin
11641 (method url-fetch)
11642 (uri (cran-uri "globals" version))
11643 (sha256
11644 (base32
11645 "1ha8iasgijp4q3v2b0b17y1wh7cd3nvzd9b03w49qm2bidkaf68m"))))
11646 (build-system r-build-system)
11647 (propagated-inputs
11648 `(("r-codetools" ,r-codetools)))
11649 (home-page "https://github.com/HenrikBengtsson/globals")
11650 (synopsis "Identify global objects in R expressions")
11651 (description
11652 "This package provides tools to identify global (\"unknown\" or \"free\")
11653 objects in R expressions by code inspection using various strategies, e.g.
11654 conservative or liberal. The objective of this package is to make it as
11655 simple as possible to identify global objects for the purpose of exporting
11656 them in distributed compute environments.")
11657 (license license:lgpl2.1+)))
11658
11659 (define-public r-future
11660 (package
11661 (name "r-future")
11662 (version "1.15.1")
11663 (source
11664 (origin
11665 (method url-fetch)
11666 (uri (cran-uri "future" version))
11667 (sha256
11668 (base32
11669 "101hi8warqa0py9l6c5p98f7i9xjhx01w655z6a35jx1dhspykzd"))))
11670 (build-system r-build-system)
11671 (propagated-inputs
11672 `(("r-digest" ,r-digest)
11673 ("r-globals" ,r-globals)
11674 ("r-listenv" ,r-listenv)))
11675 (native-inputs
11676 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
11677 (home-page "https://github.com/HenrikBengtsson/future")
11678 (synopsis "Unified parallel and distributed processing in R")
11679 (description
11680 "The purpose of this package is to provide a lightweight and unified
11681 Future API for sequential and parallel processing of R expression via futures.
11682 This package implements sequential, multicore, multisession, and cluster
11683 futures. With these, R expressions can be evaluated on the local machine, in
11684 parallel a set of local machines, or distributed on a mix of local and remote
11685 machines. Extensions to this package implement additional backends for
11686 processing futures via compute cluster schedulers etc. Because of its unified
11687 API, there is no need to modify any code in order to switch from sequential on
11688 the local machine to, say, distributed processing on a remote compute cluster.")
11689 (license license:lgpl2.1+)))
11690
11691 (define-public r-future-apply
11692 (package
11693 (name "r-future-apply")
11694 (version "1.3.0")
11695 (source
11696 (origin
11697 (method url-fetch)
11698 (uri (cran-uri "future.apply" version))
11699 (sha256
11700 (base32
11701 "0wd3bh114zkvrqlpn8gqz4ix1igr9hr8x72h2g00a7mqkfjfqx33"))))
11702 (properties `((upstream-name . "future.apply")))
11703 (build-system r-build-system)
11704 (propagated-inputs
11705 `(("r-future" ,r-future)
11706 ("r-globals" ,r-globals)))
11707 (native-inputs
11708 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
11709 (home-page "https://github.com/HenrikBengtsson/future.apply")
11710 (synopsis "Apply function to elements in parallel using futures")
11711 (description
11712 "This package provides implementations of @code{apply()},
11713 @code{eapply()}, @code{lapply()}, @code{Map()}, @code{mapply()},
11714 @code{replicate()}, @code{sapply()}, @code{tapply()}, and @code{vapply()} that
11715 can be resolved using any future-supported backend, e.g. parallel on the local
11716 machine or distributed on a compute cluster.")
11717 (license license:gpl2+)))
11718
11719 (define-public r-rsvd
11720 (package
11721 (name "r-rsvd")
11722 (version "1.0.2")
11723 (source
11724 (origin
11725 (method url-fetch)
11726 (uri (cran-uri "rsvd" version))
11727 (sha256
11728 (base32
11729 "0fia77y5fxnhwkcxlgp98ygb8fdfraky75x80hkf7kvvpwc5rzn8"))))
11730 (build-system r-build-system)
11731 (propagated-inputs
11732 `(("r-matrix" ,r-matrix)))
11733 (home-page "https://github.com/erichson/rSVD")
11734 (synopsis "Randomized singular value decomposition")
11735 (description
11736 "Low-rank matrix decompositions are fundamental tools and widely used for
11737 data analysis, dimension reduction, and data compression. Classically, highly
11738 accurate deterministic matrix algorithms are used for this task. However, the
11739 emergence of large-scale data has severely challenged our computational
11740 ability to analyze big data. The concept of randomness has been demonstrated
11741 as an effective strategy to quickly produce approximate answers to familiar
11742 problems such as the @dfn{singular value decomposition} (SVD). This package
11743 provides several randomized matrix algorithms such as the randomized singular
11744 value decomposition (@code{rsvd}), randomized principal component
11745 analysis (@code{rpca}), randomized robust principal component
11746 analysis (@code{rrpca}), randomized interpolative decomposition (@code{rid}),
11747 and the randomized CUR decomposition (@code{rcur}). In addition several plot
11748 functions are provided.")
11749 (license license:gpl3+)))
11750
11751 (define-public r-sloop
11752 (package
11753 (name "r-sloop")
11754 (version "1.0.1")
11755 (source
11756 (origin
11757 (method url-fetch)
11758 (uri (cran-uri "sloop" version))
11759 (sha256
11760 (base32
11761 "00fk5fr5zsk2qxc1kfhmshhjxgnamm3401089sx8m2l529zd6r8j"))))
11762 (build-system r-build-system)
11763 (propagated-inputs
11764 `(("r-codetools" ,r-codetools)
11765 ("r-crayon" ,r-crayon)
11766 ("r-purrr" ,r-purrr)
11767 ("r-rlang" ,r-rlang)
11768 ("r-tibble" ,r-tibble)))
11769 (home-page "https://github.com/r-lib/sloop")
11770 (synopsis "Helpers for object-oriented programming in R")
11771 (description
11772 "This package provides a collection of helper functions designed to
11773 help you to better understand object oriented programming in R, particularly
11774 using @code{S3}.")
11775 (license license:gpl3)))
11776
11777 (define-public r-capushe
11778 (package
11779 (name "r-capushe")
11780 (version "1.1.1")
11781 (source
11782 (origin
11783 (method url-fetch)
11784 (uri (cran-uri "capushe" version))
11785 (sha256
11786 (base32
11787 "1aa76ir1kp67hiz7dr60azyc71yzslshyc640fjh0fpw0sp5kwbc"))))
11788 (build-system r-build-system)
11789 (propagated-inputs `(("r-mass" ,r-mass)))
11790 (home-page "https://cran.r-project.org/web/packages/capushe/index.html")
11791 (synopsis "Calibrating penalties using slope heuristics")
11792 (description
11793 "This package provides tools for the calibration of penalized criteria
11794 for model selection. The calibration methods available are based on the slope
11795 heuristics.")
11796 (license license:gpl2+)))
11797
11798 (define-public r-dorng
11799 (package
11800 (name "r-dorng")
11801 (version "1.7.1")
11802 (source
11803 (origin
11804 (method url-fetch)
11805 (uri (cran-uri "doRNG" version))
11806 (sha256
11807 (base32
11808 "1sb75aqkliprglfxc4x4wds6alqgzhvl2n812g1d32a88ra3slr7"))))
11809 (properties `((upstream-name . "doRNG")))
11810 (build-system r-build-system)
11811 (propagated-inputs
11812 `(("r-foreach" ,r-foreach)
11813 ("r-iterators" ,r-iterators)
11814 ("r-pkgmaker" ,r-pkgmaker)
11815 ("r-rngtools" ,r-rngtools)))
11816 (home-page "https://renozao.github.io/doRNG/")
11817 (synopsis "Generic reproducible parallel backend for foreach loops")
11818 (description
11819 "This package provides functions to perform reproducible parallel
11820 @code{foreach} loops, using independent random streams as generated by
11821 L'Ecuyer's combined multiple-recursive generator. It enables to easily
11822 convert standard @code{%dopar%} loops into fully reproducible loops,
11823 independently of the number of workers, the task scheduling strategy, or the
11824 chosen parallel environment and associated foreach backend.")
11825 (license license:gpl2+)))
11826
11827 (define-public r-blockmodeling
11828 (package
11829 (name "r-blockmodeling")
11830 (version "0.3.4")
11831 (source
11832 (origin
11833 (method url-fetch)
11834 (uri (cran-uri "blockmodeling" version))
11835 (sha256
11836 (base32
11837 "11v9903y9dwlzaqp8sx0fsibcg82phvappddy37r8lnxd4vchsd2"))))
11838 (build-system r-build-system)
11839 (propagated-inputs
11840 `(("r-doparallel" ,r-doparallel)
11841 ("r-dorng" ,r-dorng)
11842 ("r-foreach" ,r-foreach)
11843 ("r-matrix" ,r-matrix)))
11844 (native-inputs `(("gfortran" ,gfortran)))
11845 (home-page "https://cran.r-project.org/web/packages/blockmodeling")
11846 (synopsis "Generalized and classical blockmodeling of valued networks")
11847 (description
11848 "This package is primarily meant as an implementation of generalized
11849 blockmodeling for valued networks. In addition, measures of similarity or
11850 dissimilarity based on structural equivalence and regular equivalence (REGE
11851 algorithms) can be computed and partitioned matrices can be plotted.")
11852 (license license:gpl2+)))
11853
11854 (define-public r-upsetr
11855 (package
11856 (name "r-upsetr")
11857 (version "1.4.0")
11858 (source
11859 (origin
11860 (method url-fetch)
11861 (uri (cran-uri "UpSetR" version))
11862 (sha256
11863 (base32
11864 "007i0njnjjy7vbrxabwav7a1kk2n0hn2mkvqsdzzfk10ckp5y7im"))))
11865 (properties `((upstream-name . "UpSetR")))
11866 (build-system r-build-system)
11867 (propagated-inputs
11868 `(("r-ggplot2" ,r-ggplot2)
11869 ("r-gridextra" ,r-gridextra)
11870 ("r-plyr" ,r-plyr)
11871 ("r-scales" ,r-scales)))
11872 (home-page "https://github.com/hms-dbmi/UpSetR")
11873 (synopsis "Visualize intersecting sets")
11874 (description
11875 "This package provides a more scalable alternative to Venn and Euler
11876 diagrams for visualizing intersecting sets. Create visualizations of
11877 intersecting sets using a novel matrix design, along with visualizations of
11878 several common set, element and attribute related tasks.")
11879 (license license:expat)))
11880
11881 ;; This package includes a JavaScript file, which is not minified. When
11882 ;; upgrading please check that there are no new minified JavaScript files.
11883 (define-public r-shinybs
11884 (package
11885 (name "r-shinybs")
11886 (version "0.61")
11887 (source
11888 (origin
11889 (method url-fetch)
11890 (uri (cran-uri "shinyBS" version))
11891 (sha256
11892 (base32
11893 "0rhim4mbp4x9vvm7xkmpl7mhb9qd1gr96cr4dv330v863ra2kgji"))))
11894 (properties `((upstream-name . "shinyBS")))
11895 (build-system r-build-system)
11896 ;; The tests spawn Shiny browser apps. They cannot be run
11897 ;; non-interactively.
11898 (arguments '(#:tests? #f))
11899 (propagated-inputs
11900 `(("r-htmltools" ,r-htmltools)
11901 ("r-shiny" ,r-shiny)))
11902 (home-page "https://ebailey78.github.io/shinyBS/")
11903 (synopsis "Twitter Bootstrap components for Shiny")
11904 (description
11905 "This package adds additional Twitter Bootstrap components to Shiny.")
11906 (license license:gpl3)))
11907
11908 (define-public r-outliers
11909 (package
11910 (name "r-outliers")
11911 (version "0.14")
11912 (source
11913 (origin
11914 (method url-fetch)
11915 (uri (cran-uri "outliers" version))
11916 (sha256
11917 (base32
11918 "0vcqfqmmv4yblyp3s6bd25r49pxb7hjzipiic5a82924nqfqzkmn"))))
11919 (build-system r-build-system)
11920 (home-page "https://cran.r-project.org/web/packages/outliers/index.html")
11921 (synopsis "Tests for outliers")
11922 (description
11923 "This package provides a collection of some tests commonly used for
11924 identifying outliers.")
11925 (license license:gpl2+)))
11926
11927 (define-public r-bayesm
11928 (package
11929 (name "r-bayesm")
11930 (version "3.1-4")
11931 (source
11932 (origin
11933 (method url-fetch)
11934 (uri (cran-uri "bayesm" version))
11935 (sha256
11936 (base32 "154glks7rsjkza0sfi1kj7wj727py9sl1ba6sswflwmwc9n226q6"))))
11937 (build-system r-build-system)
11938 (propagated-inputs
11939 `(("r-rcpp" ,r-rcpp)
11940 ("r-rcpparmadillo" ,r-rcpparmadillo)))
11941 (home-page "http://www.perossi.org/home/bsm-1")
11942 (synopsis "Bayesian inference for marketing/micro-econometrics")
11943 (description
11944 "This package covers many important models used in marketing and
11945 micro-econometrics applications, including Bayes Regression (univariate or
11946 multivariate dep var), Bayes Seemingly Unrelated Regression (SUR), Binary and
11947 Ordinal Probit, Multinomial Logit (MNL) and Multinomial Probit (MNP),
11948 Multivariate Probit, Negative Binomial (Poisson) Regression, Multivariate
11949 Mixtures of Normals (including clustering), Dirichlet Process Prior Density
11950 Estimation with normal base, Hierarchical Linear Models with normal prior and
11951 covariates, Hierarchical Linear Models with a mixture of normals prior and
11952 covariates, Hierarchical Multinomial Logits with a mixture of normals prior
11953 and covariates, Hierarchical Multinomial Logits with a Dirichlet Process prior
11954 and covariates, Hierarchical Negative Binomial Regression Models, Bayesian
11955 analysis of choice-based conjoint data, Bayesian treatment of linear
11956 instrumental variables models, Analysis of Multivariate Ordinal survey data
11957 with scale usage heterogeneity, and Bayesian Analysis of Aggregate Random
11958 Coefficient Logit Models.")
11959 (license license:gpl2+)))
11960
11961 (define-public r-tensora
11962 (package
11963 (name "r-tensora")
11964 (version "0.36.1")
11965 (source
11966 (origin
11967 (method url-fetch)
11968 (uri (cran-uri "tensorA" version))
11969 (sha256
11970 (base32
11971 "176hjy3bvg3in62r97wxbhq187sjz6c1gwy9x6spaxl6k4my3zy7"))))
11972 (properties `((upstream-name . "tensorA")))
11973 (build-system r-build-system)
11974 (home-page "http://www.stat.boogaart.de/tensorA")
11975 (synopsis "Advanced tensor arithmetic with named indices")
11976 (description
11977 "This package provides convenience functions for advanced linear algebra
11978 with tensors and computation with datasets of tensors on a higher level
11979 abstraction. It includes Einstein and Riemann summing conventions, dragging,
11980 co- and contravariate indices, and parallel computations on sequences of
11981 tensors.")
11982 (license license:gpl2+)))
11983
11984 (define-public r-rarpack
11985 (package
11986 (name "r-rarpack")
11987 (version "0.11-0")
11988 (source
11989 (origin
11990 (method url-fetch)
11991 (uri (cran-uri "rARPACK" version))
11992 (sha256
11993 (base32
11994 "12h2y46xcfldhjdmm960swgn9b23zvkj5vg2bi42s9qxwgi02d63"))))
11995 (properties `((upstream-name . "rARPACK")))
11996 (build-system r-build-system)
11997 (propagated-inputs `(("r-rspectra" ,r-rspectra)))
11998 (home-page "https://github.com/yixuan/rARPACK")
11999 (synopsis "Solvers for large scale eigenvalue and SVD problems")
12000 (description
12001 "This package was previously an R wrapper of the ARPACK library, and now
12002 a shell of the R package RSpectra, an R interface to the Spectra library for
12003 solving large scale eigenvalue/vector problems. The current version of
12004 rARPACK simply imports and exports the functions provided by RSpectra. New
12005 users of rARPACK are advised to switch to the RSpectra package.")
12006 (license license:bsd-3)))
12007
12008 (define-public r-compositions
12009 (package
12010 (name "r-compositions")
12011 (version "1.40-3")
12012 (source
12013 (origin
12014 (method url-fetch)
12015 (uri (cran-uri "compositions" version))
12016 (sha256
12017 (base32
12018 "103hbmibrf1n333pn4xpll1gqqsv4szms0n5gdq7zak31aar0bg4"))))
12019 (build-system r-build-system)
12020 (propagated-inputs
12021 `(("r-bayesm" ,r-bayesm)
12022 ("r-robustbase" ,r-robustbase)
12023 ("r-tensora" ,r-tensora)))
12024 (home-page "http://www.stat.boogaart.de/compositions")
12025 (synopsis "Compositional data analysis")
12026 (description
12027 "This package provides functions for the consistent analysis of
12028 compositional data (e.g. portions of substances) and positive
12029 numbers (e.g. concentrations).")
12030 (license license:gpl2+)))
12031
12032 (define-public r-cobs
12033 (package
12034 (name "r-cobs")
12035 (version "1.3-3")
12036 (source
12037 (origin
12038 (method url-fetch)
12039 (uri (cran-uri "cobs" version))
12040 (sha256
12041 (base32
12042 "1pqvz7czcchri4x79g78hbwyagb3bqzdqb047zkbdinyz067c7kb"))))
12043 (build-system r-build-system)
12044 (propagated-inputs
12045 `(("r-quantreg" ,r-quantreg)
12046 ("r-sparsem" ,r-sparsem)))
12047 (home-page "https://cran.r-project.org/web/packages/cobs")
12048 (synopsis "Constrained B-Splines (sparse matrix based)")
12049 (description
12050 "This package provides qualitatively constrained (regression) smoothing
12051 splines via linear programming and sparse matrices.")
12052 (license license:gpl2+)))
12053
12054 (define-public r-drimpute
12055 (package
12056 (name "r-drimpute")
12057 (version "1.0")
12058 (source
12059 (origin
12060 (method url-fetch)
12061 (uri (cran-uri "DrImpute" version))
12062 (sha256
12063 (base32
12064 "1adzarrwqb282pqgx2yqswp9rpwd1naxsmar54kddr6qyd6b923b"))))
12065 (properties `((upstream-name . "DrImpute")))
12066 (build-system r-build-system)
12067 (propagated-inputs
12068 `(("r-rcpp" ,r-rcpp)
12069 ("r-rcpparmadillo" ,r-rcpparmadillo)))
12070 (home-page "https://github.com/ikwak2/DrImpute")
12071 (synopsis "Imputing dropout events in single-cell RNA-Seq data")
12072 (description
12073 "This is an R package for imputing dropout events. Many statistical
12074 methods in cell type identification, visualization and lineage reconstruction
12075 do not account for dropout events. DrImpute can improve the performance of
12076 such software by imputing dropout events.")
12077 (license license:gpl3)))
12078
12079 (define-public r-gamlss-dist
12080 (package
12081 (name "r-gamlss-dist")
12082 (version "5.1-5")
12083 (source
12084 (origin
12085 (method url-fetch)
12086 (uri (cran-uri "gamlss.dist" version))
12087 (sha256
12088 (base32 "1rl7hzdg5xpvaq3yyzwxhsaqzzs0qidi3ibv454fisijgv8l4vqw"))))
12089 (properties `((upstream-name . "gamlss.dist")))
12090 (build-system r-build-system)
12091 (propagated-inputs `(("r-mass" ,r-mass)))
12092 (home-page "http://www.gamlss.org/")
12093 (synopsis "Distributions for Generalized Additive Models for location scale and shape")
12094 (description
12095 "This package provides a set of distributions which can be used for
12096 modelling the response variables in Generalized Additive Models for Location
12097 Scale and Shape. The distributions can be continuous, discrete or mixed
12098 distributions. Extra distributions can be created, by transforming, any
12099 continuous distribution defined on the real line, to a distribution defined on
12100 ranges 0 to infinity or 0 to 1, by using a @code{log} or a @code{logit}
12101 transformation, respectively.")
12102 ;; Either version of the GPL.
12103 (license (list license:gpl2 license:gpl3))))
12104
12105 ;; This package includes JavaScript files, which are not minified. When
12106 ;; upgrading please check that there are no new minified JavaScript files.
12107 (define-public r-shinyjs
12108 (package
12109 (name "r-shinyjs")
12110 (version "1.0")
12111 (source
12112 (origin
12113 (method url-fetch)
12114 (uri (cran-uri "shinyjs" version))
12115 (sha256
12116 (base32
12117 "113zpijri0l80rlgrvqn6bxk0sdqgl79h7yhja2p76f9dc9i2sr8"))))
12118 (build-system r-build-system)
12119 (propagated-inputs
12120 `(("r-digest" ,r-digest)
12121 ("r-htmltools" ,r-htmltools)
12122 ("r-jsonlite" ,r-jsonlite)
12123 ("r-shiny" ,r-shiny)))
12124 (home-page "https://deanattali.com/shinyjs")
12125 (synopsis "Improve the user experience of your Shiny apps")
12126 (description
12127 "Perform common useful JavaScript operations in Shiny apps that will
12128 greatly improve your apps without having to know any JavaScript. Examples
12129 include: hiding an element, disabling an input, resetting an input back to its
12130 original value, delaying code execution by a few seconds, and many more useful
12131 functions for both the end user and the developer. Shinyjs can also be used
12132 to easily call your own custom JavaScript functions from R.")
12133 (license license:agpl3+)))
12134
12135 ;; This package includes minified JavaScript files. When upgrading please
12136 ;; check that there are no new minified JavaScript files.
12137 (define-public r-colourpicker
12138 (package
12139 (name "r-colourpicker")
12140 (version "1.0")
12141 (source
12142 (origin
12143 (method url-fetch)
12144 (uri (cran-uri "colourpicker" version))
12145 (sha256
12146 (base32
12147 "0z3v2083g7kwdp21x9s2n1crfh24agpdq3yxkcdzc2awn2pwpnpi"))))
12148 (build-system r-build-system)
12149 (arguments
12150 `(#:modules ((guix build utils)
12151 (guix build r-build-system)
12152 (srfi srfi-1)
12153 (ice-9 popen))
12154 #:phases
12155 (modify-phases %standard-phases
12156 (add-after 'unpack 'process-javascript
12157 (lambda* (#:key inputs #:allow-other-keys)
12158 (with-directory-excursion "inst"
12159 (call-with-values
12160 (lambda ()
12161 (unzip2
12162 `((,(assoc-ref inputs "js-salvattore")
12163 "examples/colourInput/www/salvattore.min.js")
12164 (,(assoc-ref inputs "js-jquery")
12165 "htmlwidgets/lib/jquery/jquery.min.js")
12166 ("www/shared/colourpicker/js/colourpicker.js"
12167 "www/shared/colourpicker/js/colourpicker.min.js"))))
12168 (lambda (sources targets)
12169 (for-each (lambda (source target)
12170 (format #t "Processing ~a --> ~a~%"
12171 source target)
12172 (delete-file target)
12173 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
12174 (call-with-output-file target
12175 (lambda (port)
12176 (dump-port minified port)))))
12177 sources targets))))
12178 #t)))))
12179 (propagated-inputs
12180 `(("r-ggplot2" ,r-ggplot2)
12181 ("r-htmltools" ,r-htmltools)
12182 ("r-htmlwidgets" ,r-htmlwidgets)
12183 ("r-jsonlite" ,r-jsonlite)
12184 ("r-miniui" ,r-miniui)
12185 ("r-shiny" ,r-shiny)
12186 ("r-shinyjs" ,r-shinyjs)))
12187 (native-inputs
12188 `(("uglify-js" ,uglify-js)
12189 ("js-jquery"
12190 ,(origin
12191 (method url-fetch)
12192 (uri "https://code.jquery.com/jquery-3.3.1.js")
12193 (sha256
12194 (base32
12195 "1b8zxrp6xwzpw25apn8j4qws0f6sr7qr7h2va5h1mjyfqvn29anq"))))
12196 ("js-salvattore"
12197 ,(origin
12198 (method url-fetch)
12199 (uri "https://raw.githubusercontent.com/rnmp/salvattore/v1.0.9/dist/salvattore.js")
12200 (sha256
12201 (base32
12202 "0lfrbx7l9w5x89jpc6njmd0pk7h8fpvg537vklai2vf7b1r2nnk5"))))))
12203 (home-page "https://github.com/daattali/colourpicker")
12204 (synopsis "Color picker tool for Shiny and for selecting colors in plots")
12205 (description
12206 "This package provides a color picker that can be used as an input in
12207 Shiny apps or Rmarkdown documents. The color picker supports alpha opacity,
12208 custom color palettes, and many more options. A plot color helper tool is
12209 available as an RStudio Addin, which helps you pick colors to use in your
12210 plots. A more generic color picker RStudio Addin is also provided to let you
12211 select colors to use in your R code.")
12212 (license license:expat)))
12213
12214 (define-public r-ggextra
12215 (package
12216 (name "r-ggextra")
12217 (version "0.9")
12218 (source
12219 (origin
12220 (method url-fetch)
12221 (uri (cran-uri "ggExtra" version))
12222 (sha256
12223 (base32
12224 "18mbi6gblqmrsciad1d2c9ngllk6mayaqj43k40hjq9ydqnvjbgj"))))
12225 (properties `((upstream-name . "ggExtra")))
12226 (build-system r-build-system)
12227 (propagated-inputs
12228 `(("r-colourpicker" ,r-colourpicker)
12229 ("r-ggplot2" ,r-ggplot2)
12230 ("r-gtable" ,r-gtable)
12231 ("r-miniui" ,r-miniui)
12232 ("r-r6" ,r-r6)
12233 ("r-scales" ,r-scales)
12234 ("r-shiny" ,r-shiny)
12235 ("r-shinyjs" ,r-shinyjs)))
12236 (home-page "https://github.com/daattali/ggExtra")
12237 (synopsis "Marginal histograms for ggplot2 and other enhancements")
12238 (description
12239 "This package is a collection of functions and layers to enhance ggplot2.
12240 The flagship function is @code{ggMarginal()}, which can be used to add
12241 marginal histograms/boxplots/density plots to ggplot2 scatterplots.")
12242 (license license:expat)))
12243
12244 (define-public r-minpack-lm
12245 (package
12246 (name "r-minpack-lm")
12247 (version "1.2-1")
12248 (source
12249 (origin
12250 (method url-fetch)
12251 (uri (cran-uri "minpack.lm" version))
12252 (sha256
12253 (base32
12254 "18ym2pdql5vzngc7q5gn66d153hrfrnd8ilv8yh6vd7j7sx7vjql"))))
12255 (properties `((upstream-name . "minpack.lm")))
12256 (build-system r-build-system)
12257 (native-inputs `(("gfortran" ,gfortran)))
12258 (home-page "https://cran.r-project.org/web/packages/minpack.lm")
12259 (synopsis "Levenberg-Marquardt Nonlinear Least-Squares algorithm")
12260 (description
12261 "The @code{nls.lm} function provides an R interface to @code{lmder} and
12262 @code{lmdif} from the MINPACK library, for solving nonlinear least-squares
12263 problems by a modification of the Levenberg-Marquardt algorithm, with support
12264 for lower and upper parameter bounds. The implementation can be used via
12265 @code{nls}-like calls using the @code{nlsLM} function.")
12266 (license license:gpl3)))
12267
12268 (define-public r-moments
12269 (package
12270 (name "r-moments")
12271 (version "0.14")
12272 (source
12273 (origin
12274 (method url-fetch)
12275 (uri (cran-uri "moments" version))
12276 (sha256
12277 (base32
12278 "0f9y58w1hxcz4bqivirx25ywlmc80gbi6dfx5cnhkpdg1pk82fra"))))
12279 (build-system r-build-system)
12280 (home-page "https://cran.r-project.org/web/packages/moments")
12281 (synopsis "Moments, cumulants, skewness, kurtosis and related tests")
12282 (description
12283 "This package provides functions to calculate: moments, Pearson's
12284 kurtosis, Geary's kurtosis and skewness; it also includes tests related to
12285 them (Anscombe-Glynn, D'Agostino, Bonett-Seier).")
12286 (license license:gpl2+)))
12287
12288 (define-public r-msir
12289 (package
12290 (name "r-msir")
12291 (version "1.3.2")
12292 (source
12293 (origin
12294 (method url-fetch)
12295 (uri (cran-uri "msir" version))
12296 (sha256
12297 (base32
12298 "0pvc3q162vqq3k39nni732x05zzfz4y9y2zf56d83185ypszv9kb"))))
12299 (build-system r-build-system)
12300 (propagated-inputs
12301 `(("r-mclust" ,r-mclust)))
12302 (home-page "https://cran.r-project.org/web/packages/msir")
12303 (synopsis "Model-based sliced inverse regression")
12304 (description
12305 "This is an R package for dimension reduction based on finite Gaussian
12306 mixture modeling of inverse regression.")
12307 (license license:gpl2+)))
12308
12309 (define-public r-pbivnorm
12310 (package
12311 (name "r-pbivnorm")
12312 (version "0.6.0")
12313 (source
12314 (origin
12315 (method url-fetch)
12316 (uri (cran-uri "pbivnorm" version))
12317 (sha256
12318 (base32
12319 "05jzrjqxzbcf6z245hlk7sjxiszv9paadaaimvcx5y5qgi87vhq7"))))
12320 (build-system r-build-system)
12321 (native-inputs `(("gfortran" ,gfortran)))
12322 (home-page "https://github.com/brentonk/pbivnorm")
12323 (synopsis "Vectorized bivariate normal CDF")
12324 (description
12325 "This package provides a vectorized R function for calculating
12326 probabilities from a standard bivariate normal CDF.")
12327 (license license:gpl2+)))
12328
12329 (define-public r-lavaan
12330 (package
12331 (name "r-lavaan")
12332 (version "0.6-5")
12333 (source
12334 (origin
12335 (method url-fetch)
12336 (uri (cran-uri "lavaan" version))
12337 (sha256
12338 (base32
12339 "04kvsh2m6mnzlhv83phr3hjzy4sx1ck6f7dgsm7xb8cs84dnxszy"))))
12340 (build-system r-build-system)
12341 (propagated-inputs
12342 `(("r-mass" ,r-mass)
12343 ("r-mnormt" ,r-mnormt)
12344 ("r-numderiv" ,r-numderiv)
12345 ("r-pbivnorm" ,r-pbivnorm)))
12346 (home-page "http://lavaan.ugent.be")
12347 (synopsis "Latent variable analysis")
12348 (description
12349 "This package provides tools to fit a variety of latent variable models,
12350 including confirmatory factor analysis, structural equation modeling and
12351 latent growth curve models.")
12352 (license license:gpl2+)))
12353
12354 (define-public r-nonnest2
12355 (package
12356 (name "r-nonnest2")
12357 (version "0.5-2")
12358 (source
12359 (origin
12360 (method url-fetch)
12361 (uri (cran-uri "nonnest2" version))
12362 (sha256
12363 (base32
12364 "1bq44qqmm59j91m0sny4xnqmxqlga4cm48qdsw8xfs3x19xwmxk6"))))
12365 (build-system r-build-system)
12366 (propagated-inputs
12367 `(("r-compquadform" ,r-compquadform)
12368 ("r-lavaan" ,r-lavaan)
12369 ("r-mvtnorm" ,r-mvtnorm)
12370 ("r-sandwich" ,r-sandwich)))
12371 (home-page "https://cran.r-project.org/web/packages/nonnest2/")
12372 (synopsis "Tests of non-nested models")
12373 (description
12374 "This package allows for testing of non-nested models. It includes tests
12375 of model distinguishability and of model fit that can be applied to both
12376 nested and non-nested models. The package also includes functionality to
12377 obtain confidence intervals associated with AIC and BIC.")
12378 ;; Either version of the GPL.
12379 (license (list license:gpl2 license:gpl3))))
12380
12381 (define-public r-penalized
12382 (package
12383 (name "r-penalized")
12384 (version "0.9-51")
12385 (source
12386 (origin
12387 (method url-fetch)
12388 (uri (cran-uri "penalized" version))
12389 (sha256
12390 (base32
12391 "1zcrwa93mc27qj3g4ayc2k895r6g8q0g6qb2azmvj7wqk750va7a"))))
12392 (build-system r-build-system)
12393 (propagated-inputs
12394 `(("r-rcpp" ,r-rcpp)
12395 ("r-rcpparmadillo" ,r-rcpparmadillo)
12396 ("r-survival" ,r-survival)))
12397 (home-page "https://cran.r-project.org/web/packages/penalized/")
12398 (synopsis "Penalized estimation in GLMs and in the Cox model")
12399 (description
12400 "This package provides tools for fitting possibly high dimensional
12401 penalized regression models. The penalty structure can be any combination of
12402 an L1 penalty (lasso and fused lasso), an L2 penalty (ridge) and a positivity
12403 constraint on the regression coefficients. The supported regression models
12404 are linear, logistic and Poisson regression and the Cox Proportional Hazards
12405 model. Cross-validation routines allow optimization of the tuning
12406 parameters.")
12407 (license license:gpl2+)))
12408
12409 (define-public r-zim
12410 (package
12411 (name "r-zim")
12412 (version "1.1.0")
12413 (source
12414 (origin
12415 (method url-fetch)
12416 (uri (cran-uri "ZIM" version))
12417 (sha256
12418 (base32
12419 "0scyfjn4ilsvha3x41c3b8bcfi31hlhwm77wn2a8hj5dsvnnmzig"))))
12420 (properties `((upstream-name . "ZIM")))
12421 (build-system r-build-system)
12422 (propagated-inputs `(("r-mass" ,r-mass)))
12423 (home-page "https://github.com/biostatstudio/ZIM")
12424 (synopsis "Zero-inflated models (ZIM) for count time series with excess zeros")
12425 (description
12426 "Analyze count time series with excess zeros. Two types of statistical
12427 models are supported: Markov regression and state-space models. They are also
12428 known as observation-driven and parameter-driven models respectively in the
12429 time series literature. The functions used for Markov regression or
12430 observation-driven models can also be used to fit ordinary regression models
12431 with independent data under the zero-inflated Poisson (ZIP) or zero-inflated
12432 negative binomial (ZINB) assumption. The package also contains miscellaneous
12433 functions to compute density, distribution, quantile, and generate random
12434 numbers from ZIP and ZINB distributions.")
12435 (license license:gpl3)))
12436
12437 (define-public r-nor1mix
12438 (package
12439 (name "r-nor1mix")
12440 (version "1.3-0")
12441 (source
12442 (origin
12443 (method url-fetch)
12444 (uri (cran-uri "nor1mix" version))
12445 (sha256
12446 (base32
12447 "1817wcvlmxs70vs4db0jkxd7i037744zz8ay3c2a9949z29fxr4w"))))
12448 (build-system r-build-system)
12449 (home-page "https://cran.r-project.org/web/packages/nor1mix/")
12450 (synopsis "Normal (1-d) mixture models")
12451 (description
12452 "This package provides S3 classes and methods for one-dimensional normal
12453 mixture models, for, e.g., density estimation or clustering algorithms
12454 research and teaching; it provides the widely used Marron-Wand densities. It
12455 also provides tools for efficient random number generation and graphics.")
12456 (license license:gpl2+)))
12457
12458 (define-public r-beanplot
12459 (package
12460 (name "r-beanplot")
12461 (version "1.2")
12462 (source
12463 (origin
12464 (method url-fetch)
12465 (uri (cran-uri "beanplot" version))
12466 (sha256
12467 (base32
12468 "0wmkr704fl8kdxkjwmaxw2a2h5dwzfgsgpncnk2p2wd4768jknj9"))))
12469 (build-system r-build-system)
12470 (home-page "https://cran.r-project.org/web/packages/beanplot/")
12471 (synopsis "Visualization via beanplots")
12472 (description
12473 "This package provides beanplots, an alternative to
12474 boxplot/stripchart/violin plots. It can be used to plot univariate comparison
12475 graphs.")
12476 (license license:gpl2)))
12477
12478 (define-public r-pbdzmq
12479 (package
12480 (name "r-pbdzmq")
12481 (version "0.3-3")
12482 (source
12483 (origin
12484 (method url-fetch)
12485 (uri (cran-uri "pbdZMQ" version))
12486 (sha256
12487 (base32
12488 "1jkfcfhspvqra7vbllrvkz3jx8j7d0ang6zzcdjgpb7200sc29mf"))))
12489 (properties `((upstream-name . "pbdZMQ")))
12490 (build-system r-build-system)
12491 (inputs
12492 `(("zeromq" ,zeromq)
12493 ("zlib" ,zlib)))
12494 (native-inputs
12495 `(("pkg-config" ,pkg-config)))
12496 (home-page "https://pbdr.org/")
12497 (synopsis "R interface to ZeroMQ")
12498 (description
12499 "ZeroMQ is a well-known library for high-performance asynchronous
12500 messaging in scalable, distributed applications. This package provides high
12501 level R wrapper functions to easily utilize ZeroMQ. The main focus is on
12502 interactive client/server programming frameworks. A few wrapper functions
12503 compatible with @code{rzmq} are also provided.")
12504 (license license:gpl3)))
12505
12506 (define-public r-repr
12507 (package
12508 (name "r-repr")
12509 (version "1.0.2")
12510 (source
12511 (origin
12512 (method url-fetch)
12513 (uri (cran-uri "repr" version))
12514 (sha256
12515 (base32
12516 "0wn9fdddqjgn0bdfl75x89rcxahbgqs324bhg0pfq6va5q2mlbbw"))))
12517 (build-system r-build-system)
12518 (propagated-inputs
12519 `(("r-base64enc" ,r-base64enc)
12520 ("r-htmltools" ,r-htmltools)
12521 ("r-jsonlite" ,r-jsonlite)
12522 ("r-pillar" ,r-pillar)))
12523 (home-page "https://cran.r-project.org/web/packages/repr/")
12524 (synopsis "Serializable representations")
12525 (description
12526 "This package provides string and binary representations of objects for
12527 several formats and MIME types.")
12528 (license license:gpl3)))
12529
12530 (define-public r-irdisplay
12531 (package
12532 (name "r-irdisplay")
12533 (version "0.7.0")
12534 (source
12535 (origin
12536 (method url-fetch)
12537 (uri (cran-uri "IRdisplay" version))
12538 (sha256
12539 (base32
12540 "12chk53nf4zckgc4yl7gbvd7m5dvli52inp5b3f0zvcjvfncksli"))))
12541 (properties `((upstream-name . "IRdisplay")))
12542 (build-system r-build-system)
12543 (propagated-inputs
12544 `(("r-repr" ,r-repr)))
12545 (home-page "https://cran.r-project.org/web/packages/IRdisplay/")
12546 (synopsis "Jupyter display machinery")
12547 (description
12548 "This package provides an interface to the rich display capabilities of
12549 Jupyter front-ends (e.g. Jupyter Notebook). It is designed to be used from a
12550 running IRkernel session.")
12551 (license license:expat)))
12552
12553 (define-public r-irkernel
12554 (package
12555 (name "r-irkernel")
12556 (version "1.1")
12557 (source
12558 (origin
12559 (method url-fetch)
12560 (uri (cran-uri "IRkernel" version))
12561 (sha256
12562 (base32
12563 "1viqxs91dys1z4cf7gb59rmqvzb8lc7jdp4azrpmhgwa8qf46s94"))))
12564 (properties `((upstream-name . "IRkernel")))
12565 (build-system r-build-system)
12566 (arguments
12567 `(#:phases
12568 (modify-phases %standard-phases
12569 (add-after 'install 'install-kernelspec
12570 (lambda* (#:key outputs #:allow-other-keys)
12571 (let ((out (assoc-ref outputs "out")))
12572 (setenv "HOME" "/tmp")
12573 (invoke "jupyter" "kernelspec" "install"
12574 "--name" "ir"
12575 "--prefix" out
12576 (string-append out "/site-library/IRkernel/kernelspec"))
12577 #t))))))
12578 (inputs
12579 `(("jupyter" ,jupyter)))
12580 (propagated-inputs
12581 `(("r-crayon" ,r-crayon)
12582 ("r-digest" ,r-digest)
12583 ("r-evaluate" ,r-evaluate)
12584 ("r-irdisplay" ,r-irdisplay)
12585 ("r-jsonlite" ,r-jsonlite)
12586 ("r-pbdzmq" ,r-pbdzmq)
12587 ("r-repr" ,r-repr)
12588 ("r-uuid" ,r-uuid)))
12589 (home-page "https://cran.r-project.org/web/packages/IRkernel/")
12590 (synopsis "Native R kernel for Jupyter")
12591 (description
12592 "The R kernel for the Jupyter environment executes R code which the
12593 front-end (Jupyter Notebook or other front-ends) submits to the kernel via the
12594 network.")
12595 (license license:expat)))
12596
12597 (define-public r-gmodels
12598 (package
12599 (name "r-gmodels")
12600 (version "2.18.1")
12601 (source
12602 (origin
12603 (method url-fetch)
12604 (uri (cran-uri "gmodels" version))
12605 (sha256
12606 (base32
12607 "0s8kd8krqk4kwv2zqxpsfy3w8qdwf5naf4b5l383vidq9sil0qb2"))))
12608 (build-system r-build-system)
12609 (propagated-inputs
12610 `(("r-gdata" ,r-gdata)
12611 ("r-mass" ,r-mass)))
12612 (home-page "https://cran.r-project.org/web/packages/gmodels/")
12613 (synopsis "Various R programming tools for model fitting")
12614 (description
12615 "This package provides various R programming tools for model fitting.")
12616 (license license:gpl2)))
12617
12618 (define-public r-apcluster
12619 (package
12620 (name "r-apcluster")
12621 (version "1.4.8")
12622 (source
12623 (origin
12624 (method url-fetch)
12625 (uri (cran-uri "apcluster" version))
12626 (sha256
12627 (base32
12628 "0lzf2jqm56i74wif6x5sw3j0w2qc4sni49zq2fgbl89b7lwkvchj"))))
12629 (build-system r-build-system)
12630 (propagated-inputs
12631 `(("r-matrix" ,r-matrix)
12632 ("r-rcpp" ,r-rcpp)))
12633 (home-page "https://cran.r-project.org/web/packages/apcluster/")
12634 (synopsis "Affinity propagation clustering")
12635 (description
12636 "This package implements affinity propagation clustering introduced by
12637 Frey and Dueck (2007). The package further provides leveraged affinity
12638 propagation and an algorithm for exemplar-based agglomerative clustering that
12639 can also be used to join clusters obtained from affinity propagation. Various
12640 plotting functions are available for analyzing clustering results.")
12641 (license license:gpl2+)))
12642
12643 (define-public r-valr
12644 (package
12645 (name "r-valr")
12646 (version "0.5.0")
12647 (source
12648 (origin
12649 (method url-fetch)
12650 (uri (cran-uri "valr" version))
12651 (sha256
12652 (base32
12653 "14jhrwkiwmha3vlmm7b50n2xxyizj6ddmy89gb20mpzq7qhz1ika"))))
12654 (build-system r-build-system)
12655 (propagated-inputs
12656 `(("r-broom" ,r-broom)
12657 ("r-dplyr" ,r-dplyr)
12658 ("r-ggplot2" ,r-ggplot2)
12659 ("r-rcpp" ,r-rcpp)
12660 ("r-readr" ,r-readr)
12661 ("r-rlang" ,r-rlang)
12662 ("r-stringr" ,r-stringr)
12663 ("r-tibble" ,r-tibble)))
12664 (home-page "http://github.com/rnabioco/valr")
12665 (synopsis "Genome interval arithmetic in R")
12666 (description
12667 "This package enables you to read and manipulate genome intervals and
12668 signals. It provides functionality similar to command-line tool suites within
12669 R, enabling interactive analysis and visualization of genome-scale data.")
12670 (license license:expat)))
12671
12672 (define-public r-rematch2
12673 (package
12674 (name "r-rematch2")
12675 (version "2.1.0")
12676 (source
12677 (origin
12678 (method url-fetch)
12679 (uri (cran-uri "rematch2" version))
12680 (sha256
12681 (base32
12682 "00cznm6rk33b53w7zybkz7549bnydc66znpi5mb0xd24pmqp0rvq"))))
12683 (build-system r-build-system)
12684 (propagated-inputs
12685 `(("r-tibble" ,r-tibble)))
12686 (home-page "https://github.com/r-lib/rematch2")
12687 (synopsis "Tidy output from regular expression matching")
12688 (description
12689 "This package provides wrappers on @code{regexpr} and @code{gregexpr} to
12690 return the match results in tidy data frames.")
12691 (license license:expat)))
12692
12693 (define-public r-picante
12694 (package
12695 (name "r-picante")
12696 (version "1.8")
12697 (source
12698 (origin
12699 (method url-fetch)
12700 (uri (cran-uri "picante" version))
12701 (sha256
12702 (base32
12703 "1bcq2j7fs89c2jib68qq6la67rxyg9raryf162mwvjakpf6k19l1"))))
12704 (build-system r-build-system)
12705 (propagated-inputs
12706 `(("r-ape" ,r-ape)
12707 ("r-nlme" ,r-nlme)
12708 ("r-vegan" ,r-vegan)))
12709 (home-page "https://cran.r-project.org/web/packages/picante/")
12710 (synopsis "Integrating phylogenies and ecology")
12711 (description
12712 "This package provides functions for phylocom integration, community
12713 analyses, null-models, traits and evolution. It implements numerous
12714 ecophylogenetic approaches including measures of community phylogenetic and
12715 trait diversity, phylogenetic signal, estimation of trait values for
12716 unobserved taxa, null models for community and phylogeny randomizations, and
12717 utility functions for data input/output and phylogeny plotting. A full
12718 description of package functionality and methods are provided by Kembel et
12719 al. (2010).")
12720 (license license:gpl2)))
12721
12722 (define-public r-reinforcelearn
12723 (package
12724 (name "r-reinforcelearn")
12725 (version "0.2.1")
12726 (source
12727 (origin
12728 (method url-fetch)
12729 (uri (cran-uri "reinforcelearn" version))
12730 (sha256
12731 (base32
12732 "176z2q69p24i29a8sh19xxn2zl3h1z2ixdssr5i6m4yvkvdrvv3b"))))
12733 (build-system r-build-system)
12734 (propagated-inputs
12735 `(("r-checkmate" ,r-checkmate)
12736 ("r-nnet" ,r-nnet)
12737 ("r-purrr" ,r-purrr)
12738 ("r-r6" ,r-r6)))
12739 (home-page "https://markusdumke.github.io/reinforcelearn")
12740 (synopsis "Reinforcement learning")
12741 (description
12742 "This package implements reinforcement learning environments and
12743 algorithms as described in Sutton & Barto (1998). The Q-Learning algorithm
12744 can be used with function approximation, eligibility traces (Singh & Sutton,
12745 1996) and experience replay (Mnih et al., 2013).")
12746 (license license:expat)))
12747
12748 (define-public r-lemon
12749 (package
12750 (name "r-lemon")
12751 (version "0.4.3")
12752 (source
12753 (origin
12754 (method url-fetch)
12755 (uri (cran-uri "lemon" version))
12756 (sha256
12757 (base32
12758 "0wsn5bfg10wq4dnrgpyraz2bzx9p19c7hf1pwj3h4zmpqfgsdbpw"))))
12759 (build-system r-build-system)
12760 (propagated-inputs
12761 `(("r-ggplot2" ,r-ggplot2)
12762 ("r-gridextra" ,r-gridextra)
12763 ("r-gtable" ,r-gtable)
12764 ("r-knitr" ,r-knitr)
12765 ("r-lattice" ,r-lattice)
12766 ("r-plyr" ,r-plyr)
12767 ("r-scales" ,r-scales)))
12768 (home-page "https://github.com/stefanedwards/lemon")
12769 (synopsis "Freshen up your ggplot2 plots")
12770 (description
12771 "This package provides functions for working with legends and axis lines
12772 of ggplot2, facets that repeat axis lines on all panels, and some knitr
12773 extensions.")
12774 (license license:gpl3)))
12775
12776 (define-public r-wgaim
12777 (package
12778 (name "r-wgaim")
12779 (version "2.0-1")
12780 (source
12781 (origin
12782 (method url-fetch)
12783 (uri (cran-uri "wgaim" version))
12784 (sha256
12785 (base32 "1qiyfkpsbzjr9xsq5kqq6rlqpndngkn2irdfh3gyi45h6hn118j4"))))
12786 (build-system r-build-system)
12787 (propagated-inputs
12788 `(("r-ggplot2" ,r-ggplot2)
12789 ("r-qtl" ,r-qtl)))
12790 (home-page "https://cran.r-project.org/web/packages/wgaim")
12791 (synopsis "Whole genome average interval mapping for QTL detection")
12792 (description
12793 "This package integrates sophisticated mixed modelling methods with a
12794 whole genome approach to detecting significant QTL in linkage maps.")
12795 (license license:gpl2+)))
12796
12797 (define-public r-bedr
12798 (package
12799 (name "r-bedr")
12800 (version "1.0.7")
12801 (source
12802 (origin
12803 (method url-fetch)
12804 (uri (cran-uri "bedr" version))
12805 (sha256
12806 (base32
12807 "0zpqvyjgwyqawxm8qrhcv8zq2b3yxgcqkkc87br29yrl7sjb8h6j"))))
12808 (build-system r-build-system)
12809 (propagated-inputs
12810 `(("r-data-table" ,r-data-table)
12811 ("r-r-utils" ,r-r-utils)
12812 ("r-testthat" ,r-testthat)
12813 ("r-venndiagram" ,r-venndiagram)
12814 ("r-yaml" ,r-yaml)
12815 ("bedops" ,bedops)
12816 ("bedtools" ,bedtools)
12817 ("htslib" ,htslib))) ; for tabix
12818 (native-inputs
12819 `(("r-knitr" ,r-knitr))) ; for vignettes
12820 (home-page "https://cran.r-project.org/web/packages/bedr")
12821 (synopsis "Genomic region processing")
12822 (description
12823 "This package is for genomic regions processing using command line tools
12824 such as BEDTools, BEDOPS and Tabix. These tools offer scalable and efficient
12825 utilities to perform genome arithmetic e.g indexing, formatting and merging.
12826 The bedr package's API enhances access to these tools as well as offers
12827 additional utilities for genomic regions processing.")
12828 (license license:gpl2)))
12829
12830 (define-public r-sets
12831 (package
12832 (name "r-sets")
12833 (version "1.0-18")
12834 (source
12835 (origin
12836 (method url-fetch)
12837 (uri (cran-uri "sets" version))
12838 (sha256
12839 (base32
12840 "16v7650p47khqrbbw0z98llmwmmhswqmhri0n7nrfhdqwmby1lbl"))))
12841 (properties `((upstream-name . "sets")))
12842 (build-system r-build-system)
12843 (home-page "https://cran.r-project.org/web/packages/sets")
12844 (synopsis "Sets, generalized sets, customizable sets and intervals")
12845 (description
12846 "This package provides data structures and basic operations for ordinary
12847 sets, generalizations such as fuzzy sets, multisets, and fuzzy multisets,
12848 customizable sets, and intervals.")
12849 (license license:gpl2)))
12850
12851 (define-public r-partitions
12852 (package
12853 (name "r-partitions")
12854 (version "1.9-22")
12855 (source
12856 (origin
12857 (method url-fetch)
12858 (uri (cran-uri "partitions" version))
12859 (sha256
12860 (base32
12861 "1qqy4df28wy4q0g572azrj171jlhvrnzbh7x0wr2g7v6gr20y0ns"))))
12862 (build-system r-build-system)
12863 (propagated-inputs
12864 `(("r-gmp" ,r-gmp)
12865 ("r-polynom" ,r-polynom)
12866 ("r-sets" ,r-sets)))
12867 (home-page "https://cran.r-project.org/web/packages/partitions")
12868 (synopsis "Additive partitions of integers")
12869 (description
12870 "This package provides tools to enumerates the partitions, unequal
12871 partitions, and restricted partitions of an integer; the three corresponding
12872 partition functions are also given.")
12873 ;; Any version of the GPL
12874 (license license:gpl2+)))
12875
12876 (define-public r-brobdingnag
12877 (package
12878 (name "r-brobdingnag")
12879 (version "1.2-6")
12880 (source
12881 (origin
12882 (method url-fetch)
12883 (uri (cran-uri "Brobdingnag" version))
12884 (sha256
12885 (base32
12886 "1m3ajvcksqfck5l5hj5xiflj4ry6d896ybv4f0xxks8chgnwmv0r"))))
12887 (properties `((upstream-name . "Brobdingnag")))
12888 (build-system r-build-system)
12889 (home-page "https://github.com/RobinHankin/Brobdingnag.git")
12890 (synopsis "Very large numbers in R")
12891 (description
12892 "This package handles very large numbers in R. Real numbers are held
12893 using their natural logarithms, plus a logical flag indicating sign. The
12894 package includes a vignette that gives a step-by-step introduction to using S4
12895 methods.")
12896 ;; Any version of the GPL
12897 (license license:gpl2+)))
12898
12899 (define-public r-untb
12900 (package
12901 (name "r-untb")
12902 (version "1.7-4")
12903 (source
12904 (origin
12905 (method url-fetch)
12906 (uri (cran-uri "untb" version))
12907 (sha256
12908 (base32
12909 "1i7m4vfslsix98dwx4jlrsldm7fhhfp25gr7aapcxqxms7ryaby6"))))
12910 (build-system r-build-system)
12911 (propagated-inputs
12912 `(("r-brobdingnag" ,r-brobdingnag)
12913 ("r-partitions" ,r-partitions)
12914 ("r-polynom" ,r-polynom)))
12915 (home-page "https://github.com/RobinHankin/untb.git")
12916 (synopsis "Ecological drift under the UNTB")
12917 (description
12918 "This package provides numerical simulations, and visualizations, of
12919 Hubbell's @dfn{Unified Neutral Theory of Biodiversity} (UNTB).")
12920 (license license:gpl2+)))
12921
12922 (define-public r-stepwise
12923 (package
12924 (name "r-stepwise")
12925 (version "0.3")
12926 (source
12927 (origin
12928 (method url-fetch)
12929 (uri (cran-uri "stepwise" version))
12930 (sha256
12931 (base32
12932 "1lbx1bxwkf9dw6q46w40pp7h5nkxgghmx8rkpaymm6iybc7gyir2"))))
12933 (build-system r-build-system)
12934 (home-page "http://stat.sfu.ca/statgen/research/stepwise.html")
12935 (synopsis "Stepwise detection of recombination breakpoints")
12936 (description
12937 "This package provides a stepwise approach to identifying recombination
12938 breakpoints in a genomic sequence alignment.")
12939 (license license:gpl2+)))
12940
12941 (define-public r-snpmaxsel
12942 (package
12943 (name "r-snpmaxsel")
12944 (version "1.0-3")
12945 (source
12946 (origin
12947 (method url-fetch)
12948 (uri (cran-uri "SNPmaxsel" version))
12949 (sha256
12950 (base32
12951 "0pjvixwqzjd3jwccc8yqq9c76afvbmfq0z1w0cwyj8bblrjpx13z"))))
12952 (properties `((upstream-name . "SNPmaxsel")))
12953 (build-system r-build-system)
12954 (propagated-inputs
12955 `(("r-combinat" ,r-combinat)
12956 ("r-mvtnorm" ,r-mvtnorm)))
12957 (home-page "https://cran.r-project.org/web/packages/SNPmaxsel/index.html")
12958 (synopsis "Maximally selected statistics for SNP data")
12959 (description
12960 "This package implements asymptotic methods related to maximally selected
12961 statistics, with applications to @dfn{single-nucleotide polymorphism} (SNP)
12962 data.")
12963 (license license:gpl2+)))
12964
12965 (define-public r-acsnminer
12966 (package
12967 (name "r-acsnminer")
12968 (version "0.16.8.25")
12969 (source (origin
12970 (method url-fetch)
12971 (uri (cran-uri "ACSNMineR" version))
12972 (sha256
12973 (base32
12974 "0gh604s8qall6zfjlwcg2ilxjvz08dplf9k5g47idhv43scm748l"))))
12975 (properties `((upstream-name . "ACSNMineR")))
12976 (build-system r-build-system)
12977 (propagated-inputs
12978 `(("r-ggplot2" ,r-ggplot2)
12979 ("r-gridextra" ,r-gridextra)))
12980 (home-page "https://cran.r-project.org/web/packages/ACSNMineR")
12981 (synopsis "Gene enrichment analysis")
12982 (description
12983 "This package provides tools to compute and represent gene set enrichment
12984 or depletion from your data based on pre-saved maps from the @dfn{Atlas of
12985 Cancer Signalling Networks} (ACSN) or user imported maps. The gene set
12986 enrichment can be run with hypergeometric test or Fisher exact test, and can
12987 use multiple corrections. Visualization of data can be done either by
12988 barplots or heatmaps.")
12989 (license license:gpl2+)))
12990
12991 (define-public r-seqinr
12992 (package
12993 (name "r-seqinr")
12994 (version "3.6-1")
12995 (source
12996 (origin
12997 (method url-fetch)
12998 (uri (cran-uri "seqinr" version))
12999 (sha256
13000 (base32
13001 "0j30za6kji6y3v09cvcydiacnp65pv6ig8aw7cydl47l5s9chky4"))))
13002 (build-system r-build-system)
13003 (propagated-inputs
13004 `(("r-ade4" ,r-ade4)
13005 ("r-segmented" ,r-segmented)))
13006 (inputs
13007 `(("zlib" ,zlib)))
13008 (home-page "http://seqinr.r-forge.r-project.org/")
13009 (synopsis "Biological sequences retrieval and analysis")
13010 (description
13011 "This package provides tools for exploratory data analysis and data
13012 visualization of biological sequence (DNA and protein) data. It also includes
13013 utilities for sequence data management under the ACNUC system.")
13014 (license license:gpl2+)))
13015
13016 (define-public r-units
13017 (package
13018 (name "r-units")
13019 (version "0.6-5")
13020 (source
13021 (origin
13022 (method url-fetch)
13023 (uri (cran-uri "units" version))
13024 (sha256
13025 (base32
13026 "02nls8m0r1r7kljs4x35naz3szq62hyqyd5vracf1xwi1kz5kdsh"))))
13027 (build-system r-build-system)
13028 (inputs
13029 `(("udunits" ,udunits)))
13030 (propagated-inputs
13031 `(("r-rcpp" ,r-rcpp)))
13032 (home-page "https://github.com/r-quantities/units/")
13033 (synopsis "Measurement Units for R Vectors")
13034 (description
13035 "This package provides support for measurement units in R vectors,
13036 matrices and arrays: automatic propagation, conversion, derivation and
13037 simplification of units; raising errors in case of unit incompatibility. It
13038 is compatible with the @code{POSIXct}, @code{Date} and @code{difftime}
13039 classes.")
13040 (license license:gpl2)))
13041
13042 (define-public r-classint
13043 (package
13044 (name "r-classint")
13045 (version "0.4-2")
13046 (source
13047 (origin
13048 (method url-fetch)
13049 (uri (cran-uri "classInt" version))
13050 (sha256
13051 (base32
13052 "0w980hrw8sgfdfyd5dsimalq7gwhvqm7507abk7k363pvgks23dv"))))
13053 (properties `((upstream-name . "classInt")))
13054 (build-system r-build-system)
13055 (propagated-inputs
13056 `(("r-class" ,r-class)
13057 ("r-e1071" ,r-e1071)
13058 ("r-kernsmooth" ,r-kernsmooth)))
13059 (native-inputs `(("gfortran" ,gfortran)))
13060 (home-page "https://github.com/r-spatial/classInt/")
13061 (synopsis "Choose univariate class intervals")
13062 (description
13063 "This package provides selected commonly used methods for choosing
13064 univariate class intervals for mapping or other graphics purposes.")
13065 (license license:gpl2+)))
13066
13067 (define-public r-spdata
13068 (package
13069 (name "r-spdata")
13070 (version "0.3.2")
13071 (source
13072 (origin
13073 (method url-fetch)
13074 (uri (cran-uri "spData" version))
13075 (sha256
13076 (base32
13077 "190msrrpn226x27pcnck4ac34f9k4xcn26cyz2apdri2nzkr6zbw"))))
13078 (properties `((upstream-name . "spData")))
13079 (build-system r-build-system)
13080 (home-page "https://github.com/Nowosad/spData")
13081 (synopsis "Datasets for spatial analysis")
13082 (description
13083 "This a package containing diverse spatial datasets for demonstrating,
13084 benchmarking and teaching spatial data analysis. It includes R data of class
13085 @code{sf}, @code{Spatial}, and @code{nb}. It also contains data stored in a
13086 range of file formats including GeoJSON, ESRI Shapefile and GeoPackage. Some
13087 of the datasets are designed to illustrate specific analysis techniques.
13088 @code{cycle_hire()} and @code{cycle_hire_osm()}, for example, are designed to
13089 illustrate point pattern analysis techniques.")
13090 (license license:cc0)))
13091
13092 (define-public r-learnbayes
13093 (package
13094 (name "r-learnbayes")
13095 (version "2.15.1")
13096 (source
13097 (origin
13098 (method url-fetch)
13099 (uri (cran-uri "LearnBayes" version))
13100 (sha256
13101 (base32
13102 "0ch54v2zz2yyyk0lvn5rfikdmyz1qh9j1wk3585wl8v58mc0h4cv"))))
13103 (properties `((upstream-name . "LearnBayes")))
13104 (build-system r-build-system)
13105 (home-page "https://cran.r-project.org/web/packages/LearnBayes")
13106 (synopsis "Functions for learning Bayesian inference")
13107 (description
13108 "This package provides a collection of functions helpful in learning the
13109 basic tenets of Bayesian statistical inference. It contains functions for
13110 summarizing basic one and two parameter posterior distributions and predictive
13111 distributions. It contains MCMC algorithms for summarizing posterior
13112 distributions defined by the user. It also contains functions for regression
13113 models, hierarchical models, Bayesian tests, and illustrations of Gibbs
13114 sampling.")
13115 (license license:gpl2+)))
13116
13117 (define-public r-deldir
13118 (package
13119 (name "r-deldir")
13120 (version "0.1-23")
13121 (source
13122 (origin
13123 (method url-fetch)
13124 (uri (cran-uri "deldir" version))
13125 (sha256
13126 (base32
13127 "0790dwxb2mz1ffz8gd5vwdr0if2q76dzy3vab5rsykf9kz72n4g0"))))
13128 (build-system r-build-system)
13129 (native-inputs `(("gfortran" ,gfortran)))
13130 (home-page "https://cran.r-project.org/web/packages/deldir")
13131 (synopsis "Delaunay triangulation and Dirichlet (Voronoi) tessellation")
13132 (description
13133 "This package provides tools for calculating the Delaunay triangulation
13134 and the Dirichlet or Voronoi tessellation (with respect to the entire plane)
13135 of a planar point set. It plots triangulations and tessellations in various
13136 ways, clips tessellations to sub-windows, calculates perimeters of
13137 tessellations, and summarizes information about the tiles of the
13138 tessellation.")
13139 (license license:gpl2+)))
13140
13141 (define-public r-sf
13142 (package
13143 (name "r-sf")
13144 (version "0.8-0")
13145 (source
13146 (origin
13147 (method url-fetch)
13148 (uri (cran-uri "sf" version))
13149 (sha256
13150 (base32
13151 "05dyq0vcz2f1fl03hk3v1a4nz4s84yyqw4rc9w9cwfq71gvm9qwf"))))
13152 (build-system r-build-system)
13153 (inputs
13154 `(("gdal" ,gdal)
13155 ("geos" ,geos)
13156 ("proj" ,proj.4)
13157 ("zlib" ,zlib)))
13158 (propagated-inputs
13159 `(("r-classint" ,r-classint)
13160 ("r-dbi" ,r-dbi)
13161 ("r-magrittr" ,r-magrittr)
13162 ("r-rcpp" ,r-rcpp)
13163 ("r-units" ,r-units)))
13164 (native-inputs `(("pkg-config" ,pkg-config)))
13165 (home-page "https://github.com/r-spatial/sf/")
13166 (synopsis "Simple features for R")
13167 (description
13168 "This package provides support for simple features, a standardized way to
13169 encode spatial vector data. It binds to GDAL for reading and writing data, to
13170 GEOS for geometrical operations, and to PROJ for projection conversions and
13171 datum transformations.")
13172 ;; Either of these licenses
13173 (license (list license:gpl2 license:expat))))
13174
13175 (define-public r-spdep
13176 (package
13177 (name "r-spdep")
13178 (version "1.1-3")
13179 (source
13180 (origin
13181 (method url-fetch)
13182 (uri (cran-uri "spdep" version))
13183 (sha256
13184 (base32
13185 "1f8cjffqqc6rnb3n4qym70ca6nz2kvrsd3g587wrqdr79nnbwnrk"))))
13186 (build-system r-build-system)
13187 (propagated-inputs
13188 `(("r-boot" ,r-boot)
13189 ("r-coda" ,r-coda)
13190 ("r-deldir" ,r-deldir)
13191 ("r-expm" ,r-expm)
13192 ("r-gmodels" ,r-gmodels)
13193 ("r-learnbayes" ,r-learnbayes)
13194 ("r-mass" ,r-mass)
13195 ("r-matrix" ,r-matrix)
13196 ("r-nlme" ,r-nlme)
13197 ("r-sf" ,r-sf)
13198 ("r-sp" ,r-sp)
13199 ("r-spdata" ,r-spdata)))
13200 (home-page "https://github.com/r-spatial/spdep/")
13201 (synopsis "Spatial dependence: weighting schemes, statistics and models")
13202 (description
13203 "This package provides a collection of functions to create spatial
13204 weights matrix objects from polygon contiguities, from point patterns by
13205 distance and tessellations, for summarizing these objects, and for permitting
13206 their use in spatial data analysis, including regional aggregation by minimum
13207 spanning tree.")
13208 (license license:gpl2+)))
13209
13210 (define-public r-adegenet
13211 (package
13212 (name "r-adegenet")
13213 (version "2.1.1")
13214 (source
13215 (origin
13216 (method url-fetch)
13217 (uri (cran-uri "adegenet" version))
13218 (sha256
13219 (base32
13220 "0ynfblp0hbd3dp3k86fn1wyhqr28lk6hs2bg4q7gyf0sfdfzwhrh"))))
13221 (build-system r-build-system)
13222 (propagated-inputs
13223 `(("r-ade4" ,r-ade4)
13224 ("r-ape" ,r-ape)
13225 ("r-boot" ,r-boot)
13226 ("r-dplyr" ,r-dplyr)
13227 ("r-ggplot2" ,r-ggplot2)
13228 ("r-igraph" ,r-igraph)
13229 ("r-mass" ,r-mass)
13230 ("r-reshape2" ,r-reshape2)
13231 ("r-seqinr" ,r-seqinr)
13232 ("r-shiny" ,r-shiny)
13233 ("r-spdep" ,r-spdep)
13234 ("r-vegan" ,r-vegan)))
13235 (home-page "https://github.com/thibautjombart/adegenet")
13236 (synopsis "Exploratory analysis of genetic and genomic data")
13237 (description
13238 "This package provides a toolset for the exploration of genetic and
13239 genomic data. Adegenet provides formal (S4) classes for storing and handling
13240 various genetic data, including genetic markers with varying ploidy and
13241 hierarchical population structure (@code{genind} class), alleles counts by
13242 populations (@code{genpop}), and genome-wide SNP data (@code{genlight}). It
13243 also implements original multivariate methods (DAPC, sPCA), graphics,
13244 statistical tests, simulation tools, distance and similarity measures, and
13245 several spatial methods. A range of both empirical and simulated datasets is
13246 also provided to illustrate various methods.")
13247 (license license:gpl2+)))
13248
13249 (define-public r-pegas
13250 (package
13251 (name "r-pegas")
13252 (version "0.12")
13253 (source
13254 (origin
13255 (method url-fetch)
13256 (uri (cran-uri "pegas" version))
13257 (sha256
13258 (base32 "0sb8cmz4d238mcb56hv9fa0cagm00k82r7aj4cj4lxa1flxlpy8p"))))
13259 (build-system r-build-system)
13260 (propagated-inputs
13261 `(("r-adegenet" ,r-adegenet)
13262 ("r-ape" ,r-ape)))
13263 (home-page "http://ape-package.ird.fr/pegas.html")
13264 (synopsis "Population and evolutionary genetics analysis system")
13265 (description
13266 "This package provides functions for reading, writing, plotting,
13267 analysing, and manipulating allelic and haplotypic data, including from VCF
13268 files, and for the analysis of population nucleotide sequences and
13269 micro-satellites including coalescent analyses, linkage disequilibrium,
13270 population structure (Fst, Amova) and equilibrium (HWE), haplotype networks,
13271 minimum spanning tree and network, and median-joining networks.")
13272 (license license:gpl2+)))
13273
13274 (define-public r-rmetasim
13275 (package
13276 (name "r-rmetasim")
13277 (version "3.1.7")
13278 (source
13279 (origin
13280 (method url-fetch)
13281 (uri (cran-uri "rmetasim" version))
13282 (sha256
13283 (base32
13284 "0sz4mdprdi6sgkfwfdvh2hr9nxiwq17sw0vggq3cvs7lzb0i6m9r"))))
13285 (build-system r-build-system)
13286 (propagated-inputs
13287 `(("r-ade4" ,r-ade4)
13288 ("r-adegenet" ,r-adegenet)
13289 ("r-gtools" ,r-gtools)
13290 ("r-pegas" ,r-pegas)))
13291 (home-page "https://cran.r-project.org/web/packages/rmetasim")
13292 (synopsis "Individual-based population genetic simulation environment")
13293 (description
13294 "This package provides an interface between R and the metasim simulation
13295 engine. The simulation environment is documented in: Strand, A.(2002),
13296 Metasim 1.0: an individual-based environment for simulating population
13297 genetics of complex population dynamics.")
13298 ;; Any GPL version
13299 (license license:gpl2+)))
13300
13301 (define-public r-genetics
13302 (package
13303 (name "r-genetics")
13304 (version "1.3.8.1.2")
13305 (source
13306 (origin
13307 (method url-fetch)
13308 (uri (cran-uri "genetics" version))
13309 (sha256
13310 (base32
13311 "1v0ylnia6c44v356dsmnkx6054vcxazpzsrdh3yph5ch5vg6gjrh"))))
13312 (build-system r-build-system)
13313 (propagated-inputs
13314 `(("r-combinat" ,r-combinat)
13315 ("r-gdata" ,r-gdata)
13316 ("r-gtools" ,r-gtools)
13317 ("r-mass" ,r-mass)
13318 ("r-mvtnorm" ,r-mvtnorm)))
13319 (home-page "https://cran.r-project.org/web/packages/genetics/")
13320 (synopsis "Population genetics")
13321 (description
13322 "This package provides classes and methods for handling genetic data.
13323 It includes classes to represent genotypes and haplotypes at single markers up
13324 to multiple markers on multiple chromosomes. Function include allele
13325 frequencies, flagging homo/heterozygotes, flagging carriers of certain
13326 alleles, estimating and testing for Hardy-Weinberg disequilibrium, estimating
13327 and testing for linkage disequilibrium, ...")
13328 ;; Any GPL version.
13329 (license license:gpl2+)))
13330
13331 (define-public r-snp-plotter
13332 (package
13333 (name "r-snp-plotter")
13334 (version "0.5.1")
13335 (source
13336 (origin
13337 (method url-fetch)
13338 (uri (cran-uri "snp.plotter" version))
13339 (sha256
13340 (base32
13341 "16apsqvkah5l0d5qcwp3lq2jspkb6n62wzr0wskmj84jblx483vv"))))
13342 (properties `((upstream-name . "snp.plotter")))
13343 (build-system r-build-system)
13344 (propagated-inputs `(("r-genetics" ,r-genetics)))
13345 (home-page "https://cran.r-project.org/web/packages/snp.plotter/")
13346 (synopsis "Plot p-values using single SNP and/or haplotype data")
13347 (description
13348 "This package helps you create plots of p-values using single SNP and/or
13349 haplotype data. Main features of the package include options to display a
13350 @dfn{linkage disequilibrium} (LD) plot and the ability to plot multiple
13351 datasets simultaneously. Plots can be created using global and/or individual
13352 haplotype p-values along with single SNP p-values. Images are created as
13353 either PDF/EPS files.")
13354 (license license:gpl2+)))
13355
13356 (define-public r-polspline
13357 (package
13358 (name "r-polspline")
13359 (version "1.1.17")
13360 (source
13361 (origin
13362 (method url-fetch)
13363 (uri (cran-uri "polspline" version))
13364 (sha256
13365 (base32 "0c7fnxpqpy3hibiim4yib6l6bq363s97wwvllxp4lp8h06fjcyyn"))))
13366 (build-system r-build-system)
13367 (native-inputs `(("gfortran" ,gfortran)))
13368 (home-page "https://cran.r-project.org/web/packages/polspline/")
13369 (synopsis "Polynomial spline routines")
13370 (description
13371 "This package provides routines for the polynomial spline fitting
13372 routines hazard regression, hazard estimation with flexible tails, logspline,
13373 lspec, polyclass, and polymars.")
13374 (license license:gpl2+)))
13375
13376 (define-public r-rms
13377 (package
13378 (name "r-rms")
13379 (version "5.1-4")
13380 (source
13381 (origin
13382 (method url-fetch)
13383 (uri (cran-uri "rms" version))
13384 (sha256
13385 (base32 "19knh1sw0icw6jh9wfb2hq5jf49i2qfvp9myvqm5paa495689x9q"))))
13386 (build-system r-build-system)
13387 (propagated-inputs
13388 `(("r-ggplot2" ,r-ggplot2)
13389 ("r-hmisc" ,r-hmisc)
13390 ("r-htmltable" ,r-htmltable)
13391 ("r-htmltools" ,r-htmltools)
13392 ("r-lattice" ,r-lattice)
13393 ("r-multcomp" ,r-multcomp)
13394 ("r-nlme" ,r-nlme)
13395 ("r-polspline" ,r-polspline)
13396 ("r-quantreg" ,r-quantreg)
13397 ("r-rpart" ,r-rpart)
13398 ("r-sparsem" ,r-sparsem)
13399 ("r-survival" ,r-survival)))
13400 (native-inputs `(("gfortran" ,gfortran)))
13401 (home-page "http://biostat.mc.vanderbilt.edu/rms")
13402 (synopsis "Regression modeling strategies")
13403 (description
13404 "This is a package for regression modeling, testing, estimation,
13405 validation, graphics, prediction, and typesetting by storing enhanced model
13406 design attributes in the fit. The rms package is a collection of functions
13407 that assist with and streamline modeling. It also contains functions for
13408 binary and ordinal logistic regression models, ordinal models for continuous Y
13409 with a variety of distribution families, and the Buckley-James multiple
13410 regression model for right-censored responses, and implements penalized
13411 maximum likelihood estimation for logistic and ordinary linear models. The
13412 package works with almost any regression model, but it was especially written
13413 to work with binary or ordinal regression models, Cox regression, accelerated
13414 failure time models, ordinary linear models, the Buckley-James model,
13415 generalized least squares for serially or spatially correlated observations,
13416 generalized linear models, and quantile regression.")
13417 (license license:gpl2+)))
13418
13419 (define-public r-haplo-stats
13420 (package
13421 (name "r-haplo-stats")
13422 (version "1.7.9")
13423 (source
13424 (origin
13425 (method url-fetch)
13426 (uri (cran-uri "haplo.stats" version))
13427 (sha256
13428 (base32
13429 "19kxascqq5qz0zdxx0w837ji207y1z2ggxkl4vmlbay03k2dw2mx"))))
13430 (properties `((upstream-name . "haplo.stats")))
13431 (build-system r-build-system)
13432 (propagated-inputs
13433 `(("r-rms" ,r-rms)))
13434 (native-inputs
13435 `(("r-r-rsp" ,r-r-rsp))) ; for vignettes
13436 (home-page "https://www.mayo.edu/research/labs/statistical-genetics-genetic-epidemiology/software")
13437 (synopsis "Analysis of haplotypes when linkage phase is ambiguous")
13438 (description
13439 "This package provides routines for the analysis of indirectly measured
13440 haplotypes. The statistical methods assume that all subjects are unrelated
13441 and that haplotypes are ambiguous (due to unknown linkage phase of the genetic
13442 markers). The main functions are: @code{haplo.em()}, @code{haplo.glm()},
13443 @code{haplo.score()}, and @code{haplo.power()}; all of which have detailed
13444 examples in the vignette.")
13445 (license license:gpl2+)))
13446
13447 (define-public r-bqtl
13448 (package
13449 (name "r-bqtl")
13450 (version "1.0-32")
13451 (source
13452 (origin
13453 (method url-fetch)
13454 (uri (cran-uri "bqtl" version))
13455 (sha256
13456 (base32
13457 "0jjqgsm9fmvz5nkgz608xfljjpmaf4rs4f7kxvpqn4b1l9s5lhci"))))
13458 (build-system r-build-system)
13459 (native-inputs `(("gfortran" ,gfortran)))
13460 (home-page "http://famprevmed.ucsd.edu/faculty/cberry/bqtl/")
13461 (synopsis "Bayesian QTL mapping toolkit")
13462 (description
13463 "This is a QTL mapping toolkit for inbred crosses and recombinant inbred
13464 lines. It includes maximum likelihood and Bayesian tools.")
13465 (license license:gpl2+)))
13466
13467 (define-public r-ibdreg
13468 (package
13469 (name "r-ibdreg")
13470 (version "0.2.5")
13471 (source
13472 (origin
13473 (method url-fetch)
13474 (uri (cran-uri "ibdreg" version))
13475 (sha256
13476 (base32
13477 "1kaa5q1byi30wzr0mw4w2cv1ssxprzcwf91wrpqwkgcsdy7dkh2g"))))
13478 (build-system r-build-system)
13479 (home-page "https://www.mayo.edu/research/labs/\
13480 statistical-genetics-genetic-epidemiology/software")
13481 (synopsis "Regression methods for IBD linkage with covariates")
13482 (description
13483 "This package provides a method to test genetic linkage with covariates
13484 by regression methods with response IBD sharing for relative pairs. Account
13485 for correlations of IBD statistics and covariates for relative pairs within
13486 the same pedigree.")
13487 (license license:gpl2+)))
13488
13489 (define-public r-dlmap
13490 (package
13491 (name "r-dlmap")
13492 (version "1.13")
13493 (source
13494 (origin
13495 (method url-fetch)
13496 (uri (cran-uri "dlmap" version))
13497 (sha256
13498 (base32
13499 "0s6wlkggkm3qndwyvw72xv1n0mcjb7ss3ajbq2ll6rv30splq0db"))))
13500 (build-system r-build-system)
13501 (propagated-inputs
13502 `(("r-ibdreg" ,r-ibdreg)
13503 ("r-mgcv" ,r-mgcv)
13504 ("r-nlme" ,r-nlme)
13505 ("r-qtl" ,r-qtl)
13506 ("r-wgaim" ,r-wgaim)))
13507 (home-page "https://cran.r-project.org/web/packages/dlmap/")
13508 (synopsis "Detection localization mapping for QTL")
13509 (description
13510 "This is package for QTL mapping in a mixed model framework with separate
13511 detection and localization stages. The first stage detects the number of QTL
13512 on each chromosome based on the genetic variation due to grouped markers on
13513 the chromosome; the second stage uses this information to determine the most
13514 likely QTL positions. The mixed model can accommodate general fixed and
13515 random effects, including spatial effects in field trials and pedigree
13516 effects. It is applicable to backcrosses, doubled haploids, recombinant
13517 inbred lines, F2 intercrosses, and association mapping populations.")
13518 (license license:gpl2)))
13519
13520 (define-public r-ldheatmap
13521 (package
13522 (name "r-ldheatmap")
13523 (version "0.99-7")
13524 (source
13525 (origin
13526 (method url-fetch)
13527 (uri (cran-uri "LDheatmap" version))
13528 (sha256
13529 (base32
13530 "1r0j8bihi5z1x0sgaf7dwzpsw9i0nc1vylvipvc0cia2ka1lr9dc"))))
13531 (properties `((upstream-name . "LDheatmap")))
13532 (build-system r-build-system)
13533 (propagated-inputs
13534 `(("r-genetics" ,r-genetics)
13535 ("r-rcpp" ,r-rcpp)
13536 ("r-snpstats" ,r-snpstats)))
13537 (home-page "http://stat.sfu.ca/statgen/research/ldheatmap.html")
13538 (synopsis "Graphical display of pairwise linkage disequilibria between SNPs")
13539 (description
13540 "This package provides tools to produce a graphical display, as a heat
13541 map, of measures of pairwise linkage disequilibria between SNPs. Users may
13542 optionally include the physical locations or genetic map distances of each SNP
13543 on the plot.")
13544 (license license:gpl3)))
13545
13546 (define-public r-hwde
13547 (package
13548 (name "r-hwde")
13549 (version "0.67")
13550 (source
13551 (origin
13552 (method url-fetch)
13553 (uri (cran-uri "hwde" version))
13554 (sha256
13555 (base32
13556 "0wb2f9i5qi7w77ygh8bvydfpr7j5x8dyvnnhdkajaz0wdcpkyaqy"))))
13557 (build-system r-build-system)
13558 (home-page "https://cran.r-project.org/web/packages/hwde/")
13559 (synopsis "Models and tests for departure from Hardy-Weinberg equilibrium")
13560 (description
13561 "This package fits models for genotypic disequilibria, as described in
13562 Huttley and Wilson (2000), Weir (1996) and Weir and Wilson (1986). Contrast
13563 terms are available that account for first order interactions between loci.
13564 It also implements, for a single locus in a single population, a conditional
13565 exact test for Hardy-Weinberg equilibrium.")
13566 (license license:gpl2+)))
13567
13568 (define-public r-tdthap
13569 (package
13570 (name "r-tdthap")
13571 (version "1.1-11")
13572 (source
13573 (origin
13574 (method url-fetch)
13575 (uri (cran-uri "tdthap" version))
13576 (sha256
13577 (base32
13578 "15qlj2bivvz3pizd8dq34wczbkbxhzqh3cqp1ixkdkprlyvcxj5k"))))
13579 (build-system r-build-system)
13580 (home-page "https://cran.r-project.org/web/packages/tdthap/")
13581 (synopsis "TDT tests for extended haplotypes")
13582 (description
13583 "Functions and examples are provided for transmission/disequilibrium
13584 tests for extended marker haplotypes, as in Clayton, D. and Jones, H. (1999)
13585 \"Transmission/disequilibrium tests for extended marker haplotypes\".")
13586 (license license:artistic2.0)))
13587
13588 (define-public r-sparql
13589 (package
13590 (name "r-sparql")
13591 (version "1.16")
13592 (source (origin
13593 (method url-fetch)
13594 (uri (cran-uri "SPARQL" version))
13595 (sha256
13596 (base32
13597 "0gak1q06yyhdmcxb2n3v0h9gr1vqd0viqji52wpw211qp6r6dcrc"))))
13598 (properties `((upstream-name . "SPARQL")))
13599 (build-system r-build-system)
13600 (propagated-inputs
13601 `(("r-rcurl" ,r-rcurl)
13602 ("r-xml" ,r-xml)))
13603 (home-page "https://cran.r-project.org/web/packages/SPARQL")
13604 (synopsis "SPARQL client for R")
13605 (description "This package provides an interface to use SPARQL to pose
13606 SELECT or UPDATE queries to an end-point.")
13607 ;; The only license indication is found in the DESCRIPTION file,
13608 ;; which states GPL-3. So we cannot assume GPLv3+.
13609 (license license:gpl3)))
13610
13611 (define-public r-bookdown
13612 (package
13613 (name "r-bookdown")
13614 (version "0.16")
13615 (source (origin
13616 (method url-fetch)
13617 (uri (cran-uri "bookdown" version))
13618 (sha256
13619 (base32
13620 "1gwgvx1yg6q3wccnhidr3gshdvlgr42i4pvlg4h29kpsa7smjiv1"))))
13621 (build-system r-build-system)
13622 (propagated-inputs
13623 `(("r-htmltools" ,r-htmltools)
13624 ("r-knitr" ,r-knitr)
13625 ("r-rmarkdown" ,r-rmarkdown)
13626 ("r-tinytex" ,r-tinytex)
13627 ("r-xfun" ,r-xfun)
13628 ("pandoc" ,ghc-pandoc)))
13629 (home-page "https://github.com/rstudio/bookdown")
13630 (synopsis "Authoring books and technical documents with R markdown")
13631 (description "This package provides output formats and utilities for
13632 authoring books and technical documents with R Markdown.")
13633 (license license:gpl3)))
13634
13635 (define-public r-optparse
13636 (package
13637 (name "r-optparse")
13638 (version "1.6.4")
13639 (source
13640 (origin
13641 (method url-fetch)
13642 (uri (cran-uri "optparse" version))
13643 (sha256
13644 (base32
13645 "0wyrc42ja3ab5szx46zmz8lm7vzfqxkjca0m0sms8g9hqbmmay6d"))))
13646 (build-system r-build-system)
13647 (propagated-inputs
13648 `(("r-getopt" ,r-getopt)))
13649 (home-page "https://github.com/trevorld/optparse")
13650 (synopsis "Command line option parser")
13651 (description
13652 "This package provides a command line parser inspired by Python's
13653 @code{optparse} library to be used with Rscript to write shebang scripts
13654 that accept short and long options.")
13655 (license license:gpl2+)))
13656
13657 (define-public r-wgcna
13658 (package
13659 (name "r-wgcna")
13660 (version "1.68")
13661 (source
13662 (origin
13663 (method url-fetch)
13664 (uri (cran-uri "WGCNA" version))
13665 (sha256
13666 (base32
13667 "1s7gy5vd7x67hpgli8r7ba2z99w3psiyv5hqmrh94zw141dg210a"))))
13668 (properties `((upstream-name . "WGCNA")))
13669 (build-system r-build-system)
13670 (propagated-inputs
13671 `(("r-annotationdbi" ,r-annotationdbi)
13672 ("r-doparallel" ,r-doparallel)
13673 ("r-dynamictreecut" ,r-dynamictreecut)
13674 ("r-fastcluster" ,r-fastcluster)
13675 ("r-foreach" ,r-foreach)
13676 ("r-go-db" ,r-go-db)
13677 ("r-hmisc" ,r-hmisc)
13678 ("r-impute" ,r-impute)
13679 ("r-rcpp" ,r-rcpp)
13680 ("r-robust" ,r-robust)
13681 ("r-survival" ,r-survival)
13682 ("r-matrixstats" ,r-matrixstats)
13683 ("r-preprocesscore" ,r-preprocesscore)))
13684 (home-page
13685 "http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/Rpackages/WGCNA/")
13686 (synopsis "Weighted correlation network analysis")
13687 (description
13688 "This package provides functions necessary to perform Weighted
13689 Correlation Network Analysis on high-dimensional data. It includes functions
13690 for rudimentary data cleaning, construction and summarization of correlation
13691 networks, module identification and functions for relating both variables and
13692 modules to sample traits. It also includes a number of utility functions for
13693 data manipulation and visualization.")
13694 (license license:gpl2+)))
13695
13696 (define-public r-kernlab
13697 (package
13698 (name "r-kernlab")
13699 (version "0.9-29")
13700 (source
13701 (origin
13702 (method url-fetch)
13703 (uri (cran-uri "kernlab" version))
13704 (sha256
13705 (base32 "0vqhndl4zm7pvkfvq0f6i9cbrm7pij6kmdp7d7w39pa100x6knn3"))))
13706 (build-system r-build-system)
13707 (home-page "https://cran.r-project.org/web/packages/kernlab")
13708 (synopsis "Kernel-based machine learning tools")
13709 (description
13710 "This package provides kernel-based machine learning methods for
13711 classification, regression, clustering, novelty detection, quantile regression
13712 and dimensionality reduction. Among other methods @code{kernlab} includes
13713 Support Vector Machines, Spectral Clustering, Kernel PCA, Gaussian Processes
13714 and a QP solver.")
13715 (license license:gpl2)))
13716
13717 (define-public r-hierfstat
13718 (package
13719 (name "r-hierfstat")
13720 (version "0.04-22")
13721 (source
13722 (origin
13723 (method url-fetch)
13724 (uri (cran-uri "hierfstat" version))
13725 (sha256
13726 (base32
13727 "1fav2v2996v5kb1ffa6v5wxfm921syxg6as034vd3j4jfhdibyfx"))))
13728 (build-system r-build-system)
13729 (propagated-inputs
13730 `(("r-ade4" ,r-ade4)
13731 ("r-adegenet" ,r-adegenet)
13732 ("r-gtools" ,r-gtools)))
13733 (home-page "https://cran.r-project.org/web/packages/hierfstat/")
13734 (synopsis "Estimation and tests of hierarchical F-statistics")
13735 (description
13736 "This package allows the estimation of hierarchical F-statistics from
13737 haploid or diploid genetic data with any numbers of levels in the hierarchy,
13738 following the algorithm of Yang (Evolution, 1998, 52(4):950-956). Functions
13739 are also given to test via randomisations the significance of each F and
13740 variance components, using the likelihood-ratio statistics G.")
13741 (license license:gpl2+)))
13742
13743 (define-public r-hapassoc
13744 (package
13745 (name "r-hapassoc")
13746 (version "1.2-8")
13747 (source
13748 (origin
13749 (method url-fetch)
13750 (uri (cran-uri "hapassoc" version))
13751 (sha256
13752 (base32
13753 "0qs5jl0snzfchgpp6pabncwywxcmi743g91jvjiyyzw0lw85yv4s"))))
13754 (build-system r-build-system)
13755 (home-page "http://stat.sfu.ca/statgen/research/hapassoc.html")
13756 (synopsis "Inference of trait associations with SNP haplotypes")
13757 (description
13758 "Hapassoc performs likelihood inference of trait associations with
13759 haplotypes and other covariates in @dfn{generalized linear models} (GLMs). The
13760 functions are developed primarily for data collected in cohort or
13761 cross-sectional studies. They can accommodate uncertain haplotype phase and
13762 handle missing genotypes at some SNPs.")
13763 (license license:gpl2)))
13764
13765 (define-public r-sampling
13766 (package
13767 (name "r-sampling")
13768 (version "2.8")
13769 (source
13770 (origin
13771 (method url-fetch)
13772 (uri (cran-uri "sampling" version))
13773 (sha256
13774 (base32
13775 "06pj7dan0mknpsblmlnk7am78qrnwgnql5vvx7vmbfvib7rj6s9m"))))
13776 (build-system r-build-system)
13777 (propagated-inputs
13778 `(("r-lpsolve" ,r-lpsolve)
13779 ("r-mass" ,r-mass)))
13780 (home-page "https://cran.r-project.org/web/packages/sampling/")
13781 (synopsis "Survey sampling")
13782 (description
13783 "This package provides functions for drawing and calibrating samples.")
13784 (license license:gpl2+)))
13785
13786 (define-public r-r2html
13787 (package
13788 (name "r-r2html")
13789 (version "2.3.2")
13790 (source
13791 (origin
13792 (method url-fetch)
13793 (uri (cran-uri "R2HTML" version))
13794 (sha256
13795 (base32
13796 "00kxny7hajs9r2kw63qk7d03ggdxx2j1g8vbrmzp806y8aczvik9"))))
13797 (properties `((upstream-name . "R2HTML")))
13798 (build-system r-build-system)
13799 (home-page "https://github.com/nalimilan/R2HTML")
13800 (synopsis "HTML export for R objects")
13801 (description
13802 "This package includes HTML functions and methods to write in an HTML
13803 file. Thus, making HTML reports is easy. It includes a function that allows
13804 redirection on the fly, which appears to be very useful for teaching purposes,
13805 as the student can keep a copy of the produced output to keep all that they
13806 did during the course. The package comes with a vignette describing how to
13807 write HTML reports for statistical analysis. Finally, a driver for Sweave
13808 allows to parse HTML flat files containing R code and to automatically write
13809 the corresponding outputs (tables and graphs).")
13810 (license license:gpl2+)))
13811
13812 (define-public r-rjava
13813 (package
13814 (name "r-rjava")
13815 (version "0.9-11")
13816 (source
13817 (origin
13818 (method url-fetch)
13819 (uri (cran-uri "rJava" version))
13820 (sha256
13821 (base32
13822 "0s9cjy1wh7snmbqwznh8f1r4ipylr7mgda4a979z963a8lqy32n2"))))
13823 (properties `((upstream-name . "rJava")))
13824 (build-system r-build-system)
13825 (arguments
13826 `(#:modules ((guix build utils)
13827 (guix build r-build-system)
13828 (ice-9 match))
13829 #:phases
13830 (modify-phases %standard-phases
13831 (add-after 'unpack 'set-JAVA_HOME
13832 (lambda* (#:key inputs #:allow-other-keys)
13833 (let ((jdk (assoc-ref inputs "jdk")))
13834 (setenv "JAVA_HOME" jdk)
13835 (setenv "JAVA" (which "java"))
13836 (setenv "JAR" (which "jar"))
13837 (setenv "JAVAC" (which "javac"))
13838 (setenv "JAVAH" (which "javah"))
13839 (setenv "JAVA_CPPFLAGS"
13840 (string-append "-I" jdk "/include "
13841 "-I" jdk "/include/linux"))
13842 (match (find-files (string-append jdk "/jre/lib/") "libjvm.so")
13843 ((lib) (setenv "JAVA_LIBS" lib))
13844 (_ (error "Could not find libjvm.so"))))
13845 #t)))))
13846 (inputs
13847 `(("icu4c" ,icu4c)
13848 ("jdk" ,icedtea-8 "jdk")
13849 ("pcre" ,pcre)
13850 ("zlib" ,zlib)))
13851 (home-page "http://www.rforge.net/rJava/")
13852 (synopsis "Low-Level R to Java interface")
13853 (description
13854 "This package provides a low-level interface to the Java VM very much
13855 like .C/.Call and friends. It allows the creation of objects, calling methods
13856 and accessing fields.")
13857 (license license:gpl2)))
13858
13859 (define-public r-svmisc
13860 (package
13861 (name "r-svmisc")
13862 (version "1.1.0")
13863 (source
13864 (origin
13865 (method url-fetch)
13866 (uri (cran-uri "svMisc" version))
13867 (sha256
13868 (base32
13869 "01r2a73wx2sh1njky961fxabx5wgddqqjqba6vjg0f3h8r3abmn2"))))
13870 (properties `((upstream-name . "svMisc")))
13871 (build-system r-build-system)
13872 (home-page "https://github.com/SciViews/svMisc")
13873 (synopsis "Miscellaneous functions for SciViews")
13874 (description
13875 "This package provides miscellaneous functions for SciViews or general
13876 use, including tools to manage a temporary environment attached to the search
13877 path for temporary variables you do not want to @code{save()} or
13878 @code{load()}; test the current platform; showing progress bars, etc.")
13879 (license license:gpl2)))
13880
13881 (define-public r-xyz
13882 (package
13883 (name "r-xyz")
13884 (version "0.2")
13885 (source
13886 (origin
13887 (method url-fetch)
13888 (uri (cran-uri "xyz" version))
13889 (sha256
13890 (base32
13891 "13w4sb4pvgciwr8wsz785dafj2k2kpx7znz46r5d32wx88vkycp4"))))
13892 (build-system r-build-system)
13893 (propagated-inputs
13894 `(("r-rcpp" ,r-rcpp)))
13895 (home-page "https://cran.r-project.org/web/packages/xyz/")
13896 (synopsis "Algorithm for fast interaction search in high-dimensional data")
13897 (description
13898 "High dimensional interaction search by brute force requires a quadratic
13899 computational cost in the number of variables. The xyz algorithm provably
13900 finds strong interactions in almost linear time. For details of the algorithm
13901 see: G. Thanei, N. Meinshausen and R. Shah (2016). The xyz algorithm for fast
13902 interaction search in high-dimensional data.")
13903 ;; Any version of the GPL.
13904 (license license:gpl2+)))
13905
13906 (define-public r-rttf2pt1
13907 (package
13908 (name "r-rttf2pt1")
13909 (version "1.3.7")
13910 (source
13911 (origin
13912 (method url-fetch)
13913 (uri (cran-uri "Rttf2pt1" version))
13914 (sha256
13915 (base32
13916 "12hf9r3mhjr9sawdvf7qhjf1zph2q64f77i81jwvy7awidbm0kja"))))
13917 (properties `((upstream-name . "Rttf2pt1")))
13918 (build-system r-build-system)
13919 (home-page "https://github.com/wch/Rttf2pt1")
13920 (synopsis "Font conversion utility")
13921 (description
13922 "This package contains the program @code{ttf2pt1}, for use with the
13923 @code{extrafont} package.")
13924 ;; Most of the files are covered under the Expat license. Some files are
13925 ;; covered under BSD-3. Deviations for individual files are recorded in
13926 ;; the LICENSE file.
13927 (license (list license:bsd-3 license:expat
13928 (license:non-copyleft "file://LICENSE")))))
13929
13930 (define-public r-extrafontdb
13931 (package
13932 (name "r-extrafontdb")
13933 (version "1.0")
13934 (source
13935 (origin
13936 (method url-fetch)
13937 (uri (cran-uri "extrafontdb" version))
13938 (sha256
13939 (base32
13940 "115n42hfvv5h4nn4cfkfmkmn968py4lpy8zd0d6w5yylwpzbm8gs"))))
13941 (build-system r-build-system)
13942 (home-page "https://github.com/wch/extrafontdb")
13943 (synopsis "Database for the extrafont package")
13944 (description
13945 "This package holds the database for the @code{extrafont} package.")
13946 (license license:gpl2)))
13947
13948 (define-public r-extrafont
13949 (package
13950 (name "r-extrafont")
13951 (version "0.17")
13952 (source
13953 (origin
13954 (method url-fetch)
13955 (uri (cran-uri "extrafont" version))
13956 (sha256
13957 (base32
13958 "0b9k2n9sk23bh45hjgnkxpjyvpdrz1hx7kmxvmb4nhlhm1wpsv9g"))))
13959 (build-system r-build-system)
13960 (propagated-inputs
13961 `(("r-extrafontdb" ,r-extrafontdb)
13962 ("r-rttf2pt1" ,r-rttf2pt1)))
13963 (home-page "https://github.com/wch/extrafont")
13964 (synopsis "Tools for using fonts in R")
13965 (description
13966 "The extrafont package makes it easier to use fonts other than the basic
13967 PostScript fonts that R uses. Fonts that are imported into extrafont can be
13968 used with PDF or PostScript output files. There are two hurdles for using
13969 fonts in PDF (or Postscript) output files:
13970
13971 @enumerate
13972 @item Making R aware of the font and the dimensions of the characters.
13973 @item Embedding the fonts in the PDF file so that the PDF can be displayed
13974 properly on a device that doesn't have the font. This is usually needed if
13975 you want to print the PDF file or share it with others.
13976 @end enumerate
13977
13978 The extrafont package makes both of these things easier.")
13979 (license license:gpl2)))
13980
13981 (define-public r-xkcd
13982 (package
13983 (name "r-xkcd")
13984 (version "0.0.6")
13985 (source
13986 (origin
13987 (method url-fetch)
13988 (uri (cran-uri "xkcd" version))
13989 (sha256
13990 (base32
13991 "1z2y0ihn68ppay7xkglhw7djki5654g6z4bbpyy41if57z9q554f"))))
13992 (build-system r-build-system)
13993 (propagated-inputs
13994 `(("r-extrafont" ,r-extrafont)
13995 ("r-ggplot2" ,r-ggplot2)
13996 ("r-hmisc" ,r-hmisc)))
13997 (home-page "https://cran.r-project.org/web/packages/xkcd/")
13998 (synopsis "Plot ggplot2 graphics in the XKCD style")
13999 (description
14000 "This package provides the means to plot ggplot2 graphs in the style of
14001 the XKCD web comic.")
14002 (license license:gpl3)))
14003
14004 (define-public r-msigdbr
14005 (package
14006 (name "r-msigdbr")
14007 (version "7.0.1")
14008 (source
14009 (origin
14010 (method url-fetch)
14011 (uri (cran-uri "msigdbr" version))
14012 (sha256
14013 (base32
14014 "19p8z617m3my8la7n1qgb1s2msf940r372im3q30qkbcx3qxg3sd"))))
14015 (build-system r-build-system)
14016 (propagated-inputs
14017 `(("r-dplyr" ,r-dplyr)
14018 ("r-magrittr" ,r-magrittr)
14019 ("r-rlang" ,r-rlang)
14020 ("r-tibble" ,r-tibble)))
14021 (home-page "https://github.com/igordot/msigdbr")
14022 (synopsis "MSigDB gene sets for multiple organisms")
14023 (description
14024 "This package provides the @dfn{Molecular Signatures Database} (MSigDB)
14025 gene sets typically used with the @dfn{Gene Set Enrichment Analysis} (GSEA)
14026 software in a standard R data frame with key-value pairs. Included are the
14027 original human gene symbols and Entrez IDs as well as the equivalents for
14028 various frequently studied model organisms such as mouse, rat, pig, fly, and
14029 yeast.")
14030 ;; The package is covered under the Expat license, but the upstream MSigDB
14031 ;; files are made available under the Creative Commons Attribution 4.0
14032 ;; International license.
14033 (license (list license:expat license:cc-by4.0))))
14034
14035 (define-public r-gridgraphics
14036 (package
14037 (name "r-gridgraphics")
14038 (version "0.4-1")
14039 (source
14040 (origin
14041 (method url-fetch)
14042 (uri (cran-uri "gridGraphics" version))
14043 (sha256
14044 (base32
14045 "1kr3p54bkv2q7agxrva30y9bkwkiq1k2cfl5z1kvyjv6f5xi4w5p"))))
14046 (properties `((upstream-name . "gridGraphics")))
14047 (build-system r-build-system)
14048 (home-page "https://github.com/pmur002/gridgraphics")
14049 (synopsis "Redraw base graphics using @code{grid} graphics")
14050 (description
14051 "This package provides functions to convert a page of plots drawn with
14052 the @code{graphics} package into identical output drawn with the @code{grid}
14053 package. The result looks like the original @code{graphics}-based plot, but
14054 consists of @code{grid} grobs and viewports that can then be manipulated with
14055 @code{grid} functions (e.g., edit grobs and revisit viewports).")
14056 (license license:gpl2+)))
14057
14058 (define-public r-farver
14059 (package
14060 (name "r-farver")
14061 (version "2.0.1")
14062 (source
14063 (origin
14064 (method url-fetch)
14065 (uri (cran-uri "farver" version))
14066 (sha256
14067 (base32
14068 "0aq1hk561pz3s3lpay1adwsihha6mxp7zbj4n1m6307g34awlhhn"))))
14069 (build-system r-build-system)
14070 (home-page "https://github.com/thomasp85/farver")
14071 (synopsis "Vectorized color conversion and comparison")
14072 (description
14073 "The encoding of color can be handled in many different ways, using
14074 different color spaces. As different color spaces have different uses,
14075 efficient conversion between these representations are important. This
14076 package provides a set of functions that gives access to very fast color space
14077 conversion and comparisons implemented in C++, and offers 100-fold speed
14078 improvements over the @code{convertColor} function in the @code{grDevices}
14079 package.")
14080 (license license:expat)))
14081
14082 (define-public r-ggplotify
14083 (package
14084 (name "r-ggplotify")
14085 (version "0.0.4")
14086 (source
14087 (origin
14088 (method url-fetch)
14089 (uri (cran-uri "ggplotify" version))
14090 (sha256
14091 (base32
14092 "0nv3wdmxnc5ww9m3xlgnb0jp30j45dg33nqc6gg3y36svg8anjcg"))))
14093 (build-system r-build-system)
14094 (propagated-inputs
14095 `(("r-ggplot2" ,r-ggplot2)
14096 ("r-gridgraphics" ,r-gridgraphics)
14097 ("r-rvcheck" ,r-rvcheck)))
14098 (home-page "https://github.com/GuangchuangYu/ggplotify")
14099 (synopsis "Convert plots to @code{grob} or @code{ggplot} object")
14100 (description
14101 "This package provides tools to convert plot function calls (using
14102 expression or formula) to @code{grob} or @code{ggplot} objects that are
14103 compatible with the @code{grid} and @code{ggplot2} environment. With this
14104 package, we are able to e.g. use @code{cowplot} to align plots produced by
14105 @code{base} graphics, @code{grid}, @code{lattice}, @code{vcd} etc. by
14106 converting them to @code{ggplot} objects.")
14107 (license license:artistic2.0)))
14108
14109 (define-public r-triebeard
14110 (package
14111 (name "r-triebeard")
14112 (version "0.3.0")
14113 (source
14114 (origin
14115 (method url-fetch)
14116 (uri (cran-uri "triebeard" version))
14117 (sha256
14118 (base32
14119 "1hqyz57gph02c9fdc07lxz113bbklif3g18sw8jan6pakhhdc7dz"))))
14120 (build-system r-build-system)
14121 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
14122 (home-page "https://github.com/Ironholds/triebeard/")
14123 (synopsis "Radix trees in Rcpp")
14124 (description
14125 "Radix trees, or tries, are key-value data structures optimized for
14126 efficient lookups, similar in purpose to hash tables. This package provides
14127 an implementation of radix trees for use in R programming and in developing
14128 packages with Rcpp.")
14129 (license license:expat)))
14130
14131 (define-public r-tweenr
14132 (package
14133 (name "r-tweenr")
14134 (version "1.0.1")
14135 (source
14136 (origin
14137 (method url-fetch)
14138 (uri (cran-uri "tweenr" version))
14139 (sha256
14140 (base32
14141 "0sq90pbln6lkc2q3zflhkxxwpqdw5dd7igrxhdnlynkdrmi83mpg"))))
14142 (build-system r-build-system)
14143 (propagated-inputs
14144 `(("r-farver" ,r-farver)
14145 ("r-magrittr" ,r-magrittr)
14146 ("r-rcpp" ,r-rcpp)
14147 ("r-rlang" ,r-rlang)))
14148 (home-page "https://github.com/thomasp85/tweenr")
14149 (synopsis "Interpolate data for smooth animations")
14150 (description
14151 "In order to create smooth animation between states of data, tweening is
14152 necessary. This package provides a range of functions for creating tweened
14153 data that can be used as basis for animation. Furthermore it adds a number of
14154 vectorized interpolaters for common R data types such as numeric, date and
14155 color.")
14156 (license license:expat)))
14157
14158 (define-public r-polyclip
14159 (package
14160 (name "r-polyclip")
14161 (version "1.10-0")
14162 (source
14163 (origin
14164 (method url-fetch)
14165 (uri (cran-uri "polyclip" version))
14166 (sha256
14167 (base32
14168 "0jyk4maqiblvj095jd59dr76kbniyli3v3xvy0a72ljszq6vrnkl"))))
14169 (build-system r-build-system)
14170 (native-inputs `(("pkg-config" ,pkg-config)))
14171 (home-page "http://www.angusj.com/delphi/clipper.php")
14172 (synopsis "Polygon clipping")
14173 (description
14174 "This package provides an R port of the library Clipper. It performs
14175 polygon clipping operations (intersection, union, set minus, set difference)
14176 for polygonal regions of arbitrary complexity, including holes. It computes
14177 offset polygons (spatial buffer zones, morphological dilations, Minkowski
14178 dilations) for polygonal regions and polygonal lines. It computes the
14179 Minkowski Sum of general polygons. There is a function for removing
14180 self-intersections from polygon data.")
14181 (license license:boost1.0)))
14182
14183 (define-public r-urltools
14184 (package
14185 (name "r-urltools")
14186 (version "1.7.3")
14187 (source
14188 (origin
14189 (method url-fetch)
14190 (uri (cran-uri "urltools" version))
14191 (sha256
14192 (base32
14193 "04x3my655dd287cbsszbnf75q0swmjlxxrblcsay7a8n3df3a830"))))
14194 (build-system r-build-system)
14195 (propagated-inputs
14196 `(("r-rcpp" ,r-rcpp)
14197 ("r-triebeard" ,r-triebeard)))
14198 (home-page "https://github.com/Ironholds/urltools/")
14199 (synopsis "Vectorized tools for URL handling and parsing")
14200 (description
14201 "This package provides a toolkit for all URL-handling needs, including
14202 encoding and decoding, parsing, parameter extraction and modification. All
14203 functions are designed to be both fast and entirely vectorized. It is
14204 intended to be useful for people dealing with web-related datasets, such as
14205 server-side logs, although may be useful for other situations involving large
14206 sets of URLs.")
14207 (license license:expat)))
14208
14209 (define-public r-ggforce
14210 (package
14211 (name "r-ggforce")
14212 (version "0.3.1")
14213 (source
14214 (origin
14215 (method url-fetch)
14216 (uri (cran-uri "ggforce" version))
14217 (sha256
14218 (base32
14219 "04926cqrda6psvy2nzkkw4czwyxdp7fnxg76byp14v12kgd72lm0"))))
14220 (build-system r-build-system)
14221 (propagated-inputs
14222 `(("r-ggplot2" ,r-ggplot2)
14223 ("r-gtable" ,r-gtable)
14224 ("r-mass" ,r-mass)
14225 ("r-polyclip" ,r-polyclip)
14226 ("r-rcpp" ,r-rcpp)
14227 ("r-rcppeigen" ,r-rcppeigen)
14228 ("r-rlang" ,r-rlang)
14229 ("r-scales" ,r-scales)
14230 ("r-tidyselect" ,r-tidyselect)
14231 ("r-tweenr" ,r-tweenr)
14232 ("r-withr" ,r-withr)))
14233 (home-page "https://ggforce.data-imaginist.com")
14234 (synopsis "Accelerating ggplot2")
14235 (description
14236 "The aim of the ggplot2 package is to aid in visual data investigations.
14237 This focus has led to a lack of facilities for composing specialized plots.
14238 Thi package aims to be a collection of mainly new statistics and geometries
14239 that fills this gap.")
14240 (license license:expat)))
14241
14242 (define-public r-europepmc
14243 (package
14244 (name "r-europepmc")
14245 (version "0.3")
14246 (source
14247 (origin
14248 (method url-fetch)
14249 (uri (cran-uri "europepmc" version))
14250 (sha256
14251 (base32
14252 "1ngqs1sqzkbwv98dd5z4cxj8bnz41wyd0g060a2vpqi3s99s4i2h"))))
14253 (build-system r-build-system)
14254 (propagated-inputs
14255 `(("r-dplyr" ,r-dplyr)
14256 ("r-httr" ,r-httr)
14257 ("r-jsonlite" ,r-jsonlite)
14258 ("r-plyr" ,r-plyr)
14259 ("r-progress" ,r-progress)
14260 ("r-purrr" ,r-purrr)
14261 ("r-urltools" ,r-urltools)
14262 ("r-xml2" ,r-xml2)))
14263 (home-page "https://github.com/ropensci/europepmc/")
14264 (synopsis "R Interface to the Europe PubMed Central RESTful Web Service")
14265 (description
14266 "This package provides an R Client for the
14267 @url{https://europepmc.org/RestfulWebService,Europe PubMed Central RESTful Web
14268 Service}. It gives access to both metadata on life science literature and
14269 open access full texts. Europe PMC indexes all PubMed content and other
14270 literature sources including Agricola, a bibliographic database of citations
14271 to the agricultural literature, or Biological Patents. In addition to
14272 bibliographic metadata, the client allows users to fetch citations and
14273 reference lists. Links between life-science literature and other EBI
14274 databases, including ENA, PDB or ChEMBL are also accessible.")
14275 (license license:gpl3)))
14276
14277 (define-public r-ggraph
14278 (package
14279 (name "r-ggraph")
14280 (version "2.0.0")
14281 (source
14282 (origin
14283 (method url-fetch)
14284 (uri (cran-uri "ggraph" version))
14285 (sha256
14286 (base32
14287 "0qj7w3af0pgmd9mil6y571jikfkln7b8csvzg6b08spwbglfy1s3"))))
14288 (build-system r-build-system)
14289 (propagated-inputs
14290 `(("r-digest" ,r-digest)
14291 ("r-dplyr" ,r-dplyr)
14292 ("r-ggforce" ,r-ggforce)
14293 ("r-ggplot2" ,r-ggplot2)
14294 ("r-ggrepel" ,r-ggrepel)
14295 ("r-graphlayouts" ,r-graphlayouts)
14296 ("r-gtable" ,r-gtable)
14297 ("r-igraph" ,r-igraph)
14298 ("r-mass" ,r-mass)
14299 ("r-rcpp" ,r-rcpp)
14300 ("r-rlang" ,r-rlang)
14301 ("r-scales" ,r-scales)
14302 ("r-tidygraph" ,r-tidygraph)
14303 ("r-viridis" ,r-viridis)))
14304 (home-page "https://cran.r-project.org/web/packages/ggraph/")
14305 (synopsis "Implementation of grammar of graphics for graphs and networks")
14306 (description
14307 "The grammar of graphics as implemented in ggplot2 is a poor fit for
14308 graph and network visualizations due to its reliance on tabular data input.
14309 The ggraph package is an extension of the ggplot2 API tailored to graph
14310 visualizations and provides the same flexible approach to building up plots
14311 layer by layer.")
14312 (license license:gpl3)))
14313
14314 (define-public r-varselrf
14315 (package
14316 (name "r-varselrf")
14317 (version "0.7-8")
14318 (source
14319 (origin
14320 (method url-fetch)
14321 (uri (cran-uri "varSelRF" version))
14322 (sha256
14323 (base32
14324 "0h49rl1j13yfh97rsfsyh9s2c4wajny4rzms2qw77d0cavxqg53i"))))
14325 (properties `((upstream-name . "varSelRF")))
14326 (build-system r-build-system)
14327 (propagated-inputs
14328 `(("r-randomforest" ,r-randomforest)))
14329 (home-page "http://ligarto.org/rdiaz/Software/Software.html")
14330 (synopsis "Variable selection using random forests")
14331 (description
14332 "This package provides tools for the variable selection from random
14333 forests using both backwards variable elimination (for the selection of small
14334 sets of non-redundant variables) and selection based on the importance
14335 spectrum (somewhat similar to scree plots; for the selection of large,
14336 potentially highly-correlated variables). The main applications are in
14337 high-dimensional data (e.g., microarray data, and other genomics and
14338 proteomics applications).")
14339 (license license:gpl2+)))
14340
14341 (define-public r-pamr
14342 (package
14343 (name "r-pamr")
14344 (version "1.56.1")
14345 (source
14346 (origin
14347 (method url-fetch)
14348 (uri (cran-uri "pamr" version))
14349 (sha256
14350 (base32
14351 "0ycpgkk23y3zzkb42n2skcyl35ps1n7jmyzfj7pbxr3f6gr2grfh"))))
14352 (build-system r-build-system)
14353 (propagated-inputs
14354 `(("r-cluster" ,r-cluster)
14355 ("r-survival" ,r-survival)))
14356 (native-inputs `(("gfortran" ,gfortran)))
14357 (home-page "https://cran.r-project.org/web/packages/pamr/")
14358 (synopsis "Prediction Analysis for Microarrays")
14359 (description
14360 "This package provides some functions for sample classification in
14361 microarrays.")
14362 (license license:gpl2)))
14363
14364 (define-public r-rda
14365 (package
14366 (name "r-rda")
14367 (version "1.0.2-2.1")
14368 (source
14369 (origin
14370 (method url-fetch)
14371 (uri (cran-uri "rda" version))
14372 (sha256
14373 (base32
14374 "1y4fawslr3i6crjaxhsdb47kfsqkyszdx6avq3r5far5a4pvc639"))))
14375 (build-system r-build-system)
14376 (home-page "https://cran.r-project.org/web/packages/rda/")
14377 (synopsis "Shrunken centroids regularized discriminant analysis")
14378 (description
14379 "This package provides tools for shrunken centroids regularized
14380 discriminant analysis for the purpose of classifying high dimensional data.")
14381 (license license:gpl2+)))
14382
14383 (define-public r-ggvis
14384 (package
14385 (name "r-ggvis")
14386 (version "0.4.5")
14387 (source
14388 (origin
14389 (method url-fetch)
14390 (uri (cran-uri "ggvis" version))
14391 (sha256
14392 (base32
14393 "091i9f17912j8qcyxppjgwzjnyqj7769ixs9d2gjg6f2clskqdw2"))))
14394 (build-system r-build-system)
14395 (propagated-inputs
14396 `(("r-assertthat" ,r-assertthat)
14397 ("r-dplyr" ,r-dplyr)
14398 ("r-htmltools" ,r-htmltools)
14399 ("r-jsonlite" ,r-jsonlite)
14400 ("r-lazyeval" ,r-lazyeval)
14401 ("r-magrittr" ,r-magrittr)
14402 ("r-shiny" ,r-shiny)))
14403 (home-page "https://ggvis.rstudio.com/")
14404 (synopsis "Interactive grammar of graphics")
14405 (description
14406 "This package is a data visualization package for R providing an
14407 implementation of an interactive grammar of graphics, taking the best parts of
14408 ggplot2, combining them with the reactive framework of Shiny and drawing web
14409 graphics using Vega.")
14410 (license license:gpl2)))
14411
14412 (define-public r-gbm
14413 (package
14414 (name "r-gbm")
14415 (version "2.1.5")
14416 (source
14417 (origin
14418 (method url-fetch)
14419 (uri (cran-uri "gbm" version))
14420 (sha256
14421 (base32
14422 "0vs6ljaqhwwpgr8wlbhmm4v147rd82kl16rpaijqiylxcc8dxyq6"))))
14423 (build-system r-build-system)
14424 (propagated-inputs
14425 `(("r-gridextra" ,r-gridextra)
14426 ("r-lattice" ,r-lattice)
14427 ("r-survival" ,r-survival)))
14428 (home-page "https://github.com/gbm-developers/gbm")
14429 (synopsis "Generalized boosted regression models")
14430 (description
14431 "This package is an implementation of extensions to Freund and Schapire's
14432 AdaBoost algorithm and Friedman's gradient boosting machine. It includes
14433 regression methods for least squares, absolute loss, t-distribution loss,
14434 quantile regression, logistic, multinomial logistic, Poisson, Cox proportional
14435 hazards partial likelihood, AdaBoost exponential loss, Huberized hinge loss,
14436 and Learning to Rank measures (LambdaMart).")
14437 (license license:gpl2+)))
14438
14439 (define-public r-threejs
14440 (package
14441 (name "r-threejs")
14442 (version "0.3.1")
14443 (source
14444 (origin
14445 (method url-fetch)
14446 (uri (cran-uri "threejs" version))
14447 (sha256
14448 (base32
14449 "1s3rdlzy7man6177ycayg6xsh6k8y1r9rdj9yzn3b93j2rs0nxbi"))))
14450 (build-system r-build-system)
14451 (arguments
14452 `(#:modules ((guix build utils)
14453 (guix build r-build-system)
14454 (srfi srfi-1)
14455 (ice-9 popen))
14456 #:phases
14457 (modify-phases %standard-phases
14458 (add-after 'unpack 'process-javascript
14459 (lambda* (#:key inputs #:allow-other-keys)
14460 (with-directory-excursion "inst"
14461 (call-with-values
14462 (lambda ()
14463 (unzip2
14464 `((,(assoc-ref inputs "js-jquery")
14465 "htmlwidgets/lib/jquery/jquery.min.js")
14466 (,(assoc-ref inputs "js-threejs-85")
14467 "htmlwidgets/lib/threejs-85/three.min.js"))))
14468 (lambda (sources targets)
14469 (for-each (lambda (source target)
14470 (format #t "Processing ~a --> ~a~%"
14471 source target)
14472 (delete-file target)
14473 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
14474 (call-with-output-file target
14475 (lambda (port)
14476 (dump-port minified port)))))
14477 sources targets))))
14478 #t)))))
14479 (propagated-inputs
14480 `(("r-base64enc" ,r-base64enc)
14481 ("r-crosstalk" ,r-crosstalk)
14482 ("r-htmlwidgets" ,r-htmlwidgets)
14483 ("r-igraph" ,r-igraph)))
14484 (native-inputs
14485 `(("uglify-js" ,uglify-js)
14486 ("js-jquery"
14487 ,(origin
14488 (method url-fetch)
14489 (uri "https://code.jquery.com/jquery-3.3.1.js")
14490 (sha256
14491 (base32
14492 "1b8zxrp6xwzpw25apn8j4qws0f6sr7qr7h2va5h1mjyfqvn29anq"))))
14493 ("js-threejs-85"
14494 ,(origin
14495 (method url-fetch)
14496 (uri "https://raw.githubusercontent.com/mrdoob/three.js/r85/build/three.js")
14497 (sha256
14498 (base32
14499 "17khh3dmijdjw4qb9qih1rqhxgrmm3pc6w8lzdx6rf6a3mrc9xnl"))))))
14500 (home-page "https://bwlewis.github.io/rthreejs")
14501 (synopsis "Interactive 3D scatter plots, networks and globes")
14502 (description
14503 "Create interactive 3D scatter plots, network plots, and globes in R
14504 using the three.js visualization library.")
14505 (license license:expat)))
14506
14507 (define-public r-mlbench
14508 (package
14509 (name "r-mlbench")
14510 (version "2.1-1")
14511 (source
14512 (origin
14513 (method url-fetch)
14514 (uri (cran-uri "mlbench" version))
14515 (sha256
14516 (base32
14517 "1rp035qxfgh5ail92zjh9jh57dj0b8babw3wsg29v8ricpal30bl"))))
14518 (build-system r-build-system)
14519 (home-page "https://cran.r-project.org/web/packages/mlbench/")
14520 (synopsis "Machine learning benchmark problems")
14521 (description
14522 "This package provides a collection of artificial and real-world machine
14523 learning benchmark problems, including, e.g., several data sets from the UCI
14524 repository.")
14525 (license license:gpl2)))
14526
14527 (define-public r-mpm
14528 (package
14529 (name "r-mpm")
14530 (version "1.0-22")
14531 (source
14532 (origin
14533 (method url-fetch)
14534 (uri (cran-uri "mpm" version))
14535 (sha256
14536 (base32
14537 "0wijw8v0wmbfrda5564cmnp788qmlkk21yn5cp5qk8aprm9l1fnk"))))
14538 (build-system r-build-system)
14539 (propagated-inputs
14540 `(("r-kernsmooth" ,r-kernsmooth)
14541 ("r-mass" ,r-mass)))
14542 (home-page "http://mpm.r-forge.r-project.org")
14543 (synopsis "Multivariate projection methods")
14544 (description
14545 "This is a package for exploratory graphical analysis of multivariate
14546 data, specifically gene expression data with different projection methods:
14547 principal component analysis, correspondence analysis, spectral map
14548 analysis.")
14549 (license license:gpl2+)))
14550
14551 (define-public r-png
14552 (package
14553 (name "r-png")
14554 (version "0.1-7")
14555 (source (origin
14556 (method url-fetch)
14557 (uri (cran-uri "png" version))
14558 (sha256
14559 (base32
14560 "0g2mcp55lvvpx4kd3mn225mpbxqcq73wy5qx8b4lyf04iybgysg2"))))
14561 (build-system r-build-system)
14562 (inputs
14563 `(("libpng" ,libpng)
14564 ("zlib" ,zlib)))
14565 (home-page "http://www.rforge.net/png/")
14566 (synopsis "Read and write PNG images")
14567 (description
14568 "This package provides an easy and simple way to read, write and display
14569 bitmap images stored in the PNG format. It can read and write both files and
14570 in-memory raw vectors.")
14571 ;; Any of these GPL versions.
14572 (license (list license:gpl2 license:gpl3))))
14573
14574 (define-public r-ggcorrplot
14575 (package
14576 (name "r-ggcorrplot")
14577 (version "0.1.3")
14578 (source
14579 (origin
14580 (method url-fetch)
14581 (uri (cran-uri "ggcorrplot" version))
14582 (sha256
14583 (base32
14584 "0hi9lz121ya1l2lbm7rqlxg6fs6bvxck396dngnidrhl5fvqb41b"))))
14585 (build-system r-build-system)
14586 (propagated-inputs
14587 `(("r-ggplot2" ,r-ggplot2)
14588 ("r-reshape2" ,r-reshape2)))
14589 (home-page "http://www.sthda.com/english/wiki/ggcorrplot")
14590 (synopsis "Visualization of a correlation matrix using ggplot2")
14591 (description
14592 "The ggcorrplot package can be used to visualize easily a correlation
14593 matrix using ggplot2. It provides a solution for reordering the correlation
14594 matrix and displays the significance level on the plot. It also includes a
14595 function for computing a matrix of correlation p-values.")
14596 (license license:gpl2)))
14597
14598 (define-public r-flexdashboard
14599 (package
14600 (name "r-flexdashboard")
14601 (version "0.5.1.1")
14602 (source
14603 (origin
14604 (method url-fetch)
14605 (uri (cran-uri "flexdashboard" version))
14606 (sha256
14607 (base32
14608 "0fy3nbrr67zqgd44r2mc850s5sp0hzfcw3zqs15m8kxzj1aw067x"))))
14609 (build-system r-build-system)
14610 (arguments
14611 `(#:modules ((guix build utils)
14612 (guix build r-build-system)
14613 (srfi srfi-1)
14614 (srfi srfi-26)
14615 (ice-9 popen)
14616 (ice-9 textual-ports))
14617 #:phases
14618 (modify-phases %standard-phases
14619 (add-after 'unpack 'process-javascript
14620 (lambda* (#:key inputs #:allow-other-keys)
14621 (with-directory-excursion "inst"
14622 ;; Concatenate all components of prism.js
14623 (let ((contents (string-join
14624 (map (lambda (name)
14625 (call-with-input-file
14626 (assoc-ref inputs name)
14627 get-string-all))
14628 (list "js-prism"
14629 "js-prism-r"
14630 "js-prism-line-numbers"))
14631 "\n")))
14632 (call-with-output-file "prism-src.js"
14633 (cut display contents <>)))
14634 (call-with-values
14635 (lambda ()
14636 (unzip2
14637 `(("www/stickytableheaders/jquery.stickytableheaders.js"
14638 "www/stickytableheaders/jquery.stickytableheaders.min.js")
14639 ("www/sly/sly.js"
14640 "www/sly/sly.min.js")
14641 ("prism-src.js"
14642 "www/prism/prism.js")
14643 (,(assoc-ref inputs "js-raphael")
14644 "htmlwidgets/lib/raphael/raphael-2.1.4.min.js")
14645 (,(assoc-ref inputs "js-featherlight")
14646 "www/featherlight/featherlight.min.js"))))
14647 (lambda (sources targets)
14648 (for-each (lambda (source target)
14649 (format #t "Processing ~a --> ~a~%"
14650 source target)
14651 (delete-file target)
14652 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
14653 (call-with-output-file target
14654 (lambda (port)
14655 (dump-port minified port)))))
14656 sources targets))))
14657 #t)))))
14658 (propagated-inputs
14659 `(("r-htmltools" ,r-htmltools)
14660 ("r-htmlwidgets" ,r-htmlwidgets)
14661 ("r-jsonlite" ,r-jsonlite)
14662 ("r-knitr" ,r-knitr)
14663 ("r-rmarkdown" ,r-rmarkdown)
14664 ("r-shiny" ,r-shiny)))
14665 (native-inputs
14666 `(("uglify-js" ,uglify-js)
14667 ("js-raphael"
14668 ,(origin
14669 (method url-fetch)
14670 (uri "https://raw.githubusercontent.com/DmitryBaranovskiy/raphael/v2.1.4/raphael.js")
14671 (sha256
14672 (base32
14673 "1h4c4akrgcj7wra9j1z1rv2406j0yf68y9c0wg8v7w9ibw2iwf1x"))))
14674 ("js-prism"
14675 ,(origin
14676 (method url-fetch)
14677 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/prism.js")
14678 (sha256
14679 (base32
14680 "0gqa9irbp9k8p5r3d98cszajzhjnssnl43nrsc5aiy7ki52z500c"))))
14681 ("js-prism-r"
14682 ,(origin
14683 (method url-fetch)
14684 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/components/prism-r.js")
14685 (sha256
14686 (base32
14687 "1x31glci7wdgr2305njy0bm2lncb0jyn0j1s2g72rqi29xid9aki"))))
14688 ("js-prism-line-numbers"
14689 ,(origin
14690 (method url-fetch)
14691 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/plugins/line-numbers/prism-line-numbers.js")
14692 (sha256
14693 (base32
14694 "1543wgf3iynrilyb27jq8px3h5gvfz5xmdib5ik2ki400c1sl991"))))
14695 ("js-featherlight"
14696 ,(origin
14697 (method url-fetch)
14698 (uri "https://raw.githubusercontent.com/noelboss/featherlight/1.3.4/src/featherlight.js")
14699 (sha256
14700 (base32
14701 "14kkhwzvp8rxq2mrck5i0xcm8v5rqwqhwnmncbng8h4qq42zx3sb"))))))
14702 (home-page "https://rmarkdown.rstudio.com/flexdashboard")
14703 (synopsis "R Markdown format for flexible dashboards")
14704 (description
14705 "This package provides an R Markdown format for converting an R Markdown
14706 document to a grid-oriented dashboard. The dashboard flexibly adapts the size
14707 of its components to the containing web page.")
14708 (license license:expat)))
14709
14710 (define-public r-preseqr
14711 (package
14712 (name "r-preseqr")
14713 (version "4.0.0")
14714 (source
14715 (origin
14716 (method url-fetch)
14717 (uri (cran-uri "preseqR" version))
14718 (sha256
14719 (base32
14720 "1g2rnnmi45649vpy6z45v5i3wxm54s138ajqrzwi3a5r7x3xnhq1"))))
14721 (properties `((upstream-name . "preseqR")))
14722 (build-system r-build-system)
14723 (propagated-inputs
14724 `(("r-polynom" ,r-polynom)))
14725 (home-page "https://cran.r-project.org/web/packages/preseqR/")
14726 (synopsis "Predicting species accumulation curves")
14727 (description
14728 "This package can be used to predict the r-species accumulation
14729 curve (r-SAC), which is the number of species represented at least r times as
14730 a function of the sampling effort. When r = 1, the curve is known as the
14731 species accumulation curve, or the library complexity curve in high-throughput
14732 genomic sequencing. The package includes both parametric and nonparametric
14733 methods, as described by Deng C, et al. (2018).")
14734 (license license:gpl3)))
14735
14736 (define-public r-mapplots
14737 (package
14738 (name "r-mapplots")
14739 (version "1.5.1")
14740 (source
14741 (origin
14742 (method url-fetch)
14743 (uri (cran-uri "mapplots" version))
14744 (sha256
14745 (base32
14746 "18s2y66f8vi8g2r8a25zbgp2xm079r8v8qxv0w71h8krycs6vs9p"))))
14747 (build-system r-build-system)
14748 (home-page "https://cran.r-project.org/web/packages/mapplots/")
14749 (synopsis "Data visualization on maps")
14750 (description
14751 "This package helps you create simple maps; add sub-plots like pie plots
14752 to a map or any other plot; format, plot and export gridded data. The package
14753 was developed for displaying fisheries data but most functions can be used for
14754 more generic data visualisation.")
14755 (license license:gpl2+)))
14756
14757 (define-public r-pmcmr
14758 (package
14759 (name "r-pmcmr")
14760 (version "4.3")
14761 (source
14762 (origin
14763 (method url-fetch)
14764 (uri (cran-uri "PMCMR" version))
14765 (sha256
14766 (base32
14767 "09bvdj2h1086r2cgy3myrhlylplxxlliv8nwx09c8kb1vn02i2ij"))))
14768 (properties `((upstream-name . "PMCMR")))
14769 (build-system r-build-system)
14770 (home-page "https://cran.r-project.org/web/packages/PMCMR/")
14771 (synopsis "Calculate pairwise multiple comparisons of mean rank sums")
14772 (description
14773 "This is a deprecated package for calculating pairwise multiple
14774 comparisons of mean rank sums. This package is superseded by the novel
14775 PMCMRplus package. The PMCMR package is no longer maintained, but kept for
14776 compatibility of dependent packages for some time.")
14777 (license license:gpl3+)))
14778
14779 (define-public r-downloader
14780 (package
14781 (name "r-downloader")
14782 (version "0.4")
14783 (source
14784 (origin
14785 (method url-fetch)
14786 (uri (cran-uri "downloader" version))
14787 (sha256
14788 (base32
14789 "1axggnsc27zzgr7snf41j3zd1vp3nfpmq4zj4d01axc709dyg40q"))))
14790 (build-system r-build-system)
14791 (propagated-inputs
14792 `(("r-digest" ,r-digest)))
14793 (home-page "https://github.com/wch/downloader")
14794 (synopsis "Download files over HTTP and HTTPS")
14795 (description
14796 "This package provides a wrapper for the @code{download.file} function,
14797 making it possible to download files over HTTPS across platforms. The
14798 @code{RCurl} package provides this functionality (and much more) but has
14799 external dependencies. This package has is implemented purely in R.")
14800 (license license:gpl2)))
14801
14802 (define-public r-rex
14803 (package
14804 (name "r-rex")
14805 (version "1.1.2")
14806 (source
14807 (origin
14808 (method url-fetch)
14809 (uri (cran-uri "rex" version))
14810 (sha256
14811 (base32
14812 "0alsadgjgass3wr8y5d247j12qqzg454sc84vpskclrkmz778g5x"))))
14813 (build-system r-build-system)
14814 (propagated-inputs
14815 `(("r-lazyeval" ,r-lazyeval)
14816 ("r-magrittr" ,r-magrittr)))
14817 (home-page "https://github.com/kevinushey/rex")
14818 (synopsis "Friendly regular expressions")
14819 (description
14820 "This package provides a friendly interface for the construction of
14821 regular expressions. Regular expressions are a very powerful feature, however
14822 they are often difficult to interpret. Rex allows you to build complex
14823 regular expressions from human readable expressions")
14824 (license license:expat)))
14825
14826 (define-public r-xmlparsedata
14827 (package
14828 (name "r-xmlparsedata")
14829 (version "1.0.3")
14830 (source
14831 (origin
14832 (method url-fetch)
14833 (uri (cran-uri "xmlparsedata" version))
14834 (sha256
14835 (base32
14836 "0gjr3l5z5dp276lchr2649as1rkj56d2mlvbr66yg393zzw50lsh"))))
14837 (properties `((upstream-name . "xmlparsedata")))
14838 (build-system r-build-system)
14839 (home-page "https://github.com/r-lib/xmlparsedata#readme")
14840 (synopsis "Parse data of @code{R} code as an @code{XML} tree")
14841 (description
14842 "This package provides tools to convert the output of
14843 @code{utils::getParseData()} to an @code{XML} tree, that one can search via
14844 @code{XPath}, and is easier to manipulate in general.")
14845 (license license:expat)))
14846
14847 (define-public r-cyclocomp
14848 (package
14849 (name "r-cyclocomp")
14850 (version "1.1.0")
14851 (source
14852 (origin
14853 (method url-fetch)
14854 (uri (cran-uri "cyclocomp" version))
14855 (sha256
14856 (base32
14857 "0gky3svk02wiajw7nfjh30684h3qxili4bvsab0m7b6cggw6bgyd"))))
14858 (properties `((upstream-name . "cyclocomp")))
14859 (build-system r-build-system)
14860 (propagated-inputs
14861 `(("r-callr" ,r-callr)
14862 ("r-crayon" ,r-crayon)
14863 ("r-desc" ,r-desc)
14864 ("r-remotes" ,r-remotes)
14865 ("r-withr" ,r-withr)))
14866 (home-page "https://github.com/MangoTheCat/cyclocomp")
14867 (synopsis "Cyclomatic complexity of R code")
14868 (description
14869 "Cyclomatic complexity is a software metric, used to indicate the
14870 complexity of a program. It is a quantitative measure of the number of
14871 linearly independent paths through a program's source code. This package
14872 provides tools to compute this metric.")
14873 (license license:expat)))
14874
14875 (define-public r-lintr
14876 (package
14877 (name "r-lintr")
14878 (version "2.0.0")
14879 (source
14880 (origin
14881 (method url-fetch)
14882 (uri (cran-uri "lintr" version))
14883 (sha256
14884 (base32
14885 "09gbci4v5n4gsfzminly8332fw7faxdi1kkyvpa10dydx02sjcwb"))))
14886 (properties `((upstream-name . "lintr")))
14887 (build-system r-build-system)
14888 (propagated-inputs
14889 `(("r-codetools" ,r-codetools)
14890 ("r-crayon" ,r-crayon)
14891 ("r-cyclocomp" ,r-cyclocomp)
14892 ("r-digest" ,r-digest)
14893 ("r-httr" ,r-httr)
14894 ("r-jsonlite" ,r-jsonlite)
14895 ("r-knitr" ,r-knitr)
14896 ("r-rex" ,r-rex)
14897 ("r-rstudioapi" ,r-rstudioapi)
14898 ("r-stringdist" ,r-stringdist)
14899 ("r-testthat" ,r-testthat)
14900 ("r-xml2" ,r-xml2)
14901 ("r-xmlparsedata" ,r-xmlparsedata)))
14902 (home-page "https://github.com/jimhester/lintr")
14903 (synopsis "Linter for R code")
14904 (description "This package checks adherence to a given style, syntax
14905 errors and possible semantic issues. It supports on the fly checking of R
14906 code edited with @code{RStudio IDE}, @code{Emacs} and @code{Vim}.")
14907 (license license:expat)))
14908
14909 (define-public r-sctransform
14910 (package
14911 (name "r-sctransform")
14912 (version "0.2.1")
14913 (source
14914 (origin
14915 (method url-fetch)
14916 (uri (cran-uri "sctransform" version))
14917 (sha256
14918 (base32
14919 "07v3lzccsrkh1glfxd1q20r8f8gl9ls5az0s1dvxm4vcls0hlhyn"))))
14920 (build-system r-build-system)
14921 (propagated-inputs
14922 `(("r-future-apply" ,r-future-apply)
14923 ("r-ggplot2" ,r-ggplot2)
14924 ("r-gridextra" ,r-gridextra)
14925 ("r-mass" ,r-mass)
14926 ("r-matrix" ,r-matrix)
14927 ("r-rcpp" ,r-rcpp)
14928 ("r-rcppeigen" ,r-rcppeigen)
14929 ("r-reshape2" ,r-reshape2)))
14930 (home-page "https://github.com/ChristophH/sctransform")
14931 (synopsis "Variance stabilizing transformations for Single Cell UMI Data")
14932 (description
14933 "This package provides a normalization method for single-cell UMI count
14934 data using a variance stabilizing transformation. The transformation is based
14935 on a negative binomial regression model with regularized parameters. As part
14936 of the same regression framework, this package also provides functions for
14937 batch correction, and data correction.")
14938 (license license:gpl3)))
14939
14940 (define-public r-styler
14941 (package
14942 (name "r-styler")
14943 (version "1.2.0")
14944 (source
14945 (origin
14946 (method url-fetch)
14947 (uri (cran-uri "styler" version))
14948 (sha256
14949 (base32
14950 "0rdbz60x8bymis6r6188ia1y0ip3nhf5y363i4cmakr618irjab9"))))
14951 (build-system r-build-system)
14952 (propagated-inputs
14953 `(("r-backports" ,r-backports)
14954 ("r-cli" ,r-cli)
14955 ("r-magrittr" ,r-magrittr)
14956 ("r-purrr" ,r-purrr)
14957 ("r-rematch2" ,r-rematch2)
14958 ("r-rlang" ,r-rlang)
14959 ("r-rprojroot" ,r-rprojroot)
14960 ("r-tibble" ,r-tibble)
14961 ("r-withr" ,r-withr)
14962 ("r-xfun" ,r-xfun)))
14963 (home-page "https://github.com/r-lib/styler")
14964 (synopsis "Non-invasive pretty printing of R code")
14965 (description
14966 "This is a package for pretty-printing R code without changing the user's
14967 formatting intent.")
14968 (license license:gpl3)))
14969
14970 (define-public r-scrime
14971 (package
14972 (name "r-scrime")
14973 (version "1.3.5")
14974 (source
14975 (origin
14976 (method url-fetch)
14977 (uri (cran-uri "scrime" version))
14978 (sha256
14979 (base32
14980 "0y2mh9fsffjf3i15bafpasa17z99c1s75r8g6h4hgcwfgpjx75sx"))))
14981 (build-system r-build-system)
14982 (home-page "https://cran.r-project.org/web/packages/scrime/")
14983 (synopsis "Analysis of high-dimensional categorical data such as SNP data")
14984 (description
14985 "This package provides tools for the analysis of high-dimensional data
14986 developed/implemented at the group \"Statistical Complexity Reduction In
14987 Molecular Epidemiology\" (SCRIME). The main focus is on SNP data, but most of
14988 the functions can also be applied to other types of categorical data.")
14989 (license license:gpl2)))
14990
14991 (define-public r-pbmcapply
14992 (package
14993 (name "r-pbmcapply")
14994 (version "1.5.0")
14995 (source
14996 (origin
14997 (method url-fetch)
14998 (uri (cran-uri "pbmcapply" version))
14999 (sha256
15000 (base32
15001 "0i58gcqpnbyvc448qfgm45b7rpbmrnagsvk1h1hsqchbbicfslnz"))))
15002 (build-system r-build-system)
15003 (home-page "https://github.com/kvnkuang/pbmcapply")
15004 (synopsis "Track the progress of apply procedures with a progress bar")
15005 (description
15006 "This light-weight package helps you track and visualize the progress of
15007 parallel versions of vectorized R functions of the @code{mc*apply} family.")
15008 (license license:expat)))
15009
15010 (define-public r-blme
15011 (package
15012 (name "r-blme")
15013 (version "1.0-4")
15014 (source
15015 (origin
15016 (method url-fetch)
15017 (uri (cran-uri "blme" version))
15018 (sha256
15019 (base32
15020 "1ca2b0248k0fj3lczn9shfjplz1sl4ay4v6djldizp2ch2vwdgy2"))))
15021 (build-system r-build-system)
15022 (propagated-inputs `(("r-lme4" ,r-lme4)))
15023 (home-page "https://github.com/vdorie/blme")
15024 (synopsis "Bayesian linear mixed-effects models")
15025 (description
15026 "This package provides tools for maximum a posteriori estimation for
15027 linear and generalized linear mixed-effects models in a Bayesian setting. It
15028 extends the lme4 package.")
15029 (license license:gpl2+)))
15030
15031 (define-public r-batchtools
15032 (package
15033 (name "r-batchtools")
15034 (version "0.9.11")
15035 (source
15036 (origin
15037 (method url-fetch)
15038 (uri (cran-uri "batchtools" version))
15039 (sha256
15040 (base32
15041 "02mj21ypcjv5fs7ajf63p6bq0cyvihdl55hlpqx6kmsfjin1cr0v"))))
15042 (build-system r-build-system)
15043 (propagated-inputs
15044 `(("r-backports" ,r-backports)
15045 ("r-base64url" ,r-base64url)
15046 ("r-brew" ,r-brew)
15047 ("r-checkmate" ,r-checkmate)
15048 ("r-data-table" ,r-data-table)
15049 ("r-digest" ,r-digest)
15050 ("r-fs" ,r-fs)
15051 ("r-progress" ,r-progress)
15052 ("r-r6" ,r-r6)
15053 ("r-rappdirs" ,r-rappdirs)
15054 ("r-stringi" ,r-stringi)
15055 ("r-withr" ,r-withr)))
15056 (home-page "https://github.com/mllg/batchtools")
15057 (synopsis "Tools for computation on batch systems")
15058 (description
15059 "As a successor of the packages BatchJobs and BatchExperiments, this
15060 package provides a parallel implementation of the Map function for high
15061 performance computing systems managed by various schedulers. A multicore and
15062 socket mode allow the parallelization on a local machines, and multiple
15063 machines can be hooked up via SSH to create a makeshift cluster. Moreover,
15064 the package provides an abstraction mechanism to define large-scale computer
15065 experiments in a well-organized and reproducible way.")
15066 (license license:lgpl3)))
15067
15068 (define-public r-clue
15069 (package
15070 (name "r-clue")
15071 (version "0.3-57")
15072 (source
15073 (origin
15074 (method url-fetch)
15075 (uri (cran-uri "clue" version))
15076 (sha256
15077 (base32
15078 "05rdcahawxlxci3fjxihjvvh33wqpxw50sx015165ab4nh3rsdkf"))))
15079 (build-system r-build-system)
15080 (propagated-inputs `(("r-cluster" ,r-cluster)))
15081 (home-page "https://cran.r-project.org/web/packages/clue/")
15082 (synopsis "Tools for analyzing cluster ensembles")
15083 (description "Cluster ensembles are collections of individual solutions to
15084 a given clustering problem which are useful or necessary to consider in a wide
15085 range of applications. This R package provides an extensible computational
15086 environment for creating and analyzing cluster ensembles, with basic data
15087 structures for representing partitions and hierarchies, and facilities for
15088 computing on them, including methods for measuring proximity and obtaining
15089 consensus and secondary clusterings.")
15090 (license license:gpl2)))
15091
15092 (define-public r-sitmo
15093 (package
15094 (name "r-sitmo")
15095 (version "2.0.1")
15096 (source
15097 (origin
15098 (method url-fetch)
15099 (uri (cran-uri "sitmo" version))
15100 (sha256
15101 (base32
15102 "0apdhwy3kxs39agsbvx5vn3xsgb22bf3jrwmr2cmqk9kmxbx740c"))))
15103 (build-system r-build-system)
15104 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
15105 (home-page "https://github.com/coatless/sitmo/")
15106 (synopsis "Parallel pseudo random number generator header files")
15107 (description
15108 "This package provides two high quality and fast PPRNGs that may be used
15109 in an OpenMP parallel environment. In addition, there is a generator for one
15110 dimensional low-discrepancy sequence.")
15111 (license license:expat)))
15112
15113 (define-public r-dqrng
15114 (package
15115 (name "r-dqrng")
15116 (version "0.2.1")
15117 (source
15118 (origin
15119 (method url-fetch)
15120 (uri (cran-uri "dqrng" version))
15121 (sha256
15122 (base32
15123 "0rp8q5zijlvaqmpnkwr314w9w40sj4fz7sqsdgsffcfvn42w2jg1"))))
15124 (build-system r-build-system)
15125 (propagated-inputs
15126 `(("r-bh" ,r-bh)
15127 ("r-rcpp" ,r-rcpp)
15128 ("r-sitmo" ,r-sitmo)))
15129 (home-page "https://www.daqana.org/dqrng")
15130 (synopsis "Fast pseudo random number generators")
15131 (description
15132 "Several fast random number generators are provided as C++ header-only
15133 libraries: the PCG family as well as Xoroshiro128+ and Xoshiro256+.
15134 Additionally, fast functions for generating random numbers according to a
15135 uniform, normal and exponential distribution are included. The latter two use
15136 the Ziggurat algorithm originally proposed by Marsaglia and Tsang. These
15137 functions are exported to R and as a C++ interface and are enabled for use
15138 with the default 64 bit generator from the PCG family, Xoroshiro128+ and
15139 Xoshiro256+ as well as the 64 bit version of the 20 rounds Threefry
15140 engine (Salmon et al., 2011) as provided by the package @code{sitmo}.")
15141 ;; This package includes code under CC0 and Apache 2.0 or Expat, but as a
15142 ;; whole is distributed under the terms of the AGPL 3.
15143 (license license:agpl3)))
15144
15145 (define-public r-dalex
15146 (package
15147 (name "r-dalex")
15148 (version "0.4.9")
15149 (source
15150 (origin
15151 (method url-fetch)
15152 (uri (cran-uri "DALEX" version))
15153 (sha256
15154 (base32
15155 "1zviaf7530v8w996lbma0vplabrapgwldi7h70pr0439sxaqd421"))))
15156 (properties `((upstream-name . "DALEX")))
15157 (build-system r-build-system)
15158 (propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
15159 (home-page "https://pbiecek.github.io/DALEX/")
15160 (synopsis "Descriptive machine learning explanations")
15161 (description
15162 "Machine Learning models are widely used and have various applications in
15163 classification or regression. Models created with boosting, bagging, stacking
15164 or similar techniques are often used due to their high performance, but such
15165 black-box models usually lack interpretability. The DALEX package contains
15166 various explainers that help to understand the link between input variables
15167 and model output.")
15168 ;; Any version of the GPL
15169 (license license:gpl3+)))
15170
15171 (define-public r-enrichr
15172 (package
15173 (name "r-enrichr")
15174 (version "2.1")
15175 (source
15176 (origin
15177 (method url-fetch)
15178 (uri (cran-uri "enrichR" version))
15179 (sha256
15180 (base32
15181 "0ymhzs9d2wl0s9rvbqc1hqb78mlzwhlc7mmijpfqkm5r720pf6m1"))))
15182 (properties `((upstream-name . "enrichR")))
15183 (build-system r-build-system)
15184 (propagated-inputs
15185 `(("r-httr" ,r-httr)
15186 ("r-rjson" ,r-rjson)))
15187 (home-page "https://cran.r-project.org/web/packages/enrichR/")
15188 (synopsis "R Interface to Enrichr database for analyzing gene sets")
15189 (description
15190 "This package provides an R interface to all Enrichr databases, a
15191 web-based tool for analyzing gene sets and returns any enrichment of common
15192 annotated biological functions.")
15193 (license license:gpl2+)))
15194
15195 (define-public r-plot3d
15196 (package
15197 (name "r-plot3d")
15198 (version "1.3")
15199 (source
15200 (origin
15201 (method url-fetch)
15202 (uri (cran-uri "plot3D" version))
15203 (sha256
15204 (base32
15205 "1jfzndnlci9a975qbcv66jiy2l46hs3f2049654x4jp3i4kyrr5r"))))
15206 (properties `((upstream-name . "plot3D")))
15207 (build-system r-build-system)
15208 (propagated-inputs `(("r-misc3d" ,r-misc3d)))
15209 (home-page "https://cran.r-project.org/web/packages/plot3D")
15210 (synopsis "Plot multi-dimensional data")
15211 (description
15212 "This package provides functions for viewing 2D and 3D data, including
15213 perspective plots, slice plots, surface plots, scatter plots, etc. It
15214 includes data sets from oceanography.")
15215 (license license:gpl3+)))
15216
15217 (define-public r-ggfortify
15218 (package
15219 (name "r-ggfortify")
15220 (version "0.4.8")
15221 (source
15222 (origin
15223 (method url-fetch)
15224 (uri (cran-uri "ggfortify" version))
15225 (sha256
15226 (base32
15227 "191q2z7w0l4v7swjlxs2hjgbjngw2838688s7ygnj0kigsm310f3"))))
15228 (build-system r-build-system)
15229 (propagated-inputs
15230 `(("r-dplyr" ,r-dplyr)
15231 ("r-ggplot2" ,r-ggplot2)
15232 ("r-gridextra" ,r-gridextra)
15233 ("r-scales" ,r-scales)
15234 ("r-stringr" ,r-stringr)
15235 ("r-tibble" ,r-tibble)
15236 ("r-tidyr" ,r-tidyr)))
15237 (home-page "https://github.com/sinhrks/ggfortify")
15238 (synopsis "Data visualization tools for statistical analysis results")
15239 (description
15240 "This package provides unified plotting tools for statistics commonly
15241 used, such as GLM, time series, PCA families, clustering and survival
15242 analysis. The package offers a single plotting interface for these analysis
15243 results and plots in a unified style using the @code{ggplot2} package.")
15244 (license license:gpl2)))
15245
15246 (define-public r-refmanager
15247 (package
15248 (name "r-refmanager")
15249 (version "1.2.12")
15250 (source
15251 (origin
15252 (method url-fetch)
15253 (uri (cran-uri "RefManageR" version))
15254 (sha256
15255 (base32
15256 "1hfxa1qacfryk36mpaqdhdgws5jwxiyy489ikd3wa18bp1wz8dkp"))))
15257 (properties `((upstream-name . "RefManageR")))
15258 (build-system r-build-system)
15259 (propagated-inputs
15260 `(("r-bibtex" ,r-bibtex)
15261 ("r-httr" ,r-httr)
15262 ("r-jsonlite" ,r-jsonlite)
15263 ("r-lubridate" ,r-lubridate)
15264 ("r-plyr" ,r-plyr)
15265 ("r-stringr" ,r-stringr)
15266 ("r-xml2" ,r-xml2)))
15267 (home-page "https://github.com/ropensci/RefManageR/")
15268 (synopsis "Straightforward BibTeX and BibLaTeX bibliography management")
15269 (description
15270 "This package provides tools for importing and working with bibliographic
15271 references. It greatly enhances the @code{bibentry} class by providing a
15272 class @code{BibEntry} which stores BibTeX and BibLaTeX references, supports
15273 UTF-8 encoding, and can be easily searched by any field, by date ranges, and
15274 by various formats for name lists (author by last names, translator by full
15275 names, etc.). Entries can be updated, combined, sorted, printed in a number
15276 of styles, and exported. BibTeX and BibLaTeX @code{.bib} files can be read
15277 into R and converted to @code{BibEntry} objects.")
15278 ;; Any of these licenses may be picked.
15279 (license (list license:gpl2 license:gpl3 license:bsd-3))))
15280
15281 (define-public r-citr
15282 (package
15283 (name "r-citr")
15284 (version "0.3.2")
15285 (source
15286 (origin
15287 (method url-fetch)
15288 (uri (cran-uri "citr" version))
15289 (sha256
15290 (base32
15291 "1qbarvafjb8jgkrnrhh6jw7mcglmjwf7dpdiibxf39jkmlhf7las"))))
15292 (build-system r-build-system)
15293 (propagated-inputs
15294 `(("r-assertthat" ,r-assertthat)
15295 ("r-curl" ,r-curl)
15296 ("r-httr" ,r-httr)
15297 ("r-miniui" ,r-miniui)
15298 ("r-refmanager" ,r-refmanager)
15299 ("r-rstudioapi" ,r-rstudioapi)
15300 ("r-shiny" ,r-shiny)
15301 ("r-shinyjs" ,r-shinyjs)
15302 ("r-yaml" ,r-yaml)))
15303 (home-page "https://github.com/crsh/citr")
15304 (synopsis "RStudio add-in to insert Markdown citations")
15305 (description
15306 "This package provides functions and an RStudio add-in that search a
15307 BibTeX or BibLaTeX file to create and insert formatted Markdown citations into
15308 the current document.")
15309 (license license:expat)))
15310
15311 (define-public r-xgboost
15312 (package
15313 (name "r-xgboost")
15314 (version "0.90.0.2")
15315 (source
15316 (origin
15317 (method url-fetch)
15318 (uri (cran-uri "xgboost" version))
15319 (sha256
15320 (base32
15321 "1gy9rzg43mjpfis893vf15drmbigfn0481zrzss9ajnmnk0q8194"))))
15322 (build-system r-build-system)
15323 (propagated-inputs
15324 `(("r-data-table" ,r-data-table)
15325 ("r-magrittr" ,r-magrittr)
15326 ("r-matrix" ,r-matrix)
15327 ("r-stringi" ,r-stringi)))
15328 (home-page "https://github.com/dmlc/xgboost")
15329 (synopsis "Extreme gradient boosting")
15330 (description
15331 "This package provides an R interface to Extreme Gradient Boosting, which
15332 is an efficient implementation of the gradient boosting framework from Chen
15333 and Guestrin (2016). The package includes efficient linear model solver and
15334 tree learning algorithms. The package can automatically do parallel
15335 computation on a single machine. It supports various objective functions,
15336 including regression, classification and ranking. The package is made to be
15337 extensible, so that users are also allowed to define their own objectives
15338 easily.")
15339 (license license:asl2.0)))
15340
15341 (define-public r-umap
15342 (package
15343 (name "r-umap")
15344 (version "0.2.4.0")
15345 (source
15346 (origin
15347 (method url-fetch)
15348 (uri (cran-uri "umap" version))
15349 (sha256
15350 (base32
15351 "1dzbwq96k5vqr64wk6s26ks4311h570xg6gf0prr4vnn033pqnch"))))
15352 (build-system r-build-system)
15353 (propagated-inputs
15354 `(("r-openssl" ,r-openssl)
15355 ("r-rcpp" ,r-rcpp)
15356 ("r-reticulate" ,r-reticulate)
15357 ("r-rspectra" ,r-rspectra)))
15358 (home-page "https://github.com/tkonopka/umap")
15359 (synopsis "Uniform manifold approximation and projection")
15360 (description
15361 "Uniform manifold approximation and projection is a technique for
15362 dimension reduction. This package provides an interface to the UMAP algorithm
15363 in R, including a translation of the original algorithm into R.")
15364 (license license:expat)))
15365
15366 (define-public r-uwot
15367 (package
15368 (name "r-uwot")
15369 (version "0.1.5")
15370 (source
15371 (origin
15372 (method url-fetch)
15373 (uri (cran-uri "uwot" version))
15374 (sha256
15375 (base32
15376 "0pz9wa89xq4d119q86lskrznf979m0r1db8iaprcz7kxbi6b8lrj"))))
15377 (build-system r-build-system)
15378 (propagated-inputs
15379 `(("r-dqrng" ,r-dqrng)
15380 ("r-fnn" ,r-fnn)
15381 ("r-irlba" ,r-irlba)
15382 ("r-matrix" ,r-matrix)
15383 ("r-rcpp" ,r-rcpp)
15384 ("r-rcppannoy" ,r-rcppannoy)
15385 ("r-rcppparallel" ,r-rcppparallel)
15386 ("r-rcppprogress" ,r-rcppprogress)
15387 ("r-rspectra" ,r-rspectra)))
15388 (home-page "https://github.com/jlmelville/uwot")
15389 (synopsis "Uniform manifold approximation and projection")
15390 (description
15391 "This package provides an implementation of the Uniform Manifold
15392 Approximation and Projection dimensionality reduction by McInnes et
15393 al. (2018). It also provides means to transform new data and to carry out
15394 supervised dimensionality reduction. An implementation of the related
15395 LargeVis method of Tang et al. (2016) is also provided.")
15396 (license license:gpl3)))
15397
15398 (define-public r-kableextra
15399 (package
15400 (name "r-kableextra")
15401 (version "1.1.0")
15402 (source
15403 (origin
15404 (method url-fetch)
15405 (uri (cran-uri "kableExtra" version))
15406 (sha256
15407 (base32
15408 "1nicvw06xsf3a1f5c10mih07b76m2v5s5h165vmz0qx6n1a3492i"))))
15409 (properties `((upstream-name . "kableExtra")))
15410 (build-system r-build-system)
15411 (propagated-inputs
15412 `(("r-digest" ,r-digest)
15413 ("r-glue" ,r-glue)
15414 ("r-htmltools" ,r-htmltools)
15415 ("r-knitr" ,r-knitr)
15416 ("r-magrittr" ,r-magrittr)
15417 ("r-readr" ,r-readr)
15418 ("r-rmarkdown" ,r-rmarkdown)
15419 ("r-rstudioapi" ,r-rstudioapi)
15420 ("r-rvest" ,r-rvest)
15421 ("r-scales" ,r-scales)
15422 ("r-stringr" ,r-stringr)
15423 ("r-viridislite" ,r-viridislite)
15424 ("r-webshot" ,r-webshot)
15425 ("r-xml2" ,r-xml2)))
15426 (home-page "https://haozhu233.github.io/kableExtra/")
15427 (synopsis "Construct complex tables with pipe syntax")
15428 (description
15429 "Build complex HTML or LaTeX tables using @code{kable()} from
15430 @code{knitr} and the piping syntax from @code{magrittr}. The function
15431 @code{kable()} is a light weight table generator coming from @code{knitr}.
15432 This package simplifies the way to manipulate the HTML or LaTeX codes
15433 generated by @code{kable()} and allows users to construct complex tables and
15434 customize styles using a readable syntax.")
15435 (license license:expat)))
15436
15437 (define-public r-glasso
15438 (package
15439 (name "r-glasso")
15440 (version "1.11")
15441 (source
15442 (origin
15443 (method url-fetch)
15444 (uri (cran-uri "glasso" version))
15445 (sha256
15446 (base32 "02p3612rpydk195n2qr77lp1j2w8zsw1ckkk98c8angm4r5q8dsc"))))
15447 (build-system r-build-system)
15448 (native-inputs `(("gfortran" ,gfortran)))
15449 (home-page "http://www-stat.stanford.edu/~tibs/glasso")
15450 (synopsis "Graphical Lasso: estimation of Gaussian graphical models")
15451 (description
15452 "This is a package for estimation of a sparse inverse covariance matrix
15453 using a lasso (L1) penalty. Facilities are provided for estimates along a
15454 path of values for the regularization parameter.")
15455 (license license:gpl2)))
15456
15457 (define-public r-rhpcblasctl
15458 (package
15459 (name "r-rhpcblasctl")
15460 (version "0.18-205")
15461 (source
15462 (origin
15463 (method url-fetch)
15464 (uri (cran-uri "RhpcBLASctl" version))
15465 (sha256
15466 (base32
15467 "1ls2286fvrp1g7p8v4l6axznychh3qndranfpzqz806cm9ml1cdp"))))
15468 (properties `((upstream-name . "RhpcBLASctl")))
15469 (build-system r-build-system)
15470 (home-page "http://prs.ism.ac.jp/~nakama/Rhpc/")
15471 (synopsis "Control the number of threads on BLAS")
15472 (description
15473 "This package allows you to control the number of threads the BLAS
15474 library uses. It is also possible to control the number of threads in
15475 OpenMP.")
15476 (license license:agpl3+)))
15477
15478 (define-public r-lda
15479 (package
15480 (name "r-lda")
15481 (version "1.4.2")
15482 (source
15483 (origin
15484 (method url-fetch)
15485 (uri (cran-uri "lda" version))
15486 (sha256
15487 (base32
15488 "03r4h5kgr8mfy44p66mfj5bp4k00g8zh4a1mhn46jw14pkhs21jn"))))
15489 (build-system r-build-system)
15490 (home-page "https://cran.r-project.org/web/packages/lda/")
15491 (synopsis "Collapsed Gibbs sampling methods for topic models")
15492 (description
15493 "This package implements @dfn{latent Dirichlet allocation} (LDA) and
15494 related models. This includes (but is not limited to) sLDA, corrLDA, and the
15495 mixed-membership stochastic blockmodel. Inference for all of these models is
15496 implemented via a fast collapsed Gibbs sampler written in C. Utility
15497 functions for reading/writing data typically used in topic models, as well as
15498 tools for examining posterior distributions are also included.")
15499 ;; Any version of the LGPL
15500 (license license:lgpl3+)))
15501
15502 (define-public r-rann-l1
15503 (package
15504 (name "r-rann-l1")
15505 (version "2.5.2")
15506 (source
15507 (origin
15508 (method url-fetch)
15509 (uri (cran-uri "RANN.L1" version))
15510 (sha256
15511 (base32
15512 "1hanh3my84mdr5wy6b89fawqzfc184vff1y65wy4l5ld9qza1n44"))))
15513 (properties `((upstream-name . "RANN.L1")))
15514 (build-system r-build-system)
15515 (home-page "https://github.com/jefferis/RANN/tree/master-L1")
15516 (synopsis "Fast nearest neighbour search using L1 metric")
15517 (description
15518 "This package provides tools to find the k nearest neighbours for every
15519 point in a given dataset in O(N log N) time using Arya and Mount's ANN
15520 library. There is support for approximate as well as exact searches, fixed
15521 radius searches and @code{bd} as well as @code{kd} trees. The distance is
15522 computed using the L1 (Manhattan, taxicab) metric.")
15523 (license license:gpl3+)))
15524
15525 (define-public r-leiden
15526 (package
15527 (name "r-leiden")
15528 (version "0.3.1")
15529 (source
15530 (origin
15531 (method url-fetch)
15532 (uri (cran-uri "leiden" version))
15533 (sha256
15534 (base32
15535 "19gq27zin4gf4sh7h24gyq3f8jjir20n2l36a7pk1pbzcr4ixyhp"))))
15536 (properties `((upstream-name . "leiden")))
15537 (build-system r-build-system)
15538 (propagated-inputs
15539 `(("r-igraph" ,r-igraph)
15540 ("r-matrix" ,r-matrix)
15541 ("r-reticulate" ,r-reticulate)))
15542 (home-page "https://github.com/TomKellyGenetics/leiden")
15543 (synopsis "R implementation of Leiden clustering algorithm")
15544 (description
15545 "This package implements the Python @code{leidenalg} module to be called
15546 in R. It enables clustering using the Leiden algorithm for partitioning a
15547 graph into communities. See also Traag et al (2018) \"From Louvain to Leiden:
15548 guaranteeing well-connected communities.\" <arXiv:1810.08473>.")
15549 (license license:gpl3)))
15550
15551 (define-public r-patchwork
15552 ;; There has been no public release yet.
15553 (let ((commit "fd7958bae3e7a1e30237c751952e412a0a1d1242")
15554 (revision "1"))
15555 (package
15556 (name "r-patchwork")
15557 (version (git-version "0.0.1" revision commit))
15558 (source
15559 (origin
15560 (method git-fetch)
15561 (uri (git-reference
15562 (url "https://github.com/thomasp85/patchwork.git")
15563 (commit commit)))
15564 (file-name (git-file-name name version))
15565 (sha256
15566 (base32
15567 "00fq520xwy1ysg4k8x48x9b0yy9wyi8y8zj6dvxjg4bwx0yyp6s4"))))
15568 (build-system r-build-system)
15569 (propagated-inputs
15570 `(("r-ggplot2" ,r-ggplot2)
15571 ("r-gtable" ,r-gtable)))
15572 (home-page "https://github.com/thomasp85/patchwork")
15573 (synopsis "Compose ggplot2 plots")
15574 (description
15575 "The @code{ggplot2} package provides a strong API for sequentially
15576 building up a plot, but does not concern itself with composition of multiple
15577 plots. Patchwork is a package that expands the API to allow for arbitrarily
15578 complex composition of plots by providing mathmatical operators for combining
15579 multiple plots.")
15580 (license license:expat))))
15581
15582 (define-public r-liger
15583 (package
15584 (name "r-liger")
15585 (version "0.4.2")
15586 (source
15587 (origin
15588 (method git-fetch)
15589 (uri (git-reference
15590 (url "https://github.com/MacoskoLab/liger.git")
15591 (commit (string-append "v" version))))
15592 (file-name (git-file-name name version))
15593 (sha256
15594 (base32
15595 "16dzwwcpw6n78pxlc5w3kraigki35ix7zhd2cbx5f3y60bbkhlmx"))
15596 (modules '((guix build utils)))
15597 (snippet
15598 '(begin
15599 (delete-file "inst/java/ModularityOptimizer.jar")
15600 #t))))
15601 (build-system r-build-system)
15602 (arguments
15603 `(#:phases
15604 (modify-phases %standard-phases
15605 (add-after 'unpack 'build-java-part
15606 (lambda* (#:key inputs #:allow-other-keys)
15607 (invoke "unzip" (assoc-ref inputs "optimizer-src"))
15608 (for-each (lambda (file) (invoke "javac" file))
15609 (find-files "." "\\.java$"))
15610 (apply invoke "jar" "cf" "inst/java/ModularityOptimizer.jar"
15611 (find-files "." "\\.class$"))
15612 #t)))))
15613 (propagated-inputs
15614 `(("r-cowplot" ,r-cowplot)
15615 ("r-dosnow" ,r-dosnow)
15616 ("r-dplyr" ,r-dplyr)
15617 ("r-fnn" ,r-fnn)
15618 ("r-foreach" ,r-foreach)
15619 ("r-ggplot2" ,r-ggplot2)
15620 ("r-ggrepel" ,r-ggrepel)
15621 ("r-hmisc" ,r-hmisc)
15622 ("r-ica" ,r-ica)
15623 ("r-irlba" ,r-irlba)
15624 ("r-matrix" ,r-matrix)
15625 ("r-mclust" ,r-mclust)
15626 ("r-patchwork" ,r-patchwork)
15627 ("r-plyr" ,r-plyr)
15628 ("r-rann-l1" ,r-rann-l1)
15629 ("r-rcpp" ,r-rcpp)
15630 ("r-rcpparmadillo" ,r-rcpparmadillo)
15631 ("r-riverplot" ,r-riverplot)
15632 ("r-rtsne" ,r-rtsne)
15633 ("r-snow" ,r-snow)))
15634 (native-inputs
15635 `(("jdk" ,icedtea "jdk")
15636 ;; See https://github.com/MacoskoLab/liger/issues/96
15637 ;; The optimizer is released under the Expat license.
15638 ("optimizer-src"
15639 ,(origin
15640 (method url-fetch)
15641 (uri "http://www.ludowaltman.nl/slm/modularity_optimizer_source.zip")
15642 (sha256
15643 (base32
15644 "01hmm6sapcmldvayknqx2w4cav3qv71mwwkdkwj4qgq6dss09g18"))))
15645 ("unzip" ,unzip)
15646 ("r-knitr" ,r-knitr))) ; for vignettes
15647 (home-page "https://github.com/MacoskoLab/liger")
15648 (synopsis "Integrate and analyze multiple single-cell datasets")
15649 (description
15650 "LIGER is a package for integrating and analyzing multiple single-cell
15651 datasets, developed and maintained by the Macosko lab. It relies on
15652 integrative non-negative matrix factorization to identify shared and
15653 dataset-specific factors.")
15654 (license license:gpl3)))
15655
15656 (define-public r-harmony
15657 ;; There are no tagged commits
15658 (let ((commit "4d1653870d4dd70fff1807c182882db1fbf9af5a")
15659 (revision "1"))
15660 (package
15661 (name "r-harmony")
15662 (version (git-version "1.0" revision commit))
15663 (source
15664 (origin
15665 (method git-fetch)
15666 (uri (git-reference
15667 (url "https://github.com/immunogenomics/harmony")
15668 (commit commit)))
15669 (file-name (git-file-name name version))
15670 (sha256
15671 (base32
15672 "1gasdldr4aalr9h2q9kmm3y4i7azkgnhdn4bmvsszs7lg9xacw85"))))
15673 (build-system r-build-system)
15674 (propagated-inputs
15675 `(("r-cowplot" ,r-cowplot)
15676 ("r-dplyr" ,r-dplyr)
15677 ("r-ggplot2" ,r-ggplot2)
15678 ("r-irlba" ,r-irlba)
15679 ("r-matrix" ,r-matrix)
15680 ("r-rcpp" ,r-rcpp)
15681 ("r-rcpparmadillo" ,r-rcpparmadillo)
15682 ("r-rcppprogress" ,r-rcppprogress)
15683 ("r-rlang" ,r-rlang)
15684 ("r-tibble" ,r-tibble)
15685 ("r-tidyr" ,r-tidyr)))
15686 (home-page "https://github.com/immunogenomics/harmony")
15687 (synopsis "Integration of single cell sequencing data")
15688 (description
15689 "This package provides an implementation of the Harmony algorithm for
15690 single cell integration, described in Korsunsky et al
15691 @url{doi.org/10.1101/461954}. The package includes a standalone Harmony
15692 function and interfaces to external frameworks.")
15693 (license license:gpl3))))
15694
15695 (define-public r-covr
15696 (package
15697 (name "r-covr")
15698 (version "3.4.0")
15699 (source
15700 (origin
15701 (method url-fetch)
15702 (uri (cran-uri "covr" version))
15703 (sha256
15704 (base32 "0p44kr6yz5sqza5zvq6divqglzkpv0if9pjpjmzhmdaaddjrqzg5"))))
15705 (properties `((upstream-name . "covr")))
15706 (build-system r-build-system)
15707 (propagated-inputs
15708 `(("r-crayon" ,r-crayon)
15709 ("r-digest" ,r-digest)
15710 ("r-httr" ,r-httr)
15711 ("r-jsonlite" ,r-jsonlite)
15712 ("r-rex" ,r-rex)
15713 ("r-withr" ,r-withr)
15714 ("r-yaml" ,r-yaml)))
15715 (home-page "https://github.com/r-lib/covr")
15716 (synopsis "Test coverage for R packages")
15717 (description
15718 "Thisp package enables you to track and report code coverage for your
15719 package and (optionally) upload the results to a coverage service. Code
15720 coverage is a measure of the amount of code being exercised by a set of tests.
15721 It is an indirect measure of test quality and completeness. This package is
15722 compatible with any testing methodology or framework and tracks coverage of
15723 both R code and compiled C/C++/FORTRAN code.")
15724 (license license:gpl3)))
15725
15726 (define-public r-systemfonts
15727 (package
15728 (name "r-systemfonts")
15729 (version "0.1.1")
15730 (source
15731 (origin
15732 (method url-fetch)
15733 (uri (cran-uri "systemfonts" version))
15734 (sha256
15735 (base32
15736 "0m0ljid683xcam2f14x7k2zv1yx4npac38a3gfv11vhxfbnpgp0z"))))
15737 (properties `((upstream-name . "systemfonts")))
15738 (build-system r-build-system)
15739 (inputs
15740 `(("fontconfig" ,fontconfig)
15741 ("freetype" ,freetype)
15742 ("zlib" ,zlib)))
15743 (native-inputs
15744 `(("pkg-config" ,pkg-config)))
15745 (home-page "https://github.com/r-lib/systemfonts")
15746 (synopsis "System native font finding")
15747 (description
15748 "This package provides system native access to the font catalogue. As
15749 font handling varies between systems it is difficult to correctly locate
15750 installed fonts across different operating systems. The 'systemfonts' package
15751 provides bindings to the native libraries for finding font files that can then
15752 be used further by e.g. graphic devices.")
15753 (license license:expat)))
15754
15755 (define-public r-graphlayouts
15756 (package
15757 (name "r-graphlayouts")
15758 (version "0.5.0")
15759 (source
15760 (origin
15761 (method url-fetch)
15762 (uri (cran-uri "graphlayouts" version))
15763 (sha256
15764 (base32
15765 "03dizbhhdhnzbj2i5zvqgs617kwcv4h2pha4f16adic0fph1rxl3"))))
15766 (properties `((upstream-name . "graphlayouts")))
15767 (build-system r-build-system)
15768 (propagated-inputs
15769 `(("r-igraph" ,r-igraph)
15770 ("r-rcpp" ,r-rcpp)
15771 ("r-rcpparmadillo" ,r-rcpparmadillo)))
15772 (home-page "https://github.com/schochastics/graphlayouts")
15773 (synopsis "Additional layout algorithms for network visualizations")
15774 (description
15775 "This package provides several layout algorithms to visualize networks
15776 which are not part of the igraph library. Most are based on the concept of
15777 stress majorization by Gansner et al. (2004)
15778 <doi:10.1007/978-3-540-31843-9_25>. Some more specific algorithms allow to
15779 emphasize hidden group structures in networks or focus on specific nodes.")
15780 (license license:expat)))
15781
15782 (define-public r-tidygraph
15783 (package
15784 (name "r-tidygraph")
15785 (version "1.1.2")
15786 (source
15787 (origin
15788 (method url-fetch)
15789 (uri (cran-uri "tidygraph" version))
15790 (sha256
15791 (base32
15792 "1zpsarm74afbc7p5dlyb0whc09670qdcddw1ckb25cfc9hfh0hjn"))))
15793 (properties `((upstream-name . "tidygraph")))
15794 (build-system r-build-system)
15795 (propagated-inputs
15796 `(("r-dplyr" ,r-dplyr)
15797 ("r-igraph" ,r-igraph)
15798 ("r-magrittr" ,r-magrittr)
15799 ("r-pillar" ,r-pillar)
15800 ("r-r6" ,r-r6)
15801 ("r-rcpp" ,r-rcpp)
15802 ("r-rlang" ,r-rlang)
15803 ("r-tibble" ,r-tibble)
15804 ("r-tidyr" ,r-tidyr)))
15805 (home-page "https://github.com/thomasp85/tidygraph")
15806 (synopsis "Tidy API for graph manipulation")
15807 (description
15808 "This package provides a graph implementation that can be thought of as
15809 two tidy data frames describing node and edge data respectively. It provides
15810 an approach to manipulate these two virtual data frames using the API defined
15811 in the @code{dplyr} package, and it also provides tidy interfaces to a lot of
15812 common graph algorithms.")
15813 (license license:expat)))
15814
15815 (define-public r-soupx
15816 (let ((commit "a3354be76fb52fd795be6ddf163cf056c05c6cb8")
15817 (revision "1"))
15818 (package
15819 (name "r-soupx")
15820 (version (git-version "0.3.1" revision commit))
15821 (source
15822 (origin
15823 (method git-fetch)
15824 (uri (git-reference
15825 (url "https://github.com/constantAmateur/SoupX")
15826 (commit commit)))
15827 (file-name (git-file-name name version))
15828 (sha256
15829 (base32
15830 "1zmlyzrl0fz6l79gn2wswid670p88mm3y292is89sa5p3h7frr99"))))
15831 (properties `((upstream-name . "SoupX")))
15832 (build-system r-build-system)
15833 (propagated-inputs
15834 `(("r-ggplot2" ,r-ggplot2)
15835 ("r-matrix" ,r-matrix)
15836 ("r-seurat" ,r-seurat)))
15837 (home-page "https://github.com/constantAmateur/SoupX")
15838 (synopsis "Single cell mRNA Soup eXterminator")
15839 (description
15840 "This package provides a package for quantifying, profiling and
15841 removing cell free mRNA contamination (the \"soup\") from droplet based single
15842 cell RNA-seq experiments.")
15843 (license license:gpl2))))
15844
15845 (define-public r-assertr
15846 (package
15847 (name "r-assertr")
15848 (version "2.6")
15849 (source
15850 (origin
15851 (method url-fetch)
15852 (uri (cran-uri "assertr" version))
15853 (sha256
15854 (base32
15855 "0g4ii6vhp0155a29ljhs64a09x0nzy5ybvwwchhk4mkcgsvnvfkj"))))
15856 (build-system r-build-system)
15857 (propagated-inputs
15858 `(("r-dplyr" ,r-dplyr)
15859 ("r-mass" ,r-mass)
15860 ("r-rlang" ,r-rlang)))
15861 (native-inputs
15862 `(("r-knitr" ,r-knitr))) ; needed for vignette
15863 (home-page "https://github.com/ropensci/assertr")
15864 (synopsis "Assertive programming for R analysis pipelines")
15865 (description
15866 "This package provides functionality to assert conditions that have to be
15867 met so that errors in data used in analysis pipelines can fail quickly. It is
15868 similar to @code{stopifnot()} but more powerful, friendly, and easier for use
15869 in pipelines.")
15870 (license license:expat)))
15871
15872 (define-public r-parameters
15873 (package
15874 (name "r-parameters")
15875 (version "0.3.0")
15876 (source
15877 (origin
15878 (method url-fetch)
15879 (uri (cran-uri "parameters" version))
15880 (sha256
15881 (base32
15882 "0ifb9g1h8sn661q7jf9d8glk58gxdcym5ywbmx7phwn0y3is5wdv"))))
15883 (properties `((upstream-name . "parameters")))
15884 (build-system r-build-system)
15885 (propagated-inputs
15886 `(("r-bayestestr" ,r-bayestestr)
15887 ("r-insight" ,r-insight)))
15888 (home-page "https://cran.r-project.org/web/packages/parameters")
15889 (synopsis "Processing of model parameters")
15890 (description
15891 "This package provides utilities for processing the parameters of various
15892 statistical models. Beyond computing p values, CIs, and other indices for a
15893 wide variety of models, this package implements features like standardization
15894 or bootstrapping of parameters and models, feature reduction (feature
15895 extraction and variable selection) as well as conversion between indices of
15896 effect size.")
15897 (license license:gpl3)))
15898
15899 (define-public r-rgdal
15900 (package
15901 (name "r-rgdal")
15902 (version "1.4-8")
15903 (source
15904 (origin
15905 (method url-fetch)
15906 (uri (cran-uri "rgdal" version))
15907 (sha256
15908 (base32 "1jd691amf3ghznq5im15gvhl6v6k25klpl75m4ngrqf9xlxaa3as"))))
15909 (properties `((upstream-name . "rgdal")))
15910 (build-system r-build-system)
15911 (inputs
15912 `(("gdal" ,gdal)
15913 ("proj.4" ,proj.4)
15914 ("zlib" ,zlib)))
15915 (propagated-inputs
15916 `(("r-sp" ,r-sp)))
15917 (native-inputs
15918 `(("pkg-config" ,pkg-config)))
15919 (home-page "http://rgdal.r-forge.r-project.org")
15920 (synopsis "Bindings for the Geospatial Data Abstraction Library")
15921 (description
15922 "This package provides bindings to the Geospatial Data Abstraction
15923 Library (GDAL) and access to projection/transformation operations from the
15924 PROJ.4 library.")
15925 (license license:gpl2+)))
15926
15927 (define-public r-insol
15928 (package
15929 (name "r-insol")
15930 (version "1.2.1")
15931 (source
15932 (origin
15933 (method url-fetch)
15934 (uri (cran-uri "insol" version))
15935 (sha256
15936 (base32
15937 "1d2vqmbp94ff80mfkmq4a8y12r6ryym8hh1568ip9qbn7snc64v1"))))
15938 (properties `((upstream-name . "insol")))
15939 (build-system r-build-system)
15940 (propagated-inputs
15941 `(("r-raster" ,r-raster)))
15942 (native-inputs
15943 `(("gfortran" ,gfortran)))
15944 (home-page "https://meteoexploration.com/R/insol/index.html")
15945 (synopsis "Tools for calculating solar radiation")
15946 (description
15947 "This package provides functions to compute insolation on tilted
15948 surfaces, computes atmospheric transmittance and related parameters such as:
15949 Earth radius vector, declination, sunset and sunrise, daylength, equation of
15950 time, vector in the direction of the sun, vector normal to surface, and some
15951 atmospheric physics.")
15952 (license license:gpl2+)))
15953
15954 (define-public r-lifecycle
15955 (package
15956 (name "r-lifecycle")
15957 (version "0.1.0")
15958 (source
15959 (origin
15960 (method url-fetch)
15961 (uri (cran-uri "lifecycle" version))
15962 (sha256
15963 (base32
15964 "11rk7hkw63rfrf4aqmb4xrb88kg95xh8hajpjvjfwjym2v02h74n"))))
15965 (properties `((upstream-name . "lifecycle")))
15966 (build-system r-build-system)
15967 (propagated-inputs
15968 `(("r-glue" ,r-glue)
15969 ("r-rlang" ,r-rlang)))
15970 (home-page "https://github.com/r-lib/lifecycle")
15971 (synopsis "Manage the life cycle of your package functions")
15972 (description
15973 "Manage the life cycle of your exported functions with shared
15974 conventions, documentation badges, and non-invasive deprecation warnings. The
15975 lifecycle package defines four development stages (experimental, maturing,
15976 stable, and questioning) and three deprecation stages (soft-deprecated,
15977 deprecated, and defunct). It makes it easy to insert badges corresponding to
15978 these stages in your documentation. Usage of deprecated functions are
15979 signalled with increasing levels of non-invasive verbosity.")
15980 (license license:gpl3)))
15981
15982 (define-public r-assertable
15983 (package
15984 (name "r-assertable")
15985 (version "0.2.7")
15986 (source
15987 (origin
15988 (method url-fetch)
15989 (uri (cran-uri "assertable" version))
15990 (sha256
15991 (base32
15992 "1npks9rcrnchmd0silq6qrvqkmdkp9fwjkyyvvp1lqjclyxk6vkk"))))
15993 (build-system r-build-system)
15994 (propagated-inputs
15995 `(("r-data-table" ,r-data-table)))
15996 (home-page "https://cran.r-project.org/web/packages/assertable/")
15997 (synopsis "Verbose assertions for tabular data (data.frames and data.tables)")
15998 (description "This package provides simple, flexible assertions on
15999 data.frame or data.table objects with verbose output for vetting. While other
16000 assertion packages apply towards more general use-cases, @code{assertable} is
16001 tailored towards tabular data. It includes functions to check variable names
16002 and values, whether the dataset contains all combinations of a given set of
16003 unique identifiers, and whether it is a certain length. In addition,
16004 @code{assertable} includes utility functions to check the existence of target
16005 files and to efficiently import multiple tabular data files into one
16006 data.table.")
16007 (license license:gpl3)))
16008
16009 (define-public r-quadprog
16010 (package
16011 (name "r-quadprog")
16012 (version "1.5-8")
16013 (source
16014 (origin
16015 (method url-fetch)
16016 (uri (cran-uri "quadprog" version))
16017 (sha256
16018 (base32 "1ka9g8zak8sg4y2xbz93dfrldznlk9qpd4pq9z21cdcdn3b8s4i2"))))
16019 (build-system r-build-system)
16020 (native-inputs
16021 `(("gfortran" ,gfortran)))
16022 (home-page "https://cran.r-project.org/web/packages/quadprog")
16023 (synopsis "Functions to solve quadratic programming problems")
16024 (description
16025 "This package contains routines and documentation for solving quadratic
16026 programming problems.")
16027 (license license:gpl3+)))
16028
16029 (define-public r-desolve
16030 (package
16031 (name "r-desolve")
16032 (version "1.27")
16033 (source
16034 (origin
16035 (method url-fetch)
16036 (uri (cran-uri "deSolve" version))
16037 (sha256
16038 (base32 "1qhjq4vxlxd9qmhf6i26x1k7bzhldlxzbby1zgcplicdvlqk951d"))))
16039 (properties `((upstream-name . "deSolve")))
16040 (build-system r-build-system)
16041 (native-inputs
16042 `(("gfortran" ,gfortran)))
16043 (home-page "https://desolve.r-forge.r-project.org/")
16044 (synopsis "Solvers for initial value problems of differential equations")
16045 (description "This package provides functions that solve initial value
16046 problems of a system of first-order @dfn{ordinary differential
16047 equations} (ODE), of @dfn{partial differential equations} (PDE), of
16048 @dfn{differential algebraic equations} (DAE), and of delay differential
16049 equations. The functions provide an interface to the FORTRAN functions
16050 @code{lsoda}, @code{lsodar}, @code{lsode}, @code{lsodes} of the ODEPACK
16051 collection, to the FORTRAN functions @code{dvode} and @code{daspk} and a
16052 C-implementation of solvers of the Runge-Kutta family with fixed or variable
16053 time steps. The package contains routines designed for solving ODEs resulting
16054 from 1-D, 2-D and 3-D partial differential equations that have been converted
16055 to ODEs by numerical differencing.")
16056 (license license:gpl2+)))
16057
16058 (define-public r-pracma
16059 (package
16060 (name "r-pracma")
16061 (version "2.2.9")
16062 (source (origin
16063 (method url-fetch)
16064 (uri (cran-uri "pracma" version))
16065 (sha256
16066 (base32 "07mzhzz73wsjjw1q05l024gcd13hwnzsxf873q9dyhw6x3shzshc"))))
16067 (build-system r-build-system)
16068 (home-page "https://cran.r-project.org/web/packages/pracma/")
16069 (synopsis "Practical numerical math functions")
16070 (description "This package provides functions for numerical analysis and
16071 linear algebra, numerical optimization, differential equations, plus some
16072 special functions. It uses Matlab function names where appropriate to simplify
16073 porting.")
16074 (license license:gpl3+)))
16075
16076 (define-public r-subplex
16077 (package
16078 (name "r-subplex")
16079 (version "1.5-4")
16080 (source
16081 (origin
16082 (method url-fetch)
16083 (uri (cran-uri "subplex" version))
16084 (sha256
16085 (base32
16086 "10cbgbx1bgsax5z7gz6716g360xpq4mvq19cf4qqrxv02mmwz57z"))))
16087 (build-system r-build-system)
16088 (native-inputs
16089 `(("gfortran" ,gfortran)))
16090 (home-page "https://cran.r-project.org/web/packages/subplex")
16091 (synopsis "Unconstrained optimization using the subplex algorithm")
16092 (description
16093 "This package implements the Subplex optimization algorithm.
16094 It solves unconstrained optimization problems using a simplex method on
16095 subspaces. The method is well suited for optimizing objective functions that
16096 are noisy or are discontinuous at the solution.")
16097 (license license:gpl3+)))
16098
16099 (define-public r-txtplot
16100 (package
16101 (name "r-txtplot")
16102 (version "1.0-3")
16103 (source
16104 (origin
16105 (method url-fetch)
16106 (uri (cran-uri "txtplot" version))
16107 (sha256
16108 (base32
16109 "1949ab1bzvysdb79g8x1gaknj0ih3d6g63pv9512h5m5l3a6c31h"))))
16110 (build-system r-build-system)
16111 (home-page "https://cran.r-project.org/web/packages/txtplot/")
16112 (synopsis "Text-based plotting")
16113 (description "This package provides functions to produce rudimentary ASCII
16114 graphics directly in the terminal window. This package provides a basic
16115 plotting function (and equivalents of curve, density, acf and barplot) as well
16116 as a boxplot function.")
16117 (license license:lgpl3+)))
16118
16119 (define-public r-bio3d
16120 (package
16121 (name "r-bio3d")
16122 (version "2.4-0")
16123 (source
16124 (origin
16125 (method url-fetch)
16126 (uri (cran-uri "bio3d" version))
16127 (sha256
16128 (base32
16129 "0ikpk1ppdp50m9kd289z616i382j9i7ji1zchyd4xqfyk8lnxf4s"))))
16130 (properties `((upstream-name . "bio3d")))
16131 (build-system r-build-system)
16132 (inputs `(("zlib" ,zlib)))
16133 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
16134 (home-page "http://thegrantlab.org/bio3d/")
16135 (synopsis "Biological structure analysis")
16136 (description
16137 "This package provides utilities to process, organize and explore protein
16138 structure, sequence and dynamics data. Features include the ability to read
16139 and write structure, sequence and dynamic trajectory data, perform sequence
16140 and structure database searches, data summaries, atom selection, alignment,
16141 superposition, rigid core identification, clustering, torsion analysis,
16142 distance matrix analysis, structure and sequence conservation analysis, normal
16143 mode analysis, principal component analysis of heterogeneous structure data,
16144 and correlation network analysis from normal mode and molecular dynamics data.
16145 In addition, various utility functions are provided to enable the statistical
16146 and graphical power of the R environment to work with biological sequence and
16147 structural data.")
16148 (license license:gpl2+)))
16149
16150 (define-public r-bios2cor
16151 (package
16152 (name "r-bios2cor")
16153 (version "2.0")
16154 (source
16155 (origin
16156 (method url-fetch)
16157 (uri (cran-uri "Bios2cor" version))
16158 (sha256
16159 (base32
16160 "1rrz0vs6wbkwys3l5jv1rdnlhyb4r1q9pv7jlnmsx6c1b4f4vz5n"))))
16161 (properties `((upstream-name . "Bios2cor")))
16162 (build-system r-build-system)
16163 (propagated-inputs
16164 `(("r-bigmemory" ,r-bigmemory)
16165 ("r-bio3d" ,r-bio3d)
16166 ("r-circular" ,r-circular)
16167 ("r-igraph" ,r-igraph)))
16168 (home-page "https://cran.r-project.org/web/packages/Bios2cor/")
16169 (synopsis "From biological sequences and simulations to correlation analysis")
16170 (description
16171 "This package provides utilities for computation and analysis of
16172 correlation/covariation in multiple sequence alignments and in side chain
16173 motions during molecular dynamics simulations. Features include the
16174 computation of correlation/covariation scores using a variety of scoring
16175 functions between either sequence positions in alignments or side chain
16176 dihedral angles in molecular dynamics simulations and utilities to analyze the
16177 correlation/covariation matrix through a variety of tools including network
16178 representation and principal components analysis. In addition, several
16179 utility functions are based on the R graphical environment to provide friendly
16180 tools for help in data interpretation.")
16181 (license license:gpl2+)))
16182
16183 ;; This package includes minified JavaScript files. When upgrading please
16184 ;; check that there are no new minified JavaScript files.
16185 (define-public r-networkd3
16186 (package
16187 (name "r-networkd3")
16188 (version "0.4")
16189 (source
16190 (origin
16191 (method url-fetch)
16192 (uri (cran-uri "networkD3" version))
16193 (sha256
16194 (base32
16195 "02wxki67drppgfka1is1ykg1f2rxf0x0657c0crj7ipfy62jbf1k"))
16196 (snippet
16197 '(begin
16198 (delete-file "inst/htmlwidgets/lib/d3-4.5.0/d3.min.js")
16199 #t))))
16200 (properties `((upstream-name . "networkD3")))
16201 (build-system r-build-system)
16202 (arguments
16203 `(#:modules ((guix build utils)
16204 (guix build r-build-system)
16205 (srfi srfi-1)
16206 (ice-9 popen))
16207 #:phases
16208 (modify-phases %standard-phases
16209 (add-after 'unpack 'process-javascript
16210 (lambda* (#:key inputs #:allow-other-keys)
16211 (with-directory-excursion "inst/htmlwidgets/lib/"
16212 (call-with-values
16213 (lambda ()
16214 (unzip2
16215 `((,(assoc-ref inputs "d3.v4.js")
16216 "d3-4.5.0/d3.min.js"))))
16217 (lambda (sources targets)
16218 (for-each (lambda (source target)
16219 (format #t "Processing ~a --> ~a~%"
16220 source target)
16221 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
16222 (call-with-output-file target
16223 (lambda (port)
16224 (dump-port minified port)))))
16225 sources targets))))
16226 #t)))))
16227 (native-inputs
16228 `(("uglify-js" ,uglify-js)
16229 ;; NOTE: Make sure that this version of d3 is still valid when
16230 ;; upgrading the package.
16231 ("d3.v4.js"
16232 ,(origin
16233 (method url-fetch)
16234 (uri "https://d3js.org/d3.v4.js")
16235 (sha256
16236 (base32
16237 "0y7byf6kcinfz9ac59jxc4v6kppdazmnyqfav0dm4h550fzfqqlg"))))))
16238 (propagated-inputs
16239 `(("r-htmlwidgets" ,r-htmlwidgets)
16240 ("r-igraph" ,r-igraph)
16241 ("r-magrittr" ,r-magrittr)))
16242 (home-page "https://cran.r-project.org/package=networkD3")
16243 (synopsis "D3 JavaScript network graphs from R")
16244 (description
16245 "This package creates D3 JavaScript network, tree, dendrogram, and Sankey
16246 graphs from R.")
16247 (license license:gpl3+)))
16248
16249 (define-public r-aasea
16250 (package
16251 (name "r-aasea")
16252 (version "1.1.0")
16253 (source
16254 (origin
16255 (method url-fetch)
16256 (uri (cran-uri "aaSEA" version))
16257 (sha256
16258 (base32
16259 "0him4r8qyp0xssgrmdxjs45yn4d28h5anv4jyxxbbs9phb0m6j3h"))))
16260 (properties `((upstream-name . "aaSEA")))
16261 (build-system r-build-system)
16262 (propagated-inputs
16263 `(("r-bios2cor" ,r-bios2cor)
16264 ("r-dt" ,r-dt)
16265 ("r-hmisc" ,r-hmisc)
16266 ("r-magrittr" ,r-magrittr)
16267 ("r-networkd3" ,r-networkd3)
16268 ("r-plotly" ,r-plotly)
16269 ("r-seqinr" ,r-seqinr)
16270 ("r-shiny" ,r-shiny)
16271 ("r-shinydashboard" ,r-shinydashboard)))
16272 (home-page "https://cran.r-project.org/web/packages/aaSEA/")
16273 (synopsis "Amino acid substitution effect analyzer")
16274 (description
16275 "Given a protein multiple sequence alignment, it is a daunting task to
16276 assess the effects of substitutions along sequence length. The aaSEA package
16277 is intended to help researchers to rapidly analyze property changes caused by
16278 single, multiple and correlated amino acid substitutions in proteins.")
16279 (license license:gpl3)))
16280
16281 (define-public r-abacus
16282 (package
16283 (name "r-abacus")
16284 (version "1.0.0")
16285 (source
16286 (origin
16287 (method url-fetch)
16288 (uri (cran-uri "ABACUS" version))
16289 (sha256
16290 (base32
16291 "0m1dnkwjr1522l9ddbzzx7ayxvli17sbmk6s28adpmzzjwh2kd1i"))))
16292 (properties `((upstream-name . "ABACUS")))
16293 (build-system r-build-system)
16294 (propagated-inputs
16295 `(("r-ggplot2" ,r-ggplot2)
16296 ("r-shiny" ,r-shiny)))
16297 (home-page "https://shiny.abdn.ac.uk/Stats/apps/")
16298 (synopsis "Apps-based activities for communicating and understanding statistics")
16299 (description
16300 "This package provides a set of Shiny apps for effective communication
16301 and understanding in statistics. The current version includes properties of
16302 normal distribution, properties of sampling distribution, one-sample z and t
16303 tests, two samples independent (unpaired) t test and analysis of variance.")
16304 (license license:gpl3)))
16305
16306 (define-public r-abc-rap
16307 (package
16308 (name "r-abc-rap")
16309 (version "0.9.0")
16310 (source
16311 (origin
16312 (method url-fetch)
16313 (uri (cran-uri "ABC.RAP" version))
16314 (sha256
16315 (base32
16316 "1kdspln17v0krvahcd55vib4dv5azp60b3r1zf489x10qqbp1mxk"))))
16317 (properties `((upstream-name . "ABC.RAP")))
16318 (build-system r-build-system)
16319 (home-page "https://cran.r-project.org/web/packages/ABC.RAP/")
16320 (synopsis "Array-based CpG region analysis pipeline")
16321 (description
16322 "This package aims to identify candidate genes that are differentially
16323 methylated between cases and controls. It applies Student's t-test and delta
16324 beta analysis to identify candidate genes containing multiple CpG sites.")
16325 (license license:gpl3)))
16326
16327 (define-public r-abcadm
16328 (package
16329 (name "r-abcadm")
16330 (version "1.0")
16331 (source
16332 (origin
16333 (method url-fetch)
16334 (uri (cran-uri "abcADM" version))
16335 (sha256
16336 (base32
16337 "0vcabnnnwc0psv9v3rda5aap9s8cq1pjh02zva3ki64hlavf2a10"))))
16338 (properties `((upstream-name . "abcADM")))
16339 (build-system r-build-system)
16340 (propagated-inputs
16341 `(("r-bh" ,r-bh)
16342 ("r-rcpp" ,r-rcpp)))
16343 (home-page "https://cran.r-project.org/web/packages/abcADM/")
16344 (synopsis "Fit accumulated damage models and estimate reliability using ABC")
16345 (description
16346 "This package provides tools to estimate parameters of accumulated
16347 damage (load duration) models based on failure time data under a Bayesian
16348 framework, using @dfn{Approximate Bayesian Computation} (ABC), and to assess
16349 long-term reliability under stochastic load profiles.")
16350 (license license:gpl3)))
16351
16352 (define-public r-rglpk
16353 (package
16354 (name "r-rglpk")
16355 (version "0.6-4")
16356 (source
16357 (origin
16358 (method url-fetch)
16359 (uri (cran-uri "Rglpk" version))
16360 (sha256
16361 (base32
16362 "19mzpyimzq9zqnbi05j79b2di3nzaln8swggs9p8sqdr60qvr3d2"))))
16363 (properties `((upstream-name . "Rglpk")))
16364 (build-system r-build-system)
16365 (propagated-inputs
16366 `(("r-slam" ,r-slam)))
16367 (inputs
16368 `(("glpk" ,glpk)))
16369 (home-page "http://R-Forge.R-project.org/projects/rglp/")
16370 (synopsis "R interface to the GNU Linear Programming Kit")
16371 (description
16372 "This package provides an R interface to the GNU Linear Programming Kit,
16373 software for solving large-scale @dfn{linear programming} (LP), @dfn{mixed
16374 integer linear programming} (MILP) and other related problems.")
16375 ;; Either license
16376 (license (list license:gpl2 license:gpl3))))
16377
16378 (define-public r-abcdefba
16379 (package
16380 (name "r-abcdefba")
16381 (version "0.4")
16382 (source
16383 (origin
16384 (method url-fetch)
16385 (uri (cran-uri "abcdeFBA" version))
16386 (sha256
16387 (base32
16388 "1rxjripy8v6bxi25vdfjnbk24zkmf752qbl73cin6nvnqflwxkx4"))))
16389 (properties `((upstream-name . "abcdeFBA")))
16390 (build-system r-build-system)
16391 (propagated-inputs
16392 `(("r-corrplot" ,r-corrplot)
16393 ("r-lattice" ,r-lattice)
16394 ("r-rgl" ,r-rgl)
16395 ("r-rglpk" ,r-rglpk)))
16396 (home-page "https://cran.r-project.org/web/packages/abcdeFBA/")
16397 (synopsis "A-Biologist-Can-Do-Everything of Flux Balance Analysis with this package")
16398 (description
16399 "This package provides functions for Constraint Based Simulation using
16400 Flux Balance Analysis and informative analysis of the data generated during
16401 simulation.")
16402 (license license:gpl2)))
16403
16404 (define-public r-abcrlda
16405 (package
16406 (name "r-abcrlda")
16407 (version "1.0.1")
16408 (source
16409 (origin
16410 (method url-fetch)
16411 (uri (cran-uri "abcrlda" version))
16412 (sha256
16413 (base32
16414 "0j29ifsvmxfx2g6v4bpbb4s6miwfpf4vlkpbgj6f2q078s4clc85"))))
16415 (properties `((upstream-name . "abcrlda")))
16416 (build-system r-build-system)
16417 (home-page "https://ieeexplore.ieee.org/document/8720003/")
16418 (synopsis "Asymptotically bias-corrected regularized linear discriminant analysis")
16419 (description
16420 "This package offers methods to perform @dfn{asymptotically
16421 bias-corrected regularized linear discriminant analysis} (ABC_RLDA) for
16422 cost-sensitive binary classification. The bias-correction is an estimate of
16423 the bias term added to regularized discriminant analysis that minimizes the
16424 overall risk.")
16425 (license license:gpl3)))
16426
16427 (define-public r-abemus
16428 (package
16429 (name "r-abemus")
16430 (version "1.0.1")
16431 (source
16432 (origin
16433 (method url-fetch)
16434 (uri (cran-uri "abemus" version))
16435 (sha256
16436 (base32
16437 "1dhllb184byp1yl15rg2w02zgw3iajag7cxshirg47mnmm7n70bb"))))
16438 (properties `((upstream-name . "abemus")))
16439 (build-system r-build-system)
16440 (propagated-inputs
16441 `(("r-data-table" ,r-data-table)))
16442 (home-page "https://cran.r-project.org/web/packages/abemus/")
16443 (synopsis "Adaptive base error model in ultra-deep sequencing data")
16444 (description
16445 "This package provides an implementation of @dfn{Adaptive Base Error
16446 Model in Ultra-deep Sequencing data} (ABEMUS), which combines
16447 platform-specific genetic knowledge and empirical signal to readily detect and
16448 quantify somatic @dfn{single nucleotide variants} (SNVs) in @dfn{circulating
16449 cell free DNA} (cfDNA).")
16450 (license license:gpl3)))
16451
16452 ;; This package includes minified JavaScript files. When upgrading please
16453 ;; check that there are no new minified JavaScript files.
16454 (define-public r-rintrojs
16455 (package
16456 (name "r-rintrojs")
16457 (version "0.2.2")
16458 (source
16459 (origin
16460 (method url-fetch)
16461 (uri (cran-uri "rintrojs" version))
16462 (sha256
16463 (base32
16464 "0vyqb3pyrh12saddar71ac9csn2vkd2j8ln6ygpqys8ky1lc3427"))))
16465 (properties `((upstream-name . "rintrojs")))
16466 (build-system r-build-system)
16467 (arguments
16468 `(#:modules ((guix build utils)
16469 (guix build r-build-system)
16470 (srfi srfi-1)
16471 (ice-9 popen))
16472 #:phases
16473 (modify-phases %standard-phases
16474 (add-after 'unpack 'process-javascript
16475 (lambda* (#:key inputs #:allow-other-keys)
16476 (with-directory-excursion "inst/javascript/introjs/"
16477 (call-with-values
16478 (lambda ()
16479 (unzip2
16480 `((,(assoc-ref inputs "intro.js")
16481 "intro.min.js"))))
16482 (lambda (sources targets)
16483 (for-each (lambda (source target)
16484 (format #t "Processing ~a --> ~a~%"
16485 source target)
16486 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
16487 (call-with-output-file target
16488 (lambda (port)
16489 (dump-port minified port)))))
16490 sources targets))))
16491 #t)))))
16492 (native-inputs
16493 `(("uglify-js" ,uglify-js)
16494 ("intro.js"
16495 ,(origin
16496 (method url-fetch)
16497 (uri "https://raw.githubusercontent.com/usablica/intro.js/v2.9.3/intro.js")
16498 (sha256
16499 (base32
16500 "1qf8n1sfy9qkiqqnfgg0xbhmfgh0g3mqsjas8qhz230h3zzlzxj8"))))))
16501 (propagated-inputs
16502 `(("r-jsonlite" ,r-jsonlite)
16503 ("r-shiny" ,r-shiny)))
16504 (home-page "https://github.com/carlganz/rintrojs")
16505 (synopsis "Wrapper for the Intro.js library")
16506 (description
16507 "This package provides a wrapper for the @url{http://www.introjs.com,
16508 Intro.js} library. This package makes it easy to include step-by-step
16509 introductions, and clickable hints in a Shiny application. It supports both
16510 static introductions in the UI, and programmatic introductions from the
16511 server-side.")
16512 (license license:agpl3+)))
16513
16514 (define-public r-sysfonts
16515 (package
16516 (name "r-sysfonts")
16517 (version "0.8")
16518 (source
16519 (origin
16520 (method url-fetch)
16521 (uri (cran-uri "sysfonts" version))
16522 (sha256
16523 (base32
16524 "0wng902plryf2d8fc7k7m3jx11acz51kb2d91cqbyhq7xpk06z43"))))
16525 (properties `((upstream-name . "sysfonts")))
16526 (build-system r-build-system)
16527 (inputs
16528 `(("freetype" ,freetype)
16529 ("libpng" ,libpng)
16530 ("zlib" ,zlib)))
16531 (native-inputs
16532 `(("pkg-config" ,pkg-config)))
16533 (home-page "https://github.com/yixuan/sysfonts")
16534 (synopsis "Loading fonts into R")
16535 (description
16536 "This is a package to simplify loading of system fonts and Google Fonts
16537 into R, in order to support other packages.")
16538 (license license:gpl2)))
16539
16540 (define-public r-showtextdb
16541 (package
16542 (name "r-showtextdb")
16543 (version "2.0")
16544 (source
16545 (origin
16546 (method url-fetch)
16547 (uri (cran-uri "showtextdb" version))
16548 (sha256
16549 (base32
16550 "1qwwj9x2jvadvwn60h75k99c9xi7yhqjsgaakahz5paxgj583bsh"))))
16551 (properties `((upstream-name . "showtextdb")))
16552 (build-system r-build-system)
16553 (propagated-inputs
16554 `(("r-sysfonts" ,r-sysfonts)))
16555 (home-page "https://cran.r-project.org/web/packages/showtextdb/")
16556 (synopsis "Font files for the 'showtext' package")
16557 (description
16558 "This package provides font files that can be used by the @code{showtext}
16559 package.")
16560 (license license:asl2.0)))
16561
16562 (define-public r-showtext
16563 (package
16564 (name "r-showtext")
16565 (version "0.7")
16566 (source
16567 (origin
16568 (method url-fetch)
16569 (uri (cran-uri "showtext" version))
16570 (sha256
16571 (base32
16572 "1ihgqzfia36b0n9aa41p1w98wxxvs1lxh1zz0570hbfqmph1sk73"))))
16573 (properties `((upstream-name . "showtext")))
16574 (build-system r-build-system)
16575 (inputs
16576 `(("freetype" ,freetype)
16577 ("libpng" ,libpng)
16578 ("zlib" ,zlib)))
16579 (propagated-inputs
16580 `(("r-showtextdb" ,r-showtextdb)
16581 ("r-sysfonts" ,r-sysfonts)))
16582 (native-inputs `(("pkg-config" ,pkg-config)))
16583 (home-page "https://github.com/yixuan/showtext")
16584 (synopsis "Using fonts more easily in R graphs")
16585 (description
16586 "This package aims to make it easy to use various types of
16587 fonts (TrueType, OpenType, Type 1, web fonts, etc.) in R graphs, and supports
16588 most output formats of R graphics including PNG, PDF and SVG. Text glyphs
16589 will be converted into polygons or raster images, hence after the plot has
16590 been created, it no longer relies on the font files. No external software
16591 such as Ghostscript is needed to use this package.")
16592 (license license:asl2.0)))
16593
16594 (define-public r-emojifont
16595 (package
16596 (name "r-emojifont")
16597 (version "0.5.3")
16598 (source
16599 (origin
16600 (method url-fetch)
16601 (uri (cran-uri "emojifont" version))
16602 (sha256
16603 (base32
16604 "1cdrrl3hvrs8rskyy6zgr7q2mmg8yb9k8sld1m64zsp7y009g19k"))))
16605 (properties `((upstream-name . "emojifont")))
16606 (build-system r-build-system)
16607 (propagated-inputs
16608 `(("r-ggplot2" ,r-ggplot2)
16609 ("r-proto" ,r-proto)
16610 ("r-showtext" ,r-showtext)
16611 ("r-sysfonts" ,r-sysfonts)))
16612 (home-page "https://guangchuangyu.github.io/emojifont")
16613 (synopsis "Emoji and Font Awesome in R graphics")
16614 (description
16615 "This package enables the use of emoji and the Font Awesome glyphs in
16616 both base and ggplot2 graphics.")
16617 (license license:artistic2.0)))
16618
16619 (define-public r-abstractr
16620 (package
16621 (name "r-abstractr")
16622 (version "0.1.0")
16623 (source
16624 (origin
16625 (method url-fetch)
16626 (uri (cran-uri "abstractr" version))
16627 (sha256
16628 (base32
16629 "1ymwp7syrynwd4i8aj2x5n8jdi9d96fjzl6jb09n0bnr5fgl7vig"))))
16630 (properties `((upstream-name . "abstractr")))
16631 (build-system r-build-system)
16632 (propagated-inputs
16633 `(("r-colourpicker" ,r-colourpicker)
16634 ("r-emojifont" ,r-emojifont)
16635 ("r-ggplot2" ,r-ggplot2)
16636 ("r-gridextra" ,r-gridextra)
16637 ("r-rintrojs" ,r-rintrojs)
16638 ("r-shiny" ,r-shiny)
16639 ("r-shinythemes" ,r-shinythemes)))
16640 (home-page "https://matt-kumar.shinyapps.io/portfolio")
16641 (synopsis "R-Shiny application for creating visual abstracts")
16642 (description
16643 "This package provides an R Shiny application to create visual abstracts
16644 for original research. A variety of user defined options and formatting are
16645 included.")
16646 (license license:gpl3)))
16647
16648 (define-public r-abtest
16649 (package
16650 (name "r-abtest")
16651 (version "0.2.0")
16652 (source
16653 (origin
16654 (method url-fetch)
16655 (uri (cran-uri "abtest" version))
16656 (sha256
16657 (base32
16658 "1ky3cf827kj24bhcpk00v5zl5jdkii1gca0x81ay1cjkzfispgws"))))
16659 (properties `((upstream-name . "abtest")))
16660 (build-system r-build-system)
16661 (propagated-inputs
16662 `(("r-matrix" ,r-matrix)
16663 ("r-mvtnorm" ,r-mvtnorm)
16664 ("r-plotrix" ,r-plotrix)
16665 ("r-rcolorbrewer" ,r-rcolorbrewer)
16666 ("r-rcpp" ,r-rcpp)
16667 ("r-sn" ,r-sn)
16668 ("r-truncnorm" ,r-truncnorm)
16669 ("r-vgam" ,r-vgam)))
16670 (home-page "https://cran.r-project.org/web/packages/abtest/")
16671 (synopsis "Bayesian A/B testing")
16672 (description
16673 "This package provides functions for Bayesian A/B testing including prior
16674 elicitation options based on Kass and Vaidyanathan (1992)
16675 @url{doi:10.1111/j.2517-6161.1992.tb01868.x}.")
16676 (license license:gpl2+)))
16677
16678 (define-public r-accept
16679 (package
16680 (name "r-accept")
16681 (version "0.7.0")
16682 (source
16683 (origin
16684 (method url-fetch)
16685 (uri (cran-uri "accept" version))
16686 (sha256
16687 (base32
16688 "1r4mhy9g4wjcjgdd0gwdarmr09292il3vdkmx0hz7vh9mffyr9kx"))))
16689 (properties `((upstream-name . "accept")))
16690 (build-system r-build-system)
16691 (propagated-inputs
16692 `(("r-dplyr" ,r-dplyr)
16693 ("r-extrafont" ,r-extrafont)
16694 ("r-mass" ,r-mass)
16695 ("r-plotly" ,r-plotly)
16696 ("r-stringr" ,r-stringr)
16697 ("r-viridis" ,r-viridis)))
16698 (home-page "https://cran.r-project.org/web/packages/accept/")
16699 (synopsis "Acute COPD Exacerbation Prediction Tool (ACCEPT)")
16700 (description
16701 "This package allows clinicians to predict the rate and severity of
16702 future acute exacerbation in @dfn{Chronic Obstructive Pulmonary
16703 Disease} (COPD) patients, based on the clinical prediction model published in
16704 Adibi et al. (2019) @url{doi:10.1101/651901}.")
16705 (license license:gpl3)))
16706
16707 (define-public r-smpracticals
16708 (package
16709 (name "r-smpracticals")
16710 (version "1.4-3")
16711 (source
16712 (origin
16713 (method url-fetch)
16714 (uri (cran-uri "SMPracticals" version))
16715 (sha256
16716 (base32
16717 "0zxq84f9i3b86xx6msb25b61gyj9k09iab2b7wg4d93yas9qzayf"))))
16718 (properties `((upstream-name . "SMPracticals")))
16719 (build-system r-build-system)
16720 (propagated-inputs
16721 `(("r-ellipse" ,r-ellipse)
16722 ("r-mass" ,r-mass)
16723 ("r-nlme" ,r-nlme)
16724 ("r-survival" ,r-survival)))
16725 (home-page "http://statwww.epfl.ch/davison/SM/")
16726 (synopsis "Practicals for use with Davison (2003) Statistical Models")
16727 (description
16728 "This package contains the datasets and a few functions for use with the
16729 practicals outlined in Appendix A of the book Statistical Models (Davison,
16730 2003, Cambridge University Press). The practicals themselves can be found at
16731 @url{http://statwww.epfl.ch/davison/SM/}.")
16732 (license license:gpl2+)))
16733
16734 (define-public r-fgui
16735 (package
16736 (name "r-fgui")
16737 (version "1.0-8")
16738 (source
16739 (origin
16740 (method url-fetch)
16741 (uri (cran-uri "fgui" version))
16742 (sha256
16743 (base32
16744 "024fzd1c7iwqprn26hwjb9l2qlvvyzl449d7iixy0x69djwsrysv"))))
16745 (properties `((upstream-name . "fgui")))
16746 (build-system r-build-system)
16747 (home-page
16748 "https://sites.google.com/site/thomashoffmannproject/software/fgui")
16749 (synopsis "Create GUI for R functions")
16750 (description
16751 "Rapidly create a GUI for a function you created by automatically
16752 creating widgets for arguments of the function. This package automatically
16753 parses help routines for context-sensitive help to these arguments. The
16754 interface is essentially a wrapper to some Tcl/Tk routines to both simplify
16755 and facilitate GUI creation. More advanced Tcl/Tk routines/GUI objects can be
16756 incorporated into the interface for greater customization for the more
16757 experienced.")
16758 ;; Any version of the GPL.
16759 (license (list license:gpl2+ license:gpl3+))))
16760
16761 (define-public r-tcltk2
16762 (package
16763 (name "r-tcltk2")
16764 (version "1.2-11")
16765 (source
16766 (origin
16767 (method url-fetch)
16768 (uri (cran-uri "tcltk2" version))
16769 (sha256
16770 (base32
16771 "1ibxld379600xx7kiqq3fck083s8psry12859980218rnzikl65d"))))
16772 (properties `((upstream-name . "tcltk2")))
16773 (build-system r-build-system)
16774 (inputs
16775 `(("tcl" ,tcl)
16776 ("tk" ,tk)))
16777 (home-page "http://www.sciviews.org/SciViews-R")
16778 (synopsis "Tcl/Tk additions")
16779 (description
16780 "This package provides a series of additional Tcl commands and Tk widgets
16781 with style and various functions to supplement the tcltk package")
16782 (license license:lgpl3)))
16783
16784 (define-public r-accrual
16785 (package
16786 (name "r-accrual")
16787 (version "1.3")
16788 (source
16789 (origin
16790 (method url-fetch)
16791 (uri (cran-uri "accrual" version))
16792 (sha256
16793 (base32
16794 "11clm9s5c5518nmp6hd6pjnp0s28y92b2i2x0xgj4j5g816p4j3z"))))
16795 (properties `((upstream-name . "accrual")))
16796 (build-system r-build-system)
16797 (propagated-inputs
16798 `(("r-fgui" ,r-fgui)
16799 ("r-smpracticals" ,r-smpracticals)
16800 ("r-tcltk2" ,r-tcltk2)))
16801 (home-page "https://cran.r-project.org/web/packages/accrual/")
16802 (synopsis "Bayesian accrual prediction")
16803 (description
16804 "Subject recruitment for medical research is challenging. Slow patient
16805 accrual leads to delay in research. Accrual monitoring during the process of
16806 recruitment is critical. Researchers need reliable tools to manage the
16807 accrual rate. This package provides an implementation of a Bayesian method
16808 that integrates researcher's experience on previous trials and data from the
16809 current study, providing reliable prediction on accrual rate for clinical
16810 studies. It provides functions for Bayesian accrual prediction which can be
16811 easily used by statisticians and clinical researchers.")
16812 (license license:gpl2)))
16813
16814 (define-public r-accrued
16815 (package
16816 (name "r-accrued")
16817 (version "1.4.1")
16818 (source
16819 (origin
16820 (method url-fetch)
16821 (uri (cran-uri "accrued" version))
16822 (sha256
16823 (base32
16824 "05g1jb5914z18rcai1ahn7nihn27vr2rnadwv94gc1j7ivvikvs5"))))
16825 (properties `((upstream-name . "accrued")))
16826 (build-system r-build-system)
16827 (home-page "https://cran.r-project.org/web/packages/accrued/")
16828 (synopsis "Data quality visualization tools for partially accruing data")
16829 (description
16830 "This is a package for visualizing data quality of partially accruing
16831 data.")
16832 (license license:gpl3)))
16833
16834 (define-public r-mda
16835 (package
16836 (name "r-mda")
16837 (version "0.4-10")
16838 (source
16839 (origin
16840 (method url-fetch)
16841 (uri (cran-uri "mda" version))
16842 (sha256
16843 (base32
16844 "19g6kn6g0shidrjfffklbmzc5w7mcimrxhagx4nmpslg59ibqdkh"))))
16845 (properties `((upstream-name . "mda")))
16846 (build-system r-build-system)
16847 (propagated-inputs `(("r-class" ,r-class)))
16848 (native-inputs `(("gfortran" ,gfortran)))
16849 (home-page "https://cran.r-project.org/web/packages/mda/")
16850 (synopsis "Mixture and flexible discriminant analysis")
16851 (description
16852 "This is a package for mixture and flexible discriminant analysis,
16853 @dfn{multivariate adaptive regression splines} (MARS), BRUTO, and so on.")
16854 (license license:gpl2)))
16855
16856 (define-public r-elasticnet
16857 (package
16858 (name "r-elasticnet")
16859 (version "1.1.1")
16860 (source
16861 (origin
16862 (method url-fetch)
16863 (uri (cran-uri "elasticnet" version))
16864 (sha256
16865 (base32
16866 "0p9dplnsp28z4s2fl6afbwrgd0aj339fak8mmndicmrh7bb7rpmb"))))
16867 (properties `((upstream-name . "elasticnet")))
16868 (build-system r-build-system)
16869 (propagated-inputs
16870 `(("r-lars" ,r-lars)))
16871 (home-page "http://www.stat.umn.edu/~hzou")
16872 (synopsis "Elastic-Net for sparse estimation and sparse PCA")
16873 (description
16874 "This package provides functions for fitting the entire solution path of
16875 the Elastic-Net and also provides functions for estimating sparse Principal
16876 Components. The Lasso solution paths can be computed by the same function.")
16877 (license license:gpl2+)))
16878
16879 (define-public r-sparselda
16880 (package
16881 (name "r-sparselda")
16882 (version "0.1-9")
16883 (source
16884 (origin
16885 (method url-fetch)
16886 (uri (cran-uri "sparseLDA" version))
16887 (sha256
16888 (base32
16889 "1k3sw9kc40yxnfss4vrsx34qxmv8ssddyhbfjhxrdldvblhbwchb"))))
16890 (properties `((upstream-name . "sparseLDA")))
16891 (build-system r-build-system)
16892 (propagated-inputs
16893 `(("r-elasticnet" ,r-elasticnet)
16894 ("r-mass" ,r-mass)
16895 ("r-mda" ,r-mda)))
16896 (home-page "http://www.imm.dtu.dk/~lhc")
16897 (synopsis "Sparse discriminant analysis")
16898 (description
16899 "This package performs sparse linear discriminant analysis for Gaussians
16900 and mixture of Gaussian models.")
16901 (license license:gpl2+)))
16902
16903 (define-public r-accsda
16904 (package
16905 (name "r-accsda")
16906 (version "1.0.0")
16907 (source
16908 (origin
16909 (method url-fetch)
16910 (uri (cran-uri "accSDA" version))
16911 (sha256
16912 (base32
16913 "0sgxy5y8kkc1n35657kifwfjsba7y5m1vbr7rkk5lmbpkzahqm61"))))
16914 (properties `((upstream-name . "accSDA")))
16915 (build-system r-build-system)
16916 (propagated-inputs
16917 `(("r-ggplot2" ,r-ggplot2)
16918 ("r-ggthemes" ,r-ggthemes)
16919 ("r-gridextra" ,r-gridextra)
16920 ("r-mass" ,r-mass)
16921 ("r-rarpack" ,r-rarpack)
16922 ("r-sparselda" ,r-sparselda)))
16923 (home-page "https://github.com/gumeo/accSDA/wiki")
16924 (synopsis "Accelerated sparse discriminant analysis")
16925 (description
16926 "This package provides an implementation of sparse linear discriminant
16927 analysis, which is a supervised classification method for multiple classes.
16928 Various novel optimization approaches to this problem are implemented
16929 including @dfn{alternating direction method of multipliers} (ADMM),
16930 @dfn{proximal gradient} (PG) and @dfn{accelerated proximal gradient} (APG).
16931 Functions for performing cross validation are also supplied along with basic
16932 prediction and plotting functions. @dfn{Sparse zero variance
16933 discriminant} (SZVD) analysis is also included in the package.")
16934 (license license:gpl2+)))
16935
16936 (define-public r-ace2fastq
16937 (package
16938 (name "r-ace2fastq")
16939 (version "0.6.0")
16940 (source
16941 (origin
16942 (method url-fetch)
16943 (uri (cran-uri "ace2fastq" version))
16944 (sha256
16945 (base32
16946 "09kk3yyqnr2xp820g0p3aai9a21figigjr9lxkr3zjq2d8gzwfic"))))
16947 (properties `((upstream-name . "ace2fastq")))
16948 (build-system r-build-system)
16949 (propagated-inputs
16950 `(("r-stringr" ,r-stringr)))
16951 (home-page "https://github.com/c5sire/ace2fastq")
16952 (synopsis "ACE file to FASTQ converter")
16953 (description
16954 "The ACE file format is used in genomics to store contigs from sequencing
16955 machines. This tools converts it into FASTQ format. Both formats contain the
16956 sequence characters and their corresponding quality information. Unlike the
16957 FASTQ file, the ACE file stores the quality values numerically. The
16958 conversion algorithm uses the standard Sanger formula. The package
16959 facilitates insertion into pipelines, and content inspection.")
16960 (license license:gpl3)))
16961
16962 (define-public r-rngwell
16963 (package
16964 (name "r-rngwell")
16965 (version "0.10-5")
16966 (source
16967 (origin
16968 (method url-fetch)
16969 (uri (cran-uri "rngWELL" version))
16970 (sha256
16971 (base32
16972 "0b4ys525gksgqwqx9id4bdgyi9mwj6n3r87xdzf4fc9hp3cc16jb"))))
16973 (properties `((upstream-name . "rngWELL")))
16974 (build-system r-build-system)
16975 (home-page "https://cran.r-project.org/web/packages/rngWELL/")
16976 (synopsis "Toolbox for WELL random number generators")
16977 (description
16978 "This is a dedicated package to WELL pseudo random generators, which were
16979 introduced in Panneton et al. (2006), ``Improved Long-Period Generators Based
16980 on Linear Recurrences Modulo 2'', ACM Transactions on Mathematical Software.")
16981 (license license:bsd-3)))
16982
16983 (define-public r-randtoolbox
16984 (package
16985 (name "r-randtoolbox")
16986 (version "1.30.0")
16987 (source
16988 (origin
16989 (method url-fetch)
16990 (uri (cran-uri "randtoolbox" version))
16991 (sha256
16992 (base32
16993 "141p13ajgzmb2s89rlac7zrra92mi1izvpfrngb4kqzlf3igdsqd"))))
16994 (properties `((upstream-name . "randtoolbox")))
16995 (build-system r-build-system)
16996 (propagated-inputs
16997 `(("r-rngwell" ,r-rngwell)))
16998 (native-inputs
16999 `(("gfortran" ,gfortran)))
17000 (home-page "https://cran.r-project.org/web/packages/randtoolbox/")
17001 (synopsis "Toolbox for pseudo and quasi random number generation")
17002 (description
17003 "This package provides
17004
17005 @enumerate
17006 @item pseudo random generators, such as general linear
17007 congruential generators, multiple recursive generators and generalized
17008 feedback shift register (SF-Mersenne Twister algorithm and WELL
17009 generators)
17010
17011 @item quasi random generators, such as the Torus algorithm, the Sobol
17012 sequence, the Halton sequence (including the Van der Corput sequence), and
17013
17014 @item some generator tests: the gap test, the serial test, the poker test.
17015 @end enumerate
17016
17017 See e.g. Gentle (2003) @url{doi:10.1007/b97336}.")
17018 (license license:bsd-3)))
17019
17020 (define-public r-lhs
17021 (package
17022 (name "r-lhs")
17023 (version "1.0.1")
17024 (source
17025 (origin
17026 (method url-fetch)
17027 (uri (cran-uri "lhs" version))
17028 (sha256
17029 (base32
17030 "0lzaqr7xi3ckln5nglv5xf5njm359slpz1jc6s02hpsqdw6armd4"))))
17031 (properties `((upstream-name . "lhs")))
17032 (build-system r-build-system)
17033 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
17034 (home-page "https://github.com/bertcarnell/lhs")
17035 (synopsis "Latin Hypercube Samples")
17036 (description
17037 "This package provides a number of methods for creating and augmenting
17038 Latin Hypercube Samples.")
17039 (license license:gpl3)))
17040
17041 (define-public r-acebayes
17042 (package
17043 (name "r-acebayes")
17044 (version "1.8")
17045 (source
17046 (origin
17047 (method url-fetch)
17048 (uri (cran-uri "acebayes" version))
17049 (sha256
17050 (base32
17051 "1xm6bw0qm2vlcrk274x0bawzb2lnacb1wsmzba5mg3i75a55pqln"))))
17052 (properties `((upstream-name . "acebayes")))
17053 (build-system r-build-system)
17054 (propagated-inputs
17055 `(("r-compare" ,r-compare)
17056 ("r-lhs" ,r-lhs)
17057 ("r-randtoolbox" ,r-randtoolbox)
17058 ("r-rcpp" ,r-rcpp)
17059 ("r-rcpparmadillo" ,r-rcpparmadillo)))
17060 (home-page "https://cran.r-project.org/web/packages/acebayes/")
17061 (synopsis "Optimal Bayesian experimental design using the ACE algorithm")
17062 (description
17063 "Finding an optimal Bayesian experimental design involves maximizing an
17064 objective function given by the expectation of some appropriately chosen
17065 utility function with respect to the joint distribution of unknown
17066 quantities (including responses). This objective function is usually not
17067 available in closed form and the design space can be continuous and of high
17068 dimensionality. This package uses @dfn{Approximate Coordinate Exchange} (ACE)
17069 to maximise an approximation to the expectation of the utility function.")
17070 (license license:gpl2)))
17071
17072 (define-public r-acet
17073 (package
17074 (name "r-acet")
17075 (version "1.8.0")
17076 (source
17077 (origin
17078 (method url-fetch)
17079 (uri (cran-uri "ACEt" version))
17080 (sha256
17081 (base32
17082 "0626d6kg485xjya164wagrr5z223jvi93ywbwpdns7fkm03c0dlq"))))
17083 (properties `((upstream-name . "ACEt")))
17084 (build-system r-build-system)
17085 (propagated-inputs
17086 `(("r-bh" ,r-bh)
17087 ("r-mass" ,r-mass)
17088 ("r-rcpp" ,r-rcpp)
17089 ("r-rcpparmadillo" ,r-rcpparmadillo)))
17090 (home-page "https://cran.r-project.org/web/packages/ACEt/")
17091 (synopsis "Estimating dynamic heritability and twin model comparison")
17092 (description
17093 "This package supports twin models that are able to estimate the dynamic
17094 behaviour of the variance components in the classical twin models with respect
17095 to age using B-splines and P-splines.")
17096 (license license:gpl2+)))
17097
17098 (define-public r-acfmperiod
17099 (package
17100 (name "r-acfmperiod")
17101 (version "1.0.0")
17102 (source
17103 (origin
17104 (method url-fetch)
17105 (uri (cran-uri "acfMPeriod" version))
17106 (sha256
17107 (base32
17108 "1yww8isfrbs2v9s94hx7p2imyszcgadwafdgpj438n2ik0q6p9d5"))))
17109 (properties `((upstream-name . "acfMPeriod")))
17110 (build-system r-build-system)
17111 (propagated-inputs
17112 `(("r-mass" ,r-mass)))
17113 (home-page "https://cran.r-project.org/web/packages/acfMPeriod/")
17114 (synopsis "Estimation of the ACF from the M-periodogram")
17115 (description
17116 "This package support non-robust and robust computations of the sample
17117 autocovariance (ACOVF) and sample autocorrelation functions (ACF) of
17118 univariate and multivariate processes. The methodology consists in reversing
17119 the diagonalization procedure involving the periodogram or the
17120 cross-periodogram and the Fourier transform vectors, and, thus, obtaining the
17121 ACOVF or the ACF as discussed in Fuller (1995)
17122 @url{doi:10.1002/9780470316917}. The robust version is obtained by fitting
17123 robust M-regressors to obtain the M-periodogram or M-cross-periodogram as
17124 discussed in Reisen et al. (2017) @url{doi:10.1016/j.jspi.2017.02.008}.")
17125 (license license:gpl2+)))
17126
17127 (define-public r-gamlss-data
17128 (package
17129 (name "r-gamlss-data")
17130 (version "5.1-4")
17131 (source
17132 (origin
17133 (method url-fetch)
17134 (uri (cran-uri "gamlss.data" version))
17135 (sha256
17136 (base32
17137 "1dgfspbmps6ipzcmw681wjdp320nm50dwsxafgrcwxndqgc7fdqd"))))
17138 (properties `((upstream-name . "gamlss.data")))
17139 (build-system r-build-system)
17140 (home-page "http://www.gamlss.org/")
17141 (synopsis "GAMLSS data")
17142 (description
17143 "This package provides data used as examples to demonstrate GAMLSS
17144 models.")
17145 ;; Either version of the license
17146 (license (list license:gpl2 license:gpl3))))
17147
17148 (define-public r-gamlss
17149 (package
17150 (name "r-gamlss")
17151 (version "5.1-5")
17152 (source
17153 (origin
17154 (method url-fetch)
17155 (uri (cran-uri "gamlss" version))
17156 (sha256
17157 (base32
17158 "0gcngfck0dk2rhjg0z1fnc61dqs0s049jy2rkywaf57531s2k8bc"))))
17159 (properties `((upstream-name . "gamlss")))
17160 (build-system r-build-system)
17161 (propagated-inputs
17162 `(("r-gamlss-data" ,r-gamlss-data)
17163 ("r-gamlss-dist" ,r-gamlss-dist)
17164 ("r-mass" ,r-mass)
17165 ("r-nlme" ,r-nlme)
17166 ("r-survival" ,r-survival)))
17167 (home-page "http://www.gamlss.org/")
17168 (synopsis "Generalized additive models for location scale and shape")
17169 (description
17170 "This package provides functions for fitting the generalized additive
17171 models for location scale and shape introduced by Rigby and
17172 Stasinopoulos (2005), @url{doi:10.1111/j.1467-9876.2005.00510.x}. The models
17173 use a distributional regression approach where all the parameters of the
17174 conditional distribution of the response variable are modelled using
17175 explanatory variables.")
17176 ;; Either version of the license
17177 (license (list license:gpl2 license:gpl3))))
17178
17179 (define-public r-acid
17180 (package
17181 (name "r-acid")
17182 (version "1.1")
17183 (source
17184 (origin
17185 (method url-fetch)
17186 (uri (cran-uri "acid" version))
17187 (sha256
17188 (base32
17189 "030i0y8s283ivbsmjccpbv9v7mgbcg2jk9df7vgcbbns74swf9hd"))))
17190 (properties `((upstream-name . "acid")))
17191 (build-system r-build-system)
17192 (propagated-inputs
17193 `(("r-gamlss" ,r-gamlss)
17194 ("r-gamlss-dist" ,r-gamlss-dist)
17195 ("r-hmisc" ,r-hmisc)))
17196 (home-page "https://cran.r-project.org/web/packages/acid/")
17197 (synopsis "Analysing conditional income distributions")
17198 (description
17199 "This package provides functions for the analysis of income distributions
17200 for subgroups of the population as defined by a set of variables like age,
17201 gender, region, etc. This entails a Kolmogorov-Smirnov test for a mixture
17202 distribution as well as functions for moments, inequality measures, entropy
17203 measures and polarisation measures of income distributions. This package thus
17204 aides the analysis of income inequality by offering tools for the exploratory
17205 analysis of income distributions at the disaggregated level.")
17206 (license license:gpl3)))
17207
17208 (define-public r-acm4r
17209 (package
17210 (name "r-acm4r")
17211 (version "1.0")
17212 (source
17213 (origin
17214 (method url-fetch)
17215 (uri (cran-uri "acm4r" version))
17216 (sha256
17217 (base32
17218 "1wqzc35i1rshx0zlmas8y4qkkvy6h9r4i4apscjjv1xg2wjflzxa"))))
17219 (properties `((upstream-name . "acm4r")))
17220 (build-system r-build-system)
17221 (propagated-inputs `(("r-mass" ,r-mass)))
17222 (home-page "https://cran.r-project.org/web/packages/acm4r/")
17223 (synopsis "Align-and-count method comparisons of RFLP data")
17224 (description
17225 "This is a package to compare sequence fragment lengths or molecular
17226 weights from pairs of lanes. The number of matching bands in the
17227 @dfn{Restriction Fragment Length Polymorphism} (RFLP) data is calculated using
17228 the align-and-count method.")
17229 ;; Any version of the GPL
17230 (license (list license:gpl2+ license:gpl3+))))
17231
17232 (define-public r-filematrix
17233 (package
17234 (name "r-filematrix")
17235 (version "1.3")
17236 (source
17237 (origin
17238 (method url-fetch)
17239 (uri (cran-uri "filematrix" version))
17240 (sha256
17241 (base32
17242 "1v3aj1ng742msb0sfdnjsbqb508mqjf8jlq2v33vxldhradw5w0b"))))
17243 (properties `((upstream-name . "filematrix")))
17244 (build-system r-build-system)
17245 ;; These inputs are needed for vignettes
17246 (native-inputs
17247 `(("r-knitr" ,r-knitr)
17248 ("r-rmarkdown" ,r-rmarkdown)
17249 ("pandoc-citeproc" ,ghc-pandoc-citeproc)))
17250 (home-page "https://github.com/andreyshabalin/filematrix")
17251 (synopsis "File-backed matrix class with convenient read and write access")
17252 (description
17253 "This package provides an interface for working with large matrices
17254 stored in files, not in computer memory. It supports multiple non-character
17255 data types (double, integer, logical and raw) of various sizes (e.g. 8 and 4
17256 byte real values). Access to parts of the matrix is done by indexing, exactly
17257 as with usual R matrices. It supports very large matrices; the package has
17258 been tested on multi-terabyte matrices. It allows for more than 2^32 rows or
17259 columns, ad allows for quick addition of extra columns to a filematrix.")
17260 (license license:lgpl3)))
17261
17262 (define-public r-acmeeqtl
17263 (package
17264 (name "r-acmeeqtl")
17265 (version "1.6")
17266 (source
17267 (origin
17268 (method url-fetch)
17269 (uri (cran-uri "ACMEeqtl" version))
17270 (sha256
17271 (base32
17272 "049xjv2ym35bbn43zwi68cq27fwdh404vp0r2ca5gxgmmx8kj1cz"))))
17273 (properties `((upstream-name . "ACMEeqtl")))
17274 (build-system r-build-system)
17275 (propagated-inputs
17276 `(("r-filematrix" ,r-filematrix)))
17277 (home-page "https://github.com/andreyshabalin/ACMEeqtl")
17278 (synopsis "Estimation of interpretable eQTL effect sizes")
17279 (description
17280 "This package provides a non-linear model, termed ACME, that reflects a
17281 parsimonious biological model for allelic contributions of cis-acting eQTLs.
17282 With non-linear least-squares algorithm the maximum likelihood parameters can
17283 be estimated. The ACME model provides interpretable effect size estimates and
17284 p-values with well controlled Type-I error.")
17285 (license license:lgpl3)))
17286
17287 (define-public r-acmer
17288 (package
17289 (name "r-acmer")
17290 (version "1.1.0")
17291 (source
17292 (origin
17293 (method url-fetch)
17294 (uri (cran-uri "acmeR" version))
17295 (sha256
17296 (base32
17297 "000b2hqlhj93958nddw0fqb15ahigs08najv2miivym046x04mf7"))))
17298 (properties `((upstream-name . "acmeR")))
17299 (build-system r-build-system)
17300 (propagated-inputs `(("r-foreign" ,r-foreign)))
17301 (home-page "https://cran.r-project.org/web/packages/acmeR/")
17302 (synopsis "ACME estimator of bird and bat mortality by wind turbines")
17303 (description
17304 "This package provides an implementation of the ACME estimator, described
17305 in Wolpert (2015), ACME: A Partially Periodic Estimator of Avian & Chiropteran
17306 Mortality at Wind Turbines. Unlike most other models, this estimator supports
17307 decreasing-hazard Weibull model for persistence; decreasing search proficiency
17308 as carcasses age; variable bleed-through at successive searches; and interval
17309 mortality estimates. The package provides, based on search data, functions
17310 for estimating the mortality inflation factor in Frequentist and Bayesian
17311 settings.")
17312 (license license:expat)))
17313
17314 (define-public r-r-huge
17315 (package
17316 (name "r-r-huge")
17317 (version "0.9.0")
17318 (source
17319 (origin
17320 (method url-fetch)
17321 (uri (cran-uri "R.huge" version))
17322 (sha256
17323 (base32
17324 "13p558qalv60pgr24nsm6mi92ryj65rsbqa6pgdwy0snjqx12bgi"))))
17325 (properties `((upstream-name . "R.huge")))
17326 (build-system r-build-system)
17327 (propagated-inputs
17328 `(("r-r-methodss3" ,r-r-methodss3)
17329 ("r-r-oo" ,r-r-oo)
17330 ("r-r-utils" ,r-r-utils)))
17331 (home-page "https://github.com/HenrikBengtsson/R.huge")
17332 (synopsis "Methods for accessing huge amounts of data")
17333 (description
17334 "This is a deprecated package for accessing huge amounts of data.
17335 Cross-platform alternatives are the following packages: bigmemory (CRAN),
17336 ff (CRAN), or BufferedMatrix (Bioconductor). The main usage of it was inside
17337 the @code{aroma.affymetrix} package.")
17338 (license license:lgpl2.1+)))
17339
17340 (define-public r-r-filesets
17341 (package
17342 (name "r-r-filesets")
17343 (version "2.13.0")
17344 (source
17345 (origin
17346 (method url-fetch)
17347 (uri (cran-uri "R.filesets" version))
17348 (sha256
17349 (base32
17350 "124rygq0bl9n4akxcm868nl30cyk3rz0iprb98zlpk62gci9f5fg"))))
17351 (properties `((upstream-name . "R.filesets")))
17352 (build-system r-build-system)
17353 (propagated-inputs
17354 `(("r-digest" ,r-digest)
17355 ("r-r-cache" ,r-r-cache)
17356 ("r-r-methodss3" ,r-r-methodss3)
17357 ("r-r-oo" ,r-r-oo)
17358 ("r-r-utils" ,r-r-utils)))
17359 (home-page "https://github.com/HenrikBengtsson/R.filesets")
17360 (synopsis "Easy handling of and access to files")
17361 (description
17362 "This package provides classes and methods to locate, setup, subset,
17363 navigate and iterate file sets, i.e. sets of files located in one or more
17364 directories on the file system. The API is designed such that these classes
17365 can be extended via inheritance to provide a richer API for special file
17366 formats. Moreover, a specific name format is defined such that filenames and
17367 directories can be considered to have full names which consists of a name
17368 followed by comma-separated tags. This adds additional flexibility to
17369 identify file sets and individual files.")
17370 (license license:lgpl2.1+)))
17371
17372 (define-public r-r-devices
17373 (package
17374 (name "r-r-devices")
17375 (version "2.16.1")
17376 (source
17377 (origin
17378 (method url-fetch)
17379 (uri (cran-uri "R.devices" version))
17380 (sha256
17381 (base32
17382 "15zlnq3g27whq26fbcy5zfl5hiddm256h4rga4frblg6wqlbkvdd"))))
17383 (properties `((upstream-name . "R.devices")))
17384 (build-system r-build-system)
17385 (propagated-inputs
17386 `(("r-base64enc" ,r-base64enc)
17387 ("r-r-methodss3" ,r-r-methodss3)
17388 ("r-r-oo" ,r-r-oo)
17389 ("r-r-utils" ,r-r-utils)))
17390 (home-page "https://github.com/HenrikBengtsson/R.devices")
17391 (synopsis "Unified handling of graphics devices")
17392 (description
17393 "This package provides functions for creating plots and image files in a
17394 unified way regardless of output format (EPS, PDF, PNG, SVG, TIFF, WMF, etc.).
17395 Default device options as well as scales and aspect ratios are controlled in a
17396 uniform way across all device types. Switching output format requires minimal
17397 changes in code. This package is ideal for large-scale batch processing,
17398 because it will never leave open graphics devices or incomplete image files
17399 behind, even on errors or user interrupts.")
17400 (license license:lgpl2.1+)))
17401
17402 (define-public r-acnr
17403 (package
17404 (name "r-acnr")
17405 (version "1.0.0")
17406 (source
17407 (origin
17408 (method url-fetch)
17409 (uri (cran-uri "acnr" version))
17410 (sha256
17411 (base32
17412 "087hq4i7jp67ba2finzsqjfnqbiprl33na6ryjv9zqzsdawj9cym"))))
17413 (properties `((upstream-name . "acnr")))
17414 (build-system r-build-system)
17415 (home-page "https://github.com/mpierrejean/acnr")
17416 (synopsis "Annotated copy-number regions")
17417 (description
17418 "This package provides SNP array data from different types of copy-number
17419 regions. These regions were identified manually by the authors of the package
17420 and may be used to generate realistic data sets with known truth.")
17421 (license license:lgpl2.1+)))
17422
17423 (define-public r-acopula
17424 (package
17425 (name "r-acopula")
17426 (version "0.9.3")
17427 (source
17428 (origin
17429 (method url-fetch)
17430 (uri (cran-uri "acopula" version))
17431 (sha256
17432 (base32
17433 "0vvbbw8pfs9jwfz5c57lw48pr0qj661r0ys007q6zf9jmlrhx1ln"))))
17434 (properties `((upstream-name . "acopula")))
17435 (build-system r-build-system)
17436 (home-page "https://cran.r-project.org/web/packages/acopula/")
17437 (synopsis "Modelling dependence with multivariate Archimax copulas")
17438 (description
17439 "Archimax copulas are a mixture of Archimedean and EV copulas. This
17440 package provides definitions of several parametric families of generator and
17441 dependence function, computes CDF and PDF, estimates parameters, tests for
17442 goodness of fit, generates random sample and checks copula properties for
17443 custom constructs. In the 2-dimensional case explicit formulas for density
17444 are used, contrary to higher dimensions when all derivatives are linearly
17445 approximated. Several non-archimax families (normal, FGM, Plackett) are
17446 provided as well.")
17447 (license license:gpl2)))
17448
17449 (define-public r-tuner
17450 (package
17451 (name "r-tuner")
17452 (version "1.3.3")
17453 (source
17454 (origin
17455 (method url-fetch)
17456 (uri (cran-uri "tuneR" version))
17457 (sha256
17458 (base32
17459 "0av978m4h2iqazyfq6n2cgkh4wpllihh7s29lah2nb8ngc0w5hxx"))))
17460 (properties `((upstream-name . "tuneR")))
17461 (build-system r-build-system)
17462 (propagated-inputs `(("r-signal" ,r-signal)))
17463 (home-page "https://cran.r-project.org/web/packages/tuneR/")
17464 (synopsis "Analysis of music and speech")
17465 (description
17466 "This is a package for the analysis of music and speech. Analyze music
17467 and speech, extract features like MFCCs, handle wave files and their
17468 representation in various ways, read MP3, read MIDI, perform steps of a
17469 transcription, ...")
17470 ;; Either of these versions.
17471 (license (list license:gpl2 license:gpl3))))
17472
17473 (define-public r-seewave
17474 (package
17475 (name "r-seewave")
17476 (version "2.1.5")
17477 (source
17478 (origin
17479 (method url-fetch)
17480 (uri (cran-uri "seewave" version))
17481 (sha256
17482 (base32
17483 "1qg8f5gik9pw6f9mcxqmrc9x3003s8vdm6g01pjjpyc9qaqiz2vi"))))
17484 (properties `((upstream-name . "seewave")))
17485 (build-system r-build-system)
17486 (propagated-inputs
17487 `(("r-tuner" ,r-tuner)))
17488 (home-page "http://rug.mnhn.fr/seewave")
17489 (synopsis "Sound analysis and synthesis")
17490 (description
17491 "This package provides functions for analysing, manipulating, displaying,
17492 editing and synthesizing time waves (particularly sound). This package
17493 processes time analysis (oscillograms and envelopes), spectral content,
17494 resonance quality factor, entropy, cross correlation and autocorrelation,
17495 zero-crossing, dominant frequency, analytic signal, frequency coherence, 2D
17496 and 3D spectrograms and many other analyses.")
17497 (license license:gpl2+)))
17498
17499 (define-public r-acousticndlcoder
17500 (package
17501 (name "r-acousticndlcoder")
17502 (version "1.0.2")
17503 (source
17504 (origin
17505 (method url-fetch)
17506 (uri (cran-uri "AcousticNDLCodeR" version))
17507 (sha256
17508 (base32
17509 "1fgzgwanpv2pzy74xdk3hamc44p8qch467wh163dxby8jr9ik0sb"))))
17510 (properties
17511 `((upstream-name . "AcousticNDLCodeR")))
17512 (build-system r-build-system)
17513 (propagated-inputs
17514 `(("r-seewave" ,r-seewave)
17515 ("r-tuner" ,r-tuner)
17516 ("r-zoo" ,r-zoo)))
17517 (home-page "https://cran.r-project.org/web/packages/AcousticNDLCodeR/")
17518 (synopsis "Coding sound files for use with NDL")
17519 (description
17520 "Make acoustic cues to use with the R package @code{ndl}.
17521 The package implements functions used in the PLoS ONE paper \"Words from
17522 spontaneous conversational speech can be recognized with human-like accuracy
17523 by an error-driven learning algorithm that discriminates between meanings
17524 straight from smart acoustic features, bypassing the phoneme as recognition
17525 unit.\" @url{doi:10.1371/journal.pone.0174623}")
17526 (license license:gpl2+)))
17527
17528 (define-public r-acp
17529 (package
17530 (name "r-acp")
17531 (version "2.1")
17532 (source
17533 (origin
17534 (method url-fetch)
17535 (uri (cran-uri "acp" version))
17536 (sha256
17537 (base32
17538 "0lcwbjcyyr32m6qjmjqh25qjwrbyqj1n092xhgbhxzd8fslppnmn"))))
17539 (properties `((upstream-name . "acp")))
17540 (build-system r-build-system)
17541 (propagated-inputs
17542 `(("r-quantmod" ,r-quantmod)
17543 ("r-tseries" ,r-tseries)))
17544 (home-page "https://cran.r-project.org/web/packages/acp/")
17545 (synopsis "Autoregressive conditional Poisson")
17546 (description
17547 "This package supports the analysis of count data exhibiting
17548 autoregressive properties, using the @dfn{Autoregressive Conditional Poisson}
17549 model (ACP(p,q)) proposed by Heinen (2003).")
17550 (license license:gpl2)))
17551
17552 (define-public r-ada
17553 (package
17554 (name "r-ada")
17555 (version "2.0-5")
17556 (source
17557 (origin
17558 (method url-fetch)
17559 (uri (cran-uri "ada" version))
17560 (sha256
17561 (base32
17562 "1h3a07czp0w3hrhjcg1fz721y8vsfclzqi3rq8qfzgpfb4h1f06r"))))
17563 (properties `((upstream-name . "ada")))
17564 (build-system r-build-system)
17565 (propagated-inputs `(("r-rpart" ,r-rpart)))
17566 (home-page "https://cran.r-project.org/web/packages/ada/")
17567 (synopsis "Stochastic boosting")
17568 (description
17569 "This package provides a straightforward, well-documented, and broad
17570 boosting routine for classification, ideally suited for small to
17571 moderate-sized data sets. It performs discrete, real, and gentle boost under
17572 both exponential and logistic loss on a given data set.")
17573 ;; Any version of the GPL.
17574 (license (list license:gpl2+ license:gpl3+))))
17575
17576 (define-public r-genalg
17577 (package
17578 (name "r-genalg")
17579 (version "0.2.0")
17580 (source
17581 (origin
17582 (method url-fetch)
17583 (uri (cran-uri "genalg" version))
17584 (sha256
17585 (base32
17586 "1wzfamq8k5yhwbdx0wy1w5bks93brj0p890xxc4yqrja4w38ja3s"))))
17587 (properties `((upstream-name . "genalg")))
17588 (build-system r-build-system)
17589 (home-page "https://github.com/egonw/genalg")
17590 (synopsis "R based genetic algorithm")
17591 (description
17592 "This package provides an R based genetic algorithm for binary and
17593 floating point chromosomes.")
17594 (license license:gpl2)))
17595
17596 (define-public r-kernelfactory
17597 (package
17598 (name "r-kernelfactory")
17599 (version "0.3.0")
17600 (source
17601 (origin
17602 (method url-fetch)
17603 (uri (cran-uri "kernelFactory" version))
17604 (sha256
17605 (base32
17606 "001kw9k3ivd4drd4mwqapkkk3f4jgljiaprhg2630hmll064s89j"))))
17607 (properties `((upstream-name . "kernelFactory")))
17608 (build-system r-build-system)
17609 (propagated-inputs
17610 `(("r-auc" ,r-auc)
17611 ("r-genalg" ,r-genalg)
17612 ("r-kernlab" ,r-kernlab)
17613 ("r-randomforest" ,r-randomforest)))
17614 (home-page "https://cran.r-project.org/web/packages/kernelFactory/")
17615 (synopsis "Ensemble of kernel machines")
17616 (description
17617 "Kernel factory is an ensemble method where each base classifier (random
17618 forest) is fit on the kernel matrix of a subset of the training data.")
17619 (license license:gpl2+)))
17620
17621 (define-public r-dummies
17622 (package
17623 (name "r-dummies")
17624 (version "1.5.6")
17625 (source
17626 (origin
17627 (method url-fetch)
17628 (uri (cran-uri "dummies" version))
17629 (sha256
17630 (base32
17631 "01f84crqx17xd6xy55qxlvsj3knm8lhw7jl26p2rh2w3y0nvqlbm"))))
17632 (properties `((upstream-name . "dummies")))
17633 (build-system r-build-system)
17634 (home-page "http://www.decisionpatterns.com")
17635 (synopsis "Create dummy/indicator variables flexibly and efficiently")
17636 (description
17637 "This package lets you expand factors, characters and other eligible
17638 classes into dummy/indicator variables.")
17639 (license license:gpl2+)))
17640
17641 (define-public r-acrm
17642 (package
17643 (name "r-acrm")
17644 (version "0.1.1")
17645 (source
17646 (origin
17647 (method url-fetch)
17648 (uri (cran-uri "aCRM" version))
17649 (sha256
17650 (base32
17651 "0kzp568hd9c9a9qgniia5s5gv0q5f89xfvvwpzb197gqhs3x092v"))))
17652 (properties `((upstream-name . "aCRM")))
17653 (build-system r-build-system)
17654 (propagated-inputs
17655 `(("r-ada" ,r-ada)
17656 ("r-dummies" ,r-dummies)
17657 ("r-kernelfactory" ,r-kernelfactory)
17658 ("r-randomforest" ,r-randomforest)))
17659 (home-page "https://cran.r-project.org/web/packages/aCRM/")
17660 (synopsis "Convenience functions for analytical customer relationship management")
17661 (description
17662 "This package provides convenience functions for data preparation and
17663 modeling often used in @dfn{analytical customer relationship
17664 management} (aCRM).")
17665 (license license:gpl2+)))
17666
17667 (define-public r-treeclust
17668 (package
17669 (name "r-treeclust")
17670 (version "1.1-7")
17671 (source
17672 (origin
17673 (method url-fetch)
17674 (uri (cran-uri "treeClust" version))
17675 (sha256
17676 (base32
17677 "1s7kh6q0bkixsygrip95zf1bi10ihddsa5lq9dfxd68yh8rsby6z"))))
17678 (properties `((upstream-name . "treeClust")))
17679 (build-system r-build-system)
17680 (propagated-inputs
17681 `(("r-cluster" ,r-cluster)
17682 ("r-rpart" ,r-rpart)))
17683 (home-page "https://cran.r-project.org/web/packages/treeClust/")
17684 (synopsis "Cluster distances through trees")
17685 (description
17686 "This package provides tools to create a measure of inter-point
17687 dissimilarity useful for clustering mixed data, and, optionally, perform the
17688 clustering.")
17689 (license license:gpl2+)))
17690
17691 (define-public r-acrosstic
17692 (package
17693 (name "r-acrosstic")
17694 (version "1.0-3")
17695 (source
17696 (origin
17697 (method url-fetch)
17698 (uri (cran-uri "AcrossTic" version))
17699 (sha256
17700 (base32
17701 "03180h79jhjd66ibrnsfp3yyp2jlfysp7cymw46phzj2palghsc0"))))
17702 (properties `((upstream-name . "AcrossTic")))
17703 (build-system r-build-system)
17704 (propagated-inputs
17705 `(("r-lpsolve" ,r-lpsolve)
17706 ("r-treeclust" ,r-treeclust)))
17707 (home-page "https://cran.r-project.org/web/packages/AcrossTic/")
17708 (synopsis "Cost-minimal regular spanning subgraph with TreeClust")
17709 (description
17710 "This is a package for constructing minimum-cost regular spanning
17711 subgraph as part of a non-parametric two-sample test for equality of
17712 distribution.")
17713 (license license:gpl2+)))
17714
17715 (define-public r-acrt
17716 (package
17717 (name "r-acrt")
17718 (version "1.0.1")
17719 (source
17720 (origin
17721 (method url-fetch)
17722 (uri (cran-uri "acrt" version))
17723 (sha256
17724 (base32
17725 "0y9ndcq8ffpfrv7w9rikm4zn68jpsj6baqisq9kp2433xrwzdb6s"))))
17726 (properties `((upstream-name . "acrt")))
17727 (build-system r-build-system)
17728 (propagated-inputs
17729 `(("r-rcpp" ,r-rcpp)
17730 ("r-rcppeigen" ,r-rcppeigen)
17731 ("r-sandwich" ,r-sandwich)))
17732 (home-page "https://cran.r-project.org/web/packages/acrt/")
17733 (synopsis "Autocorrelation robust testing")
17734 (description
17735 "This package provides functions for testing affine hypotheses on the
17736 regression coefficient vector in regression models with autocorrelated
17737 errors.")
17738 (license license:gpl2)))
17739
17740 (define-public r-acs
17741 (package
17742 (name "r-acs")
17743 (version "2.1.4")
17744 (source
17745 (origin
17746 (method url-fetch)
17747 (uri (cran-uri "acs" version))
17748 (sha256
17749 (base32
17750 "0ajw9rf8l8akcvgqvbxjvryc6wjx74521xyxswz2b0bky3m6kah5"))))
17751 (properties `((upstream-name . "acs")))
17752 (build-system r-build-system)
17753 (propagated-inputs
17754 `(("r-httr" ,r-httr)
17755 ("r-plyr" ,r-plyr)
17756 ("r-rcpp" ,r-rcpp)
17757 ("r-stringr" ,r-stringr)
17758 ("r-xml" ,r-xml)))
17759 (home-page "http://dusp.mit.edu/faculty/ezra-glenn")
17760 (synopsis "Work with data from the US Census")
17761 (description
17762 "This package provides a general toolkit for downloading, managing,
17763 analyzing, and presenting data from the
17764 @url{https://www.census.gov/data/developers/data-sets.html, U.S. Census},
17765 including SF1 (Decennial short-form), SF3 (Decennial long-form), and the
17766 American Community Survey (ACS). Confidence intervals provided with ACS data
17767 are converted to standard errors to be bundled with estimates in complex
17768 @code{acs} objects. The package provides new methods to conduct standard
17769 operations on @code{acs} objects and present/plot data in statistically
17770 appropriate ways.")
17771 (license license:gpl3)))
17772
17773 (define-public r-acss-data
17774 (package
17775 (name "r-acss-data")
17776 (version "1.0")
17777 (source
17778 (origin
17779 (method url-fetch)
17780 (uri (cran-uri "acss.data" version))
17781 (sha256
17782 (base32
17783 "09kl4179ipr8bq19g89xcdi1xxs397zcx5cvgp6viy8gn687ilgv"))))
17784 (properties `((upstream-name . "acss.data")))
17785 (build-system r-build-system)
17786 (home-page "http://complexitycalculator.com/methodology.html")
17787 (synopsis "Data for algorithmic complexity of short strings")
17788 (description
17789 "This is a data only package providing the algorithmic complexity of
17790 short strings, computed using the coding theorem method. For a given set of
17791 symbols in a string, all possible or a large number of random samples of
17792 Turing machines with a given number of states (e.g., 5) and number of symbols
17793 corresponding to the number of symbols in the strings were simulated until
17794 they reached a halting state or failed to end. This package contains data on
17795 4.5 million strings from length 1 to 12 simulated on Turing machines with 2,
17796 4, 5, 6, and 9 symbols. The complexity of the string corresponds to the
17797 distribution of the halting states.")
17798 (license license:gpl2+)))
17799
17800 (define-public r-acss
17801 (package
17802 (name "r-acss")
17803 (version "0.2-5")
17804 (source
17805 (origin
17806 (method url-fetch)
17807 (uri (cran-uri "acss" version))
17808 (sha256
17809 (base32
17810 "0cqa60544f58l5qd7h6xmsir40b9hqnq6pqgd5hfx2j2l5n7qhmk"))))
17811 (properties `((upstream-name . "acss")))
17812 (build-system r-build-system)
17813 (propagated-inputs
17814 `(("r-acss-data" ,r-acss-data)
17815 ("r-zoo" ,r-zoo)))
17816 (home-page "http://complexitycalculator.com/methodology.html")
17817 (synopsis "Algorithmic complexity for short strings")
17818 (description
17819 "The main purpose of this package is to provide the algorithmic
17820 complexity for short strings, an approximation of the Kolmogorov Complexity of
17821 a short string using the coding theorem method. While the database containing
17822 the complexity is provided in the data only package @code{acss.data}, this
17823 package provides functions accessing the data such as @code{prob_random}
17824 returning the posterior probability that a given string was produced by a
17825 random process. In addition, two traditional (but problematic) measures of
17826 complexity are also provided: entropy and change complexity.")
17827 (license license:gpl2+)))
17828
17829 (define-public r-acswr
17830 (package
17831 (name "r-acswr")
17832 (version "1.0")
17833 (source
17834 (origin
17835 (method url-fetch)
17836 (uri (cran-uri "ACSWR" version))
17837 (sha256
17838 (base32
17839 "195vjrkang5cl7gwsna0aq4p0h4jym9xg9yh94bnf8vq6wf8j83n"))))
17840 (properties `((upstream-name . "ACSWR")))
17841 (build-system r-build-system)
17842 (propagated-inputs
17843 `(("r-mass" ,r-mass)))
17844 (home-page "https://cran.r-project.org/web/packages/ACSWR/")
17845 (synopsis "Companion package for the book \"A Course in Statistics with R\"")
17846 (description
17847 "This is a companion package for the book \"A Course in Statistics with
17848 R\" (ISBN 978-1-119-15272-9.)")
17849 (license license:gpl2)))
17850
17851 (define-public r-alabama
17852 (package
17853 (name "r-alabama")
17854 (version "2015.3-1")
17855 (source
17856 (origin
17857 (method url-fetch)
17858 (uri (cran-uri "alabama" version))
17859 (sha256
17860 (base32
17861 "0mlgk929gdismikwx4k2ndqq57nnqj7mlgvd3479b214hksgq036"))))
17862 (properties `((upstream-name . "alabama")))
17863 (build-system r-build-system)
17864 (propagated-inputs `(("r-numderiv" ,r-numderiv)))
17865 (home-page "https://cran.r-project.org/web/packages/alabama/")
17866 (synopsis "Constrained nonlinear optimization")
17867 (description
17868 "Alabama stands for Augmented Lagrangian Adaptive Barrier Minimization
17869 Algorithm; it is used for optimizing smooth nonlinear objective functions with
17870 constraints. Linear or nonlinear equality and inequality constraints are
17871 allowed.")
17872 (license license:gpl2+)))
17873
17874 (define-public r-gdina
17875 (package
17876 (name "r-gdina")
17877 (version "2.7.3")
17878 (source
17879 (origin
17880 (method url-fetch)
17881 (uri (cran-uri "GDINA" version))
17882 (sha256
17883 (base32
17884 "0875xfbm36gqzr0116xzlbm8rlff85rybr4s4hjzfflfvjdhgvfx"))))
17885 (properties `((upstream-name . "GDINA")))
17886 (build-system r-build-system)
17887 (propagated-inputs
17888 `(("r-alabama" ,r-alabama)
17889 ("r-ggplot2" ,r-ggplot2)
17890 ("r-mass" ,r-mass)
17891 ("r-nloptr" ,r-nloptr)
17892 ("r-numderiv" ,r-numderiv)
17893 ("r-rcpp" ,r-rcpp)
17894 ("r-rcpparmadillo" ,r-rcpparmadillo)
17895 ("r-rsolnp" ,r-rsolnp)
17896 ("r-shiny" ,r-shiny)
17897 ("r-shinydashboard" ,r-shinydashboard)))
17898 (home-page "https://github.com/Wenchao-Ma/GDINA")
17899 (synopsis "Generalized DINA model framework")
17900 (description
17901 "This package provides a set of psychometric tools for cognitive
17902 diagnosis modeling based on the generalized deterministic inputs, noisy and
17903 gate (G-DINA) model by de la Torre (2011) @url{doi:10.1007/s11336-011-9207-7}
17904 and its extensions, including the sequential G-DINA model by Ma and de la
17905 Torre (2016) @url{doi:10.1111/bmsp.12070} for polytomous responses, and the
17906 polytomous G-DINA model by Chen and de la Torre
17907 @url{doi:10.1177/0146621613479818} for polytomous attributes. Joint attribute
17908 distribution can be independent, saturated, higher-order, loglinear smoothed
17909 or structured. Q-matrix validation, item and model fit statistics, model
17910 comparison at test and item level and differential item functioning can also
17911 be conducted. A graphical user interface is also provided.")
17912 (license license:gpl3)))
17913
17914 (define-public r-actcd
17915 (package
17916 (name "r-actcd")
17917 (version "1.2-0")
17918 (source
17919 (origin
17920 (method url-fetch)
17921 (uri (cran-uri "ACTCD" version))
17922 (sha256
17923 (base32
17924 "0mzjxxr2zfdidw8ibh6w8mvpkw3q3nvngqi05g9ind26ckvk053p"))))
17925 (properties `((upstream-name . "ACTCD")))
17926 (build-system r-build-system)
17927 (propagated-inputs
17928 `(("r-gdina" ,r-gdina)
17929 ("r-r-methodss3" ,r-r-methodss3)))
17930 (native-inputs
17931 `(("gfortran" ,gfortran)))
17932 (home-page "https://cran.r-project.org/web/packages/ACTCD/")
17933 (synopsis "Asymptotic classification theory for cognitive diagnosis")
17934 (description
17935 "This is a package supporting cluster analysis for cognitive diagnosis
17936 based on the Asymptotic Classification Theory (Chiu, Douglas & Li, 2009;
17937 @url{doi:10.1007/s11336-009-9125-0}). Given the sample statistic of
17938 sum-scores, cluster analysis techniques can be used to classify examinees into
17939 latent classes based on their attribute patterns. In addition to the
17940 algorithms used to classify data, three labeling approaches are proposed to
17941 label clusters so that examinees' attribute profiles can be obtained.")
17942 (license license:gpl2+)))
17943
17944 (define-public r-ineq
17945 (package
17946 (name "r-ineq")
17947 (version "0.2-13")
17948 (source
17949 (origin
17950 (method url-fetch)
17951 (uri (cran-uri "ineq" version))
17952 (sha256
17953 (base32
17954 "09fsxyrh0j7mwmb5hkhmrzgcy7kf85jxkh7zlwpgqgcsyl1n91z0"))))
17955 (properties `((upstream-name . "ineq")))
17956 (build-system r-build-system)
17957 (home-page "https://cran.r-project.org/web/packages/ineq/")
17958 (synopsis "Measuring inequality, concentration, and poverty")
17959 (description
17960 "This package provides tools for measuring inequality, concentration, and
17961 poverty measures. It provides both empirical and theoretical Lorenz curves.")
17962 ;; Either of these two versions.
17963 (license (list license:gpl2 license:gpl3))))
17964
17965 (define-public r-actfrag
17966 (package
17967 (name "r-actfrag")
17968 (version "0.1.0")
17969 (source
17970 (origin
17971 (method url-fetch)
17972 (uri (cran-uri "ActFrag" version))
17973 (sha256
17974 (base32
17975 "06l5a679j6289008ls57v420mnzpq9a4ln7svi5bh0vpvws7sr9d"))))
17976 (properties `((upstream-name . "ActFrag")))
17977 (build-system r-build-system)
17978 (propagated-inputs
17979 `(("r-accelerometry" ,r-accelerometry)
17980 ("r-dplyr" ,r-dplyr)
17981 ("r-ineq" ,r-ineq)
17982 ("r-survival" ,r-survival)
17983 ("r-tidyr" ,r-tidyr)))
17984 (home-page "https://github.com/junruidi/ActFrag")
17985 (synopsis "Activity fragmentation metrics extraction")
17986 (description
17987 "This package provides functions to extract commonly used fragmentation
17988 metrics to quantify time accumulation strategies based on minute level
17989 actigraphy-measured activity counts data.")
17990 (license license:gpl3)))
17991
17992 (define-public r-fda
17993 (package
17994 (name "r-fda")
17995 (version "2.4.8")
17996 (source
17997 (origin
17998 (method url-fetch)
17999 (uri (cran-uri "fda" version))
18000 (sha256
18001 (base32
18002 "0n39rzbhg1hipzn51rzmbchn2358qgapg08iv7lmiqj5y7i9qns2"))))
18003 (properties `((upstream-name . "fda")))
18004 (build-system r-build-system)
18005 (propagated-inputs
18006 `(("r-matrix" ,r-matrix)))
18007 (home-page "http://www.functionaldata.org")
18008 (synopsis "Functional data analysis")
18009 (description
18010 "These functions were developed to support functional data analysis as
18011 described in Ramsay, J. O. and Silverman, B. W. (2005) Functional Data
18012 Analysis. The package includes data sets and script files working many
18013 examples.")
18014 (license license:gpl2+)))
18015
18016 (define-public r-actigraphy
18017 (package
18018 (name "r-actigraphy")
18019 (version "1.3.2")
18020 (source
18021 (origin
18022 (method url-fetch)
18023 (uri (cran-uri "Actigraphy" version))
18024 (sha256
18025 (base32
18026 "0y0ccmxhdfhdmi4k6pbfvnqknkqbgvfsf2qf7z7rc4xpfgym6574"))))
18027 (properties `((upstream-name . "Actigraphy")))
18028 (build-system r-build-system)
18029 (propagated-inputs
18030 `(("r-fda" ,r-fda)
18031 ("r-sdmtools" ,r-sdmtools)))
18032 (home-page "https://cran.r-project.org/web/packages/Actigraphy/")
18033 (synopsis "Actigraphy data analysis")
18034 (description
18035 "This package provides tools for functional linear modeling and analysis
18036 of actigraphy data.")
18037 (license license:asl2.0)))
18038
18039 (define-public r-activedriver
18040 (package
18041 (name "r-activedriver")
18042 (version "1.0.0")
18043 (source
18044 (origin
18045 (method url-fetch)
18046 (uri (cran-uri "ActiveDriver" version))
18047 (sha256
18048 (base32
18049 "10c7ga48fwvpd5mc4dqiyw4kc2l0iz5qn4hg7xk15r1qmm5rsipa"))))
18050 (properties `((upstream-name . "ActiveDriver")))
18051 (build-system r-build-system)
18052 (propagated-inputs
18053 `(("r-mass" ,r-mass)))
18054 (home-page "https://cran.r-project.org/web/packages/ActiveDriver/")
18055 (synopsis "Tools for finding cancer driver proteins")
18056 (description
18057 "This package provides a mutation analysis tool that discovers cancer
18058 driver genes with frequent mutations in protein signalling sites such as
18059 post-translational modifications (phosphorylation, ubiquitination, etc). The
18060 Poisson generalized linear regression model identifies genes where cancer
18061 mutations in signalling sites are more frequent than expected from the
18062 sequence of the entire gene. Integration of mutations with signalling
18063 information helps find new driver genes and propose candidate mechanisms to
18064 known drivers.")
18065 (license license:gpl2+)))
18066
18067 (define-public r-activitycounts
18068 (package
18069 (name "r-activitycounts")
18070 (version "0.1.2")
18071 (source
18072 (origin
18073 (method url-fetch)
18074 (uri (cran-uri "activityCounts" version))
18075 (sha256
18076 (base32
18077 "0zgxr2sk3a8kmygfxx1p5hnrfwdkxx7php6jlrhm8wv6052ck8jz"))))
18078 (properties
18079 `((upstream-name . "activityCounts")))
18080 (build-system r-build-system)
18081 (propagated-inputs
18082 `(("r-lubridate" ,r-lubridate)
18083 ("r-magrittr" ,r-magrittr)
18084 ("r-seewave" ,r-seewave)
18085 ("r-signal" ,r-signal)
18086 ("r-tibble" ,r-tibble)))
18087 (home-page "https://github.com/walkabillylab/activityCounts")
18088 (synopsis "Generate ActiLife counts")
18089 (description
18090 "ActiLife generates activity counts from data collected by Actigraph
18091 accelerometers. Actigraph is one of the most common research-grade
18092 accelerometers. There is considerable research validating and developing
18093 algorithms for human activity using ActiLife counts. Unfortunately, ActiLife
18094 counts are proprietary and difficult to implement if researchers use different
18095 accelerometer brands. The code creates ActiLife counts from raw acceleration
18096 data for different accelerometer brands.")
18097 (license license:gpl3)))
18098
18099 (define-public r-activityindex
18100 (package
18101 (name "r-activityindex")
18102 (version "0.3.6")
18103 (source
18104 (origin
18105 (method url-fetch)
18106 (uri (cran-uri "ActivityIndex" version))
18107 (sha256
18108 (base32
18109 "14k6d78s15j7kb7jhixf4msrdjdl28d0r264cbvy41p8dkq7ysvk"))))
18110 (properties `((upstream-name . "ActivityIndex")))
18111 (build-system r-build-system)
18112 (propagated-inputs
18113 `(("r-data-table" ,r-data-table)
18114 ("r-matrixstats" ,r-matrixstats)
18115 ("r-r-utils" ,r-r-utils)))
18116 (home-page "https://cran.r-project.org/web/packages/ActivityIndex/")
18117 (synopsis "Activity Index calculation using raw accelerometry data")
18118 (description
18119 "This is a package to read raw accelerometry from GT3X+ accelerometry
18120 data and plain table data to calculate the Activity Index from Bai et
18121 al. (2016) @url{doi:10.1371/journal.pone.0160644}.")
18122 (license license:gpl3)))
18123
18124 (define-public r-activpal
18125 (package
18126 (name "r-activpal")
18127 (version "0.1.3")
18128 (source
18129 (origin
18130 (method url-fetch)
18131 (uri (cran-uri "activPAL" version))
18132 (sha256
18133 (base32
18134 "1h6hp5z89ji73gdzxy1dgbfwjysiy5lvcqh90xagpb7sa7ahs3na"))))
18135 (properties `((upstream-name . "activPAL")))
18136 (build-system r-build-system)
18137 (propagated-inputs
18138 `(("r-devtools" ,r-devtools)
18139 ("r-dplyr" ,r-dplyr)
18140 ("r-ggplot2" ,r-ggplot2)
18141 ("r-lubridate" ,r-lubridate)
18142 ("r-magrittr" ,r-magrittr)
18143 ("r-tidyr" ,r-tidyr)))
18144 (home-page "https://cran.r-project.org/web/packages/activPAL")
18145 (synopsis "Processing and chart generation from activPAL events files")
18146 (description
18147 "This package contains functions to generate pre-defined summary
18148 statistics from activPAL events files. The package also contains functions to
18149 produce informative graphics that visualize physical activity behaviour and
18150 trends. This includes generating graphs that align physical activity
18151 behaviour with additional time based observations described by other data
18152 sets, such as sleep diaries and continuous glucose monitoring data.")
18153 (license license:gpl3)))
18154
18155 (define-public r-activpalprocessing
18156 (package
18157 (name "r-activpalprocessing")
18158 (version "1.0.2")
18159 (source
18160 (origin
18161 (method url-fetch)
18162 (uri (cran-uri "activpalProcessing" version))
18163 (sha256
18164 (base32
18165 "1y0bjx2qx53iy930y9iww4q1yzjj8y16cwgixk1mq3w4g1f116d1"))))
18166 (properties
18167 `((upstream-name . "activpalProcessing")))
18168 (build-system r-build-system)
18169 (propagated-inputs
18170 `(("r-chron" ,r-chron)))
18171 (home-page "https://cran.r-project.org/web/packages/activpalProcessing/")
18172 (synopsis "Process activPAL events files")
18173 (description
18174 "This package performs estimation of physical activity and sedentary
18175 behavior variables from activPAL events files.")
18176 ;; Either version of the GPL.
18177 (license (list license:gpl2 license:gpl3))))
18178
18179 (define-public r-actogrammr
18180 (package
18181 (name "r-actogrammr")
18182 (version "0.2.3")
18183 (source
18184 (origin
18185 (method url-fetch)
18186 (uri (cran-uri "actogrammr" version))
18187 (sha256
18188 (base32
18189 "1jzvarmd41yqlrkagzlc8m19n5mn0w0b36fy50lyvgrfsafjfbqa"))))
18190 (properties `((upstream-name . "actogrammr")))
18191 (build-system r-build-system)
18192 (propagated-inputs
18193 `(("r-dplyr" ,r-dplyr)
18194 ("r-ggplot2" ,r-ggplot2)
18195 ("r-lubridate" ,r-lubridate)
18196 ("r-readr" ,r-readr)
18197 ("r-tidyr" ,r-tidyr)))
18198 (home-page "https://cran.r-project.org/web/packages/actogrammr/")
18199 (synopsis "Read in activity data and plot actograms")
18200 (description
18201 "Read in activity measurements from standard file formats used by
18202 circadian rhythm researchers, currently only ClockLab format, and process and
18203 plot the data. The central type of plot is the actogram, as first described
18204 in \"Activity and distribution of certain wild mice in relation to biotic
18205 communities\" by MS Johnson (1926) @url{doi:10.2307/1373575}.")
18206 (license license:gpl3)))
18207
18208 (define-public r-expint
18209 (package
18210 (name "r-expint")
18211 (version "0.1-6")
18212 (source
18213 (origin
18214 (method url-fetch)
18215 (uri (cran-uri "expint" version))
18216 (sha256
18217 (base32
18218 "0iai25cglcdnf44d2d1fz1xpw4q600my4zq4493fk4cs5673mlf7"))))
18219 (properties `((upstream-name . "expint")))
18220 (build-system r-build-system)
18221 (home-page "https://gitlab.com/vigou3/expint")
18222 (synopsis "Exponential integral and incomplete Gamma function")
18223 (description
18224 "This package provides the exponential integrals @code{E_1(x)},
18225 @code{E_2(x)}, @code{E_n(x)} and @code{Ei(x)}, and the incomplete gamma
18226 function @code{G(a, x)} defined for negative values of its first argument.
18227 The package also gives easy access to the underlying C routines through an
18228 API; see the package vignette for details.")
18229 (license license:gpl2+)))
18230
18231 (define-public r-actuar
18232 (package
18233 (name "r-actuar")
18234 (version "2.3-3")
18235 (source
18236 (origin
18237 (method url-fetch)
18238 (uri (cran-uri "actuar" version))
18239 (sha256
18240 (base32
18241 "0aw3hlan5y22mdqk1wvnw9ksqhwp4yy5hi0dpv21p7s0hyxhphih"))))
18242 (properties `((upstream-name . "actuar")))
18243 (build-system r-build-system)
18244 (propagated-inputs `(("r-expint" ,r-expint)))
18245 (home-page "https://gitlab.com/vigou3/actuar")
18246 (synopsis "Actuarial functions and heavy tailed distributions")
18247 (description
18248 "This package provides functions and data sets for actuarial science:
18249 modeling of loss distributions; risk theory and ruin theory; simulation of
18250 compound models, discrete mixtures and compound hierarchical models;
18251 credibility theory. It boasts support for many additional probability
18252 distributions to model insurance loss amounts and loss frequency: 19
18253 continuous heavy tailed distributions; the Poisson-inverse Gaussian discrete
18254 distribution; zero-truncated and zero-modified extensions of the standard
18255 discrete distributions. It also supports phase-type distributions commonly
18256 used to compute ruin probabilities.")
18257 (license license:gpl2+)))
18258
18259 (define-public r-bmp
18260 (package
18261 (name "r-bmp")
18262 (version "0.3")
18263 (source
18264 (origin
18265 (method url-fetch)
18266 (uri (cran-uri "bmp" version))
18267 (sha256
18268 (base32
18269 "0jd67r11bn98hjwgyr6gas423787xy7ji2hq7ay80blkkcj91xxx"))))
18270 (properties `((upstream-name . "bmp")))
18271 (build-system r-build-system)
18272 (home-page "https://cran.r-project.org/web/packages/bmp/")
18273 (synopsis "Read Bitmap (BMP) images")
18274 (description
18275 "This package provides pure R tools to read BMP format images. It is
18276 currently limited to 8 bit greyscale images and 24, 32 bit (A)RGB images.")
18277 (license license:gpl2+)))
18278
18279 (define-public r-readbitmap
18280 (package
18281 (name "r-readbitmap")
18282 (version "0.1.5")
18283 (source
18284 (origin
18285 (method url-fetch)
18286 (uri (cran-uri "readbitmap" version))
18287 (sha256
18288 (base32
18289 "14825906l326w59g6apy00j55jg3h5kx2r6s031f4gdkbrc7szbk"))))
18290 (properties `((upstream-name . "readbitmap")))
18291 (build-system r-build-system)
18292 (inputs
18293 `(("libjpeg" ,libjpeg)
18294 ("libpng" ,libpng)))
18295 (propagated-inputs
18296 `(("r-bmp" ,r-bmp)
18297 ("r-jpeg" ,r-jpeg)
18298 ("r-png" ,r-png)
18299 ("r-tiff" ,r-tiff)))
18300 (home-page "https://github.com/jefferis/readbitmap")
18301 (synopsis "Unified interface to read bitmap images (BMP, JPEG, PNG, TIFF)")
18302 (description
18303 "This package provides tools to identify and read BMP, JPEG, PNG, and
18304 TIFF format bitmap images. Identification defaults to the use of the magic
18305 number embedded in the file rather than the file extension.")
18306 (license license:gpl2+)))
18307
18308 (define-public r-imager
18309 (package
18310 (name "r-imager")
18311 (version "0.41.2")
18312 (source
18313 (origin
18314 (method url-fetch)
18315 (uri (cran-uri "imager" version))
18316 (sha256
18317 (base32
18318 "19fqgjhg04garbipx20g72h9dd6k0jj4ac48nby6km4h665vrs4v"))))
18319 (properties `((upstream-name . "imager")))
18320 (build-system r-build-system)
18321 (inputs
18322 `(("fftw" ,fftw)
18323 ("libtiff" ,libtiff)
18324 ("libx11" ,libx11)
18325 ("zlib" ,zlib)))
18326 (propagated-inputs
18327 `(("r-cairo" ,r-cairo)
18328 ("r-downloader" ,r-downloader)
18329 ("r-igraph" ,r-igraph)
18330 ("r-jpeg" ,r-jpeg)
18331 ("r-magrittr" ,r-magrittr)
18332 ("r-plyr" ,r-plyr)
18333 ("r-png" ,r-png)
18334 ("r-purrr" ,r-purrr)
18335 ("r-rcpp" ,r-rcpp)
18336 ("r-readbitmap" ,r-readbitmap)
18337 ("r-stringr" ,r-stringr)))
18338 (native-inputs `(("pkg-config" ,pkg-config)))
18339 (home-page "http://dahtah.github.io/imager")
18340 (synopsis "Image processing library")
18341 (description
18342 "This is a package for fast image processing for images in up to 4
18343 dimensions (two spatial dimensions, one time/depth dimension, one color
18344 dimension). It provides most traditional image processing tools (filtering,
18345 morphology, transformations, etc.) as well as various functions for easily
18346 analyzing image data using R. The package wraps @url{http://cimg.eu, CImg}, a
18347 simple, modern C++ library for image processing.")
18348 (license license:lgpl3)))
18349
18350 (define-public r-acuityview
18351 (package
18352 (name "r-acuityview")
18353 (version "0.1")
18354 (source
18355 (origin
18356 (method url-fetch)
18357 (uri (cran-uri "AcuityView" version))
18358 (sha256
18359 (base32
18360 "0f0iclmnwdc8ixiiai4svk4x1g3pjy7dhm3cm58fv6ckx12d3d2l"))))
18361 (properties `((upstream-name . "AcuityView")))
18362 (build-system r-build-system)
18363 (propagated-inputs
18364 `(("r-fftwtools" ,r-fftwtools)
18365 ("r-imager" ,r-imager)
18366 ("r-plotrix" ,r-plotrix)))
18367 (home-page "https://cran.r-project.org/web/packages/AcuityView/")
18368 (synopsis "Display scenes as seen by an animal with less acute vision")
18369 (description
18370 "This package provides a simple method for representing a visual scene as
18371 it may be seen by an animal with less acute vision.")
18372 (license license:gpl2+)))
18373
18374 (define-public r-adabag
18375 (package
18376 (name "r-adabag")
18377 (version "4.2")
18378 (source
18379 (origin
18380 (method url-fetch)
18381 (uri (cran-uri "adabag" version))
18382 (sha256
18383 (base32
18384 "109wrl1pwvmyv2l909hrvk7dg4aa9pv449mvdycp50zwrsw9w0a7"))))
18385 (properties `((upstream-name . "adabag")))
18386 (build-system r-build-system)
18387 (propagated-inputs
18388 `(("r-caret" ,r-caret)
18389 ("r-doparallel" ,r-doparallel)
18390 ("r-foreach" ,r-foreach)
18391 ("r-rpart" ,r-rpart)))
18392 (home-page "https://cran.r-project.org/web/packages/adabag/")
18393 (synopsis "Multiclass AdaBoost.M1, SAMME and Bagging")
18394 (description
18395 "This package implements Freund and Schapire's Adaboost.M1 algorithm and
18396 Breiman's Bagging algorithm using classification trees as individual
18397 classifiers. Once these classifiers have been trained, they can be used to
18398 predict on new data. Also, cross validation estimation of the error can be
18399 done.")
18400 (license license:gpl2+)))
18401
18402 (define-public r-adagio
18403 (package
18404 (name "r-adagio")
18405 (version "0.7.1")
18406 (source
18407 (origin
18408 (method url-fetch)
18409 (uri (cran-uri "adagio" version))
18410 (sha256
18411 (base32
18412 "1h9l0ddrxq8y35iy9hdkxdvdwsqpnpkzzbkbwwhm4380lq1m7a3k"))))
18413 (properties `((upstream-name . "adagio")))
18414 (build-system r-build-system)
18415 (native-inputs `(("gfortran" ,gfortran)))
18416 (home-page "https://cran.r-project.org/web/packages/adagio/")
18417 (synopsis "Discrete and global optimization routines")
18418 (description
18419 "This package provides methods and algorithms for discrete optimization,
18420 e.g. knapsack and subset sum procedures, derivative-free Nelder-Mead and
18421 Hooke-Jeeves minimization, and some (evolutionary) global optimization
18422 functions.")
18423 (license license:gpl3+)))
18424
18425 (define-public r-univoutl
18426 (package
18427 (name "r-univoutl")
18428 (version "0.1-5")
18429 (source
18430 (origin
18431 (method url-fetch)
18432 (uri (cran-uri "univOutl" version))
18433 (sha256
18434 (base32
18435 "193wrpkvgmlrx43nag8w3ivrlqm37nm6g86wcvd3bgw3hchs70gi"))))
18436 (properties `((upstream-name . "univOutl")))
18437 (build-system r-build-system)
18438 (propagated-inputs
18439 `(("r-hmisc" ,r-hmisc)
18440 ("r-robustbase" ,r-robustbase)))
18441 (home-page "https://github.com/marcellodo/univOutl")
18442 (synopsis "Detection of univariate outliers")
18443 (description
18444 "This package provides well-known outlier detection techniques in the
18445 univariate case. Methods to deal with skewed distribution are included too.
18446 The Hidiroglou-Berthelot (1986) method to search for outliers in ratios of
18447 historical data is implemented as well. When available, survey weights can be
18448 used in outliers detection.")
18449 (license license:gpl2+)))
18450
18451 (define-public r-tolerance
18452 (package
18453 (name "r-tolerance")
18454 (version "1.3.0")
18455 (source
18456 (origin
18457 (method url-fetch)
18458 (uri (cran-uri "tolerance" version))
18459 (sha256
18460 (base32
18461 "17qh4ad1f3fbcpwlxxqh8qr9bnwjcl4yxk0l3fkbr6b2l4rc5p86"))))
18462 (properties `((upstream-name . "tolerance")))
18463 (build-system r-build-system)
18464 (propagated-inputs
18465 `(("r-rgl" ,r-rgl)))
18466 (home-page "https://cran.r-project.org/web/packages/tolerance/")
18467 (synopsis "Statistical tolerance intervals and regions")
18468 (description
18469 "This package provides functions for estimating tolerance
18470 limits (intervals) for various univariate distributions (binomial, Cauchy,
18471 discrete Pareto, exponential, two-parameter exponential, extreme value,
18472 hypergeometric, Laplace, logistic, negative binomial, negative hypergeometric,
18473 normal, Pareto, Poisson-Lindley, Poisson, uniform, and Zipf-Mandelbrot),
18474 Bayesian normal tolerance limits, multivariate normal tolerance regions,
18475 nonparametric tolerance intervals, tolerance bands for regression
18476 settings (linear regression, nonlinear regression, nonparametric regression,
18477 and multivariate regression), and analysis of variance tolerance intervals.
18478 Visualizations are also available for most of these settings.")
18479 (license license:gpl2+)))
18480
18481 (define-public r-additivitytests
18482 (package
18483 (name "r-additivitytests")
18484 (version "1.1-4")
18485 (source
18486 (origin
18487 (method url-fetch)
18488 (uri (cran-uri "additivityTests" version))
18489 (sha256
18490 (base32
18491 "048ds90wqjdjy1nyhna3m06asdklbh8sx1n556kss2j1r1pma1sw"))))
18492 (properties
18493 `((upstream-name . "additivityTests")))
18494 (build-system r-build-system)
18495 (home-page "https://github.com/simecek/additivityTests")
18496 (synopsis "Additivity tests in the two way Anova with single sub-class numbers")
18497 (description
18498 "This package provides an implementation of the Tukey, Mandel,
18499 Johnson-Graybill, LBI, Tusell and modified Tukey non-additivity tests.")
18500 (license license:gpl3)))
18501
18502 (define-public r-flexclust
18503 (package
18504 (name "r-flexclust")
18505 (version "1.4-0")
18506 (source
18507 (origin
18508 (method url-fetch)
18509 (uri (cran-uri "flexclust" version))
18510 (sha256
18511 (base32
18512 "0x7wxk8y46ndyz6fdacym0rd6p9wh3pcfr28chjcg5d7fm849zl2"))))
18513 (properties `((upstream-name . "flexclust")))
18514 (build-system r-build-system)
18515 (propagated-inputs
18516 `(("r-class" ,r-class)
18517 ("r-lattice" ,r-lattice)
18518 ("r-modeltools" ,r-modeltools)))
18519 (home-page "https://cran.r-project.org/web/packages/flexclust/")
18520 (synopsis "Flexible cluster algorithms")
18521 (description
18522 "The main function @code{kcca} implements a general framework for
18523 k-centroids cluster analysis supporting arbitrary distance measures and
18524 centroid computation. Further cluster methods include hard competitive
18525 learning, neural gas, and QT clustering. There are numerous visualization
18526 methods for cluster results (neighborhood graphs, convex cluster hulls,
18527 barcharts of centroids, ...), and bootstrap methods for the analysis of
18528 cluster stability.")
18529 (license license:gpl2)))
18530
18531 (define-public r-biclust
18532 (package
18533 (name "r-biclust")
18534 (version "2.0.1")
18535 (source
18536 (origin
18537 (method url-fetch)
18538 (uri (cran-uri "biclust" version))
18539 (sha256
18540 (base32
18541 "1y5n6wfa1lx88ck3x09rcg0dh3pw89225h85hmq2la1s1fpa48i0"))))
18542 (properties `((upstream-name . "biclust")))
18543 (build-system r-build-system)
18544 (propagated-inputs
18545 `(("r-additivitytests" ,r-additivitytests)
18546 ("r-colorspace" ,r-colorspace)
18547 ("r-flexclust" ,r-flexclust)
18548 ("r-ggplot2" ,r-ggplot2)
18549 ("r-lattice" ,r-lattice)
18550 ("r-mass" ,r-mass)
18551 ("r-tidyr" ,r-tidyr)))
18552 (home-page "https://cran.r-project.org/web/packages/biclust/")
18553 (synopsis "BiCluster algorithms")
18554 (description
18555 "The main function @code{biclust()} provides several algorithms to find
18556 biclusters in two-dimensional data, spectral, plaid model, xmotifs, and bimax.
18557 In addition, the package provides methods for data
18558 preprocessing (normalization and discretization), visualization, and
18559 validation of bicluster solutions.")
18560 (license license:gpl3)))
18561
18562 (define-public r-icge
18563 (package
18564 (name "r-icge")
18565 (version "0.3")
18566 (source
18567 (origin
18568 (method url-fetch)
18569 (uri (cran-uri "ICGE" version))
18570 (sha256
18571 (base32
18572 "0xin7zml1nbygyi08hhg3wwr2jr1zcsvrlgia89zp4xanxlzgaqa"))))
18573 (properties `((upstream-name . "ICGE")))
18574 (build-system r-build-system)
18575 (propagated-inputs
18576 `(("r-cluster" ,r-cluster)
18577 ("r-mass" ,r-mass)))
18578 (home-page "https://cran.r-project.org/web/packages/ICGE/")
18579 (synopsis "Cluster estimation and identification of atypical units")
18580 (description
18581 "ICGE is a package that helps to estimate the number of real clusters in
18582 data as well as to identify atypical units. The underlying methods are based
18583 on distances rather than on unit x variables.")
18584 (license license:gpl2+)))
18585
18586 (define-public r-depth
18587 (package
18588 (name "r-depth")
18589 (version "2.1-1.1")
18590 (source
18591 (origin
18592 (method url-fetch)
18593 (uri (cran-uri "depth" version))
18594 (sha256
18595 (base32
18596 "0szy0027nh4ps1z919i740i50app5q7cfyg1fj7pdyl45nbl8k6m"))))
18597 (properties `((upstream-name . "depth")))
18598 (build-system r-build-system)
18599 (propagated-inputs
18600 `(("r-abind" ,r-abind)
18601 ("r-circular" ,r-circular)
18602 ("r-rgl" ,r-rgl)))
18603 (native-inputs
18604 `(("gfortran" ,gfortran)))
18605 (home-page "https://cran.r-project.org/web/packages/depth/")
18606 (synopsis "Nonparametric depth functions for multivariate analysis")
18607 (description
18608 "This package provides tools for depth functions methodology applied to
18609 multivariate analysis. Besides allowing calculation of depth values and
18610 depth-based location estimators, the package includes functions or drawing
18611 contour plots and perspective plots of depth functions. Euclidian and
18612 spherical depths are supported.")
18613 (license license:gpl2)))
18614
18615 (define-public r-archetypes
18616 (package
18617 (name "r-archetypes")
18618 (version "2.2-0.1")
18619 (source
18620 (origin
18621 (method url-fetch)
18622 (uri (cran-uri "archetypes" version))
18623 (sha256
18624 (base32
18625 "0ibxsr173ib77gjhid91m85s8gjii4mi2w3d52q5301igv20p7r0"))))
18626 (properties `((upstream-name . "archetypes")))
18627 (build-system r-build-system)
18628 (propagated-inputs
18629 `(("r-modeltools" ,r-modeltools)
18630 ("r-nnls" ,r-nnls)))
18631 (home-page "https://cran.r-project.org/web/packages/archetypes")
18632 (synopsis "Archetypal analysis")
18633 (description
18634 "The main function @code{archetypes} implements a framework for
18635 archetypal analysis supporting arbitrary problem solving mechanisms for the
18636 different conceptual parts of the algorithm.")
18637 (license license:gpl2+)))
18638
18639 (define-public r-shapes
18640 (package
18641 (name "r-shapes")
18642 (version "1.2.5")
18643 (source
18644 (origin
18645 (method url-fetch)
18646 (uri (cran-uri "shapes" version))
18647 (sha256
18648 (base32
18649 "0gfpdydfysp5mwg7qmkn73s67gvh2szb40mzqrx97h41ijgcgd8s"))))
18650 (properties `((upstream-name . "shapes")))
18651 (build-system r-build-system)
18652 (propagated-inputs
18653 `(("r-mass" ,r-mass)
18654 ("r-minpack-lm" ,r-minpack-lm)
18655 ("r-rgl" ,r-rgl)
18656 ("r-scatterplot3d" ,r-scatterplot3d)))
18657 (home-page "http://www.maths.nottingham.ac.uk/~ild/shapes")
18658 (synopsis "Statistical shape analysis")
18659 (description
18660 "This package provides routines for the statistical analysis of landmark
18661 shapes, including Procrustes analysis, graphical displays, principal
18662 components analysis, permutation and bootstrap tests, thin-plate spline
18663 transformation grids and comparing covariance matrices. See Dryden, I.L. and
18664 Mardia, K.V. (2016). Statistical shape analysis, with Applications in R (2nd
18665 Edition), John Wiley and Sons.")
18666 (license license:gpl2)))
18667
18668 (define-public r-anthropometry
18669 (package
18670 (name "r-anthropometry")
18671 (version "1.13")
18672 (source
18673 (origin
18674 (method url-fetch)
18675 (uri (cran-uri "Anthropometry" version))
18676 (sha256
18677 (base32
18678 "1f568ri1s6psaby8y737vrkarbjg64v89d4jyw23hy17apdmszr8"))))
18679 (properties `((upstream-name . "Anthropometry")))
18680 (build-system r-build-system)
18681 (propagated-inputs
18682 `(("r-archetypes" ,r-archetypes)
18683 ("r-biclust" ,r-biclust)
18684 ("r-cluster" ,r-cluster)
18685 ("r-depth" ,r-depth)
18686 ("r-fnn" ,r-fnn)
18687 ("r-icge" ,r-icge)
18688 ("r-nnls" ,r-nnls)
18689 ("r-rgl" ,r-rgl)
18690 ("r-shapes" ,r-shapes)))
18691 (home-page "https://cran.r-project.org/web/packages/Anthropometry/")
18692 (synopsis "Statistical methods for anthropometric data")
18693 (description
18694 "This package provides statistical methods especially developed to
18695 analyze anthropometric data. These methods are aimed at providing effective
18696 solutions to some commons problems related to Ergonomics and Anthropometry.
18697 They are based on clustering, the statistical concept of data depth,
18698 statistical shape analysis and archetypal analysis.")
18699 (license license:gpl2+)))
18700
18701 (define-public r-adamethods
18702 (package
18703 (name "r-adamethods")
18704 (version "1.2")
18705 (source
18706 (origin
18707 (method url-fetch)
18708 (uri (cran-uri "adamethods" version))
18709 (sha256
18710 (base32
18711 "0mp73zh5x6h18gv29v981kb9n632kb58lvlcxwr6vcvrx393nrxh"))))
18712 (properties `((upstream-name . "adamethods")))
18713 (build-system r-build-system)
18714 (propagated-inputs
18715 `(("r-anthropometry" ,r-anthropometry)
18716 ("r-archetypes" ,r-archetypes)
18717 ("r-fnn" ,r-fnn)
18718 ("r-foreach" ,r-foreach)
18719 ("r-nnls" ,r-nnls)
18720 ("r-tolerance" ,r-tolerance)
18721 ("r-univoutl" ,r-univoutl)))
18722 (home-page "https://cran.r-project.org/web/packages/adamethods/")
18723 (synopsis "Archetypoid algorithms and anomaly detection")
18724 (description
18725 "This package is a collection of several algorithms to obtain
18726 archetypoids with small and large databases and with both classical
18727 multivariate data and functional data (univariate and multivariate). Some of
18728 these algorithms also allow to detect anomalies (outliers).")
18729 (license license:gpl2+)))
18730
18731 (define-public r-idpmisc
18732 (package
18733 (name "r-idpmisc")
18734 (version "1.1.19")
18735 (source
18736 (origin
18737 (method url-fetch)
18738 (uri (cran-uri "IDPmisc" version))
18739 (sha256
18740 (base32
18741 "13qcvfm703frs367paddz1wq9k3p17f9p5347m56bhky5hjkaphd"))))
18742 (properties `((upstream-name . "IDPmisc")))
18743 (build-system r-build-system)
18744 (propagated-inputs
18745 `(("r-lattice" ,r-lattice)))
18746 (home-page "https://cran.r-project.org/web/packages/IDPmisc/")
18747 (synopsis "Functions for data analyses and visualization")
18748 (description
18749 "This package provides different high-level graphics functions for
18750 displaying large datasets, displaying circular data in a very flexible way,
18751 finding local maxima, brewing color ramps, drawing nice arrows, zooming
18752 2D-plots, creating figures with differently colored margin and plot region.
18753 In addition, the package contains auxiliary functions for data manipulation
18754 like omitting observations with irregular values or selecting data by logical
18755 vectors, which include NAs. Other functions are especially useful in
18756 spectroscopy and analyses of environmental data: robust baseline fitting,
18757 finding peaks in spectra, converting humidity measures.")
18758 (license license:gpl3+)))
18759
18760 (define-public r-qqman
18761 (package
18762 (name "r-qqman")
18763 (version "0.1.4")
18764 (source
18765 (origin
18766 (method url-fetch)
18767 (uri (cran-uri "qqman" version))
18768 (sha256
18769 (base32
18770 "1v9s9ag1hfb47py87wb2nad4mbsfx35832hdmrh5kxrb2f11zl1s"))))
18771 (properties `((upstream-name . "qqman")))
18772 (build-system r-build-system)
18773 (propagated-inputs
18774 `(("r-calibrate" ,r-calibrate)))
18775 (home-page "https://cran.r-project.org/web/packages/qqman/")
18776 (synopsis "Q-Q and Manhattan plots for GWAS data")
18777 (description
18778 "This package allows you to create Q-Q and Manhattan plots for GWAS data
18779 from PLINK results.")
18780 (license license:gpl3)))
18781
18782 (define-public r-ggplot-multistats
18783 (package
18784 (name "r-ggplot-multistats")
18785 (version "1.0.0")
18786 (source
18787 (origin
18788 (method url-fetch)
18789 (uri (cran-uri "ggplot.multistats" version))
18790 (sha256
18791 (base32
18792 "1afzfa86vc484bcwpg7m1ky03jpax584rigzgai8w06pifkmz0il"))))
18793 (properties
18794 `((upstream-name . "ggplot.multistats")))
18795 (build-system r-build-system)
18796 (propagated-inputs
18797 `(("r-ggplot2" ,r-ggplot2)
18798 ("r-hexbin" ,r-hexbin)
18799 ("r-rlang" ,r-rlang)
18800 ("r-scales" ,r-scales)))
18801 (home-page "https://github.com/flying-sheep/ggplot.multistats")
18802 (synopsis "Multiple summary statistics for binned stats/geometries")
18803 (description
18804 "This package provides the ggplot binning layer @code{stat_summaries_hex()},
18805 which functions similar to its singular form, but allows the use of multiple
18806 statistics per bin. Those statistics can be mapped to multiple bin
18807 aesthetics.")
18808 (license license:gpl3)))
18809
18810 (define-public r-knn-covertree
18811 (package
18812 (name "r-knn-covertree")
18813 (version "1.0")
18814 (source
18815 (origin
18816 (method url-fetch)
18817 (uri (cran-uri "knn.covertree" version))
18818 (sha256
18819 (base32
18820 "0msfcmwydws7q7m5jdb0dxab0nkbl7mq5llg6v3r4qrnlvrdggvz"))))
18821 (properties `((upstream-name . "knn.covertree")))
18822 (build-system r-build-system)
18823 (propagated-inputs
18824 `(("r-matrix" ,r-matrix)
18825 ("r-rcpp" ,r-rcpp)
18826 ("r-rcppeigen" ,r-rcppeigen)))
18827 (home-page "https://github.com/flying-sheep/knn.covertree")
18828 (synopsis "Accurate kNN Implementation with multiple distance measures")
18829 (description
18830 "Similarly to the FNN package, this package allows calculation of the k
18831 nearest neighbors (kNN) of a data matrix. The implementation is based on
18832 cover trees introduced by Alina Beygelzimer, Sham Kakade, and John
18833 Langford (2006) @url{doi:10.1145/1143844.1143857}.")
18834 (license license:agpl3+)))
18835
18836 (define-public r-poibin
18837 (package
18838 (name "r-poibin")
18839 (version "1.4")
18840 (source
18841 (origin
18842 (method url-fetch)
18843 (uri (cran-uri "poibin" version))
18844 (sha256
18845 (base32
18846 "1rllgmk7yanb5amysl33kmi11lx86q5kqblyb8qqb3ckj2w4jhm2"))))
18847 (properties `((upstream-name . "poibin")))
18848 (build-system r-build-system)
18849 (home-page "https://cran.r-project.org/web/packages/poibin/")
18850 (synopsis "Poisson binomial distribution")
18851 (description
18852 "This package provides an implementation of both the exact and
18853 approximation methods for computing the @dfn{cumulative distribution
18854 function} (CDF) of the Poisson binomial distribution. It also provides the
18855 @dfn{probability mass function} (PMF), quantile function, and random number
18856 generation for the Poisson binomial distribution.")
18857 (license license:gpl2)))
18858
18859 (define-public r-diagram
18860 (package
18861 (name "r-diagram")
18862 (version "1.6.4")
18863 (source
18864 (origin
18865 (method url-fetch)
18866 (uri (cran-uri "diagram" version))
18867 (sha256
18868 (base32
18869 "0f6ffprn5k0ir1s7m9s7izc64aa17r3gnygagz5bihrlsvawaavw"))))
18870 (properties `((upstream-name . "diagram")))
18871 (build-system r-build-system)
18872 (propagated-inputs
18873 `(("r-shape" ,r-shape)))
18874 (home-page "https://cran.r-project.org/web/packages/diagram/")
18875 (synopsis "Visualize simple graphs (networks) and plot flow diagrams")
18876 (description
18877 "This package provides tools to visualize simple graphs (networks) based
18878 on a transition matrix, utilities to plot flow diagrams, visualizing webs,
18879 electrical networks, etc. It also includes supporting material for the book
18880 \"A practical guide to ecological modelling - using R as a simulation
18881 platform\" by Karline Soetaert and Peter M.J. Herman (2009) and the book
18882 \"Solving Differential Equations in R\" by Karline Soetaert, Jeff Cash and
18883 Francesca Mazzia (2012).")
18884 (license license:gpl2+)))
18885
18886 (define-public r-lim
18887 (package
18888 (name "r-lim")
18889 (version "1.4.6")
18890 (source
18891 (origin
18892 (method url-fetch)
18893 (uri (cran-uri "LIM" version))
18894 (sha256
18895 (base32
18896 "03x1gnm06bw1wrzc01110bjzd2mvjdzbc2mbrazh22jrmb32w5d8"))))
18897 (properties `((upstream-name . "LIM")))
18898 (build-system r-build-system)
18899 (propagated-inputs
18900 `(("r-diagram" ,r-diagram)
18901 ("r-limsolve" ,r-limsolve)))
18902 (home-page "https://cran.r-project.org/web/packages/LIM/")
18903 (synopsis "Linear inverse model examples and solution methods")
18904 (description
18905 "This package provides functions that read and solve linear inverse
18906 problems (food web problems, linear programming problems).")
18907 (license license:gpl2+)))
18908
18909 (define-public r-shinycssloaders
18910 (package
18911 (name "r-shinycssloaders")
18912 (version "0.2.0")
18913 (source
18914 (origin
18915 (method url-fetch)
18916 (uri (cran-uri "shinycssloaders" version))
18917 (sha256
18918 (base32
18919 "1bpzsm7m7c366sjl1qndp4m5dg2vlm68rjgdy9n1ija9xbp0r2g4"))))
18920 (properties
18921 `((upstream-name . "shinycssloaders")))
18922 (build-system r-build-system)
18923 (propagated-inputs
18924 `(("r-digest" ,r-digest)
18925 ("r-glue" ,r-glue)
18926 ("r-shiny" ,r-shiny)))
18927 (home-page "https://github.com/andrewsali/shinycssloaders")
18928 (synopsis "Add CSS loading animations to Shiny outputs")
18929 (description
18930 "This package provides tools to create a lightweight Shiny wrapper for
18931 the css-loaders created by Luke Hass
18932 @url{https://github.com/lukehaas/css-loaders}. Wrapping a Shiny output will
18933 automatically show a loader when the output is (re)calculating.")
18934 (license license:gpl3)))
18935
18936 (define-public r-rsvg
18937 (package
18938 (name "r-rsvg")
18939 (version "1.3")
18940 (source
18941 (origin
18942 (method url-fetch)
18943 (uri (cran-uri "rsvg" version))
18944 (sha256
18945 (base32
18946 "11mccgf6hfskg45wqc114sx3qy2r494y6axdf73z6xwhs1wpm97g"))))
18947 (properties `((upstream-name . "rsvg")))
18948 (build-system r-build-system)
18949 (inputs
18950 `(("librsvg" ,librsvg)
18951 ("zlib" ,zlib)))
18952 (native-inputs
18953 `(("pkg-config" ,pkg-config)))
18954 (home-page "https://github.com/jeroen/rsvg#readme")
18955 (synopsis "Render SVG images into PDF, PNG, PostScript, or Bitmap arrays")
18956 (description
18957 "This package allows you to render vector-based SVG images into
18958 high-quality custom-size bitmap arrays using the librsvg2 library. The
18959 resulting bitmap can be written to e.g. PNG, JPEG or WEBP format. In
18960 addition, the package can convert images directly to various formats such as
18961 PDF or PostScript.")
18962 (license license:expat)))
18963
18964 (define-public r-influencer
18965 (package
18966 (name "r-influencer")
18967 (version "0.1.0")
18968 (source
18969 (origin
18970 (method url-fetch)
18971 (uri (cran-uri "influenceR" version))
18972 (sha256
18973 (base32
18974 "12p9362hkndlnz1rd8j2rykg57kbm6l7ks60by3rd25xg50k5jag"))))
18975 (properties `((upstream-name . "influenceR")))
18976 (build-system r-build-system)
18977 (propagated-inputs
18978 `(("r-igraph" ,r-igraph)
18979 ("r-matrix" ,r-matrix)))
18980 (home-page "https://github.com/rcc-uchicago/influenceR")
18981 (synopsis "Tools to quantify structural importance of nodes in a network")
18982 (description
18983 "This package provides functionality to compute various node centrality
18984 measures on networks. Included are functions to compute betweenness
18985 centrality (by utilizing Madduri and Bader's SNAP library), implementations of
18986 Burt's constraint and @dfn{effective network size} (ENS) metrics, Borgatti's
18987 algorithm to identify key players, and Valente's bridging metric. The
18988 betweenness, Key Players, and bridging implementations are parallelized with
18989 OpenMP.")
18990 (license license:gpl2)))