gnu: r-quantmod: Update to 0.4-16.
[jackhill/guix/guix.git] / gnu / packages / cran.scm
1 ;;; GNU Guix --- Functional package management for GNU
2 ;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Ricardo Wurmus <rekado@elephly.net>
3 ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
4 ;;; Copyright © 2016, 2017 Ben Woodcroft <donttrustben@gmail.com>
5 ;;; Copyright © 2016, 2017, 2018 Roel Janssen <roel@gnu.org>
6 ;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
7 ;;; Copyright © 2017 Raoul Bonnal <ilpuccio.febo@gmail.com>
8 ;;; Copyright © 2018 Vijayalakshmi Vedantham <vijimay12@gmail.com>
9 ;;; Copyright © 2018 Sahithi Yarlagadda <sahi@swecha.net>
10 ;;; Copyright © 2018 Sandeep Subramanian <sandeepsubramanian94@gmail.com>
11 ;;; Copyright © 2018 Charlie Ritter <chewzeirta@posteo.net>
12 ;;; Copyright © 2018 Konrad Hinsen <konrad.hinsen@fastmail.net>
13 ;;; Copyright © 2018 Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
14 ;;; Copyright © 2018 Laura Lazzati <laura.lazzati.15@gmail.com>
15 ;;; Copyright © 2018 Leo Famulari <leo@famulari.name>
16 ;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com>
17 ;;; Copyright © 2018 Eric Brown <brown@fastmail.com>
18 ;;; Copyright © 2018, 2019 Brett Gilio <brettg@gnu.org>
19 ;;; Copyright © 2019 Nicolò Balzarotti <anothersms@gmail.com>
20 ;;; Copyright © 2019 Wiktor Żelazny <wzelazny@vurv.cz>
21 ;;;
22 ;;; This file is part of GNU Guix.
23 ;;;
24 ;;; GNU Guix is free software; you can redistribute it and/or modify it
25 ;;; under the terms of the GNU General Public License as published by
26 ;;; the Free Software Foundation; either version 3 of the License, or (at
27 ;;; your option) any later version.
28 ;;;
29 ;;; GNU Guix is distributed in the hope that it will be useful, but
30 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
31 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
32 ;;; GNU General Public License for more details.
33 ;;;
34 ;;; You should have received a copy of the GNU General Public License
35 ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
36
37 (define-module (gnu packages cran)
38 #:use-module ((guix licenses) #:prefix license:)
39 #:use-module (guix packages)
40 #:use-module (guix download)
41 #:use-module (guix git-download)
42 #:use-module (guix utils)
43 #:use-module (guix build-system r)
44 #:use-module (gnu packages algebra)
45 #:use-module (gnu packages base)
46 #:use-module (gnu packages bioinformatics)
47 #:use-module (gnu packages c)
48 #:use-module (gnu packages compression)
49 #:use-module (gnu packages curl)
50 #:use-module (gnu packages databases)
51 #:use-module (gnu packages fontutils)
52 #:use-module (gnu packages gcc)
53 #:use-module (gnu packages geo)
54 #:use-module (gnu packages ghostscript)
55 #:use-module (gnu packages gl)
56 #:use-module (gnu packages gnome)
57 #:use-module (gnu packages graph)
58 #:use-module (gnu packages gtk)
59 #:use-module (gnu packages haskell-xyz)
60 #:use-module (gnu packages icu4c)
61 #:use-module (gnu packages image)
62 #:use-module (gnu packages imagemagick)
63 #:use-module (gnu packages java)
64 #:use-module (gnu packages javascript)
65 #:use-module (gnu packages lisp-xyz)
66 #:use-module (gnu packages machine-learning)
67 #:use-module (gnu packages maths)
68 #:use-module (gnu packages mpi)
69 #:use-module (gnu packages multiprecision)
70 #:use-module (gnu packages networking)
71 #:use-module (gnu packages pcre)
72 #:use-module (gnu packages perl)
73 #:use-module (gnu packages pkg-config)
74 #:use-module (gnu packages python)
75 #:use-module (gnu packages python-xyz)
76 #:use-module (gnu packages statistics)
77 #:use-module (gnu packages tcl)
78 #:use-module (gnu packages tls)
79 #:use-module (gnu packages web)
80 #:use-module (gnu packages xorg))
81
82 (define-public r-clipr
83 (package
84 (name "r-clipr")
85 (version "0.7.0")
86 (source
87 (origin
88 (method url-fetch)
89 (uri (cran-uri "clipr" version))
90 (sha256
91 (base32
92 "1qn2p13d0c1bpqss6mv9hk60980rzhznfqpyaf5x0fy65svy9903"))))
93 (build-system r-build-system)
94 (home-page "https://github.com/mdlincoln/clipr")
95 (synopsis "Read and write from the system clipboard")
96 (description
97 "This package provides simple utility functions to read from and write to
98 the system clipboards.")
99 (license license:gpl3)))
100
101 (define-public r-scales
102 (package
103 (name "r-scales")
104 (version "1.1.0")
105 (source
106 (origin
107 (method url-fetch)
108 (uri (cran-uri "scales" version))
109 (sha256
110 (base32 "00rdbfj5mwc3kr8pskidn3n2zkp4ms6cx36xazz54pxw3pysdr0y"))))
111 (build-system r-build-system)
112 (propagated-inputs
113 `(("r-farver" ,r-farver)
114 ("r-labeling" ,r-labeling)
115 ("r-lifecycle" ,r-lifecycle)
116 ("r-munsell" ,r-munsell)
117 ("r-rcolorbrewer" ,r-rcolorbrewer)
118 ("r-r6" ,r-r6)
119 ("r-viridislite" ,r-viridislite)))
120 (home-page "https://github.com/hadley/scales")
121 (synopsis "Scale functions for visualization")
122 (description
123 "This package provides graphical scales that map data to aesthetics, and
124 provides methods for automatically determining breaks and labels for axes and
125 legends.")
126 (license license:expat)))
127
128 (define-public r-pheatmap
129 (package
130 (name "r-pheatmap")
131 (version "1.0.12")
132 (source
133 (origin
134 (method url-fetch)
135 (uri (cran-uri "pheatmap" version))
136 (sha256
137 (base32
138 "1hdh74az3vyzz6dqa311rhxdm74n46lyr03p862kn80p0kp9d7ap"))))
139 (build-system r-build-system)
140 (propagated-inputs
141 `(("r-gtable" ,r-gtable)
142 ("r-rcolorbrewer" ,r-rcolorbrewer)
143 ("r-scales" ,r-scales)))
144 (home-page "https://cran.r-project.org/web/packages/pheatmap")
145 (synopsis "Pretty heatmaps")
146 (description
147 "This package provides an implementation of heatmaps that offers more
148 control over dimensions and appearance.")
149 (license license:gpl2+)))
150
151 (define-public r-ellipsis
152 (package
153 (name "r-ellipsis")
154 (version "0.3.0")
155 (source
156 (origin
157 (method url-fetch)
158 (uri (cran-uri "ellipsis" version))
159 (sha256
160 (base32
161 "01z9gq311nzwv3a0sa49jhm5ylqd59srip4vjkrf23hzgb5i9y0b"))))
162 (build-system r-build-system)
163 (propagated-inputs
164 `(("r-rlang" ,r-rlang)))
165 (home-page "https://github.com/hadley/ellipsis")
166 (synopsis "Tools for working with additional arguments")
167 (description
168 "In S3 generics, it's useful to take @code{...} so that methods can have
169 additional arguments. But this flexibility comes at a cost: misspelled
170 arguments will be silently ignored. The @code{ellipsis} package is an
171 experiment that allows a generic to warn if any arguments passed in @code{...}
172 are not used.")
173 (license license:gpl3)))
174
175 (define-public r-grr
176 (package
177 (name "r-grr")
178 (version "0.9.5")
179 (source
180 (origin
181 (method url-fetch)
182 (uri (cran-uri "grr" version))
183 (sha256
184 (base32
185 "0arbcgrvhkwb5xk4nry1ffg2qj0v8ivhjghdr505ib4357g0c9i9"))))
186 (build-system r-build-system)
187 (home-page "https://cran.r-project.org/web/packages/grr")
188 (synopsis "Alternative implementations of base R functions")
189 (description
190 "This package provides alternative implementations of some base R
191 functions, including @code{sort}, @code{order}, and @code{match}. The
192 functions are simplified but can be faster or have other advantages.")
193 (license license:gpl3)))
194
195 (define-public r-matrix-utils
196 (package
197 (name "r-matrix-utils")
198 (version "0.9.8")
199 (source
200 (origin
201 (method url-fetch)
202 (uri (cran-uri "Matrix.utils" version))
203 (sha256
204 (base32
205 "0a5fq1scykqk0kc9j051j6fix6j2dqwz5wbgb0amaxsiywz9vigb"))))
206 (properties `((upstream-name . "Matrix.utils")))
207 (build-system r-build-system)
208 (propagated-inputs
209 `(("r-grr" ,r-grr)
210 ("r-matrix" ,r-matrix)))
211 (home-page "https://github.com/cvarrichio/Matrix.utils")
212 (synopsis
213 "Data.frame-Like Operations on Sparse and Dense Matrix Objects")
214 (description
215 "This package implements data manipulation methods such as @code{cast},
216 @code{aggregate}, and @code{merge}/@code{join} for Matrix and Matrix-like
217 objects.")
218 (license license:gpl3)))
219
220 (define-public r-sys
221 (package
222 (name "r-sys")
223 (version "3.3")
224 (source
225 (origin
226 (method url-fetch)
227 (uri (cran-uri "sys" version))
228 (sha256
229 (base32
230 "14wvy46i2iz9jn7lj3cvifmps932s3395wq681hniva0f8m7q8d6"))))
231 (build-system r-build-system)
232 (home-page "https://github.com/jeroen/sys")
233 (synopsis "Powerful and reliable tools for running system commands in R")
234 (description
235 "This package provides drop-in replacements for the base @code{system2()}
236 function with fine control and consistent behavior across platforms. It
237 supports clean interruption, timeout, background tasks, and streaming STDIN /
238 STDOUT / STDERR over binary or text connections. The package also provides
239 functions for evaluating expressions inside a temporary fork. Such
240 evaluations have no side effects on the main R process, and support reliable
241 interrupts and timeouts. This provides the basis for a sandboxing
242 mechanism.")
243 (license license:expat)))
244
245 (define-public r-askpass
246 (package
247 (name "r-askpass")
248 (version "1.1")
249 (source
250 (origin
251 (method url-fetch)
252 (uri (cran-uri "askpass" version))
253 (sha256
254 (base32
255 "07q0ik8jzk44vpwh48rr3fnpd7dzsdhjjsl4l850rffv3dyq4h6v"))))
256 (build-system r-build-system)
257 (propagated-inputs `(("r-sys" ,r-sys)))
258 (home-page "https://github.com/jeroen/askpass")
259 (synopsis "Safe password entry for R")
260 (description
261 "This package provides cross-platform utilities for prompting the user
262 for credentials or a passphrase, for example to authenticate with a server or
263 read a protected key.")
264 (license license:expat)))
265
266 (define-public r-vegan
267 (package
268 (name "r-vegan")
269 (version "2.5-6")
270 (source
271 (origin
272 (method url-fetch)
273 (uri (cran-uri "vegan" version))
274 (sha256
275 (base32
276 "0g60rgn1i7wqf9pf5m1yki1m45gcp7i5hmjic0ci0f6vng70mh5k"))))
277 (build-system r-build-system)
278 (native-inputs
279 `(("gfortran" ,gfortran)))
280 (propagated-inputs
281 `(("r-cluster" ,r-cluster)
282 ("r-knitr" ,r-knitr) ; needed for vignettes
283 ("r-lattice" ,r-lattice)
284 ("r-mass" ,r-mass)
285 ("r-mgcv" ,r-mgcv)
286 ("r-permute" ,r-permute)))
287 (home-page "https://cran.r-project.org/web/packages/vegan")
288 (synopsis "Functions for community ecology")
289 (description
290 "The vegan package provides tools for descriptive community ecology. It
291 has most basic functions of diversity analysis, community ordination and
292 dissimilarity analysis. Most of its multivariate tools can be used for other
293 data types as well.")
294 (license license:gpl2+)))
295
296 (define-public r-tidyverse
297 (package
298 (name "r-tidyverse")
299 (version "1.3.0")
300 (source
301 (origin
302 (method url-fetch)
303 (uri (cran-uri "tidyverse" version))
304 (sha256
305 (base32
306 "02gyys08qv2v4cl2d66gml4d31ipxay0iyfwwksvxyclx60wp2kd"))))
307 (build-system r-build-system)
308 (propagated-inputs
309 `(("r-broom" ,r-broom)
310 ("r-cli" ,r-cli)
311 ("r-crayon" ,r-crayon)
312 ("r-dbplyr" ,r-dbplyr)
313 ("r-dplyr" ,r-dplyr)
314 ("r-forcats" ,r-forcats)
315 ("r-ggplot2" ,r-ggplot2)
316 ("r-haven" ,r-haven)
317 ("r-hms" ,r-hms)
318 ("r-httr" ,r-httr)
319 ("r-jsonlite" ,r-jsonlite)
320 ("r-lubridate" ,r-lubridate)
321 ("r-magrittr" ,r-magrittr)
322 ("r-modelr" ,r-modelr)
323 ("r-pillar" ,r-pillar)
324 ("r-purrr" ,r-purrr)
325 ("r-readr" ,r-readr)
326 ("r-readxl" ,r-readxl)
327 ("r-reprex" ,r-reprex)
328 ("r-rlang" ,r-rlang)
329 ("r-rstudioapi" ,r-rstudioapi)
330 ("r-rvest" ,r-rvest)
331 ("r-stringr" ,r-stringr)
332 ("r-tibble" ,r-tibble)
333 ("r-tidyr" ,r-tidyr)
334 ("r-xml2" ,r-xml2)))
335 (home-page "https://tidyverse.tidyverse.org")
336 (synopsis "Install and load packages from the \"Tidyverse\"")
337 (description
338 "The @code{tidyverse} is a set of packages that work in harmony because
339 they share common data representations and API design. This package is
340 designed to make it easy to install and load multiple tidyverse packages in a
341 single step.")
342 (license license:gpl3)))
343
344 (define-public r-rvest
345 (package
346 (name "r-rvest")
347 (version "0.3.5")
348 (source
349 (origin
350 (method url-fetch)
351 (uri (cran-uri "rvest" version))
352 (sha256
353 (base32 "0r0a5jic09xw5pk0x42pr99r3zab5m9s4x85ymx1sl769jz42zqf"))))
354 (build-system r-build-system)
355 (propagated-inputs
356 `(("r-httr" ,r-httr)
357 ("r-magrittr" ,r-magrittr)
358 ("r-selectr" ,r-selectr)
359 ("r-xml2" ,r-xml2)))
360 (home-page "https://github.com/hadley/rvest")
361 (synopsis "Simple web scraping for R")
362 (description
363 "@code{r-rvest} helps you scrape information from web pages. It is
364 designed to work with @code{magrittr} to make it easy to express common web
365 scraping tasks, inspired by libraries like @code{BeautifulSoup}.")
366 (license license:gpl3)))
367
368 (define-public r-selectr
369 (package
370 (name "r-selectr")
371 (version "0.4-2")
372 (source
373 (origin
374 (method url-fetch)
375 (uri (cran-uri "selectr" version))
376 (sha256
377 (base32 "09y1n3iy297g49xlpl7xrjpwgnm57pskx5991lyfcpizbz8ax22m"))))
378 (build-system r-build-system)
379 (propagated-inputs
380 `(("r-stringr" ,r-stringr)
381 ("r-r6" ,r-r6)))
382 (home-page "https://sjp.co.nz/projects/selectr/")
383 (synopsis "Translate CSS selectors to XPath expressions")
384 (description
385 "@code{r-selectr} translates a CSS3 selector into an equivalent XPath
386 expression. This allows you to use CSS selectors when working with the XML
387 package as it can only evaluate XPath expressions. Also provided are
388 convenience functions useful for using CSS selectors on XML nodes. This
389 package is a port of the Python package @code{cssselect}.")
390 (license license:bsd-3)))
391
392 (define-public r-reprex
393 (package
394 (name "r-reprex")
395 (version "0.3.0")
396 (source
397 (origin
398 (method url-fetch)
399 (uri (cran-uri "reprex" version))
400 (sha256
401 (base32
402 "0v7vxzs8alwz8y1cjicpimp5yimf1g9gb8x5wy3zhvrz6kk2lg10"))))
403 (build-system r-build-system)
404 (propagated-inputs
405 `(("r-callr" ,r-callr)
406 ("r-clipr" ,r-clipr)
407 ("r-fs" ,r-fs)
408 ("r-rlang" ,r-rlang)
409 ("r-rmarkdown" ,r-rmarkdown)
410 ("r-whisker" ,r-whisker)
411 ("r-withr" ,r-withr)))
412 (home-page "https://github.com/tidyverse/reprex")
413 (synopsis "Prepare reproducible R code examples for sharing")
414 (description
415 "This package provides a convenience wrapper that uses the
416 @code{rmarkdown} package to render small snippets of code to target formats
417 that include both code and output. The goal is to encourage the sharing of
418 small, reproducible, and runnable examples on code-oriented websites or email.
419 @code{reprex} also extracts clean, runnable R code from various common formats,
420 such as copy/paste from an R session.")
421 (license license:expat)))
422
423 (define-public r-callr
424 (package
425 (name "r-callr")
426 (version "3.4.2")
427 (source
428 (origin
429 (method url-fetch)
430 (uri (cran-uri "callr" version))
431 (sha256
432 (base32
433 "0bdlp0labwyfl36jqslj2g7zmw7zwr58v9gam435kiblhjimb8fc"))))
434 (build-system r-build-system)
435 (propagated-inputs
436 `(("r-r6" ,r-r6)
437 ("r-processx" ,r-processx)))
438 (home-page "https://github.com/r-lib/callr#readme")
439 (synopsis "Call R from R")
440 (description
441 "It is sometimes useful to perform a computation in a separate R process,
442 without affecting the current R process at all. This package does exactly
443 that.")
444 (license license:expat)))
445
446 (define-public r-readxl
447 (package
448 (name "r-readxl")
449 (version "1.3.1")
450 (source
451 (origin
452 (method url-fetch)
453 (uri (cran-uri "readxl" version))
454 (sha256
455 (base32
456 "15mambxr8c7k2ikdfsl1w3vxvm54dsnk0cl1qvks6iig7rql3d14"))))
457 (build-system r-build-system)
458 (propagated-inputs
459 `(("r-cellranger" ,r-cellranger)
460 ("r-progress" ,r-progress)
461 ("r-rcpp" ,r-rcpp)
462 ("r-tibble" ,r-tibble)))
463 (home-page "https://readxl.tidyverse.org")
464 (synopsis "Read Excel files")
465 (description
466 "This package lets you import Excel files into R. It supports
467 @file{.xls} via the embedded @code{libxls} C library and @file{.xlsx} via
468 the embedded @code{RapidXML} C++ library.")
469 ;; XXX: This package bundles a copy of 'libxsl' which is BSD-2 and
470 ;; 'rapidxml' which is Boost.
471 (license (list license:gpl3 license:bsd-2 license:boost1.0))))
472
473 (define-public r-modelr
474 (package
475 (name "r-modelr")
476 (version "0.1.6")
477 (source
478 (origin
479 (method url-fetch)
480 (uri (cran-uri "modelr" version))
481 (sha256
482 (base32
483 "1x2m34m4qirb401krmgc5wg3g7ndbcglfab2l0655rmky3fz7rfp"))))
484 (build-system r-build-system)
485 (propagated-inputs
486 `(("r-broom" ,r-broom)
487 ("r-dplyr" ,r-dplyr)
488 ("r-magrittr" ,r-magrittr)
489 ("r-purrr" ,r-purrr)
490 ("r-rlang" ,r-rlang)
491 ("r-tibble" ,r-tibble)
492 ("r-tidyr" ,r-tidyr)
493 ("r-tidyselect" ,r-tidyselect)))
494 (home-page "https://github.com/tidyverse/modelr")
495 (synopsis "Helper functions for modelling in pipelines")
496 (description
497 "Functions for modelling that help you seamlessly integrate modelling
498 into a pipeline of data manipulation and visualisation.")
499 (license license:gpl3)))
500
501 (define-public r-httpuv
502 (package
503 (name "r-httpuv")
504 (version "1.5.2")
505 (source (origin
506 (method url-fetch)
507 (uri (cran-uri "httpuv" version))
508 (sha256
509 (base32
510 "13ax0hs2lc39ilznh1zarwqdzahcbhb8adilrfik3xg0fkljpcwk"))))
511 (build-system r-build-system)
512 (propagated-inputs
513 `(("r-bh" ,r-bh)
514 ("r-later" ,r-later)
515 ("r-promises" ,r-promises)
516 ("r-r6" ,r-r6)
517 ("r-rcpp" ,r-rcpp)))
518 (home-page "https://github.com/rstudio/httpuv")
519 (synopsis "HTTP and WebSocket server library for R")
520 (description
521 "The httpuv package provides low-level socket and protocol support for
522 handling HTTP and WebSocket requests directly from within R. It is primarily
523 intended as a building block for other packages, rather than making it
524 particularly easy to create complete web applications using httpuv alone.")
525 ;; This package includes third-party code that was originally released
526 ;; under various non-copyleft licenses. Full licensing information can be
527 ;; obtained here: https://github.com/rstudio/httpuv/blob/master/LICENSE
528 (license license:gpl3+)))
529
530 (define-public r-jsonlite
531 (package
532 (name "r-jsonlite")
533 (version "1.6.1")
534 (source (origin
535 (method url-fetch)
536 (uri (cran-uri "jsonlite" version))
537 (sha256
538 (base32
539 "0xrki07wc17bkmhz0h7jay784j1sls2i9bf1mfpj6yl59791v4kl"))))
540 (build-system r-build-system)
541 (home-page "https://arxiv.org/abs/1403.2805")
542 (synopsis "Robust, high performance JSON parser and generator for R")
543 (description
544 "The jsonlite package provides a fast JSON parser and generator optimized
545 for statistical data and the web. It offers flexible, robust, high
546 performance tools for working with JSON in R and is particularly powerful for
547 building pipelines and interacting with a web API. In addition to converting
548 JSON data from/to R objects, jsonlite contains functions to stream, validate,
549 and prettify JSON data. The unit tests included with the package verify that
550 all edge cases are encoded and decoded consistently for use with dynamic data
551 in systems and applications.")
552 (license license:expat)))
553
554 (define-public r-servr
555 (package
556 (name "r-servr")
557 (version "0.16")
558 (source (origin
559 (method url-fetch)
560 (uri (cran-uri "servr" version))
561 (sha256
562 (base32
563 "106skz04iq4dkblr17idxsxfcfqic6rcaz8mahydkwjjppnhp5fc"))))
564 (build-system r-build-system)
565 (propagated-inputs
566 `(("r-httpuv" ,r-httpuv)
567 ("r-jsonlite" ,r-jsonlite)
568 ("r-mime" ,r-mime)
569 ("r-xfun" ,r-xfun)))
570 (home-page "https://github.com/yihui/servr")
571 (synopsis "Simple HTTP server to serve static files or dynamic documents")
572 (description
573 "Servr provides an HTTP server in R to serve static files, or dynamic
574 documents that can be converted to HTML files (e.g., R Markdown) under a given
575 directory.")
576 (license license:expat)))
577
578 (define-public r-htmltools
579 (package
580 (name "r-htmltools")
581 (version "0.4.0")
582 (source (origin
583 (method url-fetch)
584 (uri (cran-uri "htmltools" version))
585 (sha256
586 (base32
587 "06l17d8jkf438yk2mchpsp4j90bynnapz3nabh5vkcc324p5a62v"))))
588 (build-system r-build-system)
589 (propagated-inputs
590 `(("r-digest" ,r-digest)
591 ("r-rcpp" ,r-rcpp)
592 ("r-rlang" ,r-rlang)))
593 (home-page "https://cran.r-project.org/web/packages/htmltools")
594 (synopsis "R tools for HTML")
595 (description
596 "This package provides tools for HTML generation and output in R.")
597 (license license:expat)))
598
599 (define-public r-htmlwidgets
600 (package
601 (name "r-htmlwidgets")
602 (version "1.5.1")
603 (source (origin
604 (method url-fetch)
605 (uri (cran-uri "htmlwidgets" version))
606 (sha256
607 (base32
608 "10fp306l1nybkah6jrlrqwwdb6zvklbddp8i3w9v9naj8la5jbnl"))))
609 (build-system r-build-system)
610 (propagated-inputs
611 `(("r-htmltools" ,r-htmltools)
612 ("r-jsonlite" ,r-jsonlite)
613 ("r-yaml" ,r-yaml)))
614 (home-page "https://github.com/ramnathv/htmlwidgets")
615 (synopsis "HTML Widgets for R")
616 (description
617 "HTML widgets is a framework for creating HTML widgets that render in
618 various contexts including the R console, R Markdown documents, and Shiny web
619 applications.")
620 (license license:expat)))
621
622 (define-public r-htmltable
623 (package
624 (name "r-htmltable")
625 (version "1.13.3")
626 (source
627 (origin
628 (method url-fetch)
629 (uri (cran-uri "htmlTable" version))
630 (sha256
631 (base32
632 "0g9r156k9yl1f092hfw3b9wjx11akf0shbi3x0d0mvpnflvc8nfl"))))
633 (properties `((upstream-name . "htmlTable")))
634 (build-system r-build-system)
635 (propagated-inputs
636 `(("r-checkmate" ,r-checkmate)
637 ("r-htmltools" ,r-htmltools)
638 ("r-htmlwidgets" ,r-htmlwidgets)
639 ("r-knitr" ,r-knitr)
640 ("r-magrittr" ,r-magrittr)
641 ("r-rstudioapi" ,r-rstudioapi)
642 ("r-stringr" ,r-stringr)))
643 (home-page "http://gforge.se/packages/")
644 (synopsis "Advanced tables for Markdown/HTML")
645 (description
646 "This package provides functions to build tables with advanced layout
647 elements such as row spanners, column spanners, table spanners, zebra
648 striping, and more. While allowing advanced layout, the underlying
649 CSS-structure is simple in order to maximize compatibility with word
650 processors such as LibreOffice. The package also contains a few text
651 formatting functions that help outputting text compatible with HTML or
652 LaTeX.")
653 (license license:gpl3+)))
654
655 (define-public r-curl
656 (package
657 (name "r-curl")
658 (version "4.3")
659 (source (origin
660 (method url-fetch)
661 (uri (cran-uri "curl" version))
662 (sha256
663 (base32
664 "1nrf6md41b37j424y6rvifdj9zb3j14f60fj7q71k9jhpf2x81kl"))))
665 (build-system r-build-system)
666 (arguments
667 `(#:phases
668 (modify-phases %standard-phases
669 ;; The environment variable CURL_CA_BUNDLE is only respected when
670 ;; running Windows, so we disable the platform checks.
671 ;; This can be removed once the libcurl has been patched.
672 (add-after 'unpack 'allow-CURL_CA_BUNDLE
673 (lambda _
674 (substitute* "R/onload.R"
675 (("if \\(!grepl\\(\"mingw\".*")
676 "if (FALSE)\n"))
677 (substitute* "src/handle.c"
678 (("#ifdef _WIN32") "#if 1"))
679 #t)))))
680 (inputs
681 `(("libcurl" ,curl)
682 ("zlib" ,zlib)))
683 (native-inputs
684 `(("pkg-config" ,pkg-config)))
685 (home-page "https://github.com/jeroenooms/curl")
686 (synopsis "HTTP client for R")
687 (description
688 "The @code{curl()} and @code{curl_download()} functions provide highly
689 configurable drop-in replacements for base @code{url()} and
690 @code{download.file()} with better performance, support for encryption, gzip
691 compression, authentication, and other @code{libcurl} goodies. The core of
692 the package implements a framework for performing fully customized requests
693 where data can be processed either in memory, on disk, or streaming via the
694 callback or connection interfaces.")
695 (license license:expat)))
696
697 (define-public r-hwriter
698 (package
699 (name "r-hwriter")
700 (version "1.3.2")
701 (source
702 (origin
703 (method url-fetch)
704 (uri (cran-uri "hwriter" version))
705 (sha256
706 (base32
707 "0arjsz854rfkfqhgvpqbm9lfni97dcjs66isdsfvwfd2wz932dbb"))))
708 (build-system r-build-system)
709 (home-page "https://cran.r-project.org/web/packages/hwriter")
710 (synopsis "Output R objects in HTML format")
711 (description
712 "This package provides easy-to-use and versatile functions to output R
713 objects in HTML format.")
714 (license license:lgpl2.1+)))
715
716 (define-public r-rjson
717 (package
718 (name "r-rjson")
719 (version "0.2.20")
720 (source
721 (origin
722 (method url-fetch)
723 (uri (cran-uri "rjson" version))
724 (sha256
725 (base32
726 "0v1zvdd3svnavklh7y5xbwrrkbvx6053r4c5hgnk7hz7bqg7qa1s"))))
727 (build-system r-build-system)
728 (home-page "https://cran.r-project.org/web/packages/rjson")
729 (synopsis "JSON library for R")
730 (description
731 "This package provides functions to convert R objects into JSON objects
732 and vice-versa.")
733 (license license:gpl2+)))
734
735 (define-public r-fastmap
736 (package
737 (name "r-fastmap")
738 (version "1.0.1")
739 (source
740 (origin
741 (method url-fetch)
742 (uri (cran-uri "fastmap" version))
743 (sha256
744 (base32
745 "1v7sp56xiha0bh78g3w92k52p9vkp7ryzpw0z66nyddxzrfv0y27"))))
746 (properties `((upstream-name . "fastmap")))
747 (build-system r-build-system)
748 (home-page "https://r-lib.github.io/fastmap/")
749 (synopsis "Fast implementation of a key-value store")
750 (description
751 "This package provides a fast implementation of a key-value store.
752 Environments are commonly used as key-value stores, but every time a new key
753 is used, it is added to R's global symbol table, causing a small amount of
754 memory leakage. This can be problematic in cases where many different keys
755 are used. Fastmap avoids this memory leak issue by implementing the map using
756 data structures in C++.")
757 (license license:expat)))
758
759 (define-public r-shiny
760 (package
761 (name "r-shiny")
762 (version "1.4.0")
763 (source
764 (origin
765 (method git-fetch)
766 (uri (git-reference
767 (url "https://github.com/rstudio/shiny.git")
768 (commit (string-append "v" version))))
769 (file-name (git-file-name name version))
770 (sha256
771 (base32
772 "17ac48g414h9dhi0k4wrah4gyik0q5r0xw3kc01c02qfjwimqsx7"))))
773 (build-system r-build-system)
774 (arguments
775 `(#:modules ((guix build r-build-system)
776 (guix build minify-build-system)
777 (guix build utils)
778 (ice-9 match))
779 #:imported-modules (,@%r-build-system-modules
780 (guix build minify-build-system))
781 #:phases
782 (modify-phases (@ (guix build r-build-system) %standard-phases)
783 (add-after 'unpack 'replace-bundled-minified-JavaScript
784 (lambda* (#:key inputs #:allow-other-keys)
785 (let ((replace-file (lambda (old new)
786 (format #t "replacing ~a with ~a\n" old new)
787 (delete-file old)
788 (symlink new old))))
789 ;; NOTE: Files in ./inst/www/shared/datepicker/js/locales/
790 ;; contain just data. They are not minified code, so we don't
791 ;; replace them.
792 (with-directory-excursion "inst/www/shared"
793 (replace-file "bootstrap/shim/respond.min.js"
794 (string-append (assoc-ref inputs "js-respond")
795 "/share/javascript/respond.min.js"))
796 (replace-file "bootstrap/shim/html5shiv.min.js"
797 (string-append (assoc-ref inputs "js-html5shiv")
798 "/share/javascript/html5shiv.min.js"))
799 (replace-file "json2-min.js"
800 (string-append (assoc-ref inputs "js-json2")
801 "/share/javascript/json2-min.js"))
802 (replace-file "strftime/strftime-min.js"
803 (string-append (assoc-ref inputs "js-strftime")
804 "/share/javascript/strftime.min.js"))
805 (replace-file "highlight/highlight.pack.js"
806 (string-append (assoc-ref inputs "js-highlight")
807 "/share/javascript/highlight.min.js"))
808 (replace-file "datatables/js/jquery.dataTables.min.js"
809 (string-append (assoc-ref inputs "js-datatables")
810 "/share/javascript/jquery.dataTables.min.js"))
811 (replace-file "selectize/js/selectize.min.js"
812 (string-append (assoc-ref inputs "js-selectize")
813 "/share/javascript/selectize.min.js"))
814 (replace-file "selectize/js/es5-shim.min.js"
815 (string-append (assoc-ref inputs "js-es5-shim")
816 "/share/javascript/es5-shim.min.js"))
817 (for-each (match-lambda
818 ((source . target)
819 (delete-file target)
820 (minify source #:target target)))
821 '(("jqueryui/jquery-ui.js" .
822 "jqueryui/jquery-ui.min.js")
823 ("datepicker/js/bootstrap-datepicker.js" .
824 "datepicker/js/bootstrap-datepicker.min.js")
825 ("ionrangeslider/js/ion.rangeSlider.js" .
826 "ionrangeslider/js/ion.rangeSlider.min.js")
827 ("bootstrap/js/bootstrap.js" .
828 "bootstrap/js/bootstrap.min.js")
829 ("shiny.js" .
830 "shiny.min.js")
831 ("jquery.js" .
832 "jquery.min.js")
833 ("legacy/jquery.js" .
834 "legacy/jquery.min.js")
835 ("showdown/src/showdown.js" .
836 "showdown/compressed/showdown.js")))))
837 #t)))))
838 (propagated-inputs
839 `(("r-crayon" ,r-crayon)
840 ("r-fastmap" ,r-fastmap)
841 ("r-httpuv" ,r-httpuv)
842 ("r-mime" ,r-mime)
843 ("r-jsonlite" ,r-jsonlite)
844 ("r-xtable" ,r-xtable)
845 ("r-digest" ,r-digest)
846 ("r-htmltools" ,r-htmltools)
847 ("r-r6" ,r-r6)
848 ("r-sourcetools" ,r-sourcetools)))
849 (inputs
850 `(("js-datatables" ,js-datatables)
851 ("js-html5shiv" ,js-html5shiv)
852 ("js-json2" ,js-json2)
853 ("js-respond" ,js-respond)
854 ("js-selectize" ,js-selectize)
855 ("js-strftime" ,js-strftime)
856 ("js-highlight" ,js-highlight)
857 ("js-es5-shim" ,js-es5-shim)))
858 (native-inputs
859 `(("uglify-js" ,uglify-js)))
860 (home-page "http://shiny.rstudio.com")
861 (synopsis "Easy interactive web applications with R")
862 (description
863 "Makes it incredibly easy to build interactive web applications
864 with R. Automatic \"reactive\" binding between inputs and outputs and
865 extensive prebuilt widgets make it possible to build beautiful,
866 responsive, and powerful applications with minimal effort.")
867 (license license:artistic2.0)))
868
869 ;; This package includes minified JavaScript files. When upgrading please
870 ;; check that there are no new minified JavaScript files.
871 (define-public r-shinytree
872 (package
873 (name "r-shinytree")
874 (version "0.2.7")
875 (source
876 (origin
877 (method url-fetch)
878 (uri (cran-uri "shinyTree" version))
879 (sha256
880 (base32
881 "0jfx2capckv7hf2yx3fn8i4rcmhi222ah91jnmhg497x8wgz31s3"))
882 (modules '((guix build utils)))
883 (snippet
884 '(begin
885 ;; Delete minified JavaScript
886 (for-each delete-file
887 '("inst/www/jsTree-3.3.7/libs/require.js"
888 "inst/www/jsTree-3.3.7/libs/jquery.js"
889 "inst/www/jsTree-3.3.7/jstree.min.js"))
890 #t))))
891 (properties `((upstream-name . "shinyTree")))
892 (build-system r-build-system)
893 (arguments
894 `(#:modules ((guix build utils)
895 (guix build r-build-system)
896 (srfi srfi-1)
897 (ice-9 popen))
898 #:phases
899 (modify-phases %standard-phases
900 (add-after 'unpack 'replace-minified-javascript
901 (lambda* (#:key inputs #:allow-other-keys)
902 (with-directory-excursion "inst/www/jsTree-3.3.7/"
903 (symlink (string-append (assoc-ref inputs "js-requirejs")
904 "/share/javascript/require.min.js")
905 "libs/require.js")
906 (call-with-values
907 (lambda ()
908 (unzip2
909 `((,(assoc-ref inputs "js-jquery")
910 "libs/jquery.js")
911 ("jstree.js"
912 "jstree.min.js"))))
913 (lambda (sources targets)
914 (for-each (lambda (source target)
915 (format #t "Processing ~a --> ~a~%"
916 source target)
917 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
918 (call-with-output-file target
919 (lambda (port)
920 (dump-port minified port)))))
921 sources targets))))
922 #t)))))
923 (propagated-inputs
924 `(("r-htmlwidgets" ,r-htmlwidgets)
925 ("r-jsonlite" ,r-jsonlite)
926 ("r-promises" ,r-promises)
927 ("r-shiny" ,r-shiny)
928 ("r-stringr" ,r-stringr)))
929 (inputs
930 `(("js-requirejs" ,js-requirejs)))
931 (native-inputs
932 `(("uglify-js" ,uglify-js)
933 ("js-jquery"
934 ,(origin
935 (method url-fetch)
936 (uri "https://code.jquery.com/jquery-3.3.1.js")
937 (sha256
938 (base32
939 "1b8zxrp6xwzpw25apn8j4qws0f6sr7qr7h2va5h1mjyfqvn29anq"))))))
940 (home-page "https://cran.r-project.org/web/packages/shinyTree/")
941 (synopsis "jsTree bindings for Shiny")
942 (description
943 "This package exposes R bindings to jsTree, a JavaScript library that
944 supports interactive trees, to enable rich, editable trees in Shiny.")
945 (license license:expat)))
946
947 (define-public r-shinydashboard
948 (package
949 (name "r-shinydashboard")
950 (version "0.7.1")
951 (source (origin
952 (method url-fetch)
953 (uri (cran-uri "shinydashboard" version))
954 (sha256
955 (base32
956 "0khac8b27q3swdw07kl609hm0fjfjsjv591b388q99mqqr2rk92i"))))
957 (build-system r-build-system)
958 ;; The directory inst/AdminLTE/ contains a minified JavaScript file.
959 ;; Regenerate it from the included sources.
960 (arguments
961 `(#:modules ((guix build utils)
962 (guix build r-build-system)
963 (ice-9 popen))
964 #:phases
965 (modify-phases %standard-phases
966 (add-after 'unpack 'generate-minified-javascript
967 (lambda _
968 (with-directory-excursion "inst/AdminLTE"
969 (delete-file "app.min.js")
970 (let ((minified (open-pipe* OPEN_READ "uglify-js" "app.js")))
971 (call-with-output-file "app.min.js"
972 (lambda (port)
973 (dump-port minified port))))))))))
974 (propagated-inputs
975 `(("r-htmltools" ,r-htmltools)
976 ("r-promises" ,r-promises)
977 ("r-shiny" ,r-shiny)))
978 (native-inputs
979 `(("uglify-js" ,uglify-js)))
980 (home-page "http://rstudio.github.io/shinydashboard/")
981 (synopsis "Create dashboards with shiny")
982 (description "This package provides an extension to the Shiny web
983 application framework for R, making it easy to create attractive dashboards.")
984 ;; This package includes software that was released under the Expat
985 ;; license, but the whole package is released under GPL version 2 or
986 ;; later.
987 (license license:gpl2+)))
988
989 (define-public r-shinyfiles
990 (package
991 (name "r-shinyfiles")
992 (version "0.7.5")
993 (source
994 (origin
995 (method url-fetch)
996 (uri (cran-uri "shinyFiles" version))
997 (sha256
998 (base32 "1143m941hma9hc77c3xcw26c0ygfhn9ii2sbp9wrydxv4gc7mr8a"))))
999 (properties `((upstream-name . "shinyFiles")))
1000 (build-system r-build-system)
1001 (propagated-inputs
1002 `(("r-fs" ,r-fs)
1003 ("r-htmltools" ,r-htmltools)
1004 ("r-jsonlite" ,r-jsonlite)
1005 ("r-shiny" ,r-shiny)
1006 ("r-tibble" ,r-tibble)))
1007 (home-page "https://github.com/thomasp85/shinyFiles")
1008 (synopsis "Server-side file system viewer for Shiny")
1009 (description
1010 "This package provides functionality for client-side navigation of the
1011 server side file system in shiny apps. In case the app is running locally
1012 this gives the user direct access to the file system without the need to
1013 \"download\" files to a temporary location. Both file and folder selection as
1014 well as file saving is available.")
1015 (license license:gpl2+)))
1016
1017 (define-public r-shinythemes
1018 (package
1019 (name "r-shinythemes")
1020 (version "1.1.2")
1021 (source
1022 (origin
1023 (method url-fetch)
1024 (uri (cran-uri "shinythemes" version))
1025 (sha256
1026 (base32
1027 "12miz44n2zxfswnia7p8dirxj3miw0aqn4pkx2111ikz67ax84rf"))))
1028 (properties `((upstream-name . "shinythemes")))
1029 (build-system r-build-system)
1030 (propagated-inputs `(("r-shiny" ,r-shiny)))
1031 (home-page "http://rstudio.github.io/shinythemes/")
1032 (synopsis "Themes for Shiny")
1033 (description
1034 "This package provides themes for use with Shiny. It includes several
1035 Bootstrap themes, which are packaged for use with Shiny applications.")
1036 ;; The package is released under version 3 of the GPL, but it includes
1037 ;; source files that are covered by the Expat license. It also includes
1038 ;; fonts under SIL or the ASL.
1039 (license (list license:gpl3 license:expat
1040 license:silofl1.1 license:asl2.0))))
1041
1042 ;; The package sources include minified variants of d3.js and non-minified
1043 ;; source code of d3-jetpack.
1044 (define-public r-d3r
1045 (package
1046 (name "r-d3r")
1047 (version "0.8.7")
1048 (source
1049 (origin
1050 (method url-fetch)
1051 (uri (cran-uri "d3r" version))
1052 (sha256
1053 (base32
1054 "0xl3im76lp7pd5lhp8jfyqdm4j4zvjrx5a5fl81xv2cf7x3n4f2a"))))
1055 (build-system r-build-system)
1056 (arguments
1057 `(#:modules ((guix build utils)
1058 (guix build r-build-system)
1059 (srfi srfi-1)
1060 (ice-9 popen))
1061 #:phases
1062 (modify-phases %standard-phases
1063 (add-after 'unpack 'process-javascript
1064 (lambda* (#:key inputs #:allow-other-keys)
1065 (with-directory-excursion "inst/www/d3/"
1066 (call-with-values
1067 (lambda ()
1068 (unzip2
1069 `((,(assoc-ref inputs "d3.v3.js")
1070 "v3/dist/d3.min.js")
1071 (,(assoc-ref inputs "d3.v4.js")
1072 "v4/dist/d3.min.js")
1073 (,(assoc-ref inputs "d3.v5.js")
1074 "v5/dist/d3.min.js"))))
1075 (lambda (sources targets)
1076 (for-each (lambda (source target)
1077 (format #t "Processing ~a --> ~a~%"
1078 source target)
1079 (delete-file target)
1080 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
1081 (call-with-output-file target
1082 (lambda (port)
1083 (dump-port minified port)))))
1084 sources targets))))
1085 #t)))))
1086 (propagated-inputs
1087 `(("r-dplyr" ,r-dplyr)
1088 ("r-htmltools" ,r-htmltools)
1089 ("r-tidyr" ,r-tidyr)))
1090 (native-inputs
1091 `(("uglify-js" ,uglify-js)
1092 ("d3.v3.js"
1093 ,(origin
1094 (method url-fetch)
1095 (uri "https://d3js.org/d3.v3.js")
1096 (sha256
1097 (base32
1098 "1arr7sr08vy7wh0nvip2mi7dpyjw4576vf3bm45rp4g5lc1k1x41"))))
1099 ("d3.v4.js"
1100 ,(origin
1101 (method url-fetch)
1102 (uri "https://d3js.org/d3.v4.js")
1103 (sha256
1104 (base32
1105 "0y7byf6kcinfz9ac59jxc4v6kppdazmnyqfav0dm4h550fzfqqlg"))))
1106 ("d3.v5.js"
1107 ,(origin
1108 (method url-fetch)
1109 (uri "https://d3js.org/d3.v5.js")
1110 (sha256
1111 (base32
1112 "0kxvx5pfagxn6nhavdwsdnzyd26g0z5dsfi1pi5dvcmb0c8ipcdn"))))))
1113 (home-page "https://github.com/timelyportfolio/d3r")
1114 (synopsis "d3.js utilities for R")
1115 (description
1116 "This package provides a suite of functions to help ease the use of the
1117 d3.js visualization library in R. These helpers include
1118 @code{htmltools::htmlDependency} functions, hierarchy builders, and conversion
1119 tools for @code{partykit}, @code{igraph}, @code{table}, and @code{data.frame}
1120 R objects into the JSON format that the d3.js library expects.")
1121 (license license:bsd-3)))
1122
1123 ;; We use the latest commit here because the last release was in 2016 while
1124 ;; the latest commit was in 2018.
1125 (define-public r-sankeyd3
1126 (let ((commit "fd50a74e29056e0d67d75b4d04de47afb2f932bc")
1127 (revision "1"))
1128 (package
1129 (name "r-sankeyd3")
1130 (version (git-version "0.3.2" revision commit))
1131 (source
1132 (origin
1133 (method git-fetch)
1134 (uri (git-reference
1135 (url "https://github.com/fbreitwieser/sankeyD3.git")
1136 (commit commit)))
1137 (file-name (git-file-name name version))
1138 (sha256
1139 (base32
1140 "0jrcnfax321pszbpjdifnkbrgbjr43bjzvlzv1p5a8wskksqwiyx"))))
1141 (build-system r-build-system)
1142 (propagated-inputs
1143 `(("r-d3r" ,r-d3r)
1144 ("r-htmlwidgets" ,r-htmlwidgets)
1145 ("r-shiny" ,r-shiny)
1146 ("r-magrittr" ,r-magrittr)))
1147 (home-page "https://github.com/fbreitwieser/sankeyD3")
1148 (synopsis "Sankey network graphs from R")
1149 (description
1150 "This package provides an R library to generate Sankey network graphs
1151 in R and Shiny via the D3 visualization library.")
1152 ;; The R code is licensed under GPLv3+. It includes the non-minified
1153 ;; JavaScript source code of d3-sankey, which is released under the
1154 ;; 3-clause BSD license.
1155 (license (list license:gpl3+ license:bsd-3)))))
1156
1157 (define-public r-crosstalk
1158 (package
1159 (name "r-crosstalk")
1160 (version "1.0.0")
1161 (source
1162 (origin
1163 (method url-fetch)
1164 (uri (cran-uri "crosstalk" version))
1165 (sha256
1166 (base32
1167 "0lfa89vhrzi7a1rghmygcjr8gzddw35sinb3jx6g49mc9jias7mk"))))
1168 (build-system r-build-system)
1169 (propagated-inputs
1170 `(("r-ggplot2" ,r-ggplot2)
1171 ("r-htmltools" ,r-htmltools)
1172 ("r-jsonlite" ,r-jsonlite)
1173 ("r-lazyeval" ,r-lazyeval)
1174 ("r-r6" ,r-r6)
1175 ("r-shiny" ,r-shiny)))
1176 (home-page "https://rstudio.github.io/crosstalk/")
1177 (synopsis "Inter-widget interactivity for HTML widgets")
1178 (description
1179 "This package provides building blocks for allowing HTML widgets to
1180 communicate with each other, with Shiny or without (i.e. static @code{.html}
1181 files). It currently supports linked brushing and filtering.")
1182 (license license:expat)))
1183
1184 (define-public r-rook
1185 (package
1186 (name "r-rook")
1187 (version "1.1-1")
1188 (source
1189 (origin
1190 (method url-fetch)
1191 (uri (cran-uri "Rook" version))
1192 (sha256
1193 (base32
1194 "00s9a0kr9rwxvlq433daxjk4ji8m0w60hjdprf502msw9kxfrx00"))))
1195 (properties `((upstream-name . "Rook")))
1196 (build-system r-build-system)
1197 (propagated-inputs `(("r-brew" ,r-brew)))
1198 (home-page "https://cran.r-project.org/web/packages/Rook")
1199 (synopsis "Web server interface for R")
1200 (description
1201 "This package contains the Rook specification and convenience software
1202 for building and running Rook applications. A Rook application is an R
1203 reference class object that implements a @code{call} method or an R closure
1204 that takes exactly one argument, an environment, and returns a list with three
1205 named elements: the @code{status}, the @code{headers}, and the @code{body}.")
1206 (license license:gpl2)))
1207
1208 (define-public r-miniui
1209 (package
1210 (name "r-miniui")
1211 (version "0.1.1.1")
1212 (source
1213 (origin
1214 (method url-fetch)
1215 (uri (cran-uri "miniUI" version))
1216 (sha256
1217 (base32
1218 "1h5h2sc57h95d6bsgs95l26911g38hvjc1v50bc31xl9689l2as5"))))
1219 (properties `((upstream-name . "miniUI")))
1220 (build-system r-build-system)
1221 (propagated-inputs
1222 `(("r-htmltools" ,r-htmltools)
1223 ("r-shiny" ,r-shiny)))
1224 (home-page "https://cran.r-project.org/web/packages/miniUI/")
1225 (synopsis "Shiny UI widgets for small screens")
1226 (description
1227 "This package provides UI widget and layout functions for writing Shiny apps that
1228 work well on small screens.")
1229 (license license:gpl3)))
1230
1231 (define-public r-feather
1232 (package
1233 (name "r-feather")
1234 (version "0.3.5")
1235 (source
1236 (origin
1237 (method url-fetch)
1238 (uri (cran-uri "feather" version))
1239 (sha256
1240 (base32
1241 "1gxd0h2m56sjjlzn4dry6s13nddxc4l5i11gsvavaf2dwbahdzsh"))))
1242 (build-system r-build-system)
1243 (propagated-inputs
1244 `(("r-hms" ,r-hms)
1245 ("r-rcpp" ,r-rcpp)
1246 ("r-tibble" ,r-tibble)))
1247 (home-page "https://github.com/wesm/feather")
1248 (synopsis "R Bindings to the Feather API")
1249 (description "Read and write feather files, a lightweight binary columnar
1250 data store designed for maximum speed.")
1251 (license license:asl2.0)))
1252
1253 (define-public r-maps
1254 (package
1255 (name "r-maps")
1256 (version "3.3.0")
1257 (source
1258 (origin
1259 (method url-fetch)
1260 (uri (cran-uri "maps" version))
1261 (sha256
1262 (base32
1263 "05i2ppl5z4p8rawgqmy3z4ia05fcblpq1vvrmrkgkkpdlhczx6hr"))))
1264 (build-system r-build-system)
1265 (home-page "https://cran.r-project.org/web/packages/maps")
1266 (synopsis "Draw geographical maps")
1267 (description "This package provides an R module for display of maps.
1268 Projection code and larger maps are in separate packages (@code{mapproj} and
1269 @code{mapdata}).")
1270 (license license:gpl2)))
1271
1272 (define-public r-mapproj
1273 (package
1274 (name "r-mapproj")
1275 (version "1.2.7")
1276 (source
1277 (origin
1278 (method url-fetch)
1279 (uri (cran-uri "mapproj" version))
1280 (sha256
1281 (base32
1282 "0nscsfq8md6ri9258xz57c3dj81wdl6kdwf4a9qcrwwbn20i427h"))))
1283 (build-system r-build-system)
1284 (propagated-inputs `(("r-maps" ,r-maps)))
1285 (home-page "https://cran.r-project.org/web/packages/mapproj")
1286 (synopsis "Map projection in R")
1287 (description "This package converts latitude/longitude into projected
1288 coordinates.")
1289 (license (list license:gpl2 ; The R interface
1290 (license:non-copyleft ; The C code
1291 "https://www.gnu.org/licenses/license-list.en.html#lucent102"
1292 "Lucent Public License Version 1.02")))))
1293
1294 (define-public r-rgooglemaps
1295 (package
1296 (name "r-rgooglemaps")
1297 (version "1.4.5.3")
1298 (source
1299 (origin
1300 (method url-fetch)
1301 (uri (cran-uri "RgoogleMaps" version))
1302 (sha256
1303 (base32
1304 "02v8k0bw70q4qwx4lcdy8p25q7n3ql2ll46lfpqllxa1p26svmfi"))))
1305 (properties `((upstream-name . "RgoogleMaps")))
1306 (build-system r-build-system)
1307 (propagated-inputs
1308 `(("r-png" ,r-png)
1309 ("r-sp" ,r-sp)))
1310 (home-page "https://cran.r-project.org/web/packages/RgoogleMaps")
1311 (synopsis "Use Google Maps in R")
1312 (description "This package serves two purposes:
1313 @enumerate
1314 @item Provide a comfortable R interface to query the Google server for static
1315 maps, and
1316 @item Use the map as a background image to overlay plots within R. This
1317 requires proper coordinate scaling.
1318 @end enumerate\n")
1319 (license license:gpl2+)))
1320
1321 (define-public r-geosphere
1322 (package
1323 (name "r-geosphere")
1324 (version "1.5-10")
1325 (source
1326 (origin
1327 (method url-fetch)
1328 (uri (cran-uri "geosphere" version))
1329 (sha256
1330 (base32
1331 "15xlgsmn0vwky1l13n6acdz6jn2b2na3gf6x367y3qh1f5w4zkan"))))
1332 (build-system r-build-system)
1333 (propagated-inputs `(("r-sp" ,r-sp)))
1334 (home-page "https://cran.r-project.org/web/packages/geosphere")
1335 (synopsis "Spherical trigonometry")
1336 (description "This package computes spherical trigonometry for geographic
1337 applications. That is, compute distances and related measures for angular
1338 (longitude/latitude) locations.")
1339 (license license:gpl3+)))
1340
1341 (define-public r-jpeg
1342 (package
1343 (name "r-jpeg")
1344 (version "0.1-8.1")
1345 (source
1346 (origin
1347 (method url-fetch)
1348 (uri (cran-uri "jpeg" version))
1349 (sha256
1350 (base32
1351 "1a8mi70x79a691r40yiw684jkg1mr9n8agkxlcksxcnrdybs9c0x"))))
1352 (build-system r-build-system)
1353 (inputs `(("libjpeg" ,libjpeg)))
1354 (home-page "http://www.rforge.net/jpeg/")
1355 (synopsis "Read and write JPEG images with R")
1356 (description "This package provides a way to read, write and display
1357 bitmap images stored in the JPEG format with R. It can read and write both
1358 files and in-memory raw vectors.")
1359 (license license:gpl2+)))
1360
1361 (define-public r-ggmap
1362 (package
1363 (name "r-ggmap")
1364 (version "3.0.0")
1365 (source
1366 (origin
1367 (method url-fetch)
1368 (uri (cran-uri "ggmap" version))
1369 (sha256
1370 (base32
1371 "13dmzl6z62pzjiffilarkji46vy0sacxa8a7mhrhc3biq3ylzhln"))))
1372 (build-system r-build-system)
1373 (propagated-inputs
1374 `(("r-bitops" ,r-bitops)
1375 ("r-digest" ,r-digest)
1376 ("r-dplyr" ,r-dplyr)
1377 ("r-ggplot2" ,r-ggplot2)
1378 ("r-glue" ,r-glue)
1379 ("r-httr" ,r-httr)
1380 ("r-jpeg" ,r-jpeg)
1381 ("r-magrittr" ,r-magrittr)
1382 ("r-plyr" ,r-plyr)
1383 ("r-png" ,r-png)
1384 ("r-purrr" ,r-purrr)
1385 ("r-rgooglemaps" ,r-rgooglemaps)
1386 ("r-rjson" ,r-rjson)
1387 ("r-scales" ,r-scales)
1388 ("r-stringr" ,r-stringr)
1389 ("r-tibble" ,r-tibble)
1390 ("r-tidyr" ,r-tidyr)))
1391 (home-page "https://github.com/dkahle/ggmap")
1392 (synopsis "Spatial visualization with ggplot2")
1393 (description "This package provides a collection of functions to visualize
1394 spatial data and models on top of static maps from various online sources (e.g
1395 Google Maps and Stamen Maps). It includes tools common to those tasks,
1396 including functions for geolocation and routing.")
1397 (license license:gpl2)))
1398
1399 (define-public r-haven
1400 (package
1401 (name "r-haven")
1402 (version "2.2.0")
1403 (source
1404 (origin
1405 (method url-fetch)
1406 (uri (cran-uri "haven" version))
1407 (sha256
1408 (base32
1409 "0g9d6mxqmrw2zdms78jpx2sx73pczlyy771v1h5hmxqz9sqyk7hr"))))
1410 (build-system r-build-system)
1411 (inputs
1412 `(("zlib" ,zlib)))
1413 (propagated-inputs
1414 `(("r-forcats" ,r-forcats)
1415 ("r-hms" ,r-hms)
1416 ("r-rcpp" ,r-rcpp)
1417 ("r-rlang" ,r-rlang)
1418 ("r-readr" ,r-readr)
1419 ("r-tibble" ,r-tibble)
1420 ("r-tidyselect" ,r-tidyselect)))
1421 (home-page "https://haven.tidyverse.org")
1422 (synopsis "Import and Export 'SPSS', 'Stata' and 'SAS' Files")
1423 (description
1424 "This package lets you mport foreign statistical formats into R via the
1425 embedded @url{https://github.com/WizardMac/ReadStat,ReadStat} C library.")
1426 (license license:expat)))
1427
1428 (define-public r-amap
1429 (package
1430 (name "r-amap")
1431 (version "0.8-18")
1432 (source (origin
1433 (method url-fetch)
1434 (uri (cran-uri "amap" version))
1435 (sha256
1436 (base32
1437 "0zpcb73w413na23f6giml9311jh0j0y766w2fh9i40d2h7bbvyvs"))))
1438 (build-system r-build-system)
1439 (native-inputs
1440 `(("gfortran" ,gfortran)))
1441 (home-page "http://mulcyber.toulouse.inra.fr/projects/amap/")
1442 (synopsis "Another multidimensional analysis package")
1443 (description "This package provides tools for clustering and principal
1444 component analysis (with robust methods, and parallelized functions).")
1445 (license license:gpl2+)))
1446
1447 (define-public r-ape
1448 (package
1449 (name "r-ape")
1450 (version "5.3")
1451 (source
1452 (origin
1453 (method url-fetch)
1454 (uri (cran-uri "ape" version))
1455 (sha256
1456 (base32
1457 "08wbk1kxhs32bmmvqlqanbdg1w235amd35k8m00fngsj9h9xzc08"))))
1458 (build-system r-build-system)
1459 (propagated-inputs
1460 `(("r-lattice" ,r-lattice)
1461 ("r-nlme" ,r-nlme)
1462 ("r-rcpp" ,r-rcpp)))
1463 (home-page "http://ape-package.ird.fr/")
1464 (synopsis "Analyses of phylogenetics and evolution")
1465 (description
1466 "This package provides functions for reading, writing, plotting, and
1467 manipulating phylogenetic trees, analyses of comparative data in a
1468 phylogenetic framework, ancestral character analyses, analyses of
1469 diversification and macroevolution, computing distances from DNA sequences,
1470 and several other tools.")
1471 (license license:gpl2+)))
1472
1473 (define-public r-abbyyr
1474 (package
1475 (name "r-abbyyr")
1476 (version "0.5.5")
1477 (source
1478 (origin
1479 (method url-fetch)
1480 (uri (cran-uri "abbyyR" version))
1481 (sha256
1482 (base32
1483 "1vldnd3dg89aj6a73nhirirqddbfdrnzhb5m3679i60sark8nk6r"))))
1484 (properties `((upstream-name . "abbyyR")))
1485 (build-system r-build-system)
1486 (propagated-inputs
1487 `(("r-curl" ,r-curl)
1488 ("r-httr" ,r-httr)
1489 ("r-plyr" ,r-plyr)
1490 ("r-progress" ,r-progress)
1491 ("r-readr" ,r-readr)
1492 ("r-xml" ,r-xml)))
1493 (home-page "https://github.com/soodoku/abbyyR")
1494 (synopsis "Access to Abbyy Optical Character Recognition (OCR) API")
1495 (description
1496 "This package provides tools to get text from images of text using Abbyy
1497 Cloud Optical Character Recognition (OCR) API. With abbyyyR, one can easily
1498 OCR images, barcodes, forms, documents with machine readable zones, e.g.
1499 passports and get the results in a variety of formats including plain text and
1500 XML. To learn more about the Abbyy OCR API, see @url{http://ocrsdk.com/}.")
1501 (license license:expat)))
1502
1503 (define-public r-colorspace
1504 (package
1505 (name "r-colorspace")
1506 (version "1.4-1")
1507 (source
1508 (origin
1509 (method url-fetch)
1510 (uri (cran-uri "colorspace" version))
1511 (sha256
1512 (base32 "0wyny3ah2d74hqv80s6imrarpna09gq3j9rjnz6zx2qg0lx72gb9"))))
1513 (build-system r-build-system)
1514 (home-page "https://cran.r-project.org/web/packages/colorspace")
1515 (synopsis "Color space manipulation")
1516 (description
1517 "This package carries out a mapping between assorted color spaces
1518 including RGB, HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB and polar
1519 CIELAB. Qualitative, sequential, and diverging color palettes based on HCL
1520 colors are provided.")
1521 (license license:bsd-3)))
1522
1523 (define-public r-glue
1524 (package
1525 (name "r-glue")
1526 (version "1.3.1")
1527 (source
1528 (origin
1529 (method url-fetch)
1530 (uri (cran-uri "glue" version))
1531 (sha256
1532 (base32
1533 "1a1ycg9r3gd91visp49q49rsrdgyf8kr9dxdy3hk99kikn4z5hag"))))
1534 (build-system r-build-system)
1535 (home-page "https://github.com/tidyverse/glue")
1536 (synopsis "Interpreted string literals")
1537 (description
1538 "This package provides an implementation of interpreted string literals,
1539 inspired by Python's Literal String Interpolation (PEP-0498) and
1540 Docstrings (PEP-0257) and Julia's Triple-Quoted String Literals.")
1541 (license license:expat)))
1542
1543 (define-public r-pastecs
1544 (package
1545 (name "r-pastecs")
1546 (version "1.3.21")
1547 (source (origin
1548 (method url-fetch)
1549 (uri (cran-uri "pastecs" version))
1550 (sha256
1551 (base32
1552 "0z4dic94ar646w7zc2ggi5hgvf2qnznsani94c5pyql8zspz47lc"))))
1553 (build-system r-build-system)
1554 (propagated-inputs
1555 `(("r-boot" ,r-boot)))
1556 (home-page "http://www.sciviews.org/pastecs")
1557 (synopsis "Analysis of space-time ecological series")
1558 (description
1559 "This package provides functions for regulation, decomposition and analysis
1560 of space-time series. The @code{pastecs} library is a PNEC-Art4 and IFREMER
1561 initiative to bring PASSTEC 2000 functionalities to R.")
1562 (license license:gpl2+)))
1563
1564 (define-public r-plogr
1565 (package
1566 (name "r-plogr")
1567 (version "0.2.0")
1568 (source
1569 (origin
1570 (method url-fetch)
1571 (uri (cran-uri "plogr" version))
1572 (sha256
1573 (base32
1574 "0a8dhzlna79ggyhfr0nncgh15a9n6r0dsz664pz0ah323wpblqqf"))))
1575 (build-system r-build-system)
1576 (home-page "https://github.com/krlmlr/plogr")
1577 (synopsis "R bindings for the plog C++ logging library")
1578 (description
1579 "This package provides the header files for a stripped-down version of
1580 the plog header-only C++ logging library, and a method to log to R's standard
1581 error stream.")
1582 (license license:expat)))
1583
1584 (define-public r-pls
1585 (package
1586 (name "r-pls")
1587 (version "2.7-2")
1588 (source
1589 (origin
1590 (method url-fetch)
1591 (uri (cran-uri "pls" version))
1592 (sha256
1593 (base32 "121byimd6bg7jbrq5wz5fpi0vxq0vh8g724vkhnjzszbvcv1xsb7"))))
1594 (build-system r-build-system)
1595 (home-page "http://mevik.net/work/software/pls.html")
1596 (synopsis "Partial Least Squares and Principal Component Regression")
1597 (description
1598 "The pls package implements multivariate regression methods: Partial Least
1599 Squares Regression (@dfn{PLSR}), Principal Component Regression (@dfn{PCR}), and
1600 Canonical Powered Partial Least Squares (@dfn{CPPLS}). It supports:
1601
1602 @itemize
1603 @item several algorithms: the traditional orthogonal scores (@dfn{NIPALS}) PLS
1604 algorithm, kernel PLS, wide kernel PLS, Simpls, and PCR through @code{svd}
1605 @item multi-response models (or @dfn{PLS2})
1606 @item flexible cross-validation
1607 @item Jackknife variance estimates of regression coefficients
1608 @item extensive and flexible plots: scores, loadings, predictions, coefficients,
1609 (R)MSEP, R², and correlation loadings
1610 @item formula interface, modelled after @code{lm()}, with methods for predict,
1611 print, summary, plot, update, etc.
1612 @item extraction functions for coefficients, scores, and loadings
1613 @item MSEP, RMSEP, and R² estimates
1614 @item multiplicative scatter correction (@dfn{MSC})
1615 @end itemize\n")
1616 (license license:gpl2)))
1617
1618 (define-public r-ps
1619 (package
1620 (name "r-ps")
1621 (version "1.3.2")
1622 (source
1623 (origin
1624 (method url-fetch)
1625 (uri (cran-uri "ps" version))
1626 (sha256
1627 (base32 "0127q6pw9iw8hhcfp231gmdh29nahh2n5jzc38avrzy7yrm4bwl9"))))
1628 (build-system r-build-system)
1629 (home-page "https://ps.r-lib.org")
1630 (synopsis "List, query, and manipulate system processes")
1631 (description
1632 "The ps package implements an API to list, query, and manipulate system
1633 processes. Most of its code is based on the @code{psutil} Python package.")
1634 (license license:bsd-3)))
1635
1636 (define-public r-pkgbuild
1637 (package
1638 (name "r-pkgbuild")
1639 (version "1.0.6")
1640 (source
1641 (origin
1642 (method url-fetch)
1643 (uri (cran-uri "pkgbuild" version))
1644 (sha256
1645 (base32 "0xnlz6ivhkbmncg9hfw5p69lm4rjy3wn5lyxmygxyf4rrfnnqwxx"))))
1646 (build-system r-build-system)
1647 (propagated-inputs
1648 `(("r-callr" ,r-callr)
1649 ("r-cli" ,r-cli)
1650 ("r-crayon" ,r-crayon)
1651 ("r-desc" ,r-desc)
1652 ("r-prettyunits" ,r-prettyunits)
1653 ("r-r6" ,r-r6)
1654 ("r-rprojroot" ,r-rprojroot)
1655 ("r-withr" ,r-withr)))
1656 (home-page "https://github.com/r-pkgs/pkgbuild")
1657 (synopsis "Find tools needed to build R packages")
1658 (description
1659 "This package provides functions used to build R packages. It locates
1660 compilers needed to build R packages on various platforms and ensures the PATH
1661 is configured appropriately so R can use them.")
1662 (license license:gpl3)))
1663
1664 (define-public r-pkgload
1665 (package
1666 (name "r-pkgload")
1667 (version "1.0.2")
1668 (source
1669 (origin
1670 (method url-fetch)
1671 (uri (cran-uri "pkgload" version))
1672 (sha256
1673 (base32
1674 "0z7jvharafahi2gv5547mk1n499isjzw06kfwymmxc0gd575d1ii"))))
1675 (build-system r-build-system)
1676 (propagated-inputs
1677 `(("r-desc" ,r-desc)
1678 ("r-pkgbuild" ,r-pkgbuild)
1679 ("r-rlang" ,r-rlang)
1680 ("r-rprojroot" ,r-rprojroot)
1681 ("r-rstudioapi" ,r-rstudioapi)
1682 ("r-withr" ,r-withr)))
1683 (home-page "https://github.com/r-lib/pkgload")
1684 (synopsis "Simulate package installation and attach")
1685 (description
1686 "This package simulates the process of installing a package and then
1687 attaching it. This is a key part of the @code{devtools} package as it allows
1688 you to rapidly iterate while developing a package.")
1689 (license license:gpl3)))
1690
1691 (define-public r-rcpp
1692 (package
1693 (name "r-rcpp")
1694 (version "1.0.3")
1695 (source
1696 (origin
1697 (method url-fetch)
1698 (uri (cran-uri "Rcpp" version))
1699 (sha256
1700 (base32 "03h3zyjq948y0hrrs95lfk4zgx6wfrg64hjlrfrzf5na7bfh0d9b"))))
1701 (build-system r-build-system)
1702 (native-inputs
1703 `(("r-knitr" ,r-knitr))) ; for vignettes
1704 (home-page "http://www.rcpp.org")
1705 (synopsis "Seamless R and C++ integration")
1706 (description
1707 "The Rcpp package provides R functions as well as C++ classes which offer
1708 a seamless integration of R and C++. Many R data types and objects can be
1709 mapped back and forth to C++ equivalents which facilitates both writing of new
1710 code as well as easier integration of third-party libraries. Documentation
1711 about Rcpp is provided by several vignettes included in this package, via the
1712 @code{Rcpp Gallery} site at <http://gallery.rcpp.org>, the paper by Eddelbuettel
1713 and Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see
1714 @code{citation(\"Rcpp\")} for details on these last two.")
1715 (license license:gpl2+)))
1716
1717 (define-public r-bindr
1718 (package
1719 (name "r-bindr")
1720 (version "0.1.1")
1721 (source
1722 (origin
1723 (method url-fetch)
1724 (uri (cran-uri "bindr" version))
1725 (sha256
1726 (base32
1727 "1l05fpk2yql3jka321c0bdgx6mqq9pvfrg2844lbjfpbgjkmqy3w"))))
1728 (build-system r-build-system)
1729 (home-page "https://github.com/krlmlr/bindr")
1730 (synopsis "Parametrized active bindings")
1731 (description
1732 "This package provides a simple interface for creating active bindings
1733 where the bound function accepts additional arguments.")
1734 (license license:expat)))
1735
1736 (define-public r-bindrcpp
1737 (package
1738 (name "r-bindrcpp")
1739 (version "0.2.2")
1740 (source
1741 (origin
1742 (method url-fetch)
1743 (uri (cran-uri "bindrcpp" version))
1744 (sha256
1745 (base32
1746 "0rz4ibjdjsxl99ff3ha79z7cnjmilx4rx58fk9kk7ld9xc4hf4s8"))))
1747 (build-system r-build-system)
1748 (propagated-inputs
1749 `(("r-bindr" ,r-bindr)
1750 ("r-plogr" ,r-plogr)
1751 ("r-rcpp" ,r-rcpp)))
1752 (home-page "https://github.com/krlmlr/bindrcpp")
1753 (synopsis "Rcpp interface to active bindings")
1754 (description
1755 "This package provides an easy way to fill an environment with active
1756 bindings that call a C++ function.")
1757 (license license:expat)))
1758
1759 (define-public r-auc
1760 (package
1761 (name "r-auc")
1762 (version "0.3.0")
1763 (source
1764 (origin
1765 (method url-fetch)
1766 (uri (cran-uri "AUC" version))
1767 (sha256
1768 (base32
1769 "0ripcib2qz0m7rgr1kiz68nx8f6p408l1ww7j78ljqik7p3g41g7"))))
1770 (properties `((upstream-name . "AUC")))
1771 (build-system r-build-system)
1772 (home-page "https://cran.r-project.org/web/packages/AUC")
1773 (synopsis "Compute the area under the curve of selected measures")
1774 (description
1775 "This package includes functions to compute the area under the curve of
1776 selected measures: the area under the sensitivity curve (AUSEC), the area
1777 under the specificity curve (AUSPC), the area under the accuracy
1778 curve (AUACC), and the area under the receiver operating characteristic
1779 curve (AUROC). The curves can also be visualized. Support for partial areas
1780 is provided.")
1781 (license license:gpl2+)))
1782
1783 (define-public r-calibrate
1784 (package
1785 (name "r-calibrate")
1786 (version "1.7.5")
1787 (source
1788 (origin
1789 (method url-fetch)
1790 (uri (cran-uri "calibrate" version))
1791 (sha256
1792 (base32 "1s423nr176l2sc66wp7hzgqkv7c2bq8d2bjrrvrrm5qa9y3zdx1k"))))
1793 (build-system r-build-system)
1794 (propagated-inputs
1795 `(("r-mass" ,r-mass)))
1796 (home-page "https://cran.r-project.org/web/packages/calibrate")
1797 (synopsis "Calibration of scatterplot and biplot axes")
1798 (description
1799 "This is a package for drawing calibrated scales with tick marks
1800 on (non-orthogonal) variable vectors in scatterplots and biplots.")
1801 (license license:gpl2)))
1802
1803 (define-public r-shape
1804 (package
1805 (name "r-shape")
1806 (version "1.4.4")
1807 (source
1808 (origin
1809 (method url-fetch)
1810 (uri (cran-uri "shape" version))
1811 (sha256
1812 (base32
1813 "0hadk3mapkhbh8xjkiz52vxdagmmgvm15xwpzb90ikw4giyipjzl"))))
1814 (build-system r-build-system)
1815 (home-page "https://cran.r-project.org/web/packages/shape")
1816 (synopsis "Functions for plotting graphical shapes")
1817 (description
1818 "This package provides functions for plotting graphical shapes such as
1819 ellipses, circles, cylinders, arrows, ...")
1820 (license license:gpl3+)))
1821
1822 (define-public r-globaloptions
1823 (package
1824 (name "r-globaloptions")
1825 (version "0.1.1")
1826 (source
1827 (origin
1828 (method url-fetch)
1829 (uri (cran-uri "GlobalOptions" version))
1830 (sha256
1831 (base32 "0x89hfz80avq4zcskxl71i4zi0mgniqqxfrvz050aa2189wfyja2"))))
1832 (properties `((upstream-name . "GlobalOptions")))
1833 (build-system r-build-system)
1834 (home-page "https://github.com/jokergoo/GlobalOptions")
1835 (synopsis "Generate functions to get or set global options")
1836 (description
1837 "This package provides more controls on the option values such as
1838 validation and filtering on the values, making options invisible or private.")
1839 (license license:gpl2+)))
1840
1841 (define-public r-circlize
1842 (package
1843 (name "r-circlize")
1844 (version "0.4.8")
1845 (source
1846 (origin
1847 (method url-fetch)
1848 (uri (cran-uri "circlize" version))
1849 (sha256
1850 (base32
1851 "0jvr9hmxyhg0zx101iiqkrg8wfaj86kp62xpv42n2j9fkn5r1mi2"))))
1852 (build-system r-build-system)
1853 (propagated-inputs
1854 `(("r-colorspace" ,r-colorspace)
1855 ("r-globaloptions" ,r-globaloptions)
1856 ("r-shape" ,r-shape)))
1857 (home-page "https://github.com/jokergoo/circlize")
1858 (synopsis "Circular visualization")
1859 (description
1860 "Circular layout is an efficient way to visualise huge amounts of
1861 information. This package provides an implementation of circular layout
1862 generation in R as well as an enhancement of available software. Its
1863 flexibility is based on the usage of low-level graphics functions such that
1864 self-defined high-level graphics can be easily implemented by users for
1865 specific purposes. Together with the seamless connection between the powerful
1866 computational and visual environment in R, it gives users more convenience and
1867 freedom to design figures for better understanding complex patterns behind
1868 multi-dimensional data.")
1869 (license license:gpl2+)))
1870
1871 (define-public r-powerlaw
1872 (package
1873 (name "r-powerlaw")
1874 (version "0.70.2")
1875 (source
1876 (origin
1877 (method url-fetch)
1878 (uri (cran-uri "poweRlaw" version))
1879 (sha256
1880 (base32
1881 "1asr6ikr7hmj78jyg8r1gwvcjg14addkxdiz92nh06lv71a183r4"))))
1882 (properties `((upstream-name . "poweRlaw")))
1883 (build-system r-build-system)
1884 (propagated-inputs
1885 `(("r-vgam" ,r-vgam)))
1886 (home-page "https://github.com/csgillespie/poweRlaw")
1887 (synopsis "Tools for the analysis of heavy tailed distributions")
1888 (description
1889 "This package provides an implementation of maximum likelihood estimators
1890 for a variety of heavy tailed distributions, including both the discrete and
1891 continuous power law distributions. Additionally, a goodness-of-fit based
1892 approach is used to estimate the lower cut-off for the scaling region.")
1893 ;; Any of these GPL versions.
1894 (license (list license:gpl2 license:gpl3))))
1895
1896 (define-public r-compare
1897 (package
1898 (name "r-compare")
1899 (version "0.2-6")
1900 (source
1901 (origin
1902 (method url-fetch)
1903 (uri (cran-uri "compare" version))
1904 (sha256
1905 (base32
1906 "0k9zms930b5dz9gy8414li21wy0zg9x9vp7301v5cvyfi0g7xzgw"))))
1907 (build-system r-build-system)
1908 (home-page "https://cran.r-project.org/web/packages/compare")
1909 (synopsis "Comparing objects for differences")
1910 (description
1911 "This package provides functions to compare a model object to a
1912 comparison object. If the objects are not identical, the functions can be
1913 instructed to explore various modifications of the objects (e.g., sorting
1914 rows, dropping names) to see if the modified versions are identical.")
1915 (license license:gpl2+)))
1916
1917 (define-public r-dendextend
1918 (package
1919 (name "r-dendextend")
1920 (version "1.13.4")
1921 (source
1922 (origin
1923 (method url-fetch)
1924 (uri (cran-uri "dendextend" version))
1925 (sha256
1926 (base32
1927 "1pjbz6sb4pgh3d5pm53vmf3q8y6lq3hrgjd6547xxs3m63sb8mn4"))))
1928 (build-system r-build-system)
1929 (propagated-inputs
1930 `(("r-ggplot2" ,r-ggplot2)
1931 ("r-magrittr" ,r-magrittr)
1932 ("r-viridis" ,r-viridis)))
1933 (home-page "https://cran.r-project.org/web/packages/dendextend")
1934 (synopsis "Extending 'dendrogram' functionality in R")
1935 (description
1936 "This package offers a set of functions for extending @code{dendrogram}
1937 objects in R, letting you visualize and compare trees of hierarchical
1938 clusterings. You can adjust a tree's graphical parameters (the color, size,
1939 type, etc of its branches, nodes and labels) and visually and statistically
1940 compare different dendrograms to one another.")
1941 ;; Any of these versions
1942 (license (list license:gpl2 license:gpl3))))
1943
1944 (define-public r-getoptlong
1945 (package
1946 (name "r-getoptlong")
1947 (version "0.1.8")
1948 (source
1949 (origin
1950 (method url-fetch)
1951 (uri (cran-uri "GetoptLong" version))
1952 (sha256
1953 (base32
1954 "1l8xkvyl152bsyvxazsvx2sm1vkygn75x0lsg3sbg7xp6drdn3kc"))))
1955 (properties `((upstream-name . "GetoptLong")))
1956 (build-system r-build-system)
1957 (inputs
1958 `(("perl" ,perl)))
1959 (propagated-inputs
1960 `(("r-globaloptions" ,r-globaloptions)
1961 ("r-rjson" ,r-rjson)))
1962 (home-page "https://github.com/jokergoo/GetoptLong")
1963 (synopsis "Parsing command-line arguments and variable interpolation")
1964 (description
1965 "This is yet another command-line argument parser which wraps the
1966 powerful Perl module @code{Getopt::Long} and with some adaptation for easier
1967 use in R. It also provides a simple way for variable interpolation in R.")
1968 (license license:gpl2+)))
1969
1970 (define-public r-fastmatch
1971 (package
1972 (name "r-fastmatch")
1973 (version "1.1-0")
1974 (source
1975 (origin
1976 (method url-fetch)
1977 (uri (cran-uri "fastmatch" version))
1978 (sha256
1979 (base32
1980 "0z80jxkygmzn11sq0c2iz357s9bpki548lg926g85gldhfj1md90"))))
1981 (build-system r-build-system)
1982 (home-page "http://www.rforge.net/fastmatch")
1983 (synopsis "Fast match function")
1984 (description
1985 "This package provides a fast @code{match} replacement for cases that
1986 require repeated look-ups. It is slightly faster that R's built-in
1987 @code{match} function on first match against a table, but extremely fast on
1988 any subsequent lookup as it keeps the hash table in memory.")
1989 (license license:gpl2)))
1990
1991 (define-public r-ff
1992 (package
1993 (name "r-ff")
1994 (version "2.2-14")
1995 (source
1996 (origin
1997 (method url-fetch)
1998 (uri (cran-uri "ff" version))
1999 (sha256
2000 (base32
2001 "1w724q4jpzbvzpilb2ifviaxkjgk9lzwxz9gksnvicbmfa20fqqw"))))
2002 (build-system r-build-system)
2003 (propagated-inputs `(("r-bit" ,r-bit)))
2004 (home-page "http://ff.r-forge.r-project.org/")
2005 (synopsis "Memory-efficient storage of large data on disk and access functions")
2006 (description
2007 "This package provides data structures that are stored on disk but
2008 behave (almost) as if they were in RAM by transparently mapping only a section
2009 in main memory.")
2010 ;; error Architecture not supported.
2011 (supported-systems (delete "aarch64-linux" %supported-systems))
2012 (license license:gpl2)))
2013
2014 (define-public r-ffbase
2015 (package
2016 (name "r-ffbase")
2017 (version "0.12.7")
2018 (source
2019 (origin
2020 (method url-fetch)
2021 (uri (cran-uri "ffbase" version))
2022 (sha256
2023 (base32
2024 "04kxx2f3f0743c5nvpb7x1x0pcd220dazpd5ag1pidxbz3xa85nw"))))
2025 (build-system r-build-system)
2026 (propagated-inputs
2027 `(("r-bit" ,r-bit)
2028 ("r-fastmatch" ,r-fastmatch)
2029 ("r-ff" ,r-ff)))
2030 (home-page "http://github.com/edwindj/ffbase")
2031 (synopsis "Basic statistical functions for package 'ff'")
2032 (description
2033 "This package extends the out of memory vectors of @code{ff} with
2034 statistical functions and other utilities to ease their usage.")
2035 (license license:gpl3)))
2036
2037 (define-public r-prettyunits
2038 (package
2039 (name "r-prettyunits")
2040 (version "1.1.1")
2041 (source
2042 (origin
2043 (method url-fetch)
2044 (uri (cran-uri "prettyunits" version))
2045 (sha256
2046 (base32
2047 "1ibmzgknw5896q2i6r59jz2izblxwgb29ivvjzx50pkd1jl9l6cs"))))
2048 (build-system r-build-system)
2049 (home-page "https://github.com/gaborcsardi/prettyunits")
2050 (synopsis "Pretty, human readable formatting of quantities")
2051 (description
2052 "This package provides tools for pretty, human readable formatting of
2053 quantities.")
2054 (license license:expat)))
2055
2056 (define-public r-reshape
2057 (package
2058 (name "r-reshape")
2059 (version "0.8.8")
2060 (source
2061 (origin
2062 (method url-fetch)
2063 (uri (cran-uri "reshape" version))
2064 (sha256
2065 (base32
2066 "0s6i0sqxg1vldxs6miv8mi0zydxbqzgpmzfiwkj8y7jix3yrfmad"))))
2067 (build-system r-build-system)
2068 (propagated-inputs
2069 `(("r-plyr" ,r-plyr)
2070 ("r-rcpp" ,r-rcpp)))
2071 (home-page "http://had.co.nz/reshape")
2072 (synopsis "Flexibly reshape data")
2073 (description
2074 "Flexibly restructure and aggregate data using just two functions:
2075 @code{melt} and @code{cast}. This package provides them.")
2076 (license license:expat)))
2077
2078 (define-public r-progress
2079 (package
2080 (name "r-progress")
2081 (version "1.2.2")
2082 (source
2083 (origin
2084 (method url-fetch)
2085 (uri (cran-uri "progress" version))
2086 (sha256
2087 (base32
2088 "0dgzb362641aqm8xd88iqa8jmpdm43xs0aba0d5kk6fvapnxi95l"))))
2089 (build-system r-build-system)
2090 (propagated-inputs
2091 `(("r-crayon" ,r-crayon)
2092 ("r-hms" ,r-hms)
2093 ("r-prettyunits" ,r-prettyunits)
2094 ("r-r6" ,r-r6)))
2095 (home-page "https://github.com/gaborcsardi/progress")
2096 (synopsis "Terminal progress bars")
2097 (description
2098 "This package provides configurable progress bars. They may include
2099 percentage, elapsed time, and/or the estimated completion time. They work in
2100 terminals, in Emacs ESS, RStudio, Windows Rgui, and the macOS R.app. The
2101 package also provides a C++ API, that works with or without Rcpp.")
2102 (license license:expat)))
2103
2104 (define-public r-ggally
2105 (package
2106 (name "r-ggally")
2107 (version "1.4.0")
2108 (source
2109 (origin
2110 (method url-fetch)
2111 (uri (cran-uri "GGally" version))
2112 (sha256
2113 (base32
2114 "1zjmcc5bzagvy7c5cmdcl39xmx07fwi98yrj4i05w7y40kqcsiws"))))
2115 (properties `((upstream-name . "GGally")))
2116 (build-system r-build-system)
2117 (inputs
2118 `(("libressl" ,libressl)))
2119 (propagated-inputs
2120 `(("r-ggplot2" ,r-ggplot2)
2121 ("r-gtable" ,r-gtable)
2122 ("r-plyr" ,r-plyr)
2123 ("r-progress" ,r-progress)
2124 ("r-rcolorbrewer" ,r-rcolorbrewer)
2125 ("r-reshape" ,r-reshape)
2126 ("r-rlang" ,r-rlang)))
2127 (home-page "https://ggobi.github.io/ggally")
2128 (synopsis "Extension to ggplot2")
2129 (description
2130 "The R package ggplot2 is a plotting system based on the grammar of
2131 graphics. GGally extends ggplot2 by adding several functions to reduce the
2132 complexity of combining geometric objects with transformed data. Some of
2133 these functions include a pairwise plot matrix, a two group pairwise plot
2134 matrix, a parallel coordinates plot, a survival plot, and several functions to
2135 plot networks.")
2136 (license license:gpl2+)))
2137
2138 (define-public r-proxy
2139 (package
2140 (name "r-proxy")
2141 (version "0.4-23")
2142 (source
2143 (origin
2144 (method url-fetch)
2145 (uri (cran-uri "proxy" version))
2146 (sha256
2147 (base32
2148 "17b6qfllqrhzrxqgx7dccffgybnkcria5a68ap5ly3plg04ypm4x"))))
2149 (build-system r-build-system)
2150 (home-page "https://cran.r-project.org/web/packages/proxy")
2151 (synopsis "Distance and similarity measures")
2152 (description
2153 "This package provides an extensible framework for the efficient
2154 calculation of auto- and cross-proximities, along with implementations of the
2155 most popular ones.")
2156 (license license:gpl2)))
2157
2158 (define-public r-sp
2159 (package
2160 (name "r-sp")
2161 (version "1.4-1")
2162 (source
2163 (origin
2164 (method url-fetch)
2165 (uri (cran-uri "sp" version))
2166 (sha256
2167 (base32 "0fbh865r4py89g6ln8bslig2vbxxwa642p5k5g02rskyhajg35lg"))))
2168 (build-system r-build-system)
2169 (propagated-inputs
2170 `(("r-lattice" ,r-lattice)))
2171 (home-page "https://cran.r-project.org/web/packages/sp")
2172 (synopsis "Classes and methods for spatial data")
2173 (description
2174 "This package provides classes and methods for spatial data; the classes
2175 document where the spatial location information resides, for 2D or 3D data.
2176 Utility functions are provided, e.g. for plotting data as maps, spatial
2177 selection, as well as methods for retrieving coordinates, for subsetting,
2178 print, summary, etc.")
2179 (license license:gpl2+)))
2180
2181 (define-public r-rmtstat
2182 (package
2183 (name "r-rmtstat")
2184 (version "0.3")
2185 (source
2186 (origin
2187 (method url-fetch)
2188 (uri (cran-uri "RMTstat" version))
2189 (sha256
2190 (base32
2191 "1nn25q4kmh9kj975sxkrpa97vh5irqrlqhwsfinbck6h6ia4rsw1"))))
2192 (properties `((upstream-name . "RMTstat")))
2193 (build-system r-build-system)
2194 (home-page "https://cran.r-project.org/web/packages/RMTstat")
2195 (synopsis "Distributions, statistics and tests derived from random matrix theory")
2196 (description
2197 "This package provides functions for working with the Tracy-Widom laws
2198 and other distributions related to the eigenvalues of large Wishart
2199 matrices.")
2200 (license license:bsd-3)))
2201
2202 (define-public r-rmpi
2203 (package
2204 (name "r-rmpi")
2205 (version "0.6-9")
2206 (source (origin
2207 (method url-fetch)
2208 (uri (cran-uri "Rmpi" version))
2209 (sha256
2210 (base32
2211 "1rhycla98hxgnnxlxxldr1x51djak7c2jjvlrv3jcsvgwp1ymqdj"))))
2212 (properties `((upstream-name . "Rmpi")))
2213 (build-system r-build-system)
2214 (arguments
2215 `(#:configure-flags '("--configure-args=\"--with-Rmpi-type=OPENMPI\"")
2216 #:phases (modify-phases %standard-phases
2217 (add-before 'install 'mpi-setup
2218 ,%openmpi-setup))))
2219 (inputs
2220 `(("openmpi" ,openmpi)))
2221 (native-inputs
2222 `(("pkg-config" ,pkg-config)))
2223 (home-page "http://www.stats.uwo.ca/faculty/yu/Rmpi")
2224 (synopsis "R interface to message-passing interface (MPI)")
2225 (description
2226 "This package provides an interface (wrapper) to MPI APIs. It also
2227 provides an interactive R manager and worker environment.")
2228 (license license:gpl2+)))
2229
2230 (define-public r-lmoments
2231 (package
2232 (name "r-lmoments")
2233 (version "1.3-1")
2234 (source
2235 (origin
2236 (method url-fetch)
2237 (uri (cran-uri "Lmoments" version))
2238 (sha256
2239 (base32
2240 "0pc63bj9a8hzr5m3yssrc4kin39fffwkl8rggs3sagzr12d4i7bw"))))
2241 (properties `((upstream-name . "Lmoments")))
2242 (build-system r-build-system)
2243 (propagated-inputs
2244 `(("r-rcpp" ,r-rcpp)
2245 ("r-rcpparmadillo" ,r-rcpparmadillo)))
2246 (home-page "http://www.tilastotiede.fi/juha_karvanen.html")
2247 (synopsis "L-moments and quantile mixtures")
2248 (description
2249 "This package contains functions to estimate L-moments and trimmed
2250 L-moments from the data. It also contains functions to estimate the
2251 parameters of the normal polynomial quantile mixture and the Cauchy polynomial
2252 quantile mixture from L-moments and trimmed L-moments.")
2253 (license license:gpl2)))
2254
2255 (define-public r-distillery
2256 (package
2257 (name "r-distillery")
2258 (version "1.0-6")
2259 (source
2260 (origin
2261 (method url-fetch)
2262 (uri (cran-uri "distillery" version))
2263 (sha256
2264 (base32
2265 "1mi3ig9jq0kd7yrwc5m37lmrw04p1b4lirnbsxi10z3n5yay4429"))))
2266 (build-system r-build-system)
2267 (home-page "https://ral.ucar.edu/staff/ericg/")
2268 (synopsis "Functions for confidence intervals and object information")
2269 (description
2270 "This package provides some very simple method functions for confidence
2271 interval calculation and to distill pertinent information from a potentially
2272 complex object; primarily used in common with the packages extRemes and
2273 SpatialVx.")
2274 (license license:gpl2+)))
2275
2276 (define-public r-extremes
2277 (package
2278 (name "r-extremes")
2279 (version "2.0-11")
2280 (source
2281 (origin
2282 (method url-fetch)
2283 (uri (cran-uri "extRemes" version))
2284 (sha256
2285 (base32
2286 "0hmgynxhzswqnhwb2sxrkczgam8c17s3vpxqc5bcz0bwczpxxyvm"))))
2287 (properties `((upstream-name . "extRemes")))
2288 (build-system r-build-system)
2289 (propagated-inputs
2290 `(("r-distillery" ,r-distillery)
2291 ("r-lmoments" ,r-lmoments)))
2292 (home-page "https://www.assessment.ucar.edu/toolkit/")
2293 (synopsis "Extreme value analysis")
2294 (description
2295 "ExtRemes is a suite of functions for carrying out analyses on the
2296 extreme values of a process of interest; be they block maxima over long blocks
2297 or excesses over a high threshold.")
2298 (license license:gpl2+)))
2299
2300 (define-public r-lmtest
2301 (package
2302 (name "r-lmtest")
2303 (version "0.9-37")
2304 (source
2305 (origin
2306 (method url-fetch)
2307 (uri (cran-uri "lmtest" version))
2308 (sha256
2309 (base32
2310 "02nasm0j2vwkhz11dxqixs23msy1s3yj0jps6949fmgh9gwjkjfx"))))
2311 (build-system r-build-system)
2312 (propagated-inputs
2313 `(("r-zoo" ,r-zoo)))
2314 (native-inputs
2315 `(("gfortran" ,gfortran)))
2316 (home-page "https://cran.r-project.org/web/packages/lmtest")
2317 (synopsis "Testing linear regression models")
2318 (description
2319 "This package provides a collection of tests, data sets, and examples for
2320 diagnostic checking in linear regression models. Furthermore, some generic
2321 tools for inference in parametric models are provided.")
2322 ;; Either version is okay
2323 (license (list license:gpl2 license:gpl3))))
2324
2325 (define-public r-idr
2326 (package
2327 (name "r-idr")
2328 (version "1.2")
2329 (source (origin
2330 (method url-fetch)
2331 (uri (cran-uri "idr" version))
2332 (sha256
2333 (base32
2334 "05nvgw1xdg670bsjjrxkgd1mrdkciccpw4krn0zcgdf2r21dzgwb"))))
2335 (build-system r-build-system)
2336 (home-page "https://cran.r-project.org/web/packages/idr/")
2337 (synopsis "Irreproducible discovery rate")
2338 (description
2339 "This is a package for estimating the copula mixture model and plotting
2340 correspondence curves in \"Measuring reproducibility of high-throughput
2341 experiments\" (2011), Annals of Applied Statistics, Vol. 5, No. 3, 1752-1779,
2342 by Li, Brown, Huang, and Bickel")
2343 (license license:gpl2+)))
2344
2345 (define-public r-inline
2346 (package
2347 (name "r-inline")
2348 (version "0.3.15")
2349 (source (origin
2350 (method url-fetch)
2351 (uri (cran-uri "inline" version))
2352 (sha256
2353 (base32
2354 "0s4wssvpan189fijahknxq5s22ww9bzmdlmyhnra748r7khky17z"))))
2355 (build-system r-build-system)
2356 (home-page "https://cran.r-project.org/web/packages/inline")
2357 (synopsis "Functions to inline C, C++, Fortran function calls from R")
2358 (description
2359 "This package provides functionality to dynamically define R functions
2360 and S4 methods with inlined C, C++ or Fortran code supporting @code{.C} and
2361 @code{.Call} calling conventions.")
2362 ;; Any version of the LGPL.
2363 (license license:lgpl3+)))
2364
2365 (define-public r-bdsmatrix
2366 (package
2367 (name "r-bdsmatrix")
2368 (version "1.3-4")
2369 (source
2370 (origin
2371 (method url-fetch)
2372 (uri (cran-uri "bdsmatrix" version))
2373 (sha256
2374 (base32
2375 "1sh6pg43rgqvips4fx0k4vmp5i9lmniix0bqwj2yq5m06gs227i5"))))
2376 (properties `((upstream-name . "bdsmatrix")))
2377 (build-system r-build-system)
2378 (home-page "https://cran.r-project.org/web/packages/bdsmatrix/")
2379 (synopsis "Routines for block diagonal symmetric matrices")
2380 (description
2381 "This package provides procedures to work with block diagonal symmetric
2382 matrices, a special case of sparse matrices.")
2383 (license license:lgpl2.0)))
2384
2385 (define-public r-bbmle
2386 (package
2387 (name "r-bbmle")
2388 (version "1.0.23.1")
2389 (source
2390 (origin
2391 (method url-fetch)
2392 (uri (cran-uri "bbmle" version))
2393 (sha256
2394 (base32
2395 "0p3l9shbr2846qmw8n0fyzf4j7gmi08aypl82jml3dwh26q1whk0"))))
2396 (build-system r-build-system)
2397 (propagated-inputs
2398 `(("r-bdsmatrix" ,r-bdsmatrix)
2399 ("r-lattice" ,r-lattice)
2400 ("r-mass" ,r-mass)
2401 ("r-matrix" ,r-matrix)
2402 ("r-mvtnorm" ,r-mvtnorm)
2403 ("r-numderiv" ,r-numderiv)))
2404 (home-page "https://cran.r-project.org/web/packages/bbmle")
2405 (synopsis "Tools for General Maximum Likelihood Estimation")
2406 (description
2407 "This package provides methods and functions for fitting maximum
2408 likelihood models in R. This package modifies and extends the @code{mle}
2409 classes in the @code{stats4} package.")
2410 ;; Any version of the GPL
2411 (license license:gpl2+)))
2412
2413 (define-public r-emdbook
2414 (package
2415 (name "r-emdbook")
2416 (version "1.3.12")
2417 (source
2418 (origin
2419 (method url-fetch)
2420 (uri (cran-uri "emdbook" version))
2421 (sha256
2422 (base32
2423 "0ls3zxxlwmdv7zn1v9i1y9zc2sn0hbgmyjvsj7zn3ajsw7wwlih6"))))
2424 (build-system r-build-system)
2425 (propagated-inputs
2426 `(("r-bbmle" ,r-bbmle)
2427 ("r-coda" ,r-coda)
2428 ("r-lattice" ,r-lattice)
2429 ("r-mass" ,r-mass)
2430 ("r-plyr" ,r-plyr)))
2431 (home-page "http://www.math.mcmaster.ca/bolker/emdbook")
2432 (synopsis "Support functions and data for \"Ecological Models and Data\"")
2433 (description
2434 "This package provides auxiliary functions and data sets for \"Ecological
2435 Models and Data\", a book presenting maximum likelihood estimation and related
2436 topics for ecologists (ISBN 978-0-691-12522-0).")
2437 ;; Any GPL version
2438 (license (list license:gpl2 license:gpl3))))
2439
2440 (define-public r-lpsolve
2441 (package
2442 (name "r-lpsolve")
2443 (version "5.6.15")
2444 (source
2445 (origin
2446 (method url-fetch)
2447 (uri (cran-uri "lpSolve" version))
2448 (sha256
2449 (base32
2450 "1fpkyjyqykwa1dxnhiky01pm09syxg169lm7hpy39bdbg10vw9s6"))))
2451 (properties `((upstream-name . "lpSolve")))
2452 (build-system r-build-system)
2453 (home-page "https://cran.r-project.org/web/packages/lpSolve")
2454 (synopsis "R interface to Lp_solve to solve linear/integer programs")
2455 (description
2456 "Lp_solve is software for solving linear, integer and mixed integer
2457 programs. This implementation supplies a \"wrapper\" function in C and some R
2458 functions that solve general linear/integer problems, assignment problems, and
2459 transportation problems.")
2460 (license license:lgpl2.0)))
2461
2462 (define-public r-limsolve
2463 (package
2464 (name "r-limsolve")
2465 (version "1.5.6")
2466 (source
2467 (origin
2468 (method url-fetch)
2469 (uri (cran-uri "limSolve" version))
2470 (sha256
2471 (base32
2472 "1829rd2cnd8qj80z9a7sgc7gx4sf3kvl5g6d2a0lqqw30f9sjzmr"))))
2473 (properties `((upstream-name . "limSolve")))
2474 (build-system r-build-system)
2475 (propagated-inputs
2476 `(("r-lpsolve" ,r-lpsolve)
2477 ("r-mass" ,r-mass)
2478 ("r-quadprog" ,r-quadprog)))
2479 (native-inputs `(("gfortran" ,gfortran)))
2480 (home-page "https://cran.r-project.org/web/packages/limSolve")
2481 (synopsis "Solving linear inverse models")
2482 (description
2483 "This package provides functions that:
2484
2485 @enumerate
2486 @item find the minimum/maximum of a linear or quadratic function,
2487 @item sample an underdetermined or overdetermined system,
2488 @item solve a linear system Ax=B for the unknown x.
2489 @end enumerate
2490
2491 It includes banded and tridiagonal linear systems. The package calls Fortran
2492 functions from LINPACK.")
2493 ;; Any GPL version.
2494 (license (list license:gpl2+ license:gpl3+))))
2495
2496 (define-public r-fitdistrplus
2497 (package
2498 (name "r-fitdistrplus")
2499 (version "1.0-14")
2500 (source
2501 (origin
2502 (method url-fetch)
2503 (uri (cran-uri "fitdistrplus" version))
2504 (sha256
2505 (base32
2506 "10q08wsv8v3w7797jdvvv60bgrf1bi6438wf0jcqv81ays82a245"))))
2507 (build-system r-build-system)
2508 (propagated-inputs
2509 `(("r-mass" ,r-mass)
2510 ("r-npsurv" ,r-npsurv)
2511 ("r-survival" ,r-survival)))
2512 (home-page "http://riskassessment.r-forge.r-project.org")
2513 (synopsis "Fitting a parametric distribution from data")
2514 (description
2515 "This package extends the @code{fitdistr} function of the MASS package
2516 with several functions to help the fit of a parametric distribution to
2517 non-censored or censored data. Censored data may contain left-censored,
2518 right-censored and interval-censored values, with several lower and upper
2519 bounds. In addition to @dfn{maximum likelihood estimation} (MLE), the package
2520 provides moment matching (MME), quantile matching (QME) and maximum
2521 goodness-of-fit estimation (MGE) methods (available only for non-censored
2522 data). Weighted versions of MLE, MME and QME are available.")
2523 (license license:gpl2+)))
2524
2525 (define-public r-energy
2526 (package
2527 (name "r-energy")
2528 (version "1.7-7")
2529 (source
2530 (origin
2531 (method url-fetch)
2532 (uri (cran-uri "energy" version))
2533 (sha256
2534 (base32
2535 "13wnx5nwk7nsv7vf5sxhz4y0rxrnzm76ldgywk1bxrz67srqzf37"))))
2536 (build-system r-build-system)
2537 (propagated-inputs
2538 `(("r-boot" ,r-boot)
2539 ("r-rcpp" ,r-rcpp)))
2540 (home-page "https://cran.r-project.org/web/packages/energy")
2541 (synopsis "Multivariate inference via the energy of data")
2542 (description
2543 "This package provides e-statistics (energy) tests and statistics for
2544 multivariate and univariate inference, including distance correlation,
2545 one-sample, two-sample, and multi-sample tests for comparing multivariate
2546 distributions, are implemented. Measuring and testing multivariate
2547 independence based on distance correlation, partial distance correlation,
2548 multivariate goodness-of-fit tests, clustering based on energy distance,
2549 testing for multivariate normality, distance components (disco) for
2550 non-parametric analysis of structured data, and other energy
2551 statistics/methods are implemented.")
2552 (license license:gpl2+)))
2553
2554 (define-public r-suppdists
2555 (package
2556 (name "r-suppdists")
2557 (version "1.1-9.5")
2558 (source
2559 (origin
2560 (method url-fetch)
2561 (uri (cran-uri "SuppDists" version))
2562 (sha256
2563 (base32
2564 "01j6p94m1g363nph2158fq2rmd6z3h5dvcv6aidh2d6syw131xak"))))
2565 (properties `((upstream-name . "SuppDists")))
2566 (build-system r-build-system)
2567 (home-page "https://cran.r-project.org/web/packages/SuppDists")
2568 (synopsis "Supplementary distributions")
2569 (description
2570 "This package provides ten distributions supplementing those built into
2571 R. Inverse Gauss, Kruskal-Wallis, Kendall's Tau, Friedman's chi squared,
2572 Spearman's rho, maximum F ratio, the Pearson product moment correlation
2573 coefficient, Johnson distributions, normal scores and generalized
2574 hypergeometric distributions. In addition two random number generators of
2575 George Marsaglia are included.")
2576 (license license:gpl2+)))
2577
2578 (define-public r-ksamples
2579 (package
2580 (name "r-ksamples")
2581 (version "1.2-9")
2582 (source
2583 (origin
2584 (method url-fetch)
2585 (uri (cran-uri "kSamples" version))
2586 (sha256
2587 (base32
2588 "1zs22p68d6320kcylisnk0b5wmpapxkyz15py09czxzw7npw8gms"))))
2589 (properties `((upstream-name . "kSamples")))
2590 (build-system r-build-system)
2591 (propagated-inputs
2592 `(("r-suppdists" ,r-suppdists)))
2593 (home-page "https://cran.r-project.org/web/packages/kSamples")
2594 (synopsis "K-Sample rank tests and their combinations")
2595 (description
2596 "This package provides tools to compares k samples using the
2597 Anderson-Darling test, Kruskal-Wallis type tests with different rank score
2598 criteria, Steel's multiple comparison test, and the Jonckheere-Terpstra (JT)
2599 test. It computes asymptotic, simulated or (limited) exact P-values, all
2600 valid under randomization, with or without ties, or conditionally under random
2601 sampling from populations, given the observed tie pattern. Except for Steel's
2602 test and the JT test it also combines these tests across several blocks of
2603 samples.")
2604 (license license:gpl2+)))
2605
2606 (define-public r-cvst
2607 (package
2608 (name "r-cvst")
2609 (version "0.2-2")
2610 (source
2611 (origin
2612 (method url-fetch)
2613 (uri (cran-uri "CVST" version))
2614 (sha256
2615 (base32
2616 "05l3yzkfrbds09ah9cdwn2sn4ryhq78lz33ryzrgkv176jc8qjw5"))))
2617 (properties `((upstream-name . "CVST")))
2618 (build-system r-build-system)
2619 (propagated-inputs
2620 `(("r-kernlab" ,r-kernlab)
2621 ("r-matrix" ,r-matrix)))
2622 (home-page "https://cran.r-project.org/web/packages/CVST")
2623 (synopsis "Fast cross-validation via sequential testing")
2624 (description
2625 "This package implements the fast cross-validation via sequential
2626 testing (CVST) procedure. CVST is an improved cross-validation procedure
2627 which uses non-parametric testing coupled with sequential analysis to
2628 determine the best parameter set on linearly increasing subsets of the data.
2629 Additionally to the CVST the package contains an implementation of the
2630 ordinary k-fold cross-validation with a flexible and powerful set of helper
2631 objects and methods to handle the overall model selection process. The
2632 implementations of the Cochran's Q test with permutations and the sequential
2633 testing framework of Wald are generic and can therefore also be used in other
2634 contexts.")
2635 (license license:gpl2+)))
2636
2637 (define-public r-squarem
2638 (package
2639 (name "r-squarem")
2640 (version "2020.2")
2641 (source
2642 (origin
2643 (method url-fetch)
2644 (uri (cran-uri "SQUAREM" version))
2645 (sha256
2646 (base32
2647 "1j6sa93xjvynnzx9jx79a3fysbykmbqyknknsqif5bcha6xp6cvf"))))
2648 (properties `((upstream-name . "SQUAREM")))
2649 (build-system r-build-system)
2650 (home-page "https://coah.jhu.edu/people/Faculty_personal_Pages/Varadhan.html")
2651 (synopsis "Squared Extrapolation Methods for Accelerating EM-Like Monotone Algorithms")
2652 (description
2653 "This package provides algorithms for accelerating the convergence of
2654 slow, monotone sequences from smooth, contraction mapping such as the EM
2655 algorithm. It can be used to accelerate any smooth, linearly convergent
2656 acceleration scheme. A tutorial style introduction to this package is
2657 available in a vignette.")
2658 (license license:gpl2+)))
2659
2660 (define-public r-lava
2661 (package
2662 (name "r-lava")
2663 (version "1.6.7")
2664 (source
2665 (origin
2666 (method url-fetch)
2667 (uri (cran-uri "lava" version))
2668 (sha256
2669 (base32
2670 "0ffzxbb8pvfh1m6j61az4ga37snyhylq2941fyc76w7w9i2sixv3"))))
2671 (build-system r-build-system)
2672 (propagated-inputs
2673 `(("r-numderiv" ,r-numderiv)
2674 ("r-squarem" ,r-squarem)
2675 ("r-survival" ,r-survival)))
2676 (home-page "https://github.com/kkholst/lava")
2677 (synopsis "Latent variable models")
2678 (description
2679 "This package provides tools for the estimation and simulation of latent
2680 variable models.")
2681 (license license:gpl3)))
2682
2683 (define-public r-drr
2684 (package
2685 (name "r-drr")
2686 (version "0.0.4")
2687 (source
2688 (origin
2689 (method url-fetch)
2690 (uri (cran-uri "DRR" version))
2691 (sha256
2692 (base32
2693 "1y70si1gig4l7jx5jiqsqliyywfsvimkx53x3zh1lc3yj2j6bqwk"))))
2694 (properties `((upstream-name . "DRR")))
2695 (build-system r-build-system)
2696 (propagated-inputs
2697 `(("r-cvst" ,r-cvst)
2698 ("r-kernlab" ,r-kernlab)
2699 ("r-matrix" ,r-matrix)))
2700 (home-page "https://cran.r-project.org/web/packages/DRR")
2701 (synopsis "Dimensionality reduction via regression")
2702 (description
2703 "This package provides an implementation of dimensionality reduction via
2704 regression using Kernel Ridge Regression.")
2705 (license license:gpl3)))
2706
2707 (define-public r-prodlim
2708 (package
2709 (name "r-prodlim")
2710 (version "2019.11.13")
2711 (source
2712 (origin
2713 (method url-fetch)
2714 (uri (cran-uri "prodlim" version))
2715 (sha256
2716 (base32
2717 "03wvh3kirp1prac5nky6a5whs97rvaf4hc27x0fnh51sa17r42b8"))))
2718 (build-system r-build-system)
2719 (propagated-inputs
2720 `(("r-kernsmooth" ,r-kernsmooth)
2721 ("r-lava" ,r-lava)
2722 ("r-rcpp" ,r-rcpp)
2723 ("r-survival" ,r-survival)))
2724 (home-page "https://cran.r-project.org/web/packages/prodlim")
2725 (synopsis "Product-limit estimation for censored event history analysis")
2726 (description
2727 "This package provides a fast and user-friendly implementation of
2728 nonparametric estimators for censored event history (survival) analysis with
2729 the Kaplan-Meier and Aalen-Johansen methods.")
2730 (license license:gpl2+)))
2731
2732 (define-public r-dimred
2733 (package
2734 (name "r-dimred")
2735 (version "0.2.3")
2736 (source
2737 (origin
2738 (method url-fetch)
2739 (uri (cran-uri "dimRed" version))
2740 (sha256
2741 (base32
2742 "110d6y83ib1nfpxzmvkvb3fn3brskwkdbsk4dqrdrswrd4znxrg6"))))
2743 (properties `((upstream-name . "dimRed")))
2744 (build-system r-build-system)
2745 (propagated-inputs
2746 `(("r-drr" ,r-drr)
2747 ("r-magrittr" ,r-magrittr)))
2748 (home-page "https://github.com/gdkrmr/dimRed")
2749 (synopsis "Framework for dimensionality reduction")
2750 (description
2751 "This package provides a collection of dimensionality reduction
2752 techniques from R packages and provides a common interface for calling the
2753 methods.")
2754 (license license:gpl3)))
2755
2756 (define-public r-timedate
2757 (package
2758 (name "r-timedate")
2759 (version "3043.102")
2760 (source
2761 (origin
2762 (method url-fetch)
2763 (uri (cran-uri "timeDate" version))
2764 (sha256
2765 (base32
2766 "0wvl5pq261rvbgly7vilk3x3m9xk3ly6il1i5scwdf6srl1vlz1p"))))
2767 (properties `((upstream-name . "timeDate")))
2768 (build-system r-build-system)
2769 (home-page "https://www.rmetrics.org")
2770 (synopsis "Chronological and calendar objects")
2771 (description
2772 "This package provides an environment for teaching \"Financial
2773 Engineering and Computational Finance\" and for managing chronological and
2774 calendar objects.")
2775 (license license:gpl2+)))
2776
2777 (define-public r-magic
2778 (package
2779 (name "r-magic")
2780 (version "1.5-9")
2781 (source
2782 (origin
2783 (method url-fetch)
2784 (uri (cran-uri "magic" version))
2785 (sha256
2786 (base32
2787 "0snmdh6vk0p6ar1swsihisinxrx7l8371dri5lk0z24ysgr5w7gs"))))
2788 (build-system r-build-system)
2789 (propagated-inputs
2790 `(("r-abind" ,r-abind)))
2791 (home-page "https://github.com/RobinHankin/magic.git")
2792 (synopsis "Create and investigate magic squares")
2793 (description
2794 "This package provides a collection of efficient, vectorized algorithms
2795 for the creation and investigation of magic squares and hypercubes, including
2796 a variety of functions for the manipulation and analysis of arbitrarily
2797 dimensioned arrays.")
2798 (license license:gpl2)))
2799
2800 (define-public r-rmysql
2801 (package
2802 (name "r-rmysql")
2803 (version "0.10.19")
2804 (source
2805 (origin
2806 (method url-fetch)
2807 (uri (cran-uri "RMySQL" version))
2808 (sha256
2809 (base32
2810 "0269pfq791qvax69lrwvvzgllyzm3cy3sdp9sakwxzvw5pxk2vhv"))))
2811 (properties `((upstream-name . "RMySQL")))
2812 (build-system r-build-system)
2813 (inputs
2814 `(("mariadb" ,mariadb "lib")
2815 ("mariadb-dev" ,mariadb "dev")
2816 ("zlib" ,zlib)))
2817 (propagated-inputs
2818 `(("r-dbi" ,r-dbi)))
2819 (home-page "https://github.com/r-dbi/RMySQL")
2820 (synopsis "Database interface and MySQL driver for R")
2821 (description
2822 "This package provides a DBI interface to MySQL / MariaDB. The RMySQL
2823 package contains an old implementation based on legacy code from S-PLUS which
2824 is being phased out. A modern MySQL client based on Rcpp is available from
2825 the RMariaDB package.")
2826 (license license:gpl2)))
2827
2828 (define-public r-rpostgresql
2829 (package
2830 (name "r-rpostgresql")
2831 (version "0.6-2")
2832 (source
2833 (origin
2834 (method url-fetch)
2835 (uri (cran-uri "RPostgreSQL" version))
2836 (sha256
2837 (base32
2838 "1mdhw5821v2h7hpa53v10wz53k4i90r0vb6a3dia5gq8f9j1h088"))))
2839 (properties `((upstream-name . "RPostgreSQL")))
2840 (build-system r-build-system)
2841 (inputs
2842 `(("postgresql" ,postgresql)))
2843 (propagated-inputs
2844 `(("r-dbi" ,r-dbi)))
2845 (home-page "https://github.com/tomoakin/RPostgreSQL")
2846 (synopsis "R interface to the PostgreSQL database system")
2847 (description
2848 "This package provides a Database Interface (DBI) compliant driver for R
2849 to access PostgreSQL database systems.")
2850 ;; The whole package is released under GPL version 2. It includes code
2851 ;; under the PostgreSQL license.
2852 (license license:gpl2)))
2853
2854 (define-public r-linprog
2855 (package
2856 (name "r-linprog")
2857 (version "0.9-2")
2858 (source
2859 (origin
2860 (method url-fetch)
2861 (uri (cran-uri "linprog" version))
2862 (sha256
2863 (base32
2864 "1ki14an0pmhs2mnmfjjvdzd76pshiyvi659zf7hqvqwj0viv4dw9"))))
2865 (build-system r-build-system)
2866 (propagated-inputs `(("r-lpsolve" ,r-lpsolve)))
2867 (home-page "http://linprog.r-forge.r-project.org/")
2868 (synopsis "Linear programming and optimization")
2869 (description
2870 "This package can be used to solve Linear Programming / Linear
2871 Optimization problems by using the simplex algorithm.")
2872 (license license:gpl2+)))
2873
2874 (define-public r-geometry
2875 (package
2876 (name "r-geometry")
2877 (version "0.4.5")
2878 (source
2879 (origin
2880 (method url-fetch)
2881 (uri (cran-uri "geometry" version))
2882 (sha256
2883 (base32
2884 "1n10l8ax3783v3lgaacb15qsn8b3f0wpmhg3k39j31s6ciyd3vcg"))))
2885 (build-system r-build-system)
2886 (propagated-inputs
2887 `(("r-magic" ,r-magic)
2888 ("r-linprog" ,r-linprog)
2889 ("r-lpsolve" ,r-lpsolve)
2890 ("r-rcpp" ,r-rcpp)
2891 ("r-rcppprogress" ,r-rcppprogress)))
2892 (home-page "http://geometry.r-forge.r-project.org/")
2893 (synopsis "Mesh generation and surface tesselation")
2894 (description
2895 "This package makes the qhull library available in R, in a similar manner
2896 as in Octave. Qhull computes convex hulls, Delaunay triangulations, halfspace
2897 intersections about a point, Voronoi diagrams, furthest-site Delaunay
2898 triangulations, and furthest-site Voronoi diagrams. It runs in 2-d, 3-d, 4-d,
2899 and higher dimensions. It implements the Quickhull algorithm for computing
2900 the convex hull. Qhull does not support constrained Delaunay triangulations,
2901 or mesh generation of non-convex objects, but the package does include some R
2902 functions that allow for this. Currently the package only gives access to
2903 Delaunay triangulation and convex hull computation.")
2904 ;; The Qhull sources are included and are distributed under a custom
2905 ;; non-copyleft license. The R sources are released under GPL version 2.
2906 (license (list license:gpl2
2907 (license:non-copyleft "http://www.qhull.org/COPYING.txt")))))
2908
2909 (define-public r-ddalpha
2910 (package
2911 (name "r-ddalpha")
2912 (version "1.3.11")
2913 (source
2914 (origin
2915 (method url-fetch)
2916 (uri (cran-uri "ddalpha" version))
2917 (sha256
2918 (base32
2919 "1sdnb47r534nh138zk3a6b2mgi74nvshc7p5m304vjs9jlx4l2y3"))))
2920 (build-system r-build-system)
2921 (propagated-inputs
2922 `(("r-bh" ,r-bh)
2923 ("r-class" ,r-class)
2924 ("r-geometry" ,r-geometry)
2925 ("r-mass" ,r-mass)
2926 ("r-rcpp" ,r-rcpp)
2927 ("r-robustbase" ,r-robustbase)
2928 ("r-sfsmisc" ,r-sfsmisc)))
2929 (native-inputs
2930 `(("gfortran" ,gfortran)))
2931 (home-page "https://cran.r-project.org/web/packages/ddalpha")
2932 (synopsis "Depth-Based classification and calculation of data depth")
2933 (description
2934 "This package contains procedures for depth-based supervised learning,
2935 which are entirely non-parametric, in particular the DDalpha-procedure (Lange,
2936 Mosler and Mozharovskyi, 2014). The training data sample is transformed by a
2937 statistical depth function to a compact low-dimensional space, where the final
2938 classification is done. It also offers an extension to functional data and
2939 routines for calculating certain notions of statistical depth functions. 50
2940 multivariate and 5 functional classification problems are included.")
2941 (license license:gpl2)))
2942
2943 (define-public r-gower
2944 (package
2945 (name "r-gower")
2946 (version "0.2.1")
2947 (source
2948 (origin
2949 (method url-fetch)
2950 (uri (cran-uri "gower" version))
2951 (sha256
2952 (base32
2953 "007ivwn1nagpi26qq8iih1c2l61c53glvv60n90hi341ry8vwgxg"))))
2954 (build-system r-build-system)
2955 (home-page "https://github.com/markvanderloo/gower")
2956 (synopsis "Gower's distance")
2957 (description
2958 "This package provides tools to compute Gower's distance (or similarity)
2959 coefficient between records, and to compute the top-n matches between records.
2960 Core algorithms are executed in parallel on systems supporting OpenMP.")
2961 (license license:gpl3)))
2962
2963 (define-public r-rcpproll
2964 (package
2965 (name "r-rcpproll")
2966 (version "0.3.0")
2967 (source
2968 (origin
2969 (method url-fetch)
2970 (uri (cran-uri "RcppRoll" version))
2971 (sha256
2972 (base32
2973 "0srzfhzkk42kzrdjnhbb37946jp1p688rgysy6k3i2is8jb21zyb"))))
2974 (properties `((upstream-name . "RcppRoll")))
2975 (build-system r-build-system)
2976 (propagated-inputs
2977 `(("r-rcpp" ,r-rcpp)))
2978 (home-page "https://cran.r-project.org/web/packages/RcppRoll")
2979 (synopsis "Efficient rolling and windowed operations")
2980 (description
2981 "This package provides fast and efficient routines for common rolling /
2982 windowed operations. Routines for the efficient computation of windowed mean,
2983 median, sum, product, minimum, maximum, standard deviation and variance are
2984 provided.")
2985 (license license:gpl2+)))
2986
2987 (define-public r-ipred
2988 (package
2989 (name "r-ipred")
2990 (version "0.9-9")
2991 (source
2992 (origin
2993 (method url-fetch)
2994 (uri (cran-uri "ipred" version))
2995 (sha256
2996 (base32
2997 "0vs1hqfx7yd0xdbmfsf2gim7spkni0845cj6gswn0nhdfdq7ma0d"))))
2998 (build-system r-build-system)
2999 (propagated-inputs
3000 `(("r-class" ,r-class)
3001 ("r-mass" ,r-mass)
3002 ("r-nnet" ,r-nnet)
3003 ("r-prodlim" ,r-prodlim)
3004 ("r-rpart" ,r-rpart)
3005 ("r-survival" ,r-survival)))
3006 (home-page "https://cran.r-project.org/web/packages/ipred")
3007 (synopsis "Improved predictors")
3008 (description
3009 "This package provides improved predictive models by indirect
3010 classification and bagging for classification, regression and survival
3011 problems as well as resampling based estimators of prediction error.")
3012 (license license:gpl2+)))
3013
3014 (define-public r-psych
3015 (package
3016 (name "r-psych")
3017 (version "1.9.12.31")
3018 (source
3019 (origin
3020 (method url-fetch)
3021 (uri (cran-uri "psych" version))
3022 (sha256
3023 (base32
3024 "02i9p6appf15hjdsi58g39bzs9as40f9qhy8m7ki30hd1fz1vrr5"))))
3025 (build-system r-build-system)
3026 (propagated-inputs
3027 `(("r-lattice" ,r-lattice)
3028 ("r-mnormt" ,r-mnormt)
3029 ("r-nlme" ,r-nlme)))
3030 (home-page "https://cran.r-project.org/web/packages/psych/")
3031 (synopsis "Procedures for psychological, psychometric, and personality research")
3032 (description
3033 "This package provides a general purpose toolbox for personality,
3034 psychometric theory and experimental psychology. Functions are primarily for
3035 multivariate analysis and scale construction using factor analysis, principal
3036 component analysis, cluster analysis and reliability analysis, although others
3037 provide basic descriptive statistics. Item Response Theory is done using
3038 factor analysis of tetrachoric and polychoric correlations. Functions for
3039 analyzing data at multiple levels include within and between group statistics,
3040 including correlations and factor analysis. Functions for simulating and
3041 testing particular item and test structures are included. Several functions
3042 serve as a useful front end for structural equation modeling. Graphical
3043 displays of path diagrams, factor analysis and structural equation models are
3044 created using basic graphics.")
3045 (license license:gpl2+)))
3046
3047 (define-public r-generics
3048 (package
3049 (name "r-generics")
3050 (version "0.0.2")
3051 (source
3052 (origin
3053 (method url-fetch)
3054 (uri (cran-uri "generics" version))
3055 (sha256
3056 (base32
3057 "0xk1xhpy7gpv3pvaygzhpfdxj72zmb38pb4nscfyg2ff36vx3cvi"))))
3058 (build-system r-build-system)
3059 (home-page "https://github.com/r-lib/generics")
3060 (synopsis "Common S3 generics not provided by base R methods")
3061 (description
3062 "In order to reduce potential package dependencies and conflicts,
3063 generics provides a number of commonly used S3 generics that are not provided
3064 by base R methods related to model fitting.")
3065 (license license:gpl2)))
3066
3067 (define-public r-broom
3068 (package
3069 (name "r-broom")
3070 (version "0.5.5")
3071 (source
3072 (origin
3073 (method url-fetch)
3074 (uri (cran-uri "broom" version))
3075 (sha256
3076 (base32
3077 "0n7zd64263kfavdi28rl2bxrsa00c3m4vjhhjdrfwvvmrcxj39fx"))))
3078 (build-system r-build-system)
3079 (propagated-inputs
3080 `(("r-backports" ,r-backports)
3081 ("r-dplyr" ,r-dplyr)
3082 ("r-generics" ,r-generics)
3083 ("r-nlme" ,r-nlme)
3084 ("r-purrr" ,r-purrr)
3085 ("r-reshape2" ,r-reshape2)
3086 ("r-stringr" ,r-stringr)
3087 ("r-tibble" ,r-tibble)
3088 ("r-tidyr" ,r-tidyr)))
3089 (home-page "https://github.com/tidyverse/broom")
3090 (synopsis "Convert statistical analysis objects into tidy data frames")
3091 (description
3092 "This package provides tools to convert statistical analysis objects from
3093 R into tidy data frames, so that they can more easily be combined, reshaped
3094 and otherwise processed with tools like @code{dplyr}, @code{tidyr} and
3095 @code{ggplot2}. The package provides three S3 generics: @code{tidy}, which
3096 summarizes a model's statistical findings such as coefficients of a
3097 regression; @code{augment}, which adds columns to the original data such as
3098 predictions, residuals and cluster assignments; and @code{glance}, which
3099 provides a one-row summary of model-level statistics.")
3100 (license license:expat)))
3101
3102 (define-public r-recipes
3103 (package
3104 (name "r-recipes")
3105 (version "0.1.9")
3106 (source
3107 (origin
3108 (method url-fetch)
3109 (uri (cran-uri "recipes" version))
3110 (sha256
3111 (base32
3112 "1fmnka583sqm6v5bhxbllb4cd5xfqbf268aij2xgxiwckv3c0ynm"))))
3113 (build-system r-build-system)
3114 (propagated-inputs
3115 `(("r-dplyr" ,r-dplyr)
3116 ("r-generics" ,r-generics)
3117 ("r-glue" ,r-glue)
3118 ("r-gower" ,r-gower)
3119 ("r-ipred" ,r-ipred)
3120 ("r-lubridate" ,r-lubridate)
3121 ("r-magrittr" ,r-magrittr)
3122 ("r-matrix" ,r-matrix)
3123 ("r-purrr" ,r-purrr)
3124 ("r-rlang" ,r-rlang)
3125 ("r-tibble" ,r-tibble)
3126 ("r-tidyr" ,r-tidyr)
3127 ("r-tidyselect" ,r-tidyselect)
3128 ("r-timedate" ,r-timedate)
3129 ("r-withr" ,r-withr)))
3130 (home-page "https://github.com/topepo/recipes")
3131 (synopsis "Preprocessing tools to create design matrices")
3132 (description
3133 "Recipes is an extensible framework to create and preprocess design
3134 matrices. Recipes consist of one or more data manipulation and analysis
3135 \"steps\". Statistical parameters for the steps can be estimated from an
3136 initial data set and then applied to other data sets. The resulting design
3137 matrices can then be used as inputs into statistical or machine learning
3138 models.")
3139 (license license:gpl2)))
3140
3141 (define-public r-pdist
3142 (package
3143 (name "r-pdist")
3144 (version "1.2")
3145 (source
3146 (origin
3147 (method url-fetch)
3148 (uri (cran-uri "pdist" version))
3149 (sha256
3150 (base32
3151 "18nd3mgad11f2zmwcp0w3sxlch4a9y6wp8dfdyzvjn7y4b4bq0dd"))))
3152 (build-system r-build-system)
3153 (home-page "https://github.com/jeffwong/pdist")
3154 (synopsis "Partitioned distance function")
3155 (description
3156 "Pdist computes the euclidean distance between rows of a matrix X and
3157 rows of another matrix Y. Previously, this could be done by binding the two
3158 matrices together and calling @code{dist}, but this creates unnecessary
3159 computation by computing the distances between a row of X and another row of
3160 X, and likewise for Y. Pdist strictly computes distances across the two
3161 matrices, not within the same matrix, making computations significantly faster
3162 for certain use cases.")
3163 (license license:gpl3+)))
3164
3165 (define-public r-ggrepel
3166 (package
3167 (name "r-ggrepel")
3168 (version "0.8.2")
3169 (source
3170 (origin
3171 (method url-fetch)
3172 (uri (cran-uri "ggrepel" version))
3173 (sha256
3174 (base32
3175 "1qaifn3dazdqbqlii210xhw7yf142iw7g9p2axmmxbz90p0by08d"))))
3176 (build-system r-build-system)
3177 (propagated-inputs
3178 `(("r-ggplot2" ,r-ggplot2)
3179 ("r-rcpp" ,r-rcpp)
3180 ("r-scales" ,r-scales)))
3181 (native-inputs
3182 `(("r-knitr" ,r-knitr))) ; for vignettes
3183 (home-page "http://github.com/slowkow/ggrepel")
3184 (synopsis "Repulsive text and label geometries for ggplot2")
3185 (description
3186 "This package provides text and label geometries for ggplot2 that help to
3187 avoid overlapping text labels. Labels repel away from each other and away
3188 from the data points.")
3189 (license license:gpl3)))
3190
3191 (define-public r-corrplot
3192 (package
3193 (name "r-corrplot")
3194 (version "0.84")
3195 (source
3196 (origin
3197 (method url-fetch)
3198 (uri (cran-uri "corrplot" version))
3199 (sha256
3200 (base32
3201 "1k03qd8db7pwg1v318xapx5mpiypiz2n07qr19c4b45diri5xkhd"))))
3202 (build-system r-build-system)
3203 (home-page "https://github.com/taiyun/corrplot")
3204 (synopsis "Visualization of a correlation matrix")
3205 (description
3206 "This package provides a graphical display of a correlation matrix or
3207 general matrix. It also contains some algorithms to do matrix reordering. In
3208 addition, corrplot is good at details, including choosing color, text labels,
3209 color labels, layout, etc.")
3210 ;; Any version of the GPL
3211 (license license:gpl2+)))
3212
3213 (define-public r-stringdist
3214 (package
3215 (name "r-stringdist")
3216 (version "0.9.5.5")
3217 (source
3218 (origin
3219 (method url-fetch)
3220 (uri (cran-uri "stringdist" version))
3221 (sha256
3222 (base32 "1dqfakclzaf878x7mhwmqrcpcql2h9cv19fz5f3ygpajf3si5kqi"))))
3223 (build-system r-build-system)
3224 (home-page "https://github.com/markvanderloo/stringdist")
3225 (synopsis "Approximate string matching and string distance functions")
3226 (description
3227 "This package implements an approximate string matching version of R's
3228 native @code{match} function. It can calculate various string distances based
3229 on edits (Damerau-Levenshtein, Hamming, Levenshtein, optimal sting alignment),
3230 qgrams (q- gram, cosine, jaccard distance) or heuristic metrics (Jaro,
3231 Jaro-Winkler). An implementation of soundex is provided as well. Distances
3232 can be computed between character vectors while taking proper care of encoding
3233 or between integer vectors representing generic sequences.")
3234 (license license:gpl3+)))
3235
3236 (define-public r-ucminf
3237 (package
3238 (name "r-ucminf")
3239 (version "1.1-4")
3240 (source
3241 (origin
3242 (method url-fetch)
3243 (uri (cran-uri "ucminf" version))
3244 (sha256
3245 (base32
3246 "01vggwg1w71k98qs6fhb0x1843vi322mf4g3hbclks94kcpkisx2"))))
3247 (build-system r-build-system)
3248 (native-inputs `(("gfortran" ,gfortran)))
3249 (home-page "https://cran.r-project.org/web/packages/ucminf/")
3250 (synopsis "General-purpose unconstrained non-linear optimization")
3251 (description
3252 "This package provides an implementation of an algorithm for
3253 general-purpose unconstrained non-linear optimization. The algorithm is of
3254 quasi-Newton type with BFGS updating of the inverse Hessian and soft line
3255 search with a trust region type monitoring of the input to the line search
3256 algorithm. The interface of @code{ucminf} is designed for easy interchange
3257 with the package @code{optim}.")
3258 (license license:gpl2+)))
3259
3260 (define-public r-ordinal
3261 (package
3262 (name "r-ordinal")
3263 (version "2019.12-10")
3264 (source
3265 (origin
3266 (method url-fetch)
3267 (uri (cran-uri "ordinal" version))
3268 (sha256
3269 (base32
3270 "09bpmjmbf4x82kgf6bm4bkncq2apdv9mk20zj4zgma2jx2vyfhbs"))))
3271 (build-system r-build-system)
3272 (propagated-inputs
3273 `(("r-mass" ,r-mass)
3274 ("r-matrix" ,r-matrix)
3275 ("r-numderiv" ,r-numderiv)
3276 ("r-ucminf" ,r-ucminf)))
3277 (home-page "https://github.com/runehaubo/ordinal")
3278 (synopsis "Regression models for ordinal data")
3279 (description
3280 "This package provides an implementation of cumulative link (mixed)
3281 models also known as ordered regression models, proportional odds models,
3282 proportional hazards models for grouped survival times and ordered models.
3283 Estimation is via maximum likelihood and mixed models are fitted with the
3284 Laplace approximation and adaptive Gauss-Hermite quadrature.")
3285 (license license:gpl2+)))
3286
3287 (define-public r-jomo
3288 (package
3289 (name "r-jomo")
3290 (version "2.6-10")
3291 (source
3292 (origin
3293 (method url-fetch)
3294 (uri (cran-uri "jomo" version))
3295 (sha256
3296 (base32
3297 "1k9l4290g350zbw1pjs871q9bxj3j2h1dilxpp06v4wy4n7d8qs0"))))
3298 (build-system r-build-system)
3299 (propagated-inputs
3300 `(("r-lme4" ,r-lme4)
3301 ("r-mass" ,r-mass)
3302 ("r-ordinal" ,r-ordinal)
3303 ("r-survival" ,r-survival)))
3304 (home-page "https://cran.r-project.org/web/packages/jomo/")
3305 (synopsis "Multilevel Joint Modelling Multiple Imputation")
3306 (description
3307 "Similarly to Schafer's package pan, jomo is a package for multilevel
3308 joint modelling multiple imputation @url{Carpenter and Kenward (2013),
3309 http://doi.org/10.1002/9781119942283}. Novel aspects of jomo are the
3310 possibility of handling binary and categorical data through latent normal
3311 variables, the option to use cluster-specific covariance matrices and to
3312 impute compatibly with the substantive model.")
3313 (license license:gpl2)))
3314
3315 (define-public r-pan
3316 (package
3317 (name "r-pan")
3318 (version "1.6")
3319 (source
3320 (origin
3321 (method url-fetch)
3322 (uri (cran-uri "pan" version))
3323 (sha256
3324 (base32
3325 "1dk3jjj826p7xrz10qz04vyc068xnypg7bp0pj4c32z3da0xzh5d"))))
3326 (build-system r-build-system)
3327 (native-inputs `(("gfortran" ,gfortran)))
3328 (home-page "https://cran.r-project.org/web/packages/pan/")
3329 (synopsis "Multiple imputation for multivariate panel or clustered data")
3330 (description
3331 "This package implements multiple imputation for multivariate panel or
3332 clustered data.")
3333 (license license:gpl3)))
3334
3335 (define-public r-mitml
3336 (package
3337 (name "r-mitml")
3338 (version "0.3-7")
3339 (source
3340 (origin
3341 (method url-fetch)
3342 (uri (cran-uri "mitml" version))
3343 (sha256
3344 (base32
3345 "0yqyxkyi1kmv5k63wxj5kkg5g8igk1axk2csb4xhj6wz0p89dxy6"))))
3346 (build-system r-build-system)
3347 (propagated-inputs
3348 `(("r-haven" ,r-haven)
3349 ("r-jomo" ,r-jomo)
3350 ("r-pan" ,r-pan)))
3351 (home-page "https://cran.r-project.org/web/packages/mitml/")
3352 (synopsis "Tools for multiple imputation in multilevel modeling")
3353 (description
3354 "This package provides tools for multiple imputation of missing data in
3355 multilevel modeling. It includes a user-friendly interface to the packages
3356 pan and jomo, and several functions for visualization, data management and the
3357 analysis of multiply imputed data sets.")
3358 (license license:gpl2+)))
3359
3360 (define-public r-mice
3361 (package
3362 (name "r-mice")
3363 (version "3.8.0")
3364 (source
3365 (origin
3366 (method url-fetch)
3367 (uri (cran-uri "mice" version))
3368 (sha256
3369 (base32
3370 "1ibybvigqkkla4xwhqs2w4m6c68alfcdsljx99nn4p92rzb1ig04"))))
3371 (build-system r-build-system)
3372 (propagated-inputs
3373 `(("r-broom" ,r-broom)
3374 ("r-dplyr" ,r-dplyr)
3375 ("r-lattice" ,r-lattice)
3376 ("r-rcpp" ,r-rcpp)
3377 ("r-tidyr" ,r-tidyr)))
3378 (home-page "https://cran.r-project.org/web/packages/mice/")
3379 (synopsis "Multivariate imputation by chained equations")
3380 (description
3381 "Multiple imputation using @dfn{Fully Conditional Specification} (FCS)
3382 implemented by the MICE algorithm as described in @url{Van Buuren and
3383 Groothuis-Oudshoorn (2011), http://doi.org/10.18637/jss.v045.i03}. Each
3384 variable has its own imputation model. Built-in imputation models are
3385 provided for continuous data (predictive mean matching, normal), binary
3386 data (logistic regression), unordered categorical data (polytomous logistic
3387 regression) and ordered categorical data (proportional odds). MICE can also
3388 impute continuous two-level data (normal model, pan, second-level variables).
3389 Passive imputation can be used to maintain consistency between variables.
3390 Various diagnostic plots are available to inspect the quality of the
3391 imputations.")
3392 ;; Any of these two versions.
3393 (license (list license:gpl2 license:gpl3))))
3394
3395 (define-public r-truncnorm
3396 (package
3397 (name "r-truncnorm")
3398 (version "1.0-8")
3399 (source
3400 (origin
3401 (method url-fetch)
3402 (uri (cran-uri "truncnorm" version))
3403 (sha256
3404 (base32
3405 "0zn88wdd58223kibk085rhsikl4yhlrwiyq109hzjg06hy6lwmj9"))))
3406 (build-system r-build-system)
3407 (home-page "https://cran.r-project.org/web/packages/truncnorm/")
3408 (synopsis "Truncated normal distribution")
3409 (description "This package provides functions for the truncated normal
3410 distribution with mean equal to @code{mean} and standard deviation equal to
3411 @code{sd}. It includes density, distribution, quantile, and expected value
3412 functions, as well as a random generation function.")
3413 (license license:gpl2)))
3414
3415 (define-public r-rsolnp
3416 (package
3417 (name "r-rsolnp")
3418 (version "1.16")
3419 (source
3420 (origin
3421 (method url-fetch)
3422 (uri (cran-uri "Rsolnp" version))
3423 (sha256
3424 (base32
3425 "0w7nkj6igr0gi7r7jg950lsx7dj6aipgxi6vbjsf5f5yc9h7fhii"))))
3426 (properties `((upstream-name . "Rsolnp")))
3427 (build-system r-build-system)
3428 (propagated-inputs
3429 `(("r-truncnorm" ,r-truncnorm)))
3430 (home-page "https://cran.r-project.org/web/packages/Rsolnp/")
3431 (synopsis "General non-linear optimization")
3432 (description "The Rsolnp package implements a general non-linear augmented
3433 Lagrange multiplier method solver, a @dfn{sequential quadratic
3434 programming} (SQP) based solver).")
3435 ;; Any version of the GPL.
3436 (license license:gpl2+)))
3437
3438 (define-public r-hardyweinberg
3439 (package
3440 (name "r-hardyweinberg")
3441 (version "1.6.3")
3442 (source
3443 (origin
3444 (method url-fetch)
3445 (uri (cran-uri "HardyWeinberg" version))
3446 (sha256
3447 (base32
3448 "1irz44q6nf95h37av868f47aakwv3jgwgw217xfsfw0afkm7s25f"))))
3449 (properties `((upstream-name . "HardyWeinberg")))
3450 (build-system r-build-system)
3451 (propagated-inputs
3452 `(("r-mice" ,r-mice)
3453 ("r-rcpp" ,r-rcpp)
3454 ("r-rsolnp" ,r-rsolnp)))
3455 (home-page "https://cran.r-project.org/package=HardyWeinberg")
3456 (synopsis "Statistical tests and graphics for Hardy-Weinberg equilibrium")
3457 (description
3458 "This package contains tools for exploring Hardy-Weinberg equilibrium for
3459 diallelic genetic marker data. All classical tests (chi-square, exact,
3460 likelihood-ratio and permutation tests) for Hardy-Weinberg equilibrium are
3461 included in the package, as well as functions for power computation and for
3462 the simulation of marker data under equilibrium and disequilibrium. Routines
3463 for dealing with markers on the X-chromosome are included. Functions for
3464 testing equilibrium in the presence of missing data by using multiple
3465 imputation are also provided. Implements several graphics for exploring the
3466 equilibrium status of a large set of diallelic markers: ternary plots with
3467 acceptance regions, log-ratio plots and Q-Q plots.")
3468 (license license:gpl2+)))
3469
3470 (define-public r-sm
3471 (package
3472 (name "r-sm")
3473 (version "2.2-5.6")
3474 (source
3475 (origin
3476 (method url-fetch)
3477 (uri (cran-uri "sm" version))
3478 (sha256
3479 (base32
3480 "0c4whcx879gb4lwvqnzxl5n9xgpcqh2c54ip9ami3mwfprzcv45q"))))
3481 (build-system r-build-system)
3482 (native-inputs `(("gfortran" ,gfortran)))
3483 (home-page "http://www.stats.gla.ac.uk/~adrian/sm/")
3484 (synopsis "Smoothing methods for nonparametric regression and density estimation")
3485 (description
3486 "This is software accompanying the book 'Applied Smoothing Techniques for
3487 Data Analysis---The Kernel Approach with S-Plus Illustrations', Oxford
3488 University Press. It provides smoothing methods for nonparametric regression
3489 and density estimation")
3490 (license license:gpl2+)))
3491
3492 (define-public r-venndiagram
3493 (package
3494 (name "r-venndiagram")
3495 (version "1.6.20")
3496 (source (origin
3497 (method url-fetch)
3498 (uri (cran-uri "VennDiagram" version))
3499 (sha256
3500 (base32
3501 "1ic1jaxzw98si2p4n1fl4n3myhd7fpw0njb634cwhviwybzv6775"))))
3502 (properties `((upstream-name . "VennDiagram")))
3503 (build-system r-build-system)
3504 (propagated-inputs
3505 `(("r-futile-logger" ,r-futile-logger)))
3506 (home-page "https://cran.r-project.org/web/packages/VennDiagram/")
3507 (synopsis "Generate High-Resolution Venn and Euler Plots")
3508 (description
3509 "This package provides a set of functions to generate high-resolution
3510 Venn and Euler plots. It includes handling for several special cases,
3511 including two-case scaling, and extensive customization of plot shape and
3512 structure.")
3513 (license license:gpl2+)))
3514
3515 (define-public r-vioplot
3516 (package
3517 (name "r-vioplot")
3518 (version "0.3.4")
3519 (source
3520 (origin
3521 (method url-fetch)
3522 (uri (cran-uri "vioplot" version))
3523 (sha256
3524 (base32
3525 "1fsklymilspzz5fzlj7666x09aglaw0v4x0yfjjzy4vr5qpjc529"))))
3526 (build-system r-build-system)
3527 (propagated-inputs
3528 `(("r-sm" ,r-sm)
3529 ("r-zoo" ,r-zoo)))
3530 (home-page "http://wsopuppenkiste.wiso.uni-goettingen.de/~dadler")
3531 (synopsis "Violin plot")
3532 (description
3533 "This package provides a violin plot, which is a combination of a box
3534 plot and a kernel density plot.")
3535 (license license:bsd-3)))
3536
3537 (define-public r-rsofia
3538 (package
3539 (name "r-rsofia")
3540 (version "1.1")
3541 (source (origin
3542 (method url-fetch)
3543 ;; This package has been removed from CRAN, so we can
3544 ;; only fetch it from the archives.
3545 (uri (string-append "https://cran.r-project.org/src/"
3546 "contrib/Archive/RSofia/RSofia_"
3547 version ".tar.gz"))
3548 (sha256
3549 (base32
3550 "0q931y9rcf6slb0s2lsxhgqrzy4yqwh8hb1124nxg0bjbxvjbihn"))))
3551 (properties `((upstream-name . "RSofia")))
3552 (build-system r-build-system)
3553 (propagated-inputs
3554 `(("r-rcpp" ,r-rcpp)))
3555 (home-page "https://cran.r-project.org/src/contrib/Archive/RSofia")
3556 (synopsis "Port of sofia-ml to R")
3557 (description "This package is a port of sofia-ml to R. Sofia-ml is a
3558 suite of fast incremental algorithms for machine learning that can be used for
3559 training models for classification or ranking.")
3560 (license license:asl2.0)))
3561
3562 (define-public r-xts
3563 (package
3564 (name "r-xts")
3565 (version "0.12-0")
3566 (source
3567 (origin
3568 (method url-fetch)
3569 (uri (cran-uri "xts" version))
3570 (sha256
3571 (base32
3572 "0q4cc8ynp7ndmgll1jj3lxyl6wmgg89ad3wq09kjc2ngszdfc4fz"))))
3573 (build-system r-build-system)
3574 (propagated-inputs `(("r-zoo" ,r-zoo)))
3575 (home-page "https://github.com/joshuaulrich/xts")
3576 (synopsis "Extensible time series")
3577 (description
3578 "This package provides for uniform handling of R's different time-based
3579 data classes by extending @code{zoo}, maximizing native format information
3580 preservation and allowing for user-level customization and extension, while
3581 simplifying cross-class interoperability.")
3582 (license license:gpl2+)))
3583
3584 (define-public r-performanceanalytics
3585 (package
3586 (name "r-performanceanalytics")
3587 (version "2.0.4")
3588 (source
3589 (origin
3590 (method url-fetch)
3591 (uri (cran-uri "PerformanceAnalytics" version))
3592 (sha256
3593 (base32
3594 "0ci26hsj4wnw9g0mh4vrn0cg986cpcpx169rvw6v6rbnjxq718bq"))))
3595 (properties
3596 `((upstream-name . "PerformanceAnalytics")))
3597 (build-system r-build-system)
3598 (propagated-inputs
3599 `(("r-quadprog" ,r-quadprog)
3600 ("r-xts" ,r-xts)
3601 ("r-zoo" ,r-zoo)))
3602 (home-page "https://r-forge.r-project.org/projects/returnanalytics/")
3603 (synopsis "Econometric tools for performance and risk analysis")
3604 (description "This is a collection of econometric functions for
3605 performance and risk analysis. This package aims to aid practitioners and
3606 researchers in utilizing the latest research in analysis of non-normal return
3607 streams. In general, it is most tested on return (rather than price) data on
3608 a regular scale, but most functions will work with irregular return data as
3609 well, and increasing numbers of functions will work with P&L or price data
3610 where possible.")
3611 ;; Either version may be picked.
3612 (license (list license:gpl2 license:gpl3))))
3613
3614 (define-public r-laeken
3615 (package
3616 (name "r-laeken")
3617 (version "0.5.1")
3618 (source
3619 (origin
3620 (method url-fetch)
3621 (uri (cran-uri "laeken" version))
3622 (sha256
3623 (base32
3624 "199rjkhjjygpr6cjzab87as46acb5npi44m4yycvk7lnd0blma8s"))))
3625 (build-system r-build-system)
3626 (propagated-inputs
3627 `(("r-boot" ,r-boot)
3628 ("r-mass" ,r-mass)))
3629 (home-page "https://cran.r-project.org/web/packages/laeken/")
3630 (synopsis "Estimation of indicators on social exclusion and poverty")
3631 (description "This package provides tools for the estimation of indicators
3632 on social exclusion and poverty, as well as an implementation of Pareto tail
3633 modeling for empirical income distributions.")
3634 (license license:gpl2+)))
3635
3636 (define-public r-vcd
3637 (package
3638 (name "r-vcd")
3639 (version "1.4-6")
3640 (source
3641 (origin
3642 (method url-fetch)
3643 (uri (cran-uri "vcd" version))
3644 (sha256
3645 (base32
3646 "0rjz49py5l6wnaimw6k8rcyzlvs8cyz5g2xwqj2qis92ly0l103z"))))
3647 (build-system r-build-system)
3648 (propagated-inputs
3649 `(("r-colorspace" ,r-colorspace)
3650 ("r-lmtest" ,r-lmtest)
3651 ("r-mass" ,r-mass)))
3652 (home-page "https://cran.r-project.org/web/packages/vcd/")
3653 (synopsis "Visualizing categorical data")
3654 (description "This package provides visualization techniques, data sets,
3655 summary and inference procedures aimed particularly at categorical data.
3656 Special emphasis is given to highly extensible grid graphics. The package was
3657 originally inspired by the book \"Visualizing Categorical Data\" by Michael
3658 Friendly and is now the main support package for a new book, \"Discrete Data
3659 Analysis with R\" by Michael Friendly and David Meyer (2015).")
3660 (license license:gpl2)))
3661
3662 (define-public r-ica
3663 (package
3664 (name "r-ica")
3665 (version "1.0-2")
3666 (source
3667 (origin
3668 (method url-fetch)
3669 (uri (cran-uri "ica" version))
3670 (sha256
3671 (base32
3672 "0ya1nph1zwhad0bfz4yxs27kl45yk1dhnphdlrq34p8pqrpmj8g7"))))
3673 (build-system r-build-system)
3674 (home-page "https://cran.r-project.org/web/packages/ica/")
3675 (synopsis "Independent component analysis")
3676 (description "This package provides tools for @dfn{Independent Component
3677 Analysis} (ICA) using various algorithms: FastICA,
3678 Information-Maximization (Infomax), and @dfn{Joint Approximate Diagonalization
3679 of Eigenmatrices} (JADE).")
3680 (license license:gpl2+)))
3681
3682 (define-public r-dtw
3683 (package
3684 (name "r-dtw")
3685 (version "1.21-3")
3686 (source
3687 (origin
3688 (method url-fetch)
3689 (uri (cran-uri "dtw" version))
3690 (sha256
3691 (base32
3692 "02hyhx1sy5h3vzh9zixy18a7d47df4k5d0wyflcvlcbsbcl6p90s"))))
3693 (build-system r-build-system)
3694 (propagated-inputs `(("r-proxy" ,r-proxy)))
3695 (home-page "http://dtw.r-forge.r-project.org/")
3696 (synopsis "Dynamic Time Warping Algorithms")
3697 (description "This package provides a comprehensive implementation of
3698 @dfn{dynamic time warping} (DTW) algorithms in R. DTW computes the
3699 optimal (least cumulative distance) alignment between points of two time
3700 series. Common DTW variants covered include local (slope) and global (window)
3701 constraints, subsequence matches, arbitrary distance definitions,
3702 normalizations, minimum variance matching, and so on.")
3703 (license license:gpl2+)))
3704
3705 (define-public r-sdmtools
3706 (package
3707 (name "r-sdmtools")
3708 (version "1.1-221.2")
3709 (source
3710 (origin
3711 (method url-fetch)
3712 (uri (cran-uri "SDMTools" version))
3713 (sha256
3714 (base32
3715 "1xvcd97ikqsfdpk2fddy3k0z1ajqga7nv9bgac9c1wnjk1gqrpgh"))))
3716 (properties `((upstream-name . "SDMTools")))
3717 (build-system r-build-system)
3718 (propagated-inputs `(("r-r-utils" ,r-r-utils)))
3719 (home-page "https://www.rforge.net/SDMTools/")
3720 (synopsis "Species distribution modelling tools")
3721 (description "This package provides a set of tools for post processing
3722 the outcomes of species distribution modeling exercises. It includes novel
3723 methods for comparing models and tracking changes in distributions through
3724 time. It further includes methods for visualizing outcomes, selecting
3725 thresholds, calculating measures of accuracy and landscape fragmentation
3726 statistics, etc.")
3727 (license license:gpl3+)))
3728
3729 (define-public r-scatterplot3d
3730 (package
3731 (name "r-scatterplot3d")
3732 (version "0.3-41")
3733 (source
3734 (origin
3735 (method url-fetch)
3736 (uri (cran-uri "scatterplot3d" version))
3737 (sha256
3738 (base32
3739 "152xqz9c70qab86mpgng049gxsg5f4fpf1m8dh93fb9v1avjd0sc"))))
3740 (build-system r-build-system)
3741 (home-page "https://cran.r-project.org/web/packages/scatterplot3d/")
3742 (synopsis "3D scatter plot")
3743 (description "This package provides an implementation of scatter plots for
3744 plotting. a three dimensional point cloud.")
3745 (license license:gpl2)))
3746
3747 (define-public r-ggridges
3748 (package
3749 (name "r-ggridges")
3750 (version "0.5.2")
3751 (source
3752 (origin
3753 (method url-fetch)
3754 (uri (cran-uri "ggridges" version))
3755 (sha256
3756 (base32
3757 "03pz257aw0mkh5k75rby9givkc1ky3n5scvhjhjiz9vry9fpffmh"))))
3758 (build-system r-build-system)
3759 (propagated-inputs
3760 `(("r-ggplot2" ,r-ggplot2)
3761 ("r-plyr" ,r-plyr)
3762 ("r-scales" ,r-scales)
3763 ("r-withr" ,r-withr)))
3764 (home-page "https://github.com/clauswilke/ggridges")
3765 (synopsis "Ridgeline plots in ggplot2")
3766 (description
3767 "Ridgeline plots provide a convenient way of visualizing changes in
3768 distributions over time or space. This package enables the creation of such
3769 plots in @code{ggplot2}.")
3770 (license license:gpl2)))
3771
3772 (define-public r-ggjoy
3773 (package
3774 (name "r-ggjoy")
3775 (version "0.4.1")
3776 (source
3777 (origin
3778 (method url-fetch)
3779 (uri (cran-uri "ggjoy" version))
3780 (sha256
3781 (base32
3782 "012md2m0jqfcccb933j423m3ck31v3p0pd41gjxpyg9082y7ixyj"))))
3783 (build-system r-build-system)
3784 (propagated-inputs
3785 `(("r-ggplot2" ,r-ggplot2)
3786 ("r-ggridges" ,r-ggridges)))
3787 (home-page "https://github.com/clauswilke/ggjoy")
3788 (synopsis "Joyplots in ggplot2")
3789 (description "Joyplots provide a convenient way of visualizing changes in
3790 distributions over time or space. This package enables the creation of such
3791 plots in @code{ggplot2}.")
3792 (license license:gpl2)))
3793
3794 (define-public r-cli
3795 (package
3796 (name "r-cli")
3797 (version "2.0.2")
3798 (source
3799 (origin
3800 (method url-fetch)
3801 (uri (cran-uri "cli" version))
3802 (sha256
3803 (base32
3804 "1dhkah6jvr96k4h4agcc2rfls75bpjb0j58fzaz3dc0fp3jk8229"))))
3805 (build-system r-build-system)
3806 (propagated-inputs
3807 `(("r-assertthat" ,r-assertthat)
3808 ("r-crayon" ,r-crayon)
3809 ("r-fansi" ,r-fansi)
3810 ("r-glue" ,r-glue)))
3811 (home-page "https://github.com/r-lib/cli#readme")
3812 (synopsis "Helpers for developing command line interfaces")
3813 (description "This package provides a suite of tools designed to build
3814 attractive command line interfaces (CLIs). It includes tools for drawing
3815 rules, boxes, trees, and Unicode symbols with ASCII alternatives.")
3816 (license license:expat)))
3817
3818 (define-public r-argparser
3819 (package
3820 (name "r-argparser")
3821 (version "0.6")
3822 (source
3823 (origin
3824 (method url-fetch)
3825 (uri (cran-uri "argparser" version))
3826 (sha256
3827 (base32
3828 "1pxiz9jlhlnpzqn1lz349r07i7glw708w202x6dlnxp112fg7k4x"))))
3829 (build-system r-build-system)
3830 (home-page "https://bitbucket.org/djhshih/argparser")
3831 (synopsis "Command-line argument parser")
3832 (description
3833 "This package provides a cross-platform command-line argument parser
3834 written purely in R with no external dependencies. It is useful with the
3835 Rscript front-end and facilitates turning an R script into an executable
3836 script.")
3837 (license license:gpl3+)))
3838
3839 (define-public r-debugme
3840 (package
3841 (name "r-debugme")
3842 (version "1.1.0")
3843 (source
3844 (origin
3845 (method url-fetch)
3846 (uri (cran-uri "debugme" version))
3847 (sha256
3848 (base32
3849 "1c9sg55zvf10h8198jdnpamm6f66lzw3c3jnmdp9ls6na0j0xbjd"))))
3850 (build-system r-build-system)
3851 (propagated-inputs `(("r-crayon" ,r-crayon)))
3852 (home-page "https://github.com/r-lib/debugme#readme")
3853 (synopsis "Debug R packages")
3854 (description
3855 "This package allows the user to specify debug messages as special string
3856 constants, and control debugging of packages via environment variables.")
3857 (license license:expat)))
3858
3859 (define-public r-processx
3860 (package
3861 (name "r-processx")
3862 (version "3.4.2")
3863 (source
3864 (origin
3865 (method url-fetch)
3866 (uri (cran-uri "processx" version))
3867 (sha256
3868 (base32
3869 "02awswxq6wh3rl99dncw5n6c1xmd0v81xcdp2dfyi6vm6b3gz84l"))))
3870 (build-system r-build-system)
3871 (propagated-inputs
3872 `(("r-ps" ,r-ps)
3873 ("r-r6" ,r-r6)))
3874 (home-page "https://github.com/r-lib/processx3")
3875 (synopsis "Execute and control system processes")
3876 (description
3877 "This package provides portable tools to run system processes in the
3878 background. It can check if a background process is running; wait on a
3879 background process to finish; get the exit status of finished processes; kill
3880 background processes and their children; restart processes. It can read the
3881 standard output and error of the processes, using non-blocking connections.
3882 @code{processx} can poll a process for standard output or error, with a
3883 timeout. It can also poll several processes at once.")
3884 (license license:expat)))
3885
3886 (define-public r-tsp
3887 (package
3888 (name "r-tsp")
3889 (version "1.1-9")
3890 (source
3891 (origin
3892 (method url-fetch)
3893 (uri (cran-uri "TSP" version))
3894 (sha256
3895 (base32
3896 "183m6crb0dv17llj86059n3hbgsahbhfcqlx0ijdzkssg11i1cy7"))))
3897 (properties `((upstream-name . "TSP")))
3898 (build-system r-build-system)
3899 (propagated-inputs `(("r-foreach" ,r-foreach)))
3900 (home-page "https://cran.r-project.org/web/packages/TSP/")
3901 (synopsis "Traveling salesperson problem (TSP)")
3902 (description "This package provides basic infrastructure and some
3903 algorithms for the @dfn{traveling salesperson problem}(TSP) (also known as the
3904 traveling salesman problem).")
3905 (license license:gpl3)))
3906
3907 (define-public r-qap
3908 (package
3909 (name "r-qap")
3910 (version "0.1-1")
3911 (source
3912 (origin
3913 (method url-fetch)
3914 (uri (cran-uri "qap" version))
3915 (sha256
3916 (base32
3917 "0d2d1ni1camixyi45lfy00f4pn3p063k7bsi8gj5scp6n15mdgb0"))))
3918 (build-system r-build-system)
3919 (native-inputs `(("gfortran" ,gfortran)))
3920 (home-page "https://cran.r-project.org/web/packages/qap/")
3921 (synopsis "Heuristics for the quadratic assignment problem (QAP)")
3922 (description "This package implements heuristics for the @dfn{quadratic
3923 assignment problem} (QAP). Currently only a simulated annealing heuristic is
3924 available.")
3925 (license license:gpl3)))
3926
3927 (define-public r-gclus
3928 (package
3929 (name "r-gclus")
3930 (version "1.3.2")
3931 (source
3932 (origin
3933 (method url-fetch)
3934 (uri (cran-uri "gclus" version))
3935 (sha256
3936 (base32
3937 "1cz0g0i972955hhaji30rx8448x7f3as7z1sww9i5h86ybgirilw"))))
3938 (build-system r-build-system)
3939 (propagated-inputs `(("r-cluster" ,r-cluster)))
3940 (home-page "https://cran.r-project.org/web/packages/gclus/")
3941 (synopsis "Clustering graphics")
3942 (description "This package orders panels in scatterplot matrices and
3943 parallel coordinate displays by some merit index. It contains various indices
3944 of merit, ordering functions, and enhanced versions of @code{pairs} and
3945 @code{parcoord} which color panels according to their merit level.")
3946 (license license:gpl2+)))
3947
3948 (define-public r-webshot
3949 (package
3950 (name "r-webshot")
3951 (version "0.5.2")
3952 (source
3953 (origin
3954 (method url-fetch)
3955 (uri (cran-uri "webshot" version))
3956 (sha256
3957 (base32
3958 "0gq4h8cw51z95yvsnf38kj5l58wgljkm0dalmi8mn1sp06bxr0zi"))))
3959 (build-system r-build-system)
3960 (propagated-inputs
3961 `(("r-callr" ,r-callr)
3962 ("r-jsonlite" ,r-jsonlite)
3963 ("r-magrittr" ,r-magrittr)))
3964 (home-page "https://github.com/wch/webshot/")
3965 (synopsis "Take screenshots of web pages")
3966 (description
3967 "Webshot makes it easy to take screenshots of web pages from within R.
3968 It can also run Shiny applications locally and take screenshots of the
3969 application; and it can render and screenshot static as well as interactive R
3970 Markdown documents.")
3971 (license license:gpl2)))
3972
3973 (define-public r-seriation
3974 (package
3975 (name "r-seriation")
3976 (version "1.2-8")
3977 (source
3978 (origin
3979 (method url-fetch)
3980 (uri (cran-uri "seriation" version))
3981 (sha256
3982 (base32
3983 "1zbdxq0s5rc5v307b69fw9k52m0654ls7pf22lh35ggirig6lwsk"))))
3984 (build-system r-build-system)
3985 (propagated-inputs
3986 `(("r-cluster" ,r-cluster)
3987 ("r-colorspace" ,r-colorspace)
3988 ("r-dendextend" ,r-dendextend)
3989 ("r-gclus" ,r-gclus)
3990 ("r-gplots" ,r-gplots)
3991 ("r-mass" ,r-mass)
3992 ("r-qap" ,r-qap)
3993 ("r-registry" ,r-registry)
3994 ("r-tsp" ,r-tsp)))
3995 (native-inputs `(("gfortran" ,gfortran)))
3996 (home-page "https://s2.smu.edu/IDA/seriation/")
3997 (synopsis "Infrastructure for ordering objects using seriation")
3998 (description
3999 "This package provides infrastructure for seriation with an
4000 implementation of several seriation/sequencing techniques to reorder matrices,
4001 dissimilarity matrices, and dendrograms. It also provides (optimally)
4002 reordered heatmaps, color images and clustering visualizations like
4003 dissimilarity plots, and visual assessment of cluster tendency plots (VAT and
4004 iVAT).")
4005 (license license:gpl3)))
4006
4007 (define-public r-xfun
4008 (package
4009 (name "r-xfun")
4010 (version "0.12")
4011 (source
4012 (origin
4013 (method url-fetch)
4014 (uri (cran-uri "xfun" version))
4015 (sha256
4016 (base32 "0sgh8kafi9x1glmmcp1ly827pm8q7fsfngbplr41fbb4nc9363df"))))
4017 (build-system r-build-system)
4018 (home-page "https://github.com/yihui/xfun")
4019 (synopsis "Miscellaneous functions")
4020 (description
4021 "This package provides miscellaneous functions commonly used in other
4022 packages maintained by Yihui Xie.")
4023 (license license:expat)))
4024
4025 (define-public r-utf8
4026 (package
4027 (name "r-utf8")
4028 (version "1.1.4")
4029 (source
4030 (origin
4031 (method url-fetch)
4032 (uri (cran-uri "utf8" version))
4033 (sha256
4034 (base32
4035 "0m0ywg8k3blfiahxvh1i4zn9dksrlc937d2lbza5fc38zjnrrnpn"))))
4036 (build-system r-build-system)
4037 (home-page "https://github.com/patperry/r-utf8")
4038 (synopsis "Unicode text processing")
4039 (description
4040 "This package provides tools to process and print UTF-8 encoded
4041 international text (Unicode). Input, validate, normalize, encode, format, and
4042 display.")
4043 (license license:asl2.0)))
4044
4045 (define-public r-zeallot
4046 (package
4047 (name "r-zeallot")
4048 (version "0.1.0")
4049 (source
4050 (origin
4051 (method url-fetch)
4052 (uri (cran-uri "zeallot" version))
4053 (sha256
4054 (base32
4055 "1sd1igcfnv27pa3bqxlbyxchi562h7grnjg1l7wxx3bwr49i57s3"))))
4056 (build-system r-build-system)
4057 (home-page "https://github.com/nteetor/zeallot")
4058 (synopsis "Multiple, unpacking, and destructuring assignment")
4059 (description
4060 "This package provides a @code{%<-%} operator to perform multiple,
4061 unpacking, and destructuring assignment in R. The operator unpacks the
4062 right-hand side of an assignment into multiple values and assigns these values
4063 to variables on the left-hand side of the assignment.")
4064 (license license:expat)))
4065
4066 (define-public r-vctrs
4067 (package
4068 (name "r-vctrs")
4069 (version "0.2.3")
4070 (source
4071 (origin
4072 (method url-fetch)
4073 (uri (cran-uri "vctrs" version))
4074 (sha256
4075 (base32
4076 "1pnjnxp1pwsr083qa6xp5akls6q0pnjz8pq2m9d7z3kc1886sw8w"))))
4077 (build-system r-build-system)
4078 (propagated-inputs
4079 `(("r-digest" ,r-digest)
4080 ("r-ellipsis" ,r-ellipsis)
4081 ("r-glue" ,r-glue)
4082 ("r-rlang" ,r-rlang)))
4083 (home-page "https://github.com/r-lib/vctrs")
4084 (synopsis "Vector helpers")
4085 (description
4086 "There are three main goals to the @code{vctrs} package:
4087
4088 @enumerate
4089 @item To propose @code{vec_size()} and @code{vec_type()} as alternatives to
4090 @code{length()} and @code{class()}. These definitions are paired with a
4091 framework for type-coercion and size-recycling.
4092 @item To define type- and size-stability as desirable function properties, use
4093 them to analyse existing base function, and to propose better alternatives.
4094 This work has been particularly motivated by thinking about the ideal
4095 properties of @code{c()}, @code{ifelse()}, and @code{rbind()}.
4096 @item To provide a new @code{vctr} base class that makes it easy to create new
4097 S3 vectors. @code{vctrs} provides methods for many base generics in terms of
4098 a few new @code{vctrs} generics, making implementation considerably simpler
4099 and more robust.
4100 @end enumerate\n")
4101 (license license:gpl3)))
4102
4103 (define-public r-pillar
4104 (package
4105 (name "r-pillar")
4106 (version "1.4.3")
4107 (source
4108 (origin
4109 (method url-fetch)
4110 (uri (cran-uri "pillar" version))
4111 (sha256
4112 (base32
4113 "02sn7zw80wq33jgxk2i6m5jb83sk7y72dfhgyy0apfinv05w92ss"))))
4114 (build-system r-build-system)
4115 (propagated-inputs
4116 `(("r-cli" ,r-cli)
4117 ("r-crayon" ,r-crayon)
4118 ("r-fansi" ,r-fansi)
4119 ("r-rlang" ,r-rlang)
4120 ("r-utf8" ,r-utf8)
4121 ("r-vctrs" ,r-vctrs)))
4122 (home-page "https://github.com/r-lib/pillar")
4123 (synopsis "Coloured formatting for columns")
4124 (description
4125 "This package provides a @code{pillar} generic designed for formatting
4126 columns of data using the full range of colours provided by modern
4127 terminals.")
4128 (license license:gpl3)))
4129
4130 (define-public r-uuid
4131 (package
4132 (name "r-uuid")
4133 (version "0.1-4")
4134 (source
4135 (origin
4136 (method url-fetch)
4137 (uri (cran-uri "uuid" version))
4138 (sha256
4139 (base32
4140 "0gm9ii7ncvllxbvyk6srsiinjmqyj7lmh84w43x4nhqpvafj9q4q"))))
4141 (build-system r-build-system)
4142 (home-page "http://www.rforge.net/uuid")
4143 (synopsis "Tools for generating and handling of UUIDs")
4144 (description
4145 "This package provides tools for generating and handling of
4146 @dfn{Universally Unique Identifiers} (UUIDs).")
4147 (license license:expat)))
4148
4149 (define-public r-tinytex
4150 (package
4151 (name "r-tinytex")
4152 (version "0.20")
4153 (source
4154 (origin
4155 (method url-fetch)
4156 (uri (cran-uri "tinytex" version))
4157 (sha256
4158 (base32
4159 "0n8v8inpsc99r0snvqbjhqlc6nm9hxjsw120hrxc2mw03pa5fvkg"))))
4160 (build-system r-build-system)
4161 (propagated-inputs
4162 `(("r-xfun" ,r-xfun)))
4163 (home-page "https://github.com/yihui/tinytex")
4164 (synopsis "Helper functions for TeX Live and compiling LaTeX documents")
4165 (description
4166 "This package provides helper functions to install and maintain the LaTeX
4167 distribution named TinyTeX, a lightweight, cross-platform, portable, and
4168 easy-to-maintain version of TeX Live. This package also contains helper
4169 functions to compile LaTeX documents, and install missing LaTeX packages
4170 automatically.")
4171 (license license:expat)))
4172
4173 (define-public r-network
4174 (package
4175 (name "r-network")
4176 (version "1.16.0")
4177 (source
4178 (origin
4179 (method url-fetch)
4180 (uri (cran-uri "network" version))
4181 (sha256
4182 (base32
4183 "0dnf1wl3za2lhx2lwd8smhlijl1cfhckgr8zz9piiirrfi2m2kx2"))))
4184 (build-system r-build-system)
4185 (propagated-inputs
4186 `(("r-magrittr" ,r-magrittr)
4187 ("r-tibble" ,r-tibble)))
4188 (home-page "https://statnet.org/")
4189 (synopsis "Classes for relational data")
4190 (description
4191 "This package provides tools to create and modify network objects. The
4192 @code{network} class can represent a range of relational data types, and
4193 supports arbitrary vertex/edge/graph attributes.")
4194 (license license:gpl2+)))
4195
4196 (define-public r-statnet-common
4197 (package
4198 (name "r-statnet-common")
4199 (version "4.3.0")
4200 (source
4201 (origin
4202 (method url-fetch)
4203 (uri (cran-uri "statnet.common" version))
4204 (sha256
4205 (base32
4206 "0ng90i0wm9wlyhjbnmnylc1bbqw396p1dr7f402dyry9x9ck6jl3"))))
4207 (properties
4208 `((upstream-name . "statnet.common")))
4209 (build-system r-build-system)
4210 (propagated-inputs
4211 `(("r-coda" ,r-coda)))
4212 (home-page "https://statnet.org")
4213 (synopsis "R scripts and utilities used by the Statnet software")
4214 (description "This package provides non-statistical utilities used by the
4215 software developed by the Statnet Project.")
4216 (license license:gpl3)))
4217
4218 (define-public r-statcheck
4219 (package
4220 (name "r-statcheck")
4221 (version "1.3.0")
4222 (source
4223 (origin
4224 (method url-fetch)
4225 (uri (cran-uri "statcheck" version))
4226 (sha256
4227 (base32
4228 "0ivybdcrymlsfv6pg6p5bv70qdvgxf2vgp0kf4r0pf2fcvav1mcp"))))
4229 (build-system r-build-system)
4230 (propagated-inputs
4231 `(("r-ggplot2" ,r-ggplot2)
4232 ("r-plyr" ,r-plyr)
4233 ("r-rmarkdown" ,r-rmarkdown)))
4234 (home-page "https://cran.r-project.org/web/packages/statcheck/")
4235 (synopsis "Extract statistics from articles and recompute p-values")
4236 (description "This package can automatically extract statistical
4237 null-hypothesis significant testing (NHST) results from articles and recompute
4238 the p-values based on the reported test statistic and degrees of freedom to
4239 detect possible inconsistencies.")
4240 (license license:gpl2)))
4241
4242 (define-public r-sna
4243 (package
4244 (name "r-sna")
4245 (version "2.5")
4246 (source
4247 (origin
4248 (method url-fetch)
4249 (uri (cran-uri "sna" version))
4250 (sha256
4251 (base32
4252 "1j3i6300m686qqfmyvadim377cd3mplzgj6mandygw8brg50id8k"))))
4253 (build-system r-build-system)
4254 (propagated-inputs
4255 `(("r-network" ,r-network)
4256 ("r-statnet-common" ,r-statnet-common)))
4257 (home-page "https://statnet.org")
4258 (synopsis "Tools for social network analysis")
4259 (description
4260 "This package provides a range of tools for social network analysis,
4261 including node and graph-level indices, structural distance and covariance
4262 methods, structural equivalence detection, network regression, random graph
4263 generation, and 2D/3D network visualization.")
4264 (license license:gpl2+)))
4265
4266 (define-public r-tfisher
4267 (package
4268 (name "r-tfisher")
4269 (version "0.2.0")
4270 (source
4271 (origin
4272 (method url-fetch)
4273 (uri (cran-uri "TFisher" version))
4274 (sha256
4275 (base32
4276 "0vz74ww1lf1prfwz74hfsi3a8nzq8ss7aqjr85c1d87vss2796xx"))))
4277 (properties `((upstream-name . "TFisher")))
4278 (build-system r-build-system)
4279 (propagated-inputs
4280 `(("r-matrix" ,r-matrix)
4281 ("r-mvtnorm" ,r-mvtnorm)
4282 ("r-sn" ,r-sn)))
4283 (home-page "https://cran.r-project.org/web/packages/TFisher/")
4284 (synopsis "Optimal thresholding Fisher's p-value combination method")
4285 (description
4286 "This package provides the @dfn{cumulative distribution function} (CDF),
4287 quantile, and statistical power calculator for a collection of thresholding
4288 Fisher's p-value combination methods, including Fisher's p-value combination
4289 method, truncated product method and, in particular, soft-thresholding
4290 Fisher's p-value combination method which is proven to be optimal in some
4291 context of signal detection. The p-value calculator for the omnibus version
4292 of these tests are also included.")
4293 (license license:gpl2)))
4294
4295 (define-public r-ttr
4296 (package
4297 (name "r-ttr")
4298 (version "0.23-6")
4299 (source
4300 (origin
4301 (method url-fetch)
4302 (uri (cran-uri "TTR" version))
4303 (sha256
4304 (base32
4305 "0rg22ma3x07s9djlxscfw5jcq1gbir05cwhgvwfi53x1sf4hmhdg"))))
4306 (properties `((upstream-name . "TTR")))
4307 (build-system r-build-system)
4308 (propagated-inputs
4309 `(("r-curl" ,r-curl)
4310 ("r-xts" ,r-xts)
4311 ("r-zoo" ,r-zoo)))
4312 (home-page "https://github.com/joshuaulrich/TTR")
4313 (synopsis "Technical trading rules")
4314 (description
4315 "This package provides functions and data to construct technical trading
4316 rules with R.")
4317 (license license:gpl2)))
4318
4319 (define-public r-leaps
4320 (package
4321 (name "r-leaps")
4322 (version "3.1")
4323 (source
4324 (origin
4325 (method url-fetch)
4326 (uri (cran-uri "leaps" version))
4327 (sha256
4328 (base32
4329 "1dn3yl1p03n0iynd1vsdkrr0fhmvgrmfkv37y7n371765h83lz1x"))))
4330 (build-system r-build-system)
4331 (native-inputs `(("gfortran" ,gfortran)))
4332 (home-page "https://cran.r-project.org/web/packages/leaps/")
4333 (synopsis "Regression subset selection")
4334 (description
4335 "This package provides tools for regression subset selection, including
4336 exhaustive search.")
4337 (license license:gpl2+)))
4338
4339 (define-public r-splus2r
4340 (package
4341 (name "r-splus2r")
4342 (version "1.2-2")
4343 (source
4344 (origin
4345 (method url-fetch)
4346 (uri (cran-uri "splus2R" version))
4347 (sha256
4348 (base32
4349 "0xrbj8vxy0pc6hl7m8abv71d3hjw47cl51s7j7priadyqczkq6sz"))))
4350 (properties `((upstream-name . "splus2R")))
4351 (build-system r-build-system)
4352 (native-inputs `(("gfortran" ,gfortran)))
4353 (home-page "https://cran.r-project.org/web/packages/splus2R/")
4354 (synopsis "Supplemental S-PLUS functionality in R")
4355 (description
4356 "Currently there are many functions in S-PLUS that are missing in R. To
4357 facilitate the conversion of S-PLUS packages to R packages, this package
4358 provides some missing S-PLUS functionality in R.")
4359 (license license:gpl2)))
4360
4361 (define-public r-ifultools
4362 (package
4363 (name "r-ifultools")
4364 (version "2.0-5")
4365 (source
4366 (origin
4367 (method url-fetch)
4368 (uri (cran-uri "ifultools" version))
4369 (sha256
4370 (base32
4371 "040kvbczcmmbaiaz0k0pdq9af541pjj6iwzh1a3w4szh9w6b5a3j"))))
4372 (build-system r-build-system)
4373 (propagated-inputs
4374 `(("r-mass" ,r-mass)
4375 ("r-splus2r" ,r-splus2r)))
4376 (home-page "https://cran.r-project.org/web/packages/ifultools/")
4377 (synopsis "Insightful research tools")
4378 (description "This package provides C code used by the wmtsa, fractal, and
4379 sapa R packages.")
4380 (license license:gpl2)))
4381
4382 (define-public r-sapa
4383 (package
4384 (name "r-sapa")
4385 (version "2.0-2")
4386 (source
4387 (origin
4388 (method url-fetch)
4389 (uri (cran-uri "sapa" version))
4390 (sha256
4391 (base32
4392 "056xlh14dnzq4x7sbp7ff2k61jxy7110a742b502vz549qfrr5ds"))))
4393 (build-system r-build-system)
4394 (propagated-inputs
4395 `(("r-ifultools" ,r-ifultools)
4396 ("r-splus2r" ,r-splus2r)))
4397 (home-page "https://cran.r-project.org/web/packages/sapa/")
4398 (synopsis "Spectral analysis for physical applications")
4399 (description "This package provides software for the book Spectral
4400 Analysis for Physical Applications, Donald B. Percival and Andrew T. Walden,
4401 Cambridge University Press, 1993.")
4402 (license license:gpl2)))
4403
4404 (define-public r-aggregation
4405 (package
4406 (name "r-aggregation")
4407 (version "1.0.1")
4408 (source
4409 (origin
4410 (method url-fetch)
4411 (uri (cran-uri "aggregation" version))
4412 (sha256
4413 (base32
4414 "0j9g604m2ccc7hcy02539yja9cf3xcbl25gvp838bp4x8w18my46"))))
4415 (build-system r-build-system)
4416 (home-page "https://cran.r-project.org/web/packages/aggregation/")
4417 (synopsis "Methods for p-value aggregation")
4418 (description
4419 "This package contains functionality for performing the following methods
4420 of p-value aggregation: Fisher's method, the Lancaster method (weighted
4421 Fisher's method), and Sidak correction.")
4422 (license license:gpl3)))
4423
4424 (define-public r-quantmod
4425 (package
4426 (name "r-quantmod")
4427 (version "0.4-16")
4428 (source
4429 (origin
4430 (method url-fetch)
4431 (uri (cran-uri "quantmod" version))
4432 (sha256
4433 (base32
4434 "12l5br8abr1yagxqjnjvqzp79sqsv5vx56cxs37gk73r474f4vc2"))))
4435 (build-system r-build-system)
4436 (propagated-inputs
4437 `(("r-curl" ,r-curl)
4438 ("r-ttr" ,r-ttr)
4439 ("r-xts" ,r-xts)
4440 ("r-zoo" ,r-zoo)))
4441 (home-page "https://cran.r-project.org/web/packages/quantmod/")
4442 (synopsis "Quantitative financial modelling framework")
4443 (description "This package provides a quantitative financial modelling
4444 framework to allow users to specify, build, trade, and analyse quantitative
4445 financial trading strategies.")
4446 (license license:gpl3)))
4447
4448 (define-public r-tseries
4449 (package
4450 (name "r-tseries")
4451 (version "0.10-47")
4452 (source
4453 (origin
4454 (method url-fetch)
4455 (uri (cran-uri "tseries" version))
4456 (sha256
4457 (base32
4458 "0yzvc9djp3angvxdxqi60wi726y76ablsb71q88ycvw0avgpf8r0"))))
4459 (build-system r-build-system)
4460 (propagated-inputs
4461 `(("r-quadprog" ,r-quadprog)
4462 ("r-quantmod" ,r-quantmod)
4463 ("r-zoo" ,r-zoo)))
4464 (native-inputs
4465 `(("gfortran" ,gfortran)))
4466 (home-page "https://cran.r-project.org/web/packages/tseries/")
4467 (synopsis "Time series analysis and computational finance")
4468 (description
4469 "This package provides functions relating to time series analysis and
4470 computational finance.")
4471 (license license:gpl2)))
4472
4473 (define-public r-wmtsa
4474 (package
4475 (name "r-wmtsa")
4476 (version "2.0-3")
4477 (source
4478 (origin
4479 (method url-fetch)
4480 (uri (cran-uri "wmtsa" version))
4481 (sha256
4482 (base32
4483 "1q436krz5p1f4a7a7sya6a9rh9x9mi8zzcgq66gbk9w9w4hcqcj6"))))
4484 (build-system r-build-system)
4485 (propagated-inputs
4486 `(("r-ifultools" ,r-ifultools)
4487 ("r-mass" ,r-mass)
4488 ("r-splus2r" ,r-splus2r)))
4489 (home-page "https://cran.r-project.org/web/packages/wmtsa/")
4490 (synopsis "Wavelet methods for time series analysis")
4491 (description
4492 "This package provides software to accompany the book \"Wavelet Methods
4493 for Time Series Analysis\", Donald B. Percival and Andrew T. Walden, Cambridge
4494 University Press, 2000.")
4495 (license license:gpl2)))
4496
4497 (define-public r-tsa
4498 (package
4499 (name "r-tsa")
4500 (version "1.2")
4501 (source
4502 (origin
4503 (method url-fetch)
4504 (uri (cran-uri "TSA" version))
4505 (sha256
4506 (base32
4507 "0gjfqibwdznz0nka95k4fjm935svxjpnqfywwz403crn2lh30h6q"))))
4508 (properties `((upstream-name . "TSA")))
4509 (build-system r-build-system)
4510 (propagated-inputs
4511 `(("r-leaps" ,r-leaps)
4512 ("r-locfit" ,r-locfit)
4513 ("r-mgcv" ,r-mgcv)))
4514 (home-page "http://www.stat.uiowa.edu/~kchan/TSA.htm")
4515 (synopsis "Time series analysis")
4516 (description
4517 "This package contains R functions and datasets detailed in the book
4518 \"Time Series Analysis with Applications in R (second edition)\" by Jonathan
4519 Cryer and Kung-Sik Chan.")
4520 (license license:gpl2+)))
4521
4522 (define-public r-extradistr
4523 (package
4524 (name "r-extradistr")
4525 (version "1.8.11")
4526 (source
4527 (origin
4528 (method url-fetch)
4529 (uri (cran-uri "extraDistr" version))
4530 (sha256
4531 (base32
4532 "1vvqv1d4hxa025gmm8cbiph63qsqy87l3ri5idd524gyz3chbcl3"))))
4533 (properties `((upstream-name . "extraDistr")))
4534 (build-system r-build-system)
4535 (propagated-inputs
4536 `(("r-rcpp" ,r-rcpp)))
4537 (home-page "https://github.com/twolodzko/extraDistr")
4538 (synopsis "Additional univariate and multivariate distributions")
4539 (description
4540 "This package implements density, distribution functions, quantile
4541 functions and random generation functions for a large number of univariate and
4542 multivariate distributions.")
4543 (license license:gpl2)))
4544
4545 (define-public r-fractal
4546 (package
4547 (name "r-fractal")
4548 (version "2.0-4")
4549 (source
4550 (origin
4551 (method url-fetch)
4552 (uri (cran-uri "fractal" version))
4553 (sha256
4554 (base32
4555 "18lr9z0gslvfc3z8vyj3krqj3bfhg60zv1fzinrwwkc4cpk1w7mp"))))
4556 (build-system r-build-system)
4557 (propagated-inputs
4558 `(("r-ifultools" ,r-ifultools)
4559 ("r-mass" ,r-mass)
4560 ("r-sapa" ,r-sapa)
4561 ("r-scatterplot3d" ,r-scatterplot3d)
4562 ("r-splus2r" ,r-splus2r)
4563 ("r-wmtsa" ,r-wmtsa)))
4564 (home-page "https://cran.r-project.org/web/packages/fractal/")
4565 (synopsis "Fractal time series modeling and analysis")
4566 (description
4567 "This package provides tools for stochastic fractal and deterministic
4568 chaotic time series analysis.")
4569 (license license:gpl2)))
4570
4571 (define-public r-urca
4572 (package
4573 (name "r-urca")
4574 (version "1.3-0")
4575 (source
4576 (origin
4577 (method url-fetch)
4578 (uri (cran-uri "urca" version))
4579 (sha256
4580 (base32
4581 "1akaqwf3fvvvx4sgfn641fd4sj51s0701pvfl6s5hnz2k0iwh732"))))
4582 (build-system r-build-system)
4583 (propagated-inputs `(("r-nlme" ,r-nlme)))
4584 (native-inputs `(("gfortran" ,gfortran)))
4585 (home-page "https://cran.r-project.org/web/packages/urca/")
4586 (synopsis "Unit root and cointegration tests for time series data")
4587 (description
4588 "This package provides unit root and cointegration tests encountered in
4589 applied econometric analysis.")
4590 (license license:gpl2+)))
4591
4592 (define-public r-cubature
4593 (package
4594 (name "r-cubature")
4595 (version "2.0.4")
4596 (source
4597 (origin
4598 (method url-fetch)
4599 (uri (cran-uri "cubature" version))
4600 (sha256
4601 (base32
4602 "0jpyq8j7x06dpiz29w48av879ygldzgls9z810192hsymkmfaz6r"))))
4603 (build-system r-build-system)
4604 (propagated-inputs
4605 `(("r-rcpp" ,r-rcpp)))
4606 (home-page "https://github.com/bnaras/cubature")
4607 (synopsis "Adaptive multivariate integration over hypercubes")
4608 (description
4609 "This package is an R wrapper around the cubature C library for adaptive
4610 multivariate integration over hypercubes. This version provides both
4611 @code{hcubature} and @code{pcubature} routines in addition to a vector
4612 interface.")
4613 ;; The included cubature C library is released under GPLv2+, but the
4614 ;; wrapper declares the license to be GPLv3+.
4615 (license (list license:gpl2+ license:gpl3+))))
4616
4617 (define-public r-trend
4618 (package
4619 (name "r-trend")
4620 (version "1.1.2")
4621 (source
4622 (origin
4623 (method url-fetch)
4624 (uri (cran-uri "trend" version))
4625 (sha256
4626 (base32
4627 "09b6ycyfgs4xlhx6kn6qm5rl2acp58hzhv8qclzn3kb1wjjyvxy5"))))
4628 (build-system r-build-system)
4629 (propagated-inputs
4630 `(("r-extradistr" ,r-extradistr)))
4631 (native-inputs
4632 `(("gfortran" ,gfortran)))
4633 (home-page "https://cran.r-project.org/web/packages/trend/")
4634 (synopsis "Non-parametric trend tests and change-point detection")
4635 (description
4636 "The analysis of environmental data often requires the detection of
4637 trends and change-points. This package includes tests for trend
4638 detection (Cox-Stuart Trend Test, Mann-Kendall Trend Test, (correlated)
4639 Hirsch-Slack Test, partial Mann-Kendall Trend Test, multivariate (multisite)
4640 Mann-Kendall Trend Test, (Seasonal) Sen's slope, partial Pearson and Spearman
4641 correlation trend test), change-point detection (Lanzante's test procedures,
4642 Pettitt's test, Buishand Range Test, Buishand U Test, Standard Normal
4643 Homogeinity Test), detection of non-randomness (Wallis-Moore Phase Frequency
4644 Test, Bartels rank von Neumann's ratio test, Wald-Wolfowitz Test) and the two
4645 sample Robust Rank-Order Distributional Test.")
4646 (license license:gpl3)))
4647
4648 (define-public r-expm
4649 (package
4650 (name "r-expm")
4651 (version "0.999-4")
4652 (source
4653 (origin
4654 (method url-fetch)
4655 (uri (cran-uri "expm" version))
4656 (sha256
4657 (base32
4658 "15k0acg2aqb2ajhwal6l7vhhp03m4lg579805d34554cl0kn9l2q"))))
4659 (build-system r-build-system)
4660 (propagated-inputs `(("r-matrix" ,r-matrix)))
4661 (native-inputs `(("gfortran" ,gfortran)))
4662 (home-page "https://r-forge.r-project.org/projects/expm/")
4663 (synopsis "Tools for matrix exponentials and related quantities")
4664 (description
4665 "This package provides tools for the computation of the matrix
4666 exponential, logarithm, square root, and related quantities.")
4667 (license license:gpl2+)))
4668
4669 (define-public r-complexplus
4670 (package
4671 (name "r-complexplus")
4672 (version "2.1")
4673 (source
4674 (origin
4675 (method url-fetch)
4676 (uri (cran-uri "complexplus" version))
4677 (sha256
4678 (base32
4679 "16w9v7d1ckavqmr86l34frr37pkvdn0iqnb17ssb8xaggns5lgqx"))))
4680 (build-system r-build-system)
4681 (propagated-inputs
4682 `(("r-expm" ,r-expm)
4683 ("r-matrix" ,r-matrix)))
4684 (home-page "https://cran.r-project.org/web/packages/complexplus/")
4685 (synopsis "Functions of complex or real variables")
4686 (description
4687 "This package extends several functions to the complex domain, including
4688 the matrix exponential and logarithm, and the determinant.")
4689 (license license:gpl2)))
4690
4691 (define-public r-phontools
4692 (package
4693 (name "r-phontools")
4694 (version "0.2-2.1")
4695 (source
4696 (origin
4697 (method url-fetch)
4698 (uri (cran-uri "phonTools" version))
4699 (sha256
4700 (base32
4701 "01i481mhswsys3gpasw9gn6nxkfmi7bz46g5c84m13pg0cv8hxc7"))))
4702 (properties `((upstream-name . "phonTools")))
4703 (build-system r-build-system)
4704 (home-page "http://www.santiagobarreda.com/rscripts.html")
4705 (synopsis "Tools for phonetic and acoustic analyses")
4706 (description
4707 "This package contains tools for the organization, display, and analysis
4708 of the sorts of data frequently encountered in phonetics research and
4709 experimentation, including the easy creation of IPA vowel plots, and the
4710 creation and manipulation of WAVE audio files.")
4711 (license license:bsd-2)))
4712
4713 (define-public r-np
4714 (package
4715 (name "r-np")
4716 (version "0.60-10")
4717 (source
4718 (origin
4719 (method url-fetch)
4720 (uri (cran-uri "np" version))
4721 (sha256
4722 (base32
4723 "06h8k0kdv5s258jr6s08fabvlycrbs7iq34jk2f2hfmqm2y4nyx2"))))
4724 (build-system r-build-system)
4725 (propagated-inputs
4726 `(("r-boot" ,r-boot)
4727 ("r-cubature" ,r-cubature)
4728 ("r-quadprog" ,r-quadprog)
4729 ("r-quantreg" ,r-quantreg)))
4730 (home-page "https://github.com/JeffreyRacine/R-Package-np")
4731 (synopsis "Non-parametric kernel smoothing methods for mixed data types")
4732 (description "This package provides non-parametric (and semi-parametric)
4733 kernel methods that seamlessly handle a mix of continuous, unordered, and
4734 ordered factor data types.")
4735 ;; Any version of the GPL.
4736 (license license:gpl3+)))
4737
4738 (define-public r-powerplus
4739 (package
4740 (name "r-powerplus")
4741 (version "3.1")
4742 (source
4743 (origin
4744 (method url-fetch)
4745 (uri (cran-uri "powerplus" version))
4746 (sha256
4747 (base32
4748 "0ayp6x34hkzgris4j3zbbs0r23n81bhww3wgfyy630ri4sk6brrn"))))
4749 (build-system r-build-system)
4750 (propagated-inputs
4751 `(("r-complexplus" ,r-complexplus)
4752 ("r-expm" ,r-expm)
4753 ("r-mass" ,r-mass)
4754 ("r-matrix" ,r-matrix)
4755 ("r-phontools" ,r-phontools)))
4756 (home-page "https://cran.r-project.org/web/packages/powerplus/")
4757 (synopsis "Exponentiation operations")
4758 (description
4759 "This package provides tools for the computation of matrix and scalar
4760 exponentiation.")
4761 (license license:gpl2)))
4762
4763 (define-public r-egg
4764 (package
4765 (name "r-egg")
4766 (version "0.4.5")
4767 (source
4768 (origin
4769 (method url-fetch)
4770 (uri (cran-uri "egg" version))
4771 (sha256
4772 (base32
4773 "1fy7srpiavfn8kyrr1m84an7acgwi6ydzrg71m3b0vk7y9ybmj0m"))))
4774 (properties `((upstream-name . "egg")))
4775 (build-system r-build-system)
4776 (propagated-inputs
4777 `(("r-ggplot2" ,r-ggplot2)
4778 ("r-gridextra" ,r-gridextra)
4779 ("r-gtable" ,r-gtable)))
4780 (home-page "https://cran.r-project.org/web/packages/egg")
4781 (synopsis "Extensions for ggplot2")
4782 (description
4783 "This package provides miscellaneous functions to help customize ggplot2
4784 objects. High-level functions are provided to post-process ggplot2 layouts
4785 and allow alignment between plot panels, as well as setting panel sizes to
4786 fixed values. Other functions include a custom @code{geom}, and helper
4787 functions to enforce symmetric scales or add tags to facetted plots.")
4788 (license license:gpl3)))
4789
4790 (define-public r-heatmaply
4791 (package
4792 (name "r-heatmaply")
4793 (version "1.0.0")
4794 (source
4795 (origin
4796 (method url-fetch)
4797 (uri (cran-uri "heatmaply" version))
4798 (sha256
4799 (base32
4800 "0576gml3bcl7r1biigzj1rag2xzz422knbw7arc8d2gsakjj757g"))))
4801 (build-system r-build-system)
4802 (propagated-inputs
4803 `(("r-assertthat" ,r-assertthat)
4804 ("r-colorspace" ,r-colorspace)
4805 ("r-dendextend" ,r-dendextend)
4806 ("r-egg" ,r-egg)
4807 ("r-ggplot2" ,r-ggplot2)
4808 ("r-htmlwidgets" ,r-htmlwidgets)
4809 ("r-magrittr" ,r-magrittr)
4810 ("r-plotly" ,r-plotly)
4811 ("r-rcolorbrewer" ,r-rcolorbrewer)
4812 ("r-reshape2" ,r-reshape2)
4813 ("r-scales" ,r-scales)
4814 ("r-seriation" ,r-seriation)
4815 ("r-viridis" ,r-viridis)
4816 ("r-webshot" ,r-webshot)))
4817 (native-inputs
4818 `(("r-knitr" ,r-knitr)))
4819 (home-page "https://cran.r-project.org/package=heatmaply")
4820 (synopsis "Interactive cluster heat maps using plotly")
4821 (description
4822 "This package enables you to create interactive cluster heatmaps that can
4823 be saved as a stand-alone HTML file, embedded in R Markdown documents or in a
4824 Shiny app, and made available in the RStudio viewer pane. Hover the mouse
4825 pointer over a cell to show details or drag a rectangle to zoom. A heatmap is
4826 a popular graphical method for visualizing high-dimensional data, in which a
4827 table of numbers is encoded as a grid of colored cells. The rows and columns
4828 of the matrix are ordered to highlight patterns and are often accompanied by
4829 dendrograms.")
4830 ;; Either version of the license.
4831 (license (list license:gpl2 license:gpl3))))
4832
4833 (define-public r-h5
4834 (package
4835 (name "r-h5")
4836 (version "0.9.9")
4837 (source
4838 (origin
4839 (method url-fetch)
4840 (uri (cran-uri "h5" version))
4841 (sha256
4842 (base32
4843 "14p7i1sj24ky87kd7qr3n9fc9l64s0bp0rwbyl6i2x69xn75gpsx"))))
4844 (build-system r-build-system)
4845 (inputs
4846 `(("zlib" ,zlib)
4847 ("hdf5" ,hdf5)))
4848 (native-inputs
4849 `(("which" ,which)))
4850 (propagated-inputs
4851 `(("r-rcpp" ,r-rcpp)))
4852 (home-page "https://github.com/mannau/h5")
4853 (synopsis "Interface to the HDF5 Library")
4854 (description
4855 "This package provides an S4 interface to the HDF5 library supporting
4856 fast storage and retrieval of R-objects like vectors, matrices and arrays to
4857 binary files in a language independent format. The HDF5 format can therefore
4858 be used as an alternative to R's save/load mechanism. Since h5 is able to
4859 access only subsets of stored data it can also handle data sets which do not
4860 fit into memory.")
4861 (license license:bsd-2)))
4862
4863 (define-public r-cgdsr
4864 (package
4865 (name "r-cgdsr")
4866 (version "1.3.0")
4867 (source
4868 (origin
4869 (method url-fetch)
4870 (uri (cran-uri "cgdsr" version))
4871 (sha256
4872 (base32
4873 "07yc819hkabpzzh0g0cbqza6bcfy67b2marrzz1lj97f9iba78ja"))))
4874 (build-system r-build-system)
4875 (propagated-inputs
4876 `(("r-httr" ,r-httr)
4877 ("r-r-methodss3" ,r-r-methodss3)
4878 ("r-r-oo" ,r-r-oo)))
4879 (home-page "https://github.com/cBioPortal/cgdsr")
4880 (synopsis "R-based API for accessing the MSKCC Cancer Genomics Data Server")
4881 (description
4882 "This package provides a basic set of R functions for querying the Cancer
4883 Genomics Data Server (CGDS), hosted by the Computational Biology Center at
4884 Memorial-Sloan-Kettering Cancer Center (MSKCC).")
4885 (license license:lgpl3)))
4886
4887 (define-public r-import
4888 (package
4889 (name "r-import")
4890 (version "1.1.0")
4891 (source
4892 (origin
4893 (method url-fetch)
4894 (uri (cran-uri "import" version))
4895 (sha256
4896 (base32
4897 "0blf9539rbfwcmw8zsb4k58slb4pdnc075v34vmyjw752fznhcji"))))
4898 (build-system r-build-system)
4899 (home-page "https://github.com/smbache/import")
4900 (synopsis "Import mechanism for R")
4901 (description
4902 "This is an alternative mechanism for importing objects from packages.
4903 The syntax allows for importing multiple objects from a package with a single
4904 command in an expressive way. The import package bridges some of the gap
4905 between using @code{library} (or @code{require}) and direct (single-object)
4906 imports. Furthermore the imported objects are not placed in the current
4907 environment. It is also possible to import objects from stand-alone @code{.R}
4908 files.")
4909 (license license:expat)))
4910
4911 (define-public r-shinyace
4912 (package
4913 (name "r-shinyace")
4914 (version "0.4.1")
4915 (source
4916 (origin
4917 (method url-fetch)
4918 (uri (cran-uri "shinyAce" version))
4919 (sha256
4920 (base32
4921 "1m33dfm2kjirvgix7ybv1kbzgjkicdpv411g9c0q3fw6rnyhfxxn"))))
4922 (properties `((upstream-name . "shinyAce")))
4923 (build-system r-build-system)
4924 (propagated-inputs
4925 `(("r-shiny" ,r-shiny)
4926 ("r-jsonlite" ,r-jsonlite)))
4927 (home-page "http://cran.r-project.org/web/packages/shinyAce")
4928 (synopsis "Ace editor bindings for Shiny")
4929 (description
4930 "This package provides Ace editor bindings to enable a rich text editing
4931 environment within Shiny.")
4932 (license license:expat)))
4933
4934 (define-public r-base64url
4935 (package
4936 (name "r-base64url")
4937 (version "1.4")
4938 (source
4939 (origin
4940 (method url-fetch)
4941 (uri (cran-uri "base64url" version))
4942 (sha256
4943 (base32
4944 "0n1c2b68vza1dh7sk38v6biiwm72c4jpl79kpdg1bsb0hq9qy18x"))))
4945 (build-system r-build-system)
4946 (propagated-inputs
4947 `(("r-backports" ,r-backports)))
4948 (home-page "https://github.com/mllg/base64url")
4949 (synopsis "Fast and URL-safe base64 encoder and decoder")
4950 (description
4951 "This package provides a URL-safe base64 encoder and decoder. In
4952 contrast to RFC3548, the 62nd character (@code{+}) is replaced with @code{-},
4953 the 63rd character (@code{/}) is replaced with @code{_}. Furthermore, the
4954 encoder does not fill the string with trailing @code{=}. The resulting
4955 encoded strings comply to the regular expression pattern @code{[A-Za-z0-9_-]}
4956 and thus are safe to use in URLs or for file names. The package also comes
4957 with a simple base32 encoder/decoder suited for case insensitive file
4958 systems.")
4959 (license license:gpl3)))
4960
4961 (define-public r-radiant-data
4962 (package
4963 (name "r-radiant-data")
4964 (version "1.0.6")
4965 (source
4966 (origin
4967 (method url-fetch)
4968 (uri (cran-uri "radiant.data" version))
4969 (sha256
4970 (base32
4971 "08x7zasxf429m021482p86lx3zc6dqz2mih0id8s34isg4gafapg"))
4972 (modules '((guix build utils)))
4973 (snippet
4974 '(begin
4975 ;; Delete files that are under CC-NC-SA.
4976 (delete-file-recursively "inst/app/tools/help")
4977 #t))))
4978 (properties `((upstream-name . "radiant.data")))
4979 (build-system r-build-system)
4980 (propagated-inputs
4981 `(("r-base64enc" ,r-base64enc)
4982 ("r-broom" ,r-broom)
4983 ("r-car" ,r-car)
4984 ("r-curl" ,r-curl)
4985 ("r-dplyr" ,r-dplyr)
4986 ("r-dt" ,r-dt)
4987 ("r-glue" ,r-glue)
4988 ("r-ggplot2" ,r-ggplot2)
4989 ("r-gridextra" ,r-gridextra)
4990 ("r-import" ,r-import)
4991 ("r-jsonlite" ,r-jsonlite)
4992 ("r-knitr" ,r-knitr)
4993 ("r-lubridate" ,r-lubridate)
4994 ("r-magrittr" ,r-magrittr)
4995 ("r-markdown" ,r-markdown)
4996 ("r-plotly" ,r-plotly)
4997 ("r-psych" ,r-psych)
4998 ("r-readr" ,r-readr)
4999 ("r-readxl" ,r-readxl)
5000 ("r-rlang" ,r-rlang)
5001 ("r-rmarkdown" ,r-rmarkdown)
5002 ("r-rstudioapi" ,r-rstudioapi)
5003 ("r-scales" ,r-scales)
5004 ("r-shiny" ,r-shiny)
5005 ("r-shinyfiles" ,r-shinyfiles)
5006 ("r-shinyace" ,r-shinyace)
5007 ("r-stringi" ,r-stringi)
5008 ("r-tibble" ,r-tibble)
5009 ("r-tidyr" ,r-tidyr)
5010 ("r-writexl" ,r-writexl)))
5011 (home-page "https://github.com/radiant-rstats/radiant.data")
5012 (synopsis "Data menu for Radiant: business analytics using R and Shiny")
5013 (description
5014 "The Radiant Data menu includes interfaces for loading, saving, viewing,
5015 visualizing, summarizing, transforming, and combining data. It also contains
5016 functionality to generate reproducible reports of the analyses conducted in
5017 the application.")
5018 (license license:agpl3)))
5019
5020 (define-public r-algdesign
5021 (package
5022 (name "r-algdesign")
5023 (version "1.2.0")
5024 (source
5025 (origin
5026 (method url-fetch)
5027 (uri (cran-uri "AlgDesign" version))
5028 (sha256
5029 (base32 "0ammlg148gk0p24fh700116nd66636np0jb1wwh0axq5jphwk1pz"))))
5030 (properties `((upstream-name . "AlgDesign")))
5031 (build-system r-build-system)
5032 (home-page "https://github.com/jvbraun/AlgDesign")
5033 (synopsis "Algorithmic experimental design")
5034 (description
5035 "This package provides tools to calculate exact and approximate theory
5036 experimental designs for D, A, and I criteria. Very large designs may be
5037 created. Experimental designs may be blocked or blocked designs created from
5038 a candidate list, using several criteria. The blocking can be done when whole
5039 and within plot factors interact.")
5040 (license license:gpl2+)))
5041
5042 (define-public r-signal
5043 (package
5044 (name "r-signal")
5045 (version "0.7-6")
5046 (source
5047 (origin
5048 (method url-fetch)
5049 (uri (cran-uri "signal" version))
5050 (sha256
5051 (base32
5052 "1vsxramz5qd9q9s3vlqzmfdpmwl2rhlb2n904zw6f0fg0xxjfq3b"))))
5053 (build-system r-build-system)
5054 (propagated-inputs `(("r-mass" ,r-mass)))
5055 (native-inputs `(("gfortran" ,gfortran)))
5056 (home-page "https://cran.r-project.org/web/packages/signal/")
5057 (synopsis "Signal processing")
5058 (description
5059 "This package provides a set of signal processing functions originally
5060 written for Matlab and GNU Octave. It includes filter generation utilities,
5061 filtering functions, resampling routines, and visualization of filter models.
5062 It also includes interpolation functions.")
5063 (license license:gpl2)))
5064
5065 (define-public r-gsubfn
5066 (package
5067 (name "r-gsubfn")
5068 (version "0.7")
5069 (source
5070 (origin
5071 (method url-fetch)
5072 (uri (cran-uri "gsubfn" version))
5073 (sha256
5074 (base32
5075 "00j6b8b6xsx6v370h220x233rpk6asca78165y3d48jpwvwisdc9"))))
5076 (build-system r-build-system)
5077 (propagated-inputs `(("r-proto" ,r-proto)))
5078 (home-page "http://gsubfn.googlecode.com")
5079 (synopsis "Utilities for strings and function arguments.")
5080 (description
5081 "This package provides @code{gsubfn} which is like @code{gsub} but can
5082 take a replacement function or certain other objects instead of the
5083 replacement string. Matches and back references are input to the replacement
5084 function and replaced by the function output. @code{gsubfn} can be used to
5085 split strings based on content rather than delimiters and for quasi-perl-style
5086 string interpolation. The package also has facilities for translating
5087 formulas to functions and allowing such formulas in function calls instead of
5088 functions.")
5089 (license license:gpl2+)))
5090
5091 (define-public r-sqldf
5092 (package
5093 (name "r-sqldf")
5094 (version "0.4-11")
5095 (source
5096 (origin
5097 (method url-fetch)
5098 (uri (cran-uri "sqldf" version))
5099 (sha256
5100 (base32
5101 "0q12vsb53p2wchgp8wfz5bk08wfnm0jxjrakclj4jyy6x3a7ksff"))))
5102 (build-system r-build-system)
5103 (propagated-inputs
5104 `(("r-chron" ,r-chron)
5105 ("r-dbi" ,r-dbi)
5106 ("r-gsubfn" ,r-gsubfn)
5107 ("r-proto" ,r-proto)
5108 ("r-rsqlite" ,r-rsqlite)))
5109 (home-page "https://github.com/ggrothendieck/sqldf")
5110 (synopsis "Manipulate R data frames using SQL")
5111 (description
5112 "The @code{sqldf} function is typically passed a single argument which is
5113 an SQL select statement where the table names are ordinary R data frame names.
5114 @code{sqldf} transparently sets up a database, imports the data frames into
5115 that database, performs the SQL statement and returns the result using a
5116 heuristic to determine which class to assign to each column of the returned
5117 data frame. The @code{sqldf} or @code{read.csv.sql} functions can also be
5118 used to read filtered files into R even if the original files are larger than
5119 R itself can handle.")
5120 (license license:gpl2)))
5121
5122 (define-public r-abind
5123 (package
5124 (name "r-abind")
5125 (version "1.4-5")
5126 (source
5127 (origin
5128 (method url-fetch)
5129 (uri (cran-uri "abind" version))
5130 (sha256
5131 (base32
5132 "0b1zd8jbnl6l292cr9rb50m09fy3ylxvzkpgi5lfb1nbzddcwfis"))))
5133 (build-system r-build-system)
5134 (home-page "https://cran.r-project.org/web/packages/abind/")
5135 (synopsis "Combine multidimensional arrays")
5136 (description
5137 "This package provides tools to combine multidimensional arrays into a
5138 single array. This is a generalization of @code{cbind} and @code{rbind}. It
5139 works with vectors, matrices, and higher-dimensional arrays. It also provides
5140 the functions @code{adrop}, @code{asub}, and @code{afill} for manipulating,
5141 extracting and replacing data in arrays.")
5142 (license license:lgpl2.0+)))
5143
5144 (define-public r-prroc
5145 (package
5146 (name "r-prroc")
5147 (version "1.3.1")
5148 (source
5149 (origin
5150 (method url-fetch)
5151 (uri (cran-uri "PRROC" version))
5152 (sha256
5153 (base32
5154 "1m28h8pcd78049lz2qixhkcr9h5b3jik3maqzfbvq9y58z71i4a7"))))
5155 (properties `((upstream-name . "PRROC")))
5156 (build-system r-build-system)
5157 (home-page "https://cran.r-project.org/web/packages/PRROC/")
5158 (synopsis "Precision-Recall and ROC curves for weighted and unweighted data")
5159 (description
5160 "This package computes the areas under the @dfn{precision-recall} (PR)
5161 and ROC curve for weighted (e.g. soft-labeled) and unweighted data. In
5162 contrast to other implementations, the interpolation between points of the PR
5163 curve is done by a non-linear piecewise function. In addition to the areas
5164 under the curves, the curves themselves can also be computed and plotted by a
5165 specific S3-method.")
5166 (license license:gpl3)))
5167
5168 (define-public r-vim
5169 (package
5170 (name "r-vim")
5171 (version "5.1.0")
5172 (source
5173 (origin
5174 (method url-fetch)
5175 (uri (cran-uri "VIM" version))
5176 (sha256
5177 (base32
5178 "09600piny3qrxrmh8844iwrvgrhwan1c3nlh6irqy1vjha2w4gb3"))))
5179 (properties `((upstream-name . "VIM")))
5180 (build-system r-build-system)
5181 (propagated-inputs
5182 `(("r-car" ,r-car)
5183 ("r-colorspace" ,r-colorspace)
5184 ("r-data-table" ,r-data-table)
5185 ("r-e1071" ,r-e1071)
5186 ("r-laeken" ,r-laeken)
5187 ("r-magrittr" ,r-magrittr)
5188 ("r-mass" ,r-mass)
5189 ("r-nnet" ,r-nnet)
5190 ("r-ranger" ,r-ranger)
5191 ("r-rcpp" ,r-rcpp)
5192 ("r-robustbase" ,r-robustbase)
5193 ("r-sp" ,r-sp)
5194 ("r-vcd" ,r-vcd)))
5195 (home-page "https://github.com/alexkowa/VIM")
5196 (synopsis "Visualization and imputation of missing values")
5197 (description
5198 "This package provides tools for the visualization of missing and/or
5199 imputed values are introduced, which can be used for exploring the data and
5200 the structure of the missing and/or imputed values. Depending on this
5201 structure of the missing values, the corresponding methods may help to
5202 identify the mechanism generating the missing values and allows to explore the
5203 data including missing values. In addition, the quality of imputation can be
5204 visually explored using various univariate, bivariate, multiple and
5205 multivariate plot methods.")
5206 (license license:gpl2+)))
5207
5208 (define-public r-fnn
5209 (package
5210 (name "r-fnn")
5211 (version "1.1.3")
5212 (source
5213 (origin
5214 (method url-fetch)
5215 (uri (cran-uri "FNN" version))
5216 (sha256
5217 (base32
5218 "0cllqlnynm5yaj4r64mqyyfc8phkb38rwssq8k8ikgfgr4jklxny"))))
5219 (properties `((upstream-name . "FNN")))
5220 (build-system r-build-system)
5221 (home-page "https://cran.r-project.org/web/packages/FNN")
5222 (synopsis "Fast nearest neighbor search algorithms and applications")
5223 (description
5224 "This package provides cover-tree and kd-tree fast k-nearest neighbor
5225 search algorithms. Related applications including KNN classification,
5226 regression and information measures are implemented.")
5227 ;; The DESCRIPTION file erroneously states that GPL version 2.1 or
5228 ;; later can be used.
5229 (license license:gpl2+)))
5230
5231 (define-public r-smoother
5232 (package
5233 (name "r-smoother")
5234 (version "1.1")
5235 (source
5236 (origin
5237 (method url-fetch)
5238 (uri (cran-uri "smoother" version))
5239 (sha256
5240 (base32
5241 "0nqr1bvlr5bnasqg74zmknjjl4x28kla9h5cxpga3kq5z215pdci"))))
5242 (build-system r-build-system)
5243 (propagated-inputs
5244 `(("r-ttr" ,r-ttr)))
5245 (home-page "https://cran.r-project.org/web/packages/smoother")
5246 (synopsis "Functions relating to the smoothing of numerical data")
5247 (description
5248 "This package provides a collection of methods for smoothing numerical
5249 data, commencing with a port of the Matlab gaussian window smoothing function.
5250 In addition, several functions typically used in smoothing of financial data
5251 are included.")
5252 (license license:gpl2)))
5253
5254 (define-public r-riverplot
5255 (package
5256 (name "r-riverplot")
5257 (version "0.6")
5258 (source
5259 (origin
5260 (method url-fetch)
5261 (uri (cran-uri "riverplot" version))
5262 (sha256
5263 (base32
5264 "0q1icpny8nkxyjhawyjzwrw8qlz0ayn2xyrsqrm4vkxyv6c9xk8z"))))
5265 (build-system r-build-system)
5266 (home-page "https://logfc.wordpress.com")
5267 (synopsis "Sankey or ribbon plots")
5268 (description
5269 "Sankey plots are a type of diagram that is convenient to illustrate how
5270 flow of information, resources etc. separates and joins, much like observing
5271 how rivers split and merge. For example, they can be used to compare
5272 different clusterings. This package provides an implementation of Sankey
5273 plots for R.")
5274 (license license:gpl2+)))
5275
5276 (define-public r-dyn
5277 (package
5278 (name "r-dyn")
5279 (version "0.2-9.6")
5280 (source
5281 (origin
5282 (method url-fetch)
5283 (uri (cran-uri "dyn" version))
5284 (sha256
5285 (base32
5286 "16fqv9k7yxdgybwzafjkyqm16qpgqz13lcjpi6a1nc8xbzlzh0gb"))))
5287 (build-system r-build-system)
5288 (propagated-inputs
5289 `(("r-zoo" ,r-zoo)))
5290 (home-page "https://cran.r-project.org/web/packages/dyn")
5291 (synopsis "Time series regression")
5292 (description
5293 "This package provides the dyn class interfaces @code{ts}, @code{irts},
5294 @code{zoo} and @code{zooreg} time series classes to @code{lm}, @code{glm},
5295 @code{loess}, @code{quantreg::rq}, @code{MASS::rlm},
5296 @code{MCMCpack::MCMCregress()}, @code{quantreg::rq()},
5297 @code{randomForest::randomForest()} and other regression functions, allowing
5298 those functions to be used with time series including specifications that may
5299 contain lags, diffs and missing values.")
5300 ;; Any GPL version.
5301 (license license:gpl2+)))
5302
5303 (define-public r-catdap
5304 (package
5305 (name "r-catdap")
5306 (version "1.3.4")
5307 (source
5308 (origin
5309 (method url-fetch)
5310 (uri (cran-uri "catdap" version))
5311 (sha256
5312 (base32
5313 "0i877l61f6c75pczi235rzci67w29zv1d7z5zn5p5ymndclvlpl2"))))
5314 (build-system r-build-system)
5315 (native-inputs
5316 `(("gfortran" ,gfortran)))
5317 (home-page "https://cran.r-project.org/web/packages/catdap/")
5318 (synopsis "Tools for categorical data analysis")
5319 (description
5320 "This package provides functions for analyzing multivariate data.
5321 Dependencies of the distribution of the specified variable (response
5322 variable) to other variables (explanatory variables) are derived and
5323 evaluated by the @dfn{Akaike Information Criterion} (AIC).")
5324 (license license:gpl2+)))
5325
5326 (define-public r-arules
5327 (package
5328 (name "r-arules")
5329 (version "1.6-4")
5330 (source
5331 (origin
5332 (method url-fetch)
5333 (uri (cran-uri "arules" version))
5334 (sha256
5335 (base32
5336 "003c5cd3xzq39h7c19px077ygm0n1v7k83icy5zzrnkagyds2p8n"))))
5337 (build-system r-build-system)
5338 (propagated-inputs
5339 `(("r-matrix" ,r-matrix)))
5340 (home-page "https://github.com/mhahsler/arules")
5341 (synopsis "Mining association rules and frequent itemsets")
5342 (description
5343 "This package provides an infrastructure for representing, manipulating
5344 and analyzing transaction data and patterns (frequent itemsets and association rules).
5345 It also provides C implementations of the association mining algorithms Apriori
5346 and Eclat.")
5347 (license license:gpl3)))
5348
5349 (define-public r-parsedate
5350 (package
5351 (name "r-parsedate")
5352 (version "1.2.0")
5353 (source
5354 (origin
5355 (method url-fetch)
5356 (uri (cran-uri "parsedate" version))
5357 (sha256
5358 (base32
5359 "0gb3w6hmwxayhijpf36p5dk4h6bbdps57x3cgikwvvxkgi83rarr"))))
5360 (build-system r-build-system)
5361 (propagated-inputs
5362 `(("r-rematch2" ,r-rematch2)))
5363 (home-page "https://github.com/gaborcsardi/parsedate")
5364 (synopsis
5365 "Recognize and parse dates in various formats")
5366 (description
5367 "This package provides three functions for dealing with dates:
5368 @code{parse_iso_8601} recognizes and parses all valid ISO 8601 date and
5369 time formats, @code{parse_date} parses dates in unspecified formats,
5370 and @code{format_iso_8601} formats a date in ISO 8601 format.")
5371 (license license:gpl2)))
5372
5373 (define-public r-abc-data
5374 (package
5375 (name "r-abc-data")
5376 (version "1.0")
5377 (source
5378 (origin
5379 (method url-fetch)
5380 (uri (cran-uri "abc.data" version))
5381 (sha256
5382 (base32
5383 "1bv1n68ah714ws58cf285n2s2v5vn7382lfjca4jxph57lyg8hmj"))))
5384 (properties `((upstream-name . "abc.data")))
5385 (build-system r-build-system)
5386 (home-page "https://cran.r-project.org/web/packages/abc.data/")
5387 (synopsis "Data for Approximate Bayesian Computation (ABC) package")
5388 (description
5389 "This package contains data which are used by functions of the abc
5390 package which implements several @dfn{Approximate Bayesian Computation} (ABC)
5391 algorithms for performing parameter estimation, model selection, and
5392 goodness-of-fit.")
5393 (license license:gpl3+)))
5394
5395 (define-public r-abc
5396 (package
5397 (name "r-abc")
5398 (version "2.1")
5399 (source
5400 (origin
5401 (method url-fetch)
5402 (uri (cran-uri "abc" version))
5403 (sha256
5404 (base32
5405 "0ngzaaz2y2s03fhngvwipmy4kq38xrmyddaz6a6l858rxvadrlhb"))))
5406 (build-system r-build-system)
5407 (propagated-inputs
5408 `(("r-abc-data" ,r-abc-data)
5409 ("r-locfit" ,r-locfit)
5410 ("r-mass" ,r-mass)
5411 ("r-nnet" ,r-nnet)
5412 ("r-quantreg" ,r-quantreg)))
5413 (home-page "https://cran.r-project.org/web/packages/abc/")
5414 (synopsis "Tools for Approximate Bayesian Computation (ABC)")
5415 (description
5416 "This package implements several @dfn{Approximate Bayesian
5417 Computation} (ABC) algorithms for performing parameter estimation, model
5418 selection, and goodness-of-fit. Cross-validation tools are also available for
5419 measuring the accuracy of ABC estimates, and to calculate the
5420 misclassification probabilities of different models.")
5421 (license license:gpl3+)))
5422
5423 (define-public r-zip
5424 (package
5425 (name "r-zip")
5426 (version "2.0.4")
5427 (source
5428 (origin
5429 (method url-fetch)
5430 (uri (cran-uri "zip" version))
5431 (sha256
5432 (base32
5433 "1c02amk3pl6xir5jnbfiwiv2wvpkpbkkb1w71y6lf2yk7g3d0pdb"))))
5434 (build-system r-build-system)
5435 (home-page "https://github.com/gaborcsardi/zip")
5436 (synopsis "Cross-platform Zip compression")
5437 (description
5438 "This package provides a cross-platform Zip compression library for R.
5439 It is a replacement for the @code{zip} function, that does not require any
5440 additional external tools on any platform.")
5441 (license license:cc0)))
5442
5443 (define-public r-openxlsx
5444 (package
5445 (name "r-openxlsx")
5446 (version "4.1.4")
5447 (source
5448 (origin
5449 (method url-fetch)
5450 (uri (cran-uri "openxlsx" version))
5451 (sha256
5452 (base32
5453 "1mwxldw9i9nfksx1i6h1kfs7vmsz9fgyllbsipar4vnfyqhqp8q7"))))
5454 (build-system r-build-system)
5455 (propagated-inputs
5456 `(("r-rcpp" ,r-rcpp)
5457 ("r-stringi" ,r-stringi)
5458 ("r-zip" ,r-zip)))
5459 (home-page "https://github.com/awalker89/openxlsx")
5460 (synopsis "Read, write and edit XLSX files")
5461 (description
5462 "This package simplifies the creation of Excel @code{.xlsx} files by
5463 providing a high level interface to writing, styling and editing worksheets.
5464 Through the use of Rcpp, read/write times are comparable to the @code{xlsx}
5465 and @code{XLConnect} packages with the added benefit of removing the
5466 dependency on Java.")
5467 (license license:gpl3)))
5468
5469 (define-public r-rio
5470 (package
5471 (name "r-rio")
5472 (version "0.5.16")
5473 (source
5474 (origin
5475 (method url-fetch)
5476 (uri (cran-uri "rio" version))
5477 (sha256
5478 (base32
5479 "0rfl56fdawlhc98451a9lcb6a6m56kw0i7dvd5hx58z025d8vsyk"))))
5480 (build-system r-build-system)
5481 (propagated-inputs
5482 `(("r-curl" ,r-curl)
5483 ("r-data-table" ,r-data-table)
5484 ("r-foreign" ,r-foreign)
5485 ("r-haven" ,r-haven)
5486 ("r-openxlsx" ,r-openxlsx)
5487 ("r-readxl" ,r-readxl)
5488 ("r-tibble" ,r-tibble)))
5489 (home-page "https://github.com/leeper/rio")
5490 (synopsis "Swiss-army knife for data I/O")
5491 (description
5492 "This package provides streamlined data import and export infrastructure
5493 by making assumptions that the user is probably willing to make: @code{import}
5494 and @code{export} determine the data structure from the file extension,
5495 reasonable defaults are used for data import and export (e.g.,
5496 @code{stringsAsFactors=FALSE}), web-based import is natively
5497 supported (including from SSL/HTTPS), compressed files can be read directly
5498 without explicit decompression, and fast import packages are used where
5499 appropriate. An additional convenience function, @code{convert}, provides a
5500 simple method for converting between file types.")
5501 (license license:gpl2)))
5502
5503 (define-public r-maptools
5504 (package
5505 (name "r-maptools")
5506 (version "0.9-9")
5507 (source
5508 (origin
5509 (method url-fetch)
5510 (uri (cran-uri "maptools" version))
5511 (sha256
5512 (base32
5513 "0v4llkxk8qs61vq4ykvaim4k23aagdaz0p62ns7zfq02sln3pfk9"))))
5514 (build-system r-build-system)
5515 (propagated-inputs
5516 `(("r-foreign" ,r-foreign)
5517 ("r-lattice" ,r-lattice)
5518 ("r-sp" ,r-sp)))
5519 (home-page "http://r-forge.r-project.org/projects/maptools/")
5520 (synopsis "Tools for reading and handling spatial objects")
5521 (description
5522 "This package provides a set of tools for manipulating and reading
5523 geographic data, in particular ESRI Shapefiles. It includes binary access to
5524 GSHHG shoreline files. The package also provides interface wrappers for
5525 exchanging spatial objects with other R packages.")
5526 ;; The C source files from shapelib are released under the Expat license.
5527 ;; The R code is released under GPL version 2 or later.
5528 (license (list license:gpl2+
5529 license:expat))))
5530
5531 (define-public r-later
5532 (package
5533 (name "r-later")
5534 (version "1.0.0")
5535 (source
5536 (origin
5537 (method url-fetch)
5538 (uri (cran-uri "later" version))
5539 (sha256
5540 (base32
5541 "11xjavj7siz0xv2ffq1ld4bwl35jyrcfpvvs4p3ilpifxx49hyr7"))))
5542 (build-system r-build-system)
5543 (propagated-inputs
5544 `(("r-bh" ,r-bh)
5545 ("r-rcpp" ,r-rcpp)
5546 ("r-rlang" ,r-rlang)))
5547 (home-page "https://github.com/r-lib/later")
5548 (synopsis "Utilities for delaying function execution")
5549 (description
5550 "This package provides tools to execute arbitrary R or C functions some
5551 time after the current time, after the R execution stack has emptied.")
5552 (license license:gpl2+)))
5553
5554 (define-public r-promises
5555 (package
5556 (name "r-promises")
5557 (version "1.1.0")
5558 (source
5559 (origin
5560 (method url-fetch)
5561 (uri (cran-uri "promises" version))
5562 (sha256
5563 (base32
5564 "01l0ydjvvy6afcg5d6pzvk1ikd3djq8n2flv8c831ksn68z0zsn8"))))
5565 (build-system r-build-system)
5566 (propagated-inputs
5567 `(("r-later" ,r-later)
5568 ("r-magrittr" ,r-magrittr)
5569 ("r-r6" ,r-r6)
5570 ("r-rcpp" ,r-rcpp)
5571 ("r-rlang" ,r-rlang)))
5572 (home-page "https://rstudio.github.io/promises")
5573 (synopsis "Abstractions for promise-based asynchronous programming")
5574 (description
5575 "This package provides fundamental abstractions for doing asynchronous
5576 programming in R using promises. Asynchronous programming is useful for
5577 allowing a single R process to orchestrate multiple tasks in the background
5578 while also attending to something else. Semantics are similar to JavaScript
5579 promises, but with a syntax that is idiomatic R.")
5580 (license license:expat)))
5581
5582 (define-public r-dosnow
5583 (package
5584 (name "r-dosnow")
5585 (version "1.0.18")
5586 (source
5587 (origin
5588 (method url-fetch)
5589 (uri (cran-uri "doSNOW" version))
5590 (sha256
5591 (base32
5592 "0rj72z5505cprh6wykhhiz08l9bmd966srqh2qypwivf321bvrvh"))))
5593 (properties `((upstream-name . "doSNOW")))
5594 (build-system r-build-system)
5595 (propagated-inputs
5596 `(("r-foreach" ,r-foreach)
5597 ("r-iterators" ,r-iterators)
5598 ("r-snow" ,r-snow)))
5599 (home-page "https://cran.r-project.org/web/packages/doSNOW")
5600 (synopsis "Foreach parallel adaptor for the snow package")
5601 (description
5602 "This package provides a parallel backend for the @code{%dopar%} function
5603 using the @code{snow} package.")
5604 (license license:gpl2)))
5605
5606 (define-public r-snowfall
5607 (package
5608 (name "r-snowfall")
5609 (version "1.84-6.1")
5610 (source (origin
5611 (method url-fetch)
5612 (uri (cran-uri "snowfall" version))
5613 (sha256
5614 (base32 "13941rlw1jsdjsndp1plzj1cq5aqravizkrqn6l25r9im7rnsi2w"))))
5615 (build-system r-build-system)
5616 (propagated-inputs
5617 `(("r-snow" ,r-snow)))
5618 (home-page "http://cran.r-project.org/web/packages/snowfall/")
5619 (synopsis "Easier cluster computing")
5620 (description "This package is a usability wrapper around snow for easier
5621 development of parallel R programs. This package offers e.g. extended error
5622 checks, and additional functions. All functions work in sequential mode, too,
5623 if no cluster is present or wished. The package is also designed as connector
5624 to the cluster management tool @code{sfCluster}, but can also used without
5625 it.")
5626 (license license:gpl2+)))
5627
5628 (define-public r-rappdirs
5629 (package
5630 (name "r-rappdirs")
5631 (version "0.3.1")
5632 (source
5633 (origin
5634 (method url-fetch)
5635 (uri (cran-uri "rappdirs" version))
5636 (sha256
5637 (base32
5638 "0ji6sg3bdn5gazkq14xmmcq7jnbsyxw4lzmmbgv6526j2vn93n1g"))))
5639 (build-system r-build-system)
5640 (home-page "https://cran.r-project.org/web/packages/rappdirs/")
5641 (synopsis "Determine where to save data, caches, and logs")
5642 (description
5643 "This package provides an easy way to determine which directories on the
5644 user's computer should be used to save data, caches and logs. It is a port of
5645 Python's @url{https://github.com/ActiveState/appdirs,Appdirs} to R.")
5646 (license license:expat)))
5647
5648 (define-public r-renv
5649 (package
5650 (name "r-renv")
5651 (version "0.9.3")
5652 (source
5653 (origin
5654 (method url-fetch)
5655 (uri (cran-uri "renv" version))
5656 (sha256
5657 (base32
5658 "02ayfgbpw4b58148dcxz31anaxncwczmxs1zzkskwj0rzhb2x60r"))))
5659 (properties `((upstream-name . "renv")))
5660 (build-system r-build-system)
5661 (home-page "https://rstudio.github.io/renv")
5662 (synopsis "Project environments")
5663 (description
5664 "This package provides a dependency management toolkit for R. Using
5665 renv, you can create and manage project-local R libraries, save the state of
5666 these libraries to a lockfile, and later restore your library as required.
5667 Together, these tools can help make your projects more isolated, portable, and
5668 reproducible.")
5669 (license license:expat)))
5670
5671 (define-public r-learnr
5672 (package
5673 (name "r-learnr")
5674 (version "0.10.1")
5675 (source
5676 (origin
5677 (method url-fetch)
5678 (uri (cran-uri "learnr" version))
5679 (sha256
5680 (base32
5681 "08xwmms6x58y3dsfbl9c6d03145hb4ij97nqr1cc9dxxilmr6x31"))))
5682 (build-system r-build-system)
5683 (propagated-inputs
5684 `(("r-checkmate" ,r-checkmate)
5685 ("r-ellipsis" ,r-ellipsis)
5686 ("r-evaluate" ,r-evaluate)
5687 ("r-htmltools" ,r-htmltools)
5688 ("r-htmlwidgets" ,r-htmlwidgets)
5689 ("r-jsonlite" ,r-jsonlite)
5690 ("r-knitr" ,r-knitr)
5691 ("r-markdown" ,r-markdown)
5692 ("r-rappdirs" ,r-rappdirs)
5693 ("r-renv" ,r-renv)
5694 ("r-rmarkdown" ,r-rmarkdown)
5695 ("r-rprojroot" ,r-rprojroot)
5696 ("r-shiny" ,r-shiny)
5697 ("r-withr" ,r-withr)))
5698 (home-page "https://rstudio.github.io/learnr/")
5699 (synopsis "Interactive tutorials for R")
5700 (description
5701 "This package provides tools to create interactive tutorials using R
5702 Markdown. Use a combination of narrative, figures, videos, exercises, and
5703 quizzes to create self-paced tutorials for learning about R and R packages.")
5704 (license license:asl2.0)))
5705
5706 (define-public r-analytics
5707 (package
5708 (name "r-analytics")
5709 (version "3.0")
5710 (source
5711 (origin
5712 (method url-fetch)
5713 (uri (cran-uri "analytics" version))
5714 (sha256
5715 (base32
5716 "0js3c8lwj3knccb55nq03cbjlf4w390p9aid2mi5x80l3ayd9in1"))))
5717 (build-system r-build-system)
5718 (propagated-inputs
5719 `(("r-car" ,r-car)
5720 ("r-cluster" ,r-cluster)
5721 ("r-fractal" ,r-fractal)
5722 ("r-lmtest" ,r-lmtest)
5723 ("r-mass" ,r-mass)
5724 ("r-np" ,r-np)
5725 ("r-powerplus" ,r-powerplus)
5726 ("r-robust" ,r-robust)
5727 ("r-trend" ,r-trend)
5728 ("r-tsa" ,r-tsa)
5729 ("r-urca" ,r-urca)
5730 ("r-vim" ,r-vim)))
5731 (home-page "https://cran.r-project.org/web/packages/analytics/")
5732 (synopsis "Collection of data analysis tools")
5733 (description
5734 "This package is a collection of data analysis tools. It includes tools
5735 for regression outlier detection in a fitted linear model, stationary
5736 bootstrap using a truncated geometric distribution, a comprehensive test for
5737 weak stationarity, column means by group, weighted biplots, and a heuristic to
5738 obtain a better initial configuration in non-metric MDS.")
5739 (license license:gpl2)))
5740
5741 (define-public r-reticulate
5742 (package
5743 (name "r-reticulate")
5744 (version "1.14")
5745 (source
5746 (origin
5747 (method url-fetch)
5748 (uri (cran-uri "reticulate" version))
5749 (sha256
5750 (base32
5751 "0icb9zl9zlx75njv7y1dr450k0yw2n3q2jkr4nicnphdyfn69gkn"))))
5752 (build-system r-build-system)
5753 (inputs `(("python" ,python)))
5754 (propagated-inputs
5755 `(("r-rappdirs" ,r-rappdirs)
5756 ("r-jsonlite" ,r-jsonlite)
5757 ("r-matrix" ,r-matrix)
5758 ("r-rcpp" ,r-rcpp)))
5759 (home-page "https://github.com/rstudio/reticulate")
5760 (synopsis "R interface to Python")
5761 (description
5762 "This package provides an interface from R to Python modules, classes,
5763 and functions. When calling into Python, R data types are automatically
5764 converted to their equivalent Python types. When values are returned from
5765 Python to R they are converted back to R types.")
5766 (license license:asl2.0)))
5767
5768 (define-public r-bibtex
5769 (package
5770 (name "r-bibtex")
5771 (version "0.4.2.2")
5772 (source
5773 (origin
5774 (method url-fetch)
5775 (uri (cran-uri "bibtex" version))
5776 (sha256
5777 (base32
5778 "140hkjzdp3033cvji861rd06z1ixgpnn4n5amygqsmhnixk8ff07"))))
5779 (build-system r-build-system)
5780 (propagated-inputs `(("r-stringr" ,r-stringr)))
5781 (home-page "https://github.com/romainfrancois/bibtex")
5782 (synopsis "Bibtex parser")
5783 (description "This package provides a utility for R to parse a bibtex
5784 file.")
5785 (license license:gpl2+)))
5786
5787 (define-public r-ggseqlogo
5788 (package
5789 (name "r-ggseqlogo")
5790 (version "0.1")
5791 (source
5792 (origin
5793 (method url-fetch)
5794 (uri (cran-uri "ggseqlogo" version))
5795 (sha256
5796 (base32
5797 "13q6kcpxrqxqbji889fx63p0nsi08lk5yymkchig75r5k1d18ky1"))))
5798 (build-system r-build-system)
5799 (propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
5800 (home-page "https://github.com/omarwagih/ggseqlogo")
5801 (synopsis "ggplot2 extension for drawing genetic sequence logos")
5802 (description
5803 "The range of functions provided by this package makes it possible to
5804 draw highly versatile genomic sequence logos. Features include, but are not
5805 limited to, modifying colour schemes and fonts used to draw the logo,
5806 generating multiple logo plots, and aiding the visualisation with annotations.
5807 Sequence logos can easily be combined with other ggplot2 plots.")
5808 ;; Unspecified version of the LGPL.
5809 (license license:lgpl3+)))
5810
5811 (define-public r-ggsci
5812 (package
5813 (name "r-ggsci")
5814 (version "2.9")
5815 (source
5816 (origin
5817 (method url-fetch)
5818 (uri (cran-uri "ggsci" version))
5819 (sha256
5820 (base32
5821 "0g73x6grbka7ahjh6z23m3wrcifp5rdfdiasbl8lq4sp6rplxwaa"))))
5822 (build-system r-build-system)
5823 (propagated-inputs
5824 `(("r-ggplot2" ,r-ggplot2)
5825 ("r-scales" ,r-scales)))
5826 (home-page "https://nanx.me/ggsci/")
5827 (synopsis "Scientific journal and sci-fi themed color palettes for ggplot2")
5828 (description
5829 "This package provides a collection of ggplot2 color palettes inspired by
5830 plots in scientific journals, data visualization libraries, science fiction
5831 movies, and TV shows.")
5832 (license license:gpl3)))
5833
5834 (define-public r-ggsignif
5835 (package
5836 (name "r-ggsignif")
5837 (version "0.6.0")
5838 (source
5839 (origin
5840 (method url-fetch)
5841 (uri (cran-uri "ggsignif" version))
5842 (sha256
5843 (base32
5844 "17j9hg967k1wp9xw3x84mqss58jkb8pvlrnlchz4i1hklgykxqbg"))))
5845 (build-system r-build-system)
5846 (propagated-inputs
5847 `(("r-ggplot2" ,r-ggplot2)))
5848 (home-page "https://github.com/const-ae/ggsignif")
5849 (synopsis "Significance brackets for ggplot2")
5850 (description
5851 "Enrich your ggplots with group-wise comparisons. This package provides
5852 an easy way to indicate if two groups are significantly different. Commonly
5853 this is shown by a bracket on top connecting the groups of interest which
5854 itself is annotated with the level of significance. The package provides a
5855 single layer that takes the groups for comparison and the test as arguments
5856 and adds the annotation to the plot.")
5857 (license license:gpl3)))
5858
5859 (define-public r-ggpubr
5860 (package
5861 (name "r-ggpubr")
5862 (version "0.2.5")
5863 (source
5864 (origin
5865 (method url-fetch)
5866 (uri (cran-uri "ggpubr" version))
5867 (sha256
5868 (base32
5869 "0kb3hpmnhj4mkbx1kx0kv5y22himr8dijqx7ra0h8hi0pf2l2ha7"))))
5870 (build-system r-build-system)
5871 (propagated-inputs
5872 `(("r-cowplot" ,r-cowplot)
5873 ("r-dplyr" ,r-dplyr)
5874 ("r-ggplot2" ,r-ggplot2)
5875 ("r-ggrepel" ,r-ggrepel)
5876 ("r-ggsci" ,r-ggsci)
5877 ("r-ggsignif" ,r-ggsignif)
5878 ("r-glue" ,r-glue)
5879 ("r-gridextra" ,r-gridextra)
5880 ("r-magrittr" ,r-magrittr)
5881 ("r-polynom" ,r-polynom)
5882 ("r-purrr" ,r-purrr)
5883 ("r-rlang" ,r-rlang)
5884 ("r-scales" ,r-scales)
5885 ("r-tidyr" ,r-tidyr)))
5886 (home-page "http://www.sthda.com/english/rpkgs/ggpubr")
5887 (synopsis "ggplot2-based publication-ready plots")
5888 (description
5889 "The ggplot2 package is an excellent and flexible package for elegant
5890 data visualization in R. However the default generated plots require some
5891 formatting before we can send them for publication. The ggpubr package
5892 provides some easy-to-use functions for creating and customizing ggplot2-based
5893 publication-ready plots.")
5894 (license license:gpl2)))
5895
5896 (define-public r-ellipse
5897 (package
5898 (name "r-ellipse")
5899 (version "0.4.1")
5900 (source
5901 (origin
5902 (method url-fetch)
5903 (uri (cran-uri "ellipse" version))
5904 (sha256
5905 (base32
5906 "0g82vc51m3c1k0hnpp2zla6amxxgk2mmkl8ssnsc49jv3599r6hs"))))
5907 (build-system r-build-system)
5908 (home-page "https://cran.r-project.org/web/packages/ellipse/")
5909 (synopsis "Functions for drawing ellipses and ellipse-like confidence regions")
5910 (description
5911 "This package contains various routines for drawing ellipses and
5912 ellipse-like confidence regions, implementing the plots described in Murdoch
5913 and Chow (1996), A graphical display of large correlation matrices, The
5914 American Statistician 50, 178-180. There are also routines implementing the
5915 profile plots described in Bates and Watts (1988), Nonlinear Regression
5916 Analysis and its Applications.")
5917 (license license:gpl2+)))
5918
5919 (define-public r-flashclust
5920 (package
5921 (name "r-flashclust")
5922 (version "1.01-2")
5923 (source
5924 (origin
5925 (method url-fetch)
5926 (uri (cran-uri "flashClust" version))
5927 (sha256
5928 (base32
5929 "0l4lpz451ll7f7lfxmb7ds24ppzhfg1c3ypvydglcc35p2dq99s8"))))
5930 (properties `((upstream-name . "flashClust")))
5931 (build-system r-build-system)
5932 (native-inputs `(("gfortran" ,gfortran)))
5933 (home-page "https://cran.r-project.org/web/packages/flashClust/")
5934 (synopsis "Implementation of optimal hierarchical clustering")
5935 (description
5936 "This package provides a fast implementation of hierarchical
5937 clustering.")
5938 (license license:gpl2+)))
5939
5940 (define-public r-factominer
5941 (package
5942 (name "r-factominer")
5943 (version "2.3")
5944 (source
5945 (origin
5946 (method url-fetch)
5947 (uri (cran-uri "FactoMineR" version))
5948 (sha256
5949 (base32
5950 "0ldgf3daksh6lpblhqys67m4mxqx3q9s9n5plfam6dwshfik0ky6"))))
5951 (properties `((upstream-name . "FactoMineR")))
5952 (build-system r-build-system)
5953 (propagated-inputs
5954 `(("r-car" ,r-car)
5955 ("r-cluster" ,r-cluster)
5956 ("r-ellipse" ,r-ellipse)
5957 ("r-flashclust" ,r-flashclust)
5958 ("r-ggplot2" ,r-ggplot2)
5959 ("r-ggrepel" ,r-ggrepel)
5960 ("r-lattice" ,r-lattice)
5961 ("r-leaps" ,r-leaps)
5962 ("r-mass" ,r-mass)
5963 ("r-scatterplot3d" ,r-scatterplot3d)))
5964 (home-page "http://factominer.free.fr")
5965 (synopsis "Multivariate exploratory data analysis and data mining")
5966 (description
5967 "This package provides exploratory data analysis methods to summarize,
5968 visualize and describe datasets. The main principal component methods are
5969 available, those with the largest potential in terms of applications:
5970 principal component analysis (PCA) when variables are quantitative,
5971 correspondence analysis (CA) and multiple correspondence analysis (MCA) when
5972 variables are categorical, Multiple Factor Analysis when variables are
5973 structured in groups, etc. and hierarchical cluster analysis.")
5974 (license license:gpl2+)))
5975
5976 (define-public r-factoextra
5977 (package
5978 (name "r-factoextra")
5979 (version "1.0.6")
5980 (source
5981 (origin
5982 (method url-fetch)
5983 (uri (cran-uri "factoextra" version))
5984 (sha256
5985 (base32
5986 "0bpsbcmp6jpa9qk53dhfzghrz98dh0h0n68brl7rjz724yjbvhn8"))))
5987 (build-system r-build-system)
5988 (propagated-inputs
5989 `(("r-abind" ,r-abind)
5990 ("r-cluster" ,r-cluster)
5991 ("r-dendextend" ,r-dendextend)
5992 ("r-factominer" ,r-factominer)
5993 ("r-ggplot2" ,r-ggplot2)
5994 ("r-ggpubr" ,r-ggpubr)
5995 ("r-ggrepel" ,r-ggrepel)
5996 ("r-reshape2" ,r-reshape2)
5997 ("r-tidyr" ,r-tidyr)))
5998 (home-page "http://www.sthda.com/english/rpkgs/factoextra")
5999 (synopsis "Extract and visualize the results of multivariate data analyses")
6000 (description
6001 "This package provides some easy-to-use functions to extract and
6002 visualize the output of multivariate data analyses, including
6003 @code{PCA} (Principal Component Analysis), @code{CA} (Correspondence
6004 Analysis), @code{MCA} (Multiple Correspondence Analysis), @code{FAMD} (Factor
6005 Analysis of Mixed Data), @code{MFA} (Multiple Factor Analysis) and
6006 @code{HMFA} (Hierarchical Multiple Factor Analysis) functions from different R
6007 packages. It contains also functions for simplifying some clustering analysis
6008 steps and provides ggplot2-based elegant data visualization.")
6009 (license license:gpl2)))
6010
6011 (define-public r-fansi
6012 (package
6013 (name "r-fansi")
6014 (version "0.4.1")
6015 (source
6016 (origin
6017 (method url-fetch)
6018 (uri (cran-uri "fansi" version))
6019 (sha256
6020 (base32
6021 "028ywjy538psnmdnddvy5jr3idzffr4hikzr4x97x0m30g4fws9w"))))
6022 (build-system r-build-system)
6023 (native-inputs
6024 `(("r-knitr" ,r-knitr))) ; for vignettes
6025 (home-page "https://github.com/brodieG/fansi")
6026 (synopsis "ANSI control sequence aware string functions")
6027 (description
6028 "This package provides counterparts to R string manipulation functions
6029 that account for the effects of ANSI text formatting control sequences.")
6030 (license license:gpl2+)))
6031
6032 (define-public r-nbclust
6033 (package
6034 (name "r-nbclust")
6035 (version "3.0")
6036 (source
6037 (origin
6038 (method url-fetch)
6039 (uri (cran-uri "NbClust" version))
6040 (sha256
6041 (base32
6042 "1vwb48zy6ln1ddpqmfngii1i80n8qmqyxnzdp6gbaq96lakl3w3c"))))
6043 (properties `((upstream-name . "NbClust")))
6044 (build-system r-build-system)
6045 (home-page "https://sites.google.com/site/malikacharrad/research/nbclust-package")
6046 (synopsis "Determine the best number of clusters in a data set")
6047 (description
6048 "NbClust provides 30 indexes for determining the optimal number of
6049 clusters in a data set and offers the best clustering scheme from different
6050 results to the user.")
6051 (license license:gpl2)))
6052
6053 (define-public r-hdf5r
6054 (package
6055 (name "r-hdf5r")
6056 (version "1.3.1")
6057 (source
6058 (origin
6059 (method url-fetch)
6060 (uri (cran-uri "hdf5r" version))
6061 (sha256
6062 (base32
6063 "0hvi2cvyv6zlxgpawnmsihxclp2ln88slbrnmaxagmjswskxsrpx"))))
6064 (build-system r-build-system)
6065 (inputs
6066 `(("hdf5" ,hdf5)
6067 ("zlib" ,zlib)))
6068 (propagated-inputs
6069 `(("r-bit64" ,r-bit64)
6070 ("r-r6" ,r-r6)))
6071 (home-page "https://hhoeflin.github.io/hdf5r")
6072 (synopsis "Interface to the HDF5 binary data format")
6073 (description
6074 "HDF5 is a data model, library and file format for storing and managing
6075 large amounts of data. This package provides a nearly feature complete,
6076 object oriented wrapper for the HDF5 API using R6 classes. Additionally,
6077 functionality is added so that HDF5 objects behave very similar to their
6078 corresponding R counterparts.")
6079 (license license:asl2.0)))
6080
6081 (define-public r-itertools
6082 (package
6083 (name "r-itertools")
6084 (version "0.1-3")
6085 (source
6086 (origin
6087 (method url-fetch)
6088 (uri (cran-uri "itertools" version))
6089 (sha256
6090 (base32
6091 "1ls5biiva10pb1dj3ph4griykb9vam02hkrdmlr5a5wf660hg6xn"))))
6092 (build-system r-build-system)
6093 (propagated-inputs
6094 `(("r-iterators" ,r-iterators)))
6095 (home-page "https://cran.r-project.org/web/packages/itertools/")
6096 (synopsis "Iterator tools")
6097 (description
6098 "This package provides various tools for creating iterators, many
6099 patterned after functions in the Python @code{itertools} module, and others
6100 patterned after functions in the snow package.")
6101 (license license:gpl2)))
6102
6103 (define-public r-polynom
6104 (package
6105 (name "r-polynom")
6106 (version "1.4-0")
6107 (source
6108 (origin
6109 (method url-fetch)
6110 (uri (cran-uri "polynom" version))
6111 (sha256
6112 (base32
6113 "1pflscwc0qzdf0y60j7s0dkglgmz18xajywfbn6s263idyr8idy5"))))
6114 (build-system r-build-system)
6115 (home-page "https://cran.r-project.org/web/packages/polynom/")
6116 (synopsis "Functions for univariate polynomial manipulations")
6117 (description
6118 "This package provides a collection of functions to implement a class for
6119 univariate polynomial manipulations.")
6120 (license license:gpl2)))
6121
6122 (define-public r-gbrd
6123 (package
6124 (name "r-gbrd")
6125 (version "0.4-11")
6126 (source
6127 (origin
6128 (method url-fetch)
6129 (uri (cran-uri "gbRd" version))
6130 (sha256
6131 (base32
6132 "06x97rw5i6v6cgjxkfhxnw4dn7lghn5q6ra7ri5ag1x9dkfzcl82"))))
6133 (properties `((upstream-name . "gbRd")))
6134 (build-system r-build-system)
6135 (home-page "https://cran.r-project.org/web/packages/gbRd/")
6136 (synopsis "Utilities for processing Rd objects and files")
6137 (description
6138 "This package provides utilities for processing Rd objects and files.
6139 Extract argument descriptions and other parts of the help pages of
6140 functions.")
6141 (license license:gpl2+)))
6142
6143 (define-public r-rjags
6144 (package
6145 (name "r-rjags")
6146 (version "4-10")
6147 (source
6148 (origin
6149 (method url-fetch)
6150 (uri (cran-uri "rjags" version))
6151 (sha256
6152 (base32
6153 "1nhaim84ww8fd6m8xlpmngqcnp2qpql29ahc38366fxja3ghngmx"))))
6154 (build-system r-build-system)
6155 (propagated-inputs
6156 `(("r-coda" ,r-coda)))
6157 (inputs
6158 `(("jags" ,jags)))
6159 (native-inputs
6160 `(("pkg-config" ,pkg-config)))
6161 (home-page "http://mcmc-jags.sourceforge.net")
6162 (synopsis "Bayesian graphical models using MCMC")
6163 (description
6164 "This package provides an R interface to the JAGS MCMC library. JAGS is
6165 Just Another Gibbs Sampler. It is a program for analysis of Bayesian
6166 hierarchical models using Markov Chain Monte Carlo (MCMC) simulation.")
6167 (license license:gpl2)))
6168
6169 (define-public r-rdpack
6170 (package
6171 (name "r-rdpack")
6172 (version "0.11-1")
6173 (source
6174 (origin
6175 (method url-fetch)
6176 (uri (cran-uri "Rdpack" version))
6177 (sha256
6178 (base32
6179 "080y15p2hl4jsq91ak2f1y2kx1iqq5c5wzyx3zyhjwp01cahy0jq"))))
6180 (properties `((upstream-name . "Rdpack")))
6181 (build-system r-build-system)
6182 (propagated-inputs
6183 `(("r-bibtex" ,r-bibtex)
6184 ("r-gbrd" ,r-gbrd)))
6185 (home-page "https://github.com/GeoBosh/Rdpack")
6186 (synopsis "Update and manipulate Rd documentation objects")
6187 (description
6188 "This package provides functions for manipulation of R documentation
6189 objects, including functions @code{reprompt()} and @code{ereprompt()} for
6190 updating Rd documentation for functions, methods and classes; it also includes
6191 Rd macros for citations and import of references from bibtex files for use in
6192 Rd files and roxygen2 comments, as well as many functions for manipulation of
6193 references and Rd files.")
6194 (license license:gpl2+)))
6195
6196 (define-public r-officer
6197 (package
6198 (name "r-officer")
6199 (version "0.3.7")
6200 (source
6201 (origin
6202 (method url-fetch)
6203 (uri (cran-uri "officer" version))
6204 (sha256
6205 (base32
6206 "1zyrcf0xxm67bskynjac8dhil2as7rb0mmqaq30zp9lrgfwiycpz"))))
6207 (build-system r-build-system)
6208 (propagated-inputs
6209 `(("r-digest" ,r-digest)
6210 ("r-magrittr" ,r-magrittr)
6211 ("r-r6" ,r-r6)
6212 ("r-uuid" ,r-uuid)
6213 ("r-xml2" ,r-xml2)
6214 ("r-zip" ,r-zip)))
6215 (home-page "https://davidgohel.github.io/officer")
6216 (synopsis "Manipulation of Word and PowerPoint documents")
6217 (description
6218 "This package provides tools to access and manipulate Word and PowerPoint
6219 documents from R. The package focuses on tabular and graphical reporting from
6220 R; it also provides two functions that let users get document content into
6221 data objects. A set of functions lets add and remove images, tables and
6222 paragraphs of text in new or existing documents. When working with PowerPoint
6223 presentations, slides can be added or removed; shapes inside slides can also
6224 be added or removed. When working with Word documents, a cursor can be used
6225 to help insert or delete content at a specific location in the document.")
6226 (license license:gpl3)))
6227
6228 (define-public r-abn
6229 (package
6230 (name "r-abn")
6231 (version "2.2")
6232 (source
6233 (origin
6234 (method url-fetch)
6235 (uri (cran-uri "abn" version))
6236 (sha256
6237 (base32
6238 "19w6bdjyp4zwqs6p0flry4qxqynf9rh8ykdrfrp61wrdf7kysw0d"))))
6239 (build-system r-build-system)
6240 (inputs
6241 `(("gsl" ,gsl)))
6242 (propagated-inputs
6243 `(("r-lme4" ,r-lme4)
6244 ("r-mass" ,r-mass)
6245 ("r-nnet" ,r-nnet)
6246 ("r-rcpp" ,r-rcpp)
6247 ("r-rcpparmadillo" ,r-rcpparmadillo)
6248 ("r-rjags" ,r-rjags)))
6249 (home-page "https://r-bayesian-networks.org/")
6250 (synopsis "Modelling multivariate data with additive bayesian networks")
6251 (description
6252 "Bayesian network analysis is a form of probabilistic graphical models
6253 which derives from empirical data a directed acyclic graph, DAG, describing
6254 the dependency structure between random variables. An additive Bayesian
6255 network model consists of a form of a DAG where each node comprises a
6256 @dfn{generalized linear model} (GLM). Additive Bayesian network models are
6257 equivalent to Bayesian multivariate regression using graphical modelling, they
6258 generalises the usual multivariable regression, GLM, to multiple dependent
6259 variables. This package provides routines to help determine optimal Bayesian
6260 network models for a given data set, where these models are used to identify
6261 statistical dependencies in messy, complex data.")
6262 (license license:gpl2+)))
6263
6264 (define-public r-acd
6265 (package
6266 (name "r-acd")
6267 (version "1.5.3")
6268 (source
6269 (origin
6270 (method url-fetch)
6271 (uri (cran-uri "ACD" version))
6272 (sha256
6273 (base32
6274 "1a67bi3hklq8nlc50r0qnyr4k7m9kpvijy8sqqpm54by5hsysfd6"))))
6275 (properties `((upstream-name . "ACD")))
6276 (build-system r-build-system)
6277 (home-page "https://cran.r-project.org/web/packages/ACD/")
6278 (synopsis "Categorical data analysis with complete or missing responses")
6279 (description
6280 "This package provides tools for categorical data analysis with complete
6281 or missing responses.")
6282 (license license:gpl2+)))
6283
6284 (define-public r-acdm
6285 (package
6286 (name "r-acdm")
6287 (version "1.0.4")
6288 (source
6289 (origin
6290 (method url-fetch)
6291 (uri (cran-uri "ACDm" version))
6292 (sha256
6293 (base32
6294 "0b4f02ga5ra66mbrm79g0bnlzmii82rks9kmxixxqgf18yhlyjil"))))
6295 (properties `((upstream-name . "ACDm")))
6296 (build-system r-build-system)
6297 (propagated-inputs
6298 `(("r-dplyr" ,r-dplyr)
6299 ("r-ggplot2" ,r-ggplot2)
6300 ("r-plyr" ,r-plyr)
6301 ("r-rsolnp" ,r-rsolnp)
6302 ("r-zoo" ,r-zoo)))
6303 (home-page "https://cran.r-project.org/web/packages/ACDm/")
6304 (synopsis "Tools for Autoregressive Conditional Duration Models")
6305 (description
6306 "ACDm is a package for Autoregressive Conditional Duration (ACD, Engle
6307 and Russell, 1998) models. It creates trade, price or volume durations from
6308 transactions (tic) data, performs diurnal adjustments, fits various ACD models
6309 and tests them.")
6310 (license license:gpl2+)))
6311
6312 (define-public r-overlap
6313 (package
6314 (name "r-overlap")
6315 (version "0.3.2")
6316 (source
6317 (origin
6318 (method url-fetch)
6319 (uri (cran-uri "overlap" version))
6320 (sha256
6321 (base32
6322 "1j3m6ir1chdz0si2fhcw6gs7c9h09bv0chz18rpzxsywww6d4rzy"))))
6323 (build-system r-build-system)
6324 (home-page "https://cran.r-project.org/web/packages/overlap/")
6325 (synopsis "Estimates of coefficient of overlapping for animal activity patterns")
6326 (description
6327 "This package provides functions to fit kernel density functions to data
6328 on temporal activity patterns of animals; estimate coefficients of overlapping
6329 of densities for two species; and calculate bootstrap estimates of confidence
6330 intervals.")
6331 (license license:gpl3+)))
6332
6333 (define-public r-snakecase
6334 (package
6335 (name "r-snakecase")
6336 (version "0.11.0")
6337 (source
6338 (origin
6339 (method url-fetch)
6340 (uri (cran-uri "snakecase" version))
6341 (sha256
6342 (base32
6343 "1ky1x2cp5rd0ffd9m1fji9sq4z4jsrpxzg30brw8bb4ihfjj114r"))))
6344 (build-system r-build-system)
6345 (propagated-inputs
6346 `(("r-stringi" ,r-stringi)
6347 ("r-stringr" ,r-stringr)))
6348 (home-page "https://github.com/Tazinho/snakecase")
6349 (synopsis "Convert strings into any case")
6350 (description
6351 "This package provides a consistent, flexible and easy to use tool to
6352 parse and convert strings into cases like snake or camel among others.")
6353 (license license:gpl3)))
6354
6355 (define-public r-prediction
6356 (package
6357 (name "r-prediction")
6358 (version "0.3.14")
6359 (source
6360 (origin
6361 (method url-fetch)
6362 (uri (cran-uri "prediction" version))
6363 (sha256
6364 (base32
6365 "0awlq5lxfia6m2b91w73rksp93rbwv5gwqb36wbji4rgq41rzbrx"))))
6366 (build-system r-build-system)
6367 (propagated-inputs
6368 `(("r-data-table" ,r-data-table)))
6369 (home-page "https://github.com/leeper/prediction")
6370 (synopsis "Tidy, type-safe prediction methods")
6371 (description
6372 "This package provides the @code{prediction()} function, a type-safe
6373 alternative to @code{predict()} that always returns a data frame. The package
6374 currently supports common model types (e.g., @code{\"lm\"}, @code{\"glm\"})
6375 from the @code{stats} package, as well as numerous other model classes from
6376 other add-on packages.")
6377 (license license:expat)))
6378
6379 (define-public r-insight
6380 (package
6381 (name "r-insight")
6382 (version "0.8.2")
6383 (source
6384 (origin
6385 (method url-fetch)
6386 (uri (cran-uri "insight" version))
6387 (sha256
6388 (base32
6389 "0fjf7dwpv1a7qfbzixppg348z1ksq19kdjm08vcb2am7w0k3plcj"))))
6390 (build-system r-build-system)
6391 (native-inputs
6392 `(("r-knitr" ,r-knitr)))
6393 (home-page "https://easystats.github.io/insight/")
6394 (synopsis "Easy access to model information for various model objects")
6395 (description
6396 "This package provides a tool to provide an easy, intuitive and
6397 consistent access to information contained in various R models, like model
6398 formulas, model terms, information about random effects, data that was used to
6399 fit the model or data from response variables. The package mainly revolves
6400 around two types of functions: Functions that find (the names of) information,
6401 starting with @code{find_}, and functions that get the underlying data,
6402 starting with @code{get_}. The package has a consistent syntax and works with
6403 many different model objects, where otherwise functions to access these
6404 information are missing.")
6405 (license license:gpl3)))
6406
6407 (define-public r-sjlabelled
6408 (package
6409 (name "r-sjlabelled")
6410 (version "1.1.3")
6411 (source
6412 (origin
6413 (method url-fetch)
6414 (uri (cran-uri "sjlabelled" version))
6415 (sha256
6416 (base32
6417 "1amq7i9sxf0pkxhskqc53xq5wvc9rdxm7cxyb4b6xh6qsskjnlsj"))))
6418 (build-system r-build-system)
6419 (propagated-inputs
6420 `(("r-haven" ,r-haven)
6421 ("r-insight" ,r-insight)))
6422 (home-page "https://github.com/strengejacke/sjlabelled")
6423 (synopsis "Labelled data utility functions")
6424 (description
6425 "This package provides a collection of functions dealing with labelled
6426 data, like reading and writing data between R and other statistical software
6427 packages. This includes easy ways to get, set or change value and variable
6428 label attributes, to convert labelled vectors into factors or numeric (and
6429 vice versa), or to deal with multiple declared missing values.")
6430 (license license:gpl3)))
6431
6432 (define-public r-sjmisc
6433 (package
6434 (name "r-sjmisc")
6435 (version "2.8.3")
6436 (source
6437 (origin
6438 (method url-fetch)
6439 (uri (cran-uri "sjmisc" version))
6440 (sha256
6441 (base32
6442 "0w8l9grmp4q775jrf4q6rxx36ld5daz9b0gdxyyh42xfihk6m62h"))))
6443 (build-system r-build-system)
6444 (propagated-inputs
6445 `(("r-dplyr" ,r-dplyr)
6446 ("r-insight" ,r-insight)
6447 ("r-magrittr" ,r-magrittr)
6448 ("r-purrr" ,r-purrr)
6449 ("r-rlang" ,r-rlang)
6450 ("r-sjlabelled" ,r-sjlabelled)
6451 ("r-tidyselect" ,r-tidyselect)))
6452 (home-page "https://github.com/strengejacke/sjmisc")
6453 (synopsis "Data and variable transformation functions")
6454 (description
6455 "This package is a collection of miscellaneous utility functions,
6456 supporting data transformation tasks like recoding, dichotomizing or grouping
6457 variables, setting and replacing missing values. The data transformation
6458 functions also support labelled data, and all integrate seamlessly into a
6459 tidyverse workflow.")
6460 (license license:gpl3)))
6461
6462 (define-public r-nortest
6463 (package
6464 (name "r-nortest")
6465 (version "1.0-4")
6466 (source
6467 (origin
6468 (method url-fetch)
6469 (uri (cran-uri "nortest" version))
6470 (sha256
6471 (base32
6472 "17r0wpz72z9312c70nwi1i1kp1v9fm1h6jg7q5cx1mc1h420m1d3"))))
6473 (build-system r-build-system)
6474 (home-page "https://cran.r-project.org/web/packages/nortest/")
6475 (synopsis "Tests for normality")
6476 (description
6477 "This package provides five omnibus tests for testing the composite
6478 hypothesis of normality.")
6479 (license license:gpl2+)))
6480
6481 (define-public r-moonbook
6482 (package
6483 (name "r-moonbook")
6484 (version "0.2.3")
6485 (source
6486 (origin
6487 (method url-fetch)
6488 (uri (cran-uri "moonBook" version))
6489 (sha256
6490 (base32
6491 "0hys56mwbm776ff7dibi8wzyf69qiais9rs1jazv79lk6h56s9s6"))))
6492 (properties `((upstream-name . "moonBook")))
6493 (build-system r-build-system)
6494 (propagated-inputs
6495 `(("r-magrittr" ,r-magrittr)
6496 ("r-nortest" ,r-nortest)
6497 ("r-purrr" ,r-purrr)
6498 ("r-sjmisc" ,r-sjmisc)
6499 ("r-stringr" ,r-stringr)
6500 ("r-survival" ,r-survival)))
6501 (home-page "https://github.com/cardiomoon/moonBook")
6502 (synopsis "Functions and datasets for the book by Keon-Woong Moon")
6503 (description
6504 "This package provides several analysis-related functions for the book
6505 entitled \"R statistics and graph for medical articles\" (written in Korean),
6506 version 1, by Keon-Woong Moon with Korean demographic data with several plot
6507 functions.")
6508 (license license:gpl2)))
6509
6510 (define-public r-flextable
6511 (package
6512 (name "r-flextable")
6513 (version "0.5.9")
6514 (source
6515 (origin
6516 (method url-fetch)
6517 (uri (cran-uri "flextable" version))
6518 (sha256
6519 (base32
6520 "1rkz0nhwjy1l8sb0kmna5v492n2ydnk7gydswnmf88r8vfyjczhw"))))
6521 (build-system r-build-system)
6522 (propagated-inputs
6523 `(("r-base64enc" ,r-base64enc)
6524 ("r-data-table" ,r-data-table)
6525 ("r-gdtools" ,r-gdtools)
6526 ("r-htmltools" ,r-htmltools)
6527 ("r-knitr" ,r-knitr)
6528 ("r-officer" ,r-officer)
6529 ("r-rlang" ,r-rlang)
6530 ("r-rmarkdown" ,r-rmarkdown)
6531 ("r-xml2" ,r-xml2)))
6532 (home-page "https://davidgohel.github.io/flextable")
6533 (synopsis "Functions for tabular reporting")
6534 (description
6535 "This package provides tools to create pretty tables for HTML documents
6536 and other formats. Functions are provided to let users create tables, modify
6537 and format their content. It extends the @code{officer} package and can be
6538 used within R markdown documents when rendering to HTML and to Word
6539 documents.")
6540 (license license:gpl3)))
6541
6542 (define-public r-writexl
6543 (package
6544 (name "r-writexl")
6545 (version "1.2")
6546 (source
6547 (origin
6548 (method url-fetch)
6549 (uri (cran-uri "writexl" version))
6550 (sha256
6551 (base32
6552 "09fhdip6igcg97fjx4c7727cx2lb49l4d74l4i8rg2bag2s5lrj3"))))
6553 (build-system r-build-system)
6554 (inputs `(("zlib" ,zlib)))
6555 (home-page "https://github.com/ropensci/writexl")
6556 (synopsis "Export data frames to xlsx format")
6557 (description
6558 "This package provides a data frame to xlsx exporter based on
6559 libxlsxwriter.")
6560 (license license:bsd-2)))
6561
6562 (define-public r-biasedurn
6563 (package
6564 (name "r-biasedurn")
6565 (version "1.07")
6566 (source
6567 (origin
6568 (method url-fetch)
6569 (uri (cran-uri "BiasedUrn" version))
6570 (sha256
6571 (base32
6572 "13i2lgfnjhlbbm2yxfc2l5hswqw6x03pwba5csjmirv8kpjw4xr3"))))
6573 (properties `((upstream-name . "BiasedUrn")))
6574 (build-system r-build-system)
6575 (home-page "https://cran.r-project.org/web/packages/BiasedUrn/")
6576 (synopsis "Biased Urn model distributions")
6577 (description
6578 "This package provides statistical models of biased sampling in the form
6579 of univariate and multivariate noncentral hypergeometric distributions,
6580 including Wallenius' noncentral hypergeometric distribution and Fisher's
6581 noncentral hypergeometric distribution (also called extended hypergeometric
6582 distribution).")
6583 (license license:gpl3)))
6584
6585 (define-public r-goplot
6586 (package
6587 (name "r-goplot")
6588 (version "1.0.2")
6589 (source
6590 (origin
6591 (method url-fetch)
6592 (uri (cran-uri "GOplot" version))
6593 (sha256
6594 (base32
6595 "1y8dv0kbzpr9za91njw0x233vx5d13vqml9hmpddcyi9s6va5nix"))))
6596 (properties `((upstream-name . "GOplot")))
6597 (build-system r-build-system)
6598 (propagated-inputs
6599 `(("r-ggdendro" ,r-ggdendro)
6600 ("r-ggplot2" ,r-ggplot2)
6601 ("r-gridextra" ,r-gridextra)
6602 ("r-rcolorbrewer" ,r-rcolorbrewer)))
6603 (home-page "https://github.com/wencke/wencke.github.io")
6604 (synopsis "Visualization of functional analysis data")
6605 (description
6606 "This package provides an implementation of multilayered visualizations
6607 for enhanced graphical representation of functional analysis data. It
6608 combines and integrates omics data derived from expression and functional
6609 annotation enrichment analyses. Its plotting functions have been developed
6610 with an hierarchical structure in mind: starting from a general overview to
6611 identify the most enriched categories (modified bar plot, bubble plot) to a
6612 more detailed one displaying different types of relevant information for the
6613 molecules in a given set of categories (circle plot, chord plot, cluster plot,
6614 Venn diagram, heatmap).")
6615 (license license:gpl2)))
6616
6617 (define-public r-getopt
6618 (package
6619 (name "r-getopt")
6620 (version "1.20.3")
6621 (source
6622 (origin
6623 (method url-fetch)
6624 (uri (cran-uri "getopt" version))
6625 (sha256
6626 (base32
6627 "0zzmzgwl9a4y3s34600vmih22d6y32294f9bvxrnmffnvkgmy7sk"))))
6628 (build-system r-build-system)
6629 (home-page "https://github.com/trevorld/getopt")
6630 (synopsis "Command-line option processor for R")
6631 (description
6632 "This package is designed to be used with Rscript to write shebang
6633 scripts that accept short and long options. Many users will prefer to
6634 use the packages @code{optparse} or @code{argparse} which add extra
6635 features like automatically generated help options and usage texts,
6636 support for default values, positional argument support, etc.")
6637 (license license:gpl2+)))
6638
6639 (define-public r-findpython
6640 (package
6641 (name "r-findpython")
6642 (version "1.0.5")
6643 (source
6644 (origin
6645 (method url-fetch)
6646 (uri (cran-uri "findpython" version))
6647 (sha256
6648 (base32
6649 "0icifm4z6hhpmcjrg75a875iph0ci890ss02kdv3725pijc236iy"))))
6650 (build-system r-build-system)
6651 (home-page "https://github.com/trevorld/findpython")
6652 (synopsis "Functions to find an acceptable Python binary")
6653 (description
6654 "This package was designed to find an acceptable Python binary that
6655 matches version and feature constraints.")
6656 (license license:expat)))
6657
6658 ;; This in not the same as "r-argparser"
6659 (define-public r-argparse
6660 (package
6661 (name "r-argparse")
6662 (version "2.0.1")
6663 (source
6664 (origin
6665 (method url-fetch)
6666 (uri (cran-uri "argparse" version))
6667 (sha256
6668 (base32
6669 "1as7h6z7kzgv0fqzpnp76qbm96b4jcd37azd58b7rz0l1n94764l"))))
6670 (build-system r-build-system)
6671 (inputs `(("python" ,python)))
6672 (propagated-inputs
6673 `(("r-findpython" ,r-findpython)
6674 ("r-jsonlite" ,r-jsonlite)
6675 ("r-r6" ,r-r6)))
6676 (home-page "https://github.com/trevorld/argparse")
6677 (synopsis "Command line optional and positional argument parser")
6678 (description
6679 "This package provides a command line parser to be used with Rscript to
6680 write shebang scripts that gracefully accept positional and optional arguments
6681 and automatically generate usage notices.")
6682 (license license:gpl2+)))
6683
6684 (define-public r-hash
6685 (package
6686 (name "r-hash")
6687 (version "2.2.6.1")
6688 (source
6689 (origin
6690 (method url-fetch)
6691 (uri (cran-uri "hash" version))
6692 (sha256
6693 (base32
6694 "0b3fl0rvgwb992knl81vm99lsldg5clvaqjh6mamm6zqmb6dz056"))))
6695 (build-system r-build-system)
6696 (home-page "https://cran.r-project.org/web/packages/hash/")
6697 (synopsis "Implementation of hash/associated arrays/dictionaries")
6698 (description
6699 "This package implements a data structure similar to hashes in Perl and
6700 dictionaries in Python but with a purposefully R flavor. For objects of
6701 appreciable size, access using hashes outperforms native named lists and
6702 vectors.")
6703 (license license:gpl2+)))
6704
6705 (define-public r-orddom
6706 (package
6707 (name "r-orddom")
6708 (version "3.1")
6709 (source
6710 (origin
6711 (method url-fetch)
6712 (uri (cran-uri "orddom" version))
6713 (sha256
6714 (base32
6715 "165axs15fvwhrp89xd87l81q3h2qjll1vrwcsap645cwvb85nwsh"))))
6716 (build-system r-build-system)
6717 (propagated-inputs `(("r-psych" ,r-psych)))
6718 (home-page "https://cran.r-project.org/web/packages/orddom/")
6719 (synopsis "Ordinal dominance statistics")
6720 (description
6721 "This package provides tools to compute ordinal, statistics and effect
6722 sizes as an alternative to mean comparison: Cliff's delta or success rate
6723 difference (SRD), Vargha and Delaney's A or the Area Under a Receiver
6724 Operating Characteristic Curve (AUC), the discrete type of McGraw & Wong's
6725 Common Language Effect Size (CLES) or Grissom & Kim's Probability of
6726 Superiority (PS), and the Number needed to treat (NNT) effect size. Moreover,
6727 comparisons to Cohen's d are offered based on Huberty & Lowman's Percentage of
6728 Group (Non-)Overlap considerations.")
6729 (license license:gpl2)))
6730
6731 (define-public r-deriv
6732 (package
6733 (name "r-deriv")
6734 (version "4.0")
6735 (source
6736 (origin
6737 (method url-fetch)
6738 (uri (cran-uri "Deriv" version))
6739 (sha256
6740 (base32
6741 "03mlfy8jzzzbh2l18gnmw0a71n9savx4cw72yhkxq93v2xj8fy3n"))))
6742 (properties `((upstream-name . "Deriv")))
6743 (build-system r-build-system)
6744 (home-page "https://cran.r-project.org/web/packages/Deriv")
6745 (synopsis "Symbolic differentiation")
6746 (description
6747 "This package provides an R-based solution for symbolic differentiation.
6748 It admits user-defined functions as well as function substitution in arguments
6749 of functions to be differentiated. Some symbolic simplification is part of
6750 the work.")
6751 (license license:gpl3+)))
6752
6753 (define-public r-doby
6754 (package
6755 (name "r-doby")
6756 (version "4.6.5")
6757 (source
6758 (origin
6759 (method url-fetch)
6760 (uri (cran-uri "doBy" version))
6761 (sha256
6762 (base32
6763 "1ckazh701b4ilg8bj17ji903538jmb49d997gm49ah5j5jc1x0g7"))))
6764 (properties `((upstream-name . "doBy")))
6765 (build-system r-build-system)
6766 (propagated-inputs
6767 `(("r-broom" ,r-broom)
6768 ("r-deriv" ,r-deriv)
6769 ("r-dplyr" ,r-dplyr)
6770 ("r-magrittr" ,r-magrittr)
6771 ("r-mass" ,r-mass)
6772 ("r-matrix" ,r-matrix)
6773 ("r-plyr" ,r-plyr)
6774 ("r-pbkrtest" ,r-pbkrtest)
6775 ("r-tibble" ,r-tibble)))
6776 (home-page "http://people.math.aau.dk/~sorenh/software/doBy/")
6777 (synopsis "Groupwise statistics, LSmeans, linear contrasts, and utilities")
6778 (description
6779 "This package contains:
6780
6781 @itemize
6782 @item facilities for working with grouped data: @code{do}
6783 something to data stratified @code{by} some variables.
6784 @item implementations of least-squares means, general linear contrasts, and
6785 @item miscellaneous other utilities.
6786 @end itemize\n")
6787 (license license:gpl2+)))
6788
6789 (define-public r-refgenome
6790 (package
6791 (name "r-refgenome")
6792 (version "1.7.7")
6793 (source
6794 (origin
6795 (method url-fetch)
6796 (uri (cran-uri "refGenome" version))
6797 (sha256
6798 (base32
6799 "1za89bn3am1zgvm641qi1ab6kaqpll4rb9p9f1sjwvcgqq6065g5"))))
6800 (properties `((upstream-name . "refGenome")))
6801 (build-system r-build-system)
6802 (propagated-inputs
6803 `(("r-dbi" ,r-dbi)
6804 ("r-doby" ,r-doby)
6805 ("r-rsqlite" ,r-rsqlite)))
6806 (home-page "https://cran.r-project.org/web/packages/refGenome/")
6807 (synopsis
6808 "Gene and splice site annotation using annotation data from Ensembl and UCSC")
6809 (description
6810 "This package contains functionality for importing and managing of
6811 downloaded genome annotation data from the Ensembl genome browser (European
6812 Bioinformatics Institute) and from the UCSC genome browser (University of
6813 California, Santa Cruz) and annotation routines for genomic positions and
6814 splice site positions.")
6815 (license license:gpl2)))
6816
6817 (define-public r-basix
6818 (package
6819 (name "r-basix")
6820 (version "1.1")
6821 (source
6822 (origin
6823 (method url-fetch)
6824 (uri (cran-uri "BASIX" version))
6825 (sha256
6826 (base32
6827 "18dkvv1iwskfnlpl6xridcgqpalbbpm2616mvc3hfrc0b26v01id"))))
6828 (properties `((upstream-name . "BASIX")))
6829 (build-system r-build-system)
6830 (home-page "https://cran.r-project.org/web/packages/BASIX/")
6831 (synopsis "Efficient C/C++ toolset for R")
6832 (description
6833 "BASIX provides some efficient C/C++ implementations of native R
6834 procedures to speed up calculations in R.")
6835 (license license:gpl2)))
6836
6837 (define-public r-blockfest
6838 (package
6839 (name "r-blockfest")
6840 (version "1.6")
6841 (source
6842 (origin
6843 (method url-fetch)
6844 (uri (cran-uri "BlockFeST" version))
6845 (sha256
6846 (base32
6847 "0hj7a5as7nxbgjac7lbj6qfwffx3g8x8phpf9a55f1c9cdzi73a5"))))
6848 (properties `((upstream-name . "BlockFeST")))
6849 (build-system r-build-system)
6850 (propagated-inputs `(("r-basix" ,r-basix)))
6851 (home-page "https://cran.r-project.org/web/packages/BlockFeST/")
6852 (synopsis "Bayesian calculation of region-specific fixation index")
6853 (description
6854 "This package provides an R implementation of an extension of the
6855 BayeScan software for codominant markers, adding the option to group
6856 individual SNPs into pre-defined blocks. A typical application of this new
6857 approach is the identification of genomic regions, genes, or gene sets
6858 containing one or more SNPs that evolved under directional selection.")
6859 (license license:gpl2)))
6860
6861 (define-public r-proc
6862 (package
6863 (name "r-proc")
6864 (version "1.16.1")
6865 (source
6866 (origin
6867 (method url-fetch)
6868 (uri (cran-uri "pROC" version))
6869 (sha256
6870 (base32
6871 "0qkp1byl2xspxaaf0by6mvvrhg7wlz6fxmynz2hkh0ds24w7ig9m"))))
6872 (properties `((upstream-name . "pROC")))
6873 (build-system r-build-system)
6874 (propagated-inputs
6875 `(("r-plyr" ,r-plyr)
6876 ("r-rcpp" ,r-rcpp)))
6877 (home-page "http://expasy.org/tools/pROC/")
6878 (synopsis "Display and analyze ROC curves")
6879 (description
6880 "This package provides tools for visualizing, smoothing and comparing
6881 receiver operating characteristic (ROC curves). The area under the
6882 curve (AUC) can be compared with statistical tests based on U-statistics or
6883 bootstrap. Confidence intervals can be computed for (p)AUC or ROC curves.")
6884 (license license:gpl3+)))
6885
6886 (define-public r-rootsolve
6887 (package
6888 (name "r-rootsolve")
6889 (version "1.8.2")
6890 (source
6891 (origin
6892 (method url-fetch)
6893 (uri (cran-uri "rootSolve" version))
6894 (sha256
6895 (base32
6896 "0rj7c4zcrzgz7sb0vgvh7swpfafnw4040cxp7ypas3s8fnihn54l"))))
6897 (properties `((upstream-name . "rootSolve")))
6898 (build-system r-build-system)
6899 (native-inputs `(("gfortran" ,gfortran)))
6900 (home-page "https://cran.r-project.org/web/packages/rootSolve/")
6901 (synopsis "Tools for the analysis of ordinary differential equations")
6902 (description
6903 "This package provides routines to find the root of nonlinear functions,
6904 and to perform steady-state and equilibrium analysis of @dfn{ordinary
6905 differential equations} (ODE). It includes routines that:
6906
6907 @enumerate
6908 @item generate gradient and jacobian matrices (full and banded),
6909 @item find roots of non-linear equations by the Newton-Raphson method,
6910 @item estimate steady-state conditions of a system of (differential) equations
6911 in full, banded or sparse form, using the Newton-Raphson method, or by
6912 dynamically running,
6913 @item solve the steady-state conditions for uni- and multicomponent 1-D, 2-D,
6914 and 3-D partial differential equations, that have been converted to ordinary
6915 differential equations by numerical differencing (using the method-of-lines
6916 approach).
6917 @end enumerate\n")
6918 (license license:gpl2+)))
6919
6920 (define-public r-abcanalysis
6921 (package
6922 (name "r-abcanalysis")
6923 (version "1.2.1")
6924 (source
6925 (origin
6926 (method url-fetch)
6927 (uri (cran-uri "ABCanalysis" version))
6928 (sha256
6929 (base32 "0wac1ksmnxa36v99ca4hv8k0rsh3igwpcllmlv9wf7i9kgqviqwi"))))
6930 (properties `((upstream-name . "ABCanalysis")))
6931 (build-system r-build-system)
6932 (propagated-inputs `(("r-plotrix" ,r-plotrix)))
6933 (home-page "https://www.uni-marburg.de/fb12/arbeitsgruppen/datenbionik/software-en/")
6934 (synopsis "Computed ABC Analysis")
6935 (description
6936 "Multivariate data sets often differ in several factors or derived statistical
6937 parameters, which have to be selected for a valid interpretation. Basing this
6938 selection on traditional statistical limits leads occasionally to the perception
6939 of losing information from a data set. This package provides tools to calculate
6940 these limits on the basis of the mathematical properties of the distribution of
6941 the analyzed items.")
6942 (license license:gpl3)))
6943
6944 (define-public r-slam
6945 (package
6946 (name "r-slam")
6947 (version "0.1-47")
6948 (source
6949 (origin
6950 (method url-fetch)
6951 (uri (cran-uri "slam" version))
6952 (sha256
6953 (base32 "12fggw2c7hz3bpvsaqm24g3r6lbpq6jgli24g7x5j859iak5cqv9"))))
6954 (build-system r-build-system)
6955 (home-page "https://cran.r-project.org/web/packages/slam/")
6956 (synopsis "Sparse lightweight arrays and matrices")
6957 (description
6958 "This package contains data structures and algorithms for sparse arrays and matrices,
6959 based on index arrays and simple triplet representations, respectively.")
6960 (license license:gpl2)))
6961
6962 (define-public r-manipulatewidget
6963 (package
6964 (name "r-manipulatewidget")
6965 (version "0.10.1")
6966 (source
6967 (origin
6968 (method url-fetch)
6969 (uri (cran-uri "manipulateWidget" version))
6970 (sha256
6971 (base32 "1vi71sjh7z1a880wffk8qqw7iysvk42q78giqxmm2sqz2a912qlx"))))
6972 (properties
6973 `((upstream-name . "manipulateWidget")))
6974 (build-system r-build-system)
6975 (propagated-inputs
6976 `(("r-base64enc" ,r-base64enc)
6977 ("r-codetools" ,r-codetools)
6978 ("r-htmltools" ,r-htmltools)
6979 ("r-htmlwidgets" ,r-htmlwidgets)
6980 ("r-knitr" ,r-knitr)
6981 ("r-miniui" ,r-miniui)
6982 ("r-shiny" ,r-shiny)
6983 ("r-webshot" ,r-webshot)))
6984 (home-page "https://github.com/rte-antares-rpackage/manipulateWidget/")
6985 (synopsis "Add even more interactivity to interactive charts")
6986 (description
6987 "This package lets you create in just a few lines of R code a nice user interface to
6988 modify the data or the graphical parameters of one or multiple interactive
6989 charts. It is useful to quickly explore visually some data or for package
6990 developers to generate user interfaces easy to maintain.")
6991 (license license:gpl2+)))
6992
6993 (define-public r-a3
6994 (package
6995 (name "r-a3")
6996 (version "1.0.0")
6997 (source
6998 (origin
6999 (method url-fetch)
7000 (uri (cran-uri "A3" version))
7001 (sha256
7002 (base32 "017hq9pjsv1h9i7cqk5cfx27as54shlhdsdvr6jkhb8jfkpdb6cw"))))
7003 (properties `((upstream-name . "A3")))
7004 (build-system r-build-system)
7005 (propagated-inputs
7006 `(("r-pbapply" ,r-pbapply)
7007 ("r-xtable" ,r-xtable)))
7008 (home-page "https://cran.r-project.org/web/packages/A3/")
7009 (synopsis "Error metrics for predictive models")
7010 (description
7011 "This package supplies tools for tabulating and analyzing the results of predictive
7012 models. The methods employed are applicable to virtually any predictive model
7013 and make comparisons between different methodologies straightforward.")
7014 (license license:gpl2+)))
7015
7016 (define-public r-infotheo
7017 (package
7018 (name "r-infotheo")
7019 (version "1.2.0")
7020 (source
7021 (origin
7022 (method url-fetch)
7023 (uri (cran-uri "infotheo" version))
7024 (sha256
7025 (base32
7026 "18xacczfq3z3xpy434js4nf3l19lczngzd0lq26wh22pvg1yniwv"))))
7027 (build-system r-build-system)
7028 (home-page "http://homepage.meyerp.com/software")
7029 (synopsis "Information-theoretic measures")
7030 (description
7031 "This package implements various measures of information theory based on
7032 several entropy estimators.")
7033 (license license:gpl3+)))
7034
7035 (define-public r-abcoptim
7036 (package
7037 (name "r-abcoptim")
7038 (version "0.15.0")
7039 (source
7040 (origin
7041 (method url-fetch)
7042 (uri (cran-uri "ABCoptim" version))
7043 (sha256
7044 (base32 "1ih0xk88qhsmpvnxf56041wx5sk8as2f4f2gdnpnwdym9mbr9n4b"))))
7045 (properties `((upstream-name . "ABCoptim")))
7046 (build-system r-build-system)
7047 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
7048 (home-page "https://github.com/gvegayon/ABCoptim/")
7049 (synopsis "Optimization of Artificial Bee Colony algorithm")
7050 (description
7051 "Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis
7052 Karaboga in 2005, motivated by the intelligent behavior of honey bees. It is as
7053 simple as Particle Swarm Optimization (PSO) and Differential Evolution (DE)
7054 algorithms, and uses only common control parameters such as colony size and
7055 maximum cycle number. The @code{r-abcoptim} implements the Artificial bee
7056 colony optimization algorithm @url{http://mf.erciyes.edu.tr/abc/pub/tr06_2005.pdf}.
7057 This version is a work-in-progress and is written in R code.")
7058 (license license:expat)))
7059
7060 (define-public r-abcp2
7061 (package
7062 (name "r-abcp2")
7063 (version "1.2")
7064 (source
7065 (origin
7066 (method url-fetch)
7067 (uri (cran-uri "ABCp2" version))
7068 (sha256
7069 (base32 "1s2skkxpzss7c29i8600psgrp0hl46jcrxqrmy2b4db8hc0kcnbx"))))
7070 (properties `((upstream-name . "ABCp2")))
7071 (build-system r-build-system)
7072 (propagated-inputs `(("r-mass" ,r-mass)))
7073 (home-page "https://cran.r-project.org/web/packages/ABCp2/")
7074 (synopsis "Approximate Bayesian Computational Model for Estimating P2")
7075 (description
7076 "This package tests the goodness of fit of a distribution of offspring to the Normal,
7077 Poisson, and Gamma distribution and estimates the proportional paternity of the
7078 second male (P2) based on the best fit distribution.")
7079 (license license:gpl2)))
7080
7081 (define-public r-abcrf
7082 (package
7083 (name "r-abcrf")
7084 (version "1.8.1")
7085 (source
7086 (origin
7087 (method url-fetch)
7088 (uri (cran-uri "abcrf" version))
7089 (sha256
7090 (base32 "1ghbd24yhqy3xhdxas6ccn84nkavqpgldx5ck8kijknc7qjm8k27"))))
7091 (build-system r-build-system)
7092 (propagated-inputs
7093 `(("r-doparallel" ,r-doparallel)
7094 ("r-foreach" ,r-foreach)
7095 ("r-mass" ,r-mass)
7096 ("r-matrixstats" ,r-matrixstats)
7097 ("r-ranger" ,r-ranger)
7098 ("r-rcpp" ,r-rcpp)
7099 ("r-rcpparmadillo" ,r-rcpparmadillo)
7100 ("r-readr" ,r-readr)
7101 ("r-stringr" ,r-stringr)))
7102 (home-page "https://cran.r-project.org/web/packages/abcrf/")
7103 (synopsis "Approximate bayesian computation via random forests")
7104 (description
7105 "This package performs approximate bayesian computation (ABC) model choice and
7106 parameter inference via random forests. This machine learning tool named random
7107 forests (RF) can conduct selection among the highly complex models covered by
7108 ABC algorithms.")
7109 (license license:gpl2+)))
7110
7111 (define-public r-abctools
7112 (package
7113 (name "r-abctools")
7114 (version "1.1.3")
7115 (source
7116 (origin
7117 (method url-fetch)
7118 (uri (cran-uri "abctools" version))
7119 (sha256
7120 (base32 "07s9dg10i8lsxl73b4n2hynca2fjgb0ykb0dz8c3zv6cgw3cyx97"))))
7121 (build-system r-build-system)
7122 (propagated-inputs
7123 `(("r-abc" ,r-abc)
7124 ("r-abind" ,r-abind)
7125 ("r-hmisc" ,r-hmisc)
7126 ("r-plyr" ,r-plyr)))
7127 (home-page "https://github.com/dennisprangle/abctools/")
7128 (synopsis "Tools for ABC analyses")
7129 (description
7130 "This @code{r-abctools} package provides tools for approximate Bayesian computation
7131 including summary statistic selection and assessing coverage. This includes
7132 recent dimension reduction algorithms to tune the choice of summary statistics,
7133 and coverage methods to tune the choice of threshold.")
7134 (license license:gpl2+)))
7135
7136 (define-public r-ggstance
7137 (package
7138 (name "r-ggstance")
7139 (version "0.3.3")
7140 (source
7141 (origin
7142 (method url-fetch)
7143 (uri (cran-uri "ggstance" version))
7144 (sha256
7145 (base32 "0kdksay61hyb6612b07r84chh7a9aibjyclk3qcypvr9aang8hkh"))))
7146 (build-system r-build-system)
7147 (propagated-inputs
7148 `(("r-ggplot2" ,r-ggplot2)
7149 ("r-plyr" ,r-plyr)
7150 ("r-rlang" ,r-rlang)
7151 ("r-withr" ,r-withr)))
7152 (home-page "https://cran.r-project.org/web/packages/ggstance/")
7153 (synopsis "Horizontal and vertical versions of @code{r-ggplot2}")
7154 (description
7155 "This package is a @code{r-ggplot2} extension that provides flipped components:
7156 @enumerate
7157 @item horizontal versions of @code{r-ggplot2} stats and @code{r-ggplot2} geoms;
7158 @item vertical versions of @code{r-ggplot2} positions.
7159 @end enumerate")
7160 (license license:gpl3)))
7161
7162 (define-public r-mosaiccore
7163 (package
7164 (name "r-mosaiccore")
7165 (version "0.6.0")
7166 (source
7167 (origin
7168 (method url-fetch)
7169 (uri (cran-uri "mosaicCore" version))
7170 (sha256
7171 (base32 "1klw97h6lchw1cpcl8s637ikcl428cckmjq0czi7mibh9q9mw72z"))))
7172 (properties `((upstream-name . "mosaicCore")))
7173 (build-system r-build-system)
7174 (propagated-inputs
7175 `(("r-dplyr" ,r-dplyr)
7176 ("r-lazyeval" ,r-lazyeval)
7177 ("r-mass" ,r-mass)
7178 ("r-rlang" ,r-rlang)
7179 ("r-tidyr" ,r-tidyr)))
7180 (home-page "https://github.com/ProjectMOSAIC/mosaicCore/")
7181 (synopsis "Common utilities for mosaic family packages")
7182 (description
7183 "Common utilities used in other Mosaic family packages are collected here.")
7184 (license license:gpl2+)))
7185
7186 (define-public r-ggformula
7187 (package
7188 (name "r-ggformula")
7189 (version "0.9.4")
7190 (source
7191 (origin
7192 (method url-fetch)
7193 (uri (cran-uri "ggformula" version))
7194 (sha256
7195 (base32 "04vdhg1bbc1psrx9ggaphz7cx4fw5xsmhkqpqfcg2w4ba2bjy46f"))))
7196 (build-system r-build-system)
7197 (propagated-inputs
7198 `(("r-ggforce" ,r-ggforce)
7199 ("r-ggplot2" ,r-ggplot2)
7200 ("r-ggstance" ,r-ggstance)
7201 ("r-magrittr" ,r-magrittr)
7202 ("r-mosaiccore" ,r-mosaiccore)
7203 ("r-rlang" ,r-rlang)
7204 ("r-stringr" ,r-stringr)
7205 ("r-tibble" ,r-tibble)))
7206 (home-page "https://github.com/ProjectMOSAIC/ggformula/")
7207 (synopsis "Formula interface for the @code{r-ggplot2}")
7208 (description
7209 "The @code{r-ggformula} introduces a family of graphics functions, gf_point(),
7210 gf_density(), and so on, bring the formula interface to ggplot(). This captures
7211 and extends the excellent simplicity of the lattice-graphics formula interface,
7212 while providing the intuitive capabilities of @code{r-ggplot2}.")
7213 (license license:expat)))
7214
7215 (define-public r-mosaicdata
7216 (package
7217 (name "r-mosaicdata")
7218 (version "0.17.0")
7219 (source
7220 (origin
7221 (method url-fetch)
7222 (uri (cran-uri "mosaicData" version))
7223 (sha256
7224 (base32 "04z0mdm52mykqsxsinhmsihn181zf6cw321gayk2rjp7lj7mwdq9"))))
7225 (properties `((upstream-name . "mosaicData")))
7226 (build-system r-build-system)
7227 (home-page "https://cran.r-project.org/web/packages/mosaicData/")
7228 (synopsis "Data sets for project Mosaic")
7229 (description
7230 "This package provides data sets from project Mosaic @url{http://mosaic-web.org}
7231 used to teach mathematics, statistics, computation and modeling.")
7232 (license license:gpl2+)))
7233
7234 (define-public r-raster
7235 (package
7236 (name "r-raster")
7237 (version "3.0-12")
7238 (source
7239 (origin
7240 (method url-fetch)
7241 (uri (cran-uri "raster" version))
7242 (sha256
7243 (base32
7244 "0rrbsigkqxsdic8fly6nrsc79zsliwvr1x2b4xqpl9d34vr50dvg"))))
7245 (build-system r-build-system)
7246 (propagated-inputs
7247 `(("r-rcpp" ,r-rcpp)
7248 ("r-sp" ,r-sp)))
7249 (home-page "https://www.rspatial.org/")
7250 (synopsis "Geographic data analysis and modeling")
7251 (description
7252 "The package implements basic and high-level functions for reading,
7253 writing, manipulating, analyzing and modeling of gridded spatial data.
7254 Processing of very large files is supported.")
7255 (license license:gpl3+)))
7256
7257 (define-public r-mosaic
7258 (package
7259 (name "r-mosaic")
7260 (version "1.4.0")
7261 (source
7262 (origin
7263 (method url-fetch)
7264 (uri (cran-uri "mosaic" version))
7265 (sha256
7266 (base32 "10jbrg8kli00kfgbh2f67bymm5cnlancc9dplb1j7fl552yjddn2"))))
7267 (build-system r-build-system)
7268 (propagated-inputs
7269 `(("r-broom" ,r-broom)
7270 ("r-dplyr" ,r-dplyr)
7271 ("r-ggdendro" ,r-ggdendro)
7272 ("r-ggformula" ,r-ggformula)
7273 ("r-ggplot2" ,r-ggplot2)
7274 ("r-ggrepel" ,r-ggrepel)
7275 ("r-glue" ,r-glue)
7276 ("r-gridextra" ,r-gridextra)
7277 ("r-lattice" ,r-lattice)
7278 ("r-latticeextra" ,r-latticeextra)
7279 ("r-lazyeval" ,r-lazyeval)
7280 ("r-mass" ,r-mass)
7281 ("r-matrix" ,r-matrix)
7282 ("r-mosaiccore" ,r-mosaiccore)
7283 ("r-mosaicdata" ,r-mosaicdata)
7284 ("r-readr" ,r-readr)
7285 ("r-tidyr" ,r-tidyr)))
7286 (native-inputs
7287 `(("r-knitr" ,r-knitr)))
7288 (home-page "https://github.com/ProjectMOSAIC/mosaic/")
7289 (synopsis "Mathematics, statistics, and computation teaching utilities")
7290 (description
7291 "This package contain data sets and utilities from
7292 @url{http://mosaic-web.org, Project MOSAIC} used to teach mathematics,
7293 statistics, computation and modeling. Project MOSAIC is a community of
7294 educators working to tie together aspects of quantitative work that students
7295 in science, technology, engineering and mathematics will need in their
7296 professional lives, but which are usually taught in isolation, if at all.")
7297 (license license:gpl2+)))
7298
7299 (define-public r-abd
7300 (package
7301 (name "r-abd")
7302 (version "0.2-8")
7303 (source
7304 (origin
7305 (method url-fetch)
7306 (uri (cran-uri "abd" version))
7307 (sha256
7308 (base32 "191gspqzdv573vaw624ri0f5cm6v4j524bjs74d4a1hn3kn6r9b7"))))
7309 (build-system r-build-system)
7310 (propagated-inputs
7311 `(("r-lattice" ,r-lattice)
7312 ("r-mosaic" ,r-mosaic)
7313 ("r-nlme" ,r-nlme)))
7314 (home-page "https://cran.r-project.org/web/packages/abd/")
7315 (synopsis "Analysis of biological data")
7316 (description
7317 "The @code{r-abd} package contains data sets and sample code for the Analysis of
7318 biological data by Michael Whitlock and Dolph Schluter.")
7319 (license license:gpl2)))
7320
7321 (define-public r-svgui
7322 (package
7323 (name "r-svgui")
7324 (version "1.0.0")
7325 (source
7326 (origin
7327 (method url-fetch)
7328 (uri (cran-uri "svGUI" version))
7329 (sha256
7330 (base32 "1r7ab0p4yr8q03gj02hmj7k1ghksgkg4nx750c0ajfs2q9y1dxfc"))))
7331 (properties `((upstream-name . "svGUI")))
7332 (build-system r-build-system)
7333 (home-page "https://github.com/SciViews/svGUI/")
7334 (synopsis "Functions for managing GUI clients in R")
7335 (description
7336 "The SciViews @code{svGUI} package eases the management of Graphical User
7337 Interfaces (GUI) in R. It is independent from any particular GUI widgets. It
7338 centralizes info about GUI elements currently used, and it dispatches GUI
7339 calls to the particular toolkits in use in function of the context.")
7340 (license license:gpl2)))
7341
7342 (define-public r-svdialogs
7343 (package
7344 (name "r-svdialogs")
7345 (version "1.0.0")
7346 (source
7347 (origin
7348 (method url-fetch)
7349 (uri (cran-uri "svDialogs" version))
7350 (sha256
7351 (base32 "0xqppydfawnwk84kb5qiybwbcmv38vn4imgz01mz2pnq4xb80p97"))))
7352 (properties `((upstream-name . "svDialogs")))
7353 (build-system r-build-system)
7354 (inputs
7355 `(("yad" ,yad)
7356 ("zenity" ,zenity)))
7357 (propagated-inputs
7358 `(("r-rstudioapi" ,r-rstudioapi)
7359 ("r-svgui" ,r-svgui)))
7360 (home-page "https://github.com/SciViews/svDialogs/")
7361 (synopsis "Portable dialog boxes")
7362 (description
7363 "This package helps to construct standard dialog boxes for your GUI, including
7364 message boxes, input boxes, list, file or directory selection, and others. In
7365 case R cannot display GUI dialog boxes, a simpler command line version of these
7366 interactive elements is also provided as a fallback solution.")
7367 (license license:gpl2)))
7368
7369 (define-public r-abe
7370 (package
7371 (name "r-abe")
7372 (version "3.0.1")
7373 (source
7374 (origin
7375 (method url-fetch)
7376 (uri (cran-uri "abe" version))
7377 (sha256
7378 (base32
7379 "1f19h3xzzmjhvwc1rrb8z0rai3ip03y4gdi2gg9bfr5sg2nfklk6"))))
7380 (build-system r-build-system)
7381 (home-page "https://cran.r-project.org/web/packages/abe/")
7382 (synopsis "Augmented backward elimination")
7383 (description
7384 "This package performs augmented backward elimination and checks the
7385 stability of the obtained model. Augmented backward elimination combines
7386 significance or information based criteria with the change in estimate to
7387 either select the optimal model for prediction purposes or to serve as a tool
7388 to obtain a practically sound, highly interpretable model.")
7389 (license license:gpl2+)))
7390
7391 (define-public r-abf2
7392 (package
7393 (name "r-abf2")
7394 (version "0.7-1")
7395 (source
7396 (origin
7397 (method url-fetch)
7398 (uri (cran-uri "abf2" version))
7399 (sha256
7400 (base32 "0d65mc1w4pbiv7xaqzdlw1bfsxf25587rv597hh41vs0j0zlfpxx"))))
7401 (build-system r-build-system)
7402 (home-page "https://cran.r-project.org/web/packages/abf2/")
7403 (synopsis "Load gap-free axon @code{r-abf2} files")
7404 (description
7405 "This package loads electrophysiology data from ABF2 files, as created by
7406 Axon Instruments/Molecular Devices software. Only files recorded in gap-free
7407 mode are currently supported.")
7408 (license license:artistic2.0)))
7409
7410 (define-public r-abhgenotyper
7411 (package
7412 (name "r-abhgenotyper")
7413 (version "1.0.1")
7414 (source
7415 (origin
7416 (method url-fetch)
7417 (uri (cran-uri "ABHgenotypeR" version))
7418 (sha256
7419 (base32 "08cpmnaaxsm5c5bjifnfxdlvg5inrf13biqpcl2yq5zpqjmiki0l"))))
7420 (properties `((upstream-name . "ABHgenotypeR")))
7421 (build-system r-build-system)
7422 (propagated-inputs
7423 `(("r-ggplot2" ,r-ggplot2)
7424 ("r-reshape2" ,r-reshape2)))
7425 (home-page "https://github.com/StefanReuscher/ABHgenotypeR/")
7426 (synopsis "Visualize and manipulate ABH genotypes")
7427 (description
7428 "The @code{r-abhgenotyper} package provides simple imputation,
7429 error-correction and plotting capacities for genotype data. The package is
7430 supposed to serve as an intermediate but independent analysis tool between the
7431 TASSEL GBS pipeline and the @code{r-qtl} package. It provides functionalities
7432 not found in either TASSEL or @code{r-qtl} in addition to visualization of
7433 genotypes as \"graphical genotypes\".")
7434 (license license:gpl3)))
7435
7436 (define-public r-furrr
7437 (package
7438 (name "r-furrr")
7439 (version "0.1.0")
7440 (source
7441 (origin
7442 (method url-fetch)
7443 (uri (cran-uri "furrr" version))
7444 (sha256
7445 (base32
7446 "1ld9aa9hydna94hgm6p91zjbfv1dz1vsgchjlpknkg6irbvkfafx"))))
7447 (build-system r-build-system)
7448 (propagated-inputs
7449 `(("r-future" ,r-future)
7450 ("r-globals" ,r-globals)
7451 ("r-purrr" ,r-purrr)
7452 ("r-rlang" ,r-rlang)))
7453 (home-page "https://github.com/DavisVaughan/furrr")
7454 (synopsis "Apply mapping functions in parallel using futures")
7455 (description
7456 "This package provides implementations of the family of @code{map()}
7457 functions from the @code{purrr} package that can be resolved using any
7458 @code{future}-supported backend, e.g. parallel on the local machine or
7459 distributed on a compute cluster.")
7460 (license license:lgpl2.1+)))
7461
7462 (define-public r-abjutils
7463 (package
7464 (name "r-abjutils")
7465 (version "0.2.3")
7466 (source
7467 (origin
7468 (method url-fetch)
7469 (uri (cran-uri "abjutils" version))
7470 (sha256
7471 (base32 "0n4zps65y3zg0gfzlv97w91si52a9izkncirskbkj5x9hk0nhxcv"))))
7472 (build-system r-build-system)
7473 (propagated-inputs
7474 `(("r-devtools" ,r-devtools)
7475 ("r-dplyr" ,r-dplyr)
7476 ("r-furrr" ,r-furrr)
7477 ("r-future" ,r-future)
7478 ("r-glue" ,r-glue)
7479 ("r-httr" ,r-httr)
7480 ("r-magrittr" ,r-magrittr)
7481 ("r-progress" ,r-progress)
7482 ("r-purrr" ,r-purrr)
7483 ("r-readr" ,r-readr)
7484 ("r-rlang" ,r-rlang)
7485 ("r-rstudioapi" ,r-rstudioapi)
7486 ("r-scales" ,r-scales)
7487 ("r-stringi" ,r-stringi)
7488 ("r-stringr" ,r-stringr)
7489 ("r-tibble" ,r-tibble)
7490 ("r-tidyr" ,r-tidyr)))
7491 (home-page "https://github.com/abjur/abjutils/")
7492 (synopsis "Collection of tools for jurimetrical analysis")
7493 (description
7494 "This package implements general purpose tools, such as functions for
7495 sampling and basic manipulation of Brazilian lawsuits identification number.
7496 It also implements functions for text cleaning, such as accentuation
7497 removal.")
7498 (license license:expat)))
7499
7500 (define-public r-abnormality
7501 (package
7502 (name "r-abnormality")
7503 (version "0.1.0")
7504 (source
7505 (origin
7506 (method url-fetch)
7507 (uri (cran-uri "abnormality" version))
7508 (sha256
7509 (base32 "1fzfskl9akl06nliy8hkv2a0pznpj8pwcypg3gj5r2nzvr3kan9v"))))
7510 (build-system r-build-system)
7511 (propagated-inputs
7512 `(("r-mass" ,r-mass)
7513 ("r-matrix" ,r-matrix)))
7514 (home-page "https://cran.r-project.org/web/packages/abnormality/")
7515 (synopsis "Measure a subject's abnormality with respect to a reference population")
7516 (description
7517 "This package contains functions to implement the methodology and
7518 considerations laid out by Marks et al. in the article \"Measuring abnormality
7519 in high dimensional spaces: applications in biomechanical gait analysis\".
7520 Using high-dimensional datasets to measure a subject's overall level of
7521 abnormality as compared to a reference population is often needed in outcomes
7522 research.")
7523 (license license:expat)))
7524
7525 (define-public r-abodoutlier
7526 (package
7527 (name "r-abodoutlier")
7528 (version "0.1")
7529 (source
7530 (origin
7531 (method url-fetch)
7532 (uri (cran-uri "abodOutlier" version))
7533 (sha256
7534 (base32 "1pvhgxmh23br84r0fbmv7g53z2427birdja96a67vqgz18r3fdvj"))))
7535 (properties `((upstream-name . "abodOutlier")))
7536 (build-system r-build-system)
7537 (propagated-inputs
7538 `(("r-cluster" ,r-cluster)))
7539 (home-page "https://cran.r-project.org/web/packages/abodOutlier/")
7540 (synopsis "Angle-based outlier detection")
7541 (description
7542 "This package performs angle-based outlier detection on a given data
7543 frame. It offers three methods to process data:
7544 @enumerate
7545 @item full but slow implementation using all the data that has cubic
7546 complexity;
7547 @item a fully randomized method;
7548 @item a method using k-nearest neighbours.
7549 @end enumerate
7550 These algorithms are well suited for high dimensional data outlier
7551 detection.")
7552 (license license:expat)))
7553
7554 (define-public r-abps
7555 (package
7556 (name "r-abps")
7557 (version "0.3")
7558 (source
7559 (origin
7560 (method url-fetch)
7561 (uri (cran-uri "ABPS" version))
7562 (sha256
7563 (base32 "0n3f66nmfi5v94il1mxy026mi84w01ph2aljk60vn3mrz8kwf2ll"))))
7564 (properties `((upstream-name . "ABPS")))
7565 (build-system r-build-system)
7566 (propagated-inputs `(("r-kernlab" ,r-kernlab)))
7567 (home-page "https://cran.r-project.org/web/packages/ABPS/")
7568 (synopsis "Abnormal blood profile score to detect blood doping")
7569 (description
7570 "This package offers an implementation of the @dfn{Abnormal blood profile score} (ABPS).
7571 The ABPS is a part of the Athlete biological passport program of the World
7572 anti-doping agency, which combines several blood parameters into a single
7573 score in order to detect blood doping. The package also contains functions to
7574 calculate other scores used in anti-doping programs, such as the ratio of
7575 hemoglobin to reticulocytes (OFF-score), as well as example data.")
7576 (license license:gpl2+)))
7577
7578 (define-public r-parmigene
7579 (package
7580 (name "r-parmigene")
7581 (version "1.0.2")
7582 (source
7583 (origin
7584 (method url-fetch)
7585 (uri (cran-uri "parmigene" version))
7586 (sha256
7587 (base32
7588 "1fsm6pkr17jcbzkj1hbn91jf890fviqk1lq6ls8pihsdgah1zb4d"))))
7589 (build-system r-build-system)
7590 (home-page "https://cran.r-project.org/web/packages/parmigene/")
7591 (synopsis "Mutual information estimation for gene network reconstruction")
7592 (description
7593 "This package provides a parallel estimation of the mutual information
7594 based on entropy estimates from k-nearest neighbors distances and algorithms
7595 for the reconstruction of gene regulatory networks.")
7596 (license license:agpl3+)))
7597
7598 (define-public r-pscl
7599 (package
7600 (name "r-pscl")
7601 (version "1.5.5")
7602 (source
7603 (origin
7604 (method url-fetch)
7605 (uri (cran-uri "pscl" version))
7606 (sha256
7607 (base32 "0vzf5wazs92bhqhqd66v3vwmbfmnh67gb2466g1xxawim649nk05"))))
7608 (build-system r-build-system)
7609 (propagated-inputs
7610 `(("r-mass" ,r-mass)))
7611 (home-page "https://github.com/atahk/pscl/")
7612 (synopsis "Political science computational laboratory")
7613 (description
7614 "The @code{pscl} is an R package providing classes and methods for:
7615 @enumerate
7616 @item Bayesian analysis of roll call data (item-response models);
7617 @item elementary Bayesian statistics;
7618 @item maximum likelihood estimation of zero-inflated and hurdle models for count
7619 data;
7620 @item utility functions.
7621 @end enumerate")
7622 (license license:gpl2)))
7623
7624 (define-public r-accelmissing
7625 (package
7626 (name "r-accelmissing")
7627 (version "1.4")
7628 (source
7629 (origin
7630 (method url-fetch)
7631 (uri (cran-uri "accelmissing" version))
7632 (sha256
7633 (base32 "1nql9inx6azdzi3z4sfm2vdml2mms6krl8wzlf1dn1c97ahn57fy"))))
7634 (build-system r-build-system)
7635 (propagated-inputs
7636 `(("r-mice" ,r-mice)
7637 ("r-pscl" ,r-pscl)))
7638 (home-page "https://cran.r-project.org/web/packages/accelmissing/")
7639 (synopsis "Missing value imputation for accelerometer data")
7640 (description
7641 "This package provides a statistical method to impute the missing values in
7642 accelerometer data. The methodology includes both parametric and
7643 semi-parametric multiple imputations under the zero-inflated Poisson lognormal
7644 model. It also provides multiple functions to preprocess the accelerometer data
7645 previous to the missing data imputation. These include detecting the wearing
7646 and the non-wearing time, selecting valid days and subjects, and creating plots.")
7647 (license license:gpl2+)))
7648
7649 (define-public r-mhsmm
7650 (package
7651 (name "r-mhsmm")
7652 (version "0.4.16")
7653 (source
7654 (origin
7655 (method url-fetch)
7656 (uri (cran-uri "mhsmm" version))
7657 (sha256
7658 (base32 "009dj0zkj1zry7jr9hf4cknb686z50a2l967if64xm0dvjmp7dgs"))))
7659 (build-system r-build-system)
7660 (propagated-inputs `(("r-mvtnorm" ,r-mvtnorm)))
7661 (home-page "https://github.com/jaredo/mhsmm/")
7662 (synopsis "Inference for hidden Markov and semi-Markov models")
7663 (description
7664 "The @code{r-mhsmm} package implements estimation and prediction methods for
7665 hidden Markov and semi-Markov models for multiple observation sequences. Such
7666 techniques are of interest when observed data is thought to be dependent on some
7667 unobserved (or hidden) state. Also, this package is suitable for equidistant
7668 time series data, with multivariate and/or missing data. Allows user defined
7669 emission distributions.")
7670 (license license:gpl2+)))
7671
7672 (define-public r-nleqslv
7673 (package
7674 (name "r-nleqslv")
7675 (version "3.3.2")
7676 (source
7677 (origin
7678 (method url-fetch)
7679 (uri (cran-uri "nleqslv" version))
7680 (sha256
7681 (base32 "1v9znvncyigw9r25wx2ma0b7ib179b488dl0qsrhp5zrcz7mcjgm"))))
7682 (build-system r-build-system)
7683 (native-inputs `(("gfortran" ,gfortran)))
7684 (home-page "https://cran.r-project.org/web/packages/nleqslv/")
7685 (synopsis "Solve systems of nonlinear equations")
7686 (description
7687 "The @code{r-nleqslv} package solves a system of nonlinear equations using a
7688 Broyden or a Newton method with a choice of global strategies such as line
7689 search and trust region. There are options for using a numerical or user
7690 supplied Jacobian, for specifying a banded numerical Jacobian and for allowing a
7691 singular or ill-conditioned Jacobian.")
7692 (license license:gpl2+)))
7693
7694 (define-public r-physicalactivity
7695 (package
7696 (name "r-physicalactivity")
7697 (version "0.2-2")
7698 (source
7699 (origin
7700 (method url-fetch)
7701 (uri (cran-uri "PhysicalActivity" version))
7702 (sha256
7703 (base32 "14z6plgwyr46vs9m997rvlz8sdglfs9g087an8668zqkzzs2w4ln"))))
7704 (properties
7705 `((upstream-name . "PhysicalActivity")))
7706 (build-system r-build-system)
7707 (home-page "https://cran.r-project.org/web/packages/PhysicalActivity/")
7708 (synopsis "Procesing accelerometer data for physical activity measurement")
7709 (description
7710 "This @code{r-physicalactivity} package provides a function @code{wearingMarking}
7711 for classification of monitor wear and nonwear time intervals in accelerometer
7712 data collected to assess physical activity. The package also contains functions
7713 for making plots of accelerometer data and obtaining the summary of various
7714 information including daily monitor wear time and the mean monitor wear time
7715 during valid days. The revised package version 0.2-1 improved the functions
7716 regarding speed, robustness and add better support for time zones and daylight
7717 saving. In addition, several functions were added:
7718 @enumerate
7719 @item the @code{markDelivery} can classify days for ActiGraph delivery by mail;
7720 @item the @code{markPAI} can categorize physical activity intensity level based
7721 on user-defined cut-points of accelerometer counts.
7722 @end enumerate
7723 It also supports importing ActiGraph (AGD) files with @code{readActigraph} and
7724 @code{queryActigraph} functions.")
7725 (license license:gpl3+)))
7726
7727 (define-public r-acc
7728 (package
7729 (name "r-acc")
7730 (version "1.3.3")
7731 (source
7732 (origin
7733 (method url-fetch)
7734 (uri (cran-uri "acc" version))
7735 (sha256
7736 (base32 "1ii2vm47djxbixa75h690q1s2f9m9x6i8nkygik93j6dayr6kr1m"))))
7737 (build-system r-build-system)
7738 (propagated-inputs
7739 `(("r-circlize" ,r-circlize)
7740 ("r-dbi" ,r-dbi)
7741 ("r-ggplot2" ,r-ggplot2)
7742 ("r-iterators" ,r-iterators)
7743 ("r-mhsmm" ,r-mhsmm)
7744 ("r-nleqslv" ,r-nleqslv)
7745 ("r-physicalactivity" ,r-physicalactivity)
7746 ("r-plyr" ,r-plyr)
7747 ("r-r-utils" ,r-r-utils)
7748 ("r-rcpp" ,r-rcpp)
7749 ("r-rcpparmadillo" ,r-rcpparmadillo)
7750 ("r-rsqlite" ,r-rsqlite)
7751 ("r-zoo" ,r-zoo)))
7752 (home-page "https://cran.r-project.org/web/packages/acc/")
7753 (synopsis "Exploring accelerometer data")
7754 (description
7755 "This package processes accelerometer data from uni-axial and tri-axial devices
7756 and generates data summaries. Also, includes functions to plot, analyze, and
7757 simulate accelerometer data.")
7758 (license license:gpl2+)))
7759
7760 (define-public r-rbenchmark
7761 (package
7762 (name "r-rbenchmark")
7763 (version "1.0.0")
7764 (source
7765 (origin
7766 (method url-fetch)
7767 (uri (cran-uri "rbenchmark" version))
7768 (sha256
7769 (base32 "010fn3qwnk2k411cbqyvra1d12c3bhhl3spzm8kxffmirj4p2al9"))))
7770 (build-system r-build-system)
7771 (home-page "https://cran.r-project.org/web/packages/rbenchmark/")
7772 (synopsis "Benchmarking routine for R")
7773 (description
7774 "This @code{r-rbenchmark} package is inspired by the Perl module Benchmark,
7775 and is intended to facilitate benchmarking of arbitrary R code. The library
7776 consists of just one function, benchmark, which is a simple wrapper around
7777 system.time. Given a specification of the benchmarking process (counts of
7778 replications, evaluation environment) and an arbitrary number of expressions,
7779 benchmark evaluates each of the expressions in the specified environment,
7780 replicating the evaluation as many times as specified, and returning the results
7781 conveniently wrapped into a data frame.")
7782 (license license:gpl2+)))
7783
7784 (define-public r-mitools
7785 (package
7786 (name "r-mitools")
7787 (version "2.4")
7788 (source
7789 (origin
7790 (method url-fetch)
7791 (uri (cran-uri "mitools" version))
7792 (sha256
7793 (base32
7794 "0c2x2n1p53lcw0vx4vmy5j7m2f95i7g2iwbryl89imr99rvz617j"))))
7795 (build-system r-build-system)
7796 (propagated-inputs `(("r-dbi" ,r-dbi)))
7797 (home-page "https://cran.r-project.org/web/packages/mitools/")
7798 (synopsis "Tools for multiple imputation of missing data")
7799 (description
7800 "This package provides tools to perform analyses and combine results from
7801 multiple-imputation datasets.")
7802 (license license:gpl2)))
7803
7804 (define-public r-magick
7805 (package
7806 (name "r-magick")
7807 (version "2.3")
7808 (source
7809 (origin
7810 (method url-fetch)
7811 (uri (cran-uri "magick" version))
7812 (sha256
7813 (base32
7814 "182b4wahkq9q0scn99mql4vm9fp92nja0r5yizc4x9rjl492ahd8"))))
7815 (build-system r-build-system)
7816 (inputs
7817 `(("imagemagick" ,imagemagick)
7818 ("zlib" ,zlib)))
7819 (propagated-inputs
7820 `(("r-curl" ,r-curl)
7821 ("r-magrittr" ,r-magrittr)
7822 ("r-rcpp" ,r-rcpp)))
7823 (native-inputs
7824 `(("pkg-config" ,pkg-config)))
7825 (home-page "https://github.com/ropensci/magick")
7826 (synopsis "Advanced graphics and image-processing in R")
7827 (description
7828 "This package provides bindings to ImageMagick, a comprehensive image
7829 processing library. It supports many common formats (PNG, JPEG, TIFF, PDF,
7830 etc.) and manipulations (rotate, scale, crop, trim, flip, blur, etc). All
7831 operations are vectorized via the Magick++ STL meaning they operate either on
7832 a single frame or a series of frames for working with layers, collages, or
7833 animation. In RStudio, images are automatically previewed when printed to the
7834 console, resulting in an interactive editing environment.")
7835 (license license:expat)))
7836
7837 (define-public r-survey
7838 (package
7839 (name "r-survey")
7840 (version "3.37")
7841 (source
7842 (origin
7843 (method url-fetch)
7844 (uri (cran-uri "survey" version))
7845 (sha256
7846 (base32
7847 "1f31dvh48gzzan13pdrwh84ls35x9116095i7mdrcbrhz809r8dy"))))
7848 (build-system r-build-system)
7849 (propagated-inputs
7850 `(("r-lattice" ,r-lattice)
7851 ("r-matrix" ,r-matrix)
7852 ("r-minqa" ,r-minqa)
7853 ("r-mitools" ,r-mitools)
7854 ("r-numderiv" ,r-numderiv)
7855 ("r-survival" ,r-survival)))
7856 (home-page "http://r-survey.r-forge.r-project.org/survey/")
7857 (synopsis "Analysis of complex survey samples")
7858 (description
7859 "This package provides tools for the analysis of complex survey samples.
7860 The provided features include: summary statistics, two-sample tests, rank
7861 tests, generalised linear models, cumulative link models, Cox models,
7862 loglinear models, and general maximum pseudolikelihood estimation for
7863 multistage stratified, cluster-sampled, unequally weighted survey samples;
7864 variances by Taylor series linearisation or replicate weights;
7865 post-stratification, calibration, and raking; two-phase subsampling designs;
7866 graphics; PPS sampling without replacement; principal components, and factor
7867 analysis.")
7868 ;; Either version of the GPL.
7869 (license (list license:gpl2 license:gpl3))))
7870
7871 (define-public r-gee
7872 (package
7873 (name "r-gee")
7874 (version "4.13-20")
7875 (source
7876 (origin
7877 (method url-fetch)
7878 (uri (cran-uri "gee" version))
7879 (sha256
7880 (base32
7881 "167pzgnmj4cjc41ykps1mfwi6s7y32zxyycn5z17vn4v0pp4q0ak"))))
7882 (properties `((upstream-name . "gee")))
7883 (build-system r-build-system)
7884 (native-inputs
7885 `(("gfortran" ,gfortran)))
7886 (home-page "https://cran.r-project.org/web/packages/gee/")
7887 (synopsis "Generalized estimation equation solver")
7888 (description
7889 "This package provides a solver for generalized estimation equations.")
7890 (license license:gpl2)))
7891
7892 (define-public r-tab
7893 (package
7894 (name "r-tab")
7895 (version "4.1.1")
7896 (source
7897 (origin
7898 (method url-fetch)
7899 (uri (cran-uri "tab" version))
7900 (sha256
7901 (base32
7902 "0ds8n6gncidb66in7hlqkcmil5yfsf7ihqvmls789hrm2iz9xlfm"))))
7903 (properties `((upstream-name . "tab")))
7904 (build-system r-build-system)
7905 (propagated-inputs
7906 `(("r-dplyr" ,r-dplyr)
7907 ("r-gee" ,r-gee)
7908 ("r-knitr" ,r-knitr)
7909 ("r-mass" ,r-mass)
7910 ("r-survey" ,r-survey)
7911 ("r-survival" ,r-survival)
7912 ("r-xtable" ,r-xtable)))
7913 (home-page "https://cran.r-project.org/web/packages/tab/")
7914 (synopsis "Create summary tables for statistical reports")
7915 (description
7916 "This package contains functions for creating various types of summary
7917 tables, e.g. comparing characteristics across levels of a categorical variable
7918 and summarizing fitted generalized linear models, generalized estimating
7919 equations, and Cox proportional hazards models. Functions are available to
7920 handle data from simple random samples as well as complex surveys.")
7921 (license license:gpl3+)))
7922
7923 (define-public r-dvmisc
7924 (package
7925 (name "r-dvmisc")
7926 (version "1.1.4")
7927 (source
7928 (origin
7929 (method url-fetch)
7930 (uri (cran-uri "dvmisc" version))
7931 (sha256
7932 (base32 "01v6sixx0f3nrn6ymfifb3pvd2msfrwm21kmdv38laxq29vc4rsi"))))
7933 (build-system r-build-system)
7934 (propagated-inputs
7935 `(("r-cubature" ,r-cubature)
7936 ("r-data-table" ,r-data-table)
7937 ("r-dplyr" ,r-dplyr)
7938 ("r-ggplot2" ,r-ggplot2)
7939 ("r-mass" ,r-mass)
7940 ("r-mvtnorm" ,r-mvtnorm)
7941 ("r-pracma" ,r-pracma)
7942 ("r-rbenchmark" ,r-rbenchmark)
7943 ("r-rcpp" ,r-rcpp)
7944 ("r-survey" ,r-survey)
7945 ("r-tab" ,r-tab)))
7946 (home-page "https://cran.r-project.org/web/packages/dvmisc/")
7947 (synopsis "Faster computation of common statistics and miscellaneous functions")
7948 (description
7949 "This package implements faster versions of base R functions (e.g. mean, standard
7950 deviation, covariance, weighted mean), mostly written in C++, along with
7951 miscellaneous functions for various purposes (e.g. create the histogram with
7952 fitted probability density function or probability mass function curve, create
7953 the body mass index groups, assess the linearity assumption in logistic
7954 regression).")
7955 (license license:gpl2)))
7956
7957 (define-public r-accelerometry
7958 (package
7959 (name "r-accelerometry")
7960 (version "3.1.2")
7961 (source
7962 (origin
7963 (method url-fetch)
7964 (uri (cran-uri "accelerometry" version))
7965 (sha256
7966 (base32 "13xzrwhr4i1nj9c8vrmfdg2rmrc8n446iihcyxmy99sm99hpzyip"))))
7967 (build-system r-build-system)
7968 (propagated-inputs
7969 `(("r-dvmisc" ,r-dvmisc)
7970 ("r-rcpp" ,r-rcpp)))
7971 (home-page "https://cran.r-project.org/web/packages/accelerometry/")
7972 (synopsis "Functions for processing accelerometer data")
7973 (description
7974 "This package provides a collection of functions that perform operations on
7975 time-series accelerometer data, such as identify the non-wear time, flag minutes
7976 that are part of an activity bout, and find the maximum 10-minute average count
7977 value. The functions are generally very flexible, allowing for a variety of
7978 algorithms to be implemented.")
7979 (license license:gpl3)))
7980
7981 (define-public r-absim
7982 (package
7983 (name "r-absim")
7984 (version "0.2.6")
7985 (source
7986 (origin
7987 (method url-fetch)
7988 (uri (cran-uri "AbSim" version))
7989 (sha256
7990 (base32 "16ddjk8b6xw80ch4jis1y751i9561wdxh0gifbf15qiz3vjckq8m"))))
7991 (properties `((upstream-name . "AbSim")))
7992 (build-system r-build-system)
7993 (propagated-inputs
7994 `(("r-ape" ,r-ape)
7995 ("r-powerlaw" ,r-powerlaw)))
7996 (home-page "https://cran.r-project.org/web/packages/AbSim/")
7997 (synopsis "Time resolved simulations of antibody repertoires")
7998 (description
7999 "This package provides simulation methods for the evolution of antibody repertoires.
8000 The heavy and light chain variable region of both human and C57BL/6 mice can
8001 be simulated in a time-dependent fashion. Both single lineages using one set of
8002 V-, D-, and J-genes or full repertoires can be simulated. The algorithm begins
8003 with an initial V-D-J recombination event, starting the first phylogenetic tree.
8004 Upon completion, the main loop of the algorithm begins, with each iteration
8005 representing one simulated time step. Various mutation events are possible at
8006 each time step, contributing to a diverse final repertoire.")
8007 (license license:gpl2)))
8008
8009 (define-public r-quic
8010 (package
8011 (name "r-quic")
8012 (version "1.1")
8013 (source
8014 (origin
8015 (method url-fetch)
8016 (uri (cran-uri "QUIC" version))
8017 (sha256
8018 (base32 "021bp9xbaih60qmss015ycblbv6d1dvb1z89y93zpqqnc2qhpv3c"))))
8019 (properties `((upstream-name . "QUIC")))
8020 (build-system r-build-system)
8021 (home-page "https://www.cs.utexas.edu/users/sustik/QUIC/")
8022 (synopsis "Regularized sparse inverse covariance matrix estimation")
8023 (description
8024 "This package implements the regularized Gaussian maximum likelihood
8025 estimation of the inverse of a covariance matrix. It uses Newton's method and
8026 coordinate descent to solve the regularized inverse covariance matrix
8027 estimation problem.")
8028 ;; The project home page states that the release is under GPLv3 or later.
8029 ;; The CRAN page only says GPL-3.
8030 (license license:gpl3+)))
8031
8032 (define-public r-abundant
8033 (package
8034 (name "r-abundant")
8035 (version "1.1")
8036 (source
8037 (origin
8038 (method url-fetch)
8039 (uri (cran-uri "abundant" version))
8040 (sha256
8041 (base32 "1m76qdmqvwpgm0sihazi2dna7cgsz9rljal18vgffb5wamwmg9k7"))))
8042 (build-system r-build-system)
8043 (propagated-inputs
8044 `(("r-quic" ,r-quic)))
8045 (home-page "https://cran.r-project.org/web/packages/abundant/")
8046 (synopsis "Abundant regression and high-dimensional principal fitted components")
8047 (description
8048 "This package provides tools to fit and predict with the high-dimensional
8049 principal fitted components model. This model is described by Cook, Forzani,
8050 and Rothman (2012) @url{doi:10.1214/11-AOS962}.")
8051 ;; The DESCRIPTION file states GPL-2, but since it directly depends on a
8052 ;; GPLv3+ package (QUIC) this likely means GPLv2+.
8053 (license license:gpl2+)))
8054
8055 (define-public r-ac3net
8056 (package
8057 (name "r-ac3net")
8058 (version "1.2.2")
8059 (source
8060 (origin
8061 (method url-fetch)
8062 (uri (cran-uri "Ac3net" version))
8063 (sha256
8064 (base32 "1ns4n0xxz6p34c11bj0k7nzgmyqr9mis2b0g5nfz37dbikndyqyz"))))
8065 (properties `((upstream-name . "Ac3net")))
8066 (build-system r-build-system)
8067 (propagated-inputs
8068 `(("r-data-table" ,r-data-table)))
8069 (home-page "https://cran.r-project.org/web/packages/Ac3net/")
8070 (synopsis "Inferring directional conservative causal core gene networks")
8071 (description "This package infers directional Conservative causal core
8072 (gene) networks (C3NET). This is a version of the algorithm C3NET with
8073 directional network.")
8074 (license license:gpl3+)))
8075
8076 (define-public r-aca
8077 (package
8078 (name "r-aca")
8079 (version "1.1")
8080 (source
8081 (origin
8082 (method url-fetch)
8083 (uri (cran-uri "ACA" version))
8084 (sha256
8085 (base32 "1i3hm27nvnkvc39xlh0d1blq8q0q02czmvgi3cazmjx3jvxay0vq"))))
8086 (properties `((upstream-name . "ACA")))
8087 (build-system r-build-system)
8088 (home-page "https://cran.r-project.org/web/packages/ACA/")
8089 (synopsis "Abrupt change-point or aberration detection in point series")
8090 (description
8091 "This package offers an interactive function for the detection of breakpoints in
8092 series.")
8093 ;; Any version of the GPL
8094 (license (list license:gpl2+ license:gpl3+))))
8095
8096 (define-public r-acceptancesampling
8097 (package
8098 (name "r-acceptancesampling")
8099 (version "1.0-6")
8100 (source
8101 (origin
8102 (method url-fetch)
8103 (uri (cran-uri "AcceptanceSampling" version))
8104 (sha256
8105 (base32 "1z3rmln63ki2kik9kinbwr9qhr32ggbmh4mm3xqy6di119n47ca9"))))
8106 (properties
8107 `((upstream-name . "AcceptanceSampling")))
8108 (build-system r-build-system)
8109 (home-page "https://cran.r-project.org/web/packages/AcceptanceSampling/")
8110 (synopsis "Creation and evaluation of acceptance sampling plans")
8111 (description
8112 "This @code{r-acceptancesampling} provides functionality for creating and evaluating
8113 acceptance sampling plans. Acceptance sampling is a methodology commonly used
8114 in quality control and improvement. International standards of acceptance
8115 sampling provide sampling plans for specific circumstances. The aim of this
8116 package is to provide an easy-to-use interface to visualize single, double or
8117 multiple sampling plans. In addition, methods have been provided to enable the
8118 user to assess sampling plans against pre-specified levels of performance, as
8119 measured by the probability of acceptance for a given level of quality in the
8120 lot.")
8121 (license license:gpl3+)))
8122
8123 (define-public r-acclma
8124 (package
8125 (name "r-acclma")
8126 (version "1.0")
8127 (source
8128 (origin
8129 (method url-fetch)
8130 (uri (cran-uri "ACCLMA" version))
8131 (sha256
8132 (base32 "1na27sp18fq12gp6vxgqw1ffsz2yi1d8xvrxbrzx5g1kqxrayy0v"))))
8133 (properties `((upstream-name . "ACCLMA")))
8134 (build-system r-build-system)
8135 (home-page "https://cran.r-project.org/web/packages/ACCLMA/")
8136 (synopsis "ACC & LMA graph plotting")
8137 (description
8138 "This package contains a function that imports data from a @acronym{CSV,
8139 Comma-Separated Values} file, or uses manually entered data from the format (x,
8140 y, weight) and plots the appropriate @acronym{ACC, Absolute Concentration
8141 Curve} vs @acronym{LOI, Line of Independence} graph and
8142 @acronym{LMA, @acronym{LOI} Minus @acronym{ACC}} graph. The main
8143 function is @code{plotLMA} (source file, header) that takes a data set and plots the
8144 appropriate @acronym{LMA} and @acronym{ACC} graphs. If no source file (a
8145 string) was passed, a manual data entry window is opened. The header parameter
8146 indicates by TRUE/FALSE (false by default) if the source @acronym{CSV} file has
8147 a header row or not. The dataset should contain only one independent variable
8148 (x) and one dependent variable (y) and can contain a weight for each
8149 observation.")
8150 (license license:gpl2)))
8151
8152 (define-public r-aspi
8153 (package
8154 (name "r-aspi")
8155 (version "0.2.0")
8156 (source
8157 (origin
8158 (method url-fetch)
8159 (uri (cran-uri "aspi" version))
8160 (sha256
8161 (base32 "0rhvxw243vvdv3hxa6pi343gcjc2cbxq1jzqirl9k1l4i3897l87"))))
8162 (build-system r-build-system)
8163 (home-page
8164 "https://cran.r-project.org/web/packages/aspi/")
8165 (synopsis
8166 "Analysis of symmetry of parasitic infections")
8167 (description
8168 "This package provides tools for the analysis and visualization of bilateral
8169 asymmetry in parasitic infections.")
8170 (license license:gpl3+)))
8171
8172 (define-public r-sandwich
8173 (package
8174 (name "r-sandwich")
8175 (version "2.5-1")
8176 (source
8177 (origin
8178 (method url-fetch)
8179 (uri (cran-uri "sandwich" version))
8180 (sha256
8181 (base32
8182 "1mk685b9wq7k566pbml52rj96i5h6b3vf215k9picgmq296nzvyv"))))
8183 (build-system r-build-system)
8184 (propagated-inputs
8185 `(("r-zoo" ,r-zoo)))
8186 (home-page "https://cran.r-project.org/web/packages/sandwich/")
8187 (synopsis "Robust Covariance Matrix Estimators")
8188 (description
8189 "This package provides model-robust standard error estimators for
8190 cross-sectional, time series, clustered, panel, and longitudinal data.")
8191 ;; Either version of the license.
8192 (license (list license:gpl2 license:gpl3))))
8193
8194 (define-public r-th-data
8195 (package
8196 (name "r-th-data")
8197 (version "1.0-10")
8198 (source
8199 (origin
8200 (method url-fetch)
8201 (uri (cran-uri "TH.data" version))
8202 (sha256
8203 (base32
8204 "0mgz7aj2d9abbmdr65zgmg1ddp3fdbs3mfj83r5xadh5ldkir2k1"))))
8205 (properties `((upstream-name . "TH.data")))
8206 (build-system r-build-system)
8207 (propagated-inputs
8208 `(("r-mass" ,r-mass)
8209 ("r-survival" ,r-survival)))
8210 (home-page "https://cran.r-project.org/web/packages/TH.data/")
8211 (synopsis "Shared data sets")
8212 (description
8213 "This package contains supporting data sets that are used in other
8214 packages maintained by Torsten Hothorn.")
8215 (license license:gpl3)))
8216
8217 (define-public r-multcomp
8218 (package
8219 (name "r-multcomp")
8220 (version "1.4-12")
8221 (source
8222 (origin
8223 (method url-fetch)
8224 (uri (cran-uri "multcomp" version))
8225 (sha256
8226 (base32
8227 "14c2f10rz546w7ly5f4r6wnd07yj5gic38an17gxny1vf2nsff0b"))))
8228 (build-system r-build-system)
8229 (propagated-inputs
8230 `(("r-codetools" ,r-codetools)
8231 ("r-mvtnorm" ,r-mvtnorm)
8232 ("r-sandwich" ,r-sandwich)
8233 ("r-survival" ,r-survival)
8234 ("r-th-data" ,r-th-data)))
8235 (home-page "https://cran.r-project.org/web/packages/multcomp/")
8236 (synopsis "Simultaneous inference in general parametric models")
8237 (description
8238 "Simultaneous tests and confidence intervals for general linear
8239 hypotheses in parametric models, including linear, generalized linear, linear
8240 mixed effects, and survival models. The package includes demos reproducing
8241 analyzes presented in the book \"Multiple Comparisons Using R\" (Bretz,
8242 Hothorn, Westfall, 2010, CRC Press).")
8243 (license license:gpl2)))
8244
8245 (define-public r-emmeans
8246 (package
8247 (name "r-emmeans")
8248 (version "1.4.5")
8249 (source
8250 (origin
8251 (method url-fetch)
8252 (uri (cran-uri "emmeans" version))
8253 (sha256
8254 (base32
8255 "10fmvmd6q4zjr6b18hhc85mwrzv778qzj6lwl9kbs2fsfvsgw7mm"))))
8256 (build-system r-build-system)
8257 (propagated-inputs
8258 `(("r-estimability" ,r-estimability)
8259 ("r-mvtnorm" ,r-mvtnorm)
8260 ("r-numderiv" ,r-numderiv)
8261 ("r-plyr" ,r-plyr)
8262 ("r-xtable" ,r-xtable)))
8263 (home-page "https://github.com/rvlenth/emmeans")
8264 (synopsis "Estimated marginal means, aka least-squares means")
8265 (description
8266 "This package provides tools to obtain @dfn{estimated marginal
8267 means} (EMMs) for many linear, generalized linear, and mixed models. It can
8268 be used to compute contrasts or linear functions of EMMs, trends, and
8269 comparisons of slopes.")
8270 ;; Either version of the license.
8271 (license (list license:gpl2 license:gpl3))))
8272
8273 (define-public r-pwr
8274 (package
8275 (name "r-pwr")
8276 (version "1.2-2")
8277 (source
8278 (origin
8279 (method url-fetch)
8280 (uri (cran-uri "pwr" version))
8281 (sha256
8282 (base32
8283 "0r5g781lr677vp3zyhgmi7r68c87l8gd05l1s3ffnxgn5wf043sm"))))
8284 (build-system r-build-system)
8285 (native-inputs
8286 `(("r-knitr" ,r-knitr)))
8287 (home-page "https://github.com/heliosdrm/pwr")
8288 (synopsis "Basic functions for power analysis")
8289 (description
8290 "This package provides power analysis functions along the lines of
8291 Cohen (1988).")
8292 (license license:gpl3+)))
8293
8294 (define-public r-libcoin
8295 (package
8296 (name "r-libcoin")
8297 (version "1.0-5")
8298 (source
8299 (origin
8300 (method url-fetch)
8301 (uri (cran-uri "libcoin" version))
8302 (sha256
8303 (base32
8304 "1cm9x1dlg9f7fh7n5nw3x4a7rl88c7ylrlc8x3rx4mq5w1j42x0a"))))
8305 (build-system r-build-system)
8306 (propagated-inputs `(("r-mvtnorm" ,r-mvtnorm)))
8307 (home-page "https://cran.r-project.org/web/packages/libcoin")
8308 (synopsis "Linear test statistics for permutation inference")
8309 (description
8310 "This package provides basic infrastructure for linear test statistics
8311 and permutation inference in the framework of Strasser and Weber (1999).")
8312 (license license:gpl2)))
8313
8314 (define-public r-coin
8315 (package
8316 (name "r-coin")
8317 (version "1.3-1")
8318 (source
8319 (origin
8320 (method url-fetch)
8321 (uri (cran-uri "coin" version))
8322 (sha256
8323 (base32
8324 "0qi03fyqw42a2vnqcia5l2m1mzyarj2q1iblknx9n19bdsd53qjx"))))
8325 (build-system r-build-system)
8326 (propagated-inputs
8327 `(("r-libcoin" ,r-libcoin)
8328 ("r-matrixstats" ,r-matrixstats)
8329 ("r-modeltools" ,r-modeltools)
8330 ("r-multcomp" ,r-multcomp)
8331 ("r-mvtnorm" ,r-mvtnorm)
8332 ("r-survival" ,r-survival)))
8333 (home-page "http://coin.r-forge.r-project.org")
8334 (synopsis "Conditional inference procedures in a permutation test framework")
8335 (description
8336 "This package provides conditional inference procedures for the general
8337 independence problem including two-sample, K-sample (non-parametric ANOVA),
8338 correlation, censored, ordered and multivariate problems.")
8339 (license license:gpl2)))
8340
8341 (define-public r-bayesplot
8342 (package
8343 (name "r-bayesplot")
8344 (version "1.7.1")
8345 (source
8346 (origin
8347 (method url-fetch)
8348 (uri (cran-uri "bayesplot" version))
8349 (sha256
8350 (base32
8351 "0sq0ajnm96hmlqf1cv5n2gshh3qdij4n1zbm7qrniz2q6b5aj342"))))
8352 (build-system r-build-system)
8353 (inputs
8354 `(("pandoc" ,ghc-pandoc)
8355 ("pandoc-citeproc" ,ghc-pandoc-citeproc)))
8356 (propagated-inputs
8357 `(("r-dplyr" ,r-dplyr)
8358 ("r-ggplot2" ,r-ggplot2)
8359 ("r-ggridges" ,r-ggridges)
8360 ("r-glue" ,r-glue)
8361 ("r-reshape2" ,r-reshape2)
8362 ("r-rlang" ,r-rlang)
8363 ("r-tibble" ,r-tibble)
8364 ("r-tidyselect" ,r-tidyselect)))
8365 (home-page "https://mc-stan.org/bayesplot")
8366 (synopsis "Plotting for Bayesian models")
8367 (description
8368 "This package provides plotting functions for posterior analysis, model
8369 checking, and MCMC diagnostics. The package is designed not only to provide
8370 convenient functionality for users, but also a common set of functions that
8371 can be easily used by developers working on a variety of R packages for
8372 Bayesian modeling.")
8373 (license license:gpl3+)))
8374
8375 (define-public r-tmb
8376 (package
8377 (name "r-tmb")
8378 (version "1.7.16")
8379 (source
8380 (origin
8381 (method url-fetch)
8382 (uri (cran-uri "TMB" version))
8383 (sha256
8384 (base32
8385 "0lly12hdi99iklwr0vg9xkyhi038w4gncbf895qcwbndmqp0lx44"))))
8386 (properties `((upstream-name . "TMB")))
8387 (build-system r-build-system)
8388 (propagated-inputs
8389 `(("r-matrix" ,r-matrix)
8390 ("r-rcppeigen" ,r-rcppeigen)))
8391 (home-page "http://tmb-project.org")
8392 (synopsis "Template model builder: a general random effect tool")
8393 (description
8394 "With this tool, a user should be able to quickly implement complex
8395 random effect models through simple C++ templates. The package combines
8396 @code{CppAD} (C++ automatic differentiation), @code{Eigen} (templated
8397 matrix-vector library) and @code{CHOLMOD} (sparse matrix routines available
8398 from R) to obtain an efficient implementation of the applied Laplace
8399 approximation with exact derivatives. Key features are: Automatic sparseness
8400 detection, parallelism through BLAS and parallel user templates.")
8401 (license license:gpl2)))
8402
8403 (define-public r-sjstats
8404 (package
8405 (name "r-sjstats")
8406 (version "0.17.9")
8407 (source
8408 (origin
8409 (method url-fetch)
8410 (uri (cran-uri "sjstats" version))
8411 (sha256
8412 (base32 "0938ac6ixvkif07azd2msa8g3qnn9rabj6jg17almbysl83kg4nm"))))
8413 (build-system r-build-system)
8414 (propagated-inputs
8415 `(("r-bayestestr" ,r-bayestestr)
8416 ("r-broom" ,r-broom)
8417 ("r-dplyr" ,r-dplyr)
8418 ("r-effectsize" ,r-effectsize)
8419 ("r-emmeans" ,r-emmeans)
8420 ("r-insight" ,r-insight)
8421 ("r-lme4" ,r-lme4)
8422 ("r-magrittr" ,r-magrittr)
8423 ("r-mass" ,r-mass)
8424 ("r-modelr" ,r-modelr)
8425 ("r-parameters" ,r-parameters)
8426 ("r-performance" ,r-performance)
8427 ("r-purrr" ,r-purrr)
8428 ("r-rlang" ,r-rlang)
8429 ("r-sjlabelled" ,r-sjlabelled)
8430 ("r-sjmisc" ,r-sjmisc)
8431 ("r-tidyr" ,r-tidyr)))
8432 (home-page "https://github.com/strengejacke/sjstats")
8433 (synopsis "Functions for common statistical computations")
8434 (description
8435 "This package provides a collection of convenient functions for common
8436 statistical computations, which are not directly provided by R's @code{base}
8437 or @code{stats} packages. This package aims at providing, first, shortcuts
8438 for statistical measures, which otherwise could only be calculated with
8439 additional effort. Second, these shortcut functions are generic, and can be
8440 applied not only to vectors, but also to other objects as well. The focus of
8441 most functions lies on summary statistics or fit measures for regression
8442 models, including generalized linear models, mixed effects models and Bayesian
8443 models.")
8444 (license license:gpl3)))
8445
8446 (define-public r-glmmtmb
8447 (package
8448 (name "r-glmmtmb")
8449 (version "1.0.0")
8450 (source
8451 (origin
8452 (method url-fetch)
8453 (uri (cran-uri "glmmTMB" version))
8454 (sha256
8455 (base32
8456 "1md4yw4kbng953rz1n9g1v2xffk3cxx1qmp0kvbdayg1s82l1rgx"))))
8457 (properties `((upstream-name . "glmmTMB")))
8458 (build-system r-build-system)
8459 (propagated-inputs
8460 `(("r-lme4" ,r-lme4)
8461 ("r-matrix" ,r-matrix)
8462 ("r-nlme" ,r-nlme)
8463 ("r-rcppeigen" ,r-rcppeigen)
8464 ("r-tmb" ,r-tmb)))
8465 (native-inputs
8466 `(("r-knitr" ,r-knitr))) ; for vignettes
8467 (home-page "https://github.com/glmmTMB")
8468 (synopsis "Generalized linear mixed models")
8469 (description
8470 "Fit linear and generalized linear mixed models with various extensions,
8471 including zero-inflation. The models are fitted using maximum likelihood
8472 estimation via the Template Model Builder. Random effects are assumed to be
8473 Gaussian on the scale of the linear predictor and are integrated out using the
8474 Laplace approximation. Gradients are calculated using automatic
8475 differentiation.")
8476 (license license:agpl3+)))
8477
8478 (define-public r-bayestestr
8479 (package
8480 (name "r-bayestestr")
8481 (version "0.5.2")
8482 (source
8483 (origin
8484 (method url-fetch)
8485 (uri (cran-uri "bayestestR" version))
8486 (sha256
8487 (base32
8488 "1l0kqw793d8fnk0745fllmqwjwnj9srvqzv4baq5s05ls1gbi2mw"))))
8489 (properties `((upstream-name . "bayestestR")))
8490 (build-system r-build-system)
8491 (propagated-inputs
8492 `(("r-insight" ,r-insight)))
8493 (home-page "https://github.com/easystats/bayestestR")
8494 (synopsis "Describe Bayesian models and posterior distributions")
8495 (description
8496 "This package provides utilities to understand and describe posterior
8497 distributions and Bayesian models. It includes point-estimates such as
8498 @dfn{Maximum A Posteriori} (MAP), measures of dispersion such as @dfn{Highest
8499 Density Interval} (HDI), and indices used for null-hypothesis testing (such as
8500 ROPE percentage and pd).")
8501 (license license:gpl3)))
8502
8503 (define-public r-performance
8504 (package
8505 (name "r-performance")
8506 (version "0.4.4")
8507 (source
8508 (origin
8509 (method url-fetch)
8510 (uri (cran-uri "performance" version))
8511 (sha256
8512 (base32
8513 "18h9y66cpsb3k6xnaya87vnpv2s3chf4bzsc4ym3n5sxhh41j7la"))))
8514 (build-system r-build-system)
8515 (propagated-inputs
8516 `(("r-bayestestr" ,r-bayestestr)
8517 ("r-insight" ,r-insight)))
8518 (home-page "https://easystats.github.io/performance/")
8519 (synopsis "Assessment of regression models performance")
8520 (description
8521 "This package provides utilities for computing measures to assess model
8522 quality, which are not directly provided by R's @code{base} or @code{stats}
8523 packages. These include e.g. measures like r-squared, intraclass correlation
8524 coefficient, root mean squared error or functions to check models for
8525 overdispersion, singularity or zero-inflation and more. Functions apply to a
8526 large variety of regression models, including generalized linear models, mixed
8527 effects models and Bayesian models.")
8528 (license license:gpl3)))
8529
8530 (define-public r-ggeffects
8531 (package
8532 (name "r-ggeffects")
8533 (version "0.14.1")
8534 (source
8535 (origin
8536 (method url-fetch)
8537 (uri (cran-uri "ggeffects" version))
8538 (sha256
8539 (base32
8540 "07pvs18vlybp96zz1wjr7cwiwi1cvjwkb9ahxzq0vd6adnd6ya59"))))
8541 (build-system r-build-system)
8542 (propagated-inputs
8543 `(("r-insight" ,r-insight)
8544 ("r-mass" ,r-mass)
8545 ("r-sjlabelled" ,r-sjlabelled)))
8546 (home-page "https://github.com/strengejacke/ggeffects")
8547 (synopsis "Create tidy data frames of marginal effects for ggplot")
8548 (description
8549 "This package provides tools to compute marginal effects from statistical
8550 models and return the result as tidy data frames. These data frames are ready
8551 to use with the @code{ggplot2} package. Marginal effects can be calculated
8552 for many different models. Interaction terms, splines and polynomial terms
8553 are also supported. The two main functions are @code{ggpredict()} and
8554 @code{ggeffect()}. There is a generic @code{plot()} method to plot the
8555 results using @code{ggplot2}.")
8556 (license license:gpl3)))
8557
8558 (define-public r-effectsize
8559 (package
8560 (name "r-effectsize")
8561 (version "0.2.0")
8562 (source
8563 (origin
8564 (method url-fetch)
8565 (uri (cran-uri "effectsize" version))
8566 (sha256
8567 (base32
8568 "1liix8rf8xq3hzi7684bl0s20iflsq6g5mxr5k59wp2qwn1i6aww"))))
8569 (properties `((upstream-name . "effectsize")))
8570 (build-system r-build-system)
8571 (propagated-inputs
8572 `(("r-bayestestr" ,r-bayestestr)
8573 ("r-insight" ,r-insight)
8574 ("r-parameters" ,r-parameters)))
8575 (home-page "https://github.com/easystats/effectsize")
8576 (synopsis "Indices of effect size and standardized parameters")
8577 (description
8578 "This package provides utilities to work with indices of effect size and
8579 standardized parameters for a wide variety of models, allowing computation and
8580 conversion of indices such as Cohen's d, r, odds, etc.")
8581 (license license:gpl3)))
8582
8583 (define-public r-sjplot
8584 (package
8585 (name "r-sjplot")
8586 (version "2.8.2")
8587 (source
8588 (origin
8589 (method url-fetch)
8590 (uri (cran-uri "sjPlot" version))
8591 (sha256
8592 (base32 "16721a5006q0gv45zjcwnkykxhjkzpq5n35vhik0g0ixgm3a2vci"))))
8593 (properties `((upstream-name . "sjPlot")))
8594 (build-system r-build-system)
8595 (propagated-inputs
8596 `(("r-bayestestr" ,r-bayestestr)
8597 ("r-dplyr" ,r-dplyr)
8598 ("r-effectsize" ,r-effectsize)
8599 ("r-forcats" ,r-forcats)
8600 ("r-ggeffects" ,r-ggeffects)
8601 ("r-ggplot2" ,r-ggplot2)
8602 ("r-insight" ,r-insight)
8603 ("r-knitr" ,r-knitr)
8604 ("r-mass" ,r-mass)
8605 ("r-parameters" ,r-parameters)
8606 ("r-performance" ,r-performance)
8607 ("r-purrr" ,r-purrr)
8608 ("r-rlang" ,r-rlang)
8609 ("r-scales" ,r-scales)
8610 ("r-sjlabelled" ,r-sjlabelled)
8611 ("r-sjmisc" ,r-sjmisc)
8612 ("r-sjstats" ,r-sjstats)
8613 ("r-tidyr" ,r-tidyr)))
8614 (home-page "https://strengejacke.github.io/sjPlot/")
8615 (synopsis "Data visualization for statistics in social science")
8616 (description
8617 "This package represents a collection of plotting and table output
8618 functions for data visualization. Results of various statistical
8619 analyses (that are commonly used in social sciences) can be visualized using
8620 this package, including simple and cross tabulated frequencies, histograms,
8621 box plots, (generalized) linear models, mixed effects models, principal
8622 component analysis and correlation matrices, cluster analyses, scatter plots,
8623 stacked scales, effects plots of regression models (including interaction
8624 terms) and much more. This package supports labelled data.")
8625 (license license:gpl3)))
8626
8627 (define-public r-ini
8628 (package
8629 (name "r-ini")
8630 (version "0.3.1")
8631 (source
8632 (origin
8633 (method url-fetch)
8634 (uri (cran-uri "ini" version))
8635 (sha256
8636 (base32
8637 "04yqij344dwm0xqgara8xia42mlmij3i8711qbb5534w05a1l6bv"))))
8638 (build-system r-build-system)
8639 (home-page "https://github.com/dvdscripter/ini")
8640 (synopsis "Read and write configuration files")
8641 (description
8642 "This package provides tools to parse simple @code{.ini} configuration
8643 files to an structured list. Users can manipulate this resulting list with
8644 @code{lapply()} functions. This same structured list can be used to write
8645 back to file after modifications.")
8646 (license license:gpl3)))
8647
8648 (define-public r-gh
8649 (package
8650 (name "r-gh")
8651 (version "1.1.0")
8652 (source
8653 (origin
8654 (method url-fetch)
8655 (uri (cran-uri "gh" version))
8656 (sha256
8657 (base32
8658 "1bc9bn1078s664hc806dh0y1ncxif77q479rfmxfir9z7hwaz7yy"))))
8659 (build-system r-build-system)
8660 (propagated-inputs
8661 `(("r-cli" ,r-cli)
8662 ("r-httr" ,r-httr)
8663 ("r-ini" ,r-ini)
8664 ("r-jsonlite" ,r-jsonlite)))
8665 (home-page "https://github.com/r-lib/gh#readme")
8666 (synopsis "Access the GitHub API via R")
8667 (description
8668 "This package provides a minimal R client to access the GitHub API.")
8669 (license license:expat)))
8670
8671 (define-public r-fs
8672 (package
8673 (name "r-fs")
8674 (version "1.3.2")
8675 (source
8676 (origin
8677 (method url-fetch)
8678 (uri (cran-uri "fs" version))
8679 (sha256
8680 (base32
8681 "1w30bflx4d7a6f3dn96bf7s7v6aqpvz2yzzxal6qz9jyhb16bxaz"))))
8682 (build-system r-build-system)
8683 (propagated-inputs
8684 `(("r-rcpp" ,r-rcpp)))
8685 (native-inputs
8686 `(("pkg-config" ,pkg-config)))
8687 (home-page "https://fs.r-lib.org")
8688 (synopsis "Cross-platform file system operations based on libuv")
8689 (description
8690 "This package provides a cross-platform interface to file system
8691 operations, built on top of the libuv C library.")
8692 (license license:gpl3)))
8693
8694 (define-public r-clisymbols
8695 (package
8696 (name "r-clisymbols")
8697 (version "1.2.0")
8698 (source
8699 (origin
8700 (method url-fetch)
8701 (uri (cran-uri "clisymbols" version))
8702 (sha256
8703 (base32
8704 "1q7gi2zmykhzas9v8fdnbpdq7pzdcpbhim1yxvd2062l777g4j86"))))
8705 (build-system r-build-system)
8706 (home-page "https://github.com/gaborcsardi/clisymbols")
8707 (synopsis "Unicode symbols at the R prompt")
8708 (description
8709 "This package provides a small subset of Unicode symbols, that are useful
8710 when building command line applications. They fall back to alternatives on
8711 terminals that do not support Unicode.")
8712 (license license:expat)))
8713
8714 (define-public r-usethis
8715 (package
8716 (name "r-usethis")
8717 (version "1.5.1")
8718 (source
8719 (origin
8720 (method url-fetch)
8721 (uri (cran-uri "usethis" version))
8722 (sha256
8723 (base32
8724 "07an5wbikilg7cb3q6x5aykw8dfqnjrc3wpfb7gjmy0d9fh20fcy"))))
8725 (build-system r-build-system)
8726 (propagated-inputs
8727 `(("r-clipr" ,r-clipr)
8728 ("r-clisymbols" ,r-clisymbols)
8729 ("r-crayon" ,r-crayon)
8730 ("r-curl" ,r-curl)
8731 ("r-desc" ,r-desc)
8732 ("r-fs" ,r-fs)
8733 ("r-gh" ,r-gh)
8734 ("r-git2r" ,r-git2r)
8735 ("r-glue" ,r-glue)
8736 ("r-purrr" ,r-purrr)
8737 ("r-rlang" ,r-rlang)
8738 ("r-rprojroot" ,r-rprojroot)
8739 ("r-rstudioapi" ,r-rstudioapi)
8740 ("r-whisker" ,r-whisker)
8741 ("r-withr" ,r-withr)
8742 ("r-yaml" ,r-yaml)))
8743 (home-page "https://github.com/r-lib/usethis")
8744 (synopsis "Automate R package and project setup")
8745 (description
8746 "This package helps you to automate R package and project setup tasks
8747 that are otherwise performed manually. This includes setting up unit testing,
8748 test coverage, continuous integration, Git, GitHub integration, licenses,
8749 Rcpp, RStudio projects, and more.")
8750 (license license:gpl3)))
8751
8752 (define-public r-sessioninfo
8753 (package
8754 (name "r-sessioninfo")
8755 (version "1.1.1")
8756 (source
8757 (origin
8758 (method url-fetch)
8759 (uri (cran-uri "sessioninfo" version))
8760 (sha256
8761 (base32
8762 "0j5f3l58fynxx3v0w62vqpii7miabszgljpja36xx9s8hikh8sqn"))))
8763 (build-system r-build-system)
8764 (propagated-inputs
8765 `(("r-cli" ,r-cli)
8766 ("r-withr" ,r-withr)))
8767 (home-page "https://github.com/r-lib/sessioninfo#readme")
8768 (synopsis "R session information")
8769 (description
8770 "This package provides tools to query and print information about the
8771 current R session. It is similar to @code{utils::sessionInfo()}, but includes
8772 more information about packages, and where they were installed from.")
8773 (license license:gpl2)))
8774
8775 (define-public r-remotes
8776 (package
8777 (name "r-remotes")
8778 (version "2.1.1")
8779 (source
8780 (origin
8781 (method url-fetch)
8782 (uri (cran-uri "remotes" version))
8783 (sha256
8784 (base32
8785 "12qinl7jv54f2524ri13gcrv6d523rg1harpi500j676zi30fnaf"))))
8786 (build-system r-build-system)
8787 (home-page "https://github.com/r-lib/remotes#readme")
8788 (synopsis "R package installation from remote repositories")
8789 (description
8790 "Download and install R packages stored in GitHub, BitBucket, or plain
8791 subversion or git repositories. This package is a lightweight replacement of
8792 the @code{install_*} functions in the @code{devtools} package. Indeed most of
8793 the code was copied over from @code{devtools}.")
8794 (license license:gpl2+)))
8795
8796 (define-public r-xopen
8797 (package
8798 (name "r-xopen")
8799 (version "1.0.0")
8800 (source
8801 (origin
8802 (method url-fetch)
8803 (uri (cran-uri "xopen" version))
8804 (sha256
8805 (base32
8806 "1vrvgdika1d63dwygynbv2wmd87ll8dji5dy89hj576n8hw601z2"))))
8807 (build-system r-build-system)
8808 (propagated-inputs
8809 `(("r-processx" ,r-processx)))
8810 (home-page "https://github.com/r-lib/xopen#readme")
8811 (synopsis "Open system files, URLs, anything")
8812 (description
8813 "This package provides a cross-platform solution to open files,
8814 directories or URLs with their associated programs.")
8815 (license license:expat)))
8816
8817 (define-public r-rcmdcheck
8818 (package
8819 (name "r-rcmdcheck")
8820 (version "1.3.3")
8821 (source
8822 (origin
8823 (method url-fetch)
8824 (uri (cran-uri "rcmdcheck" version))
8825 (sha256
8826 (base32
8827 "1d4kzgfqy72r6b7bn1j4znyksrycgypx1jjvpv9lrmvn37mpkdhs"))))
8828 (build-system r-build-system)
8829 (propagated-inputs
8830 `(("r-callr" ,r-callr)
8831 ("r-cli" ,r-cli)
8832 ("r-crayon" ,r-crayon)
8833 ("r-desc" ,r-desc)
8834 ("r-digest" ,r-digest)
8835 ("r-pkgbuild" ,r-pkgbuild)
8836 ("r-prettyunits" ,r-prettyunits)
8837 ("r-r6" ,r-r6)
8838 ("r-rprojroot" ,r-rprojroot)
8839 ("r-sessioninfo" ,r-sessioninfo)
8840 ("r-withr" ,r-withr)
8841 ("r-xopen" ,r-xopen)))
8842 (home-page "https://github.com/r-Lib/rcmdcheck#readme")
8843 (synopsis "Run R CMD check from R and capture results")
8844 (description
8845 "Run @code{R CMD check} from R programmatically, and capture the results
8846 of the individual checks.")
8847 (license license:expat)))
8848
8849 (define-public r-rapportools
8850 (package
8851 (name "r-rapportools")
8852 (version "1.0")
8853 (source
8854 (origin
8855 (method url-fetch)
8856 (uri (cran-uri "rapportools" version))
8857 (sha256
8858 (base32
8859 "1sgv4sc737i12arh5dc3263kjsz3dzg06qihfmrqyax94mv2d01b"))))
8860 (build-system r-build-system)
8861 (propagated-inputs
8862 `(("r-pander" ,r-pander)
8863 ("r-plyr" ,r-plyr)
8864 ("r-reshape" ,r-reshape)))
8865 (home-page "https://cran.r-project.org/web/packages/rapportools/")
8866 (synopsis "Miscellaneous helper functions with sane defaults for reporting")
8867 (description
8868 "This package provides helper functions that act as wrappers to more
8869 advanced statistical methods with the advantage of having sane defaults for
8870 quick reporting.")
8871 (license license:agpl3+)))
8872
8873 (define-public r-pander
8874 (package
8875 (name "r-pander")
8876 (version "0.6.3")
8877 (source
8878 (origin
8879 (method url-fetch)
8880 (uri (cran-uri "pander" version))
8881 (sha256
8882 (base32
8883 "1bd9sdghlsppmff18k5fg3i0visq9f4wc82rlhwq5m82bmgdgnyi"))))
8884 (build-system r-build-system)
8885 (propagated-inputs
8886 `(("r-digest" ,r-digest)
8887 ("r-rcpp" ,r-rcpp)))
8888 (home-page "https://rapporter.github.io/pander")
8889 (synopsis "Render R objects into Pandoc's markdown")
8890 (description
8891 "The main aim of the pander R package is to provide a minimal and easy
8892 tool for rendering R objects into Pandoc's markdown. The package is also
8893 capable of exporting/converting complex Pandoc documents (reports) in various
8894 ways.")
8895 ;; This package is licensed under either the AGPLv3+ or the very rarely
8896 ;; used OSL 3.0.
8897 (license license:agpl3+)))
8898
8899 (define-public r-summarytools
8900 (package
8901 (name "r-summarytools")
8902 (version "0.9.6")
8903 (source
8904 (origin
8905 (method url-fetch)
8906 (uri (cran-uri "summarytools" version))
8907 (sha256
8908 (base32
8909 "03pcb2ild1rb9f15yq8b68p9bg10z5wk2x7ahgyzkwdh5f81vbq2"))))
8910 (build-system r-build-system)
8911 (propagated-inputs
8912 `(("r-base64enc" ,r-base64enc)
8913 ("r-checkmate" ,r-checkmate)
8914 ("r-dplyr" ,r-dplyr)
8915 ("r-htmltools" ,r-htmltools)
8916 ("r-lubridate" ,r-lubridate)
8917 ("r-magick" ,r-magick)
8918 ("r-matrixstats" ,r-matrixstats)
8919 ("r-pander" ,r-pander)
8920 ("r-pryr" ,r-pryr)
8921 ("r-rapportools" ,r-rapportools)
8922 ("r-tibble" ,r-tibble)
8923 ("r-tidyr" ,r-tidyr)))
8924 (home-page "https://github.com/dcomtois/summarytools")
8925 (synopsis "Tools to quickly and neatly summarize data")
8926 (description
8927 "This package provides tools for data frame summaries, cross-tabulations,
8928 weight-enabled frequency tables and common univariate statistics in concise
8929 tables available in a variety of formats (plain ASCII, Markdown and HTML). A
8930 good point-of-entry for exploring data, both for experienced and new R
8931 users.")
8932 (license license:gpl2)))
8933
8934 (define-public r-lsei
8935 (package
8936 (name "r-lsei")
8937 (version "1.2-0")
8938 (source
8939 (origin
8940 (method url-fetch)
8941 (uri (cran-uri "lsei" version))
8942 (sha256
8943 (base32
8944 "1xl06fb3is744pxlh42wx5hn1h0ab1k31wnmsmh0524kxzcyp0a7"))))
8945 (build-system r-build-system)
8946 (native-inputs
8947 `(("gfortran" ,gfortran)))
8948 (home-page "https://www.stat.auckland.ac.nz/~yongwang")
8949 (synopsis "Solve regression problems under equality/inequality constraints")
8950 (description
8951 "It contains functions that solve least squares linear regression
8952 problems under linear equality/inequality constraints. Functions for solving
8953 quadratic programming problems are also available, which transform such
8954 problems into least squares ones first.")
8955 (license license:gpl2+)))
8956
8957 (define-public r-npsurv
8958 (package
8959 (name "r-npsurv")
8960 (version "0.4-0")
8961 (source
8962 (origin
8963 (method url-fetch)
8964 (uri (cran-uri "npsurv" version))
8965 (sha256
8966 (base32
8967 "1wq4c9yfha5azjhrn40iiqkshmvh611sa90jp3lh82n4bl9zfk20"))))
8968 (build-system r-build-system)
8969 (propagated-inputs
8970 `(("r-lsei" ,r-lsei)))
8971 (home-page "https://www.stat.auckland.ac.nz/~yongwang")
8972 (synopsis "Nonparametric survival analysis")
8973 (description
8974 "This package contains functions for non-parametric survival analysis of
8975 exact and interval-censored observations.")
8976 (license license:gpl2+)))
8977
8978 (define-public r-clusteval
8979 (package
8980 (name "r-clusteval")
8981 (version "0.1")
8982 (source
8983 (origin
8984 (method url-fetch)
8985 (uri (cran-uri "clusteval" version))
8986 (sha256
8987 (base32
8988 "1ld0bdl4fy8dsfzm3k7a37cyxc6pfc9qs31x4pxd3z5rslghz7rj"))))
8989 (build-system r-build-system)
8990 (propagated-inputs
8991 `(("r-mvtnorm" ,r-mvtnorm)
8992 ("r-rcpp" ,r-rcpp)))
8993 (home-page "https://cran.r-project.org/web/packages/clusteval/")
8994 (synopsis "Evaluation of clustering algorithms")
8995 (description
8996 "This R package provides a suite of tools to evaluate clustering
8997 algorithms, clusterings, and individual clusters.")
8998 (license license:expat)))
8999
9000 (define-public r-tweedie
9001 (package
9002 (name "r-tweedie")
9003 (version "2.3.2")
9004 (source
9005 (origin
9006 (method url-fetch)
9007 (uri (cran-uri "tweedie" version))
9008 (sha256
9009 (base32
9010 "10fv998qjxsyx0h94fi0xbh6xbf24nwgh254n9zfnmix9vk2cqls"))))
9011 (build-system r-build-system)
9012 (native-inputs `(("gfortran" ,gfortran)))
9013 (home-page "https://cran.r-project.org/web/packages/tweedie/")
9014 (synopsis "Evaluation of Tweedie exponential family models")
9015 (description
9016 "Maximum likelihood computations for Tweedie families, including the
9017 series expansion (Dunn and Smyth, 2005; <doi10.1007/s11222-005-4070-y>) and
9018 the Fourier inversion (Dunn and Smyth, 2008; <doi:10.1007/s11222-007-9039-6>),
9019 and related methods.")
9020 (license license:gpl2+)))
9021
9022 (define-public r-rcppgsl
9023 (package
9024 (name "r-rcppgsl")
9025 (version "0.3.7")
9026 (source
9027 (origin
9028 (method url-fetch)
9029 (uri (cran-uri "RcppGSL" version))
9030 (sha256
9031 (base32 "0cnw2k7cfqrm79r6j283aybflxig80x4n4rjkfp2317wf10mrsa5"))))
9032 (properties `((upstream-name . "RcppGSL")))
9033 (build-system r-build-system)
9034 (propagated-inputs
9035 `(("r-rcpp" ,r-rcpp)
9036 ("gsl" ,gsl)))
9037 (native-inputs
9038 `(("r-knitr" ,r-knitr))) ; for vignettes
9039 (home-page "https://cran.r-project.org/web/packages/RcppGSL/")
9040 (synopsis "Rcpp integration for GSL vectors and matrices")
9041 (description
9042 "The GNU Scientific Library (or GSL) is a collection of numerical
9043 routines for scientific computing. It is particularly useful for C and C++
9044 programs as it provides a standard C interface to a wide range of mathematical
9045 routines. There are over 1000 functions in total with an extensive test
9046 suite. The RcppGSL package provides an easy-to-use interface between GSL data
9047 structures and R using concepts from Rcpp which is itself a package that eases
9048 the interfaces between R and C++.")
9049 (license license:gpl2+)))
9050
9051 (define-public r-mvabund
9052 (package
9053 (name "r-mvabund")
9054 (version "4.1.3")
9055 (source
9056 (origin
9057 (method url-fetch)
9058 (uri (cran-uri "mvabund" version))
9059 (sha256
9060 (base32
9061 "1z58h4dk3mc2hfnfvc7pghk471cbp7ah2s1z2ria5igw4s80962b"))))
9062 (build-system r-build-system)
9063 (propagated-inputs
9064 `(("r-mass" ,r-mass)
9065 ("r-rcpp" ,r-rcpp)
9066 ("r-rcppgsl" ,r-rcppgsl)
9067 ("r-statmod" ,r-statmod)
9068 ("r-tweedie" ,r-tweedie)))
9069 (home-page "https://cran.r-project.org/web/packages/mvabund/")
9070 (synopsis "Statistical methods for analysing multivariate abundance data")
9071 (description
9072 "This package provides a set of tools for displaying, modeling and
9073 analysing multivariate abundance data in community ecology.")
9074 (license license:lgpl2.1+)))
9075
9076 (define-public r-afex
9077 (package
9078 (name "r-afex")
9079 (version "0.26-0")
9080 (source
9081 (origin
9082 (method url-fetch)
9083 (uri (cran-uri "afex" version))
9084 (sha256
9085 (base32
9086 "0h3p1svgk1ap3lj08fi8nzdb3710h99bv150krf1x8wci1a0r1if"))))
9087 (build-system r-build-system)
9088 (propagated-inputs
9089 `(("r-car" ,r-car)
9090 ("r-lme4" ,r-lme4)
9091 ("r-lmertest" ,r-lmertest)
9092 ("r-pbkrtest" ,r-pbkrtest)
9093 ("r-reshape2" ,r-reshape2)))
9094 (home-page "https://afex.singmann.science/")
9095 (synopsis "Analysis of factorial experiments")
9096 (description
9097 "This package provides convenience functions for analyzing factorial
9098 experiments using ANOVA or mixed models.")
9099 (license license:gpl2+)))
9100
9101 (define-public r-lmertest
9102 (package
9103 (name "r-lmertest")
9104 (version "3.1-1")
9105 (source
9106 (origin
9107 (method url-fetch)
9108 (uri (cran-uri "lmerTest" version))
9109 (sha256
9110 (base32
9111 "0r2vvs3nl6p8xla3gd943khb4ixp0alvspqpnz2y6n3wk8zgh3jj"))))
9112 (properties `((upstream-name . "lmerTest")))
9113 (build-system r-build-system)
9114 (propagated-inputs
9115 `(("r-ggplot2" ,r-ggplot2)
9116 ("r-lme4" ,r-lme4)
9117 ("r-mass" ,r-mass)
9118 ("r-numderiv" ,r-numderiv)))
9119 (home-page "https://github.com/runehaubo/lmerTestR")
9120 (synopsis "Tests in linear mixed effects models")
9121 (description
9122 "This package provides p-values in type I, II or III anova and summary
9123 tables for @code{lmer} model fits via Satterthwaite's degrees of freedom
9124 method. A Kenward-Roger method is also available via the @code{pbkrtest}
9125 package. Model selection methods include step, drop1 and anova-like tables
9126 for random effects (ranova). Methods for Least-Square means (LS-means) and
9127 tests of linear contrasts of fixed effects are also available.")
9128 (license license:gpl2+)))
9129
9130 (define-public r-r2glmm
9131 (package
9132 (name "r-r2glmm")
9133 (version "0.1.2")
9134 (source
9135 (origin
9136 (method url-fetch)
9137 (uri (cran-uri "r2glmm" version))
9138 (sha256
9139 (base32
9140 "0iim92blpa59vgz97c2pi05yhbjjmaffdbkbmk5kplfb2vmazgiy"))))
9141 (build-system r-build-system)
9142 (propagated-inputs
9143 `(("r-afex" ,r-afex)
9144 ("r-data-table" ,r-data-table)
9145 ("r-dplyr" ,r-dplyr)
9146 ("r-ggplot2" ,r-ggplot2)
9147 ("r-gridextra" ,r-gridextra)
9148 ("r-lmertest" ,r-lmertest)
9149 ("r-mass" ,r-mass)
9150 ("r-matrix" ,r-matrix)
9151 ("r-mgcv" ,r-mgcv)
9152 ("r-pbkrtest" ,r-pbkrtest)))
9153 (home-page "https://github.com/bcjaeger/r2glmm")
9154 (synopsis "Compute R squared for mixed (multilevel) models")
9155 (description
9156 "This package computes model and semi partial R squared with confidence
9157 limits for the linear and generalized linear mixed model (LMM and GLMM). The
9158 R squared measure from L. J. Edwards et al. (2008) is extended to the GLMM
9159 using @dfn{penalized quasi-likelihood} (PQL) estimation (see Jaeger et
9160 al. (2016)).")
9161 (license license:gpl2)))
9162
9163 (define-public r-weights
9164 (package
9165 (name "r-weights")
9166 (version "1.0.1")
9167 (source
9168 (origin
9169 (method url-fetch)
9170 (uri (cran-uri "weights" version))
9171 (sha256
9172 (base32
9173 "1ka2kvzg464vn80qziqy4mrciy9wwd3jfasgq0d33wbiblhmxkj5"))))
9174 (build-system r-build-system)
9175 (propagated-inputs
9176 `(("r-gdata" ,r-gdata)
9177 ("r-hmisc" ,r-hmisc)
9178 ("r-mice" ,r-mice)))
9179 (home-page
9180 "https://cran.r-project.org/web/packages/weights/")
9181 (synopsis "Weighting and weighted statistics")
9182 (description "This package Provides a variety of functions for producing
9183 simple weighted statistics, such as weighted Pearson's correlations, partial
9184 correlations, Chi-Squared statistics, histograms, and t-tests. Also now
9185 includes some software for quickly recoding survey data and plotting point
9186 estimates from interaction terms in regressions (and multiply imputed
9187 regressions). NOTE: Weighted partial correlation calculations pulled to
9188 address a bug.")
9189 (license license:gpl2+)))
9190
9191 (define-public r-rcppannoy
9192 (package
9193 (name "r-rcppannoy")
9194 (version "0.0.15")
9195 (source
9196 (origin
9197 (method url-fetch)
9198 (uri (cran-uri "RcppAnnoy" version))
9199 (sha256
9200 (base32
9201 "1rlw6npwwcp066midvkhnzf0xmmfkkdf6f581j3j1s2naqss3fvl"))))
9202 (properties `((upstream-name . "RcppAnnoy")))
9203 (build-system r-build-system)
9204 (propagated-inputs
9205 `(("r-rcpp" ,r-rcpp)))
9206 (native-inputs
9207 `(("r-knitr" ,r-knitr))) ; for vignettes
9208 (home-page "https://cran.r-project.org/web/packages/RcppAnnoy/")
9209 (synopsis "Rcpp bindings for Annoy, a library for Approximate Nearest Neighbors")
9210 (description
9211 "Annoy is a small C++ library for Approximate Nearest Neighbors written
9212 for efficient memory usage as well an ability to load from and save to disk.
9213 This package provides an R interface.")
9214 ;; Annoy is released under ASL 2.0, but this wrapper is released under
9215 ;; GPLv2+.
9216 (license (list license:gpl2+ license:asl2.0))))
9217
9218 (define-public r-rcpphnsw
9219 (package
9220 (name "r-rcpphnsw")
9221 (version "0.2.0")
9222 (source
9223 (origin
9224 (method url-fetch)
9225 (uri (cran-uri "RcppHNSW" version))
9226 (sha256
9227 (base32
9228 "0gqdkw7vkcm544rz45g0hplg836ygzbfwk9gh9wr0817icvdb3qv"))))
9229 (properties `((upstream-name . "RcppHNSW")))
9230 (build-system r-build-system)
9231 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
9232 (home-page "https://cran.r-project.org/web/packages/RcppHNSW/")
9233 (synopsis "Rcpp bindings for hnswlib, a library for approximate nearest neighbors")
9234 (description
9235 "Hnswlib is a C++ library for approximate nearest neighbors. This
9236 package provides a minimal R interface by relying on the Rcpp package.")
9237 ;; hnswlib is released under Version 2.0 of the Apache License.
9238 (license (list license:gpl3 license:asl2.0))))
9239
9240 (define-public r-rcppparallel
9241 (package
9242 (name "r-rcppparallel")
9243 (version "4.4.4")
9244 (source
9245 (origin
9246 (method url-fetch)
9247 (uri (cran-uri "RcppParallel" version))
9248 (sha256
9249 (base32
9250 "0p13f2mywjr7gmskf8ri4y8p5yr1bvr4xrpw2w11vdvafwz1vcia"))))
9251 (properties `((upstream-name . "RcppParallel")))
9252 (build-system r-build-system)
9253 (home-page "http://rcppcore.github.io/RcppParallel")
9254 (synopsis "Parallel programming tools for Rcpp")
9255 (description
9256 "This package provides high level functions for parallel programming with
9257 Rcpp. For example, the @code{parallelFor()} function can be used to convert
9258 the work of a standard serial @code{for} loop into a parallel one and the
9259 @code{parallelReduce()} function can be used for accumulating aggregates or
9260 other values.")
9261 (license license:gpl2)))
9262
9263 (define-public r-ncdf4
9264 (package
9265 (name "r-ncdf4")
9266 (version "1.17")
9267 (source
9268 (origin
9269 (method url-fetch)
9270 (uri (cran-uri "ncdf4" version))
9271 (sha256
9272 (base32
9273 "1xls44ln2zjrrlimxl8v4bk2ni3g45c9j0gxdnjx31rikmrc95fv"))))
9274 (build-system r-build-system)
9275 (inputs
9276 `(("netcdf" ,netcdf)
9277 ("zlib" ,zlib)))
9278 (home-page "https://cran.r-project.org/web/packages/ncdf4/index.html")
9279 (synopsis "R interface to Unidata netCDF format data files")
9280 (description
9281 "This package provides a high-level R interface to data files written
9282 using Unidata's netCDF library (version 4 or earlier), which are binary data
9283 files that are portable across platforms and include metadata information in
9284 addition to the data sets. Using this package, netCDF files can be opened and
9285 data sets read in easily. It is also easy to create new netCDF dimensions,
9286 variables, and files, in either version 3 or 4 format, and manipulate existing
9287 netCDF files.")
9288 (license license:gpl3+)))
9289
9290 (define-public r-biocmanager
9291 (package
9292 (name "r-biocmanager")
9293 (version "1.30.10")
9294 (source
9295 (origin
9296 (method url-fetch)
9297 (uri (cran-uri "BiocManager" version))
9298 (sha256
9299 (base32 "03n9s2vf7vgpgb5alpxwamf9xfkn32cbzngwyn6spq1bnh9a9dzk"))))
9300 (properties `((upstream-name . "BiocManager")))
9301 (build-system r-build-system)
9302 (home-page "https://cran.r-project.org/web/packages/BiocManager/")
9303 (synopsis "Access the Bioconductor project package repository")
9304 (description
9305 "This package provides a convenient tool to install and update
9306 Bioconductor packages.")
9307 (license license:artistic2.0)))
9308
9309 (define-public r-rgl
9310 (package
9311 (name "r-rgl")
9312 (version "0.100.50")
9313 (source
9314 (origin
9315 (method url-fetch)
9316 (uri (cran-uri "rgl" version))
9317 (sha256
9318 (base32
9319 "165p932ml7dpjkm41zc47p5cdxar69il0m5yvg0avi8q01vr17ay"))))
9320 (build-system r-build-system)
9321 (native-inputs
9322 `(("pkg-config" ,pkg-config)))
9323 (inputs
9324 `(("freetype" ,freetype)
9325 ("libpng" ,libpng)
9326 ("glu" ,glu)
9327 ("libx11" ,libx11)
9328 ("ghc-pandoc" ,ghc-pandoc)
9329 ("zlib" ,zlib)))
9330 (propagated-inputs
9331 `(("r-crosstalk" ,r-crosstalk)
9332 ("r-htmltools" ,r-htmltools)
9333 ("r-htmlwidgets" ,r-htmlwidgets)
9334 ("r-jsonlite" ,r-jsonlite)
9335 ("r-knitr" ,r-knitr)
9336 ("r-magrittr" ,r-magrittr)
9337 ("r-manipulatewidget" ,r-manipulatewidget)
9338 ("r-shiny" ,r-shiny)))
9339 (home-page "https://r-forge.r-project.org/projects/rgl/")
9340 (synopsis "3D visualization using OpenGL")
9341 (description
9342 "This package provides medium to high level functions for 3D interactive graphics,
9343 including functions modelled on base graphics (@code{plot3d()}, etc.) as well
9344 as functions for constructing representations of geometric
9345 objects (@code{cube3d()}, etc.). Output may be on screen using OpenGL, or to
9346 various standard 3D file formats including WebGL, PLY, OBJ, STL as well as 2D
9347 image formats, including PNG, Postscript, SVG, PGF.")
9348 ;; Any version of the GPL.
9349 (license (list license:gpl2+ license:gpl3+))))
9350
9351 (define-public r-multicool
9352 (package
9353 (name "r-multicool")
9354 (version "0.1-11")
9355 (source
9356 (origin
9357 (method url-fetch)
9358 (uri (cran-uri "multicool" version))
9359 (sha256
9360 (base32
9361 "0xk408qbz9cxwf51j3pmy55gcjcnws8mc6j3vyn9zhramxj7x40w"))))
9362 (build-system r-build-system)
9363 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
9364 (home-page "https://cran.r-project.org/web/packages/multicool/")
9365 (synopsis "Permutations of multisets in cool-lex order")
9366 (description
9367 "This package provides a set of tools to permute multisets without loops
9368 or hash tables and to generate integer partitions. Cool-lex order is similar
9369 to colexicographical order.")
9370 (license license:gpl2)))
9371
9372 (define-public r-misc3d
9373 (package
9374 (name "r-misc3d")
9375 (version "0.8-4")
9376 (source
9377 (origin
9378 (method url-fetch)
9379 (uri (cran-uri "misc3d" version))
9380 (sha256
9381 (base32
9382 "0qjzpw3h09qi2gfz52b7nhzd95p7yyxsd03fldc9wzzn6wi3vpkm"))))
9383 (build-system r-build-system)
9384 (home-page "https://cran.r-project.org/web/packages/misc3d/")
9385 (synopsis "Miscellaneous 3D Plots")
9386 (description
9387 "This package provides a collection of miscellaneous 3d plots, including
9388 isosurfaces.")
9389 ;; Any version of the GPL.
9390 (license (list license:gpl2+ license:gpl3+))))
9391
9392 (define-public r-ks
9393 (package
9394 (name "r-ks")
9395 (version "1.11.7")
9396 (source
9397 (origin
9398 (method url-fetch)
9399 (uri (cran-uri "ks" version))
9400 (sha256
9401 (base32 "1f6jvxy0hmngyvnvrknzbmhl42njk0vqyycvydm4qnp8cqirqvba"))))
9402 (build-system r-build-system)
9403 (propagated-inputs
9404 `(("r-fnn" ,r-fnn)
9405 ("r-kernlab" ,r-kernlab)
9406 ("r-kernsmooth" ,r-kernsmooth)
9407 ("r-matrix" ,r-matrix)
9408 ("r-mclust" ,r-mclust)
9409 ("r-mgcv" ,r-mgcv)
9410 ("r-multicool" ,r-multicool)
9411 ("r-mvtnorm" ,r-mvtnorm)))
9412 (home-page "http://www.mvstat.net/tduong/")
9413 (synopsis "Kernel smoothing")
9414 (description
9415 "This package provides kernel smoothers for univariate and multivariate
9416 data, including density functions, density derivatives, cumulative
9417 distributions, modal clustering, discriminant analysis, and two-sample
9418 hypothesis testing.")
9419 ;; Either version of the GPL.
9420 (license (list license:gpl2 license:gpl3))))
9421
9422 (define-public r-feature
9423 (package
9424 (name "r-feature")
9425 (version "1.2.13")
9426 (source
9427 (origin
9428 (method url-fetch)
9429 (uri (cran-uri "feature" version))
9430 (sha256
9431 (base32
9432 "07hkw0bv38naj2hdsx4xxrm2dngi6w3rbvgr7s50bjic8hlgy1ra"))))
9433 (build-system r-build-system)
9434 (propagated-inputs
9435 `(("r-ks" ,r-ks)
9436 ("r-misc3d" ,r-misc3d)
9437 ("r-rgl" ,r-rgl)))
9438 (home-page "http://www.mvstat.net/tduong/")
9439 (synopsis "Inferential feature significance for kernel density estimation")
9440 (description
9441 "The feature package contains functions to display and compute kernel
9442 density estimates, significant gradient and significant curvature regions.
9443 Significant gradient and/or curvature regions often correspond to significant
9444 features (e.g. local modes).")
9445 ;; Either version of the GPL.
9446 (license (list license:gpl2 license:gpl3))))
9447
9448 (define-public r-arm
9449 (package
9450 (name "r-arm")
9451 (version "1.10-1")
9452 (source
9453 (origin
9454 (method url-fetch)
9455 (uri (cran-uri "arm" version))
9456 (sha256
9457 (base32
9458 "0vvp90jygajd6ydky57z66wqjq9msfbl88irj5jbsray574mh4bg"))))
9459 (build-system r-build-system)
9460 (propagated-inputs
9461 `(("r-abind" ,r-abind)
9462 ("r-coda" ,r-coda)
9463 ("r-lme4" ,r-lme4)
9464 ("r-mass" ,r-mass)
9465 ("r-matrix" ,r-matrix)
9466 ("r-nlme" ,r-nlme)))
9467 (home-page "https://cran.r-project.org/web/packages/arm/")
9468 (synopsis "Data analysis using regression and multilevel/hierarchical models")
9469 (description
9470 "This package provides functions to accompany A. Gelman and J. Hill,
9471 Data Analysis Using Regression and Multilevel/Hierarchical Models, Cambridge
9472 University Press, 2007.")
9473 (license license:gpl3+)))
9474
9475 (define-public r-circular
9476 (package
9477 (name "r-circular")
9478 (version "0.4-93")
9479 (source
9480 (origin
9481 (method url-fetch)
9482 (uri (cran-uri "circular" version))
9483 (sha256
9484 (base32
9485 "0hki85rs8wc5950pjaw28q54rly2napfbcrx3pchlfap6wwy5kkn"))))
9486 (build-system r-build-system)
9487 (propagated-inputs
9488 `(("r-boot" ,r-boot)
9489 ("r-mvtnorm" ,r-mvtnorm)))
9490 (native-inputs
9491 `(("gfortran" ,gfortran)))
9492 (home-page "https://cran.r-project.org/web/packages/circular/")
9493 (synopsis "Circular statistics")
9494 (description
9495 "This package provides tools for circular statistics, from \"Topics in
9496 circular Statistics\" (2001) S. Rao Jammalamadaka and A. SenGupta, World
9497 Scientific.")
9498 (license license:gpl2+)))
9499
9500 (define-public r-activity
9501 (package
9502 (name "r-activity")
9503 (version "1.3")
9504 (source
9505 (origin
9506 (method url-fetch)
9507 (uri (cran-uri "activity" version))
9508 (sha256
9509 (base32
9510 "12imqj366dp6pam5gap6ji56p5wf1073xz5g4iikfxf5l8snxw92"))))
9511 (build-system r-build-system)
9512 (propagated-inputs
9513 `(("r-circular" ,r-circular)
9514 ("r-insol" ,r-insol)
9515 ("r-pbapply" ,r-pbapply)))
9516 (home-page "https://cran.r-project.org/web/packages/activity/")
9517 (synopsis "Animal activity statistics")
9518 (description
9519 "This package provides functions to fit kernel density functions to
9520 animal activity time data; plot activity distributions; quantify overall
9521 levels of activity; statistically compare activity metrics through
9522 bootstrapping; and evaluate variation in linear variables with time (or other
9523 circular variables).")
9524 (license license:gpl3)))
9525
9526 (define-public r-ouch
9527 (package
9528 (name "r-ouch")
9529 (version "2.14-1")
9530 (source
9531 (origin
9532 (method url-fetch)
9533 (uri (cran-uri "ouch" version))
9534 (sha256
9535 (base32
9536 "0ddf9bw5lhj8vb0ja78jf99i0smq4rgmm842k4a4ygap41vdyn2b"))))
9537 (build-system r-build-system)
9538 (propagated-inputs `(("r-subplex" ,r-subplex)))
9539 (home-page "http://kingaa.github.io/ouch/")
9540 (synopsis "Ornstein-Uhlenbeck models for phylogenetic comparative hypotheses")
9541 (description
9542 "This package provides tools to fit and compare Ornstein-Uhlenbeck models
9543 for evolution along a phylogenetic tree.")
9544 (license license:gpl2+)))
9545
9546 (define-public r-fmsb
9547 (package
9548 (name "r-fmsb")
9549 (version "0.7.0")
9550 (source
9551 (origin
9552 (method url-fetch)
9553 (uri (cran-uri "fmsb" version))
9554 (sha256
9555 (base32
9556 "0x1wkzfdvv4s5xmr0whcwjz4aac71gacwymj2c3mzj2bbswwlw45"))))
9557 (build-system r-build-system)
9558 (home-page "http://minato.sip21c.org/msb/")
9559 (synopsis "Functions for medical statistics book with demographic data")
9560 (description
9561 "This package provides several utility functions for the book entitled
9562 \"Practices of Medical and Health Data Analysis using R\" (Pearson Education
9563 Japan, 2007) with Japanese demographic data and some demographic analysis
9564 related functions.")
9565 (license license:gpl2+)))
9566
9567 (define-public r-stabledist
9568 (package
9569 (name "r-stabledist")
9570 (version "0.7-1")
9571 (source
9572 (origin
9573 (method url-fetch)
9574 (uri (cran-uri "stabledist" version))
9575 (sha256
9576 (base32
9577 "0scar396wiq6wkbkvwp4qrxqc1m075y56p37i6iry5rw796p1i86"))))
9578 (build-system r-build-system)
9579 (home-page "http://www.rmetrics.org")
9580 (synopsis "Stable distribution functions")
9581 (description
9582 "This package provides density, probability and quantile functions, and
9583 random number generation for (skew) stable distributions, using the
9584 parametrizations of Nolan.")
9585 (license license:gpl2+)))
9586
9587 (define-public r-gsl
9588 (package
9589 (name "r-gsl")
9590 (version "2.1-6")
9591 (source
9592 (origin
9593 (method url-fetch)
9594 (uri (cran-uri "gsl" version))
9595 (sha256
9596 (base32
9597 "0p4rh7npp6qbfc5sxjq86xjn7c9ivf3pd60qf1hldwckjqin7m7m"))))
9598 (build-system r-build-system)
9599 (inputs
9600 `(("gsl" ,gsl)))
9601 (home-page "https://cran.r-project.org/web/packages/gsl")
9602 (synopsis "Wrapper for the GNU Scientific Library")
9603 (description
9604 "This package provides an R wrapper for the special functions and quasi
9605 random number generators of the GNU Scientific Library.")
9606 (license license:gpl2+)))
9607
9608 (define-public r-adgoftest
9609 (package
9610 (name "r-adgoftest")
9611 (version "0.3")
9612 (source
9613 (origin
9614 (method url-fetch)
9615 (uri (cran-uri "ADGofTest" version))
9616 (sha256
9617 (base32
9618 "0ik817qzqp6kfbckjp1z7srlma0w6z2zcwykh0jdiv7nahwk3ncw"))))
9619 (properties `((upstream-name . "ADGofTest")))
9620 (build-system r-build-system)
9621 (home-page "https://cran.r-project.org/web/packages/ADGofTest")
9622 (synopsis "Anderson-Darling GoF test")
9623 (description
9624 "This package provides an implementation of the Anderson-Darling GoF test
9625 with p-value calculation based on Marsaglia's 2004 paper \"Evaluating the
9626 Anderson-Darling Distribution\".")
9627 ;; Any version of the GPL.
9628 (license license:gpl3+)))
9629
9630 (define-public r-softimpute
9631 (package
9632 (name "r-softimpute")
9633 (version "1.4")
9634 (source
9635 (origin
9636 (method url-fetch)
9637 (uri (cran-uri "softImpute" version))
9638 (sha256
9639 (base32
9640 "07cxbzkl08q58m1455i139952rmryjlic4s2f2hscl5zxxmfdxcq"))))
9641 (properties `((upstream-name . "softImpute")))
9642 (build-system r-build-system)
9643 (propagated-inputs
9644 `(("r-matrix" ,r-matrix)))
9645 (native-inputs
9646 `(("gfortran" ,gfortran)))
9647 (home-page "https://cran.r-project.org/web/packages/softImpute")
9648 (synopsis "Matrix completion via iterative soft-thresholded SVD")
9649 (description
9650 "This package provides iterative methods for matrix completion that use
9651 nuclear-norm regularization. The package includes procedures for centering
9652 and scaling rows, columns or both, and for computing low-rank @dfn{single
9653 value decompositions} (SVDs) on large sparse centered matrices (i.e. principal
9654 components).")
9655 (license license:gpl2)))
9656
9657 (define-public r-fftwtools
9658 (package
9659 (name "r-fftwtools")
9660 (version "0.9-8")
9661 (source
9662 (origin
9663 (method url-fetch)
9664 (uri (cran-uri "fftwtools" version))
9665 (sha256
9666 (base32
9667 "1nqvpzda281rxi1cmwajxxsn3sc3gz7scv8bvs5jm34kf36whha6"))))
9668 (build-system r-build-system)
9669 (inputs `(("fftw" ,fftw)))
9670 (home-page "https://github.com/krahim/fftwtools")
9671 (synopsis "Wrapper for FFTW3")
9672 (description
9673 "This package provides a wrapper for several FFTW functions. It provides
9674 access to the two-dimensional FFT, the multivariate FFT, and the
9675 one-dimensional real to complex FFT using the FFTW3 library. The package
9676 includes the functions @code{fftw()} and @code{mvfftw()} which are designed to
9677 mimic the functionality of the R functions @code{fft()} and @code{mvfft()}.
9678 The FFT functions have a parameter that allows them to not return the
9679 redundant complex conjugate when the input is real data.")
9680 (license license:gpl2+)))
9681
9682 (define-public r-tiff
9683 (package
9684 (name "r-tiff")
9685 (version "0.1-5")
9686 (source
9687 (origin
9688 (method url-fetch)
9689 (uri (cran-uri "tiff" version))
9690 (sha256
9691 (base32
9692 "0asf2bws3x3yd3g3ixvk0f86b0mdf882pl8xrqlxrkbgjalyc54m"))))
9693 (build-system r-build-system)
9694 (inputs
9695 `(("libtiff" ,libtiff)
9696 ("libjpeg" ,libjpeg)
9697 ("zlib" ,zlib)))
9698 (home-page "http://www.rforge.net/tiff/")
9699 (synopsis "Read and write TIFF images")
9700 (description
9701 "This package provides an easy and simple way to read, write and display
9702 bitmap images stored in the TIFF format. It can read and write both files and
9703 in-memory raw vectors.")
9704 ;; Either of these two license versions.
9705 (license (list license:gpl2 license:gpl3))))
9706
9707 (define-public r-nlp
9708 (package
9709 (name "r-nlp")
9710 (version "0.2-0")
9711 (source
9712 (origin
9713 (method url-fetch)
9714 (uri (cran-uri "NLP" version))
9715 (sha256
9716 (base32
9717 "0xbhkrnxcbf322jfw31xcn4y2gnk5y7ccq1bz4h3prf44h0whr7w"))))
9718 (properties `((upstream-name . "NLP")))
9719 (build-system r-build-system)
9720 (home-page "https://cran.r-project.org/web/packages/NLP/")
9721 (synopsis "Natural language processing infrastructure")
9722 (description
9723 "This package provides basic classes and methods for Natural Language
9724 Processing.")
9725 (license license:gpl3)))
9726
9727 (define-public r-tm
9728 (package
9729 (name "r-tm")
9730 (version "0.7-7")
9731 (source
9732 (origin
9733 (method url-fetch)
9734 (uri (cran-uri "tm" version))
9735 (sha256
9736 (base32
9737 "0pyics8j7a4wkh5gzin46l0qars5vgbb1886xqpdqjs1z0gy9nyh"))))
9738 (properties `((upstream-name . "tm")))
9739 (build-system r-build-system)
9740 (propagated-inputs
9741 `(("r-bh" ,r-bh)
9742 ("r-nlp" ,r-nlp)
9743 ("r-rcpp" ,r-rcpp)
9744 ("r-slam" ,r-slam)
9745 ("r-xml2" ,r-xml2)))
9746 (home-page "http://tm.r-forge.r-project.org/")
9747 (synopsis "Text mining package")
9748 (description
9749 "This package provides a framework for text mining applications within R.")
9750 (license license:gpl3)))
9751
9752 (define-public r-waveslim
9753 (package
9754 (name "r-waveslim")
9755 (version "1.7.5.2")
9756 (source
9757 (origin
9758 (method url-fetch)
9759 (uri (cran-uri "waveslim" version))
9760 (sha256
9761 (base32
9762 "166ai4q3mlh3v338si952z7fbgph80h0l4ws6bna8ig5jx81rnmz"))))
9763 (build-system r-build-system)
9764 (native-inputs
9765 `(("gfortran" ,gfortran)))
9766 (home-page "http://waveslim.blogspot.com")
9767 (synopsis "Basic wavelet routines for signal processing")
9768 (description
9769 "This package provides basic wavelet routines for time series (1D),
9770 image (2D) and array (3D) analysis. The code provided here is based on
9771 wavelet methodology developed in Percival and Walden (2000); Gencay, Selcuk
9772 and Whitcher (2001); the dual-tree complex wavelet transform (DTCWT) from
9773 Kingsbury (1999, 2001) as implemented by Selesnick; and Hilbert wavelet
9774 pairs (Selesnick 2001, 2002).")
9775 (license license:bsd-3)))
9776
9777 (define-public r-wordcloud
9778 (package
9779 (name "r-wordcloud")
9780 (version "2.6")
9781 (source
9782 (origin
9783 (method url-fetch)
9784 (uri (cran-uri "wordcloud" version))
9785 (sha256
9786 (base32
9787 "0j96yyvm6bcrrpbdx4w26piqx44a0vbsr3px9cb4zk8a8da6jwak"))))
9788 (build-system r-build-system)
9789 (propagated-inputs
9790 `(("r-rcolorbrewer" ,r-rcolorbrewer)
9791 ("r-rcpp" ,r-rcpp)
9792 ;; The "tm" package is only "suggested" according to CRAN, but the
9793 ;; wordcloud package cannot be loaded without it.
9794 ("r-tm" ,r-tm)))
9795 (home-page "https://cran.r-project.org/web/packages/wordcloud")
9796 (synopsis "Word clouds")
9797 (description
9798 "This package provides functionality to create pretty word clouds,
9799 visualize differences and similarity between documents, and avoid
9800 over-plotting in scatter plots with text.")
9801 (license license:lgpl2.1)))
9802
9803 (define-public r-colorramps
9804 (package
9805 (name "r-colorramps")
9806 (version "2.3")
9807 (source
9808 (origin
9809 (method url-fetch)
9810 (uri (cran-uri "colorRamps" version))
9811 (sha256
9812 (base32
9813 "0shbjh83x1axv4drm5r3dwgbyv70idih8z4wlzjs4hiac2qfl41z"))))
9814 (properties `((upstream-name . "colorRamps")))
9815 (build-system r-build-system)
9816 (home-page "https://cran.r-project.org/web/packages/colorRamps")
9817 (synopsis "Build color tables")
9818 (description "This package provides features to build gradient color
9819 maps.")
9820 ;; Any version of the GPL
9821 (license license:gpl3+)))
9822
9823 (define-public r-tidytree
9824 (package
9825 (name "r-tidytree")
9826 (version "0.3.1")
9827 (source
9828 (origin
9829 (method url-fetch)
9830 (uri (cran-uri "tidytree" version))
9831 (sha256
9832 (base32 "1bnzs62z2l8ck2h9gabmxvayizv4nfn8dmyzry83fv0cspjbyiv7"))))
9833 (build-system r-build-system)
9834 (propagated-inputs
9835 `(("r-ape" ,r-ape)
9836 ("r-dplyr" ,r-dplyr)
9837 ("r-lazyeval" ,r-lazyeval)
9838 ("r-magrittr" ,r-magrittr)
9839 ("r-rlang" ,r-rlang)
9840 ("r-tibble" ,r-tibble)))
9841 (home-page "https://github.com/GuangchuangYu/tidytree")
9842 (synopsis "Tidy tool for phylogenetic tree data manipulation")
9843 (description
9844 "Phylogenetic trees generally contain multiple components including nodes,
9845 edges, branches and associated data. This package provides an approach to
9846 convert tree objects to tidy data frames. It also provides tidy interfaces to
9847 manipulate tree data.")
9848 (license license:artistic2.0)))
9849
9850 (define-public r-rvcheck
9851 (package
9852 (name "r-rvcheck")
9853 (version "0.1.8")
9854 (source
9855 (origin
9856 (method url-fetch)
9857 (uri (cran-uri "rvcheck" version))
9858 (sha256
9859 (base32 "0627bc8qmhxmd63yh6f90qni3qw1zwdpxjln2qbychzmzd4am9ac"))))
9860 (build-system r-build-system)
9861 (propagated-inputs
9862 `(("r-biocmanager" ,r-biocmanager)
9863 ("r-rlang" ,r-rlang)))
9864 (home-page "https://cran.r-project.org/web/packages/rvcheck")
9865 (synopsis "R package version check")
9866 (description
9867 "This package provides tools to check the latest release version of R and
9868 R packages (on CRAN, Bioconductor or Github).")
9869 (license license:artistic2.0)))
9870
9871 (define-public r-docopt
9872 (package
9873 (name "r-docopt")
9874 (version "0.6.1")
9875 (source
9876 (origin
9877 (method url-fetch)
9878 (uri (cran-uri "docopt" version))
9879 (sha256
9880 (base32
9881 "06zknnd0c5s2y0hbddzdlr3m63ib783izpck6pgz7sjbab5pd068"))))
9882 (build-system r-build-system)
9883 (home-page "https://github.com/docopt/docopt.R")
9884 (synopsis "Command-line interface specification language")
9885 (description
9886 "This package enables you to define a command-line interface by just
9887 giving it a description in the specific format.")
9888 (license license:expat)))
9889
9890 (define-public r-sparsesvd
9891 (package
9892 (name "r-sparsesvd")
9893 (version "0.2")
9894 (source
9895 (origin
9896 (method url-fetch)
9897 (uri (cran-uri "sparsesvd" version))
9898 (sha256
9899 (base32
9900 "1xm969fjq3fv1p2sqza2apz8picibj4s2agpwf1sx9nwn3b587qs"))))
9901 (build-system r-build-system)
9902 (propagated-inputs `(("r-matrix" ,r-matrix)))
9903 (home-page "http://tedlab.mit.edu/~dr/SVDLIBC/")
9904 (synopsis "Sparse truncated singular value decomposition")
9905 (description
9906 "This package provides a Wrapper around the SVDLIBC library
9907 for (truncated) singular value decomposition of a sparse matrix. Currently,
9908 only sparse real matrices in Matrix package format are supported.")
9909 ;; SVDLIBC is released under BSD-2. The R interface is released under
9910 ;; BSD-3.
9911 (license (list license:bsd-3 license:bsd-2))))
9912
9913 (define-public r-speedglm
9914 (package
9915 (name "r-speedglm")
9916 (version "0.3-2")
9917 (source
9918 (origin
9919 (method url-fetch)
9920 (uri (cran-uri "speedglm" version))
9921 (sha256
9922 (base32
9923 "1b25zimk0z7ad62yacqdg0zk0qs0jja4i918ym942xfw4j1z3jjz"))))
9924 (build-system r-build-system)
9925 (propagated-inputs
9926 `(("r-mass" ,r-mass)
9927 ("r-matrix" ,r-matrix)))
9928 (home-page "https://cran.r-project.org/web/packages/speedglm")
9929 (synopsis "Fit linear and generalized linear models to large data sets")
9930 (description
9931 "This package provides tools for fitting linear models and generalized
9932 linear models to large data sets by updating algorithms.")
9933 ;; Any version of the GPL
9934 (license license:gpl2+)))
9935
9936 (define-public r-densityclust
9937 (package
9938 (name "r-densityclust")
9939 (version "0.3")
9940 (source
9941 (origin
9942 (method url-fetch)
9943 (uri (cran-uri "densityClust" version))
9944 (sha256
9945 (base32
9946 "1zry0vafajzmr37aylglxfvwplhdygbkb9cvzvh8cy0xgnjrnx13"))))
9947 (properties `((upstream-name . "densityClust")))
9948 (build-system r-build-system)
9949 (propagated-inputs
9950 `(("r-fnn" ,r-fnn)
9951 ("r-ggplot2" ,r-ggplot2)
9952 ("r-ggrepel" ,r-ggrepel)
9953 ("r-gridextra" ,r-gridextra)
9954 ("r-rcolorbrewer" ,r-rcolorbrewer)
9955 ("r-rcpp" ,r-rcpp)
9956 ("r-rtsne" ,r-rtsne)))
9957 (home-page "https://cran.r-project.org/web/packages/densityClust")
9958 (synopsis "Clustering by fast search and find of density peaks")
9959 (description
9960 "This package provides an improved implementation (based on k-nearest
9961 neighbors) of the density peak clustering algorithm, originally described by
9962 Alex Rodriguez and Alessandro Laio (Science, 2014 vol. 344). It can handle
9963 large datasets (> 100,000 samples) very efficiently.")
9964 (license license:gpl2+)))
9965
9966 (define-public r-combinat
9967 (package
9968 (name "r-combinat")
9969 (version "0.0-8")
9970 (source
9971 (origin
9972 (method url-fetch)
9973 (uri (cran-uri "combinat" version))
9974 (sha256
9975 (base32
9976 "1h9hr88gigihc4na7lb5i7rn4az1xa7sb34zvnznaj6pdrmwy4qm"))))
9977 (build-system r-build-system)
9978 (home-page "https://cran.r-project.org/web/packages/combinat")
9979 (synopsis "Combinatorics utilities")
9980 (description "This package provides assorted routines for combinatorics.")
9981 (license license:gpl2)))
9982
9983 (define-public r-qlcmatrix
9984 (package
9985 (name "r-qlcmatrix")
9986 (version "0.9.7")
9987 (source
9988 (origin
9989 (method url-fetch)
9990 (uri (cran-uri "qlcMatrix" version))
9991 (sha256
9992 (base32
9993 "0iqkcvvy8rxlk0s83sjq57dd6fadb18p5z31lzy0gnzv1hsy1x8y"))))
9994 (properties `((upstream-name . "qlcMatrix")))
9995 (build-system r-build-system)
9996 (propagated-inputs
9997 `(("r-docopt" ,r-docopt)
9998 ("r-matrix" ,r-matrix)
9999 ("r-slam" ,r-slam)
10000 ("r-sparsesvd" ,r-sparsesvd)))
10001 (home-page "https://cran.r-project.org/web/packages/qlcMatrix")
10002 (synopsis "Sparse matrix functions for quantitative language comparison")
10003 (description
10004 "This package provides an extension of the functionality of the Matrix
10005 package for using sparse matrices. Some of the functions are very general,
10006 while other are highly specific for the special data format used for
10007 @dfn{quantitative language comparison} (QLC).")
10008 (license license:gpl3)))
10009
10010 (define-public r-ddrtree
10011 (package
10012 (name "r-ddrtree")
10013 (version "0.1.5")
10014 (source
10015 (origin
10016 (method url-fetch)
10017 (uri (cran-uri "DDRTree" version))
10018 (sha256
10019 (base32
10020 "16s5fjw7kwlxhrkzdny62sx32fvmg3rxjc3wrh6krd31jh1fqlfk"))))
10021 (properties `((upstream-name . "DDRTree")))
10022 (build-system r-build-system)
10023 (propagated-inputs
10024 `(("r-bh" ,r-bh)
10025 ("r-irlba" ,r-irlba)
10026 ("r-rcpp" ,r-rcpp)
10027 ("r-rcppeigen" ,r-rcppeigen)))
10028 (home-page "https://cran.r-project.org/web/packages/DDRTree")
10029 (synopsis "Learning principal graphs with DDRTree")
10030 (description
10031 "This package provides an implementation of the framework of
10032 @dfn{reversed graph embedding} (RGE) which projects data into a reduced
10033 dimensional space while constructs a principal tree which passes through the
10034 middle of the data simultaneously. DDRTree shows superiority to
10035 alternatives (Wishbone, DPT) for inferring the ordering as well as the
10036 intrinsic structure of single cell genomics data. In general, it could be
10037 used to reconstruct the temporal progression as well as the bifurcation
10038 structure of any data type.")
10039 (license license:asl2.0)))
10040
10041 (define-public r-corpcor
10042 (package
10043 (name "r-corpcor")
10044 (version "1.6.9")
10045 (source
10046 (origin
10047 (method url-fetch)
10048 (uri (cran-uri "corpcor" version))
10049 (sha256
10050 (base32
10051 "1hi3i9d3841snppq1ks5pd8cliq1b4rm4dpsczmfqvwksg8snkrf"))))
10052 (build-system r-build-system)
10053 (home-page "http://strimmerlab.org/software/corpcor/")
10054 (synopsis "Efficient estimation of covariance and (partial) correlation")
10055 (description
10056 "This package implements a James-Stein-type shrinkage estimator for the
10057 covariance matrix, with separate shrinkage for variances and correlations.
10058 Furthermore, functions are available for fast singular value decomposition,
10059 for computing the pseudoinverse, and for checking the rank and positive
10060 definiteness of a matrix.")
10061 (license license:gpl3+)))
10062
10063 (define-public r-rspectra
10064 (package
10065 (name "r-rspectra")
10066 (version "0.16-0")
10067 (source
10068 (origin
10069 (method url-fetch)
10070 (uri (cran-uri "RSpectra" version))
10071 (sha256
10072 (base32
10073 "1ab45as2ysjrvkhvmx7y3nbhd0y1w4j9k2a789lcd973zz4wzwda"))))
10074 (properties `((upstream-name . "RSpectra")))
10075 (build-system r-build-system)
10076 (propagated-inputs
10077 `(("r-matrix" ,r-matrix)
10078 ("r-rcpp" ,r-rcpp)
10079 ("r-rcppeigen" ,r-rcppeigen)))
10080 (home-page "https://github.com/yixuan/RSpectra")
10081 (synopsis "Solvers for large-scale Eigenvalue and SVD problems")
10082 (description
10083 "This package provides an R interface to the Spectra library for
10084 large-scale eigenvalue and SVD problems. It is typically used to compute a
10085 few eigenvalues/vectors of an n by n matrix, e.g., the k largest eigenvalues,
10086 which is usually more efficient than @code{eigen()} if k << n.")
10087 ;; MPL 2 or later.
10088 (license license:mpl2.0)))
10089
10090 (define-public r-vbsr
10091 (package
10092 (name "r-vbsr")
10093 (version "0.0.5")
10094 (source
10095 (origin
10096 (method url-fetch)
10097 (uri (cran-uri "vbsr" version))
10098 (sha256
10099 (base32
10100 "1avskbxxyinjjdga4rnghcfvd4sypv4m39ysfaij5avvmi89bx3b"))))
10101 (build-system r-build-system)
10102 (home-page "https://cran.r-project.org/web/packages/vbsr")
10103 (synopsis "Variational Bayes spike regression regularized linear models")
10104 (description
10105 "This package provides an efficient algorithm for solving ultra-sparse
10106 regularized regression models using a variational Bayes algorithm with a spike
10107 prior. The algorithm is solved on a path, with coordinate updates, and is
10108 capable of generating very sparse models. Very general model
10109 diagnostics for controlling type-1 errors are also provided.")
10110 (license license:gpl2)))
10111
10112 (define-public r-flare
10113 (package
10114 (name "r-flare")
10115 (version "1.6.0.2")
10116 (source
10117 (origin
10118 (method url-fetch)
10119 (uri (cran-uri "flare" version))
10120 (sha256
10121 (base32
10122 "1ybrsx1djqldw0l5l1iz4pfh6xxb8ckkg1ric7wnsr51wm9ljlh5"))))
10123 (build-system r-build-system)
10124 (propagated-inputs
10125 `(("r-igraph" ,r-igraph)
10126 ("r-lattice" ,r-lattice)
10127 ("r-mass" ,r-mass)
10128 ("r-matrix" ,r-matrix)))
10129 (home-page "https://cran.r-project.org/web/packages/flare")
10130 (synopsis "Family of Lasso regression implementations")
10131 (description
10132 "This package provides implementations of a family of Lasso variants
10133 including Dantzig Selector, LAD Lasso, SQRT Lasso, Lq Lasso for estimating
10134 high dimensional sparse linear models.")
10135 (license license:gpl2)))
10136
10137 (define-public r-lassopv
10138 (package
10139 (name "r-lassopv")
10140 (version "0.2.0")
10141 (source
10142 (origin
10143 (method url-fetch)
10144 (uri (cran-uri "lassopv" version))
10145 (sha256
10146 (base32
10147 "0yawnjw063jypk3riy9xab9cmliv6c9dnabi18670khd3gzb2r9z"))))
10148 (build-system r-build-system)
10149 (propagated-inputs `(("r-lars" ,r-lars)))
10150 (home-page "https://github.com/lingfeiwang/lassopv")
10151 (synopsis "Non-parametric p-value estimation for predictors in Lasso")
10152 (description
10153 "This package enables you to estimate the p-values for predictors x
10154 against target variable y in Lasso regression, using the regularization
10155 strength when each predictor enters the active set of regularization path for
10156 the first time as the statistic.")
10157 (license license:gpl3)))
10158
10159 (define-public r-splitstackshape
10160 (package
10161 (name "r-splitstackshape")
10162 (version "1.4.8")
10163 (source
10164 (origin
10165 (method url-fetch)
10166 (uri (cran-uri "splitstackshape" version))
10167 (sha256
10168 (base32
10169 "0mpyf2kkfdl69pdc6brl1r6101vyc6pgr7z17s55ppg3y71k4q35"))))
10170 (build-system r-build-system)
10171 (propagated-inputs
10172 `(("r-data-table" ,r-data-table)))
10173 (home-page "https://github.com/mrdwab/splitstackshape")
10174 (synopsis "Stack and reshape datasets after splitting concatenated values")
10175 (description
10176 "Online data collection tools like Google Forms often export
10177 multiple-response questions with data concatenated in cells. The
10178 @code{concat.split} (cSplit) family of functions provided by this package
10179 splits such data into separate cells. This package also includes functions to
10180 stack groups of columns and to reshape wide data, even when the data are
10181 \"unbalanced\"---something which @code{reshape} (from base R) does not handle,
10182 and which @code{melt} and @code{dcast} from @code{reshape2} do not easily
10183 handle.")
10184 (license license:gpl3)))
10185
10186 (define-public r-tfmpvalue
10187 (package
10188 (name "r-tfmpvalue")
10189 (version "0.0.8")
10190 (source
10191 (origin
10192 (method url-fetch)
10193 (uri (cran-uri "TFMPvalue" version))
10194 (sha256
10195 (base32
10196 "0h9qkl15k8v17v3g9bdnfwvh2s04ywjgg5y0xn2077dmywlja1bd"))))
10197 (properties `((upstream-name . "TFMPvalue")))
10198 (build-system r-build-system)
10199 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
10200 (home-page "https://github.com/ge11232002/TFMPvalue")
10201 (synopsis "P-value computation for position weight matrices")
10202 (description
10203 "In putative @dfn{Transcription Factor Binding Sites} (TFBSs)
10204 identification from sequence/alignments, we are interested in the significance
10205 of certain match scores. TFMPvalue provides the accurate calculation of a
10206 p-value with a score threshold for position weight matrices, or the score with
10207 a given p-value. It is an interface to code originally made available by
10208 Helene Touzet and Jean-Stephane Varre, 2007, Algorithms Mol Biol:2, 15.
10209 Touzet and Varre (2007).")
10210 (license license:gpl2)))
10211
10212 (define-public r-rnifti
10213 (package
10214 (name "r-rnifti")
10215 (version "1.1.0")
10216 (source
10217 (origin
10218 (method url-fetch)
10219 (uri (cran-uri "RNifti" version))
10220 (sha256
10221 (base32
10222 "1z8ninp3aq18w0slcfn8r2fp48cdz8l0k0namsrnvgyp8lzcpqpn"))))
10223 (properties `((upstream-name . "RNifti")))
10224 (build-system r-build-system)
10225 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
10226 (home-page "https://github.com/jonclayden/RNifti")
10227 (synopsis "Fast R and C++ access to NIfTI images")
10228 (description
10229 "This package provides very fast read and write access to images stored
10230 in the NIfTI-1 and ANALYZE-7.5 formats, with seamless synchronisation between
10231 compiled C and interpreted R code. It also provides a C/C++ API that can be
10232 used by other packages.")
10233 (license license:gpl2)))
10234
10235 (define-public r-shades
10236 (package
10237 (name "r-shades")
10238 (version "1.4.0")
10239 (source
10240 (origin
10241 (method url-fetch)
10242 (uri (cran-uri "shades" version))
10243 (sha256
10244 (base32
10245 "1zg95sjhrfvbdlfc387g9p0vnb8nb6agdk1mb3wq3kwkm2da0bqj"))))
10246 (build-system r-build-system)
10247 (home-page "https://github.com/jonclayden/shades")
10248 (synopsis "Simple color manipulation")
10249 (description
10250 "This package provides functions for easily manipulating colors,
10251 creating color scales and calculating color distances.")
10252 (license license:bsd-3)))
10253
10254 (define-public r-ore
10255 (package
10256 (name "r-ore")
10257 (version "1.6.3")
10258 (source
10259 (origin
10260 (method url-fetch)
10261 (uri (cran-uri "ore" version))
10262 (sha256
10263 (base32 "1vh6w3arrhgkfjjjw7ci91xmz4wpfr3cmwd5zkqch89dgn07skkv"))))
10264 (build-system r-build-system)
10265 (home-page "https://github.com/jonclayden/ore")
10266 (synopsis "R interface to the Onigmo regular expression library")
10267 (description
10268 "This package provides an alternative to R's built-in functionality for
10269 handling regular expressions, based on the Onigmo library. It offers
10270 first-class compiled regex objects, partial matching and function-based
10271 substitutions, amongst other features.")
10272 (license license:bsd-3)))
10273
10274 (define-public r-reportr
10275 (package
10276 (name "r-reportr")
10277 (version "1.3.0")
10278 (source
10279 (origin
10280 (method url-fetch)
10281 (uri (cran-uri "reportr" version))
10282 (sha256
10283 (base32
10284 "0zynplxqvbmf23cm2rsz3wz2jx6mv55z94mn1k44ny3lx625cnpw"))))
10285 (build-system r-build-system)
10286 (propagated-inputs `(("r-ore" ,r-ore)))
10287 (home-page "https://github.com/jonclayden/reportr")
10288 (synopsis "General message and error reporting system")
10289 (description
10290 "This package provides a system for reporting messages, which offers
10291 certain useful features over the standard R system, such as the incorporation
10292 of output consolidation, message filtering, assertions, expression
10293 substitution, automatic generation of stack traces for debugging, and
10294 conditional reporting based on the current \"output level\".")
10295 (license license:gpl2)))
10296
10297 (define-public r-tractor-base
10298 (package
10299 (name "r-tractor-base")
10300 (version "3.3.2")
10301 (source
10302 (origin
10303 (method url-fetch)
10304 (uri (cran-uri "tractor.base" version))
10305 (sha256
10306 (base32
10307 "0y5gm0y4chl30f5qqq8qiiw4j8g32s4i9xrvyp3cwg902kf2p86i"))))
10308 (properties `((upstream-name . "tractor.base")))
10309 (build-system r-build-system)
10310 (propagated-inputs
10311 `(("r-ore" ,r-ore)
10312 ("r-reportr" ,r-reportr)
10313 ("r-rnifti" ,r-rnifti)
10314 ("r-shades" ,r-shades)))
10315 (home-page "http://www.tractor-mri.org.uk")
10316 (synopsis "Read, manipulate and visualize magnetic resonance images")
10317 (description
10318 "This package provides functions for working with magnetic resonance
10319 images. It supports reading and writing of popular file formats (DICOM,
10320 Analyze, NIfTI-1, NIfTI-2, MGH); interactive and non-interactive
10321 visualization; flexible image manipulation; metadata and sparse image
10322 handling.")
10323 (license license:gpl2)))
10324
10325 (define-public r-grimport
10326 (package
10327 (name "r-grimport")
10328 (version "0.9-3")
10329 (source
10330 (origin
10331 (method url-fetch)
10332 (uri (cran-uri "grImport" version))
10333 (sha256
10334 (base32
10335 "109mrdvq06xq3zgn9ngz0c7zzgqkv5zbpvsb2i636vmlk6y4dpkd"))))
10336 (properties `((upstream-name . "grImport")))
10337 (build-system r-build-system)
10338 (inputs
10339 `(("ghostscript" ,ghostscript)))
10340 (propagated-inputs
10341 `(("r-xml" ,r-xml)))
10342 (home-page "https://cran.r-project.org/web/packages/grImport")
10343 (synopsis "Convert, import, and draw PostScript pictures")
10344 (description
10345 "This package provides functions for converting, importing, and drawing
10346 PostScript pictures in R plots.")
10347 (license license:gpl2+)))
10348
10349 (define-public r-grimport2
10350 (package
10351 (name "r-grimport2")
10352 (version "0.2-0")
10353 (source
10354 (origin
10355 (method url-fetch)
10356 (uri (cran-uri "grImport2" version))
10357 (sha256
10358 (base32
10359 "19q0dd8fpp1g4xf6sg5f8dxybwxjfw553ra6wgjd8b74fzca40m1"))))
10360 (properties `((upstream-name . "grImport2")))
10361 (build-system r-build-system)
10362 (propagated-inputs
10363 `(("r-base64enc" ,r-base64enc)
10364 ("r-jpeg" ,r-jpeg)
10365 ("r-png" ,r-png)
10366 ("r-xml" ,r-xml)))
10367 (home-page "https://cran.r-project.org/web/packages/grImport2/")
10368 (synopsis "Import SVG graphics")
10369 (description
10370 "This package provides functions for importing external vector images and
10371 drawing them as part of R plots. This package is different from the
10372 @code{grImport} package because, where that package imports PostScript format
10373 images, this package imports SVG format images. Furthermore, this package
10374 imports a specific subset of SVG, so external images must be preprocessed
10375 using a package like @code{rsvg} to produce SVG that this package can import.
10376 SVG features that are not supported by R graphics, such as gradient fills, can
10377 be imported and then exported via the @code{gridSVG} package.")
10378 (license license:gpl2+)))
10379
10380 (define-public r-kohonen
10381 (package
10382 (name "r-kohonen")
10383 (version "3.0.10")
10384 (source
10385 (origin
10386 (method url-fetch)
10387 (uri (cran-uri "kohonen" version))
10388 (sha256
10389 (base32
10390 "1ck7j13x701g67bx81x7plszz804jfhl1yg42krcj9x88vm5cscr"))))
10391 (build-system r-build-system)
10392 (propagated-inputs
10393 `(("r-rcpp" ,r-rcpp)))
10394 (home-page "https://cran.r-project.org/web/packages/kohonen")
10395 (synopsis "Supervised and unsupervised self-organising maps")
10396 (description
10397 "This package provides functions to train @dfn{self-organising
10398 maps} (SOMs). Also interrogation of the maps and prediction using trained
10399 maps are supported. The name of the package refers to Teuvo Kohonen, the
10400 inventor of the SOM.")
10401 (license license:gpl2+)))
10402
10403 (define-public r-nnls
10404 (package
10405 (name "r-nnls")
10406 (version "1.4")
10407 (source
10408 (origin
10409 (method url-fetch)
10410 (uri (cran-uri "nnls" version))
10411 (sha256
10412 (base32
10413 "07vcrrxvswrvfiha6f3ikn640yg0m2b4yd9lkmim1g0jmsmpfp8f"))))
10414 (build-system r-build-system)
10415 (native-inputs `(("gfortran" ,gfortran)))
10416 (home-page "https://cran.r-project.org/web/packages/nnls")
10417 (synopsis "Lawson-Hanson algorithm for non-negative least squares")
10418 (description
10419 "This package provides an R interface to the Lawson-Hanson implementation
10420 of an algorithm for @dfn{non-negative least squares} (NNLS). It also allows
10421 the combination of non-negative and non-positive constraints.")
10422 (license license:gpl2+)))
10423
10424 (define-public r-iso
10425 (package
10426 (name "r-iso")
10427 (version "0.0-18")
10428 (source
10429 (origin
10430 (method url-fetch)
10431 (uri (cran-uri "Iso" version))
10432 (sha256
10433 (base32
10434 "014mm5b1f7i6nwlz3kyg1biph0y542kcx5bd13p68cv5a928qzid"))))
10435 (properties `((upstream-name . "Iso")))
10436 (build-system r-build-system)
10437 (native-inputs `(("gfortran" ,gfortran)))
10438 (home-page "http://www.stat.auckland.ac.nz/~rolf/")
10439 (synopsis "Functions to perform isotonic regression")
10440 (description
10441 "This package provides support for linear order and unimodal
10442 order (univariate) isotonic regression and bivariate isotonic regression with
10443 linear order on both variables.")
10444 (license license:gpl2+)))
10445
10446 (define-public r-chemometricswithr
10447 (package
10448 (name "r-chemometricswithr")
10449 (version "0.1.13")
10450 (source
10451 (origin
10452 (method url-fetch)
10453 (uri (cran-uri "ChemometricsWithR" version))
10454 (sha256
10455 (base32
10456 "166va1g3m1wv21qkmw4wpz0bsrclh3jih8smxphdc13l9pqgclpq"))))
10457 (properties
10458 `((upstream-name . "ChemometricsWithR")))
10459 (build-system r-build-system)
10460 (propagated-inputs
10461 `(("r-devtools" ,r-devtools)
10462 ("r-kohonen" ,r-kohonen)
10463 ("r-mass" ,r-mass)
10464 ("r-pls" ,r-pls)))
10465 (home-page "https://github.com/rwehrens/CWR")
10466 (synopsis "Chemometrics with R")
10467 (description
10468 "This package provides functions and scripts used in the book
10469 \"Chemometrics with R - Multivariate Data Analysis in the Natural Sciences and
10470 Life Sciences\" by Ron Wehrens, Springer (2011).")
10471 (license license:gpl2+)))
10472
10473 (define-public r-als
10474 (package
10475 (name "r-als")
10476 (version "0.0.6")
10477 (source
10478 (origin
10479 (method url-fetch)
10480 (uri (cran-uri "ALS" version))
10481 (sha256
10482 (base32
10483 "1swrn39vy50fazkpf97r7c542gkj6mlvy8gmcxllg7mf2mqx546a"))))
10484 (properties `((upstream-name . "ALS")))
10485 (build-system r-build-system)
10486 (propagated-inputs
10487 `(("r-iso" ,r-iso)
10488 ("r-nnls" ,r-nnls)))
10489 (home-page "https://cran.r-project.org/web/packages/ALS")
10490 (synopsis "Multivariate curve resolution alternating least squares")
10491 (description
10492 "Alternating least squares is often used to resolve components
10493 contributing to data with a bilinear structure; the basic technique may be
10494 extended to alternating constrained least squares. This package provides an
10495 implementation of @dfn{multivariate curve resolution alternating least
10496 squares} (MCR-ALS).
10497
10498 Commonly applied constraints include unimodality, non-negativity, and
10499 normalization of components. Several data matrices may be decomposed
10500 simultaneously by assuming that one of the two matrices in the bilinear
10501 decomposition is shared between datasets.")
10502 (license license:gpl2+)))
10503
10504 (define-public r-strucchange
10505 (package
10506 (name "r-strucchange")
10507 (version "1.5-2")
10508 (source
10509 (origin
10510 (method url-fetch)
10511 (uri (cran-uri "strucchange" version))
10512 (sha256
10513 (base32
10514 "1y022363a4pp0mnji91sjh1qiyspkh09sybqwj03r9pmwrd7q93x"))))
10515 (build-system r-build-system)
10516 (propagated-inputs
10517 `(("r-sandwich" ,r-sandwich)
10518 ("r-zoo" ,r-zoo)))
10519 (home-page "https://cran.r-project.org/web/packages/strucchange")
10520 (synopsis "Testing, monitoring, and dating structural changes")
10521 (description
10522 "This package provides tools for testing, monitoring and dating
10523 structural changes in (linear) regression models. It features tests/methods
10524 from the generalized fluctuation test framework as well as from the F
10525 test (Chow test) framework. This includes methods to fit, plot and test
10526 fluctuation processes (e.g., CUSUM, MOSUM, recursive/moving estimates) and F
10527 statistics, respectively. It is possible to monitor incoming data online
10528 using fluctuation processes. Finally, the breakpoints in regression models
10529 with structural changes can be estimated together with confidence intervals.
10530 Emphasis is always given to methods for visualizing the data.")
10531 ;; Either of these two GPL versions
10532 (license (list license:gpl2 license:gpl3))))
10533
10534 (define-public r-pixmap
10535 (package
10536 (name "r-pixmap")
10537 (version "0.4-11")
10538 (source
10539 (origin
10540 (method url-fetch)
10541 (uri (cran-uri "pixmap" version))
10542 (sha256
10543 (base32
10544 "04klxp6jndw1bp6z40v20fbmdmdpfca2g0czmmmgbkark9s1183g"))))
10545 (build-system r-build-system)
10546 (home-page "https://cran.r-project.org/web/packages/pixmap")
10547 (synopsis "Tools for bitmap images")
10548 (description
10549 "This package provides functions for importing, exporting, plotting and
10550 other manipulations of bitmapped images.")
10551 (license license:gpl2)))
10552
10553 (define-public r-rapidjsonr
10554 (package
10555 (name "r-rapidjsonr")
10556 (version "1.2.0")
10557 (source
10558 (origin
10559 (method url-fetch)
10560 (uri (cran-uri "rapidjsonr" version))
10561 (sha256
10562 (base32
10563 "07zdirhbzmvq3cp4xn8ngk1lgxbbabzays315zxbs3sxrz6lzjb2"))))
10564 (build-system r-build-system)
10565 (home-page "https://cran.r-project.org/web/packages/rapidjsonr")
10566 (synopsis "JSON parser")
10567 (description
10568 "This package provides JSON parsing capability through the Rapidjson
10569 library.")
10570 (license license:expat)))
10571
10572 (define-public r-ontologyindex
10573 (package
10574 (name "r-ontologyindex")
10575 (version "2.5")
10576 (source
10577 (origin
10578 (method url-fetch)
10579 (uri (cran-uri "ontologyIndex" version))
10580 (sha256
10581 (base32
10582 "127hlf0z5fmbgnq4p9h8nvn6p72d2fpcn846zzb99s213421jnry"))))
10583 (properties `((upstream-name . "ontologyIndex")))
10584 (build-system r-build-system)
10585 (home-page "https://cran.r-project.org/web/packages/ontologyIndex")
10586 (synopsis "Functions for processing ontologies in R")
10587 (description
10588 "This package provides functions for reading ontologies into R as lists
10589 and manipulating sets of ontological terms.")
10590 (license license:gpl2+)))
10591
10592 (define-public r-gargle
10593 (package
10594 (name "r-gargle")
10595 (version "0.4.0")
10596 (source
10597 (origin
10598 (method url-fetch)
10599 (uri (cran-uri "gargle" version))
10600 (sha256
10601 (base32
10602 "08zhfk2sl342w35i5n2c93ayypg3z0kbl0020l3y9adqka1vazgx"))))
10603 (build-system r-build-system)
10604 (propagated-inputs
10605 `(("r-fs" ,r-fs)
10606 ("r-glue" ,r-glue)
10607 ("r-httr" ,r-httr)
10608 ("r-jsonlite" ,r-jsonlite)
10609 ("r-rlang" ,r-rlang)
10610 ("r-withr" ,r-withr)))
10611 (home-page "https://gargle.r-lib.org")
10612 (synopsis "Utilities for working with Google APIs")
10613 (description
10614 "This package provides utilities for working with Google APIs. This
10615 includes functions and classes for handling common credential types and for
10616 preparing, executing, and processing HTTP requests.")
10617 (license license:expat)))
10618
10619 (define-public r-bigrquery
10620 (package
10621 (name "r-bigrquery")
10622 (version "1.2.0")
10623 (source
10624 (origin
10625 (method url-fetch)
10626 (uri (cran-uri "bigrquery" version))
10627 (sha256
10628 (base32
10629 "1ggh2gngr5x0g6y7d55y6kvn94anf7qi1bkc28cjmw61hxjq38fb"))))
10630 (build-system r-build-system)
10631 (propagated-inputs
10632 `(("r-assertthat" ,r-assertthat)
10633 ("r-bit64" ,r-bit64)
10634 ("r-curl" ,r-curl)
10635 ("r-dbi" ,r-dbi)
10636 ("r-gargle" ,r-gargle)
10637 ("r-glue" ,r-glue)
10638 ("r-httr" ,r-httr)
10639 ("r-jsonlite" ,r-jsonlite)
10640 ("r-prettyunits" ,r-prettyunits)
10641 ("r-progress" ,r-progress)
10642 ("r-rapidjsonr" ,r-rapidjsonr)
10643 ("r-rcpp" ,r-rcpp)
10644 ("r-rlang" ,r-rlang)
10645 ("r-tibble" ,r-tibble)))
10646 (home-page "https://github.com/rstats-db/bigrquery")
10647 (synopsis "R interface to Google's BigQuery API")
10648 (description
10649 "This package provides an R interface to Google's BigQuery database.")
10650 (license license:gpl3)))
10651
10652 (define-public r-gmp
10653 (package
10654 (name "r-gmp")
10655 (version "0.5-13.6")
10656 (source
10657 (origin
10658 (method url-fetch)
10659 (uri (cran-uri "gmp" version))
10660 (sha256
10661 (base32
10662 "0j2sz2nw41y9306rl1b8hbn0spz7453z5iawcq0bvslyrhc1d9ir"))))
10663 (build-system r-build-system)
10664 (arguments
10665 '(#:phases
10666 (modify-phases %standard-phases
10667 (add-after 'unpack 'set-CC
10668 (lambda _ (setenv "CC" "gcc") #t)))))
10669 (inputs `(("gmp" ,gmp)))
10670 (home-page "https://cran.r-project.org/web/packages/gmp")
10671 (synopsis "Multiple precision arithmetic")
10672 (description
10673 "This package supports multiple precision arithmetic (big integers and
10674 rationals, prime number tests, matrix computation), \"arithmetic without
10675 limitations\" using the GNU Multiple Precision library.")
10676 ;; Any version of the GPL.
10677 (license license:gpl3+)))
10678
10679 (define-public r-rmpfr
10680 (package
10681 (name "r-rmpfr")
10682 (version "0.8-1")
10683 (source
10684 (origin
10685 (method url-fetch)
10686 (uri (cran-uri "Rmpfr" version))
10687 (sha256
10688 (base32
10689 "09kw7hyca8xc09r2d88qj81cclar8acaq5q9q5rw9f49iffda0rr"))))
10690 (properties `((upstream-name . "Rmpfr")))
10691 (build-system r-build-system)
10692 (inputs
10693 `(("mpfr" ,mpfr)
10694 ("gmp" ,gmp)))
10695 (propagated-inputs
10696 `(("r-gmp" ,r-gmp)))
10697 (native-inputs
10698 `(("pkg-config" ,pkg-config)))
10699 (home-page "http://rmpfr.r-forge.r-project.org/")
10700 (synopsis "R bindings to the MPFR library")
10701 (description
10702 "This package supports arithmetic (via S4 classes and methods) for
10703 arbitrary precision floating point numbers, including transcendental
10704 functions. To this end, the package interfaces with the @dfn{Multiple
10705 Precision Floating-Point Reliable} (MPFR) library.")
10706 (license license:gpl2+)))
10707
10708 (define-public r-assertive-base
10709 (package
10710 (name "r-assertive-base")
10711 (version "0.0-7")
10712 (source
10713 (origin
10714 (method url-fetch)
10715 (uri (cran-uri "assertive.base" version))
10716 (sha256
10717 (base32
10718 "1xs3ysvj0z57c58jw57pckq2rynia6ks4rmjmc02alczhk54wbgh"))))
10719 (properties
10720 `((upstream-name . "assertive.base")))
10721 (build-system r-build-system)
10722 (home-page "https://bitbucket.org/richierocks/assertive.base")
10723 (synopsis "Core of the assertive package")
10724 (description
10725 "This package provides a minimal set of predicates and assertions used by
10726 the assertive package. This is mainly for use by other package developers who
10727 want to include run-time testing features in their own packages.")
10728 (license license:gpl3+)))
10729
10730 (define-public r-assertive-properties
10731 (package
10732 (name "r-assertive-properties")
10733 (version "0.0-4")
10734 (source
10735 (origin
10736 (method url-fetch)
10737 (uri (cran-uri "assertive.properties" version))
10738 (sha256
10739 (base32
10740 "0sqs54acs9qk9kvm32rxzfbzxz1l8mjahpfnw7r30z2brgz661jw"))))
10741 (properties
10742 `((upstream-name . "assertive.properties")))
10743 (build-system r-build-system)
10744 (propagated-inputs
10745 `(("r-assertive-base" ,r-assertive-base)))
10746 (home-page "https://bitbucket.org/richierocks/assertive.properties")
10747 (synopsis "Assertions to check properties of variables")
10748 (description
10749 "This package provides a set of predicates and assertions for checking
10750 the properties of variables, such as length, names and attributes. This is
10751 mainly for use by other package developers who want to include run-time
10752 testing features in their own packages.")
10753 (license license:gpl3+)))
10754
10755 (define-public r-assertive-numbers
10756 (package
10757 (name "r-assertive-numbers")
10758 (version "0.0-2")
10759 (source
10760 (origin
10761 (method url-fetch)
10762 (uri (cran-uri "assertive.numbers" version))
10763 (sha256
10764 (base32
10765 "0jc3ss64j4m7bjydhagwwmka5n7c72vpw4kfcch0m5jvkq5qrqds"))))
10766 (properties
10767 `((upstream-name . "assertive.numbers")))
10768 (build-system r-build-system)
10769 (propagated-inputs
10770 `(("r-assertive-base" ,r-assertive-base)))
10771 (home-page "https://bitbucket.org/richierocks/assertive.numbers")
10772 (synopsis "Assertions to check properties of numbers")
10773 (description
10774 "This package provides a set of predicates and assertions for checking
10775 the properties of numbers. This is mainly for use by other package developers
10776 who want to include run-time testing features in their own packages.")
10777 (license license:gpl3+)))
10778
10779 (define-public r-assertive-sets
10780 (package
10781 (name "r-assertive-sets")
10782 (version "0.0-3")
10783 (source
10784 (origin
10785 (method url-fetch)
10786 (uri (cran-uri "assertive.sets" version))
10787 (sha256
10788 (base32
10789 "1cqvh2syvh5b6d85h601zjmsdbbf3h8q98ids4dfl4frdshpasc7"))))
10790 (properties
10791 `((upstream-name . "assertive.sets")))
10792 (build-system r-build-system)
10793 (propagated-inputs
10794 `(("r-assertive-base" ,r-assertive-base)))
10795 (home-page "https://bitbucket.org/richierocks/assertive.sets")
10796 (synopsis "Assertions to check properties of sets")
10797 (description
10798 "This package provides a set of predicates and assertions for checking
10799 the properties of sets. This is mainly for use by other package developers
10800 who want to include run-time testing features in their own packages.")
10801 (license license:gpl3+)))
10802
10803 (define-public r-assertive-matrices
10804 (package
10805 (name "r-assertive-matrices")
10806 (version "0.0-2")
10807 (source
10808 (origin
10809 (method url-fetch)
10810 (uri (cran-uri "assertive.matrices" version))
10811 (sha256
10812 (base32
10813 "16sykzcndv6y2d43x6v9n7m95kv76364h39kh10w4z0xw6ksfqil"))))
10814 (properties
10815 `((upstream-name . "assertive.matrices")))
10816 (build-system r-build-system)
10817 (propagated-inputs
10818 `(("r-assertive-base" ,r-assertive-base)))
10819 (home-page "https://bitbucket.org/richierocks/assertive.matrices")
10820 (synopsis "Assertions to check properties of matrices")
10821 (description
10822 "This package provides a set of predicates and assertions for checking
10823 the properties of matrices. This is mainly for use by other package
10824 developers who want to include run-time testing features in their own
10825 packages.")
10826 (license license:gpl3+)))
10827
10828 (define-public r-assertive-models
10829 (package
10830 (name "r-assertive-models")
10831 (version "0.0-2")
10832 (source
10833 (origin
10834 (method url-fetch)
10835 (uri (cran-uri "assertive.models" version))
10836 (sha256
10837 (base32
10838 "0bn4j4v5qvb2d672cgri61p8d9v258pmz35y3lvm6b9mdxwdi9mr"))))
10839 (properties
10840 `((upstream-name . "assertive.models")))
10841 (build-system r-build-system)
10842 (propagated-inputs
10843 `(("r-assertive-base" ,r-assertive-base)))
10844 (home-page "https://bitbucket.org/richierocks/assertive.models")
10845 (synopsis "Assertions to check properties of models")
10846 (description
10847 "This package provides a set of predicates and assertions for checking
10848 the properties of models. This is mainly for use by other package developers
10849 who want to include run-time testing features in their own packages.")
10850 (license license:gpl3+)))
10851
10852 (define-public r-assertive-reflection
10853 (package
10854 (name "r-assertive-reflection")
10855 (version "0.0-4")
10856 (source
10857 (origin
10858 (method url-fetch)
10859 (uri (cran-uri "assertive.reflection" version))
10860 (sha256
10861 (base32
10862 "19zmsbn00crfqm0kwd9ys5gv87xs3gi6wmlikrz9xiwzm7hp4dhj"))))
10863 (properties
10864 `((upstream-name . "assertive.reflection")))
10865 (build-system r-build-system)
10866 (propagated-inputs
10867 `(("r-assertive-base" ,r-assertive-base)))
10868 (home-page "https://bitbucket.org/richierocks/assertive.reflection")
10869 (synopsis "Assertions for checking the state of R")
10870 (description
10871 "This package provides a set of predicates and assertions for checking
10872 the state and capabilities of R, the operating system it is running on, and
10873 the IDE being used. This is mainly for use by other package developers who
10874 want to include run-time testing features in their own packages.")
10875 (license license:gpl3+)))
10876
10877 (define-public r-assertive-types
10878 (package
10879 (name "r-assertive-types")
10880 (version "0.0-3")
10881 (source
10882 (origin
10883 (method url-fetch)
10884 (uri (cran-uri "assertive.types" version))
10885 (sha256
10886 (base32
10887 "0zxq1jfrzgw95ll7alvm0xnk7aihjdksngq4ya2whyvfjbmv4vdb"))))
10888 (properties
10889 `((upstream-name . "assertive.types")))
10890 (build-system r-build-system)
10891 (propagated-inputs
10892 `(("r-assertive-base" ,r-assertive-base)
10893 ("r-assertive-properties" ,r-assertive-properties)
10894 ("r-codetools" ,r-codetools)))
10895 (home-page "https://bitbucket.org/richierocks/assertive.types")
10896 (synopsis "Assertions to check types of variables")
10897 (description
10898 "This package provides a set of predicates and assertions for checking
10899 the types of variables. This is mainly for use by other package developers
10900 who want to include run-time testing features in their own packages.")
10901 (license license:gpl3+)))
10902
10903 (define-public r-assertive-files
10904 (package
10905 (name "r-assertive-files")
10906 (version "0.0-2")
10907 (source
10908 (origin
10909 (method url-fetch)
10910 (uri (cran-uri "assertive.files" version))
10911 (sha256
10912 (base32
10913 "02pfz8j5vwcj5kl6zca46894li7lxwnlrr29j922f14ay6kdssmy"))))
10914 (properties
10915 `((upstream-name . "assertive.files")))
10916 (build-system r-build-system)
10917 (propagated-inputs
10918 `(("r-assertive-base" ,r-assertive-base)
10919 ("r-assertive-numbers" ,r-assertive-numbers)))
10920 (home-page "https://bitbucket.org/richierocks/assertive.files")
10921 (synopsis "Assertions to check properties of files")
10922 (description
10923 "This package provides a set of predicates and assertions for checking
10924 the properties of files and connections. This is mainly for use by other
10925 package developers who want to include run-time testing features in their own
10926 packages.")
10927 (license license:gpl3+)))
10928
10929 (define-public r-assertive-code
10930 (package
10931 (name "r-assertive-code")
10932 (version "0.0-3")
10933 (source
10934 (origin
10935 (method url-fetch)
10936 (uri (cran-uri "assertive.code" version))
10937 (sha256
10938 (base32
10939 "1qhbp668zfvhqs8avkhg9amp4zyazz6dsy4fc6kpdmw3sv8yi07g"))))
10940 (properties
10941 `((upstream-name . "assertive.code")))
10942 (build-system r-build-system)
10943 (propagated-inputs
10944 `(("r-assertive-base" ,r-assertive-base)
10945 ("r-assertive-properties" ,r-assertive-properties)
10946 ("r-assertive-types" ,r-assertive-types)))
10947 (home-page "https://bitbucket.org/richierocks/assertive.code")
10948 (synopsis "Assertions to check properties of code")
10949 (description
10950 "This package provides a set of predicates and assertions for checking
10951 the properties of code. This is mainly for use by other package developers
10952 who want to include run-time testing features in their own packages.")
10953 (license license:gpl3+)))
10954
10955 (define-public r-assertive-datetimes
10956 (package
10957 (name "r-assertive-datetimes")
10958 (version "0.0-2")
10959 (source
10960 (origin
10961 (method url-fetch)
10962 (uri (cran-uri "assertive.datetimes" version))
10963 (sha256
10964 (base32
10965 "00a98fx8p3pr3ckayh8wmxmm4rz01s67wah9697m92yci6pv3m78"))))
10966 (properties
10967 `((upstream-name . "assertive.datetimes")))
10968 (build-system r-build-system)
10969 (propagated-inputs
10970 `(("r-assertive-base" ,r-assertive-base)
10971 ("r-assertive-types" ,r-assertive-types)))
10972 (home-page "https://bitbucket.org/richierocks/assertive.datetimes")
10973 (synopsis "Assertions to check properties of dates and times")
10974 (description
10975 "This package provides a set of predicates and assertions for checking
10976 the properties of dates and times. This is mainly for use by other package
10977 developers who want to include run-time testing features in their own
10978 packages.")
10979 (license license:gpl3+)))
10980
10981 (define-public r-assertive-strings
10982 (package
10983 (name "r-assertive-strings")
10984 (version "0.0-3")
10985 (source
10986 (origin
10987 (method url-fetch)
10988 (uri (cran-uri "assertive.strings" version))
10989 (sha256
10990 (base32
10991 "0n6jrk88670g4ym0r8ii40a08a90z1xadj8wcryk8h0nl04dchfm"))))
10992 (properties
10993 `((upstream-name . "assertive.strings")))
10994 (build-system r-build-system)
10995 (propagated-inputs
10996 `(("r-assertive-base" ,r-assertive-base)
10997 ("r-assertive-types" ,r-assertive-types)
10998 ("r-stringi" ,r-stringi)))
10999 (home-page "https://bitbucket.org/richierocks/assertive.strings")
11000 (synopsis "Assertions to check properties of strings")
11001 (description
11002 "This package provides a set of predicates and assertions for checking
11003 the properties of strings. This is mainly for use by other package developers
11004 who want to include run-time testing features in their own packages.")
11005 (license license:gpl3+)))
11006
11007 (define-public r-assertive-data-us
11008 (package
11009 (name "r-assertive-data-us")
11010 (version "0.0-2")
11011 (source
11012 (origin
11013 (method url-fetch)
11014 (uri (cran-uri "assertive.data.us" version))
11015 (sha256
11016 (base32
11017 "1bgspn0sccmp9z7s7djvdvprgxlyc5vrxznp4zfjb79kwvgn83hq"))))
11018 (properties
11019 `((upstream-name . "assertive.data.us")))
11020 (build-system r-build-system)
11021 (propagated-inputs
11022 `(("r-assertive-base" ,r-assertive-base)
11023 ("r-assertive-strings" ,r-assertive-strings)))
11024 (home-page "https://bitbucket.org/richierocks/assertive.data.us")
11025 (synopsis "Assertions to check properties of strings")
11026 (description
11027 "This package provides a set of predicates and assertions for checking
11028 the properties of US-specific complex data types. This is mainly for use by
11029 other package developers who want to include run-time testing features in
11030 their own packages.")
11031 (license license:gpl3+)))
11032
11033 (define-public r-assertive-data-uk
11034 (package
11035 (name "r-assertive-data-uk")
11036 (version "0.0-2")
11037 (source
11038 (origin
11039 (method url-fetch)
11040 (uri (cran-uri "assertive.data.uk" version))
11041 (sha256
11042 (base32
11043 "1fzjvhwp7mwkqqix29khvs6zcrc82n6j4czvzzb473vyjyvdlj5b"))))
11044 (properties
11045 `((upstream-name . "assertive.data.uk")))
11046 (build-system r-build-system)
11047 (propagated-inputs
11048 `(("r-assertive-base" ,r-assertive-base)
11049 ("r-assertive-strings" ,r-assertive-strings)))
11050 (home-page "https://bitbucket.org/richierocks/assertive.data.uk")
11051 (synopsis "Assertions to check properties of strings")
11052 (description
11053 "This package provides a set of predicates and assertions for checking
11054 the properties of UK-specific complex data types. This is mainly for use by
11055 other package developers who want to include run-time testing features in
11056 their own packages.")
11057 (license license:gpl3+)))
11058
11059 (define-public r-assertive-data
11060 (package
11061 (name "r-assertive-data")
11062 (version "0.0-3")
11063 (source
11064 (origin
11065 (method url-fetch)
11066 (uri (cran-uri "assertive.data" version))
11067 (sha256
11068 (base32
11069 "00cvg2g36mdl8plrzx40m63qd55742mddqrchwy9n3c7mm4gn02s"))))
11070 (properties
11071 `((upstream-name . "assertive.data")))
11072 (build-system r-build-system)
11073 (propagated-inputs
11074 `(("r-assertive-base" ,r-assertive-base)
11075 ("r-assertive-strings" ,r-assertive-strings)))
11076 (home-page "https://bitbucket.org/richierocks/assertive.data")
11077 (synopsis "Assertions to check properties of data")
11078 (description
11079 "This package provides a set of predicates and assertions for checking
11080 the properties of (country independent) complex data types. This is mainly
11081 for use by other package developers who want to include run-time testing
11082 features in their own packages.")
11083 (license license:gpl3+)))
11084
11085 (define-public r-assertive
11086 (package
11087 (name "r-assertive")
11088 (version "0.3-5")
11089 (source
11090 (origin
11091 (method url-fetch)
11092 (uri (cran-uri "assertive" version))
11093 (sha256
11094 (base32
11095 "0blbbhlxcb5ffdxqxi62xs33ljiawh6s22a0pyvbbh79jf46rzr3"))))
11096 (build-system r-build-system)
11097 (propagated-inputs
11098 `(("r-assertive-base" ,r-assertive-base)
11099 ("r-assertive-code" ,r-assertive-code)
11100 ("r-assertive-data" ,r-assertive-data)
11101 ("r-assertive-data-uk" ,r-assertive-data-uk)
11102 ("r-assertive-data-us" ,r-assertive-data-us)
11103 ("r-assertive-datetimes" ,r-assertive-datetimes)
11104 ("r-assertive-files" ,r-assertive-files)
11105 ("r-assertive-matrices" ,r-assertive-matrices)
11106 ("r-assertive-models" ,r-assertive-models)
11107 ("r-assertive-numbers" ,r-assertive-numbers)
11108 ("r-assertive-properties" ,r-assertive-properties)
11109 ("r-assertive-reflection" ,r-assertive-reflection)
11110 ("r-assertive-sets" ,r-assertive-sets)
11111 ("r-assertive-strings" ,r-assertive-strings)
11112 ("r-assertive-types" ,r-assertive-types)
11113 ("r-knitr" ,r-knitr)))
11114 (home-page "https://bitbucket.org/richierocks/assertive")
11115 (synopsis "Readable check functions to ensure code integrity")
11116 (description
11117 "This package provides lots of predicates (@code{is_*} functions) to
11118 check the state of your variables, and assertions (@code{assert_*} functions)
11119 to throw errors if they aren't in the right form.")
11120 (license license:gpl3+)))
11121
11122 (define-public r-dotcall64
11123 (package
11124 (name "r-dotcall64")
11125 (version "1.0-0")
11126 (source
11127 (origin
11128 (method url-fetch)
11129 (uri (cran-uri "dotCall64" version))
11130 (sha256
11131 (base32
11132 "1b8p7m3w0m7bp977c6jz74xkd611cxg11j49yza59k5fp338scb9"))))
11133 (properties `((upstream-name . "dotCall64")))
11134 (build-system r-build-system)
11135 (native-inputs `(("gfortran" ,gfortran)))
11136 (home-page "https://git.math.uzh.ch/reinhard.furrer/dotCall64")
11137 (synopsis "Enhanced foreign function interface supporting long vectors")
11138 (description
11139 "This package provides @code{.C64()}, an enhanced version of @code{.C()}
11140 and @code{.Fortran()} from the R foreign function interface. @code{.C64()}
11141 supports long vectors, arguments of type 64-bit integer, and provides a
11142 mechanism to avoid unnecessary copies of read-only and write-only arguments.
11143 This makes it a convenient and fast interface to C/C++ and Fortran code.")
11144 (license license:gpl2+)))
11145
11146 (define-public r-spam
11147 (package
11148 (name "r-spam")
11149 (version "2.5-1")
11150 (source
11151 (origin
11152 (method url-fetch)
11153 (uri (cran-uri "spam" version))
11154 (sha256
11155 (base32 "0ry0a76cljlmilrzcriiizcidxyhq1i7i9bqhvl1qda81ld8hifi"))))
11156 (build-system r-build-system)
11157 (propagated-inputs
11158 `(("r-dotcall64" ,r-dotcall64)))
11159 (native-inputs `(("gfortran" ,gfortran)))
11160 (home-page "https://www.math.uzh.ch/pages/spam/")
11161 (synopsis "Sparse matrix algebra")
11162 (description
11163 "This package provides a set of functions for sparse matrix algebra.
11164 Differences with other sparse matrix packages are:
11165
11166 @enumerate
11167 @item it only supports (essentially) one sparse matrix format;
11168 @item it is based on transparent and simple structure(s);
11169 @item it is tailored for MCMC calculations within G(M)RF;
11170 @item and it is fast and scalable (with the extension package @code{spam64}).
11171 @end enumerate\n")
11172 ;; Either of these licenses
11173 (license (list license:bsd-3 license:lgpl2.0))))
11174
11175 (define-public r-fields
11176 (package
11177 (name "r-fields")
11178 (version "10.3")
11179 (source
11180 (origin
11181 (method url-fetch)
11182 (uri (cran-uri "fields" version))
11183 (sha256
11184 (base32 "12k97vfjlz5h8vynirnvik1nyj1iw25n8xl7awmx9mpd6wvgy2s9"))))
11185 (build-system r-build-system)
11186 (propagated-inputs
11187 `(("r-maps" ,r-maps)
11188 ("r-spam" ,r-spam)))
11189 (native-inputs
11190 `(("gfortran" ,gfortran)))
11191 (home-page "https://www.image.ucar.edu/fields")
11192 (synopsis "Tools for spatial data")
11193 (description
11194 "This is a package for curve, surface and function fitting with an
11195 emphasis on splines, spatial data and spatial statistics. The major methods
11196 include cubic, and thin plate splines, Kriging, and compactly supported
11197 covariance functions for large data sets.")
11198 (license license:gpl2+)))
11199
11200 (define-public r-spatialextremes
11201 (package
11202 (name "r-spatialextremes")
11203 (version "2.0-7.2")
11204 (source
11205 (origin
11206 (method url-fetch)
11207 (uri (cran-uri "SpatialExtremes" version))
11208 (sha256
11209 (base32
11210 "0aqq9ryxi4xsdqjhc1lhb7ai8szs7m2vys6nn0ygps1w3pm4xwj8"))))
11211 (properties
11212 `((upstream-name . "SpatialExtremes")))
11213 (build-system r-build-system)
11214 (propagated-inputs
11215 `(("r-fields" ,r-fields)
11216 ("r-maps" ,r-maps)))
11217 (home-page "http://spatialextremes.r-forge.r-project.org/")
11218 (synopsis "Modelling spatial extremes")
11219 (description
11220 "This package provides tools for the statistical modelling of spatial
11221 extremes using max-stable processes, copula or Bayesian hierarchical models.
11222 More precisely, this package allows (conditional) simulations from various
11223 parametric max-stable models, analysis of the extremal spatial dependence, the
11224 fitting of such processes using composite likelihoods or least square (simple
11225 max-stable processes only), model checking and selection and prediction.")
11226 (license license:gpl2+)))
11227
11228 (define-public r-drc
11229 (package
11230 (name "r-drc")
11231 (version "3.0-1")
11232 (source
11233 (origin
11234 (method url-fetch)
11235 (uri (cran-uri "drc" version))
11236 (sha256
11237 (base32
11238 "0c8xn8ripzq270hy8d16fcnx02l02alddznd7fqwk3jyi6113h1y"))))
11239 (build-system r-build-system)
11240 (propagated-inputs
11241 `(("r-car" ,r-car)
11242 ("r-gtools" ,r-gtools)
11243 ("r-mass" ,r-mass)
11244 ("r-multcomp" ,r-multcomp)
11245 ("r-plotrix" ,r-plotrix)
11246 ("r-scales" ,r-scales)))
11247 (home-page "https://cran.r-project.org/web/packages/drc")
11248 (synopsis "Analysis of dose-response curves")
11249 (description
11250 "This package provides a suite of flexible and versatile model fitting
11251 and after-fitting functions for the analysis of dose-response data.")
11252 (license license:gpl2+)))
11253
11254 (define-public r-rmeta
11255 (package
11256 (name "r-rmeta")
11257 (version "3.0")
11258 (source
11259 (origin
11260 (method url-fetch)
11261 (uri (cran-uri "rmeta" version))
11262 (sha256
11263 (base32
11264 "0vkbnxp579v8zmcv1isdbzj5swpr6fq17zwparxcvzswjc2x9ydr"))))
11265 (build-system r-build-system)
11266 (home-page "https://cran.r-project.org/web/packages/rmeta")
11267 (synopsis "Tools for meta-analysis")
11268 (description
11269 "This package provides functions for simple fixed and random effects
11270 meta-analysis for two-sample comparisons and cumulative meta-analyses. It
11271 draws standard summary plots, funnel plots, and computes summaries and tests
11272 for association and heterogeneity.")
11273 (license license:gpl2)))
11274
11275 (define-public r-bootstrap
11276 (package
11277 (name "r-bootstrap")
11278 (version "2019.6")
11279 (source
11280 (origin
11281 (method url-fetch)
11282 (uri (cran-uri "bootstrap" version))
11283 (sha256
11284 (base32
11285 "1546jqhhw5h177ii8jkdikyd26rv6gwkav816np1zks4p7zgsljj"))))
11286 (build-system r-build-system)
11287 (native-inputs `(("gfortran" ,gfortran)))
11288 (home-page "https://cran.r-project.org/web/packages/bootstrap")
11289 (synopsis "Functions for the book \"An Introduction to the Bootstrap\"")
11290 (description
11291 "This package provides software and data for the book \"An Introduction
11292 to the Bootstrap\" by B. Efron and R. Tibshirani, 1993, Chapman and Hall.
11293 This package is primarily provided for projects already based on it, and for
11294 support of the book. New projects should preferentially use the recommended
11295 package \"boot\".")
11296 (license license:bsd-3)))
11297
11298 (define-public r-survivalroc
11299 (package
11300 (name "r-survivalroc")
11301 (version "1.0.3")
11302 (source
11303 (origin
11304 (method url-fetch)
11305 (uri (cran-uri "survivalROC" version))
11306 (sha256
11307 (base32
11308 "0wnd65ff5w679hxa1zrpfrx9qg47q21pjxppsga6m3h4iq1yfj8l"))))
11309 (properties `((upstream-name . "survivalROC")))
11310 (build-system r-build-system)
11311 (home-page "https://cran.r-project.org/web/packages/survivalROC")
11312 (synopsis "Time-dependent ROC curve estimation from censored survival data")
11313 (description
11314 "Compute time-dependent ROC curve from censored survival data using
11315 Kaplan-Meier (KM) or Nearest Neighbor Estimation (NNE) method of Heagerty,
11316 Lumley & Pepe (Biometrics, Vol 56 No 2, 2000, PP 337-344)")
11317 (license license:gpl2+)))
11318
11319 (define-public r-longitudinal
11320 (package
11321 (name "r-longitudinal")
11322 (version "1.1.12")
11323 (source
11324 (origin
11325 (method url-fetch)
11326 (uri (cran-uri "longitudinal" version))
11327 (sha256
11328 (base32
11329 "1d83ws28nxi3kw5lgd5n5y7865djq7ky72fw3ddi1fkkhg1r9y6l"))))
11330 (build-system r-build-system)
11331 (propagated-inputs `(("r-corpcor" ,r-corpcor)))
11332 (home-page "http://strimmerlab.org/software/longitudinal/")
11333 (synopsis "Analysis of multiple time course data")
11334 (description
11335 "This package contains general data structures and functions for
11336 longitudinal data with multiple variables, repeated measurements, and
11337 irregularly spaced time points. It also implements a shrinkage estimator of
11338 dynamical correlation and dynamical covariance.")
11339 (license license:gpl3+)))
11340
11341 (define-public r-genenet
11342 (package
11343 (name "r-genenet")
11344 (version "1.2.14")
11345 (source
11346 (origin
11347 (method url-fetch)
11348 (uri (cran-uri "GeneNet" version))
11349 (sha256
11350 (base32
11351 "0cdhrj15rz0w0pyw3r8mikrzsdh95y5i1c0pa3cn0c2bjnjx3x3n"))))
11352 (properties `((upstream-name . "GeneNet")))
11353 (build-system r-build-system)
11354 (propagated-inputs
11355 `(("r-corpcor" ,r-corpcor)
11356 ("r-fdrtool" ,r-fdrtool)
11357 ("r-longitudinal" ,r-longitudinal)))
11358 (home-page "http://strimmerlab.org/software/genenet/")
11359 (synopsis "Modeling and inferring gene networks")
11360 (description
11361 "This package analyzes gene expression (time series) data with focus on
11362 the inference of gene networks. In particular, GeneNet implements the methods
11363 of Schaefer and Strimmer (2005a,b,c) and Opgen-Rhein and Strimmer (2006, 2007)
11364 for learning large-scale gene association networks (including assignment of
11365 putative directions).")
11366 (license license:gpl3+)))
11367
11368 (define-public r-rbamtools
11369 (package
11370 (name "r-rbamtools")
11371 (version "2.16.17")
11372 (source
11373 (origin
11374 (method url-fetch)
11375 (uri (cran-uri "rbamtools" version))
11376 (sha256
11377 (base32
11378 "0qj37ljdva3v29s01dkrbg31mcfzy3bl145cp40d54v4h9xhcghc"))))
11379 (build-system r-build-system)
11380 (inputs `(("zlib" ,zlib)))
11381 (propagated-inputs
11382 `(("r-refgenome" ,r-refgenome)))
11383 (home-page "https://cran.r-project.org/web/packages/rbamtools")
11384 (synopsis "Read and write BAM (binary alignment) files")
11385 (description
11386 "This package provides an R interface to functions of the SAMtools
11387 library.")
11388 (license license:artistic2.0)))
11389
11390 (define-public r-protviz
11391 (package
11392 (name "r-protviz")
11393 (version "0.6.3")
11394 (source
11395 (origin
11396 (method url-fetch)
11397 (uri (cran-uri "protViz" version))
11398 (sha256
11399 (base32
11400 "1ldciqh3f43xr9663yyhd9r6qwrg4c4vmkprlcancbnd460wakg7"))))
11401 (properties `((upstream-name . "protViz")))
11402 (build-system r-build-system)
11403 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
11404 (home-page "https://github.com/protViz/protViz/")
11405 (synopsis "Visualizing and analyzing mass spectrometry data in proteomics")
11406 (description
11407 "This package helps with quality checks, visualizations and analysis of
11408 mass spectrometry data, coming from proteomics experiments. The package is
11409 developed, tested and used at the Functional Genomics Center Zurich, where it
11410 is used mainly for prototyping, teaching, and having fun with proteomics data.
11411 But it can also be used to do data analysis for small scale data sets.")
11412 (license license:gpl3)))
11413
11414 (define-public r-cmprsk
11415 (package
11416 (name "r-cmprsk")
11417 (version "2.2-9")
11418 (source
11419 (origin
11420 (method url-fetch)
11421 (uri (cran-uri "cmprsk" version))
11422 (sha256
11423 (base32 "0xhgfg5b4i9skkaxp7gzkafgg5bqs5q1rp4hpw2jjmykg2nifn99"))))
11424 (build-system r-build-system)
11425 (propagated-inputs
11426 `(("r-survival" ,r-survival)))
11427 (native-inputs
11428 `(("gfortran" ,gfortran)))
11429 (home-page "https://cran.r-project.org/web/packages/cmprsk")
11430 (synopsis "Subdistribution analysis of competing risks")
11431 (description
11432 "This package provides tool for estimation, testing and regression
11433 modeling of subdistribution functions in competing risks, as described in
11434 Gray (1988), A class of K-sample tests for comparing the cumulative incidence
11435 of a competing risk, Ann. Stat. 16:1141-1154, and Fine JP and Gray RJ (1999),
11436 A proportional hazards model for the subdistribution of a competing risk,
11437 JASA, 94:496-509.")
11438 (license license:gpl2+)))
11439
11440 (define-public r-etm
11441 (package
11442 (name "r-etm")
11443 (version "1.0.5.1")
11444 (source
11445 (origin
11446 (method url-fetch)
11447 (uri (cran-uri "etm" version))
11448 (sha256
11449 (base32
11450 "0m41pm277sd50pharigcqzr1a2g92wnmdf6fcab6fx16ia2fzrm7"))))
11451 (build-system r-build-system)
11452 (propagated-inputs
11453 `(("r-data-table" ,r-data-table)
11454 ("r-lattice" ,r-lattice)
11455 ("r-rcpp" ,r-rcpp)
11456 ("r-rcpparmadillo" ,r-rcpparmadillo)
11457 ("r-survival" ,r-survival)))
11458 (home-page "https://cran.r-project.org/web/packages/etm")
11459 (synopsis "Empirical transition matrix")
11460 (description
11461 "The @dfn{empirical transition matrix} (etm) package permits to estimate
11462 the matrix of transition probabilities for any time-inhomogeneous multistate
11463 model with finite state space using the Aalen-Johansen estimator.")
11464 (license license:expat)))
11465
11466 (define-public r-epi
11467 (package
11468 (name "r-epi")
11469 (version "2.40")
11470 (source
11471 (origin
11472 (method url-fetch)
11473 (uri (cran-uri "Epi" version))
11474 (sha256
11475 (base32
11476 "046y10vwks5y84pzccmrn6d4pd6qz70imvp1hw5ywp8fnwzfh4g5"))))
11477 (properties `((upstream-name . "Epi")))
11478 (build-system r-build-system)
11479 (propagated-inputs
11480 `(("r-cmprsk" ,r-cmprsk)
11481 ("r-data-table" ,r-data-table)
11482 ("r-etm" ,r-etm)
11483 ("r-mass" ,r-mass)
11484 ("r-matrix" ,r-matrix)
11485 ("r-mgcv" ,r-mgcv)
11486 ("r-numderiv" ,r-numderiv)
11487 ("r-plyr" ,r-plyr)
11488 ("r-survival" ,r-survival)
11489 ("r-zoo" ,r-zoo)))
11490 (home-page "http://BendixCarstensen.com/Epi/")
11491 (synopsis "Statistical analysis in epidemiology")
11492 (description
11493 "This package provides functions for demographic and epidemiological
11494 analysis in the Lexis diagram, i.e. register and cohort follow-up data, in
11495 particular representation, manipulation and simulation of multistate data -
11496 the Lexis suite of functions, which includes interfaces to the @code{mstate},
11497 @code{etm} and @code{cmprsk} packages. It also contains functions for
11498 Age-Period-Cohort and Lee-Carter modeling and a function for interval censored
11499 data and some useful functions for tabulation and plotting, as well as a
11500 number of epidemiological data sets.")
11501 (license license:gpl2)))
11502
11503 (define-public r-ppls
11504 (package
11505 (name "r-ppls")
11506 (version "1.6-1.1")
11507 (source
11508 (origin
11509 (method url-fetch)
11510 (uri (cran-uri "ppls" version))
11511 (sha256
11512 (base32
11513 "1zyrisy3c4cz896j1bjh61sf57wdl9p8ywdq268cl819szfq78mx"))))
11514 (build-system r-build-system)
11515 (propagated-inputs `(("r-mass" ,r-mass)))
11516 (home-page "https://cran.r-project.org/web/packages/ppls")
11517 (synopsis "Penalized partial least squares")
11518 (description
11519 "This package contains linear and nonlinear regression methods based on
11520 partial least squares and penalization techniques. Model parameters are
11521 selected via cross-validation, and confidence intervals ans tests for the
11522 regression coefficients can be conducted via jackknifing.")
11523 (license license:gpl2+)))
11524
11525 (define-public r-huge
11526 (package
11527 (name "r-huge")
11528 (version "1.3.4")
11529 (source
11530 (origin
11531 (method url-fetch)
11532 (uri (cran-uri "huge" version))
11533 (sha256
11534 (base32 "07n3j1va2z4v30rj22cww72khgzbz2xsp0yc0qswlrwyxi4my5i3"))))
11535 (build-system r-build-system)
11536 (propagated-inputs
11537 `(("r-igraph" ,r-igraph)
11538 ("r-mass" ,r-mass)
11539 ("r-matrix" ,r-matrix)
11540 ("r-rcpp" ,r-rcpp)
11541 ("r-rcppeigen" ,r-rcppeigen)))
11542 (home-page "https://cran.r-project.org/web/packages/huge")
11543 (synopsis "High-dimensional undirected graph estimation")
11544 (description
11545 "This package provides a general framework for high-dimensional
11546 undirected graph estimation. It integrates data preprocessing, neighborhood
11547 screening, graph estimation, and model selection techniques into a pipeline.")
11548 (license license:gpl2)))
11549
11550 (define-public r-parcor
11551 (package
11552 (name "r-parcor")
11553 (version "0.2-6")
11554 (source
11555 (origin
11556 (method url-fetch)
11557 (uri (cran-uri "parcor" version))
11558 (sha256
11559 (base32
11560 "0vgs6k92vdr0cmb8cwbv2ff6qavw30agskfd8bfh17hsskrisvx0"))))
11561 (build-system r-build-system)
11562 (propagated-inputs
11563 `(("r-epi" ,r-epi)
11564 ("r-genenet" ,r-genenet)
11565 ("r-glmnet" ,r-glmnet)
11566 ("r-mass" ,r-mass)
11567 ("r-ppls" ,r-ppls)))
11568 (home-page "https://cran.r-project.org/web/packages/parcor")
11569 (synopsis "Regularized estimation of partial correlation matrices")
11570 (description
11571 "This package estimates the matrix of partial correlations based on
11572 different regularized regression methods: lasso, adaptive lasso, PLS, and
11573 Ridge Regression. In addition, the package provides model selection for
11574 lasso, adaptive lasso and Ridge regression based on cross-validation.")
11575 (license license:gpl2+)))
11576
11577 (define-public r-mcmc
11578 (package
11579 (name "r-mcmc")
11580 (version "0.9-6.1")
11581 (source
11582 (origin
11583 (method url-fetch)
11584 (uri (cran-uri "mcmc" version))
11585 (sha256
11586 (base32
11587 "1i1nhdapyijvm58zx38q28zk01ndmi6smjivxk5xs2cx9b6v2av9"))))
11588 (build-system r-build-system)
11589 (home-page "http://www.stat.umn.edu/geyer/mcmc/")
11590 (synopsis "Markov chain Monte Carlo")
11591 (description
11592 "This package simulates continuous distributions of random vectors using
11593 @dfn{Markov chain Monte Carlo} (MCMC). Users specify the distribution by an R
11594 function that evaluates the log unnormalized density. Algorithms are random
11595 walk Metropolis algorithm (function @code{metrop}), simulated
11596 tempering (function @code{temper}), and morphometric random walk
11597 Metropolis (function @code{morph.metrop}), which achieves geometric ergodicity
11598 by change of variable.")
11599 (license license:expat)))
11600
11601 (define-public r-listenv
11602 (package
11603 (name "r-listenv")
11604 (version "0.8.0")
11605 (source
11606 (origin
11607 (method url-fetch)
11608 (uri (cran-uri "listenv" version))
11609 (sha256
11610 (base32
11611 "0ps8bk7zlhbviawrw7vw25skjq81hkk3ijyi6g74dmfqy8zsyapx"))))
11612 (build-system r-build-system)
11613 (native-inputs
11614 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
11615 (home-page "https://github.com/HenrikBengtsson/listenv")
11616 (synopsis "Environments behaving (almost) as lists")
11617 (description
11618 "This package implements list environments. List environments are
11619 environments that have list-like properties. For instance, the elements of a
11620 list environment are ordered and can be accessed and iterated over using index
11621 subsetting.")
11622 (license license:lgpl2.1+)))
11623
11624 (define-public r-globals
11625 (package
11626 (name "r-globals")
11627 (version "0.12.5")
11628 (source
11629 (origin
11630 (method url-fetch)
11631 (uri (cran-uri "globals" version))
11632 (sha256
11633 (base32
11634 "1ha8iasgijp4q3v2b0b17y1wh7cd3nvzd9b03w49qm2bidkaf68m"))))
11635 (build-system r-build-system)
11636 (propagated-inputs
11637 `(("r-codetools" ,r-codetools)))
11638 (home-page "https://github.com/HenrikBengtsson/globals")
11639 (synopsis "Identify global objects in R expressions")
11640 (description
11641 "This package provides tools to identify global (\"unknown\" or \"free\")
11642 objects in R expressions by code inspection using various strategies, e.g.
11643 conservative or liberal. The objective of this package is to make it as
11644 simple as possible to identify global objects for the purpose of exporting
11645 them in distributed compute environments.")
11646 (license license:lgpl2.1+)))
11647
11648 (define-public r-future
11649 (package
11650 (name "r-future")
11651 (version "1.16.0")
11652 (source
11653 (origin
11654 (method url-fetch)
11655 (uri (cran-uri "future" version))
11656 (sha256
11657 (base32
11658 "1xaqh0b2knf5bp23mc0kriq0iqhqna31q3b7d960piqjhzrb03dm"))))
11659 (build-system r-build-system)
11660 (propagated-inputs
11661 `(("r-digest" ,r-digest)
11662 ("r-globals" ,r-globals)
11663 ("r-listenv" ,r-listenv)))
11664 (native-inputs
11665 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
11666 (home-page "https://github.com/HenrikBengtsson/future")
11667 (synopsis "Unified parallel and distributed processing in R")
11668 (description
11669 "The purpose of this package is to provide a lightweight and unified
11670 Future API for sequential and parallel processing of R expression via futures.
11671 This package implements sequential, multicore, multisession, and cluster
11672 futures. With these, R expressions can be evaluated on the local machine, in
11673 parallel a set of local machines, or distributed on a mix of local and remote
11674 machines. Extensions to this package implement additional backends for
11675 processing futures via compute cluster schedulers etc. Because of its unified
11676 API, there is no need to modify any code in order to switch from sequential on
11677 the local machine to, say, distributed processing on a remote compute cluster.")
11678 (license license:lgpl2.1+)))
11679
11680 (define-public r-future-apply
11681 (package
11682 (name "r-future-apply")
11683 (version "1.4.0")
11684 (source
11685 (origin
11686 (method url-fetch)
11687 (uri (cran-uri "future.apply" version))
11688 (sha256
11689 (base32
11690 "1kgq6dv96hdy35kysqkn606nj7s9dp4ibgpm6n46gqhc5n75lzkk"))))
11691 (properties `((upstream-name . "future.apply")))
11692 (build-system r-build-system)
11693 (propagated-inputs
11694 `(("r-future" ,r-future)
11695 ("r-globals" ,r-globals)))
11696 (native-inputs
11697 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
11698 (home-page "https://github.com/HenrikBengtsson/future.apply")
11699 (synopsis "Apply function to elements in parallel using futures")
11700 (description
11701 "This package provides implementations of @code{apply()},
11702 @code{eapply()}, @code{lapply()}, @code{Map()}, @code{mapply()},
11703 @code{replicate()}, @code{sapply()}, @code{tapply()}, and @code{vapply()} that
11704 can be resolved using any future-supported backend, e.g. parallel on the local
11705 machine or distributed on a compute cluster.")
11706 (license license:gpl2+)))
11707
11708 (define-public r-rsvd
11709 (package
11710 (name "r-rsvd")
11711 (version "1.0.3")
11712 (source
11713 (origin
11714 (method url-fetch)
11715 (uri (cran-uri "rsvd" version))
11716 (sha256
11717 (base32
11718 "1fvrw46fl5xb2akaa4mp8nja4h7nn4bdhnjdrk22fsdfqc7hwmhk"))))
11719 (build-system r-build-system)
11720 (propagated-inputs
11721 `(("r-matrix" ,r-matrix)))
11722 (home-page "https://github.com/erichson/rSVD")
11723 (synopsis "Randomized singular value decomposition")
11724 (description
11725 "Low-rank matrix decompositions are fundamental tools and widely used for
11726 data analysis, dimension reduction, and data compression. Classically, highly
11727 accurate deterministic matrix algorithms are used for this task. However, the
11728 emergence of large-scale data has severely challenged our computational
11729 ability to analyze big data. The concept of randomness has been demonstrated
11730 as an effective strategy to quickly produce approximate answers to familiar
11731 problems such as the @dfn{singular value decomposition} (SVD). This package
11732 provides several randomized matrix algorithms such as the randomized singular
11733 value decomposition (@code{rsvd}), randomized principal component
11734 analysis (@code{rpca}), randomized robust principal component
11735 analysis (@code{rrpca}), randomized interpolative decomposition (@code{rid}),
11736 and the randomized CUR decomposition (@code{rcur}). In addition several plot
11737 functions are provided.")
11738 (license license:gpl3+)))
11739
11740 (define-public r-sloop
11741 (package
11742 (name "r-sloop")
11743 (version "1.0.1")
11744 (source
11745 (origin
11746 (method url-fetch)
11747 (uri (cran-uri "sloop" version))
11748 (sha256
11749 (base32
11750 "00fk5fr5zsk2qxc1kfhmshhjxgnamm3401089sx8m2l529zd6r8j"))))
11751 (build-system r-build-system)
11752 (propagated-inputs
11753 `(("r-codetools" ,r-codetools)
11754 ("r-crayon" ,r-crayon)
11755 ("r-purrr" ,r-purrr)
11756 ("r-rlang" ,r-rlang)
11757 ("r-tibble" ,r-tibble)))
11758 (home-page "https://github.com/r-lib/sloop")
11759 (synopsis "Helpers for object-oriented programming in R")
11760 (description
11761 "This package provides a collection of helper functions designed to
11762 help you to better understand object oriented programming in R, particularly
11763 using @code{S3}.")
11764 (license license:gpl3)))
11765
11766 (define-public r-capushe
11767 (package
11768 (name "r-capushe")
11769 (version "1.1.1")
11770 (source
11771 (origin
11772 (method url-fetch)
11773 (uri (cran-uri "capushe" version))
11774 (sha256
11775 (base32
11776 "1aa76ir1kp67hiz7dr60azyc71yzslshyc640fjh0fpw0sp5kwbc"))))
11777 (build-system r-build-system)
11778 (propagated-inputs `(("r-mass" ,r-mass)))
11779 (home-page "https://cran.r-project.org/web/packages/capushe/index.html")
11780 (synopsis "Calibrating penalties using slope heuristics")
11781 (description
11782 "This package provides tools for the calibration of penalized criteria
11783 for model selection. The calibration methods available are based on the slope
11784 heuristics.")
11785 (license license:gpl2+)))
11786
11787 (define-public r-dorng
11788 (package
11789 (name "r-dorng")
11790 (version "1.8.2")
11791 (source
11792 (origin
11793 (method url-fetch)
11794 (uri (cran-uri "doRNG" version))
11795 (sha256
11796 (base32
11797 "1jff27zzrvd1fd61x2m9468h8xn3s1c9f6wibviy5zdhj5dx9s9k"))))
11798 (properties `((upstream-name . "doRNG")))
11799 (build-system r-build-system)
11800 (propagated-inputs
11801 `(("r-foreach" ,r-foreach)
11802 ("r-iterators" ,r-iterators)
11803 ("r-rngtools" ,r-rngtools)))
11804 (home-page "https://renozao.github.io/doRNG/")
11805 (synopsis "Generic reproducible parallel backend for foreach loops")
11806 (description
11807 "This package provides functions to perform reproducible parallel
11808 @code{foreach} loops, using independent random streams as generated by
11809 L'Ecuyer's combined multiple-recursive generator. It enables to easily
11810 convert standard @code{%dopar%} loops into fully reproducible loops,
11811 independently of the number of workers, the task scheduling strategy, or the
11812 chosen parallel environment and associated foreach backend.")
11813 (license license:gpl2+)))
11814
11815 (define-public r-blockmodeling
11816 (package
11817 (name "r-blockmodeling")
11818 (version "0.3.6")
11819 (source
11820 (origin
11821 (method url-fetch)
11822 (uri (cran-uri "blockmodeling" version))
11823 (sha256
11824 (base32
11825 "12paf76l3wlxad14bkxn37lw9rg6ka473m86wlcf3yhriw8kbaiz"))))
11826 (build-system r-build-system)
11827 (propagated-inputs
11828 `(("r-matrix" ,r-matrix)))
11829 (native-inputs `(("gfortran" ,gfortran)))
11830 (home-page "https://cran.r-project.org/web/packages/blockmodeling")
11831 (synopsis "Generalized and classical blockmodeling of valued networks")
11832 (description
11833 "This package is primarily meant as an implementation of generalized
11834 blockmodeling for valued networks. In addition, measures of similarity or
11835 dissimilarity based on structural equivalence and regular equivalence (REGE
11836 algorithms) can be computed and partitioned matrices can be plotted.")
11837 (license license:gpl2+)))
11838
11839 (define-public r-upsetr
11840 (package
11841 (name "r-upsetr")
11842 (version "1.4.0")
11843 (source
11844 (origin
11845 (method url-fetch)
11846 (uri (cran-uri "UpSetR" version))
11847 (sha256
11848 (base32
11849 "007i0njnjjy7vbrxabwav7a1kk2n0hn2mkvqsdzzfk10ckp5y7im"))))
11850 (properties `((upstream-name . "UpSetR")))
11851 (build-system r-build-system)
11852 (propagated-inputs
11853 `(("r-ggplot2" ,r-ggplot2)
11854 ("r-gridextra" ,r-gridextra)
11855 ("r-plyr" ,r-plyr)
11856 ("r-scales" ,r-scales)))
11857 (home-page "https://github.com/hms-dbmi/UpSetR")
11858 (synopsis "Visualize intersecting sets")
11859 (description
11860 "This package provides a more scalable alternative to Venn and Euler
11861 diagrams for visualizing intersecting sets. Create visualizations of
11862 intersecting sets using a novel matrix design, along with visualizations of
11863 several common set, element and attribute related tasks.")
11864 (license license:expat)))
11865
11866 ;; This package includes a JavaScript file, which is not minified. When
11867 ;; upgrading please check that there are no new minified JavaScript files.
11868 (define-public r-shinybs
11869 (package
11870 (name "r-shinybs")
11871 (version "0.61")
11872 (source
11873 (origin
11874 (method url-fetch)
11875 (uri (cran-uri "shinyBS" version))
11876 (sha256
11877 (base32
11878 "0rhim4mbp4x9vvm7xkmpl7mhb9qd1gr96cr4dv330v863ra2kgji"))))
11879 (properties `((upstream-name . "shinyBS")))
11880 (build-system r-build-system)
11881 ;; The tests spawn Shiny browser apps. They cannot be run
11882 ;; non-interactively.
11883 (arguments '(#:tests? #f))
11884 (propagated-inputs
11885 `(("r-htmltools" ,r-htmltools)
11886 ("r-shiny" ,r-shiny)))
11887 (home-page "https://ebailey78.github.io/shinyBS/")
11888 (synopsis "Twitter Bootstrap components for Shiny")
11889 (description
11890 "This package adds additional Twitter Bootstrap components to Shiny.")
11891 (license license:gpl3)))
11892
11893 (define-public r-outliers
11894 (package
11895 (name "r-outliers")
11896 (version "0.14")
11897 (source
11898 (origin
11899 (method url-fetch)
11900 (uri (cran-uri "outliers" version))
11901 (sha256
11902 (base32
11903 "0vcqfqmmv4yblyp3s6bd25r49pxb7hjzipiic5a82924nqfqzkmn"))))
11904 (build-system r-build-system)
11905 (home-page "https://cran.r-project.org/web/packages/outliers/index.html")
11906 (synopsis "Tests for outliers")
11907 (description
11908 "This package provides a collection of some tests commonly used for
11909 identifying outliers.")
11910 (license license:gpl2+)))
11911
11912 (define-public r-bayesm
11913 (package
11914 (name "r-bayesm")
11915 (version "3.1-4")
11916 (source
11917 (origin
11918 (method url-fetch)
11919 (uri (cran-uri "bayesm" version))
11920 (sha256
11921 (base32 "154glks7rsjkza0sfi1kj7wj727py9sl1ba6sswflwmwc9n226q6"))))
11922 (build-system r-build-system)
11923 (propagated-inputs
11924 `(("r-rcpp" ,r-rcpp)
11925 ("r-rcpparmadillo" ,r-rcpparmadillo)))
11926 (home-page "http://www.perossi.org/home/bsm-1")
11927 (synopsis "Bayesian inference for marketing/micro-econometrics")
11928 (description
11929 "This package covers many important models used in marketing and
11930 micro-econometrics applications, including Bayes Regression (univariate or
11931 multivariate dep var), Bayes Seemingly Unrelated Regression (SUR), Binary and
11932 Ordinal Probit, Multinomial Logit (MNL) and Multinomial Probit (MNP),
11933 Multivariate Probit, Negative Binomial (Poisson) Regression, Multivariate
11934 Mixtures of Normals (including clustering), Dirichlet Process Prior Density
11935 Estimation with normal base, Hierarchical Linear Models with normal prior and
11936 covariates, Hierarchical Linear Models with a mixture of normals prior and
11937 covariates, Hierarchical Multinomial Logits with a mixture of normals prior
11938 and covariates, Hierarchical Multinomial Logits with a Dirichlet Process prior
11939 and covariates, Hierarchical Negative Binomial Regression Models, Bayesian
11940 analysis of choice-based conjoint data, Bayesian treatment of linear
11941 instrumental variables models, Analysis of Multivariate Ordinal survey data
11942 with scale usage heterogeneity, and Bayesian Analysis of Aggregate Random
11943 Coefficient Logit Models.")
11944 (license license:gpl2+)))
11945
11946 (define-public r-tensora
11947 (package
11948 (name "r-tensora")
11949 (version "0.36.1")
11950 (source
11951 (origin
11952 (method url-fetch)
11953 (uri (cran-uri "tensorA" version))
11954 (sha256
11955 (base32
11956 "176hjy3bvg3in62r97wxbhq187sjz6c1gwy9x6spaxl6k4my3zy7"))))
11957 (properties `((upstream-name . "tensorA")))
11958 (build-system r-build-system)
11959 (home-page "http://www.stat.boogaart.de/tensorA")
11960 (synopsis "Advanced tensor arithmetic with named indices")
11961 (description
11962 "This package provides convenience functions for advanced linear algebra
11963 with tensors and computation with datasets of tensors on a higher level
11964 abstraction. It includes Einstein and Riemann summing conventions, dragging,
11965 co- and contravariate indices, and parallel computations on sequences of
11966 tensors.")
11967 (license license:gpl2+)))
11968
11969 (define-public r-rarpack
11970 (package
11971 (name "r-rarpack")
11972 (version "0.11-0")
11973 (source
11974 (origin
11975 (method url-fetch)
11976 (uri (cran-uri "rARPACK" version))
11977 (sha256
11978 (base32
11979 "12h2y46xcfldhjdmm960swgn9b23zvkj5vg2bi42s9qxwgi02d63"))))
11980 (properties `((upstream-name . "rARPACK")))
11981 (build-system r-build-system)
11982 (propagated-inputs `(("r-rspectra" ,r-rspectra)))
11983 (home-page "https://github.com/yixuan/rARPACK")
11984 (synopsis "Solvers for large scale eigenvalue and SVD problems")
11985 (description
11986 "This package was previously an R wrapper of the ARPACK library, and now
11987 a shell of the R package RSpectra, an R interface to the Spectra library for
11988 solving large scale eigenvalue/vector problems. The current version of
11989 rARPACK simply imports and exports the functions provided by RSpectra. New
11990 users of rARPACK are advised to switch to the RSpectra package.")
11991 (license license:bsd-3)))
11992
11993 (define-public r-compositions
11994 (package
11995 (name "r-compositions")
11996 (version "1.40-4")
11997 (source
11998 (origin
11999 (method url-fetch)
12000 (uri (cran-uri "compositions" version))
12001 (sha256
12002 (base32
12003 "0z40llyij3cc80ac1vzzrpykk6ysp89bn6dyyh40fbnc4anwx69a"))))
12004 (build-system r-build-system)
12005 (propagated-inputs
12006 `(("r-bayesm" ,r-bayesm)
12007 ("r-robustbase" ,r-robustbase)
12008 ("r-tensora" ,r-tensora)))
12009 (home-page "http://www.stat.boogaart.de/compositions")
12010 (synopsis "Compositional data analysis")
12011 (description
12012 "This package provides functions for the consistent analysis of
12013 compositional data (e.g. portions of substances) and positive
12014 numbers (e.g. concentrations).")
12015 (license license:gpl2+)))
12016
12017 (define-public r-cobs
12018 (package
12019 (name "r-cobs")
12020 (version "1.3-4")
12021 (source
12022 (origin
12023 (method url-fetch)
12024 (uri (cran-uri "cobs" version))
12025 (sha256
12026 (base32
12027 "0hiw5smk6kgk0gb9840kcqkhkybl7n30s77xhjc395x09izbgix1"))))
12028 (build-system r-build-system)
12029 (propagated-inputs
12030 `(("r-quantreg" ,r-quantreg)
12031 ("r-sparsem" ,r-sparsem)))
12032 (home-page "https://cran.r-project.org/web/packages/cobs")
12033 (synopsis "Constrained B-Splines (sparse matrix based)")
12034 (description
12035 "This package provides qualitatively constrained (regression) smoothing
12036 splines via linear programming and sparse matrices.")
12037 (license license:gpl2+)))
12038
12039 (define-public r-drimpute
12040 (package
12041 (name "r-drimpute")
12042 (version "1.0")
12043 (source
12044 (origin
12045 (method url-fetch)
12046 (uri (cran-uri "DrImpute" version))
12047 (sha256
12048 (base32
12049 "1adzarrwqb282pqgx2yqswp9rpwd1naxsmar54kddr6qyd6b923b"))))
12050 (properties `((upstream-name . "DrImpute")))
12051 (build-system r-build-system)
12052 (propagated-inputs
12053 `(("r-rcpp" ,r-rcpp)
12054 ("r-rcpparmadillo" ,r-rcpparmadillo)))
12055 (home-page "https://github.com/ikwak2/DrImpute")
12056 (synopsis "Imputing dropout events in single-cell RNA-Seq data")
12057 (description
12058 "This is an R package for imputing dropout events. Many statistical
12059 methods in cell type identification, visualization and lineage reconstruction
12060 do not account for dropout events. DrImpute can improve the performance of
12061 such software by imputing dropout events.")
12062 (license license:gpl3)))
12063
12064 (define-public r-gamlss-dist
12065 (package
12066 (name "r-gamlss-dist")
12067 (version "5.1-6")
12068 (source
12069 (origin
12070 (method url-fetch)
12071 (uri (cran-uri "gamlss.dist" version))
12072 (sha256
12073 (base32 "1p904x0b07z4amaqdn2xhs7qzbq8lisr6lqc844s3pkxzmny7w1z"))))
12074 (properties `((upstream-name . "gamlss.dist")))
12075 (build-system r-build-system)
12076 (propagated-inputs `(("r-mass" ,r-mass)))
12077 (home-page "http://www.gamlss.org/")
12078 (synopsis "Distributions for Generalized Additive Models for location scale and shape")
12079 (description
12080 "This package provides a set of distributions which can be used for
12081 modelling the response variables in Generalized Additive Models for Location
12082 Scale and Shape. The distributions can be continuous, discrete or mixed
12083 distributions. Extra distributions can be created, by transforming, any
12084 continuous distribution defined on the real line, to a distribution defined on
12085 ranges 0 to infinity or 0 to 1, by using a @code{log} or a @code{logit}
12086 transformation, respectively.")
12087 ;; Either version of the GPL.
12088 (license (list license:gpl2 license:gpl3))))
12089
12090 ;; This package includes JavaScript files, which are not minified. When
12091 ;; upgrading please check that there are no new minified JavaScript files.
12092 (define-public r-shinyjs
12093 (package
12094 (name "r-shinyjs")
12095 (version "1.1")
12096 (source
12097 (origin
12098 (method url-fetch)
12099 (uri (cran-uri "shinyjs" version))
12100 (sha256
12101 (base32
12102 "14k8y313ppj23m9rhlk8jc94x6sbn3qrsnx6xrijiyv8m8dii1l9"))))
12103 (build-system r-build-system)
12104 (propagated-inputs
12105 `(("r-digest" ,r-digest)
12106 ("r-htmltools" ,r-htmltools)
12107 ("r-jsonlite" ,r-jsonlite)
12108 ("r-shiny" ,r-shiny)))
12109 (home-page "https://deanattali.com/shinyjs")
12110 (synopsis "Improve the user experience of your Shiny apps")
12111 (description
12112 "Perform common useful JavaScript operations in Shiny apps that will
12113 greatly improve your apps without having to know any JavaScript. Examples
12114 include: hiding an element, disabling an input, resetting an input back to its
12115 original value, delaying code execution by a few seconds, and many more useful
12116 functions for both the end user and the developer. Shinyjs can also be used
12117 to easily call your own custom JavaScript functions from R.")
12118 (license license:agpl3+)))
12119
12120 ;; This package includes minified JavaScript files. When upgrading please
12121 ;; check that there are no new minified JavaScript files.
12122 (define-public r-colourpicker
12123 (package
12124 (name "r-colourpicker")
12125 (version "1.0")
12126 (source
12127 (origin
12128 (method url-fetch)
12129 (uri (cran-uri "colourpicker" version))
12130 (sha256
12131 (base32
12132 "0z3v2083g7kwdp21x9s2n1crfh24agpdq3yxkcdzc2awn2pwpnpi"))))
12133 (build-system r-build-system)
12134 (arguments
12135 `(#:modules ((guix build utils)
12136 (guix build r-build-system)
12137 (srfi srfi-1)
12138 (ice-9 popen))
12139 #:phases
12140 (modify-phases %standard-phases
12141 (add-after 'unpack 'process-javascript
12142 (lambda* (#:key inputs #:allow-other-keys)
12143 (with-directory-excursion "inst"
12144 (call-with-values
12145 (lambda ()
12146 (unzip2
12147 `((,(assoc-ref inputs "js-salvattore")
12148 "examples/colourInput/www/salvattore.min.js")
12149 (,(assoc-ref inputs "js-jquery")
12150 "htmlwidgets/lib/jquery/jquery.min.js")
12151 ("www/shared/colourpicker/js/colourpicker.js"
12152 "www/shared/colourpicker/js/colourpicker.min.js"))))
12153 (lambda (sources targets)
12154 (for-each (lambda (source target)
12155 (format #t "Processing ~a --> ~a~%"
12156 source target)
12157 (delete-file target)
12158 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
12159 (call-with-output-file target
12160 (lambda (port)
12161 (dump-port minified port)))))
12162 sources targets))))
12163 #t)))))
12164 (propagated-inputs
12165 `(("r-ggplot2" ,r-ggplot2)
12166 ("r-htmltools" ,r-htmltools)
12167 ("r-htmlwidgets" ,r-htmlwidgets)
12168 ("r-jsonlite" ,r-jsonlite)
12169 ("r-miniui" ,r-miniui)
12170 ("r-shiny" ,r-shiny)
12171 ("r-shinyjs" ,r-shinyjs)))
12172 (native-inputs
12173 `(("uglify-js" ,uglify-js)
12174 ("js-jquery"
12175 ,(origin
12176 (method url-fetch)
12177 (uri "https://code.jquery.com/jquery-3.3.1.js")
12178 (sha256
12179 (base32
12180 "1b8zxrp6xwzpw25apn8j4qws0f6sr7qr7h2va5h1mjyfqvn29anq"))))
12181 ("js-salvattore"
12182 ,(origin
12183 (method url-fetch)
12184 (uri "https://raw.githubusercontent.com/rnmp/salvattore/v1.0.9/dist/salvattore.js")
12185 (sha256
12186 (base32
12187 "0lfrbx7l9w5x89jpc6njmd0pk7h8fpvg537vklai2vf7b1r2nnk5"))))))
12188 (home-page "https://github.com/daattali/colourpicker")
12189 (synopsis "Color picker tool for Shiny and for selecting colors in plots")
12190 (description
12191 "This package provides a color picker that can be used as an input in
12192 Shiny apps or Rmarkdown documents. The color picker supports alpha opacity,
12193 custom color palettes, and many more options. A plot color helper tool is
12194 available as an RStudio Addin, which helps you pick colors to use in your
12195 plots. A more generic color picker RStudio Addin is also provided to let you
12196 select colors to use in your R code.")
12197 (license license:expat)))
12198
12199 (define-public r-ggextra
12200 (package
12201 (name "r-ggextra")
12202 (version "0.9")
12203 (source
12204 (origin
12205 (method url-fetch)
12206 (uri (cran-uri "ggExtra" version))
12207 (sha256
12208 (base32
12209 "18mbi6gblqmrsciad1d2c9ngllk6mayaqj43k40hjq9ydqnvjbgj"))))
12210 (properties `((upstream-name . "ggExtra")))
12211 (build-system r-build-system)
12212 (propagated-inputs
12213 `(("r-colourpicker" ,r-colourpicker)
12214 ("r-ggplot2" ,r-ggplot2)
12215 ("r-gtable" ,r-gtable)
12216 ("r-miniui" ,r-miniui)
12217 ("r-r6" ,r-r6)
12218 ("r-scales" ,r-scales)
12219 ("r-shiny" ,r-shiny)
12220 ("r-shinyjs" ,r-shinyjs)))
12221 (home-page "https://github.com/daattali/ggExtra")
12222 (synopsis "Marginal histograms for ggplot2 and other enhancements")
12223 (description
12224 "This package is a collection of functions and layers to enhance ggplot2.
12225 The flagship function is @code{ggMarginal()}, which can be used to add
12226 marginal histograms/boxplots/density plots to ggplot2 scatterplots.")
12227 (license license:expat)))
12228
12229 (define-public r-minpack-lm
12230 (package
12231 (name "r-minpack-lm")
12232 (version "1.2-1")
12233 (source
12234 (origin
12235 (method url-fetch)
12236 (uri (cran-uri "minpack.lm" version))
12237 (sha256
12238 (base32
12239 "18ym2pdql5vzngc7q5gn66d153hrfrnd8ilv8yh6vd7j7sx7vjql"))))
12240 (properties `((upstream-name . "minpack.lm")))
12241 (build-system r-build-system)
12242 (native-inputs `(("gfortran" ,gfortran)))
12243 (home-page "https://cran.r-project.org/web/packages/minpack.lm")
12244 (synopsis "Levenberg-Marquardt Nonlinear Least-Squares algorithm")
12245 (description
12246 "The @code{nls.lm} function provides an R interface to @code{lmder} and
12247 @code{lmdif} from the MINPACK library, for solving nonlinear least-squares
12248 problems by a modification of the Levenberg-Marquardt algorithm, with support
12249 for lower and upper parameter bounds. The implementation can be used via
12250 @code{nls}-like calls using the @code{nlsLM} function.")
12251 (license license:gpl3)))
12252
12253 (define-public r-moments
12254 (package
12255 (name "r-moments")
12256 (version "0.14")
12257 (source
12258 (origin
12259 (method url-fetch)
12260 (uri (cran-uri "moments" version))
12261 (sha256
12262 (base32
12263 "0f9y58w1hxcz4bqivirx25ywlmc80gbi6dfx5cnhkpdg1pk82fra"))))
12264 (build-system r-build-system)
12265 (home-page "https://cran.r-project.org/web/packages/moments")
12266 (synopsis "Moments, cumulants, skewness, kurtosis and related tests")
12267 (description
12268 "This package provides functions to calculate: moments, Pearson's
12269 kurtosis, Geary's kurtosis and skewness; it also includes tests related to
12270 them (Anscombe-Glynn, D'Agostino, Bonett-Seier).")
12271 (license license:gpl2+)))
12272
12273 (define-public r-msir
12274 (package
12275 (name "r-msir")
12276 (version "1.3.2")
12277 (source
12278 (origin
12279 (method url-fetch)
12280 (uri (cran-uri "msir" version))
12281 (sha256
12282 (base32
12283 "0pvc3q162vqq3k39nni732x05zzfz4y9y2zf56d83185ypszv9kb"))))
12284 (build-system r-build-system)
12285 (propagated-inputs
12286 `(("r-mclust" ,r-mclust)))
12287 (home-page "https://cran.r-project.org/web/packages/msir")
12288 (synopsis "Model-based sliced inverse regression")
12289 (description
12290 "This is an R package for dimension reduction based on finite Gaussian
12291 mixture modeling of inverse regression.")
12292 (license license:gpl2+)))
12293
12294 (define-public r-pbivnorm
12295 (package
12296 (name "r-pbivnorm")
12297 (version "0.6.0")
12298 (source
12299 (origin
12300 (method url-fetch)
12301 (uri (cran-uri "pbivnorm" version))
12302 (sha256
12303 (base32
12304 "05jzrjqxzbcf6z245hlk7sjxiszv9paadaaimvcx5y5qgi87vhq7"))))
12305 (build-system r-build-system)
12306 (native-inputs `(("gfortran" ,gfortran)))
12307 (home-page "https://github.com/brentonk/pbivnorm")
12308 (synopsis "Vectorized bivariate normal CDF")
12309 (description
12310 "This package provides a vectorized R function for calculating
12311 probabilities from a standard bivariate normal CDF.")
12312 (license license:gpl2+)))
12313
12314 (define-public r-lavaan
12315 (package
12316 (name "r-lavaan")
12317 (version "0.6-5")
12318 (source
12319 (origin
12320 (method url-fetch)
12321 (uri (cran-uri "lavaan" version))
12322 (sha256
12323 (base32
12324 "04kvsh2m6mnzlhv83phr3hjzy4sx1ck6f7dgsm7xb8cs84dnxszy"))))
12325 (build-system r-build-system)
12326 (propagated-inputs
12327 `(("r-mass" ,r-mass)
12328 ("r-mnormt" ,r-mnormt)
12329 ("r-numderiv" ,r-numderiv)
12330 ("r-pbivnorm" ,r-pbivnorm)))
12331 (home-page "http://lavaan.ugent.be")
12332 (synopsis "Latent variable analysis")
12333 (description
12334 "This package provides tools to fit a variety of latent variable models,
12335 including confirmatory factor analysis, structural equation modeling and
12336 latent growth curve models.")
12337 (license license:gpl2+)))
12338
12339 (define-public r-nonnest2
12340 (package
12341 (name "r-nonnest2")
12342 (version "0.5-2")
12343 (source
12344 (origin
12345 (method url-fetch)
12346 (uri (cran-uri "nonnest2" version))
12347 (sha256
12348 (base32
12349 "1bq44qqmm59j91m0sny4xnqmxqlga4cm48qdsw8xfs3x19xwmxk6"))))
12350 (build-system r-build-system)
12351 (propagated-inputs
12352 `(("r-compquadform" ,r-compquadform)
12353 ("r-lavaan" ,r-lavaan)
12354 ("r-mvtnorm" ,r-mvtnorm)
12355 ("r-sandwich" ,r-sandwich)))
12356 (home-page "https://cran.r-project.org/web/packages/nonnest2/")
12357 (synopsis "Tests of non-nested models")
12358 (description
12359 "This package allows for testing of non-nested models. It includes tests
12360 of model distinguishability and of model fit that can be applied to both
12361 nested and non-nested models. The package also includes functionality to
12362 obtain confidence intervals associated with AIC and BIC.")
12363 ;; Either version of the GPL.
12364 (license (list license:gpl2 license:gpl3))))
12365
12366 (define-public r-penalized
12367 (package
12368 (name "r-penalized")
12369 (version "0.9-51")
12370 (source
12371 (origin
12372 (method url-fetch)
12373 (uri (cran-uri "penalized" version))
12374 (sha256
12375 (base32
12376 "1zcrwa93mc27qj3g4ayc2k895r6g8q0g6qb2azmvj7wqk750va7a"))))
12377 (build-system r-build-system)
12378 (propagated-inputs
12379 `(("r-rcpp" ,r-rcpp)
12380 ("r-rcpparmadillo" ,r-rcpparmadillo)
12381 ("r-survival" ,r-survival)))
12382 (home-page "https://cran.r-project.org/web/packages/penalized/")
12383 (synopsis "Penalized estimation in GLMs and in the Cox model")
12384 (description
12385 "This package provides tools for fitting possibly high dimensional
12386 penalized regression models. The penalty structure can be any combination of
12387 an L1 penalty (lasso and fused lasso), an L2 penalty (ridge) and a positivity
12388 constraint on the regression coefficients. The supported regression models
12389 are linear, logistic and Poisson regression and the Cox Proportional Hazards
12390 model. Cross-validation routines allow optimization of the tuning
12391 parameters.")
12392 (license license:gpl2+)))
12393
12394 (define-public r-zim
12395 (package
12396 (name "r-zim")
12397 (version "1.1.0")
12398 (source
12399 (origin
12400 (method url-fetch)
12401 (uri (cran-uri "ZIM" version))
12402 (sha256
12403 (base32
12404 "0scyfjn4ilsvha3x41c3b8bcfi31hlhwm77wn2a8hj5dsvnnmzig"))))
12405 (properties `((upstream-name . "ZIM")))
12406 (build-system r-build-system)
12407 (propagated-inputs `(("r-mass" ,r-mass)))
12408 (home-page "https://github.com/biostatstudio/ZIM")
12409 (synopsis "Zero-inflated models (ZIM) for count time series with excess zeros")
12410 (description
12411 "Analyze count time series with excess zeros. Two types of statistical
12412 models are supported: Markov regression and state-space models. They are also
12413 known as observation-driven and parameter-driven models respectively in the
12414 time series literature. The functions used for Markov regression or
12415 observation-driven models can also be used to fit ordinary regression models
12416 with independent data under the zero-inflated Poisson (ZIP) or zero-inflated
12417 negative binomial (ZINB) assumption. The package also contains miscellaneous
12418 functions to compute density, distribution, quantile, and generate random
12419 numbers from ZIP and ZINB distributions.")
12420 (license license:gpl3)))
12421
12422 (define-public r-nor1mix
12423 (package
12424 (name "r-nor1mix")
12425 (version "1.3-0")
12426 (source
12427 (origin
12428 (method url-fetch)
12429 (uri (cran-uri "nor1mix" version))
12430 (sha256
12431 (base32
12432 "1817wcvlmxs70vs4db0jkxd7i037744zz8ay3c2a9949z29fxr4w"))))
12433 (build-system r-build-system)
12434 (home-page "https://cran.r-project.org/web/packages/nor1mix/")
12435 (synopsis "Normal (1-d) mixture models")
12436 (description
12437 "This package provides S3 classes and methods for one-dimensional normal
12438 mixture models, for, e.g., density estimation or clustering algorithms
12439 research and teaching; it provides the widely used Marron-Wand densities. It
12440 also provides tools for efficient random number generation and graphics.")
12441 (license license:gpl2+)))
12442
12443 (define-public r-beanplot
12444 (package
12445 (name "r-beanplot")
12446 (version "1.2")
12447 (source
12448 (origin
12449 (method url-fetch)
12450 (uri (cran-uri "beanplot" version))
12451 (sha256
12452 (base32
12453 "0wmkr704fl8kdxkjwmaxw2a2h5dwzfgsgpncnk2p2wd4768jknj9"))))
12454 (build-system r-build-system)
12455 (home-page "https://cran.r-project.org/web/packages/beanplot/")
12456 (synopsis "Visualization via beanplots")
12457 (description
12458 "This package provides beanplots, an alternative to
12459 boxplot/stripchart/violin plots. It can be used to plot univariate comparison
12460 graphs.")
12461 (license license:gpl2)))
12462
12463 (define-public r-pbdzmq
12464 (package
12465 (name "r-pbdzmq")
12466 (version "0.3-3")
12467 (source
12468 (origin
12469 (method url-fetch)
12470 (uri (cran-uri "pbdZMQ" version))
12471 (sha256
12472 (base32
12473 "1jkfcfhspvqra7vbllrvkz3jx8j7d0ang6zzcdjgpb7200sc29mf"))))
12474 (properties `((upstream-name . "pbdZMQ")))
12475 (build-system r-build-system)
12476 (inputs
12477 `(("zeromq" ,zeromq)
12478 ("zlib" ,zlib)))
12479 (native-inputs
12480 `(("pkg-config" ,pkg-config)))
12481 (home-page "https://pbdr.org/")
12482 (synopsis "R interface to ZeroMQ")
12483 (description
12484 "ZeroMQ is a well-known library for high-performance asynchronous
12485 messaging in scalable, distributed applications. This package provides high
12486 level R wrapper functions to easily utilize ZeroMQ. The main focus is on
12487 interactive client/server programming frameworks. A few wrapper functions
12488 compatible with @code{rzmq} are also provided.")
12489 (license license:gpl3)))
12490
12491 (define-public r-repr
12492 (package
12493 (name "r-repr")
12494 (version "1.1.0")
12495 (source
12496 (origin
12497 (method url-fetch)
12498 (uri (cran-uri "repr" version))
12499 (sha256
12500 (base32
12501 "15jz780w4nd9qjd1g3gq8f5lkh60p2v3ig3hm5kl1rg3z4cf0gvl"))))
12502 (build-system r-build-system)
12503 (propagated-inputs
12504 `(("r-base64enc" ,r-base64enc)
12505 ("r-htmltools" ,r-htmltools)
12506 ("r-jsonlite" ,r-jsonlite)
12507 ("r-pillar" ,r-pillar)))
12508 (home-page "https://cran.r-project.org/web/packages/repr/")
12509 (synopsis "Serializable representations")
12510 (description
12511 "This package provides string and binary representations of objects for
12512 several formats and MIME types.")
12513 (license license:gpl3)))
12514
12515 (define-public r-irdisplay
12516 (package
12517 (name "r-irdisplay")
12518 (version "0.7.0")
12519 (source
12520 (origin
12521 (method url-fetch)
12522 (uri (cran-uri "IRdisplay" version))
12523 (sha256
12524 (base32
12525 "12chk53nf4zckgc4yl7gbvd7m5dvli52inp5b3f0zvcjvfncksli"))))
12526 (properties `((upstream-name . "IRdisplay")))
12527 (build-system r-build-system)
12528 (propagated-inputs
12529 `(("r-repr" ,r-repr)))
12530 (home-page "https://cran.r-project.org/web/packages/IRdisplay/")
12531 (synopsis "Jupyter display machinery")
12532 (description
12533 "This package provides an interface to the rich display capabilities of
12534 Jupyter front-ends (e.g. Jupyter Notebook). It is designed to be used from a
12535 running IRkernel session.")
12536 (license license:expat)))
12537
12538 (define-public r-irkernel
12539 (package
12540 (name "r-irkernel")
12541 (version "1.1")
12542 (source
12543 (origin
12544 (method url-fetch)
12545 (uri (cran-uri "IRkernel" version))
12546 (sha256
12547 (base32
12548 "1viqxs91dys1z4cf7gb59rmqvzb8lc7jdp4azrpmhgwa8qf46s94"))))
12549 (properties `((upstream-name . "IRkernel")))
12550 (build-system r-build-system)
12551 (arguments
12552 `(#:phases
12553 (modify-phases %standard-phases
12554 (add-after 'install 'install-kernelspec
12555 (lambda* (#:key outputs #:allow-other-keys)
12556 (let ((out (assoc-ref outputs "out")))
12557 (setenv "HOME" "/tmp")
12558 (invoke "jupyter" "kernelspec" "install"
12559 "--name" "ir"
12560 "--prefix" out
12561 (string-append out "/site-library/IRkernel/kernelspec"))
12562 ;; Record the absolute file name of the 'R' executable in
12563 ;; 'kernel.json'.
12564 (substitute* (string-append out "/share/jupyter"
12565 "/kernels/ir/kernel.json")
12566 (("\\[\"R\",")
12567 (string-append "[\"" (which "R") "\",")))
12568 #t))))))
12569 (inputs
12570 `(("jupyter" ,jupyter)))
12571 (propagated-inputs
12572 `(("r-crayon" ,r-crayon)
12573 ("r-digest" ,r-digest)
12574 ("r-evaluate" ,r-evaluate)
12575 ("r-irdisplay" ,r-irdisplay)
12576 ("r-jsonlite" ,r-jsonlite)
12577 ;; sets R_LIBS_SITE, so R can actually find this package (IRkernel)
12578 ("r-minimal" ,r-minimal)
12579 ("r-pbdzmq" ,r-pbdzmq)
12580 ("r-repr" ,r-repr)
12581 ("r-uuid" ,r-uuid)))
12582 (home-page "https://cran.r-project.org/web/packages/IRkernel/")
12583 (synopsis "Native R kernel for Jupyter")
12584 (description
12585 "The R kernel for the Jupyter environment executes R code which the
12586 front-end (Jupyter Notebook or other front-ends) submits to the kernel via the
12587 network.")
12588 (license license:expat)))
12589
12590 (define-public r-gmodels
12591 (package
12592 (name "r-gmodels")
12593 (version "2.18.1")
12594 (source
12595 (origin
12596 (method url-fetch)
12597 (uri (cran-uri "gmodels" version))
12598 (sha256
12599 (base32
12600 "0s8kd8krqk4kwv2zqxpsfy3w8qdwf5naf4b5l383vidq9sil0qb2"))))
12601 (build-system r-build-system)
12602 (propagated-inputs
12603 `(("r-gdata" ,r-gdata)
12604 ("r-mass" ,r-mass)))
12605 (home-page "https://cran.r-project.org/web/packages/gmodels/")
12606 (synopsis "Various R programming tools for model fitting")
12607 (description
12608 "This package provides various R programming tools for model fitting.")
12609 (license license:gpl2)))
12610
12611 (define-public r-apcluster
12612 (package
12613 (name "r-apcluster")
12614 (version "1.4.8")
12615 (source
12616 (origin
12617 (method url-fetch)
12618 (uri (cran-uri "apcluster" version))
12619 (sha256
12620 (base32
12621 "0lzf2jqm56i74wif6x5sw3j0w2qc4sni49zq2fgbl89b7lwkvchj"))))
12622 (build-system r-build-system)
12623 (propagated-inputs
12624 `(("r-matrix" ,r-matrix)
12625 ("r-rcpp" ,r-rcpp)))
12626 (home-page "https://cran.r-project.org/web/packages/apcluster/")
12627 (synopsis "Affinity propagation clustering")
12628 (description
12629 "This package implements affinity propagation clustering introduced by
12630 Frey and Dueck (2007). The package further provides leveraged affinity
12631 propagation and an algorithm for exemplar-based agglomerative clustering that
12632 can also be used to join clusters obtained from affinity propagation. Various
12633 plotting functions are available for analyzing clustering results.")
12634 (license license:gpl2+)))
12635
12636 (define-public r-valr
12637 (package
12638 (name "r-valr")
12639 (version "0.5.0")
12640 (source
12641 (origin
12642 (method url-fetch)
12643 (uri (cran-uri "valr" version))
12644 (sha256
12645 (base32
12646 "14jhrwkiwmha3vlmm7b50n2xxyizj6ddmy89gb20mpzq7qhz1ika"))))
12647 (build-system r-build-system)
12648 (propagated-inputs
12649 `(("r-broom" ,r-broom)
12650 ("r-dplyr" ,r-dplyr)
12651 ("r-ggplot2" ,r-ggplot2)
12652 ("r-rcpp" ,r-rcpp)
12653 ("r-readr" ,r-readr)
12654 ("r-rlang" ,r-rlang)
12655 ("r-stringr" ,r-stringr)
12656 ("r-tibble" ,r-tibble)))
12657 (home-page "http://github.com/rnabioco/valr")
12658 (synopsis "Genome interval arithmetic in R")
12659 (description
12660 "This package enables you to read and manipulate genome intervals and
12661 signals. It provides functionality similar to command-line tool suites within
12662 R, enabling interactive analysis and visualization of genome-scale data.")
12663 (license license:expat)))
12664
12665 (define-public r-rematch2
12666 (package
12667 (name "r-rematch2")
12668 (version "2.1.0")
12669 (source
12670 (origin
12671 (method url-fetch)
12672 (uri (cran-uri "rematch2" version))
12673 (sha256
12674 (base32
12675 "00cznm6rk33b53w7zybkz7549bnydc66znpi5mb0xd24pmqp0rvq"))))
12676 (build-system r-build-system)
12677 (propagated-inputs
12678 `(("r-tibble" ,r-tibble)))
12679 (home-page "https://github.com/r-lib/rematch2")
12680 (synopsis "Tidy output from regular expression matching")
12681 (description
12682 "This package provides wrappers on @code{regexpr} and @code{gregexpr} to
12683 return the match results in tidy data frames.")
12684 (license license:expat)))
12685
12686 (define-public r-picante
12687 (package
12688 (name "r-picante")
12689 (version "1.8.1")
12690 (source
12691 (origin
12692 (method url-fetch)
12693 (uri (cran-uri "picante" version))
12694 (sha256
12695 (base32
12696 "1b16zm8zjjsl181b8krkdcrbcw347kf772c4w7y5332qmfi7jhz0"))))
12697 (build-system r-build-system)
12698 (propagated-inputs
12699 `(("r-ape" ,r-ape)
12700 ("r-nlme" ,r-nlme)
12701 ("r-vegan" ,r-vegan)))
12702 (home-page "https://cran.r-project.org/web/packages/picante/")
12703 (synopsis "Integrating phylogenies and ecology")
12704 (description
12705 "This package provides functions for phylocom integration, community
12706 analyses, null-models, traits and evolution. It implements numerous
12707 ecophylogenetic approaches including measures of community phylogenetic and
12708 trait diversity, phylogenetic signal, estimation of trait values for
12709 unobserved taxa, null models for community and phylogeny randomizations, and
12710 utility functions for data input/output and phylogeny plotting. A full
12711 description of package functionality and methods are provided by Kembel et
12712 al. (2010).")
12713 (license license:gpl2)))
12714
12715 (define-public r-reinforcelearn
12716 (package
12717 (name "r-reinforcelearn")
12718 (version "0.2.1")
12719 (source
12720 (origin
12721 (method url-fetch)
12722 (uri (cran-uri "reinforcelearn" version))
12723 (sha256
12724 (base32
12725 "176z2q69p24i29a8sh19xxn2zl3h1z2ixdssr5i6m4yvkvdrvv3b"))))
12726 (build-system r-build-system)
12727 (propagated-inputs
12728 `(("r-checkmate" ,r-checkmate)
12729 ("r-nnet" ,r-nnet)
12730 ("r-purrr" ,r-purrr)
12731 ("r-r6" ,r-r6)))
12732 (home-page "https://markusdumke.github.io/reinforcelearn")
12733 (synopsis "Reinforcement learning")
12734 (description
12735 "This package implements reinforcement learning environments and
12736 algorithms as described in Sutton & Barto (1998). The Q-Learning algorithm
12737 can be used with function approximation, eligibility traces (Singh & Sutton,
12738 1996) and experience replay (Mnih et al., 2013).")
12739 (license license:expat)))
12740
12741 (define-public r-lemon
12742 (package
12743 (name "r-lemon")
12744 (version "0.4.3")
12745 (source
12746 (origin
12747 (method url-fetch)
12748 (uri (cran-uri "lemon" version))
12749 (sha256
12750 (base32
12751 "0wsn5bfg10wq4dnrgpyraz2bzx9p19c7hf1pwj3h4zmpqfgsdbpw"))))
12752 (build-system r-build-system)
12753 (propagated-inputs
12754 `(("r-ggplot2" ,r-ggplot2)
12755 ("r-gridextra" ,r-gridextra)
12756 ("r-gtable" ,r-gtable)
12757 ("r-knitr" ,r-knitr)
12758 ("r-lattice" ,r-lattice)
12759 ("r-plyr" ,r-plyr)
12760 ("r-scales" ,r-scales)))
12761 (home-page "https://github.com/stefanedwards/lemon")
12762 (synopsis "Freshen up your ggplot2 plots")
12763 (description
12764 "This package provides functions for working with legends and axis lines
12765 of ggplot2, facets that repeat axis lines on all panels, and some knitr
12766 extensions.")
12767 (license license:gpl3)))
12768
12769 (define-public r-wgaim
12770 (package
12771 (name "r-wgaim")
12772 (version "2.0-1")
12773 (source
12774 (origin
12775 (method url-fetch)
12776 (uri (cran-uri "wgaim" version))
12777 (sha256
12778 (base32 "1qiyfkpsbzjr9xsq5kqq6rlqpndngkn2irdfh3gyi45h6hn118j4"))))
12779 (build-system r-build-system)
12780 (propagated-inputs
12781 `(("r-ggplot2" ,r-ggplot2)
12782 ("r-qtl" ,r-qtl)))
12783 (home-page "https://cran.r-project.org/web/packages/wgaim")
12784 (synopsis "Whole genome average interval mapping for QTL detection")
12785 (description
12786 "This package integrates sophisticated mixed modelling methods with a
12787 whole genome approach to detecting significant QTL in linkage maps.")
12788 (license license:gpl2+)))
12789
12790 (define-public r-bedr
12791 (package
12792 (name "r-bedr")
12793 (version "1.0.7")
12794 (source
12795 (origin
12796 (method url-fetch)
12797 (uri (cran-uri "bedr" version))
12798 (sha256
12799 (base32
12800 "0zpqvyjgwyqawxm8qrhcv8zq2b3yxgcqkkc87br29yrl7sjb8h6j"))))
12801 (build-system r-build-system)
12802 (propagated-inputs
12803 `(("r-data-table" ,r-data-table)
12804 ("r-r-utils" ,r-r-utils)
12805 ("r-testthat" ,r-testthat)
12806 ("r-venndiagram" ,r-venndiagram)
12807 ("r-yaml" ,r-yaml)
12808 ("bedops" ,bedops)
12809 ("bedtools" ,bedtools)
12810 ("htslib" ,htslib))) ; for tabix
12811 (native-inputs
12812 `(("r-knitr" ,r-knitr))) ; for vignettes
12813 (home-page "https://cran.r-project.org/web/packages/bedr")
12814 (synopsis "Genomic region processing")
12815 (description
12816 "This package is for genomic regions processing using command line tools
12817 such as BEDTools, BEDOPS and Tabix. These tools offer scalable and efficient
12818 utilities to perform genome arithmetic e.g indexing, formatting and merging.
12819 The bedr package's API enhances access to these tools as well as offers
12820 additional utilities for genomic regions processing.")
12821 (license license:gpl2)))
12822
12823 (define-public r-sets
12824 (package
12825 (name "r-sets")
12826 (version "1.0-18")
12827 (source
12828 (origin
12829 (method url-fetch)
12830 (uri (cran-uri "sets" version))
12831 (sha256
12832 (base32
12833 "16v7650p47khqrbbw0z98llmwmmhswqmhri0n7nrfhdqwmby1lbl"))))
12834 (properties `((upstream-name . "sets")))
12835 (build-system r-build-system)
12836 (home-page "https://cran.r-project.org/web/packages/sets")
12837 (synopsis "Sets, generalized sets, customizable sets and intervals")
12838 (description
12839 "This package provides data structures and basic operations for ordinary
12840 sets, generalizations such as fuzzy sets, multisets, and fuzzy multisets,
12841 customizable sets, and intervals.")
12842 (license license:gpl2)))
12843
12844 (define-public r-partitions
12845 (package
12846 (name "r-partitions")
12847 (version "1.9-22")
12848 (source
12849 (origin
12850 (method url-fetch)
12851 (uri (cran-uri "partitions" version))
12852 (sha256
12853 (base32
12854 "1qqy4df28wy4q0g572azrj171jlhvrnzbh7x0wr2g7v6gr20y0ns"))))
12855 (build-system r-build-system)
12856 (propagated-inputs
12857 `(("r-gmp" ,r-gmp)
12858 ("r-polynom" ,r-polynom)
12859 ("r-sets" ,r-sets)))
12860 (home-page "https://cran.r-project.org/web/packages/partitions")
12861 (synopsis "Additive partitions of integers")
12862 (description
12863 "This package provides tools to enumerates the partitions, unequal
12864 partitions, and restricted partitions of an integer; the three corresponding
12865 partition functions are also given.")
12866 ;; Any version of the GPL
12867 (license license:gpl2+)))
12868
12869 (define-public r-brobdingnag
12870 (package
12871 (name "r-brobdingnag")
12872 (version "1.2-6")
12873 (source
12874 (origin
12875 (method url-fetch)
12876 (uri (cran-uri "Brobdingnag" version))
12877 (sha256
12878 (base32
12879 "1m3ajvcksqfck5l5hj5xiflj4ry6d896ybv4f0xxks8chgnwmv0r"))))
12880 (properties `((upstream-name . "Brobdingnag")))
12881 (build-system r-build-system)
12882 (home-page "https://github.com/RobinHankin/Brobdingnag.git")
12883 (synopsis "Very large numbers in R")
12884 (description
12885 "This package handles very large numbers in R. Real numbers are held
12886 using their natural logarithms, plus a logical flag indicating sign. The
12887 package includes a vignette that gives a step-by-step introduction to using S4
12888 methods.")
12889 ;; Any version of the GPL
12890 (license license:gpl2+)))
12891
12892 (define-public r-untb
12893 (package
12894 (name "r-untb")
12895 (version "1.7-4")
12896 (source
12897 (origin
12898 (method url-fetch)
12899 (uri (cran-uri "untb" version))
12900 (sha256
12901 (base32
12902 "1i7m4vfslsix98dwx4jlrsldm7fhhfp25gr7aapcxqxms7ryaby6"))))
12903 (build-system r-build-system)
12904 (propagated-inputs
12905 `(("r-brobdingnag" ,r-brobdingnag)
12906 ("r-partitions" ,r-partitions)
12907 ("r-polynom" ,r-polynom)))
12908 (home-page "https://github.com/RobinHankin/untb.git")
12909 (synopsis "Ecological drift under the UNTB")
12910 (description
12911 "This package provides numerical simulations, and visualizations, of
12912 Hubbell's @dfn{Unified Neutral Theory of Biodiversity} (UNTB).")
12913 (license license:gpl2+)))
12914
12915 (define-public r-stepwise
12916 (package
12917 (name "r-stepwise")
12918 (version "0.3")
12919 (source
12920 (origin
12921 (method url-fetch)
12922 (uri (cran-uri "stepwise" version))
12923 (sha256
12924 (base32
12925 "1lbx1bxwkf9dw6q46w40pp7h5nkxgghmx8rkpaymm6iybc7gyir2"))))
12926 (build-system r-build-system)
12927 (home-page "http://stat.sfu.ca/statgen/research/stepwise.html")
12928 (synopsis "Stepwise detection of recombination breakpoints")
12929 (description
12930 "This package provides a stepwise approach to identifying recombination
12931 breakpoints in a genomic sequence alignment.")
12932 (license license:gpl2+)))
12933
12934 (define-public r-snpmaxsel
12935 (package
12936 (name "r-snpmaxsel")
12937 (version "1.0-3")
12938 (source
12939 (origin
12940 (method url-fetch)
12941 (uri (cran-uri "SNPmaxsel" version))
12942 (sha256
12943 (base32
12944 "0pjvixwqzjd3jwccc8yqq9c76afvbmfq0z1w0cwyj8bblrjpx13z"))))
12945 (properties `((upstream-name . "SNPmaxsel")))
12946 (build-system r-build-system)
12947 (propagated-inputs
12948 `(("r-combinat" ,r-combinat)
12949 ("r-mvtnorm" ,r-mvtnorm)))
12950 (home-page "https://cran.r-project.org/web/packages/SNPmaxsel/index.html")
12951 (synopsis "Maximally selected statistics for SNP data")
12952 (description
12953 "This package implements asymptotic methods related to maximally selected
12954 statistics, with applications to @dfn{single-nucleotide polymorphism} (SNP)
12955 data.")
12956 (license license:gpl2+)))
12957
12958 (define-public r-acsnminer
12959 (package
12960 (name "r-acsnminer")
12961 (version "0.16.8.25")
12962 (source (origin
12963 (method url-fetch)
12964 (uri (cran-uri "ACSNMineR" version))
12965 (sha256
12966 (base32
12967 "0gh604s8qall6zfjlwcg2ilxjvz08dplf9k5g47idhv43scm748l"))))
12968 (properties `((upstream-name . "ACSNMineR")))
12969 (build-system r-build-system)
12970 (propagated-inputs
12971 `(("r-ggplot2" ,r-ggplot2)
12972 ("r-gridextra" ,r-gridextra)))
12973 (home-page "https://cran.r-project.org/web/packages/ACSNMineR")
12974 (synopsis "Gene enrichment analysis")
12975 (description
12976 "This package provides tools to compute and represent gene set enrichment
12977 or depletion from your data based on pre-saved maps from the @dfn{Atlas of
12978 Cancer Signalling Networks} (ACSN) or user imported maps. The gene set
12979 enrichment can be run with hypergeometric test or Fisher exact test, and can
12980 use multiple corrections. Visualization of data can be done either by
12981 barplots or heatmaps.")
12982 (license license:gpl2+)))
12983
12984 (define-public r-seqinr
12985 (package
12986 (name "r-seqinr")
12987 (version "3.6-1")
12988 (source
12989 (origin
12990 (method url-fetch)
12991 (uri (cran-uri "seqinr" version))
12992 (sha256
12993 (base32
12994 "0j30za6kji6y3v09cvcydiacnp65pv6ig8aw7cydl47l5s9chky4"))))
12995 (build-system r-build-system)
12996 (propagated-inputs
12997 `(("r-ade4" ,r-ade4)
12998 ("r-segmented" ,r-segmented)))
12999 (inputs
13000 `(("zlib" ,zlib)))
13001 (home-page "http://seqinr.r-forge.r-project.org/")
13002 (synopsis "Biological sequences retrieval and analysis")
13003 (description
13004 "This package provides tools for exploratory data analysis and data
13005 visualization of biological sequence (DNA and protein) data. It also includes
13006 utilities for sequence data management under the ACNUC system.")
13007 (license license:gpl2+)))
13008
13009 (define-public r-units
13010 (package
13011 (name "r-units")
13012 (version "0.6-5")
13013 (source
13014 (origin
13015 (method url-fetch)
13016 (uri (cran-uri "units" version))
13017 (sha256
13018 (base32
13019 "02nls8m0r1r7kljs4x35naz3szq62hyqyd5vracf1xwi1kz5kdsh"))))
13020 (build-system r-build-system)
13021 (inputs
13022 `(("udunits" ,udunits)))
13023 (propagated-inputs
13024 `(("r-rcpp" ,r-rcpp)))
13025 (home-page "https://github.com/r-quantities/units/")
13026 (synopsis "Measurement Units for R Vectors")
13027 (description
13028 "This package provides support for measurement units in R vectors,
13029 matrices and arrays: automatic propagation, conversion, derivation and
13030 simplification of units; raising errors in case of unit incompatibility. It
13031 is compatible with the @code{POSIXct}, @code{Date} and @code{difftime}
13032 classes.")
13033 (license license:gpl2)))
13034
13035 (define-public r-classint
13036 (package
13037 (name "r-classint")
13038 (version "0.4-2")
13039 (source
13040 (origin
13041 (method url-fetch)
13042 (uri (cran-uri "classInt" version))
13043 (sha256
13044 (base32
13045 "0w980hrw8sgfdfyd5dsimalq7gwhvqm7507abk7k363pvgks23dv"))))
13046 (properties `((upstream-name . "classInt")))
13047 (build-system r-build-system)
13048 (propagated-inputs
13049 `(("r-class" ,r-class)
13050 ("r-e1071" ,r-e1071)
13051 ("r-kernsmooth" ,r-kernsmooth)))
13052 (native-inputs `(("gfortran" ,gfortran)))
13053 (home-page "https://github.com/r-spatial/classInt/")
13054 (synopsis "Choose univariate class intervals")
13055 (description
13056 "This package provides selected commonly used methods for choosing
13057 univariate class intervals for mapping or other graphics purposes.")
13058 (license license:gpl2+)))
13059
13060 (define-public r-spdata
13061 (package
13062 (name "r-spdata")
13063 (version "0.3.3")
13064 (source
13065 (origin
13066 (method url-fetch)
13067 (uri (cran-uri "spData" version))
13068 (sha256
13069 (base32
13070 "1v66qkvsx77hvv5c78v760yp0hknf7xzcjir2ri3ha456mz79yl5"))))
13071 (properties `((upstream-name . "spData")))
13072 (build-system r-build-system)
13073 (propagated-inputs
13074 `(("r-raster" ,r-raster)
13075 ("r-sp" ,r-sp)))
13076 (home-page "https://github.com/Nowosad/spData")
13077 (synopsis "Datasets for spatial analysis")
13078 (description
13079 "This a package containing diverse spatial datasets for demonstrating,
13080 benchmarking and teaching spatial data analysis. It includes R data of class
13081 @code{sf}, @code{Spatial}, and @code{nb}. It also contains data stored in a
13082 range of file formats including GeoJSON, ESRI Shapefile and GeoPackage. Some
13083 of the datasets are designed to illustrate specific analysis techniques.
13084 @code{cycle_hire()} and @code{cycle_hire_osm()}, for example, are designed to
13085 illustrate point pattern analysis techniques.")
13086 (license license:cc0)))
13087
13088 (define-public r-learnbayes
13089 (package
13090 (name "r-learnbayes")
13091 (version "2.15.1")
13092 (source
13093 (origin
13094 (method url-fetch)
13095 (uri (cran-uri "LearnBayes" version))
13096 (sha256
13097 (base32
13098 "0ch54v2zz2yyyk0lvn5rfikdmyz1qh9j1wk3585wl8v58mc0h4cv"))))
13099 (properties `((upstream-name . "LearnBayes")))
13100 (build-system r-build-system)
13101 (home-page "https://cran.r-project.org/web/packages/LearnBayes")
13102 (synopsis "Functions for learning Bayesian inference")
13103 (description
13104 "This package provides a collection of functions helpful in learning the
13105 basic tenets of Bayesian statistical inference. It contains functions for
13106 summarizing basic one and two parameter posterior distributions and predictive
13107 distributions. It contains MCMC algorithms for summarizing posterior
13108 distributions defined by the user. It also contains functions for regression
13109 models, hierarchical models, Bayesian tests, and illustrations of Gibbs
13110 sampling.")
13111 (license license:gpl2+)))
13112
13113 (define-public r-deldir
13114 (package
13115 (name "r-deldir")
13116 (version "0.1-25")
13117 (source
13118 (origin
13119 (method url-fetch)
13120 (uri (cran-uri "deldir" version))
13121 (sha256
13122 (base32
13123 "0kdglv8rc1pb4ilcid4xc9wpv5kkj2y6x6wg7919k3hya7mz58ph"))))
13124 (build-system r-build-system)
13125 (native-inputs `(("gfortran" ,gfortran)))
13126 (home-page "https://cran.r-project.org/web/packages/deldir")
13127 (synopsis "Delaunay triangulation and Dirichlet (Voronoi) tessellation")
13128 (description
13129 "This package provides tools for calculating the Delaunay triangulation
13130 and the Dirichlet or Voronoi tessellation (with respect to the entire plane)
13131 of a planar point set. It plots triangulations and tessellations in various
13132 ways, clips tessellations to sub-windows, calculates perimeters of
13133 tessellations, and summarizes information about the tiles of the
13134 tessellation.")
13135 (license license:gpl2+)))
13136
13137 (define-public r-sf
13138 (package
13139 (name "r-sf")
13140 (version "0.8-1")
13141 (source
13142 (origin
13143 (method url-fetch)
13144 (uri (cran-uri "sf" version))
13145 (sha256
13146 (base32
13147 "17wyv74m1ppc3s5jdv60r74jj23nidxpzl46vjhfclfhnpvm7sx9"))))
13148 (build-system r-build-system)
13149 (inputs
13150 `(("gdal" ,gdal)
13151 ("geos" ,geos)
13152 ("proj" ,proj.4)
13153 ("zlib" ,zlib)))
13154 (propagated-inputs
13155 `(("r-classint" ,r-classint)
13156 ("r-dbi" ,r-dbi)
13157 ("r-magrittr" ,r-magrittr)
13158 ("r-rcpp" ,r-rcpp)
13159 ("r-units" ,r-units)))
13160 (native-inputs `(("pkg-config" ,pkg-config)))
13161 (home-page "https://github.com/r-spatial/sf/")
13162 (synopsis "Simple features for R")
13163 (description
13164 "This package provides support for simple features, a standardized way to
13165 encode spatial vector data. It binds to GDAL for reading and writing data, to
13166 GEOS for geometrical operations, and to PROJ for projection conversions and
13167 datum transformations.")
13168 ;; Either of these licenses
13169 (license (list license:gpl2 license:expat))))
13170
13171 (define-public r-spdep
13172 (package
13173 (name "r-spdep")
13174 (version "1.1-3")
13175 (source
13176 (origin
13177 (method url-fetch)
13178 (uri (cran-uri "spdep" version))
13179 (sha256
13180 (base32
13181 "1f8cjffqqc6rnb3n4qym70ca6nz2kvrsd3g587wrqdr79nnbwnrk"))))
13182 (build-system r-build-system)
13183 (propagated-inputs
13184 `(("r-boot" ,r-boot)
13185 ("r-coda" ,r-coda)
13186 ("r-deldir" ,r-deldir)
13187 ("r-expm" ,r-expm)
13188 ("r-gmodels" ,r-gmodels)
13189 ("r-learnbayes" ,r-learnbayes)
13190 ("r-mass" ,r-mass)
13191 ("r-matrix" ,r-matrix)
13192 ("r-nlme" ,r-nlme)
13193 ("r-sf" ,r-sf)
13194 ("r-sp" ,r-sp)
13195 ("r-spdata" ,r-spdata)))
13196 (home-page "https://github.com/r-spatial/spdep/")
13197 (synopsis "Spatial dependence: weighting schemes, statistics and models")
13198 (description
13199 "This package provides a collection of functions to create spatial
13200 weights matrix objects from polygon contiguities, from point patterns by
13201 distance and tessellations, for summarizing these objects, and for permitting
13202 their use in spatial data analysis, including regional aggregation by minimum
13203 spanning tree.")
13204 (license license:gpl2+)))
13205
13206 (define-public r-adegenet
13207 (package
13208 (name "r-adegenet")
13209 (version "2.1.2")
13210 (source
13211 (origin
13212 (method url-fetch)
13213 (uri (cran-uri "adegenet" version))
13214 (sha256
13215 (base32
13216 "01fgrgbiddz2q4l3mx637hhwbs7r0c43yw7vpwl8p8pwbm3nykz0"))))
13217 (build-system r-build-system)
13218 (propagated-inputs
13219 `(("r-ade4" ,r-ade4)
13220 ("r-ape" ,r-ape)
13221 ("r-boot" ,r-boot)
13222 ("r-dplyr" ,r-dplyr)
13223 ("r-ggplot2" ,r-ggplot2)
13224 ("r-igraph" ,r-igraph)
13225 ("r-mass" ,r-mass)
13226 ("r-reshape2" ,r-reshape2)
13227 ("r-seqinr" ,r-seqinr)
13228 ("r-shiny" ,r-shiny)
13229 ("r-spdep" ,r-spdep)
13230 ("r-vegan" ,r-vegan)))
13231 (home-page "https://github.com/thibautjombart/adegenet")
13232 (synopsis "Exploratory analysis of genetic and genomic data")
13233 (description
13234 "This package provides a toolset for the exploration of genetic and
13235 genomic data. Adegenet provides formal (S4) classes for storing and handling
13236 various genetic data, including genetic markers with varying ploidy and
13237 hierarchical population structure (@code{genind} class), alleles counts by
13238 populations (@code{genpop}), and genome-wide SNP data (@code{genlight}). It
13239 also implements original multivariate methods (DAPC, sPCA), graphics,
13240 statistical tests, simulation tools, distance and similarity measures, and
13241 several spatial methods. A range of both empirical and simulated datasets is
13242 also provided to illustrate various methods.")
13243 (license license:gpl2+)))
13244
13245 (define-public r-pegas
13246 (package
13247 (name "r-pegas")
13248 (version "0.12")
13249 (source
13250 (origin
13251 (method url-fetch)
13252 (uri (cran-uri "pegas" version))
13253 (sha256
13254 (base32 "0sb8cmz4d238mcb56hv9fa0cagm00k82r7aj4cj4lxa1flxlpy8p"))))
13255 (build-system r-build-system)
13256 (propagated-inputs
13257 `(("r-adegenet" ,r-adegenet)
13258 ("r-ape" ,r-ape)))
13259 (home-page "http://ape-package.ird.fr/pegas.html")
13260 (synopsis "Population and evolutionary genetics analysis system")
13261 (description
13262 "This package provides functions for reading, writing, plotting,
13263 analysing, and manipulating allelic and haplotypic data, including from VCF
13264 files, and for the analysis of population nucleotide sequences and
13265 micro-satellites including coalescent analyses, linkage disequilibrium,
13266 population structure (Fst, Amova) and equilibrium (HWE), haplotype networks,
13267 minimum spanning tree and network, and median-joining networks.")
13268 (license license:gpl2+)))
13269
13270 (define-public r-rmetasim
13271 (package
13272 (name "r-rmetasim")
13273 (version "3.1.14")
13274 (source
13275 (origin
13276 (method url-fetch)
13277 (uri (cran-uri "rmetasim" version))
13278 (sha256
13279 (base32
13280 "0rdkhfgyr97r2d1kd9g8ipb2pn563qxm1y4m9z678q0kqan2ddl0"))))
13281 (build-system r-build-system)
13282 (propagated-inputs
13283 `(("r-ade4" ,r-ade4)
13284 ("r-adegenet" ,r-adegenet)
13285 ("r-gtools" ,r-gtools)
13286 ("r-pegas" ,r-pegas)))
13287 (home-page "https://cran.r-project.org/web/packages/rmetasim")
13288 (synopsis "Individual-based population genetic simulation environment")
13289 (description
13290 "This package provides an interface between R and the metasim simulation
13291 engine. The simulation environment is documented in: Strand, A.(2002),
13292 Metasim 1.0: an individual-based environment for simulating population
13293 genetics of complex population dynamics.")
13294 ;; Any GPL version
13295 (license license:gpl2+)))
13296
13297 (define-public r-genetics
13298 (package
13299 (name "r-genetics")
13300 (version "1.3.8.1.2")
13301 (source
13302 (origin
13303 (method url-fetch)
13304 (uri (cran-uri "genetics" version))
13305 (sha256
13306 (base32
13307 "1v0ylnia6c44v356dsmnkx6054vcxazpzsrdh3yph5ch5vg6gjrh"))))
13308 (build-system r-build-system)
13309 (propagated-inputs
13310 `(("r-combinat" ,r-combinat)
13311 ("r-gdata" ,r-gdata)
13312 ("r-gtools" ,r-gtools)
13313 ("r-mass" ,r-mass)
13314 ("r-mvtnorm" ,r-mvtnorm)))
13315 (home-page "https://cran.r-project.org/web/packages/genetics/")
13316 (synopsis "Population genetics")
13317 (description
13318 "This package provides classes and methods for handling genetic data.
13319 It includes classes to represent genotypes and haplotypes at single markers up
13320 to multiple markers on multiple chromosomes. Function include allele
13321 frequencies, flagging homo/heterozygotes, flagging carriers of certain
13322 alleles, estimating and testing for Hardy-Weinberg disequilibrium, estimating
13323 and testing for linkage disequilibrium, ...")
13324 ;; Any GPL version.
13325 (license license:gpl2+)))
13326
13327 (define-public r-snp-plotter
13328 (package
13329 (name "r-snp-plotter")
13330 (version "0.5.1")
13331 (source
13332 (origin
13333 (method url-fetch)
13334 (uri (cran-uri "snp.plotter" version))
13335 (sha256
13336 (base32
13337 "16apsqvkah5l0d5qcwp3lq2jspkb6n62wzr0wskmj84jblx483vv"))))
13338 (properties `((upstream-name . "snp.plotter")))
13339 (build-system r-build-system)
13340 (propagated-inputs `(("r-genetics" ,r-genetics)))
13341 (home-page "https://cran.r-project.org/web/packages/snp.plotter/")
13342 (synopsis "Plot p-values using single SNP and/or haplotype data")
13343 (description
13344 "This package helps you create plots of p-values using single SNP and/or
13345 haplotype data. Main features of the package include options to display a
13346 @dfn{linkage disequilibrium} (LD) plot and the ability to plot multiple
13347 datasets simultaneously. Plots can be created using global and/or individual
13348 haplotype p-values along with single SNP p-values. Images are created as
13349 either PDF/EPS files.")
13350 (license license:gpl2+)))
13351
13352 (define-public r-polspline
13353 (package
13354 (name "r-polspline")
13355 (version "1.1.17")
13356 (source
13357 (origin
13358 (method url-fetch)
13359 (uri (cran-uri "polspline" version))
13360 (sha256
13361 (base32 "0c7fnxpqpy3hibiim4yib6l6bq363s97wwvllxp4lp8h06fjcyyn"))))
13362 (build-system r-build-system)
13363 (native-inputs `(("gfortran" ,gfortran)))
13364 (home-page "https://cran.r-project.org/web/packages/polspline/")
13365 (synopsis "Polynomial spline routines")
13366 (description
13367 "This package provides routines for the polynomial spline fitting
13368 routines hazard regression, hazard estimation with flexible tails, logspline,
13369 lspec, polyclass, and polymars.")
13370 (license license:gpl2+)))
13371
13372 (define-public r-rms
13373 (package
13374 (name "r-rms")
13375 (version "5.1-4")
13376 (source
13377 (origin
13378 (method url-fetch)
13379 (uri (cran-uri "rms" version))
13380 (sha256
13381 (base32 "19knh1sw0icw6jh9wfb2hq5jf49i2qfvp9myvqm5paa495689x9q"))))
13382 (build-system r-build-system)
13383 (propagated-inputs
13384 `(("r-ggplot2" ,r-ggplot2)
13385 ("r-hmisc" ,r-hmisc)
13386 ("r-htmltable" ,r-htmltable)
13387 ("r-htmltools" ,r-htmltools)
13388 ("r-lattice" ,r-lattice)
13389 ("r-multcomp" ,r-multcomp)
13390 ("r-nlme" ,r-nlme)
13391 ("r-polspline" ,r-polspline)
13392 ("r-quantreg" ,r-quantreg)
13393 ("r-rpart" ,r-rpart)
13394 ("r-sparsem" ,r-sparsem)
13395 ("r-survival" ,r-survival)))
13396 (native-inputs `(("gfortran" ,gfortran)))
13397 (home-page "http://biostat.mc.vanderbilt.edu/rms")
13398 (synopsis "Regression modeling strategies")
13399 (description
13400 "This is a package for regression modeling, testing, estimation,
13401 validation, graphics, prediction, and typesetting by storing enhanced model
13402 design attributes in the fit. The rms package is a collection of functions
13403 that assist with and streamline modeling. It also contains functions for
13404 binary and ordinal logistic regression models, ordinal models for continuous Y
13405 with a variety of distribution families, and the Buckley-James multiple
13406 regression model for right-censored responses, and implements penalized
13407 maximum likelihood estimation for logistic and ordinary linear models. The
13408 package works with almost any regression model, but it was especially written
13409 to work with binary or ordinal regression models, Cox regression, accelerated
13410 failure time models, ordinary linear models, the Buckley-James model,
13411 generalized least squares for serially or spatially correlated observations,
13412 generalized linear models, and quantile regression.")
13413 (license license:gpl2+)))
13414
13415 (define-public r-haplo-stats
13416 (package
13417 (name "r-haplo-stats")
13418 (version "1.7.9")
13419 (source
13420 (origin
13421 (method url-fetch)
13422 (uri (cran-uri "haplo.stats" version))
13423 (sha256
13424 (base32
13425 "19kxascqq5qz0zdxx0w837ji207y1z2ggxkl4vmlbay03k2dw2mx"))))
13426 (properties `((upstream-name . "haplo.stats")))
13427 (build-system r-build-system)
13428 (propagated-inputs
13429 `(("r-rms" ,r-rms)))
13430 (native-inputs
13431 `(("r-r-rsp" ,r-r-rsp))) ; for vignettes
13432 (home-page "https://www.mayo.edu/research/labs/statistical-genetics-genetic-epidemiology/software")
13433 (synopsis "Analysis of haplotypes when linkage phase is ambiguous")
13434 (description
13435 "This package provides routines for the analysis of indirectly measured
13436 haplotypes. The statistical methods assume that all subjects are unrelated
13437 and that haplotypes are ambiguous (due to unknown linkage phase of the genetic
13438 markers). The main functions are: @code{haplo.em()}, @code{haplo.glm()},
13439 @code{haplo.score()}, and @code{haplo.power()}; all of which have detailed
13440 examples in the vignette.")
13441 (license license:gpl2+)))
13442
13443 (define-public r-bqtl
13444 (package
13445 (name "r-bqtl")
13446 (version "1.0-32")
13447 (source
13448 (origin
13449 (method url-fetch)
13450 (uri (cran-uri "bqtl" version))
13451 (sha256
13452 (base32
13453 "0jjqgsm9fmvz5nkgz608xfljjpmaf4rs4f7kxvpqn4b1l9s5lhci"))))
13454 (build-system r-build-system)
13455 (native-inputs `(("gfortran" ,gfortran)))
13456 (home-page "http://famprevmed.ucsd.edu/faculty/cberry/bqtl/")
13457 (synopsis "Bayesian QTL mapping toolkit")
13458 (description
13459 "This is a QTL mapping toolkit for inbred crosses and recombinant inbred
13460 lines. It includes maximum likelihood and Bayesian tools.")
13461 (license license:gpl2+)))
13462
13463 (define-public r-ibdreg
13464 (package
13465 (name "r-ibdreg")
13466 (version "0.2.5")
13467 (source
13468 (origin
13469 (method url-fetch)
13470 (uri (cran-uri "ibdreg" version))
13471 (sha256
13472 (base32
13473 "1kaa5q1byi30wzr0mw4w2cv1ssxprzcwf91wrpqwkgcsdy7dkh2g"))))
13474 (build-system r-build-system)
13475 (home-page "https://www.mayo.edu/research/labs/\
13476 statistical-genetics-genetic-epidemiology/software")
13477 (synopsis "Regression methods for IBD linkage with covariates")
13478 (description
13479 "This package provides a method to test genetic linkage with covariates
13480 by regression methods with response IBD sharing for relative pairs. Account
13481 for correlations of IBD statistics and covariates for relative pairs within
13482 the same pedigree.")
13483 (license license:gpl2+)))
13484
13485 (define-public r-dlmap
13486 (package
13487 (name "r-dlmap")
13488 (version "1.13")
13489 (source
13490 (origin
13491 (method url-fetch)
13492 (uri (cran-uri "dlmap" version))
13493 (sha256
13494 (base32
13495 "0s6wlkggkm3qndwyvw72xv1n0mcjb7ss3ajbq2ll6rv30splq0db"))))
13496 (build-system r-build-system)
13497 (propagated-inputs
13498 `(("r-ibdreg" ,r-ibdreg)
13499 ("r-mgcv" ,r-mgcv)
13500 ("r-nlme" ,r-nlme)
13501 ("r-qtl" ,r-qtl)
13502 ("r-wgaim" ,r-wgaim)))
13503 (home-page "https://cran.r-project.org/web/packages/dlmap/")
13504 (synopsis "Detection localization mapping for QTL")
13505 (description
13506 "This is package for QTL mapping in a mixed model framework with separate
13507 detection and localization stages. The first stage detects the number of QTL
13508 on each chromosome based on the genetic variation due to grouped markers on
13509 the chromosome; the second stage uses this information to determine the most
13510 likely QTL positions. The mixed model can accommodate general fixed and
13511 random effects, including spatial effects in field trials and pedigree
13512 effects. It is applicable to backcrosses, doubled haploids, recombinant
13513 inbred lines, F2 intercrosses, and association mapping populations.")
13514 (license license:gpl2)))
13515
13516 (define-public r-ldheatmap
13517 (package
13518 (name "r-ldheatmap")
13519 (version "0.99-7")
13520 (source
13521 (origin
13522 (method url-fetch)
13523 (uri (cran-uri "LDheatmap" version))
13524 (sha256
13525 (base32
13526 "1r0j8bihi5z1x0sgaf7dwzpsw9i0nc1vylvipvc0cia2ka1lr9dc"))))
13527 (properties `((upstream-name . "LDheatmap")))
13528 (build-system r-build-system)
13529 (propagated-inputs
13530 `(("r-genetics" ,r-genetics)
13531 ("r-rcpp" ,r-rcpp)
13532 ("r-snpstats" ,r-snpstats)))
13533 (home-page "http://stat.sfu.ca/statgen/research/ldheatmap.html")
13534 (synopsis "Graphical display of pairwise linkage disequilibria between SNPs")
13535 (description
13536 "This package provides tools to produce a graphical display, as a heat
13537 map, of measures of pairwise linkage disequilibria between SNPs. Users may
13538 optionally include the physical locations or genetic map distances of each SNP
13539 on the plot.")
13540 (license license:gpl3)))
13541
13542 (define-public r-hwde
13543 (package
13544 (name "r-hwde")
13545 (version "0.67")
13546 (source
13547 (origin
13548 (method url-fetch)
13549 (uri (cran-uri "hwde" version))
13550 (sha256
13551 (base32
13552 "0wb2f9i5qi7w77ygh8bvydfpr7j5x8dyvnnhdkajaz0wdcpkyaqy"))))
13553 (build-system r-build-system)
13554 (home-page "https://cran.r-project.org/web/packages/hwde/")
13555 (synopsis "Models and tests for departure from Hardy-Weinberg equilibrium")
13556 (description
13557 "This package fits models for genotypic disequilibria, as described in
13558 Huttley and Wilson (2000), Weir (1996) and Weir and Wilson (1986). Contrast
13559 terms are available that account for first order interactions between loci.
13560 It also implements, for a single locus in a single population, a conditional
13561 exact test for Hardy-Weinberg equilibrium.")
13562 (license license:gpl2+)))
13563
13564 (define-public r-tdthap
13565 (package
13566 (name "r-tdthap")
13567 (version "1.1-11")
13568 (source
13569 (origin
13570 (method url-fetch)
13571 (uri (cran-uri "tdthap" version))
13572 (sha256
13573 (base32
13574 "15qlj2bivvz3pizd8dq34wczbkbxhzqh3cqp1ixkdkprlyvcxj5k"))))
13575 (build-system r-build-system)
13576 (home-page "https://cran.r-project.org/web/packages/tdthap/")
13577 (synopsis "TDT tests for extended haplotypes")
13578 (description
13579 "Functions and examples are provided for transmission/disequilibrium
13580 tests for extended marker haplotypes, as in Clayton, D. and Jones, H. (1999)
13581 \"Transmission/disequilibrium tests for extended marker haplotypes\".")
13582 (license license:artistic2.0)))
13583
13584 (define-public r-sparql
13585 (package
13586 (name "r-sparql")
13587 (version "1.16")
13588 (source (origin
13589 (method url-fetch)
13590 (uri (cran-uri "SPARQL" version))
13591 (sha256
13592 (base32
13593 "0gak1q06yyhdmcxb2n3v0h9gr1vqd0viqji52wpw211qp6r6dcrc"))))
13594 (properties `((upstream-name . "SPARQL")))
13595 (build-system r-build-system)
13596 (propagated-inputs
13597 `(("r-rcurl" ,r-rcurl)
13598 ("r-xml" ,r-xml)))
13599 (home-page "https://cran.r-project.org/web/packages/SPARQL")
13600 (synopsis "SPARQL client for R")
13601 (description "This package provides an interface to use SPARQL to pose
13602 SELECT or UPDATE queries to an end-point.")
13603 ;; The only license indication is found in the DESCRIPTION file,
13604 ;; which states GPL-3. So we cannot assume GPLv3+.
13605 (license license:gpl3)))
13606
13607 (define-public r-bookdown
13608 (package
13609 (name "r-bookdown")
13610 (version "0.18")
13611 (source (origin
13612 (method url-fetch)
13613 (uri (cran-uri "bookdown" version))
13614 (sha256
13615 (base32
13616 "1my6g16phx21v5cvfqcnjibh3zcv02xkix347aafd6a7r3hnxpq5"))))
13617 (build-system r-build-system)
13618 (propagated-inputs
13619 `(("r-htmltools" ,r-htmltools)
13620 ("r-knitr" ,r-knitr)
13621 ("r-rmarkdown" ,r-rmarkdown)
13622 ("r-tinytex" ,r-tinytex)
13623 ("r-xfun" ,r-xfun)
13624 ("pandoc" ,ghc-pandoc)))
13625 (home-page "https://github.com/rstudio/bookdown")
13626 (synopsis "Authoring books and technical documents with R markdown")
13627 (description "This package provides output formats and utilities for
13628 authoring books and technical documents with R Markdown.")
13629 (license license:gpl3)))
13630
13631 (define-public r-optparse
13632 (package
13633 (name "r-optparse")
13634 (version "1.6.4")
13635 (source
13636 (origin
13637 (method url-fetch)
13638 (uri (cran-uri "optparse" version))
13639 (sha256
13640 (base32
13641 "0wyrc42ja3ab5szx46zmz8lm7vzfqxkjca0m0sms8g9hqbmmay6d"))))
13642 (build-system r-build-system)
13643 (propagated-inputs
13644 `(("r-getopt" ,r-getopt)))
13645 (home-page "https://github.com/trevorld/optparse")
13646 (synopsis "Command line option parser")
13647 (description
13648 "This package provides a command line parser inspired by Python's
13649 @code{optparse} library to be used with Rscript to write shebang scripts
13650 that accept short and long options.")
13651 (license license:gpl2+)))
13652
13653 (define-public r-wgcna
13654 (package
13655 (name "r-wgcna")
13656 (version "1.69")
13657 (source
13658 (origin
13659 (method url-fetch)
13660 (uri (cran-uri "WGCNA" version))
13661 (sha256
13662 (base32
13663 "022hkprnrafvggi8pkjffkvk1qlnibmbbxxrni00wkrdbga5589f"))))
13664 (properties `((upstream-name . "WGCNA")))
13665 (build-system r-build-system)
13666 (propagated-inputs
13667 `(("r-annotationdbi" ,r-annotationdbi)
13668 ("r-doparallel" ,r-doparallel)
13669 ("r-dynamictreecut" ,r-dynamictreecut)
13670 ("r-fastcluster" ,r-fastcluster)
13671 ("r-foreach" ,r-foreach)
13672 ("r-go-db" ,r-go-db)
13673 ("r-hmisc" ,r-hmisc)
13674 ("r-impute" ,r-impute)
13675 ("r-rcpp" ,r-rcpp)
13676 ("r-survival" ,r-survival)
13677 ("r-matrixstats" ,r-matrixstats)
13678 ("r-preprocesscore" ,r-preprocesscore)))
13679 (home-page
13680 "http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/Rpackages/WGCNA/")
13681 (synopsis "Weighted correlation network analysis")
13682 (description
13683 "This package provides functions necessary to perform Weighted
13684 Correlation Network Analysis on high-dimensional data. It includes functions
13685 for rudimentary data cleaning, construction and summarization of correlation
13686 networks, module identification and functions for relating both variables and
13687 modules to sample traits. It also includes a number of utility functions for
13688 data manipulation and visualization.")
13689 (license license:gpl2+)))
13690
13691 (define-public r-kernlab
13692 (package
13693 (name "r-kernlab")
13694 (version "0.9-29")
13695 (source
13696 (origin
13697 (method url-fetch)
13698 (uri (cran-uri "kernlab" version))
13699 (sha256
13700 (base32 "0vqhndl4zm7pvkfvq0f6i9cbrm7pij6kmdp7d7w39pa100x6knn3"))))
13701 (build-system r-build-system)
13702 (home-page "https://cran.r-project.org/web/packages/kernlab")
13703 (synopsis "Kernel-based machine learning tools")
13704 (description
13705 "This package provides kernel-based machine learning methods for
13706 classification, regression, clustering, novelty detection, quantile regression
13707 and dimensionality reduction. Among other methods @code{kernlab} includes
13708 Support Vector Machines, Spectral Clustering, Kernel PCA, Gaussian Processes
13709 and a QP solver.")
13710 (license license:gpl2)))
13711
13712 (define-public r-hierfstat
13713 (package
13714 (name "r-hierfstat")
13715 (version "0.04-22")
13716 (source
13717 (origin
13718 (method url-fetch)
13719 (uri (cran-uri "hierfstat" version))
13720 (sha256
13721 (base32
13722 "1fav2v2996v5kb1ffa6v5wxfm921syxg6as034vd3j4jfhdibyfx"))))
13723 (build-system r-build-system)
13724 (propagated-inputs
13725 `(("r-ade4" ,r-ade4)
13726 ("r-adegenet" ,r-adegenet)
13727 ("r-gtools" ,r-gtools)))
13728 (home-page "https://cran.r-project.org/web/packages/hierfstat/")
13729 (synopsis "Estimation and tests of hierarchical F-statistics")
13730 (description
13731 "This package allows the estimation of hierarchical F-statistics from
13732 haploid or diploid genetic data with any numbers of levels in the hierarchy,
13733 following the algorithm of Yang (Evolution, 1998, 52(4):950-956). Functions
13734 are also given to test via randomisations the significance of each F and
13735 variance components, using the likelihood-ratio statistics G.")
13736 (license license:gpl2+)))
13737
13738 (define-public r-hapassoc
13739 (package
13740 (name "r-hapassoc")
13741 (version "1.2-8")
13742 (source
13743 (origin
13744 (method url-fetch)
13745 (uri (cran-uri "hapassoc" version))
13746 (sha256
13747 (base32
13748 "0qs5jl0snzfchgpp6pabncwywxcmi743g91jvjiyyzw0lw85yv4s"))))
13749 (build-system r-build-system)
13750 (home-page "http://stat.sfu.ca/statgen/research/hapassoc.html")
13751 (synopsis "Inference of trait associations with SNP haplotypes")
13752 (description
13753 "Hapassoc performs likelihood inference of trait associations with
13754 haplotypes and other covariates in @dfn{generalized linear models} (GLMs). The
13755 functions are developed primarily for data collected in cohort or
13756 cross-sectional studies. They can accommodate uncertain haplotype phase and
13757 handle missing genotypes at some SNPs.")
13758 (license license:gpl2)))
13759
13760 (define-public r-sampling
13761 (package
13762 (name "r-sampling")
13763 (version "2.8")
13764 (source
13765 (origin
13766 (method url-fetch)
13767 (uri (cran-uri "sampling" version))
13768 (sha256
13769 (base32
13770 "06pj7dan0mknpsblmlnk7am78qrnwgnql5vvx7vmbfvib7rj6s9m"))))
13771 (build-system r-build-system)
13772 (propagated-inputs
13773 `(("r-lpsolve" ,r-lpsolve)
13774 ("r-mass" ,r-mass)))
13775 (home-page "https://cran.r-project.org/web/packages/sampling/")
13776 (synopsis "Survey sampling")
13777 (description
13778 "This package provides functions for drawing and calibrating samples.")
13779 (license license:gpl2+)))
13780
13781 (define-public r-r2html
13782 (package
13783 (name "r-r2html")
13784 (version "2.3.2")
13785 (source
13786 (origin
13787 (method url-fetch)
13788 (uri (cran-uri "R2HTML" version))
13789 (sha256
13790 (base32
13791 "00kxny7hajs9r2kw63qk7d03ggdxx2j1g8vbrmzp806y8aczvik9"))))
13792 (properties `((upstream-name . "R2HTML")))
13793 (build-system r-build-system)
13794 (home-page "https://github.com/nalimilan/R2HTML")
13795 (synopsis "HTML export for R objects")
13796 (description
13797 "This package includes HTML functions and methods to write in an HTML
13798 file. Thus, making HTML reports is easy. It includes a function that allows
13799 redirection on the fly, which appears to be very useful for teaching purposes,
13800 as the student can keep a copy of the produced output to keep all that they
13801 did during the course. The package comes with a vignette describing how to
13802 write HTML reports for statistical analysis. Finally, a driver for Sweave
13803 allows to parse HTML flat files containing R code and to automatically write
13804 the corresponding outputs (tables and graphs).")
13805 (license license:gpl2+)))
13806
13807 (define-public r-rjava
13808 (package
13809 (name "r-rjava")
13810 (version "0.9-11")
13811 (source
13812 (origin
13813 (method url-fetch)
13814 (uri (cran-uri "rJava" version))
13815 (sha256
13816 (base32
13817 "0s9cjy1wh7snmbqwznh8f1r4ipylr7mgda4a979z963a8lqy32n2"))))
13818 (properties `((upstream-name . "rJava")))
13819 (build-system r-build-system)
13820 (arguments
13821 `(#:modules ((guix build utils)
13822 (guix build r-build-system)
13823 (ice-9 match))
13824 #:phases
13825 (modify-phases %standard-phases
13826 (add-after 'unpack 'set-JAVA_HOME
13827 (lambda* (#:key inputs #:allow-other-keys)
13828 (let ((jdk (assoc-ref inputs "jdk")))
13829 (setenv "JAVA_HOME" jdk)
13830 (setenv "JAVA" (which "java"))
13831 (setenv "JAR" (which "jar"))
13832 (setenv "JAVAC" (which "javac"))
13833 (setenv "JAVAH" (which "javah"))
13834 (setenv "JAVA_CPPFLAGS"
13835 (string-append "-I" jdk "/include "
13836 "-I" jdk "/include/linux"))
13837 (match (find-files (string-append jdk "/jre/lib/") "libjvm.so")
13838 ((lib) (setenv "JAVA_LIBS" lib))
13839 (_ (error "Could not find libjvm.so"))))
13840 #t)))))
13841 (inputs
13842 `(("icu4c" ,icu4c)
13843 ("jdk" ,icedtea-8 "jdk")
13844 ("pcre" ,pcre)
13845 ("zlib" ,zlib)))
13846 (home-page "http://www.rforge.net/rJava/")
13847 (synopsis "Low-Level R to Java interface")
13848 (description
13849 "This package provides a low-level interface to the Java VM very much
13850 like .C/.Call and friends. It allows the creation of objects, calling methods
13851 and accessing fields.")
13852 (license license:gpl2)))
13853
13854 (define-public r-svmisc
13855 (package
13856 (name "r-svmisc")
13857 (version "1.1.0")
13858 (source
13859 (origin
13860 (method url-fetch)
13861 (uri (cran-uri "svMisc" version))
13862 (sha256
13863 (base32
13864 "01r2a73wx2sh1njky961fxabx5wgddqqjqba6vjg0f3h8r3abmn2"))))
13865 (properties `((upstream-name . "svMisc")))
13866 (build-system r-build-system)
13867 (home-page "https://github.com/SciViews/svMisc")
13868 (synopsis "Miscellaneous functions for SciViews")
13869 (description
13870 "This package provides miscellaneous functions for SciViews or general
13871 use, including tools to manage a temporary environment attached to the search
13872 path for temporary variables you do not want to @code{save()} or
13873 @code{load()}; test the current platform; showing progress bars, etc.")
13874 (license license:gpl2)))
13875
13876 (define-public r-xyz
13877 (package
13878 (name "r-xyz")
13879 (version "0.2")
13880 (source
13881 (origin
13882 (method url-fetch)
13883 (uri (cran-uri "xyz" version))
13884 (sha256
13885 (base32
13886 "13w4sb4pvgciwr8wsz785dafj2k2kpx7znz46r5d32wx88vkycp4"))))
13887 (build-system r-build-system)
13888 (propagated-inputs
13889 `(("r-rcpp" ,r-rcpp)))
13890 (home-page "https://cran.r-project.org/web/packages/xyz/")
13891 (synopsis "Algorithm for fast interaction search in high-dimensional data")
13892 (description
13893 "High dimensional interaction search by brute force requires a quadratic
13894 computational cost in the number of variables. The xyz algorithm provably
13895 finds strong interactions in almost linear time. For details of the algorithm
13896 see: G. Thanei, N. Meinshausen and R. Shah (2016). The xyz algorithm for fast
13897 interaction search in high-dimensional data.")
13898 ;; Any version of the GPL.
13899 (license license:gpl2+)))
13900
13901 (define-public r-rttf2pt1
13902 (package
13903 (name "r-rttf2pt1")
13904 (version "1.3.8")
13905 (source
13906 (origin
13907 (method url-fetch)
13908 (uri (cran-uri "Rttf2pt1" version))
13909 (sha256
13910 (base32
13911 "0b3f2zkmbyshn19cnaaf042d0zwf43l9jnkqizfhxxwb93a4c1jn"))))
13912 (properties `((upstream-name . "Rttf2pt1")))
13913 (build-system r-build-system)
13914 (home-page "https://github.com/wch/Rttf2pt1")
13915 (synopsis "Font conversion utility")
13916 (description
13917 "This package contains the program @code{ttf2pt1}, for use with the
13918 @code{extrafont} package.")
13919 ;; Most of the files are covered under the Expat license. Some files are
13920 ;; covered under BSD-3. Deviations for individual files are recorded in
13921 ;; the LICENSE file.
13922 (license (list license:bsd-3 license:expat
13923 (license:non-copyleft "file://LICENSE")))))
13924
13925 (define-public r-extrafontdb
13926 (package
13927 (name "r-extrafontdb")
13928 (version "1.0")
13929 (source
13930 (origin
13931 (method url-fetch)
13932 (uri (cran-uri "extrafontdb" version))
13933 (sha256
13934 (base32
13935 "115n42hfvv5h4nn4cfkfmkmn968py4lpy8zd0d6w5yylwpzbm8gs"))))
13936 (build-system r-build-system)
13937 (home-page "https://github.com/wch/extrafontdb")
13938 (synopsis "Database for the extrafont package")
13939 (description
13940 "This package holds the database for the @code{extrafont} package.")
13941 (license license:gpl2)))
13942
13943 (define-public r-extrafont
13944 (package
13945 (name "r-extrafont")
13946 (version "0.17")
13947 (source
13948 (origin
13949 (method url-fetch)
13950 (uri (cran-uri "extrafont" version))
13951 (sha256
13952 (base32
13953 "0b9k2n9sk23bh45hjgnkxpjyvpdrz1hx7kmxvmb4nhlhm1wpsv9g"))))
13954 (build-system r-build-system)
13955 (propagated-inputs
13956 `(("r-extrafontdb" ,r-extrafontdb)
13957 ("r-rttf2pt1" ,r-rttf2pt1)))
13958 (home-page "https://github.com/wch/extrafont")
13959 (synopsis "Tools for using fonts in R")
13960 (description
13961 "The extrafont package makes it easier to use fonts other than the basic
13962 PostScript fonts that R uses. Fonts that are imported into extrafont can be
13963 used with PDF or PostScript output files. There are two hurdles for using
13964 fonts in PDF (or Postscript) output files:
13965
13966 @enumerate
13967 @item Making R aware of the font and the dimensions of the characters.
13968 @item Embedding the fonts in the PDF file so that the PDF can be displayed
13969 properly on a device that doesn't have the font. This is usually needed if
13970 you want to print the PDF file or share it with others.
13971 @end enumerate
13972
13973 The extrafont package makes both of these things easier.")
13974 (license license:gpl2)))
13975
13976 (define-public r-xkcd
13977 (package
13978 (name "r-xkcd")
13979 (version "0.0.6")
13980 (source
13981 (origin
13982 (method url-fetch)
13983 (uri (cran-uri "xkcd" version))
13984 (sha256
13985 (base32
13986 "1z2y0ihn68ppay7xkglhw7djki5654g6z4bbpyy41if57z9q554f"))))
13987 (build-system r-build-system)
13988 (propagated-inputs
13989 `(("r-extrafont" ,r-extrafont)
13990 ("r-ggplot2" ,r-ggplot2)
13991 ("r-hmisc" ,r-hmisc)))
13992 (home-page "https://cran.r-project.org/web/packages/xkcd/")
13993 (synopsis "Plot ggplot2 graphics in the XKCD style")
13994 (description
13995 "This package provides the means to plot ggplot2 graphs in the style of
13996 the XKCD web comic.")
13997 (license license:gpl3)))
13998
13999 (define-public r-msigdbr
14000 (package
14001 (name "r-msigdbr")
14002 (version "7.0.1")
14003 (source
14004 (origin
14005 (method url-fetch)
14006 (uri (cran-uri "msigdbr" version))
14007 (sha256
14008 (base32
14009 "19p8z617m3my8la7n1qgb1s2msf940r372im3q30qkbcx3qxg3sd"))))
14010 (build-system r-build-system)
14011 (propagated-inputs
14012 `(("r-dplyr" ,r-dplyr)
14013 ("r-magrittr" ,r-magrittr)
14014 ("r-rlang" ,r-rlang)
14015 ("r-tibble" ,r-tibble)))
14016 (home-page "https://github.com/igordot/msigdbr")
14017 (synopsis "MSigDB gene sets for multiple organisms")
14018 (description
14019 "This package provides the @dfn{Molecular Signatures Database} (MSigDB)
14020 gene sets typically used with the @dfn{Gene Set Enrichment Analysis} (GSEA)
14021 software in a standard R data frame with key-value pairs. Included are the
14022 original human gene symbols and Entrez IDs as well as the equivalents for
14023 various frequently studied model organisms such as mouse, rat, pig, fly, and
14024 yeast.")
14025 ;; The package is covered under the Expat license, but the upstream MSigDB
14026 ;; files are made available under the Creative Commons Attribution 4.0
14027 ;; International license.
14028 (license (list license:expat license:cc-by4.0))))
14029
14030 (define-public r-gridgraphics
14031 (package
14032 (name "r-gridgraphics")
14033 (version "0.5-0")
14034 (source
14035 (origin
14036 (method url-fetch)
14037 (uri (cran-uri "gridGraphics" version))
14038 (sha256
14039 (base32
14040 "0rlyc3xk8kfrfzbfd8n4javq3yxqd7lsfmi4q5n6s61srnrl6c1r"))))
14041 (properties `((upstream-name . "gridGraphics")))
14042 (build-system r-build-system)
14043 (home-page "https://github.com/pmur002/gridgraphics")
14044 (synopsis "Redraw base graphics using @code{grid} graphics")
14045 (description
14046 "This package provides functions to convert a page of plots drawn with
14047 the @code{graphics} package into identical output drawn with the @code{grid}
14048 package. The result looks like the original @code{graphics}-based plot, but
14049 consists of @code{grid} grobs and viewports that can then be manipulated with
14050 @code{grid} functions (e.g., edit grobs and revisit viewports).")
14051 (license license:gpl2+)))
14052
14053 (define-public r-farver
14054 (package
14055 (name "r-farver")
14056 (version "2.0.3")
14057 (source
14058 (origin
14059 (method url-fetch)
14060 (uri (cran-uri "farver" version))
14061 (sha256
14062 (base32
14063 "1k75v07dsfkjra2gsgxg9s55cw3b46b1nh960kqphq7cg7gr058f"))))
14064 (build-system r-build-system)
14065 (home-page "https://github.com/thomasp85/farver")
14066 (synopsis "Vectorized color conversion and comparison")
14067 (description
14068 "The encoding of color can be handled in many different ways, using
14069 different color spaces. As different color spaces have different uses,
14070 efficient conversion between these representations are important. This
14071 package provides a set of functions that gives access to very fast color space
14072 conversion and comparisons implemented in C++, and offers 100-fold speed
14073 improvements over the @code{convertColor} function in the @code{grDevices}
14074 package.")
14075 (license license:expat)))
14076
14077 (define-public r-ggplotify
14078 (package
14079 (name "r-ggplotify")
14080 (version "0.0.4")
14081 (source
14082 (origin
14083 (method url-fetch)
14084 (uri (cran-uri "ggplotify" version))
14085 (sha256
14086 (base32
14087 "0nv3wdmxnc5ww9m3xlgnb0jp30j45dg33nqc6gg3y36svg8anjcg"))))
14088 (build-system r-build-system)
14089 (propagated-inputs
14090 `(("r-ggplot2" ,r-ggplot2)
14091 ("r-gridgraphics" ,r-gridgraphics)
14092 ("r-rvcheck" ,r-rvcheck)))
14093 (home-page "https://github.com/GuangchuangYu/ggplotify")
14094 (synopsis "Convert plots to @code{grob} or @code{ggplot} object")
14095 (description
14096 "This package provides tools to convert plot function calls (using
14097 expression or formula) to @code{grob} or @code{ggplot} objects that are
14098 compatible with the @code{grid} and @code{ggplot2} environment. With this
14099 package, we are able to e.g. use @code{cowplot} to align plots produced by
14100 @code{base} graphics, @code{grid}, @code{lattice}, @code{vcd} etc. by
14101 converting them to @code{ggplot} objects.")
14102 (license license:artistic2.0)))
14103
14104 (define-public r-triebeard
14105 (package
14106 (name "r-triebeard")
14107 (version "0.3.0")
14108 (source
14109 (origin
14110 (method url-fetch)
14111 (uri (cran-uri "triebeard" version))
14112 (sha256
14113 (base32
14114 "1hqyz57gph02c9fdc07lxz113bbklif3g18sw8jan6pakhhdc7dz"))))
14115 (build-system r-build-system)
14116 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
14117 (home-page "https://github.com/Ironholds/triebeard/")
14118 (synopsis "Radix trees in Rcpp")
14119 (description
14120 "Radix trees, or tries, are key-value data structures optimized for
14121 efficient lookups, similar in purpose to hash tables. This package provides
14122 an implementation of radix trees for use in R programming and in developing
14123 packages with Rcpp.")
14124 (license license:expat)))
14125
14126 (define-public r-tweenr
14127 (package
14128 (name "r-tweenr")
14129 (version "1.0.1")
14130 (source
14131 (origin
14132 (method url-fetch)
14133 (uri (cran-uri "tweenr" version))
14134 (sha256
14135 (base32
14136 "0sq90pbln6lkc2q3zflhkxxwpqdw5dd7igrxhdnlynkdrmi83mpg"))))
14137 (build-system r-build-system)
14138 (propagated-inputs
14139 `(("r-farver" ,r-farver)
14140 ("r-magrittr" ,r-magrittr)
14141 ("r-rcpp" ,r-rcpp)
14142 ("r-rlang" ,r-rlang)))
14143 (home-page "https://github.com/thomasp85/tweenr")
14144 (synopsis "Interpolate data for smooth animations")
14145 (description
14146 "In order to create smooth animation between states of data, tweening is
14147 necessary. This package provides a range of functions for creating tweened
14148 data that can be used as basis for animation. Furthermore it adds a number of
14149 vectorized interpolaters for common R data types such as numeric, date and
14150 color.")
14151 (license license:expat)))
14152
14153 (define-public r-polyclip
14154 (package
14155 (name "r-polyclip")
14156 (version "1.10-0")
14157 (source
14158 (origin
14159 (method url-fetch)
14160 (uri (cran-uri "polyclip" version))
14161 (sha256
14162 (base32
14163 "0jyk4maqiblvj095jd59dr76kbniyli3v3xvy0a72ljszq6vrnkl"))))
14164 (build-system r-build-system)
14165 (native-inputs `(("pkg-config" ,pkg-config)))
14166 (home-page "http://www.angusj.com/delphi/clipper.php")
14167 (synopsis "Polygon clipping")
14168 (description
14169 "This package provides an R port of the library Clipper. It performs
14170 polygon clipping operations (intersection, union, set minus, set difference)
14171 for polygonal regions of arbitrary complexity, including holes. It computes
14172 offset polygons (spatial buffer zones, morphological dilations, Minkowski
14173 dilations) for polygonal regions and polygonal lines. It computes the
14174 Minkowski Sum of general polygons. There is a function for removing
14175 self-intersections from polygon data.")
14176 (license license:boost1.0)))
14177
14178 (define-public r-urltools
14179 (package
14180 (name "r-urltools")
14181 (version "1.7.3")
14182 (source
14183 (origin
14184 (method url-fetch)
14185 (uri (cran-uri "urltools" version))
14186 (sha256
14187 (base32
14188 "04x3my655dd287cbsszbnf75q0swmjlxxrblcsay7a8n3df3a830"))))
14189 (build-system r-build-system)
14190 (propagated-inputs
14191 `(("r-rcpp" ,r-rcpp)
14192 ("r-triebeard" ,r-triebeard)))
14193 (home-page "https://github.com/Ironholds/urltools/")
14194 (synopsis "Vectorized tools for URL handling and parsing")
14195 (description
14196 "This package provides a toolkit for all URL-handling needs, including
14197 encoding and decoding, parsing, parameter extraction and modification. All
14198 functions are designed to be both fast and entirely vectorized. It is
14199 intended to be useful for people dealing with web-related datasets, such as
14200 server-side logs, although may be useful for other situations involving large
14201 sets of URLs.")
14202 (license license:expat)))
14203
14204 (define-public r-ggforce
14205 (package
14206 (name "r-ggforce")
14207 (version "0.3.1")
14208 (source
14209 (origin
14210 (method url-fetch)
14211 (uri (cran-uri "ggforce" version))
14212 (sha256
14213 (base32
14214 "04926cqrda6psvy2nzkkw4czwyxdp7fnxg76byp14v12kgd72lm0"))))
14215 (build-system r-build-system)
14216 (propagated-inputs
14217 `(("r-ggplot2" ,r-ggplot2)
14218 ("r-gtable" ,r-gtable)
14219 ("r-mass" ,r-mass)
14220 ("r-polyclip" ,r-polyclip)
14221 ("r-rcpp" ,r-rcpp)
14222 ("r-rcppeigen" ,r-rcppeigen)
14223 ("r-rlang" ,r-rlang)
14224 ("r-scales" ,r-scales)
14225 ("r-tidyselect" ,r-tidyselect)
14226 ("r-tweenr" ,r-tweenr)
14227 ("r-withr" ,r-withr)))
14228 (home-page "https://ggforce.data-imaginist.com")
14229 (synopsis "Accelerating ggplot2")
14230 (description
14231 "The aim of the ggplot2 package is to aid in visual data investigations.
14232 This focus has led to a lack of facilities for composing specialized plots.
14233 Thi package aims to be a collection of mainly new statistics and geometries
14234 that fills this gap.")
14235 (license license:expat)))
14236
14237 (define-public r-europepmc
14238 (package
14239 (name "r-europepmc")
14240 (version "0.3")
14241 (source
14242 (origin
14243 (method url-fetch)
14244 (uri (cran-uri "europepmc" version))
14245 (sha256
14246 (base32
14247 "1ngqs1sqzkbwv98dd5z4cxj8bnz41wyd0g060a2vpqi3s99s4i2h"))))
14248 (build-system r-build-system)
14249 (propagated-inputs
14250 `(("r-dplyr" ,r-dplyr)
14251 ("r-httr" ,r-httr)
14252 ("r-jsonlite" ,r-jsonlite)
14253 ("r-plyr" ,r-plyr)
14254 ("r-progress" ,r-progress)
14255 ("r-purrr" ,r-purrr)
14256 ("r-urltools" ,r-urltools)
14257 ("r-xml2" ,r-xml2)))
14258 (home-page "https://github.com/ropensci/europepmc/")
14259 (synopsis "R Interface to the Europe PubMed Central RESTful Web Service")
14260 (description
14261 "This package provides an R Client for the
14262 @url{https://europepmc.org/RestfulWebService,Europe PubMed Central RESTful Web
14263 Service}. It gives access to both metadata on life science literature and
14264 open access full texts. Europe PMC indexes all PubMed content and other
14265 literature sources including Agricola, a bibliographic database of citations
14266 to the agricultural literature, or Biological Patents. In addition to
14267 bibliographic metadata, the client allows users to fetch citations and
14268 reference lists. Links between life-science literature and other EBI
14269 databases, including ENA, PDB or ChEMBL are also accessible.")
14270 (license license:gpl3)))
14271
14272 (define-public r-ggraph
14273 (package
14274 (name "r-ggraph")
14275 (version "2.0.1")
14276 (source
14277 (origin
14278 (method url-fetch)
14279 (uri (cran-uri "ggraph" version))
14280 (sha256
14281 (base32
14282 "0q2yqsb981a2arf9j530kqs61vw38ixyxbhb6yvv7skgbck02r6y"))))
14283 (build-system r-build-system)
14284 (propagated-inputs
14285 `(("r-digest" ,r-digest)
14286 ("r-dplyr" ,r-dplyr)
14287 ("r-ggforce" ,r-ggforce)
14288 ("r-ggplot2" ,r-ggplot2)
14289 ("r-ggrepel" ,r-ggrepel)
14290 ("r-graphlayouts" ,r-graphlayouts)
14291 ("r-gtable" ,r-gtable)
14292 ("r-igraph" ,r-igraph)
14293 ("r-mass" ,r-mass)
14294 ("r-rcpp" ,r-rcpp)
14295 ("r-rlang" ,r-rlang)
14296 ("r-scales" ,r-scales)
14297 ("r-tidygraph" ,r-tidygraph)
14298 ("r-viridis" ,r-viridis)))
14299 (home-page "https://cran.r-project.org/web/packages/ggraph/")
14300 (synopsis "Implementation of grammar of graphics for graphs and networks")
14301 (description
14302 "The grammar of graphics as implemented in ggplot2 is a poor fit for
14303 graph and network visualizations due to its reliance on tabular data input.
14304 The ggraph package is an extension of the ggplot2 API tailored to graph
14305 visualizations and provides the same flexible approach to building up plots
14306 layer by layer.")
14307 (license license:gpl3)))
14308
14309 (define-public r-varselrf
14310 (package
14311 (name "r-varselrf")
14312 (version "0.7-8")
14313 (source
14314 (origin
14315 (method url-fetch)
14316 (uri (cran-uri "varSelRF" version))
14317 (sha256
14318 (base32
14319 "0h49rl1j13yfh97rsfsyh9s2c4wajny4rzms2qw77d0cavxqg53i"))))
14320 (properties `((upstream-name . "varSelRF")))
14321 (build-system r-build-system)
14322 (propagated-inputs
14323 `(("r-randomforest" ,r-randomforest)))
14324 (home-page "http://ligarto.org/rdiaz/Software/Software.html")
14325 (synopsis "Variable selection using random forests")
14326 (description
14327 "This package provides tools for the variable selection from random
14328 forests using both backwards variable elimination (for the selection of small
14329 sets of non-redundant variables) and selection based on the importance
14330 spectrum (somewhat similar to scree plots; for the selection of large,
14331 potentially highly-correlated variables). The main applications are in
14332 high-dimensional data (e.g., microarray data, and other genomics and
14333 proteomics applications).")
14334 (license license:gpl2+)))
14335
14336 (define-public r-pamr
14337 (package
14338 (name "r-pamr")
14339 (version "1.56.1")
14340 (source
14341 (origin
14342 (method url-fetch)
14343 (uri (cran-uri "pamr" version))
14344 (sha256
14345 (base32
14346 "0ycpgkk23y3zzkb42n2skcyl35ps1n7jmyzfj7pbxr3f6gr2grfh"))))
14347 (build-system r-build-system)
14348 (propagated-inputs
14349 `(("r-cluster" ,r-cluster)
14350 ("r-survival" ,r-survival)))
14351 (native-inputs `(("gfortran" ,gfortran)))
14352 (home-page "https://cran.r-project.org/web/packages/pamr/")
14353 (synopsis "Prediction Analysis for Microarrays")
14354 (description
14355 "This package provides some functions for sample classification in
14356 microarrays.")
14357 (license license:gpl2)))
14358
14359 (define-public r-rda
14360 (package
14361 (name "r-rda")
14362 (version "1.0.2-2.1")
14363 (source
14364 (origin
14365 (method url-fetch)
14366 (uri (cran-uri "rda" version))
14367 (sha256
14368 (base32
14369 "1y4fawslr3i6crjaxhsdb47kfsqkyszdx6avq3r5far5a4pvc639"))))
14370 (build-system r-build-system)
14371 (home-page "https://cran.r-project.org/web/packages/rda/")
14372 (synopsis "Shrunken centroids regularized discriminant analysis")
14373 (description
14374 "This package provides tools for shrunken centroids regularized
14375 discriminant analysis for the purpose of classifying high dimensional data.")
14376 (license license:gpl2+)))
14377
14378 (define-public r-ggvis
14379 (package
14380 (name "r-ggvis")
14381 (version "0.4.5")
14382 (source
14383 (origin
14384 (method url-fetch)
14385 (uri (cran-uri "ggvis" version))
14386 (sha256
14387 (base32
14388 "091i9f17912j8qcyxppjgwzjnyqj7769ixs9d2gjg6f2clskqdw2"))))
14389 (build-system r-build-system)
14390 (propagated-inputs
14391 `(("r-assertthat" ,r-assertthat)
14392 ("r-dplyr" ,r-dplyr)
14393 ("r-htmltools" ,r-htmltools)
14394 ("r-jsonlite" ,r-jsonlite)
14395 ("r-lazyeval" ,r-lazyeval)
14396 ("r-magrittr" ,r-magrittr)
14397 ("r-shiny" ,r-shiny)))
14398 (home-page "https://ggvis.rstudio.com/")
14399 (synopsis "Interactive grammar of graphics")
14400 (description
14401 "This package is a data visualization package for R providing an
14402 implementation of an interactive grammar of graphics, taking the best parts of
14403 ggplot2, combining them with the reactive framework of Shiny and drawing web
14404 graphics using Vega.")
14405 (license license:gpl2)))
14406
14407 (define-public r-gbm
14408 (package
14409 (name "r-gbm")
14410 (version "2.1.5")
14411 (source
14412 (origin
14413 (method url-fetch)
14414 (uri (cran-uri "gbm" version))
14415 (sha256
14416 (base32
14417 "0vs6ljaqhwwpgr8wlbhmm4v147rd82kl16rpaijqiylxcc8dxyq6"))))
14418 (build-system r-build-system)
14419 (propagated-inputs
14420 `(("r-gridextra" ,r-gridextra)
14421 ("r-lattice" ,r-lattice)
14422 ("r-survival" ,r-survival)))
14423 (home-page "https://github.com/gbm-developers/gbm")
14424 (synopsis "Generalized boosted regression models")
14425 (description
14426 "This package is an implementation of extensions to Freund and Schapire's
14427 AdaBoost algorithm and Friedman's gradient boosting machine. It includes
14428 regression methods for least squares, absolute loss, t-distribution loss,
14429 quantile regression, logistic, multinomial logistic, Poisson, Cox proportional
14430 hazards partial likelihood, AdaBoost exponential loss, Huberized hinge loss,
14431 and Learning to Rank measures (LambdaMart).")
14432 (license license:gpl2+)))
14433
14434 (define-public r-threejs
14435 (package
14436 (name "r-threejs")
14437 (version "0.3.3")
14438 (source
14439 (origin
14440 (method url-fetch)
14441 (uri (cran-uri "threejs" version))
14442 (sha256
14443 (base32
14444 "1711h351nzxfkbbdwvfzyhciyvi9c6wx3jq1g97lzcqgnb45kivn"))))
14445 (build-system r-build-system)
14446 (arguments
14447 `(#:modules ((guix build utils)
14448 (guix build r-build-system)
14449 (srfi srfi-1)
14450 (ice-9 popen))
14451 #:phases
14452 (modify-phases %standard-phases
14453 (add-after 'unpack 'process-javascript
14454 (lambda* (#:key inputs #:allow-other-keys)
14455 (with-directory-excursion "inst"
14456 (call-with-values
14457 (lambda ()
14458 (unzip2
14459 `((,(assoc-ref inputs "js-jquery")
14460 "htmlwidgets/lib/jquery/jquery.min.js")
14461 (,(assoc-ref inputs "js-threejs-111")
14462 "htmlwidgets/lib/threejs-111/three.min.js"))))
14463 (lambda (sources targets)
14464 (for-each (lambda (source target)
14465 (format #t "Processing ~a --> ~a~%"
14466 source target)
14467 (delete-file target)
14468 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
14469 (call-with-output-file target
14470 (lambda (port)
14471 (dump-port minified port)))))
14472 sources targets))))
14473 #t)))))
14474 (propagated-inputs
14475 `(("r-base64enc" ,r-base64enc)
14476 ("r-crosstalk" ,r-crosstalk)
14477 ("r-htmlwidgets" ,r-htmlwidgets)
14478 ("r-igraph" ,r-igraph)))
14479 (native-inputs
14480 `(("uglify-js" ,uglify-js)
14481 ("js-jquery"
14482 ,(origin
14483 (method url-fetch)
14484 (uri "https://code.jquery.com/jquery-1.12.4.js")
14485 (sha256
14486 (base32
14487 "0x9mrc1668icvhpwzvgafm8xm11x9lfai9nwr66aw6pjnpwkc3s3"))))
14488 ("js-threejs-111"
14489 ,(origin
14490 (method url-fetch)
14491 (uri "https://raw.githubusercontent.com/mrdoob/three.js/r111/build/three.js")
14492 (sha256
14493 (base32
14494 "1cxdkw3plmlw1xvhbx5dm39gqczgzxip2dm887v6whhsxqxl9cky"))))))
14495 (home-page "https://bwlewis.github.io/rthreejs")
14496 (synopsis "Interactive 3D scatter plots, networks and globes")
14497 (description
14498 "Create interactive 3D scatter plots, network plots, and globes in R
14499 using the three.js visualization library.")
14500 (license license:expat)))
14501
14502 (define-public r-mlbench
14503 (package
14504 (name "r-mlbench")
14505 (version "2.1-1")
14506 (source
14507 (origin
14508 (method url-fetch)
14509 (uri (cran-uri "mlbench" version))
14510 (sha256
14511 (base32
14512 "1rp035qxfgh5ail92zjh9jh57dj0b8babw3wsg29v8ricpal30bl"))))
14513 (build-system r-build-system)
14514 (home-page "https://cran.r-project.org/web/packages/mlbench/")
14515 (synopsis "Machine learning benchmark problems")
14516 (description
14517 "This package provides a collection of artificial and real-world machine
14518 learning benchmark problems, including, e.g., several data sets from the UCI
14519 repository.")
14520 (license license:gpl2)))
14521
14522 (define-public r-mpm
14523 (package
14524 (name "r-mpm")
14525 (version "1.0-22")
14526 (source
14527 (origin
14528 (method url-fetch)
14529 (uri (cran-uri "mpm" version))
14530 (sha256
14531 (base32
14532 "0wijw8v0wmbfrda5564cmnp788qmlkk21yn5cp5qk8aprm9l1fnk"))))
14533 (build-system r-build-system)
14534 (propagated-inputs
14535 `(("r-kernsmooth" ,r-kernsmooth)
14536 ("r-mass" ,r-mass)))
14537 (home-page "http://mpm.r-forge.r-project.org")
14538 (synopsis "Multivariate projection methods")
14539 (description
14540 "This is a package for exploratory graphical analysis of multivariate
14541 data, specifically gene expression data with different projection methods:
14542 principal component analysis, correspondence analysis, spectral map
14543 analysis.")
14544 (license license:gpl2+)))
14545
14546 (define-public r-png
14547 (package
14548 (name "r-png")
14549 (version "0.1-7")
14550 (source (origin
14551 (method url-fetch)
14552 (uri (cran-uri "png" version))
14553 (sha256
14554 (base32
14555 "0g2mcp55lvvpx4kd3mn225mpbxqcq73wy5qx8b4lyf04iybgysg2"))))
14556 (build-system r-build-system)
14557 (inputs
14558 `(("libpng" ,libpng)
14559 ("zlib" ,zlib)))
14560 (home-page "https://www.rforge.net/png/")
14561 (synopsis "Read and write PNG images")
14562 (description
14563 "This package provides an easy and simple way to read, write and display
14564 bitmap images stored in the PNG format. It can read and write both files and
14565 in-memory raw vectors.")
14566 ;; Any of these GPL versions.
14567 (license (list license:gpl2 license:gpl3))))
14568
14569 (define-public r-ggcorrplot
14570 (package
14571 (name "r-ggcorrplot")
14572 (version "0.1.3")
14573 (source
14574 (origin
14575 (method url-fetch)
14576 (uri (cran-uri "ggcorrplot" version))
14577 (sha256
14578 (base32
14579 "0hi9lz121ya1l2lbm7rqlxg6fs6bvxck396dngnidrhl5fvqb41b"))))
14580 (build-system r-build-system)
14581 (propagated-inputs
14582 `(("r-ggplot2" ,r-ggplot2)
14583 ("r-reshape2" ,r-reshape2)))
14584 (home-page "http://www.sthda.com/english/wiki/ggcorrplot")
14585 (synopsis "Visualization of a correlation matrix using ggplot2")
14586 (description
14587 "The ggcorrplot package can be used to visualize easily a correlation
14588 matrix using ggplot2. It provides a solution for reordering the correlation
14589 matrix and displays the significance level on the plot. It also includes a
14590 function for computing a matrix of correlation p-values.")
14591 (license license:gpl2)))
14592
14593 (define-public r-flexdashboard
14594 (package
14595 (name "r-flexdashboard")
14596 (version "0.5.1.1")
14597 (source
14598 (origin
14599 (method url-fetch)
14600 (uri (cran-uri "flexdashboard" version))
14601 (sha256
14602 (base32
14603 "0fy3nbrr67zqgd44r2mc850s5sp0hzfcw3zqs15m8kxzj1aw067x"))))
14604 (build-system r-build-system)
14605 (arguments
14606 `(#:modules ((guix build utils)
14607 (guix build r-build-system)
14608 (srfi srfi-1)
14609 (srfi srfi-26)
14610 (ice-9 popen)
14611 (ice-9 textual-ports))
14612 #:phases
14613 (modify-phases %standard-phases
14614 (add-after 'unpack 'process-javascript
14615 (lambda* (#:key inputs #:allow-other-keys)
14616 (with-directory-excursion "inst"
14617 ;; Concatenate all components of prism.js
14618 (let ((contents (string-join
14619 (map (lambda (name)
14620 (call-with-input-file
14621 (assoc-ref inputs name)
14622 get-string-all))
14623 (list "js-prism"
14624 "js-prism-r"
14625 "js-prism-line-numbers"))
14626 "\n")))
14627 (call-with-output-file "prism-src.js"
14628 (cut display contents <>)))
14629 (call-with-values
14630 (lambda ()
14631 (unzip2
14632 `(("www/stickytableheaders/jquery.stickytableheaders.js"
14633 "www/stickytableheaders/jquery.stickytableheaders.min.js")
14634 ("www/sly/sly.js"
14635 "www/sly/sly.min.js")
14636 ("prism-src.js"
14637 "www/prism/prism.js")
14638 (,(assoc-ref inputs "js-raphael")
14639 "htmlwidgets/lib/raphael/raphael-2.1.4.min.js")
14640 (,(assoc-ref inputs "js-featherlight")
14641 "www/featherlight/featherlight.min.js"))))
14642 (lambda (sources targets)
14643 (for-each (lambda (source target)
14644 (format #t "Processing ~a --> ~a~%"
14645 source target)
14646 (delete-file target)
14647 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
14648 (call-with-output-file target
14649 (lambda (port)
14650 (dump-port minified port)))))
14651 sources targets))))
14652 #t)))))
14653 (propagated-inputs
14654 `(("r-htmltools" ,r-htmltools)
14655 ("r-htmlwidgets" ,r-htmlwidgets)
14656 ("r-jsonlite" ,r-jsonlite)
14657 ("r-knitr" ,r-knitr)
14658 ("r-rmarkdown" ,r-rmarkdown)
14659 ("r-shiny" ,r-shiny)))
14660 (native-inputs
14661 `(("uglify-js" ,uglify-js)
14662 ("js-raphael"
14663 ,(origin
14664 (method url-fetch)
14665 (uri "https://raw.githubusercontent.com/DmitryBaranovskiy/raphael/v2.1.4/raphael.js")
14666 (sha256
14667 (base32
14668 "1h4c4akrgcj7wra9j1z1rv2406j0yf68y9c0wg8v7w9ibw2iwf1x"))))
14669 ("js-prism"
14670 ,(origin
14671 (method url-fetch)
14672 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/prism.js")
14673 (sha256
14674 (base32
14675 "0gqa9irbp9k8p5r3d98cszajzhjnssnl43nrsc5aiy7ki52z500c"))))
14676 ("js-prism-r"
14677 ,(origin
14678 (method url-fetch)
14679 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/components/prism-r.js")
14680 (sha256
14681 (base32
14682 "1x31glci7wdgr2305njy0bm2lncb0jyn0j1s2g72rqi29xid9aki"))))
14683 ("js-prism-line-numbers"
14684 ,(origin
14685 (method url-fetch)
14686 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/plugins/line-numbers/prism-line-numbers.js")
14687 (sha256
14688 (base32
14689 "1543wgf3iynrilyb27jq8px3h5gvfz5xmdib5ik2ki400c1sl991"))))
14690 ("js-featherlight"
14691 ,(origin
14692 (method url-fetch)
14693 (uri "https://raw.githubusercontent.com/noelboss/featherlight/1.3.4/src/featherlight.js")
14694 (sha256
14695 (base32
14696 "14kkhwzvp8rxq2mrck5i0xcm8v5rqwqhwnmncbng8h4qq42zx3sb"))))))
14697 (home-page "https://rmarkdown.rstudio.com/flexdashboard")
14698 (synopsis "R Markdown format for flexible dashboards")
14699 (description
14700 "This package provides an R Markdown format for converting an R Markdown
14701 document to a grid-oriented dashboard. The dashboard flexibly adapts the size
14702 of its components to the containing web page.")
14703 (license license:expat)))
14704
14705 (define-public r-preseqr
14706 (package
14707 (name "r-preseqr")
14708 (version "4.0.0")
14709 (source
14710 (origin
14711 (method url-fetch)
14712 (uri (cran-uri "preseqR" version))
14713 (sha256
14714 (base32
14715 "1g2rnnmi45649vpy6z45v5i3wxm54s138ajqrzwi3a5r7x3xnhq1"))))
14716 (properties `((upstream-name . "preseqR")))
14717 (build-system r-build-system)
14718 (propagated-inputs
14719 `(("r-polynom" ,r-polynom)))
14720 (home-page "https://cran.r-project.org/web/packages/preseqR/")
14721 (synopsis "Predicting species accumulation curves")
14722 (description
14723 "This package can be used to predict the r-species accumulation
14724 curve (r-SAC), which is the number of species represented at least r times as
14725 a function of the sampling effort. When r = 1, the curve is known as the
14726 species accumulation curve, or the library complexity curve in high-throughput
14727 genomic sequencing. The package includes both parametric and nonparametric
14728 methods, as described by Deng C, et al. (2018).")
14729 (license license:gpl3)))
14730
14731 (define-public r-mapplots
14732 (package
14733 (name "r-mapplots")
14734 (version "1.5.1")
14735 (source
14736 (origin
14737 (method url-fetch)
14738 (uri (cran-uri "mapplots" version))
14739 (sha256
14740 (base32
14741 "18s2y66f8vi8g2r8a25zbgp2xm079r8v8qxv0w71h8krycs6vs9p"))))
14742 (build-system r-build-system)
14743 (home-page "https://cran.r-project.org/web/packages/mapplots/")
14744 (synopsis "Data visualization on maps")
14745 (description
14746 "This package helps you create simple maps; add sub-plots like pie plots
14747 to a map or any other plot; format, plot and export gridded data. The package
14748 was developed for displaying fisheries data but most functions can be used for
14749 more generic data visualisation.")
14750 (license license:gpl2+)))
14751
14752 (define-public r-pmcmr
14753 (package
14754 (name "r-pmcmr")
14755 (version "4.3")
14756 (source
14757 (origin
14758 (method url-fetch)
14759 (uri (cran-uri "PMCMR" version))
14760 (sha256
14761 (base32
14762 "09bvdj2h1086r2cgy3myrhlylplxxlliv8nwx09c8kb1vn02i2ij"))))
14763 (properties `((upstream-name . "PMCMR")))
14764 (build-system r-build-system)
14765 (home-page "https://cran.r-project.org/web/packages/PMCMR/")
14766 (synopsis "Calculate pairwise multiple comparisons of mean rank sums")
14767 (description
14768 "This is a deprecated package for calculating pairwise multiple
14769 comparisons of mean rank sums. This package is superseded by the novel
14770 PMCMRplus package. The PMCMR package is no longer maintained, but kept for
14771 compatibility of dependent packages for some time.")
14772 (license license:gpl3+)))
14773
14774 (define-public r-downloader
14775 (package
14776 (name "r-downloader")
14777 (version "0.4")
14778 (source
14779 (origin
14780 (method url-fetch)
14781 (uri (cran-uri "downloader" version))
14782 (sha256
14783 (base32
14784 "1axggnsc27zzgr7snf41j3zd1vp3nfpmq4zj4d01axc709dyg40q"))))
14785 (build-system r-build-system)
14786 (propagated-inputs
14787 `(("r-digest" ,r-digest)))
14788 (home-page "https://github.com/wch/downloader")
14789 (synopsis "Download files over HTTP and HTTPS")
14790 (description
14791 "This package provides a wrapper for the @code{download.file} function,
14792 making it possible to download files over HTTPS across platforms. The
14793 @code{RCurl} package provides this functionality (and much more) but has
14794 external dependencies. This package has is implemented purely in R.")
14795 (license license:gpl2)))
14796
14797 (define-public r-rex
14798 (package
14799 (name "r-rex")
14800 (version "1.1.2")
14801 (source
14802 (origin
14803 (method url-fetch)
14804 (uri (cran-uri "rex" version))
14805 (sha256
14806 (base32
14807 "0alsadgjgass3wr8y5d247j12qqzg454sc84vpskclrkmz778g5x"))))
14808 (build-system r-build-system)
14809 (propagated-inputs
14810 `(("r-lazyeval" ,r-lazyeval)
14811 ("r-magrittr" ,r-magrittr)))
14812 (home-page "https://github.com/kevinushey/rex")
14813 (synopsis "Friendly regular expressions")
14814 (description
14815 "This package provides a friendly interface for the construction of
14816 regular expressions. Regular expressions are a very powerful feature, however
14817 they are often difficult to interpret. Rex allows you to build complex
14818 regular expressions from human readable expressions")
14819 (license license:expat)))
14820
14821 (define-public r-xmlparsedata
14822 (package
14823 (name "r-xmlparsedata")
14824 (version "1.0.3")
14825 (source
14826 (origin
14827 (method url-fetch)
14828 (uri (cran-uri "xmlparsedata" version))
14829 (sha256
14830 (base32
14831 "0gjr3l5z5dp276lchr2649as1rkj56d2mlvbr66yg393zzw50lsh"))))
14832 (properties `((upstream-name . "xmlparsedata")))
14833 (build-system r-build-system)
14834 (home-page "https://github.com/r-lib/xmlparsedata#readme")
14835 (synopsis "Parse data of @code{R} code as an @code{XML} tree")
14836 (description
14837 "This package provides tools to convert the output of
14838 @code{utils::getParseData()} to an @code{XML} tree, that one can search via
14839 @code{XPath}, and is easier to manipulate in general.")
14840 (license license:expat)))
14841
14842 (define-public r-cyclocomp
14843 (package
14844 (name "r-cyclocomp")
14845 (version "1.1.0")
14846 (source
14847 (origin
14848 (method url-fetch)
14849 (uri (cran-uri "cyclocomp" version))
14850 (sha256
14851 (base32
14852 "0gky3svk02wiajw7nfjh30684h3qxili4bvsab0m7b6cggw6bgyd"))))
14853 (properties `((upstream-name . "cyclocomp")))
14854 (build-system r-build-system)
14855 (propagated-inputs
14856 `(("r-callr" ,r-callr)
14857 ("r-crayon" ,r-crayon)
14858 ("r-desc" ,r-desc)
14859 ("r-remotes" ,r-remotes)
14860 ("r-withr" ,r-withr)))
14861 (home-page "https://github.com/MangoTheCat/cyclocomp")
14862 (synopsis "Cyclomatic complexity of R code")
14863 (description
14864 "Cyclomatic complexity is a software metric, used to indicate the
14865 complexity of a program. It is a quantitative measure of the number of
14866 linearly independent paths through a program's source code. This package
14867 provides tools to compute this metric.")
14868 (license license:expat)))
14869
14870 (define-public r-lintr
14871 (package
14872 (name "r-lintr")
14873 (version "2.0.1")
14874 (source
14875 (origin
14876 (method url-fetch)
14877 (uri (cran-uri "lintr" version))
14878 (sha256
14879 (base32
14880 "14yfh641afg6griaadbdciyr3k94fl55s055qwzghgk5gdsj61zy"))))
14881 (properties `((upstream-name . "lintr")))
14882 (build-system r-build-system)
14883 (propagated-inputs
14884 `(("r-codetools" ,r-codetools)
14885 ("r-crayon" ,r-crayon)
14886 ("r-cyclocomp" ,r-cyclocomp)
14887 ("r-digest" ,r-digest)
14888 ("r-httr" ,r-httr)
14889 ("r-jsonlite" ,r-jsonlite)
14890 ("r-knitr" ,r-knitr)
14891 ("r-rex" ,r-rex)
14892 ("r-rstudioapi" ,r-rstudioapi)
14893 ("r-testthat" ,r-testthat)
14894 ("r-xml2" ,r-xml2)
14895 ("r-xmlparsedata" ,r-xmlparsedata)))
14896 (home-page "https://github.com/jimhester/lintr")
14897 (synopsis "Linter for R code")
14898 (description "This package checks adherence to a given style, syntax
14899 errors and possible semantic issues. It supports on the fly checking of R
14900 code edited with @code{RStudio IDE}, @code{Emacs} and @code{Vim}.")
14901 (license license:expat)))
14902
14903 (define-public r-sctransform
14904 (package
14905 (name "r-sctransform")
14906 (version "0.2.1")
14907 (source
14908 (origin
14909 (method url-fetch)
14910 (uri (cran-uri "sctransform" version))
14911 (sha256
14912 (base32
14913 "07v3lzccsrkh1glfxd1q20r8f8gl9ls5az0s1dvxm4vcls0hlhyn"))))
14914 (build-system r-build-system)
14915 (propagated-inputs
14916 `(("r-future-apply" ,r-future-apply)
14917 ("r-ggplot2" ,r-ggplot2)
14918 ("r-gridextra" ,r-gridextra)
14919 ("r-mass" ,r-mass)
14920 ("r-matrix" ,r-matrix)
14921 ("r-rcpp" ,r-rcpp)
14922 ("r-rcppeigen" ,r-rcppeigen)
14923 ("r-reshape2" ,r-reshape2)))
14924 (home-page "https://github.com/ChristophH/sctransform")
14925 (synopsis "Variance stabilizing transformations for Single Cell UMI Data")
14926 (description
14927 "This package provides a normalization method for single-cell UMI count
14928 data using a variance stabilizing transformation. The transformation is based
14929 on a negative binomial regression model with regularized parameters. As part
14930 of the same regression framework, this package also provides functions for
14931 batch correction, and data correction.")
14932 (license license:gpl3)))
14933
14934 (define-public r-styler
14935 (package
14936 (name "r-styler")
14937 (version "1.3.2")
14938 (source
14939 (origin
14940 (method url-fetch)
14941 (uri (cran-uri "styler" version))
14942 (sha256
14943 (base32
14944 "1waglhsy2c53qjgd2qhlzda3z0lbzbwx9fkrfhac41y6h91mgkrz"))))
14945 (build-system r-build-system)
14946 (propagated-inputs
14947 `(("r-backports" ,r-backports)
14948 ("r-cli" ,r-cli)
14949 ("r-magrittr" ,r-magrittr)
14950 ("r-purrr" ,r-purrr)
14951 ("r-r-cache" ,r-r-cache)
14952 ("r-rematch2" ,r-rematch2)
14953 ("r-rlang" ,r-rlang)
14954 ("r-rprojroot" ,r-rprojroot)
14955 ("r-tibble" ,r-tibble)
14956 ("r-withr" ,r-withr)
14957 ("r-xfun" ,r-xfun)))
14958 (home-page "https://github.com/r-lib/styler")
14959 (synopsis "Non-invasive pretty printing of R code")
14960 (description
14961 "This is a package for pretty-printing R code without changing the user's
14962 formatting intent.")
14963 (license license:gpl3)))
14964
14965 (define-public r-scrime
14966 (package
14967 (name "r-scrime")
14968 (version "1.3.5")
14969 (source
14970 (origin
14971 (method url-fetch)
14972 (uri (cran-uri "scrime" version))
14973 (sha256
14974 (base32
14975 "0y2mh9fsffjf3i15bafpasa17z99c1s75r8g6h4hgcwfgpjx75sx"))))
14976 (build-system r-build-system)
14977 (home-page "https://cran.r-project.org/web/packages/scrime/")
14978 (synopsis "Analysis of high-dimensional categorical data such as SNP data")
14979 (description
14980 "This package provides tools for the analysis of high-dimensional data
14981 developed/implemented at the group \"Statistical Complexity Reduction In
14982 Molecular Epidemiology\" (SCRIME). The main focus is on SNP data, but most of
14983 the functions can also be applied to other types of categorical data.")
14984 (license license:gpl2)))
14985
14986 (define-public r-pbmcapply
14987 (package
14988 (name "r-pbmcapply")
14989 (version "1.5.0")
14990 (source
14991 (origin
14992 (method url-fetch)
14993 (uri (cran-uri "pbmcapply" version))
14994 (sha256
14995 (base32
14996 "0i58gcqpnbyvc448qfgm45b7rpbmrnagsvk1h1hsqchbbicfslnz"))))
14997 (build-system r-build-system)
14998 (home-page "https://github.com/kvnkuang/pbmcapply")
14999 (synopsis "Track the progress of apply procedures with a progress bar")
15000 (description
15001 "This light-weight package helps you track and visualize the progress of
15002 parallel versions of vectorized R functions of the @code{mc*apply} family.")
15003 (license license:expat)))
15004
15005 (define-public r-blme
15006 (package
15007 (name "r-blme")
15008 (version "1.0-4")
15009 (source
15010 (origin
15011 (method url-fetch)
15012 (uri (cran-uri "blme" version))
15013 (sha256
15014 (base32
15015 "1ca2b0248k0fj3lczn9shfjplz1sl4ay4v6djldizp2ch2vwdgy2"))))
15016 (build-system r-build-system)
15017 (propagated-inputs `(("r-lme4" ,r-lme4)))
15018 (home-page "https://github.com/vdorie/blme")
15019 (synopsis "Bayesian linear mixed-effects models")
15020 (description
15021 "This package provides tools for maximum a posteriori estimation for
15022 linear and generalized linear mixed-effects models in a Bayesian setting. It
15023 extends the lme4 package.")
15024 (license license:gpl2+)))
15025
15026 (define-public r-batchtools
15027 (package
15028 (name "r-batchtools")
15029 (version "0.9.12")
15030 (source
15031 (origin
15032 (method url-fetch)
15033 (uri (cran-uri "batchtools" version))
15034 (sha256
15035 (base32
15036 "16x524hvy9d8p7r4fi1c8mixcvzgsjbf3y0vxaa56ssbbab4p7f9"))))
15037 (build-system r-build-system)
15038 (propagated-inputs
15039 `(("r-backports" ,r-backports)
15040 ("r-base64url" ,r-base64url)
15041 ("r-brew" ,r-brew)
15042 ("r-checkmate" ,r-checkmate)
15043 ("r-data-table" ,r-data-table)
15044 ("r-digest" ,r-digest)
15045 ("r-fs" ,r-fs)
15046 ("r-progress" ,r-progress)
15047 ("r-r6" ,r-r6)
15048 ("r-rappdirs" ,r-rappdirs)
15049 ("r-stringi" ,r-stringi)
15050 ("r-withr" ,r-withr)))
15051 (home-page "https://github.com/mllg/batchtools")
15052 (synopsis "Tools for computation on batch systems")
15053 (description
15054 "As a successor of the packages BatchJobs and BatchExperiments, this
15055 package provides a parallel implementation of the Map function for high
15056 performance computing systems managed by various schedulers. A multicore and
15057 socket mode allow the parallelization on a local machines, and multiple
15058 machines can be hooked up via SSH to create a makeshift cluster. Moreover,
15059 the package provides an abstraction mechanism to define large-scale computer
15060 experiments in a well-organized and reproducible way.")
15061 (license license:lgpl3)))
15062
15063 (define-public r-clue
15064 (package
15065 (name "r-clue")
15066 (version "0.3-57")
15067 (source
15068 (origin
15069 (method url-fetch)
15070 (uri (cran-uri "clue" version))
15071 (sha256
15072 (base32
15073 "05rdcahawxlxci3fjxihjvvh33wqpxw50sx015165ab4nh3rsdkf"))))
15074 (build-system r-build-system)
15075 (propagated-inputs `(("r-cluster" ,r-cluster)))
15076 (home-page "https://cran.r-project.org/web/packages/clue/")
15077 (synopsis "Tools for analyzing cluster ensembles")
15078 (description "Cluster ensembles are collections of individual solutions to
15079 a given clustering problem which are useful or necessary to consider in a wide
15080 range of applications. This R package provides an extensible computational
15081 environment for creating and analyzing cluster ensembles, with basic data
15082 structures for representing partitions and hierarchies, and facilities for
15083 computing on them, including methods for measuring proximity and obtaining
15084 consensus and secondary clusterings.")
15085 (license license:gpl2)))
15086
15087 (define-public r-sitmo
15088 (package
15089 (name "r-sitmo")
15090 (version "2.0.1")
15091 (source
15092 (origin
15093 (method url-fetch)
15094 (uri (cran-uri "sitmo" version))
15095 (sha256
15096 (base32
15097 "0apdhwy3kxs39agsbvx5vn3xsgb22bf3jrwmr2cmqk9kmxbx740c"))))
15098 (build-system r-build-system)
15099 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
15100 (home-page "https://github.com/coatless/sitmo/")
15101 (synopsis "Parallel pseudo random number generator header files")
15102 (description
15103 "This package provides two high quality and fast PPRNGs that may be used
15104 in an OpenMP parallel environment. In addition, there is a generator for one
15105 dimensional low-discrepancy sequence.")
15106 (license license:expat)))
15107
15108 (define-public r-dqrng
15109 (package
15110 (name "r-dqrng")
15111 (version "0.2.1")
15112 (source
15113 (origin
15114 (method url-fetch)
15115 (uri (cran-uri "dqrng" version))
15116 (sha256
15117 (base32
15118 "0rp8q5zijlvaqmpnkwr314w9w40sj4fz7sqsdgsffcfvn42w2jg1"))))
15119 (build-system r-build-system)
15120 (propagated-inputs
15121 `(("r-bh" ,r-bh)
15122 ("r-rcpp" ,r-rcpp)
15123 ("r-sitmo" ,r-sitmo)))
15124 (home-page "https://www.daqana.org/dqrng")
15125 (synopsis "Fast pseudo random number generators")
15126 (description
15127 "Several fast random number generators are provided as C++ header-only
15128 libraries: the PCG family as well as Xoroshiro128+ and Xoshiro256+.
15129 Additionally, fast functions for generating random numbers according to a
15130 uniform, normal and exponential distribution are included. The latter two use
15131 the Ziggurat algorithm originally proposed by Marsaglia and Tsang. These
15132 functions are exported to R and as a C++ interface and are enabled for use
15133 with the default 64 bit generator from the PCG family, Xoroshiro128+ and
15134 Xoshiro256+ as well as the 64 bit version of the 20 rounds Threefry
15135 engine (Salmon et al., 2011) as provided by the package @code{sitmo}.")
15136 ;; This package includes code under CC0 and Apache 2.0 or Expat, but as a
15137 ;; whole is distributed under the terms of the AGPL 3.
15138 (license license:agpl3)))
15139
15140 (define-public r-dalex
15141 (package
15142 (name "r-dalex")
15143 (version "1.0.1")
15144 (source
15145 (origin
15146 (method url-fetch)
15147 (uri (cran-uri "DALEX" version))
15148 (sha256
15149 (base32
15150 "1jbyn57vn6d281a5y15h5d8ljin8cdb9lr7lbgggc950blyfv4g0"))))
15151 (properties `((upstream-name . "DALEX")))
15152 (build-system r-build-system)
15153 (propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
15154 (home-page "https://pbiecek.github.io/DALEX/")
15155 (synopsis "Descriptive machine learning explanations")
15156 (description
15157 "Machine Learning models are widely used and have various applications in
15158 classification or regression. Models created with boosting, bagging, stacking
15159 or similar techniques are often used due to their high performance, but such
15160 black-box models usually lack interpretability. The DALEX package contains
15161 various explainers that help to understand the link between input variables
15162 and model output.")
15163 ;; Any version of the GPL
15164 (license license:gpl3+)))
15165
15166 (define-public r-enrichr
15167 (package
15168 (name "r-enrichr")
15169 (version "2.1")
15170 (source
15171 (origin
15172 (method url-fetch)
15173 (uri (cran-uri "enrichR" version))
15174 (sha256
15175 (base32
15176 "0ymhzs9d2wl0s9rvbqc1hqb78mlzwhlc7mmijpfqkm5r720pf6m1"))))
15177 (properties `((upstream-name . "enrichR")))
15178 (build-system r-build-system)
15179 (propagated-inputs
15180 `(("r-httr" ,r-httr)
15181 ("r-rjson" ,r-rjson)))
15182 (home-page "https://cran.r-project.org/web/packages/enrichR/")
15183 (synopsis "R Interface to Enrichr database for analyzing gene sets")
15184 (description
15185 "This package provides an R interface to all Enrichr databases, a
15186 web-based tool for analyzing gene sets and returns any enrichment of common
15187 annotated biological functions.")
15188 (license license:gpl2+)))
15189
15190 (define-public r-plot3d
15191 (package
15192 (name "r-plot3d")
15193 (version "1.3")
15194 (source
15195 (origin
15196 (method url-fetch)
15197 (uri (cran-uri "plot3D" version))
15198 (sha256
15199 (base32
15200 "1jfzndnlci9a975qbcv66jiy2l46hs3f2049654x4jp3i4kyrr5r"))))
15201 (properties `((upstream-name . "plot3D")))
15202 (build-system r-build-system)
15203 (propagated-inputs `(("r-misc3d" ,r-misc3d)))
15204 (home-page "https://cran.r-project.org/web/packages/plot3D")
15205 (synopsis "Plot multi-dimensional data")
15206 (description
15207 "This package provides functions for viewing 2D and 3D data, including
15208 perspective plots, slice plots, surface plots, scatter plots, etc. It
15209 includes data sets from oceanography.")
15210 (license license:gpl3+)))
15211
15212 (define-public r-ggfortify
15213 (package
15214 (name "r-ggfortify")
15215 (version "0.4.8")
15216 (source
15217 (origin
15218 (method url-fetch)
15219 (uri (cran-uri "ggfortify" version))
15220 (sha256
15221 (base32
15222 "191q2z7w0l4v7swjlxs2hjgbjngw2838688s7ygnj0kigsm310f3"))))
15223 (build-system r-build-system)
15224 (propagated-inputs
15225 `(("r-dplyr" ,r-dplyr)
15226 ("r-ggplot2" ,r-ggplot2)
15227 ("r-gridextra" ,r-gridextra)
15228 ("r-scales" ,r-scales)
15229 ("r-stringr" ,r-stringr)
15230 ("r-tibble" ,r-tibble)
15231 ("r-tidyr" ,r-tidyr)))
15232 (home-page "https://github.com/sinhrks/ggfortify")
15233 (synopsis "Data visualization tools for statistical analysis results")
15234 (description
15235 "This package provides unified plotting tools for statistics commonly
15236 used, such as GLM, time series, PCA families, clustering and survival
15237 analysis. The package offers a single plotting interface for these analysis
15238 results and plots in a unified style using the @code{ggplot2} package.")
15239 (license license:gpl2)))
15240
15241 (define-public r-refmanager
15242 (package
15243 (name "r-refmanager")
15244 (version "1.2.12")
15245 (source
15246 (origin
15247 (method url-fetch)
15248 (uri (cran-uri "RefManageR" version))
15249 (sha256
15250 (base32
15251 "1hfxa1qacfryk36mpaqdhdgws5jwxiyy489ikd3wa18bp1wz8dkp"))))
15252 (properties `((upstream-name . "RefManageR")))
15253 (build-system r-build-system)
15254 (propagated-inputs
15255 `(("r-bibtex" ,r-bibtex)
15256 ("r-httr" ,r-httr)
15257 ("r-jsonlite" ,r-jsonlite)
15258 ("r-lubridate" ,r-lubridate)
15259 ("r-plyr" ,r-plyr)
15260 ("r-stringr" ,r-stringr)
15261 ("r-xml2" ,r-xml2)))
15262 (home-page "https://github.com/ropensci/RefManageR/")
15263 (synopsis "Straightforward BibTeX and BibLaTeX bibliography management")
15264 (description
15265 "This package provides tools for importing and working with bibliographic
15266 references. It greatly enhances the @code{bibentry} class by providing a
15267 class @code{BibEntry} which stores BibTeX and BibLaTeX references, supports
15268 UTF-8 encoding, and can be easily searched by any field, by date ranges, and
15269 by various formats for name lists (author by last names, translator by full
15270 names, etc.). Entries can be updated, combined, sorted, printed in a number
15271 of styles, and exported. BibTeX and BibLaTeX @code{.bib} files can be read
15272 into R and converted to @code{BibEntry} objects.")
15273 ;; Any of these licenses may be picked.
15274 (license (list license:gpl2 license:gpl3 license:bsd-3))))
15275
15276 (define-public r-citr
15277 (package
15278 (name "r-citr")
15279 (version "0.3.2")
15280 (source
15281 (origin
15282 (method url-fetch)
15283 (uri (cran-uri "citr" version))
15284 (sha256
15285 (base32
15286 "1qbarvafjb8jgkrnrhh6jw7mcglmjwf7dpdiibxf39jkmlhf7las"))))
15287 (build-system r-build-system)
15288 (propagated-inputs
15289 `(("r-assertthat" ,r-assertthat)
15290 ("r-curl" ,r-curl)
15291 ("r-httr" ,r-httr)
15292 ("r-miniui" ,r-miniui)
15293 ("r-refmanager" ,r-refmanager)
15294 ("r-rstudioapi" ,r-rstudioapi)
15295 ("r-shiny" ,r-shiny)
15296 ("r-shinyjs" ,r-shinyjs)
15297 ("r-yaml" ,r-yaml)))
15298 (home-page "https://github.com/crsh/citr")
15299 (synopsis "RStudio add-in to insert Markdown citations")
15300 (description
15301 "This package provides functions and an RStudio add-in that search a
15302 BibTeX or BibLaTeX file to create and insert formatted Markdown citations into
15303 the current document.")
15304 (license license:expat)))
15305
15306 (define-public r-xgboost
15307 (package
15308 (name "r-xgboost")
15309 (version "0.90.0.2")
15310 (source
15311 (origin
15312 (method url-fetch)
15313 (uri (cran-uri "xgboost" version))
15314 (sha256
15315 (base32
15316 "1gy9rzg43mjpfis893vf15drmbigfn0481zrzss9ajnmnk0q8194"))))
15317 (build-system r-build-system)
15318 (propagated-inputs
15319 `(("r-data-table" ,r-data-table)
15320 ("r-magrittr" ,r-magrittr)
15321 ("r-matrix" ,r-matrix)
15322 ("r-stringi" ,r-stringi)))
15323 (home-page "https://github.com/dmlc/xgboost")
15324 (synopsis "Extreme gradient boosting")
15325 (description
15326 "This package provides an R interface to Extreme Gradient Boosting, which
15327 is an efficient implementation of the gradient boosting framework from Chen
15328 and Guestrin (2016). The package includes efficient linear model solver and
15329 tree learning algorithms. The package can automatically do parallel
15330 computation on a single machine. It supports various objective functions,
15331 including regression, classification and ranking. The package is made to be
15332 extensible, so that users are also allowed to define their own objectives
15333 easily.")
15334 (license license:asl2.0)))
15335
15336 (define-public r-umap
15337 (package
15338 (name "r-umap")
15339 (version "0.2.4.1")
15340 (source
15341 (origin
15342 (method url-fetch)
15343 (uri (cran-uri "umap" version))
15344 (sha256
15345 (base32
15346 "1pnh3hv8ihiz2nszqp797lkrdhhna2a6mzpizbsk0s9m8cj4wxva"))))
15347 (build-system r-build-system)
15348 (propagated-inputs
15349 `(("r-openssl" ,r-openssl)
15350 ("r-rcpp" ,r-rcpp)
15351 ("r-reticulate" ,r-reticulate)
15352 ("r-rspectra" ,r-rspectra)))
15353 (home-page "https://github.com/tkonopka/umap")
15354 (synopsis "Uniform manifold approximation and projection")
15355 (description
15356 "Uniform manifold approximation and projection is a technique for
15357 dimension reduction. This package provides an interface to the UMAP algorithm
15358 in R, including a translation of the original algorithm into R.")
15359 (license license:expat)))
15360
15361 (define-public r-uwot
15362 (package
15363 (name "r-uwot")
15364 (version "0.1.5")
15365 (source
15366 (origin
15367 (method url-fetch)
15368 (uri (cran-uri "uwot" version))
15369 (sha256
15370 (base32
15371 "0pz9wa89xq4d119q86lskrznf979m0r1db8iaprcz7kxbi6b8lrj"))))
15372 (build-system r-build-system)
15373 (propagated-inputs
15374 `(("r-dqrng" ,r-dqrng)
15375 ("r-fnn" ,r-fnn)
15376 ("r-irlba" ,r-irlba)
15377 ("r-matrix" ,r-matrix)
15378 ("r-rcpp" ,r-rcpp)
15379 ("r-rcppannoy" ,r-rcppannoy)
15380 ("r-rcppparallel" ,r-rcppparallel)
15381 ("r-rcppprogress" ,r-rcppprogress)
15382 ("r-rspectra" ,r-rspectra)))
15383 (home-page "https://github.com/jlmelville/uwot")
15384 (synopsis "Uniform manifold approximation and projection")
15385 (description
15386 "This package provides an implementation of the Uniform Manifold
15387 Approximation and Projection dimensionality reduction by McInnes et
15388 al. (2018). It also provides means to transform new data and to carry out
15389 supervised dimensionality reduction. An implementation of the related
15390 LargeVis method of Tang et al. (2016) is also provided.")
15391 (license license:gpl3)))
15392
15393 (define-public r-kableextra
15394 (package
15395 (name "r-kableextra")
15396 (version "1.1.0")
15397 (source
15398 (origin
15399 (method url-fetch)
15400 (uri (cran-uri "kableExtra" version))
15401 (sha256
15402 (base32
15403 "1nicvw06xsf3a1f5c10mih07b76m2v5s5h165vmz0qx6n1a3492i"))))
15404 (properties `((upstream-name . "kableExtra")))
15405 (build-system r-build-system)
15406 (propagated-inputs
15407 `(("r-digest" ,r-digest)
15408 ("r-glue" ,r-glue)
15409 ("r-htmltools" ,r-htmltools)
15410 ("r-knitr" ,r-knitr)
15411 ("r-magrittr" ,r-magrittr)
15412 ("r-readr" ,r-readr)
15413 ("r-rmarkdown" ,r-rmarkdown)
15414 ("r-rstudioapi" ,r-rstudioapi)
15415 ("r-rvest" ,r-rvest)
15416 ("r-scales" ,r-scales)
15417 ("r-stringr" ,r-stringr)
15418 ("r-viridislite" ,r-viridislite)
15419 ("r-webshot" ,r-webshot)
15420 ("r-xml2" ,r-xml2)))
15421 (home-page "https://haozhu233.github.io/kableExtra/")
15422 (synopsis "Construct complex tables with pipe syntax")
15423 (description
15424 "Build complex HTML or LaTeX tables using @code{kable()} from
15425 @code{knitr} and the piping syntax from @code{magrittr}. The function
15426 @code{kable()} is a light weight table generator coming from @code{knitr}.
15427 This package simplifies the way to manipulate the HTML or LaTeX codes
15428 generated by @code{kable()} and allows users to construct complex tables and
15429 customize styles using a readable syntax.")
15430 (license license:expat)))
15431
15432 (define-public r-glasso
15433 (package
15434 (name "r-glasso")
15435 (version "1.11")
15436 (source
15437 (origin
15438 (method url-fetch)
15439 (uri (cran-uri "glasso" version))
15440 (sha256
15441 (base32 "02p3612rpydk195n2qr77lp1j2w8zsw1ckkk98c8angm4r5q8dsc"))))
15442 (build-system r-build-system)
15443 (native-inputs `(("gfortran" ,gfortran)))
15444 (home-page "https://statweb.stanford.edu/~tibs/glasso/")
15445 (synopsis "Graphical Lasso: estimation of Gaussian graphical models")
15446 (description
15447 "This is a package for estimation of a sparse inverse covariance matrix
15448 using a lasso (L1) penalty. Facilities are provided for estimates along a
15449 path of values for the regularization parameter.")
15450 (license license:gpl2)))
15451
15452 (define-public r-rhpcblasctl
15453 (package
15454 (name "r-rhpcblasctl")
15455 (version "0.20-17")
15456 (source
15457 (origin
15458 (method url-fetch)
15459 (uri (cran-uri "RhpcBLASctl" version))
15460 (sha256
15461 (base32
15462 "0iwc06blr5sx7rylwczi2jrha8sk8qs0jklflwpidl0zj1jxdggp"))))
15463 (properties `((upstream-name . "RhpcBLASctl")))
15464 (build-system r-build-system)
15465 (home-page "http://prs.ism.ac.jp/~nakama/Rhpc/")
15466 (synopsis "Control the number of threads on BLAS")
15467 (description
15468 "This package allows you to control the number of threads the BLAS
15469 library uses. It is also possible to control the number of threads in
15470 OpenMP.")
15471 (license license:agpl3+)))
15472
15473 (define-public r-lda
15474 (package
15475 (name "r-lda")
15476 (version "1.4.2")
15477 (source
15478 (origin
15479 (method url-fetch)
15480 (uri (cran-uri "lda" version))
15481 (sha256
15482 (base32
15483 "03r4h5kgr8mfy44p66mfj5bp4k00g8zh4a1mhn46jw14pkhs21jn"))))
15484 (build-system r-build-system)
15485 (home-page "https://cran.r-project.org/web/packages/lda/")
15486 (synopsis "Collapsed Gibbs sampling methods for topic models")
15487 (description
15488 "This package implements @dfn{latent Dirichlet allocation} (LDA) and
15489 related models. This includes (but is not limited to) sLDA, corrLDA, and the
15490 mixed-membership stochastic blockmodel. Inference for all of these models is
15491 implemented via a fast collapsed Gibbs sampler written in C. Utility
15492 functions for reading/writing data typically used in topic models, as well as
15493 tools for examining posterior distributions are also included.")
15494 ;; Any version of the LGPL
15495 (license license:lgpl3+)))
15496
15497 (define-public r-rann-l1
15498 (package
15499 (name "r-rann-l1")
15500 (version "2.5.2")
15501 (source
15502 (origin
15503 (method url-fetch)
15504 (uri (cran-uri "RANN.L1" version))
15505 (sha256
15506 (base32
15507 "1hanh3my84mdr5wy6b89fawqzfc184vff1y65wy4l5ld9qza1n44"))))
15508 (properties `((upstream-name . "RANN.L1")))
15509 (build-system r-build-system)
15510 (home-page "https://github.com/jefferis/RANN/tree/master-L1")
15511 (synopsis "Fast nearest neighbour search using L1 metric")
15512 (description
15513 "This package provides tools to find the k nearest neighbours for every
15514 point in a given dataset in O(N log N) time using Arya and Mount's ANN
15515 library. There is support for approximate as well as exact searches, fixed
15516 radius searches and @code{bd} as well as @code{kd} trees. The distance is
15517 computed using the L1 (Manhattan, taxicab) metric.")
15518 (license license:gpl3+)))
15519
15520 (define-public r-leiden
15521 (package
15522 (name "r-leiden")
15523 (version "0.3.3")
15524 (source
15525 (origin
15526 (method url-fetch)
15527 (uri (cran-uri "leiden" version))
15528 (sha256
15529 (base32
15530 "1hh6bmbz6cpqwl4i94gxylgv9x92zbqdg81r8r4ymfy8c70f3df2"))))
15531 (properties `((upstream-name . "leiden")))
15532 (build-system r-build-system)
15533 (propagated-inputs
15534 `(("r-igraph" ,r-igraph)
15535 ("r-matrix" ,r-matrix)
15536 ("r-reticulate" ,r-reticulate)))
15537 (home-page "https://github.com/TomKellyGenetics/leiden")
15538 (synopsis "R implementation of Leiden clustering algorithm")
15539 (description
15540 "This package implements the Python @code{leidenalg} module to be called
15541 in R. It enables clustering using the Leiden algorithm for partitioning a
15542 graph into communities. See also Traag et al (2018) \"From Louvain to Leiden:
15543 guaranteeing well-connected communities.\" <arXiv:1810.08473>.")
15544 (license license:gpl3)))
15545
15546 (define-public r-patchwork
15547 ;; There has been no public release yet.
15548 (let ((commit "fd7958bae3e7a1e30237c751952e412a0a1d1242")
15549 (revision "1"))
15550 (package
15551 (name "r-patchwork")
15552 (version (git-version "0.0.1" revision commit))
15553 (source
15554 (origin
15555 (method git-fetch)
15556 (uri (git-reference
15557 (url "https://github.com/thomasp85/patchwork.git")
15558 (commit commit)))
15559 (file-name (git-file-name name version))
15560 (sha256
15561 (base32
15562 "00fq520xwy1ysg4k8x48x9b0yy9wyi8y8zj6dvxjg4bwx0yyp6s4"))))
15563 (build-system r-build-system)
15564 (propagated-inputs
15565 `(("r-ggplot2" ,r-ggplot2)
15566 ("r-gtable" ,r-gtable)))
15567 (home-page "https://github.com/thomasp85/patchwork")
15568 (synopsis "Compose ggplot2 plots")
15569 (description
15570 "The @code{ggplot2} package provides a strong API for sequentially
15571 building up a plot, but does not concern itself with composition of multiple
15572 plots. Patchwork is a package that expands the API to allow for arbitrarily
15573 complex composition of plots by providing mathmatical operators for combining
15574 multiple plots.")
15575 (license license:expat))))
15576
15577 (define-public r-liger
15578 (package
15579 (name "r-liger")
15580 (version "0.4.2")
15581 (source
15582 (origin
15583 (method git-fetch)
15584 (uri (git-reference
15585 (url "https://github.com/MacoskoLab/liger.git")
15586 (commit (string-append "v" version))))
15587 (file-name (git-file-name name version))
15588 (sha256
15589 (base32
15590 "16dzwwcpw6n78pxlc5w3kraigki35ix7zhd2cbx5f3y60bbkhlmx"))
15591 (modules '((guix build utils)))
15592 (snippet
15593 '(begin
15594 (delete-file "inst/java/ModularityOptimizer.jar")
15595 #t))))
15596 (build-system r-build-system)
15597 (arguments
15598 `(#:phases
15599 (modify-phases %standard-phases
15600 (add-after 'unpack 'build-java-part
15601 (lambda* (#:key inputs #:allow-other-keys)
15602 (invoke "unzip" (assoc-ref inputs "optimizer-src"))
15603 (for-each (lambda (file) (invoke "javac" file))
15604 (find-files "." "\\.java$"))
15605 (apply invoke "jar" "cf" "inst/java/ModularityOptimizer.jar"
15606 (find-files "." "\\.class$"))
15607 #t)))))
15608 (propagated-inputs
15609 `(("r-cowplot" ,r-cowplot)
15610 ("r-dosnow" ,r-dosnow)
15611 ("r-dplyr" ,r-dplyr)
15612 ("r-fnn" ,r-fnn)
15613 ("r-foreach" ,r-foreach)
15614 ("r-ggplot2" ,r-ggplot2)
15615 ("r-ggrepel" ,r-ggrepel)
15616 ("r-hmisc" ,r-hmisc)
15617 ("r-ica" ,r-ica)
15618 ("r-irlba" ,r-irlba)
15619 ("r-matrix" ,r-matrix)
15620 ("r-mclust" ,r-mclust)
15621 ("r-patchwork" ,r-patchwork)
15622 ("r-plyr" ,r-plyr)
15623 ("r-rann-l1" ,r-rann-l1)
15624 ("r-rcpp" ,r-rcpp)
15625 ("r-rcpparmadillo" ,r-rcpparmadillo)
15626 ("r-riverplot" ,r-riverplot)
15627 ("r-rtsne" ,r-rtsne)
15628 ("r-snow" ,r-snow)))
15629 (native-inputs
15630 `(("jdk" ,icedtea "jdk")
15631 ;; See https://github.com/MacoskoLab/liger/issues/96
15632 ;; The optimizer is released under the Expat license.
15633 ("optimizer-src"
15634 ,(origin
15635 (method url-fetch)
15636 (uri "http://www.ludowaltman.nl/slm/modularity_optimizer_source.zip")
15637 (sha256
15638 (base32
15639 "01hmm6sapcmldvayknqx2w4cav3qv71mwwkdkwj4qgq6dss09g18"))))
15640 ("unzip" ,unzip)
15641 ("r-knitr" ,r-knitr))) ; for vignettes
15642 (home-page "https://github.com/MacoskoLab/liger")
15643 (synopsis "Integrate and analyze multiple single-cell datasets")
15644 (description
15645 "LIGER is a package for integrating and analyzing multiple single-cell
15646 datasets, developed and maintained by the Macosko lab. It relies on
15647 integrative non-negative matrix factorization to identify shared and
15648 dataset-specific factors.")
15649 (license license:gpl3)))
15650
15651 (define-public r-harmony
15652 ;; There are no tagged commits
15653 (let ((commit "4d1653870d4dd70fff1807c182882db1fbf9af5a")
15654 (revision "1"))
15655 (package
15656 (name "r-harmony")
15657 (version (git-version "1.0" revision commit))
15658 (source
15659 (origin
15660 (method git-fetch)
15661 (uri (git-reference
15662 (url "https://github.com/immunogenomics/harmony")
15663 (commit commit)))
15664 (file-name (git-file-name name version))
15665 (sha256
15666 (base32
15667 "1gasdldr4aalr9h2q9kmm3y4i7azkgnhdn4bmvsszs7lg9xacw85"))))
15668 (build-system r-build-system)
15669 (propagated-inputs
15670 `(("r-cowplot" ,r-cowplot)
15671 ("r-dplyr" ,r-dplyr)
15672 ("r-ggplot2" ,r-ggplot2)
15673 ("r-irlba" ,r-irlba)
15674 ("r-matrix" ,r-matrix)
15675 ("r-rcpp" ,r-rcpp)
15676 ("r-rcpparmadillo" ,r-rcpparmadillo)
15677 ("r-rcppprogress" ,r-rcppprogress)
15678 ("r-rlang" ,r-rlang)
15679 ("r-tibble" ,r-tibble)
15680 ("r-tidyr" ,r-tidyr)))
15681 (home-page "https://github.com/immunogenomics/harmony")
15682 (synopsis "Integration of single cell sequencing data")
15683 (description
15684 "This package provides an implementation of the Harmony algorithm for
15685 single cell integration, described in Korsunsky et al
15686 @url{doi.org/10.1101/461954}. The package includes a standalone Harmony
15687 function and interfaces to external frameworks.")
15688 (license license:gpl3))))
15689
15690 (define-public r-covr
15691 (package
15692 (name "r-covr")
15693 (version "3.5.0")
15694 (source
15695 (origin
15696 (method url-fetch)
15697 (uri (cran-uri "covr" version))
15698 (sha256
15699 (base32 "1pvr95h7jg9hqq1qq1cccy323pkxldrwafl08151cc410499k4fb"))))
15700 (properties `((upstream-name . "covr")))
15701 (build-system r-build-system)
15702 (propagated-inputs
15703 `(("r-crayon" ,r-crayon)
15704 ("r-digest" ,r-digest)
15705 ("r-httr" ,r-httr)
15706 ("r-jsonlite" ,r-jsonlite)
15707 ("r-rex" ,r-rex)
15708 ("r-withr" ,r-withr)
15709 ("r-yaml" ,r-yaml)))
15710 (native-inputs
15711 `(("r-knitr" ,r-knitr))) ; for vignettes
15712 (home-page "https://github.com/r-lib/covr")
15713 (synopsis "Test coverage for R packages")
15714 (description
15715 "Thisp package enables you to track and report code coverage for your
15716 package and (optionally) upload the results to a coverage service. Code
15717 coverage is a measure of the amount of code being exercised by a set of tests.
15718 It is an indirect measure of test quality and completeness. This package is
15719 compatible with any testing methodology or framework and tracks coverage of
15720 both R code and compiled C/C++/FORTRAN code.")
15721 (license license:gpl3)))
15722
15723 (define-public r-systemfonts
15724 (package
15725 (name "r-systemfonts")
15726 (version "0.1.1")
15727 (source
15728 (origin
15729 (method url-fetch)
15730 (uri (cran-uri "systemfonts" version))
15731 (sha256
15732 (base32
15733 "0m0ljid683xcam2f14x7k2zv1yx4npac38a3gfv11vhxfbnpgp0z"))))
15734 (properties `((upstream-name . "systemfonts")))
15735 (build-system r-build-system)
15736 (inputs
15737 `(("fontconfig" ,fontconfig)
15738 ("freetype" ,freetype)
15739 ("zlib" ,zlib)))
15740 (native-inputs
15741 `(("pkg-config" ,pkg-config)))
15742 (home-page "https://github.com/r-lib/systemfonts")
15743 (synopsis "System native font finding")
15744 (description
15745 "This package provides system native access to the font catalogue. As
15746 font handling varies between systems it is difficult to correctly locate
15747 installed fonts across different operating systems. The 'systemfonts' package
15748 provides bindings to the native libraries for finding font files that can then
15749 be used further by e.g. graphic devices.")
15750 (license license:expat)))
15751
15752 (define-public r-graphlayouts
15753 (package
15754 (name "r-graphlayouts")
15755 (version "0.5.0")
15756 (source
15757 (origin
15758 (method url-fetch)
15759 (uri (cran-uri "graphlayouts" version))
15760 (sha256
15761 (base32
15762 "03dizbhhdhnzbj2i5zvqgs617kwcv4h2pha4f16adic0fph1rxl3"))))
15763 (properties `((upstream-name . "graphlayouts")))
15764 (build-system r-build-system)
15765 (propagated-inputs
15766 `(("r-igraph" ,r-igraph)
15767 ("r-rcpp" ,r-rcpp)
15768 ("r-rcpparmadillo" ,r-rcpparmadillo)))
15769 (home-page "https://github.com/schochastics/graphlayouts")
15770 (synopsis "Additional layout algorithms for network visualizations")
15771 (description
15772 "This package provides several layout algorithms to visualize networks
15773 which are not part of the igraph library. Most are based on the concept of
15774 stress majorization by Gansner et al. (2004)
15775 <doi:10.1007/978-3-540-31843-9_25>. Some more specific algorithms allow to
15776 emphasize hidden group structures in networks or focus on specific nodes.")
15777 (license license:expat)))
15778
15779 (define-public r-tidygraph
15780 (package
15781 (name "r-tidygraph")
15782 (version "1.1.2")
15783 (source
15784 (origin
15785 (method url-fetch)
15786 (uri (cran-uri "tidygraph" version))
15787 (sha256
15788 (base32
15789 "1zpsarm74afbc7p5dlyb0whc09670qdcddw1ckb25cfc9hfh0hjn"))))
15790 (properties `((upstream-name . "tidygraph")))
15791 (build-system r-build-system)
15792 (propagated-inputs
15793 `(("r-dplyr" ,r-dplyr)
15794 ("r-igraph" ,r-igraph)
15795 ("r-magrittr" ,r-magrittr)
15796 ("r-pillar" ,r-pillar)
15797 ("r-r6" ,r-r6)
15798 ("r-rcpp" ,r-rcpp)
15799 ("r-rlang" ,r-rlang)
15800 ("r-tibble" ,r-tibble)
15801 ("r-tidyr" ,r-tidyr)))
15802 (home-page "https://github.com/thomasp85/tidygraph")
15803 (synopsis "Tidy API for graph manipulation")
15804 (description
15805 "This package provides a graph implementation that can be thought of as
15806 two tidy data frames describing node and edge data respectively. It provides
15807 an approach to manipulate these two virtual data frames using the API defined
15808 in the @code{dplyr} package, and it also provides tidy interfaces to a lot of
15809 common graph algorithms.")
15810 (license license:expat)))
15811
15812 (define-public r-soupx
15813 (let ((commit "a3354be76fb52fd795be6ddf163cf056c05c6cb8")
15814 (revision "1"))
15815 (package
15816 (name "r-soupx")
15817 (version (git-version "0.3.1" revision commit))
15818 (source
15819 (origin
15820 (method git-fetch)
15821 (uri (git-reference
15822 (url "https://github.com/constantAmateur/SoupX")
15823 (commit commit)))
15824 (file-name (git-file-name name version))
15825 (sha256
15826 (base32
15827 "1zmlyzrl0fz6l79gn2wswid670p88mm3y292is89sa5p3h7frr99"))))
15828 (properties `((upstream-name . "SoupX")))
15829 (build-system r-build-system)
15830 (propagated-inputs
15831 `(("r-ggplot2" ,r-ggplot2)
15832 ("r-matrix" ,r-matrix)
15833 ("r-seurat" ,r-seurat)))
15834 (home-page "https://github.com/constantAmateur/SoupX")
15835 (synopsis "Single cell mRNA Soup eXterminator")
15836 (description
15837 "This package provides a package for quantifying, profiling and
15838 removing cell free mRNA contamination (the \"soup\") from droplet based single
15839 cell RNA-seq experiments.")
15840 (license license:gpl2))))
15841
15842 (define-public r-assertr
15843 (package
15844 (name "r-assertr")
15845 (version "2.7")
15846 (source
15847 (origin
15848 (method url-fetch)
15849 (uri (cran-uri "assertr" version))
15850 (sha256
15851 (base32
15852 "1x868pd4dac1c7b1q5390wqh2f6s50km8nqcpim3nxcj2l4qkqdb"))))
15853 (build-system r-build-system)
15854 (propagated-inputs
15855 `(("r-dplyr" ,r-dplyr)
15856 ("r-mass" ,r-mass)
15857 ("r-rlang" ,r-rlang)))
15858 (native-inputs
15859 `(("r-knitr" ,r-knitr))) ; needed for vignette
15860 (home-page "https://github.com/ropensci/assertr")
15861 (synopsis "Assertive programming for R analysis pipelines")
15862 (description
15863 "This package provides functionality to assert conditions that have to be
15864 met so that errors in data used in analysis pipelines can fail quickly. It is
15865 similar to @code{stopifnot()} but more powerful, friendly, and easier for use
15866 in pipelines.")
15867 (license license:expat)))
15868
15869 (define-public r-parameters
15870 (package
15871 (name "r-parameters")
15872 (version "0.5.0")
15873 (source
15874 (origin
15875 (method url-fetch)
15876 (uri (cran-uri "parameters" version))
15877 (sha256
15878 (base32
15879 "19cblrq079svp5j3wgikw5fsdbsp1w0f2llm7kcf1rg5w1aagjr7"))))
15880 (properties `((upstream-name . "parameters")))
15881 (build-system r-build-system)
15882 (propagated-inputs
15883 `(("r-bayestestr" ,r-bayestestr)
15884 ("r-insight" ,r-insight)))
15885 (home-page "https://cran.r-project.org/web/packages/parameters")
15886 (synopsis "Processing of model parameters")
15887 (description
15888 "This package provides utilities for processing the parameters of various
15889 statistical models. Beyond computing p values, CIs, and other indices for a
15890 wide variety of models, this package implements features like standardization
15891 or bootstrapping of parameters and models, feature reduction (feature
15892 extraction and variable selection) as well as conversion between indices of
15893 effect size.")
15894 (license license:gpl3)))
15895
15896 (define-public r-rgdal
15897 (package
15898 (name "r-rgdal")
15899 (version "1.4-8")
15900 (source
15901 (origin
15902 (method url-fetch)
15903 (uri (cran-uri "rgdal" version))
15904 (sha256
15905 (base32 "1jd691amf3ghznq5im15gvhl6v6k25klpl75m4ngrqf9xlxaa3as"))))
15906 (properties `((upstream-name . "rgdal")))
15907 (build-system r-build-system)
15908 (inputs
15909 `(("gdal" ,gdal)
15910 ("proj.4" ,proj.4)
15911 ("zlib" ,zlib)))
15912 (propagated-inputs
15913 `(("r-sp" ,r-sp)))
15914 (native-inputs
15915 `(("pkg-config" ,pkg-config)))
15916 (home-page "http://rgdal.r-forge.r-project.org")
15917 (synopsis "Bindings for the Geospatial Data Abstraction Library")
15918 (description
15919 "This package provides bindings to the Geospatial Data Abstraction
15920 Library (GDAL) and access to projection/transformation operations from the
15921 PROJ.4 library.")
15922 (license license:gpl2+)))
15923
15924 (define-public r-insol
15925 (package
15926 (name "r-insol")
15927 (version "1.2.1")
15928 (source
15929 (origin
15930 (method url-fetch)
15931 (uri (cran-uri "insol" version))
15932 (sha256
15933 (base32
15934 "1d2vqmbp94ff80mfkmq4a8y12r6ryym8hh1568ip9qbn7snc64v1"))))
15935 (properties `((upstream-name . "insol")))
15936 (build-system r-build-system)
15937 (propagated-inputs
15938 `(("r-raster" ,r-raster)))
15939 (native-inputs
15940 `(("gfortran" ,gfortran)))
15941 (home-page "https://meteoexploration.com/R/insol/index.html")
15942 (synopsis "Tools for calculating solar radiation")
15943 (description
15944 "This package provides functions to compute insolation on tilted
15945 surfaces, computes atmospheric transmittance and related parameters such as:
15946 Earth radius vector, declination, sunset and sunrise, daylength, equation of
15947 time, vector in the direction of the sun, vector normal to surface, and some
15948 atmospheric physics.")
15949 (license license:gpl2+)))
15950
15951 (define-public r-lifecycle
15952 (package
15953 (name "r-lifecycle")
15954 (version "0.2.0")
15955 (source
15956 (origin
15957 (method url-fetch)
15958 (uri (cran-uri "lifecycle" version))
15959 (sha256
15960 (base32
15961 "0912865c6675fsblrfdk6s568krsj1x8qbk1kipy7m05xs6nwx19"))))
15962 (properties `((upstream-name . "lifecycle")))
15963 (build-system r-build-system)
15964 (propagated-inputs
15965 `(("r-glue" ,r-glue)
15966 ("r-rlang" ,r-rlang)))
15967 (native-inputs
15968 `(("r-knitr" ,r-knitr))) ; for vignettes
15969 (home-page "https://github.com/r-lib/lifecycle")
15970 (synopsis "Manage the life cycle of your package functions")
15971 (description
15972 "Manage the life cycle of your exported functions with shared
15973 conventions, documentation badges, and non-invasive deprecation warnings. The
15974 lifecycle package defines four development stages (experimental, maturing,
15975 stable, and questioning) and three deprecation stages (soft-deprecated,
15976 deprecated, and defunct). It makes it easy to insert badges corresponding to
15977 these stages in your documentation. Usage of deprecated functions are
15978 signalled with increasing levels of non-invasive verbosity.")
15979 (license license:gpl3)))
15980
15981 (define-public r-assertable
15982 (package
15983 (name "r-assertable")
15984 (version "0.2.7")
15985 (source
15986 (origin
15987 (method url-fetch)
15988 (uri (cran-uri "assertable" version))
15989 (sha256
15990 (base32
15991 "1npks9rcrnchmd0silq6qrvqkmdkp9fwjkyyvvp1lqjclyxk6vkk"))))
15992 (build-system r-build-system)
15993 (propagated-inputs
15994 `(("r-data-table" ,r-data-table)))
15995 (home-page "https://cran.r-project.org/web/packages/assertable/")
15996 (synopsis "Verbose assertions for tabular data (data.frames and data.tables)")
15997 (description "This package provides simple, flexible assertions on
15998 data.frame or data.table objects with verbose output for vetting. While other
15999 assertion packages apply towards more general use-cases, @code{assertable} is
16000 tailored towards tabular data. It includes functions to check variable names
16001 and values, whether the dataset contains all combinations of a given set of
16002 unique identifiers, and whether it is a certain length. In addition,
16003 @code{assertable} includes utility functions to check the existence of target
16004 files and to efficiently import multiple tabular data files into one
16005 data.table.")
16006 (license license:gpl3)))
16007
16008 (define-public r-quadprog
16009 (package
16010 (name "r-quadprog")
16011 (version "1.5-8")
16012 (source
16013 (origin
16014 (method url-fetch)
16015 (uri (cran-uri "quadprog" version))
16016 (sha256
16017 (base32 "1ka9g8zak8sg4y2xbz93dfrldznlk9qpd4pq9z21cdcdn3b8s4i2"))))
16018 (build-system r-build-system)
16019 (native-inputs
16020 `(("gfortran" ,gfortran)))
16021 (home-page "https://cran.r-project.org/web/packages/quadprog")
16022 (synopsis "Functions to solve quadratic programming problems")
16023 (description
16024 "This package contains routines and documentation for solving quadratic
16025 programming problems.")
16026 (license license:gpl3+)))
16027
16028 (define-public r-desolve
16029 (package
16030 (name "r-desolve")
16031 (version "1.27.1")
16032 (source
16033 (origin
16034 (method url-fetch)
16035 (uri (cran-uri "deSolve" version))
16036 (sha256
16037 (base32 "05sax045qrk550gsn2i7krb9rbg51rx88x4v190acsigqknxffrv"))))
16038 (properties `((upstream-name . "deSolve")))
16039 (build-system r-build-system)
16040 (native-inputs
16041 `(("gfortran" ,gfortran)))
16042 (home-page "https://desolve.r-forge.r-project.org/")
16043 (synopsis "Solvers for initial value problems of differential equations")
16044 (description "This package provides functions that solve initial value
16045 problems of a system of first-order @dfn{ordinary differential
16046 equations} (ODE), of @dfn{partial differential equations} (PDE), of
16047 @dfn{differential algebraic equations} (DAE), and of delay differential
16048 equations. The functions provide an interface to the FORTRAN functions
16049 @code{lsoda}, @code{lsodar}, @code{lsode}, @code{lsodes} of the ODEPACK
16050 collection, to the FORTRAN functions @code{dvode} and @code{daspk} and a
16051 C-implementation of solvers of the Runge-Kutta family with fixed or variable
16052 time steps. The package contains routines designed for solving ODEs resulting
16053 from 1-D, 2-D and 3-D partial differential equations that have been converted
16054 to ODEs by numerical differencing.")
16055 (license license:gpl2+)))
16056
16057 (define-public r-pracma
16058 (package
16059 (name "r-pracma")
16060 (version "2.2.9")
16061 (source (origin
16062 (method url-fetch)
16063 (uri (cran-uri "pracma" version))
16064 (sha256
16065 (base32 "07mzhzz73wsjjw1q05l024gcd13hwnzsxf873q9dyhw6x3shzshc"))))
16066 (build-system r-build-system)
16067 (home-page "https://cran.r-project.org/web/packages/pracma/")
16068 (synopsis "Practical numerical math functions")
16069 (description "This package provides functions for numerical analysis and
16070 linear algebra, numerical optimization, differential equations, plus some
16071 special functions. It uses Matlab function names where appropriate to simplify
16072 porting.")
16073 (license license:gpl3+)))
16074
16075 (define-public r-subplex
16076 (package
16077 (name "r-subplex")
16078 (version "1.6")
16079 (source
16080 (origin
16081 (method url-fetch)
16082 (uri (cran-uri "subplex" version))
16083 (sha256
16084 (base32
16085 "1yfbfjvpbhgky7vihw3f4jl41pxpqb39z4nc045d5z7z48bdl18d"))))
16086 (build-system r-build-system)
16087 (native-inputs
16088 `(("gfortran" ,gfortran)))
16089 (home-page "https://cran.r-project.org/web/packages/subplex")
16090 (synopsis "Unconstrained optimization using the subplex algorithm")
16091 (description
16092 "This package implements the Subplex optimization algorithm.
16093 It solves unconstrained optimization problems using a simplex method on
16094 subspaces. The method is well suited for optimizing objective functions that
16095 are noisy or are discontinuous at the solution.")
16096 (license license:gpl3+)))
16097
16098 (define-public r-txtplot
16099 (package
16100 (name "r-txtplot")
16101 (version "1.0-3")
16102 (source
16103 (origin
16104 (method url-fetch)
16105 (uri (cran-uri "txtplot" version))
16106 (sha256
16107 (base32
16108 "1949ab1bzvysdb79g8x1gaknj0ih3d6g63pv9512h5m5l3a6c31h"))))
16109 (build-system r-build-system)
16110 (home-page "https://cran.r-project.org/web/packages/txtplot/")
16111 (synopsis "Text-based plotting")
16112 (description "This package provides functions to produce rudimentary ASCII
16113 graphics directly in the terminal window. This package provides a basic
16114 plotting function (and equivalents of curve, density, acf and barplot) as well
16115 as a boxplot function.")
16116 (license license:lgpl3+)))
16117
16118 (define-public r-bio3d
16119 (package
16120 (name "r-bio3d")
16121 (version "2.4-1")
16122 (source
16123 (origin
16124 (method url-fetch)
16125 (uri (cran-uri "bio3d" version))
16126 (sha256
16127 (base32
16128 "07rw6c2d95gb5myxh31727j0jrchd0xisa3x89jjmf4zzs3vv7v7"))))
16129 (properties `((upstream-name . "bio3d")))
16130 (build-system r-build-system)
16131 (inputs `(("zlib" ,zlib)))
16132 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
16133 (home-page "http://thegrantlab.org/bio3d/")
16134 (synopsis "Biological structure analysis")
16135 (description
16136 "This package provides utilities to process, organize and explore protein
16137 structure, sequence and dynamics data. Features include the ability to read
16138 and write structure, sequence and dynamic trajectory data, perform sequence
16139 and structure database searches, data summaries, atom selection, alignment,
16140 superposition, rigid core identification, clustering, torsion analysis,
16141 distance matrix analysis, structure and sequence conservation analysis, normal
16142 mode analysis, principal component analysis of heterogeneous structure data,
16143 and correlation network analysis from normal mode and molecular dynamics data.
16144 In addition, various utility functions are provided to enable the statistical
16145 and graphical power of the R environment to work with biological sequence and
16146 structural data.")
16147 (license license:gpl2+)))
16148
16149 (define-public r-bios2cor
16150 (package
16151 (name "r-bios2cor")
16152 (version "2.1")
16153 (source
16154 (origin
16155 (method url-fetch)
16156 (uri (cran-uri "Bios2cor" version))
16157 (sha256
16158 (base32
16159 "04wk1cjrrxhpv1kdhd67r1qvjv268xxi0z0r105wy912110z9m6x"))))
16160 (properties `((upstream-name . "Bios2cor")))
16161 (build-system r-build-system)
16162 (propagated-inputs
16163 `(("r-bigmemory" ,r-bigmemory)
16164 ("r-bio3d" ,r-bio3d)
16165 ("r-circular" ,r-circular)
16166 ("r-igraph" ,r-igraph)))
16167 (home-page "https://cran.r-project.org/web/packages/Bios2cor/")
16168 (synopsis "From biological sequences and simulations to correlation analysis")
16169 (description
16170 "This package provides utilities for computation and analysis of
16171 correlation/covariation in multiple sequence alignments and in side chain
16172 motions during molecular dynamics simulations. Features include the
16173 computation of correlation/covariation scores using a variety of scoring
16174 functions between either sequence positions in alignments or side chain
16175 dihedral angles in molecular dynamics simulations and utilities to analyze the
16176 correlation/covariation matrix through a variety of tools including network
16177 representation and principal components analysis. In addition, several
16178 utility functions are based on the R graphical environment to provide friendly
16179 tools for help in data interpretation.")
16180 (license license:gpl2+)))
16181
16182 ;; This package includes minified JavaScript files. When upgrading please
16183 ;; check that there are no new minified JavaScript files.
16184 (define-public r-networkd3
16185 (package
16186 (name "r-networkd3")
16187 (version "0.4")
16188 (source
16189 (origin
16190 (method url-fetch)
16191 (uri (cran-uri "networkD3" version))
16192 (sha256
16193 (base32
16194 "02wxki67drppgfka1is1ykg1f2rxf0x0657c0crj7ipfy62jbf1k"))
16195 (snippet
16196 '(begin
16197 (delete-file "inst/htmlwidgets/lib/d3-4.5.0/d3.min.js")
16198 #t))))
16199 (properties `((upstream-name . "networkD3")))
16200 (build-system r-build-system)
16201 (arguments
16202 `(#:modules ((guix build utils)
16203 (guix build r-build-system)
16204 (srfi srfi-1)
16205 (ice-9 popen))
16206 #:phases
16207 (modify-phases %standard-phases
16208 (add-after 'unpack 'process-javascript
16209 (lambda* (#:key inputs #:allow-other-keys)
16210 (with-directory-excursion "inst/htmlwidgets/lib/"
16211 (call-with-values
16212 (lambda ()
16213 (unzip2
16214 `((,(assoc-ref inputs "d3.v4.js")
16215 "d3-4.5.0/d3.min.js"))))
16216 (lambda (sources targets)
16217 (for-each (lambda (source target)
16218 (format #t "Processing ~a --> ~a~%"
16219 source target)
16220 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
16221 (call-with-output-file target
16222 (lambda (port)
16223 (dump-port minified port)))))
16224 sources targets))))
16225 #t)))))
16226 (native-inputs
16227 `(("uglify-js" ,uglify-js)
16228 ;; NOTE: Make sure that this version of d3 is still valid when
16229 ;; upgrading the package.
16230 ("d3.v4.js"
16231 ,(origin
16232 (method url-fetch)
16233 (uri "https://d3js.org/d3.v4.js")
16234 (sha256
16235 (base32
16236 "0y7byf6kcinfz9ac59jxc4v6kppdazmnyqfav0dm4h550fzfqqlg"))))))
16237 (propagated-inputs
16238 `(("r-htmlwidgets" ,r-htmlwidgets)
16239 ("r-igraph" ,r-igraph)
16240 ("r-magrittr" ,r-magrittr)))
16241 (home-page "https://cran.r-project.org/package=networkD3")
16242 (synopsis "D3 JavaScript network graphs from R")
16243 (description
16244 "This package creates D3 JavaScript network, tree, dendrogram, and Sankey
16245 graphs from R.")
16246 (license license:gpl3+)))
16247
16248 (define-public r-aasea
16249 (package
16250 (name "r-aasea")
16251 (version "1.1.0")
16252 (source
16253 (origin
16254 (method url-fetch)
16255 (uri (cran-uri "aaSEA" version))
16256 (sha256
16257 (base32
16258 "0him4r8qyp0xssgrmdxjs45yn4d28h5anv4jyxxbbs9phb0m6j3h"))))
16259 (properties `((upstream-name . "aaSEA")))
16260 (build-system r-build-system)
16261 (propagated-inputs
16262 `(("r-bios2cor" ,r-bios2cor)
16263 ("r-dt" ,r-dt)
16264 ("r-hmisc" ,r-hmisc)
16265 ("r-magrittr" ,r-magrittr)
16266 ("r-networkd3" ,r-networkd3)
16267 ("r-plotly" ,r-plotly)
16268 ("r-seqinr" ,r-seqinr)
16269 ("r-shiny" ,r-shiny)
16270 ("r-shinydashboard" ,r-shinydashboard)))
16271 (home-page "https://cran.r-project.org/web/packages/aaSEA/")
16272 (synopsis "Amino acid substitution effect analyzer")
16273 (description
16274 "Given a protein multiple sequence alignment, it is a daunting task to
16275 assess the effects of substitutions along sequence length. The aaSEA package
16276 is intended to help researchers to rapidly analyze property changes caused by
16277 single, multiple and correlated amino acid substitutions in proteins.")
16278 (license license:gpl3)))
16279
16280 (define-public r-abacus
16281 (package
16282 (name "r-abacus")
16283 (version "1.0.0")
16284 (source
16285 (origin
16286 (method url-fetch)
16287 (uri (cran-uri "ABACUS" version))
16288 (sha256
16289 (base32
16290 "0m1dnkwjr1522l9ddbzzx7ayxvli17sbmk6s28adpmzzjwh2kd1i"))))
16291 (properties `((upstream-name . "ABACUS")))
16292 (build-system r-build-system)
16293 (propagated-inputs
16294 `(("r-ggplot2" ,r-ggplot2)
16295 ("r-shiny" ,r-shiny)))
16296 (home-page "https://shiny.abdn.ac.uk/Stats/apps/")
16297 (synopsis "Apps-based activities for communicating and understanding statistics")
16298 (description
16299 "This package provides a set of Shiny apps for effective communication
16300 and understanding in statistics. The current version includes properties of
16301 normal distribution, properties of sampling distribution, one-sample z and t
16302 tests, two samples independent (unpaired) t test and analysis of variance.")
16303 (license license:gpl3)))
16304
16305 (define-public r-abc-rap
16306 (package
16307 (name "r-abc-rap")
16308 (version "0.9.0")
16309 (source
16310 (origin
16311 (method url-fetch)
16312 (uri (cran-uri "ABC.RAP" version))
16313 (sha256
16314 (base32
16315 "1kdspln17v0krvahcd55vib4dv5azp60b3r1zf489x10qqbp1mxk"))))
16316 (properties `((upstream-name . "ABC.RAP")))
16317 (build-system r-build-system)
16318 (home-page "https://cran.r-project.org/web/packages/ABC.RAP/")
16319 (synopsis "Array-based CpG region analysis pipeline")
16320 (description
16321 "This package aims to identify candidate genes that are differentially
16322 methylated between cases and controls. It applies Student's t-test and delta
16323 beta analysis to identify candidate genes containing multiple CpG sites.")
16324 (license license:gpl3)))
16325
16326 (define-public r-abcadm
16327 (package
16328 (name "r-abcadm")
16329 (version "1.0")
16330 (source
16331 (origin
16332 (method url-fetch)
16333 (uri (cran-uri "abcADM" version))
16334 (sha256
16335 (base32
16336 "0vcabnnnwc0psv9v3rda5aap9s8cq1pjh02zva3ki64hlavf2a10"))))
16337 (properties `((upstream-name . "abcADM")))
16338 (build-system r-build-system)
16339 (propagated-inputs
16340 `(("r-bh" ,r-bh)
16341 ("r-rcpp" ,r-rcpp)))
16342 (home-page "https://cran.r-project.org/web/packages/abcADM/")
16343 (synopsis "Fit accumulated damage models and estimate reliability using ABC")
16344 (description
16345 "This package provides tools to estimate parameters of accumulated
16346 damage (load duration) models based on failure time data under a Bayesian
16347 framework, using @dfn{Approximate Bayesian Computation} (ABC), and to assess
16348 long-term reliability under stochastic load profiles.")
16349 (license license:gpl3)))
16350
16351 (define-public r-rglpk
16352 (package
16353 (name "r-rglpk")
16354 (version "0.6-4")
16355 (source
16356 (origin
16357 (method url-fetch)
16358 (uri (cran-uri "Rglpk" version))
16359 (sha256
16360 (base32
16361 "19mzpyimzq9zqnbi05j79b2di3nzaln8swggs9p8sqdr60qvr3d2"))))
16362 (properties `((upstream-name . "Rglpk")))
16363 (build-system r-build-system)
16364 (propagated-inputs
16365 `(("r-slam" ,r-slam)))
16366 (inputs
16367 `(("glpk" ,glpk)))
16368 (home-page "https://r-forge.r-project.org/projects/rglp/")
16369 (synopsis "R interface to the GNU Linear Programming Kit")
16370 (description
16371 "This package provides an R interface to the GNU Linear Programming Kit,
16372 software for solving large-scale @dfn{linear programming} (LP), @dfn{mixed
16373 integer linear programming} (MILP) and other related problems.")
16374 ;; Either license
16375 (license (list license:gpl2 license:gpl3))))
16376
16377 (define-public r-abcdefba
16378 (package
16379 (name "r-abcdefba")
16380 (version "0.4")
16381 (source
16382 (origin
16383 (method url-fetch)
16384 (uri (cran-uri "abcdeFBA" version))
16385 (sha256
16386 (base32
16387 "1rxjripy8v6bxi25vdfjnbk24zkmf752qbl73cin6nvnqflwxkx4"))))
16388 (properties `((upstream-name . "abcdeFBA")))
16389 (build-system r-build-system)
16390 (propagated-inputs
16391 `(("r-corrplot" ,r-corrplot)
16392 ("r-lattice" ,r-lattice)
16393 ("r-rgl" ,r-rgl)
16394 ("r-rglpk" ,r-rglpk)))
16395 (home-page "https://cran.r-project.org/web/packages/abcdeFBA/")
16396 (synopsis "A-Biologist-Can-Do-Everything of Flux Balance Analysis with this package")
16397 (description
16398 "This package provides functions for Constraint Based Simulation using
16399 Flux Balance Analysis and informative analysis of the data generated during
16400 simulation.")
16401 (license license:gpl2)))
16402
16403 (define-public r-abcrlda
16404 (package
16405 (name "r-abcrlda")
16406 (version "1.0.2")
16407 (source
16408 (origin
16409 (method url-fetch)
16410 (uri (cran-uri "abcrlda" version))
16411 (sha256
16412 (base32
16413 "0zjdrbg3zx0znqnh0dvmifs9c12b8vjhbaf3nbwab9xh25nsmg75"))))
16414 (properties `((upstream-name . "abcrlda")))
16415 (build-system r-build-system)
16416 (home-page "https://ieeexplore.ieee.org/document/8720003/")
16417 (synopsis "Asymptotically bias-corrected regularized linear discriminant analysis")
16418 (description
16419 "This package offers methods to perform @dfn{asymptotically
16420 bias-corrected regularized linear discriminant analysis} (ABC_RLDA) for
16421 cost-sensitive binary classification. The bias-correction is an estimate of
16422 the bias term added to regularized discriminant analysis that minimizes the
16423 overall risk.")
16424 (license license:gpl3)))
16425
16426 (define-public r-abemus
16427 (package
16428 (name "r-abemus")
16429 (version "1.0.1")
16430 (source
16431 (origin
16432 (method url-fetch)
16433 (uri (cran-uri "abemus" version))
16434 (sha256
16435 (base32
16436 "1dhllb184byp1yl15rg2w02zgw3iajag7cxshirg47mnmm7n70bb"))))
16437 (properties `((upstream-name . "abemus")))
16438 (build-system r-build-system)
16439 (propagated-inputs
16440 `(("r-data-table" ,r-data-table)))
16441 (home-page "https://cran.r-project.org/web/packages/abemus/")
16442 (synopsis "Adaptive base error model in ultra-deep sequencing data")
16443 (description
16444 "This package provides an implementation of @dfn{Adaptive Base Error
16445 Model in Ultra-deep Sequencing data} (ABEMUS), which combines
16446 platform-specific genetic knowledge and empirical signal to readily detect and
16447 quantify somatic @dfn{single nucleotide variants} (SNVs) in @dfn{circulating
16448 cell free DNA} (cfDNA).")
16449 (license license:gpl3)))
16450
16451 ;; This package includes minified JavaScript files. When upgrading please
16452 ;; check that there are no new minified JavaScript files.
16453 (define-public r-rintrojs
16454 (package
16455 (name "r-rintrojs")
16456 (version "0.2.2")
16457 (source
16458 (origin
16459 (method url-fetch)
16460 (uri (cran-uri "rintrojs" version))
16461 (sha256
16462 (base32
16463 "0vyqb3pyrh12saddar71ac9csn2vkd2j8ln6ygpqys8ky1lc3427"))))
16464 (properties `((upstream-name . "rintrojs")))
16465 (build-system r-build-system)
16466 (arguments
16467 `(#:modules ((guix build utils)
16468 (guix build r-build-system)
16469 (srfi srfi-1)
16470 (ice-9 popen))
16471 #:phases
16472 (modify-phases %standard-phases
16473 (add-after 'unpack 'process-javascript
16474 (lambda* (#:key inputs #:allow-other-keys)
16475 (with-directory-excursion "inst/javascript/introjs/"
16476 (call-with-values
16477 (lambda ()
16478 (unzip2
16479 `((,(assoc-ref inputs "intro.js")
16480 "intro.min.js"))))
16481 (lambda (sources targets)
16482 (for-each (lambda (source target)
16483 (format #t "Processing ~a --> ~a~%"
16484 source target)
16485 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
16486 (call-with-output-file target
16487 (lambda (port)
16488 (dump-port minified port)))))
16489 sources targets))))
16490 #t)))))
16491 (native-inputs
16492 `(("uglify-js" ,uglify-js)
16493 ("intro.js"
16494 ,(origin
16495 (method url-fetch)
16496 (uri "https://raw.githubusercontent.com/usablica/intro.js/v2.9.3/intro.js")
16497 (sha256
16498 (base32
16499 "1qf8n1sfy9qkiqqnfgg0xbhmfgh0g3mqsjas8qhz230h3zzlzxj8"))))))
16500 (propagated-inputs
16501 `(("r-jsonlite" ,r-jsonlite)
16502 ("r-shiny" ,r-shiny)))
16503 (home-page "https://github.com/carlganz/rintrojs")
16504 (synopsis "Wrapper for the Intro.js library")
16505 (description
16506 "This package provides a wrapper for the @url{http://www.introjs.com,
16507 Intro.js} library. This package makes it easy to include step-by-step
16508 introductions, and clickable hints in a Shiny application. It supports both
16509 static introductions in the UI, and programmatic introductions from the
16510 server-side.")
16511 (license license:agpl3+)))
16512
16513 (define-public r-sysfonts
16514 (package
16515 (name "r-sysfonts")
16516 (version "0.8")
16517 (source
16518 (origin
16519 (method url-fetch)
16520 (uri (cran-uri "sysfonts" version))
16521 (sha256
16522 (base32
16523 "0wng902plryf2d8fc7k7m3jx11acz51kb2d91cqbyhq7xpk06z43"))))
16524 (properties `((upstream-name . "sysfonts")))
16525 (build-system r-build-system)
16526 (inputs
16527 `(("freetype" ,freetype)
16528 ("libpng" ,libpng)
16529 ("zlib" ,zlib)))
16530 (native-inputs
16531 `(("pkg-config" ,pkg-config)))
16532 (home-page "https://github.com/yixuan/sysfonts")
16533 (synopsis "Loading fonts into R")
16534 (description
16535 "This is a package to simplify loading of system fonts and Google Fonts
16536 into R, in order to support other packages.")
16537 (license license:gpl2)))
16538
16539 (define-public r-showtextdb
16540 (package
16541 (name "r-showtextdb")
16542 (version "2.0")
16543 (source
16544 (origin
16545 (method url-fetch)
16546 (uri (cran-uri "showtextdb" version))
16547 (sha256
16548 (base32
16549 "1qwwj9x2jvadvwn60h75k99c9xi7yhqjsgaakahz5paxgj583bsh"))))
16550 (properties `((upstream-name . "showtextdb")))
16551 (build-system r-build-system)
16552 (propagated-inputs
16553 `(("r-sysfonts" ,r-sysfonts)))
16554 (home-page "https://cran.r-project.org/web/packages/showtextdb/")
16555 (synopsis "Font files for the 'showtext' package")
16556 (description
16557 "This package provides font files that can be used by the @code{showtext}
16558 package.")
16559 (license license:asl2.0)))
16560
16561 (define-public r-showtext
16562 (package
16563 (name "r-showtext")
16564 (version "0.7-1")
16565 (source
16566 (origin
16567 (method url-fetch)
16568 (uri (cran-uri "showtext" version))
16569 (sha256
16570 (base32
16571 "0a5gg72bfrc7wm0phj1aflj1wc08kfi81ac32na6ya9s2ivyimw5"))))
16572 (properties `((upstream-name . "showtext")))
16573 (build-system r-build-system)
16574 (inputs
16575 `(("freetype" ,freetype)
16576 ("libpng" ,libpng)
16577 ("zlib" ,zlib)))
16578 (propagated-inputs
16579 `(("r-showtextdb" ,r-showtextdb)
16580 ("r-sysfonts" ,r-sysfonts)))
16581 (native-inputs `(("pkg-config" ,pkg-config)))
16582 (home-page "https://github.com/yixuan/showtext")
16583 (synopsis "Using fonts more easily in R graphs")
16584 (description
16585 "This package aims to make it easy to use various types of
16586 fonts (TrueType, OpenType, Type 1, web fonts, etc.) in R graphs, and supports
16587 most output formats of R graphics including PNG, PDF and SVG. Text glyphs
16588 will be converted into polygons or raster images, hence after the plot has
16589 been created, it no longer relies on the font files. No external software
16590 such as Ghostscript is needed to use this package.")
16591 (license license:asl2.0)))
16592
16593 (define-public r-emojifont
16594 (package
16595 (name "r-emojifont")
16596 (version "0.5.3")
16597 (source
16598 (origin
16599 (method url-fetch)
16600 (uri (cran-uri "emojifont" version))
16601 (sha256
16602 (base32
16603 "1cdrrl3hvrs8rskyy6zgr7q2mmg8yb9k8sld1m64zsp7y009g19k"))))
16604 (properties `((upstream-name . "emojifont")))
16605 (build-system r-build-system)
16606 (propagated-inputs
16607 `(("r-ggplot2" ,r-ggplot2)
16608 ("r-proto" ,r-proto)
16609 ("r-showtext" ,r-showtext)
16610 ("r-sysfonts" ,r-sysfonts)))
16611 (home-page "https://guangchuangyu.github.io/emojifont")
16612 (synopsis "Emoji and Font Awesome in R graphics")
16613 (description
16614 "This package enables the use of emoji and the Font Awesome glyphs in
16615 both base and ggplot2 graphics.")
16616 (license license:artistic2.0)))
16617
16618 (define-public r-abstractr
16619 (package
16620 (name "r-abstractr")
16621 (version "0.1.0")
16622 (source
16623 (origin
16624 (method url-fetch)
16625 (uri (cran-uri "abstractr" version))
16626 (sha256
16627 (base32
16628 "1ymwp7syrynwd4i8aj2x5n8jdi9d96fjzl6jb09n0bnr5fgl7vig"))))
16629 (properties `((upstream-name . "abstractr")))
16630 (build-system r-build-system)
16631 (propagated-inputs
16632 `(("r-colourpicker" ,r-colourpicker)
16633 ("r-emojifont" ,r-emojifont)
16634 ("r-ggplot2" ,r-ggplot2)
16635 ("r-gridextra" ,r-gridextra)
16636 ("r-rintrojs" ,r-rintrojs)
16637 ("r-shiny" ,r-shiny)
16638 ("r-shinythemes" ,r-shinythemes)))
16639 (home-page "https://matt-kumar.shinyapps.io/portfolio")
16640 (synopsis "R-Shiny application for creating visual abstracts")
16641 (description
16642 "This package provides an R Shiny application to create visual abstracts
16643 for original research. A variety of user defined options and formatting are
16644 included.")
16645 (license license:gpl3)))
16646
16647 (define-public r-abtest
16648 (package
16649 (name "r-abtest")
16650 (version "0.2.0")
16651 (source
16652 (origin
16653 (method url-fetch)
16654 (uri (cran-uri "abtest" version))
16655 (sha256
16656 (base32
16657 "1ky3cf827kj24bhcpk00v5zl5jdkii1gca0x81ay1cjkzfispgws"))))
16658 (properties `((upstream-name . "abtest")))
16659 (build-system r-build-system)
16660 (propagated-inputs
16661 `(("r-matrix" ,r-matrix)
16662 ("r-mvtnorm" ,r-mvtnorm)
16663 ("r-plotrix" ,r-plotrix)
16664 ("r-rcolorbrewer" ,r-rcolorbrewer)
16665 ("r-rcpp" ,r-rcpp)
16666 ("r-sn" ,r-sn)
16667 ("r-truncnorm" ,r-truncnorm)
16668 ("r-vgam" ,r-vgam)))
16669 (home-page "https://cran.r-project.org/web/packages/abtest/")
16670 (synopsis "Bayesian A/B testing")
16671 (description
16672 "This package provides functions for Bayesian A/B testing including prior
16673 elicitation options based on Kass and Vaidyanathan (1992)
16674 @url{doi:10.1111/j.2517-6161.1992.tb01868.x}.")
16675 (license license:gpl2+)))
16676
16677 (define-public r-accept
16678 (package
16679 (name "r-accept")
16680 (version "0.7.0")
16681 (source
16682 (origin
16683 (method url-fetch)
16684 (uri (cran-uri "accept" version))
16685 (sha256
16686 (base32
16687 "1r4mhy9g4wjcjgdd0gwdarmr09292il3vdkmx0hz7vh9mffyr9kx"))))
16688 (properties `((upstream-name . "accept")))
16689 (build-system r-build-system)
16690 (propagated-inputs
16691 `(("r-dplyr" ,r-dplyr)
16692 ("r-extrafont" ,r-extrafont)
16693 ("r-mass" ,r-mass)
16694 ("r-plotly" ,r-plotly)
16695 ("r-stringr" ,r-stringr)
16696 ("r-viridis" ,r-viridis)))
16697 (home-page "https://cran.r-project.org/web/packages/accept/")
16698 (synopsis "Acute COPD Exacerbation Prediction Tool (ACCEPT)")
16699 (description
16700 "This package allows clinicians to predict the rate and severity of
16701 future acute exacerbation in @dfn{Chronic Obstructive Pulmonary
16702 Disease} (COPD) patients, based on the clinical prediction model published in
16703 Adibi et al. (2019) @url{doi:10.1101/651901}.")
16704 (license license:gpl3)))
16705
16706 (define-public r-smpracticals
16707 (package
16708 (name "r-smpracticals")
16709 (version "1.4-3")
16710 (source
16711 (origin
16712 (method url-fetch)
16713 (uri (cran-uri "SMPracticals" version))
16714 (sha256
16715 (base32
16716 "0zxq84f9i3b86xx6msb25b61gyj9k09iab2b7wg4d93yas9qzayf"))))
16717 (properties `((upstream-name . "SMPracticals")))
16718 (build-system r-build-system)
16719 (propagated-inputs
16720 `(("r-ellipse" ,r-ellipse)
16721 ("r-mass" ,r-mass)
16722 ("r-nlme" ,r-nlme)
16723 ("r-survival" ,r-survival)))
16724 (home-page "http://statwww.epfl.ch/davison/SM/")
16725 (synopsis "Practicals for use with Davison (2003) Statistical Models")
16726 (description
16727 "This package contains the datasets and a few functions for use with the
16728 practicals outlined in Appendix A of the book Statistical Models (Davison,
16729 2003, Cambridge University Press). The practicals themselves can be found at
16730 @url{http://statwww.epfl.ch/davison/SM/}.")
16731 (license license:gpl2+)))
16732
16733 (define-public r-fgui
16734 (package
16735 (name "r-fgui")
16736 (version "1.0-8")
16737 (source
16738 (origin
16739 (method url-fetch)
16740 (uri (cran-uri "fgui" version))
16741 (sha256
16742 (base32
16743 "024fzd1c7iwqprn26hwjb9l2qlvvyzl449d7iixy0x69djwsrysv"))))
16744 (properties `((upstream-name . "fgui")))
16745 (build-system r-build-system)
16746 (home-page
16747 "https://sites.google.com/site/thomashoffmannproject/software/fgui")
16748 (synopsis "Create GUI for R functions")
16749 (description
16750 "Rapidly create a GUI for a function you created by automatically
16751 creating widgets for arguments of the function. This package automatically
16752 parses help routines for context-sensitive help to these arguments. The
16753 interface is essentially a wrapper to some Tcl/Tk routines to both simplify
16754 and facilitate GUI creation. More advanced Tcl/Tk routines/GUI objects can be
16755 incorporated into the interface for greater customization for the more
16756 experienced.")
16757 ;; Any version of the GPL.
16758 (license (list license:gpl2+ license:gpl3+))))
16759
16760 (define-public r-tcltk2
16761 (package
16762 (name "r-tcltk2")
16763 (version "1.2-11")
16764 (source
16765 (origin
16766 (method url-fetch)
16767 (uri (cran-uri "tcltk2" version))
16768 (sha256
16769 (base32
16770 "1ibxld379600xx7kiqq3fck083s8psry12859980218rnzikl65d"))))
16771 (properties `((upstream-name . "tcltk2")))
16772 (build-system r-build-system)
16773 (inputs
16774 `(("tcl" ,tcl)
16775 ("tk" ,tk)))
16776 (home-page "https://www.sciviews.org/SciViews-R")
16777 (synopsis "Tcl/Tk additions")
16778 (description
16779 "This package provides a series of additional Tcl commands and Tk widgets
16780 with style and various functions to supplement the tcltk package")
16781 (license license:lgpl3)))
16782
16783 (define-public r-accrual
16784 (package
16785 (name "r-accrual")
16786 (version "1.3")
16787 (source
16788 (origin
16789 (method url-fetch)
16790 (uri (cran-uri "accrual" version))
16791 (sha256
16792 (base32
16793 "11clm9s5c5518nmp6hd6pjnp0s28y92b2i2x0xgj4j5g816p4j3z"))))
16794 (properties `((upstream-name . "accrual")))
16795 (build-system r-build-system)
16796 (propagated-inputs
16797 `(("r-fgui" ,r-fgui)
16798 ("r-smpracticals" ,r-smpracticals)
16799 ("r-tcltk2" ,r-tcltk2)))
16800 (home-page "https://cran.r-project.org/web/packages/accrual/")
16801 (synopsis "Bayesian accrual prediction")
16802 (description
16803 "Subject recruitment for medical research is challenging. Slow patient
16804 accrual leads to delay in research. Accrual monitoring during the process of
16805 recruitment is critical. Researchers need reliable tools to manage the
16806 accrual rate. This package provides an implementation of a Bayesian method
16807 that integrates researcher's experience on previous trials and data from the
16808 current study, providing reliable prediction on accrual rate for clinical
16809 studies. It provides functions for Bayesian accrual prediction which can be
16810 easily used by statisticians and clinical researchers.")
16811 (license license:gpl2)))
16812
16813 (define-public r-accrued
16814 (package
16815 (name "r-accrued")
16816 (version "1.4.1")
16817 (source
16818 (origin
16819 (method url-fetch)
16820 (uri (cran-uri "accrued" version))
16821 (sha256
16822 (base32
16823 "05g1jb5914z18rcai1ahn7nihn27vr2rnadwv94gc1j7ivvikvs5"))))
16824 (properties `((upstream-name . "accrued")))
16825 (build-system r-build-system)
16826 (home-page "https://cran.r-project.org/web/packages/accrued/")
16827 (synopsis "Data quality visualization tools for partially accruing data")
16828 (description
16829 "This is a package for visualizing data quality of partially accruing
16830 data.")
16831 (license license:gpl3)))
16832
16833 (define-public r-mda
16834 (package
16835 (name "r-mda")
16836 (version "0.4-10")
16837 (source
16838 (origin
16839 (method url-fetch)
16840 (uri (cran-uri "mda" version))
16841 (sha256
16842 (base32
16843 "19g6kn6g0shidrjfffklbmzc5w7mcimrxhagx4nmpslg59ibqdkh"))))
16844 (properties `((upstream-name . "mda")))
16845 (build-system r-build-system)
16846 (propagated-inputs `(("r-class" ,r-class)))
16847 (native-inputs `(("gfortran" ,gfortran)))
16848 (home-page "https://cran.r-project.org/web/packages/mda/")
16849 (synopsis "Mixture and flexible discriminant analysis")
16850 (description
16851 "This is a package for mixture and flexible discriminant analysis,
16852 @dfn{multivariate adaptive regression splines} (MARS), BRUTO, and so on.")
16853 (license license:gpl2)))
16854
16855 (define-public r-elasticnet
16856 (package
16857 (name "r-elasticnet")
16858 (version "1.1.1")
16859 (source
16860 (origin
16861 (method url-fetch)
16862 (uri (cran-uri "elasticnet" version))
16863 (sha256
16864 (base32
16865 "0p9dplnsp28z4s2fl6afbwrgd0aj339fak8mmndicmrh7bb7rpmb"))))
16866 (properties `((upstream-name . "elasticnet")))
16867 (build-system r-build-system)
16868 (propagated-inputs
16869 `(("r-lars" ,r-lars)))
16870 (home-page "http://www.stat.umn.edu/~hzou")
16871 (synopsis "Elastic-Net for sparse estimation and sparse PCA")
16872 (description
16873 "This package provides functions for fitting the entire solution path of
16874 the Elastic-Net and also provides functions for estimating sparse Principal
16875 Components. The Lasso solution paths can be computed by the same function.")
16876 (license license:gpl2+)))
16877
16878 (define-public r-sparselda
16879 (package
16880 (name "r-sparselda")
16881 (version "0.1-9")
16882 (source
16883 (origin
16884 (method url-fetch)
16885 (uri (cran-uri "sparseLDA" version))
16886 (sha256
16887 (base32
16888 "1k3sw9kc40yxnfss4vrsx34qxmv8ssddyhbfjhxrdldvblhbwchb"))))
16889 (properties `((upstream-name . "sparseLDA")))
16890 (build-system r-build-system)
16891 (propagated-inputs
16892 `(("r-elasticnet" ,r-elasticnet)
16893 ("r-mass" ,r-mass)
16894 ("r-mda" ,r-mda)))
16895 (home-page "http://www.imm.dtu.dk/~lhc")
16896 (synopsis "Sparse discriminant analysis")
16897 (description
16898 "This package performs sparse linear discriminant analysis for Gaussians
16899 and mixture of Gaussian models.")
16900 (license license:gpl2+)))
16901
16902 (define-public r-accsda
16903 (package
16904 (name "r-accsda")
16905 (version "1.0.0")
16906 (source
16907 (origin
16908 (method url-fetch)
16909 (uri (cran-uri "accSDA" version))
16910 (sha256
16911 (base32
16912 "0sgxy5y8kkc1n35657kifwfjsba7y5m1vbr7rkk5lmbpkzahqm61"))))
16913 (properties `((upstream-name . "accSDA")))
16914 (build-system r-build-system)
16915 (propagated-inputs
16916 `(("r-ggplot2" ,r-ggplot2)
16917 ("r-ggthemes" ,r-ggthemes)
16918 ("r-gridextra" ,r-gridextra)
16919 ("r-mass" ,r-mass)
16920 ("r-rarpack" ,r-rarpack)
16921 ("r-sparselda" ,r-sparselda)))
16922 (home-page "https://github.com/gumeo/accSDA/wiki")
16923 (synopsis "Accelerated sparse discriminant analysis")
16924 (description
16925 "This package provides an implementation of sparse linear discriminant
16926 analysis, which is a supervised classification method for multiple classes.
16927 Various novel optimization approaches to this problem are implemented
16928 including @dfn{alternating direction method of multipliers} (ADMM),
16929 @dfn{proximal gradient} (PG) and @dfn{accelerated proximal gradient} (APG).
16930 Functions for performing cross validation are also supplied along with basic
16931 prediction and plotting functions. @dfn{Sparse zero variance
16932 discriminant} (SZVD) analysis is also included in the package.")
16933 (license license:gpl2+)))
16934
16935 (define-public r-ace2fastq
16936 (package
16937 (name "r-ace2fastq")
16938 (version "0.6.0")
16939 (source
16940 (origin
16941 (method url-fetch)
16942 (uri (cran-uri "ace2fastq" version))
16943 (sha256
16944 (base32
16945 "09kk3yyqnr2xp820g0p3aai9a21figigjr9lxkr3zjq2d8gzwfic"))))
16946 (properties `((upstream-name . "ace2fastq")))
16947 (build-system r-build-system)
16948 (propagated-inputs
16949 `(("r-stringr" ,r-stringr)))
16950 (home-page "https://github.com/c5sire/ace2fastq")
16951 (synopsis "ACE file to FASTQ converter")
16952 (description
16953 "The ACE file format is used in genomics to store contigs from sequencing
16954 machines. This tools converts it into FASTQ format. Both formats contain the
16955 sequence characters and their corresponding quality information. Unlike the
16956 FASTQ file, the ACE file stores the quality values numerically. The
16957 conversion algorithm uses the standard Sanger formula. The package
16958 facilitates insertion into pipelines, and content inspection.")
16959 (license license:gpl3)))
16960
16961 (define-public r-rngwell
16962 (package
16963 (name "r-rngwell")
16964 (version "0.10-6")
16965 (source
16966 (origin
16967 (method url-fetch)
16968 (uri (cran-uri "rngWELL" version))
16969 (sha256
16970 (base32
16971 "0pjjcs9pqj7mf0mhb2cwd0aanqpwnm65bm86hk6mi2vw8rgnj2vv"))))
16972 (properties `((upstream-name . "rngWELL")))
16973 (build-system r-build-system)
16974 (home-page "https://cran.r-project.org/web/packages/rngWELL/")
16975 (synopsis "Toolbox for WELL random number generators")
16976 (description
16977 "This is a dedicated package to WELL pseudo random generators, which were
16978 introduced in Panneton et al. (2006), ``Improved Long-Period Generators Based
16979 on Linear Recurrences Modulo 2'', ACM Transactions on Mathematical Software.")
16980 (license license:bsd-3)))
16981
16982 (define-public r-randtoolbox
16983 (package
16984 (name "r-randtoolbox")
16985 (version "1.30.1")
16986 (source
16987 (origin
16988 (method url-fetch)
16989 (uri (cran-uri "randtoolbox" version))
16990 (sha256
16991 (base32
16992 "0qg20ar6qns858jdzqhmfq7yji81czhr6cim257958gqpj66sn95"))))
16993 (properties `((upstream-name . "randtoolbox")))
16994 (build-system r-build-system)
16995 (propagated-inputs
16996 `(("r-rngwell" ,r-rngwell)))
16997 (native-inputs
16998 `(("gfortran" ,gfortran)))
16999 (home-page "https://cran.r-project.org/web/packages/randtoolbox/")
17000 (synopsis "Toolbox for pseudo and quasi random number generation")
17001 (description
17002 "This package provides
17003
17004 @enumerate
17005 @item pseudo random generators, such as general linear
17006 congruential generators, multiple recursive generators and generalized
17007 feedback shift register (SF-Mersenne Twister algorithm and WELL
17008 generators)
17009
17010 @item quasi random generators, such as the Torus algorithm, the Sobol
17011 sequence, the Halton sequence (including the Van der Corput sequence), and
17012
17013 @item some generator tests: the gap test, the serial test, the poker test.
17014 @end enumerate
17015
17016 See e.g. Gentle (2003) @url{doi:10.1007/b97336}.")
17017 (license license:bsd-3)))
17018
17019 (define-public r-lhs
17020 (package
17021 (name "r-lhs")
17022 (version "1.0.1")
17023 (source
17024 (origin
17025 (method url-fetch)
17026 (uri (cran-uri "lhs" version))
17027 (sha256
17028 (base32
17029 "0lzaqr7xi3ckln5nglv5xf5njm359slpz1jc6s02hpsqdw6armd4"))))
17030 (properties `((upstream-name . "lhs")))
17031 (build-system r-build-system)
17032 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
17033 (home-page "https://github.com/bertcarnell/lhs")
17034 (synopsis "Latin Hypercube Samples")
17035 (description
17036 "This package provides a number of methods for creating and augmenting
17037 Latin Hypercube Samples.")
17038 (license license:gpl3)))
17039
17040 (define-public r-acebayes
17041 (package
17042 (name "r-acebayes")
17043 (version "1.9")
17044 (source
17045 (origin
17046 (method url-fetch)
17047 (uri (cran-uri "acebayes" version))
17048 (sha256
17049 (base32
17050 "1imfwm1vpbb24vfmfn1nljhmaz8429mwjihw34892p387s8h7xz2"))))
17051 (properties `((upstream-name . "acebayes")))
17052 (build-system r-build-system)
17053 (propagated-inputs
17054 `(("r-compare" ,r-compare)
17055 ("r-lhs" ,r-lhs)
17056 ("r-randtoolbox" ,r-randtoolbox)
17057 ("r-rcpp" ,r-rcpp)
17058 ("r-rcpparmadillo" ,r-rcpparmadillo)))
17059 (home-page "https://cran.r-project.org/web/packages/acebayes/")
17060 (synopsis "Optimal Bayesian experimental design using the ACE algorithm")
17061 (description
17062 "Finding an optimal Bayesian experimental design involves maximizing an
17063 objective function given by the expectation of some appropriately chosen
17064 utility function with respect to the joint distribution of unknown
17065 quantities (including responses). This objective function is usually not
17066 available in closed form and the design space can be continuous and of high
17067 dimensionality. This package uses @dfn{Approximate Coordinate Exchange} (ACE)
17068 to maximise an approximation to the expectation of the utility function.")
17069 (license license:gpl2)))
17070
17071 (define-public r-acet
17072 (package
17073 (name "r-acet")
17074 (version "1.8.0")
17075 (source
17076 (origin
17077 (method url-fetch)
17078 (uri (cran-uri "ACEt" version))
17079 (sha256
17080 (base32
17081 "0626d6kg485xjya164wagrr5z223jvi93ywbwpdns7fkm03c0dlq"))))
17082 (properties `((upstream-name . "ACEt")))
17083 (build-system r-build-system)
17084 (propagated-inputs
17085 `(("r-bh" ,r-bh)
17086 ("r-mass" ,r-mass)
17087 ("r-rcpp" ,r-rcpp)
17088 ("r-rcpparmadillo" ,r-rcpparmadillo)))
17089 (home-page "https://cran.r-project.org/web/packages/ACEt/")
17090 (synopsis "Estimating dynamic heritability and twin model comparison")
17091 (description
17092 "This package supports twin models that are able to estimate the dynamic
17093 behaviour of the variance components in the classical twin models with respect
17094 to age using B-splines and P-splines.")
17095 (license license:gpl2+)))
17096
17097 (define-public r-acfmperiod
17098 (package
17099 (name "r-acfmperiod")
17100 (version "1.0.0")
17101 (source
17102 (origin
17103 (method url-fetch)
17104 (uri (cran-uri "acfMPeriod" version))
17105 (sha256
17106 (base32
17107 "1yww8isfrbs2v9s94hx7p2imyszcgadwafdgpj438n2ik0q6p9d5"))))
17108 (properties `((upstream-name . "acfMPeriod")))
17109 (build-system r-build-system)
17110 (propagated-inputs
17111 `(("r-mass" ,r-mass)))
17112 (home-page "https://cran.r-project.org/web/packages/acfMPeriod/")
17113 (synopsis "Estimation of the ACF from the M-periodogram")
17114 (description
17115 "This package support non-robust and robust computations of the sample
17116 autocovariance (ACOVF) and sample autocorrelation functions (ACF) of
17117 univariate and multivariate processes. The methodology consists in reversing
17118 the diagonalization procedure involving the periodogram or the
17119 cross-periodogram and the Fourier transform vectors, and, thus, obtaining the
17120 ACOVF or the ACF as discussed in Fuller (1995)
17121 @url{doi:10.1002/9780470316917}. The robust version is obtained by fitting
17122 robust M-regressors to obtain the M-periodogram or M-cross-periodogram as
17123 discussed in Reisen et al. (2017) @url{doi:10.1016/j.jspi.2017.02.008}.")
17124 (license license:gpl2+)))
17125
17126 (define-public r-gamlss-data
17127 (package
17128 (name "r-gamlss-data")
17129 (version "5.1-4")
17130 (source
17131 (origin
17132 (method url-fetch)
17133 (uri (cran-uri "gamlss.data" version))
17134 (sha256
17135 (base32
17136 "1dgfspbmps6ipzcmw681wjdp320nm50dwsxafgrcwxndqgc7fdqd"))))
17137 (properties `((upstream-name . "gamlss.data")))
17138 (build-system r-build-system)
17139 (home-page "http://www.gamlss.org/")
17140 (synopsis "GAMLSS data")
17141 (description
17142 "This package provides data used as examples to demonstrate GAMLSS
17143 models.")
17144 ;; Either version of the license
17145 (license (list license:gpl2 license:gpl3))))
17146
17147 (define-public r-gamlss
17148 (package
17149 (name "r-gamlss")
17150 (version "5.1-6")
17151 (source
17152 (origin
17153 (method url-fetch)
17154 (uri (cran-uri "gamlss" version))
17155 (sha256
17156 (base32
17157 "16b7ick1khvldbvfmmpw9cjs1vznnrisvifq7717fxzd8c9s5jdr"))))
17158 (properties `((upstream-name . "gamlss")))
17159 (build-system r-build-system)
17160 (propagated-inputs
17161 `(("r-gamlss-data" ,r-gamlss-data)
17162 ("r-gamlss-dist" ,r-gamlss-dist)
17163 ("r-mass" ,r-mass)
17164 ("r-nlme" ,r-nlme)
17165 ("r-survival" ,r-survival)))
17166 (home-page "http://www.gamlss.org/")
17167 (synopsis "Generalized additive models for location scale and shape")
17168 (description
17169 "This package provides functions for fitting the generalized additive
17170 models for location scale and shape introduced by Rigby and
17171 Stasinopoulos (2005), @url{doi:10.1111/j.1467-9876.2005.00510.x}. The models
17172 use a distributional regression approach where all the parameters of the
17173 conditional distribution of the response variable are modelled using
17174 explanatory variables.")
17175 ;; Either version of the license
17176 (license (list license:gpl2 license:gpl3))))
17177
17178 (define-public r-acid
17179 (package
17180 (name "r-acid")
17181 (version "1.1")
17182 (source
17183 (origin
17184 (method url-fetch)
17185 (uri (cran-uri "acid" version))
17186 (sha256
17187 (base32
17188 "030i0y8s283ivbsmjccpbv9v7mgbcg2jk9df7vgcbbns74swf9hd"))))
17189 (properties `((upstream-name . "acid")))
17190 (build-system r-build-system)
17191 (propagated-inputs
17192 `(("r-gamlss" ,r-gamlss)
17193 ("r-gamlss-dist" ,r-gamlss-dist)
17194 ("r-hmisc" ,r-hmisc)))
17195 (home-page "https://cran.r-project.org/web/packages/acid/")
17196 (synopsis "Analysing conditional income distributions")
17197 (description
17198 "This package provides functions for the analysis of income distributions
17199 for subgroups of the population as defined by a set of variables like age,
17200 gender, region, etc. This entails a Kolmogorov-Smirnov test for a mixture
17201 distribution as well as functions for moments, inequality measures, entropy
17202 measures and polarisation measures of income distributions. This package thus
17203 aides the analysis of income inequality by offering tools for the exploratory
17204 analysis of income distributions at the disaggregated level.")
17205 (license license:gpl3)))
17206
17207 (define-public r-acm4r
17208 (package
17209 (name "r-acm4r")
17210 (version "1.0")
17211 (source
17212 (origin
17213 (method url-fetch)
17214 (uri (cran-uri "acm4r" version))
17215 (sha256
17216 (base32
17217 "1wqzc35i1rshx0zlmas8y4qkkvy6h9r4i4apscjjv1xg2wjflzxa"))))
17218 (properties `((upstream-name . "acm4r")))
17219 (build-system r-build-system)
17220 (propagated-inputs `(("r-mass" ,r-mass)))
17221 (home-page "https://cran.r-project.org/web/packages/acm4r/")
17222 (synopsis "Align-and-count method comparisons of RFLP data")
17223 (description
17224 "This is a package to compare sequence fragment lengths or molecular
17225 weights from pairs of lanes. The number of matching bands in the
17226 @dfn{Restriction Fragment Length Polymorphism} (RFLP) data is calculated using
17227 the align-and-count method.")
17228 ;; Any version of the GPL
17229 (license (list license:gpl2+ license:gpl3+))))
17230
17231 (define-public r-filematrix
17232 (package
17233 (name "r-filematrix")
17234 (version "1.3")
17235 (source
17236 (origin
17237 (method url-fetch)
17238 (uri (cran-uri "filematrix" version))
17239 (sha256
17240 (base32
17241 "1v3aj1ng742msb0sfdnjsbqb508mqjf8jlq2v33vxldhradw5w0b"))))
17242 (properties `((upstream-name . "filematrix")))
17243 (build-system r-build-system)
17244 ;; These inputs are needed for vignettes
17245 (native-inputs
17246 `(("r-knitr" ,r-knitr)
17247 ("r-rmarkdown" ,r-rmarkdown)
17248 ("pandoc-citeproc" ,ghc-pandoc-citeproc)))
17249 (home-page "https://github.com/andreyshabalin/filematrix")
17250 (synopsis "File-backed matrix class with convenient read and write access")
17251 (description
17252 "This package provides an interface for working with large matrices
17253 stored in files, not in computer memory. It supports multiple non-character
17254 data types (double, integer, logical and raw) of various sizes (e.g. 8 and 4
17255 byte real values). Access to parts of the matrix is done by indexing, exactly
17256 as with usual R matrices. It supports very large matrices; the package has
17257 been tested on multi-terabyte matrices. It allows for more than 2^32 rows or
17258 columns, ad allows for quick addition of extra columns to a filematrix.")
17259 (license license:lgpl3)))
17260
17261 (define-public r-acmeeqtl
17262 (package
17263 (name "r-acmeeqtl")
17264 (version "1.6")
17265 (source
17266 (origin
17267 (method url-fetch)
17268 (uri (cran-uri "ACMEeqtl" version))
17269 (sha256
17270 (base32
17271 "049xjv2ym35bbn43zwi68cq27fwdh404vp0r2ca5gxgmmx8kj1cz"))))
17272 (properties `((upstream-name . "ACMEeqtl")))
17273 (build-system r-build-system)
17274 (propagated-inputs
17275 `(("r-filematrix" ,r-filematrix)))
17276 (home-page "https://github.com/andreyshabalin/ACMEeqtl")
17277 (synopsis "Estimation of interpretable eQTL effect sizes")
17278 (description
17279 "This package provides a non-linear model, termed ACME, that reflects a
17280 parsimonious biological model for allelic contributions of cis-acting eQTLs.
17281 With non-linear least-squares algorithm the maximum likelihood parameters can
17282 be estimated. The ACME model provides interpretable effect size estimates and
17283 p-values with well controlled Type-I error.")
17284 (license license:lgpl3)))
17285
17286 (define-public r-acmer
17287 (package
17288 (name "r-acmer")
17289 (version "1.1.0")
17290 (source
17291 (origin
17292 (method url-fetch)
17293 (uri (cran-uri "acmeR" version))
17294 (sha256
17295 (base32
17296 "000b2hqlhj93958nddw0fqb15ahigs08najv2miivym046x04mf7"))))
17297 (properties `((upstream-name . "acmeR")))
17298 (build-system r-build-system)
17299 (propagated-inputs `(("r-foreign" ,r-foreign)))
17300 (home-page "https://cran.r-project.org/web/packages/acmeR/")
17301 (synopsis "ACME estimator of bird and bat mortality by wind turbines")
17302 (description
17303 "This package provides an implementation of the ACME estimator, described
17304 in Wolpert (2015), ACME: A Partially Periodic Estimator of Avian & Chiropteran
17305 Mortality at Wind Turbines. Unlike most other models, this estimator supports
17306 decreasing-hazard Weibull model for persistence; decreasing search proficiency
17307 as carcasses age; variable bleed-through at successive searches; and interval
17308 mortality estimates. The package provides, based on search data, functions
17309 for estimating the mortality inflation factor in Frequentist and Bayesian
17310 settings.")
17311 (license license:expat)))
17312
17313 (define-public r-r-huge
17314 (package
17315 (name "r-r-huge")
17316 (version "0.9.0")
17317 (source
17318 (origin
17319 (method url-fetch)
17320 (uri (cran-uri "R.huge" version))
17321 (sha256
17322 (base32
17323 "13p558qalv60pgr24nsm6mi92ryj65rsbqa6pgdwy0snjqx12bgi"))))
17324 (properties `((upstream-name . "R.huge")))
17325 (build-system r-build-system)
17326 (propagated-inputs
17327 `(("r-r-methodss3" ,r-r-methodss3)
17328 ("r-r-oo" ,r-r-oo)
17329 ("r-r-utils" ,r-r-utils)))
17330 (home-page "https://github.com/HenrikBengtsson/R.huge")
17331 (synopsis "Methods for accessing huge amounts of data")
17332 (description
17333 "This is a deprecated package for accessing huge amounts of data.
17334 Cross-platform alternatives are the following packages: bigmemory (CRAN),
17335 ff (CRAN), or BufferedMatrix (Bioconductor). The main usage of it was inside
17336 the @code{aroma.affymetrix} package.")
17337 (license license:lgpl2.1+)))
17338
17339 (define-public r-r-filesets
17340 (package
17341 (name "r-r-filesets")
17342 (version "2.13.0")
17343 (source
17344 (origin
17345 (method url-fetch)
17346 (uri (cran-uri "R.filesets" version))
17347 (sha256
17348 (base32
17349 "124rygq0bl9n4akxcm868nl30cyk3rz0iprb98zlpk62gci9f5fg"))))
17350 (properties `((upstream-name . "R.filesets")))
17351 (build-system r-build-system)
17352 (propagated-inputs
17353 `(("r-digest" ,r-digest)
17354 ("r-r-cache" ,r-r-cache)
17355 ("r-r-methodss3" ,r-r-methodss3)
17356 ("r-r-oo" ,r-r-oo)
17357 ("r-r-utils" ,r-r-utils)))
17358 (home-page "https://github.com/HenrikBengtsson/R.filesets")
17359 (synopsis "Easy handling of and access to files")
17360 (description
17361 "This package provides classes and methods to locate, setup, subset,
17362 navigate and iterate file sets, i.e. sets of files located in one or more
17363 directories on the file system. The API is designed such that these classes
17364 can be extended via inheritance to provide a richer API for special file
17365 formats. Moreover, a specific name format is defined such that filenames and
17366 directories can be considered to have full names which consists of a name
17367 followed by comma-separated tags. This adds additional flexibility to
17368 identify file sets and individual files.")
17369 (license license:lgpl2.1+)))
17370
17371 (define-public r-r-devices
17372 (package
17373 (name "r-r-devices")
17374 (version "2.16.1")
17375 (source
17376 (origin
17377 (method url-fetch)
17378 (uri (cran-uri "R.devices" version))
17379 (sha256
17380 (base32
17381 "15zlnq3g27whq26fbcy5zfl5hiddm256h4rga4frblg6wqlbkvdd"))))
17382 (properties `((upstream-name . "R.devices")))
17383 (build-system r-build-system)
17384 (propagated-inputs
17385 `(("r-base64enc" ,r-base64enc)
17386 ("r-r-methodss3" ,r-r-methodss3)
17387 ("r-r-oo" ,r-r-oo)
17388 ("r-r-utils" ,r-r-utils)))
17389 (home-page "https://github.com/HenrikBengtsson/R.devices")
17390 (synopsis "Unified handling of graphics devices")
17391 (description
17392 "This package provides functions for creating plots and image files in a
17393 unified way regardless of output format (EPS, PDF, PNG, SVG, TIFF, WMF, etc.).
17394 Default device options as well as scales and aspect ratios are controlled in a
17395 uniform way across all device types. Switching output format requires minimal
17396 changes in code. This package is ideal for large-scale batch processing,
17397 because it will never leave open graphics devices or incomplete image files
17398 behind, even on errors or user interrupts.")
17399 (license license:lgpl2.1+)))
17400
17401 (define-public r-acnr
17402 (package
17403 (name "r-acnr")
17404 (version "1.0.0")
17405 (source
17406 (origin
17407 (method url-fetch)
17408 (uri (cran-uri "acnr" version))
17409 (sha256
17410 (base32
17411 "087hq4i7jp67ba2finzsqjfnqbiprl33na6ryjv9zqzsdawj9cym"))))
17412 (properties `((upstream-name . "acnr")))
17413 (build-system r-build-system)
17414 (home-page "https://github.com/mpierrejean/acnr")
17415 (synopsis "Annotated copy-number regions")
17416 (description
17417 "This package provides SNP array data from different types of copy-number
17418 regions. These regions were identified manually by the authors of the package
17419 and may be used to generate realistic data sets with known truth.")
17420 (license license:lgpl2.1+)))
17421
17422 (define-public r-acopula
17423 (package
17424 (name "r-acopula")
17425 (version "0.9.3")
17426 (source
17427 (origin
17428 (method url-fetch)
17429 (uri (cran-uri "acopula" version))
17430 (sha256
17431 (base32
17432 "0vvbbw8pfs9jwfz5c57lw48pr0qj661r0ys007q6zf9jmlrhx1ln"))))
17433 (properties `((upstream-name . "acopula")))
17434 (build-system r-build-system)
17435 (home-page "https://cran.r-project.org/web/packages/acopula/")
17436 (synopsis "Modelling dependence with multivariate Archimax copulas")
17437 (description
17438 "Archimax copulas are a mixture of Archimedean and EV copulas. This
17439 package provides definitions of several parametric families of generator and
17440 dependence function, computes CDF and PDF, estimates parameters, tests for
17441 goodness of fit, generates random sample and checks copula properties for
17442 custom constructs. In the 2-dimensional case explicit formulas for density
17443 are used, contrary to higher dimensions when all derivatives are linearly
17444 approximated. Several non-archimax families (normal, FGM, Plackett) are
17445 provided as well.")
17446 (license license:gpl2)))
17447
17448 (define-public r-tuner
17449 (package
17450 (name "r-tuner")
17451 (version "1.3.3")
17452 (source
17453 (origin
17454 (method url-fetch)
17455 (uri (cran-uri "tuneR" version))
17456 (sha256
17457 (base32
17458 "0av978m4h2iqazyfq6n2cgkh4wpllihh7s29lah2nb8ngc0w5hxx"))))
17459 (properties `((upstream-name . "tuneR")))
17460 (build-system r-build-system)
17461 (propagated-inputs `(("r-signal" ,r-signal)))
17462 (home-page "https://cran.r-project.org/web/packages/tuneR/")
17463 (synopsis "Analysis of music and speech")
17464 (description
17465 "This is a package for the analysis of music and speech. Analyze music
17466 and speech, extract features like MFCCs, handle wave files and their
17467 representation in various ways, read MP3, read MIDI, perform steps of a
17468 transcription, ...")
17469 ;; Either of these versions.
17470 (license (list license:gpl2 license:gpl3))))
17471
17472 (define-public r-seewave
17473 (package
17474 (name "r-seewave")
17475 (version "2.1.5")
17476 (source
17477 (origin
17478 (method url-fetch)
17479 (uri (cran-uri "seewave" version))
17480 (sha256
17481 (base32
17482 "1qg8f5gik9pw6f9mcxqmrc9x3003s8vdm6g01pjjpyc9qaqiz2vi"))))
17483 (properties `((upstream-name . "seewave")))
17484 (build-system r-build-system)
17485 (propagated-inputs
17486 `(("r-tuner" ,r-tuner)))
17487 (home-page "http://rug.mnhn.fr/seewave")
17488 (synopsis "Sound analysis and synthesis")
17489 (description
17490 "This package provides functions for analysing, manipulating, displaying,
17491 editing and synthesizing time waves (particularly sound). This package
17492 processes time analysis (oscillograms and envelopes), spectral content,
17493 resonance quality factor, entropy, cross correlation and autocorrelation,
17494 zero-crossing, dominant frequency, analytic signal, frequency coherence, 2D
17495 and 3D spectrograms and many other analyses.")
17496 (license license:gpl2+)))
17497
17498 (define-public r-acousticndlcoder
17499 (package
17500 (name "r-acousticndlcoder")
17501 (version "1.0.2")
17502 (source
17503 (origin
17504 (method url-fetch)
17505 (uri (cran-uri "AcousticNDLCodeR" version))
17506 (sha256
17507 (base32
17508 "1fgzgwanpv2pzy74xdk3hamc44p8qch467wh163dxby8jr9ik0sb"))))
17509 (properties
17510 `((upstream-name . "AcousticNDLCodeR")))
17511 (build-system r-build-system)
17512 (propagated-inputs
17513 `(("r-seewave" ,r-seewave)
17514 ("r-tuner" ,r-tuner)
17515 ("r-zoo" ,r-zoo)))
17516 (home-page "https://cran.r-project.org/web/packages/AcousticNDLCodeR/")
17517 (synopsis "Coding sound files for use with NDL")
17518 (description
17519 "Make acoustic cues to use with the R package @code{ndl}.
17520 The package implements functions used in the PLoS ONE paper \"Words from
17521 spontaneous conversational speech can be recognized with human-like accuracy
17522 by an error-driven learning algorithm that discriminates between meanings
17523 straight from smart acoustic features, bypassing the phoneme as recognition
17524 unit.\" @url{doi:10.1371/journal.pone.0174623}")
17525 (license license:gpl2+)))
17526
17527 (define-public r-acp
17528 (package
17529 (name "r-acp")
17530 (version "2.1")
17531 (source
17532 (origin
17533 (method url-fetch)
17534 (uri (cran-uri "acp" version))
17535 (sha256
17536 (base32
17537 "0lcwbjcyyr32m6qjmjqh25qjwrbyqj1n092xhgbhxzd8fslppnmn"))))
17538 (properties `((upstream-name . "acp")))
17539 (build-system r-build-system)
17540 (propagated-inputs
17541 `(("r-quantmod" ,r-quantmod)
17542 ("r-tseries" ,r-tseries)))
17543 (home-page "https://cran.r-project.org/web/packages/acp/")
17544 (synopsis "Autoregressive conditional Poisson")
17545 (description
17546 "This package supports the analysis of count data exhibiting
17547 autoregressive properties, using the @dfn{Autoregressive Conditional Poisson}
17548 model (ACP(p,q)) proposed by Heinen (2003).")
17549 (license license:gpl2)))
17550
17551 (define-public r-ada
17552 (package
17553 (name "r-ada")
17554 (version "2.0-5")
17555 (source
17556 (origin
17557 (method url-fetch)
17558 (uri (cran-uri "ada" version))
17559 (sha256
17560 (base32
17561 "1h3a07czp0w3hrhjcg1fz721y8vsfclzqi3rq8qfzgpfb4h1f06r"))))
17562 (properties `((upstream-name . "ada")))
17563 (build-system r-build-system)
17564 (propagated-inputs `(("r-rpart" ,r-rpart)))
17565 (home-page "https://cran.r-project.org/web/packages/ada/")
17566 (synopsis "Stochastic boosting")
17567 (description
17568 "This package provides a straightforward, well-documented, and broad
17569 boosting routine for classification, ideally suited for small to
17570 moderate-sized data sets. It performs discrete, real, and gentle boost under
17571 both exponential and logistic loss on a given data set.")
17572 ;; Any version of the GPL.
17573 (license (list license:gpl2+ license:gpl3+))))
17574
17575 (define-public r-genalg
17576 (package
17577 (name "r-genalg")
17578 (version "0.2.0")
17579 (source
17580 (origin
17581 (method url-fetch)
17582 (uri (cran-uri "genalg" version))
17583 (sha256
17584 (base32
17585 "1wzfamq8k5yhwbdx0wy1w5bks93brj0p890xxc4yqrja4w38ja3s"))))
17586 (properties `((upstream-name . "genalg")))
17587 (build-system r-build-system)
17588 (home-page "https://github.com/egonw/genalg")
17589 (synopsis "R based genetic algorithm")
17590 (description
17591 "This package provides an R based genetic algorithm for binary and
17592 floating point chromosomes.")
17593 (license license:gpl2)))
17594
17595 (define-public r-kernelfactory
17596 (package
17597 (name "r-kernelfactory")
17598 (version "0.3.0")
17599 (source
17600 (origin
17601 (method url-fetch)
17602 (uri (cran-uri "kernelFactory" version))
17603 (sha256
17604 (base32
17605 "001kw9k3ivd4drd4mwqapkkk3f4jgljiaprhg2630hmll064s89j"))))
17606 (properties `((upstream-name . "kernelFactory")))
17607 (build-system r-build-system)
17608 (propagated-inputs
17609 `(("r-auc" ,r-auc)
17610 ("r-genalg" ,r-genalg)
17611 ("r-kernlab" ,r-kernlab)
17612 ("r-randomforest" ,r-randomforest)))
17613 (home-page "https://cran.r-project.org/web/packages/kernelFactory/")
17614 (synopsis "Ensemble of kernel machines")
17615 (description
17616 "Kernel factory is an ensemble method where each base classifier (random
17617 forest) is fit on the kernel matrix of a subset of the training data.")
17618 (license license:gpl2+)))
17619
17620 (define-public r-dummies
17621 (package
17622 (name "r-dummies")
17623 (version "1.5.6")
17624 (source
17625 (origin
17626 (method url-fetch)
17627 (uri (cran-uri "dummies" version))
17628 (sha256
17629 (base32
17630 "01f84crqx17xd6xy55qxlvsj3knm8lhw7jl26p2rh2w3y0nvqlbm"))))
17631 (properties `((upstream-name . "dummies")))
17632 (build-system r-build-system)
17633 (home-page "https://decisionpatterns.com")
17634 (synopsis "Create dummy/indicator variables flexibly and efficiently")
17635 (description
17636 "This package lets you expand factors, characters and other eligible
17637 classes into dummy/indicator variables.")
17638 (license license:gpl2+)))
17639
17640 (define-public r-acrm
17641 (package
17642 (name "r-acrm")
17643 (version "0.1.1")
17644 (source
17645 (origin
17646 (method url-fetch)
17647 (uri (cran-uri "aCRM" version))
17648 (sha256
17649 (base32
17650 "0kzp568hd9c9a9qgniia5s5gv0q5f89xfvvwpzb197gqhs3x092v"))))
17651 (properties `((upstream-name . "aCRM")))
17652 (build-system r-build-system)
17653 (propagated-inputs
17654 `(("r-ada" ,r-ada)
17655 ("r-dummies" ,r-dummies)
17656 ("r-kernelfactory" ,r-kernelfactory)
17657 ("r-randomforest" ,r-randomforest)))
17658 (home-page "https://cran.r-project.org/web/packages/aCRM/")
17659 (synopsis "Convenience functions for analytical customer relationship management")
17660 (description
17661 "This package provides convenience functions for data preparation and
17662 modeling often used in @dfn{analytical customer relationship
17663 management} (aCRM).")
17664 (license license:gpl2+)))
17665
17666 (define-public r-treeclust
17667 (package
17668 (name "r-treeclust")
17669 (version "1.1-7")
17670 (source
17671 (origin
17672 (method url-fetch)
17673 (uri (cran-uri "treeClust" version))
17674 (sha256
17675 (base32
17676 "1s7kh6q0bkixsygrip95zf1bi10ihddsa5lq9dfxd68yh8rsby6z"))))
17677 (properties `((upstream-name . "treeClust")))
17678 (build-system r-build-system)
17679 (propagated-inputs
17680 `(("r-cluster" ,r-cluster)
17681 ("r-rpart" ,r-rpart)))
17682 (home-page "https://cran.r-project.org/web/packages/treeClust/")
17683 (synopsis "Cluster distances through trees")
17684 (description
17685 "This package provides tools to create a measure of inter-point
17686 dissimilarity useful for clustering mixed data, and, optionally, perform the
17687 clustering.")
17688 (license license:gpl2+)))
17689
17690 (define-public r-acrosstic
17691 (package
17692 (name "r-acrosstic")
17693 (version "1.0-3")
17694 (source
17695 (origin
17696 (method url-fetch)
17697 (uri (cran-uri "AcrossTic" version))
17698 (sha256
17699 (base32
17700 "03180h79jhjd66ibrnsfp3yyp2jlfysp7cymw46phzj2palghsc0"))))
17701 (properties `((upstream-name . "AcrossTic")))
17702 (build-system r-build-system)
17703 (propagated-inputs
17704 `(("r-lpsolve" ,r-lpsolve)
17705 ("r-treeclust" ,r-treeclust)))
17706 (home-page "https://cran.r-project.org/web/packages/AcrossTic/")
17707 (synopsis "Cost-minimal regular spanning subgraph with TreeClust")
17708 (description
17709 "This is a package for constructing minimum-cost regular spanning
17710 subgraph as part of a non-parametric two-sample test for equality of
17711 distribution.")
17712 (license license:gpl2+)))
17713
17714 (define-public r-acrt
17715 (package
17716 (name "r-acrt")
17717 (version "1.0.1")
17718 (source
17719 (origin
17720 (method url-fetch)
17721 (uri (cran-uri "acrt" version))
17722 (sha256
17723 (base32
17724 "0y9ndcq8ffpfrv7w9rikm4zn68jpsj6baqisq9kp2433xrwzdb6s"))))
17725 (properties `((upstream-name . "acrt")))
17726 (build-system r-build-system)
17727 (propagated-inputs
17728 `(("r-rcpp" ,r-rcpp)
17729 ("r-rcppeigen" ,r-rcppeigen)
17730 ("r-sandwich" ,r-sandwich)))
17731 (home-page "https://cran.r-project.org/web/packages/acrt/")
17732 (synopsis "Autocorrelation robust testing")
17733 (description
17734 "This package provides functions for testing affine hypotheses on the
17735 regression coefficient vector in regression models with autocorrelated
17736 errors.")
17737 (license license:gpl2)))
17738
17739 (define-public r-acs
17740 (package
17741 (name "r-acs")
17742 (version "2.1.4")
17743 (source
17744 (origin
17745 (method url-fetch)
17746 (uri (cran-uri "acs" version))
17747 (sha256
17748 (base32
17749 "0ajw9rf8l8akcvgqvbxjvryc6wjx74521xyxswz2b0bky3m6kah5"))))
17750 (properties `((upstream-name . "acs")))
17751 (build-system r-build-system)
17752 (propagated-inputs
17753 `(("r-httr" ,r-httr)
17754 ("r-plyr" ,r-plyr)
17755 ("r-rcpp" ,r-rcpp)
17756 ("r-stringr" ,r-stringr)
17757 ("r-xml" ,r-xml)))
17758 (home-page "http://dusp.mit.edu/faculty/ezra-glenn")
17759 (synopsis "Work with data from the US Census")
17760 (description
17761 "This package provides a general toolkit for downloading, managing,
17762 analyzing, and presenting data from the
17763 @url{https://www.census.gov/data/developers/data-sets.html, U.S. Census},
17764 including SF1 (Decennial short-form), SF3 (Decennial long-form), and the
17765 American Community Survey (ACS). Confidence intervals provided with ACS data
17766 are converted to standard errors to be bundled with estimates in complex
17767 @code{acs} objects. The package provides new methods to conduct standard
17768 operations on @code{acs} objects and present/plot data in statistically
17769 appropriate ways.")
17770 (license license:gpl3)))
17771
17772 (define-public r-acss-data
17773 (package
17774 (name "r-acss-data")
17775 (version "1.0")
17776 (source
17777 (origin
17778 (method url-fetch)
17779 (uri (cran-uri "acss.data" version))
17780 (sha256
17781 (base32
17782 "09kl4179ipr8bq19g89xcdi1xxs397zcx5cvgp6viy8gn687ilgv"))))
17783 (properties `((upstream-name . "acss.data")))
17784 (build-system r-build-system)
17785 (home-page "http://complexitycalculator.com/methodology.html")
17786 (synopsis "Data for algorithmic complexity of short strings")
17787 (description
17788 "This is a data only package providing the algorithmic complexity of
17789 short strings, computed using the coding theorem method. For a given set of
17790 symbols in a string, all possible or a large number of random samples of
17791 Turing machines with a given number of states (e.g., 5) and number of symbols
17792 corresponding to the number of symbols in the strings were simulated until
17793 they reached a halting state or failed to end. This package contains data on
17794 4.5 million strings from length 1 to 12 simulated on Turing machines with 2,
17795 4, 5, 6, and 9 symbols. The complexity of the string corresponds to the
17796 distribution of the halting states.")
17797 (license license:gpl2+)))
17798
17799 (define-public r-acss
17800 (package
17801 (name "r-acss")
17802 (version "0.2-5")
17803 (source
17804 (origin
17805 (method url-fetch)
17806 (uri (cran-uri "acss" version))
17807 (sha256
17808 (base32
17809 "0cqa60544f58l5qd7h6xmsir40b9hqnq6pqgd5hfx2j2l5n7qhmk"))))
17810 (properties `((upstream-name . "acss")))
17811 (build-system r-build-system)
17812 (propagated-inputs
17813 `(("r-acss-data" ,r-acss-data)
17814 ("r-zoo" ,r-zoo)))
17815 (home-page "http://complexitycalculator.com/methodology.html")
17816 (synopsis "Algorithmic complexity for short strings")
17817 (description
17818 "The main purpose of this package is to provide the algorithmic
17819 complexity for short strings, an approximation of the Kolmogorov Complexity of
17820 a short string using the coding theorem method. While the database containing
17821 the complexity is provided in the data only package @code{acss.data}, this
17822 package provides functions accessing the data such as @code{prob_random}
17823 returning the posterior probability that a given string was produced by a
17824 random process. In addition, two traditional (but problematic) measures of
17825 complexity are also provided: entropy and change complexity.")
17826 (license license:gpl2+)))
17827
17828 (define-public r-acswr
17829 (package
17830 (name "r-acswr")
17831 (version "1.0")
17832 (source
17833 (origin
17834 (method url-fetch)
17835 (uri (cran-uri "ACSWR" version))
17836 (sha256
17837 (base32
17838 "195vjrkang5cl7gwsna0aq4p0h4jym9xg9yh94bnf8vq6wf8j83n"))))
17839 (properties `((upstream-name . "ACSWR")))
17840 (build-system r-build-system)
17841 (propagated-inputs
17842 `(("r-mass" ,r-mass)))
17843 (home-page "https://cran.r-project.org/web/packages/ACSWR/")
17844 (synopsis "Companion package for the book \"A Course in Statistics with R\"")
17845 (description
17846 "This is a companion package for the book \"A Course in Statistics with
17847 R\" (ISBN 978-1-119-15272-9.)")
17848 (license license:gpl2)))
17849
17850 (define-public r-alabama
17851 (package
17852 (name "r-alabama")
17853 (version "2015.3-1")
17854 (source
17855 (origin
17856 (method url-fetch)
17857 (uri (cran-uri "alabama" version))
17858 (sha256
17859 (base32
17860 "0mlgk929gdismikwx4k2ndqq57nnqj7mlgvd3479b214hksgq036"))))
17861 (properties `((upstream-name . "alabama")))
17862 (build-system r-build-system)
17863 (propagated-inputs `(("r-numderiv" ,r-numderiv)))
17864 (home-page "https://cran.r-project.org/web/packages/alabama/")
17865 (synopsis "Constrained nonlinear optimization")
17866 (description
17867 "Alabama stands for Augmented Lagrangian Adaptive Barrier Minimization
17868 Algorithm; it is used for optimizing smooth nonlinear objective functions with
17869 constraints. Linear or nonlinear equality and inequality constraints are
17870 allowed.")
17871 (license license:gpl2+)))
17872
17873 (define-public r-gdina
17874 (package
17875 (name "r-gdina")
17876 (version "2.7.9")
17877 (source
17878 (origin
17879 (method url-fetch)
17880 (uri (cran-uri "GDINA" version))
17881 (sha256
17882 (base32
17883 "13pmj069r04h38hg61ibyn1ab15zdy9m0qv60vi25ahgsmg6ccvx"))))
17884 (properties `((upstream-name . "GDINA")))
17885 (build-system r-build-system)
17886 (propagated-inputs
17887 `(("r-alabama" ,r-alabama)
17888 ("r-ggplot2" ,r-ggplot2)
17889 ("r-mass" ,r-mass)
17890 ("r-nloptr" ,r-nloptr)
17891 ("r-numderiv" ,r-numderiv)
17892 ("r-rcpp" ,r-rcpp)
17893 ("r-rcpparmadillo" ,r-rcpparmadillo)
17894 ("r-rsolnp" ,r-rsolnp)
17895 ("r-shiny" ,r-shiny)
17896 ("r-shinydashboard" ,r-shinydashboard)))
17897 (home-page "https://github.com/Wenchao-Ma/GDINA")
17898 (synopsis "Generalized DINA model framework")
17899 (description
17900 "This package provides a set of psychometric tools for cognitive
17901 diagnosis modeling based on the generalized deterministic inputs, noisy and
17902 gate (G-DINA) model by de la Torre (2011) @url{doi:10.1007/s11336-011-9207-7}
17903 and its extensions, including the sequential G-DINA model by Ma and de la
17904 Torre (2016) @url{doi:10.1111/bmsp.12070} for polytomous responses, and the
17905 polytomous G-DINA model by Chen and de la Torre
17906 @url{doi:10.1177/0146621613479818} for polytomous attributes. Joint attribute
17907 distribution can be independent, saturated, higher-order, loglinear smoothed
17908 or structured. Q-matrix validation, item and model fit statistics, model
17909 comparison at test and item level and differential item functioning can also
17910 be conducted. A graphical user interface is also provided.")
17911 (license license:gpl3)))
17912
17913 (define-public r-actcd
17914 (package
17915 (name "r-actcd")
17916 (version "1.2-0")
17917 (source
17918 (origin
17919 (method url-fetch)
17920 (uri (cran-uri "ACTCD" version))
17921 (sha256
17922 (base32
17923 "0mzjxxr2zfdidw8ibh6w8mvpkw3q3nvngqi05g9ind26ckvk053p"))))
17924 (properties `((upstream-name . "ACTCD")))
17925 (build-system r-build-system)
17926 (propagated-inputs
17927 `(("r-gdina" ,r-gdina)
17928 ("r-r-methodss3" ,r-r-methodss3)))
17929 (native-inputs
17930 `(("gfortran" ,gfortran)))
17931 (home-page "https://cran.r-project.org/web/packages/ACTCD/")
17932 (synopsis "Asymptotic classification theory for cognitive diagnosis")
17933 (description
17934 "This is a package supporting cluster analysis for cognitive diagnosis
17935 based on the Asymptotic Classification Theory (Chiu, Douglas & Li, 2009;
17936 @url{doi:10.1007/s11336-009-9125-0}). Given the sample statistic of
17937 sum-scores, cluster analysis techniques can be used to classify examinees into
17938 latent classes based on their attribute patterns. In addition to the
17939 algorithms used to classify data, three labeling approaches are proposed to
17940 label clusters so that examinees' attribute profiles can be obtained.")
17941 (license license:gpl2+)))
17942
17943 (define-public r-ineq
17944 (package
17945 (name "r-ineq")
17946 (version "0.2-13")
17947 (source
17948 (origin
17949 (method url-fetch)
17950 (uri (cran-uri "ineq" version))
17951 (sha256
17952 (base32
17953 "09fsxyrh0j7mwmb5hkhmrzgcy7kf85jxkh7zlwpgqgcsyl1n91z0"))))
17954 (properties `((upstream-name . "ineq")))
17955 (build-system r-build-system)
17956 (home-page "https://cran.r-project.org/web/packages/ineq/")
17957 (synopsis "Measuring inequality, concentration, and poverty")
17958 (description
17959 "This package provides tools for measuring inequality, concentration, and
17960 poverty measures. It provides both empirical and theoretical Lorenz curves.")
17961 ;; Either of these two versions.
17962 (license (list license:gpl2 license:gpl3))))
17963
17964 (define-public r-actfrag
17965 (package
17966 (name "r-actfrag")
17967 (version "0.1.1")
17968 (source
17969 (origin
17970 (method url-fetch)
17971 (uri (cran-uri "ActFrag" version))
17972 (sha256
17973 (base32
17974 "08r3gwjz4fkyy85dxqix0ffm5xyq45032qv3snnzxnlqxslxbqn1"))))
17975 (properties `((upstream-name . "ActFrag")))
17976 (build-system r-build-system)
17977 (propagated-inputs
17978 `(("r-accelerometry" ,r-accelerometry)
17979 ("r-dplyr" ,r-dplyr)
17980 ("r-ineq" ,r-ineq)
17981 ("r-survival" ,r-survival)
17982 ("r-tidyr" ,r-tidyr)))
17983 (home-page "https://github.com/junruidi/ActFrag")
17984 (synopsis "Activity fragmentation metrics extraction")
17985 (description
17986 "This package provides functions to extract commonly used fragmentation
17987 metrics to quantify time accumulation strategies based on minute level
17988 actigraphy-measured activity counts data.")
17989 (license license:gpl3)))
17990
17991 (define-public r-fda
17992 (package
17993 (name "r-fda")
17994 (version "2.4.8.1")
17995 (source
17996 (origin
17997 (method url-fetch)
17998 (uri (cran-uri "fda" version))
17999 (sha256
18000 (base32
18001 "0g50kj1dx7zarjv0lgwyzd2c7bv6di7nkndmywday5vjywgl8m7a"))))
18002 (properties `((upstream-name . "fda")))
18003 (build-system r-build-system)
18004 (propagated-inputs
18005 `(("r-matrix" ,r-matrix)))
18006 (home-page "http://www.functionaldata.org")
18007 (synopsis "Functional data analysis")
18008 (description
18009 "These functions were developed to support functional data analysis as
18010 described in Ramsay, J. O. and Silverman, B. W. (2005) Functional Data
18011 Analysis. The package includes data sets and script files working many
18012 examples.")
18013 (license license:gpl2+)))
18014
18015 (define-public r-actigraphy
18016 (package
18017 (name "r-actigraphy")
18018 (version "1.4.0")
18019 (source
18020 (origin
18021 (method url-fetch)
18022 (uri (cran-uri "Actigraphy" version))
18023 (sha256
18024 (base32
18025 "0bpmvszzv5fm72nar3wgnmfl5am7znqfajmlbv38ihkbi7jbwk20"))))
18026 (properties `((upstream-name . "Actigraphy")))
18027 (build-system r-build-system)
18028 (propagated-inputs
18029 `(("r-fda" ,r-fda)))
18030 (home-page "https://cran.r-project.org/web/packages/Actigraphy/")
18031 (synopsis "Actigraphy data analysis")
18032 (description
18033 "This package provides tools for functional linear modeling and analysis
18034 of actigraphy data.")
18035 (license license:asl2.0)))
18036
18037 (define-public r-activedriver
18038 (package
18039 (name "r-activedriver")
18040 (version "1.0.0")
18041 (source
18042 (origin
18043 (method url-fetch)
18044 (uri (cran-uri "ActiveDriver" version))
18045 (sha256
18046 (base32
18047 "10c7ga48fwvpd5mc4dqiyw4kc2l0iz5qn4hg7xk15r1qmm5rsipa"))))
18048 (properties `((upstream-name . "ActiveDriver")))
18049 (build-system r-build-system)
18050 (propagated-inputs
18051 `(("r-mass" ,r-mass)))
18052 (home-page "https://cran.r-project.org/web/packages/ActiveDriver/")
18053 (synopsis "Tools for finding cancer driver proteins")
18054 (description
18055 "This package provides a mutation analysis tool that discovers cancer
18056 driver genes with frequent mutations in protein signalling sites such as
18057 post-translational modifications (phosphorylation, ubiquitination, etc). The
18058 Poisson generalized linear regression model identifies genes where cancer
18059 mutations in signalling sites are more frequent than expected from the
18060 sequence of the entire gene. Integration of mutations with signalling
18061 information helps find new driver genes and propose candidate mechanisms to
18062 known drivers.")
18063 (license license:gpl2+)))
18064
18065 (define-public r-activitycounts
18066 (package
18067 (name "r-activitycounts")
18068 (version "0.1.2")
18069 (source
18070 (origin
18071 (method url-fetch)
18072 (uri (cran-uri "activityCounts" version))
18073 (sha256
18074 (base32
18075 "0zgxr2sk3a8kmygfxx1p5hnrfwdkxx7php6jlrhm8wv6052ck8jz"))))
18076 (properties
18077 `((upstream-name . "activityCounts")))
18078 (build-system r-build-system)
18079 (propagated-inputs
18080 `(("r-lubridate" ,r-lubridate)
18081 ("r-magrittr" ,r-magrittr)
18082 ("r-seewave" ,r-seewave)
18083 ("r-signal" ,r-signal)
18084 ("r-tibble" ,r-tibble)))
18085 (home-page "https://github.com/walkabillylab/activityCounts")
18086 (synopsis "Generate ActiLife counts")
18087 (description
18088 "ActiLife generates activity counts from data collected by Actigraph
18089 accelerometers. Actigraph is one of the most common research-grade
18090 accelerometers. There is considerable research validating and developing
18091 algorithms for human activity using ActiLife counts. Unfortunately, ActiLife
18092 counts are proprietary and difficult to implement if researchers use different
18093 accelerometer brands. The code creates ActiLife counts from raw acceleration
18094 data for different accelerometer brands.")
18095 (license license:gpl3)))
18096
18097 (define-public r-activityindex
18098 (package
18099 (name "r-activityindex")
18100 (version "0.3.6")
18101 (source
18102 (origin
18103 (method url-fetch)
18104 (uri (cran-uri "ActivityIndex" version))
18105 (sha256
18106 (base32
18107 "14k6d78s15j7kb7jhixf4msrdjdl28d0r264cbvy41p8dkq7ysvk"))))
18108 (properties `((upstream-name . "ActivityIndex")))
18109 (build-system r-build-system)
18110 (propagated-inputs
18111 `(("r-data-table" ,r-data-table)
18112 ("r-matrixstats" ,r-matrixstats)
18113 ("r-r-utils" ,r-r-utils)))
18114 (home-page "https://cran.r-project.org/web/packages/ActivityIndex/")
18115 (synopsis "Activity Index calculation using raw accelerometry data")
18116 (description
18117 "This is a package to read raw accelerometry from GT3X+ accelerometry
18118 data and plain table data to calculate the Activity Index from Bai et
18119 al. (2016) @url{doi:10.1371/journal.pone.0160644}.")
18120 (license license:gpl3)))
18121
18122 (define-public r-activpal
18123 (package
18124 (name "r-activpal")
18125 (version "0.1.3")
18126 (source
18127 (origin
18128 (method url-fetch)
18129 (uri (cran-uri "activPAL" version))
18130 (sha256
18131 (base32
18132 "1h6hp5z89ji73gdzxy1dgbfwjysiy5lvcqh90xagpb7sa7ahs3na"))))
18133 (properties `((upstream-name . "activPAL")))
18134 (build-system r-build-system)
18135 (propagated-inputs
18136 `(("r-devtools" ,r-devtools)
18137 ("r-dplyr" ,r-dplyr)
18138 ("r-ggplot2" ,r-ggplot2)
18139 ("r-lubridate" ,r-lubridate)
18140 ("r-magrittr" ,r-magrittr)
18141 ("r-tidyr" ,r-tidyr)))
18142 (home-page "https://cran.r-project.org/web/packages/activPAL")
18143 (synopsis "Processing and chart generation from activPAL events files")
18144 (description
18145 "This package contains functions to generate pre-defined summary
18146 statistics from activPAL events files. The package also contains functions to
18147 produce informative graphics that visualize physical activity behaviour and
18148 trends. This includes generating graphs that align physical activity
18149 behaviour with additional time based observations described by other data
18150 sets, such as sleep diaries and continuous glucose monitoring data.")
18151 (license license:gpl3)))
18152
18153 (define-public r-activpalprocessing
18154 (package
18155 (name "r-activpalprocessing")
18156 (version "1.0.2")
18157 (source
18158 (origin
18159 (method url-fetch)
18160 (uri (cran-uri "activpalProcessing" version))
18161 (sha256
18162 (base32
18163 "1y0bjx2qx53iy930y9iww4q1yzjj8y16cwgixk1mq3w4g1f116d1"))))
18164 (properties
18165 `((upstream-name . "activpalProcessing")))
18166 (build-system r-build-system)
18167 (propagated-inputs
18168 `(("r-chron" ,r-chron)))
18169 (home-page "https://cran.r-project.org/web/packages/activpalProcessing/")
18170 (synopsis "Process activPAL events files")
18171 (description
18172 "This package performs estimation of physical activity and sedentary
18173 behavior variables from activPAL events files.")
18174 ;; Either version of the GPL.
18175 (license (list license:gpl2 license:gpl3))))
18176
18177 (define-public r-actogrammr
18178 (package
18179 (name "r-actogrammr")
18180 (version "0.2.3")
18181 (source
18182 (origin
18183 (method url-fetch)
18184 (uri (cran-uri "actogrammr" version))
18185 (sha256
18186 (base32
18187 "1jzvarmd41yqlrkagzlc8m19n5mn0w0b36fy50lyvgrfsafjfbqa"))))
18188 (properties `((upstream-name . "actogrammr")))
18189 (build-system r-build-system)
18190 (propagated-inputs
18191 `(("r-dplyr" ,r-dplyr)
18192 ("r-ggplot2" ,r-ggplot2)
18193 ("r-lubridate" ,r-lubridate)
18194 ("r-readr" ,r-readr)
18195 ("r-tidyr" ,r-tidyr)))
18196 (home-page "https://cran.r-project.org/web/packages/actogrammr/")
18197 (synopsis "Read in activity data and plot actograms")
18198 (description
18199 "Read in activity measurements from standard file formats used by
18200 circadian rhythm researchers, currently only ClockLab format, and process and
18201 plot the data. The central type of plot is the actogram, as first described
18202 in \"Activity and distribution of certain wild mice in relation to biotic
18203 communities\" by MS Johnson (1926) @url{doi:10.2307/1373575}.")
18204 (license license:gpl3)))
18205
18206 (define-public r-expint
18207 (package
18208 (name "r-expint")
18209 (version "0.1-6")
18210 (source
18211 (origin
18212 (method url-fetch)
18213 (uri (cran-uri "expint" version))
18214 (sha256
18215 (base32
18216 "0iai25cglcdnf44d2d1fz1xpw4q600my4zq4493fk4cs5673mlf7"))))
18217 (properties `((upstream-name . "expint")))
18218 (build-system r-build-system)
18219 (home-page "https://gitlab.com/vigou3/expint")
18220 (synopsis "Exponential integral and incomplete Gamma function")
18221 (description
18222 "This package provides the exponential integrals @code{E_1(x)},
18223 @code{E_2(x)}, @code{E_n(x)} and @code{Ei(x)}, and the incomplete gamma
18224 function @code{G(a, x)} defined for negative values of its first argument.
18225 The package also gives easy access to the underlying C routines through an
18226 API; see the package vignette for details.")
18227 (license license:gpl2+)))
18228
18229 (define-public r-actuar
18230 (package
18231 (name "r-actuar")
18232 (version "2.3-3")
18233 (source
18234 (origin
18235 (method url-fetch)
18236 (uri (cran-uri "actuar" version))
18237 (sha256
18238 (base32
18239 "0aw3hlan5y22mdqk1wvnw9ksqhwp4yy5hi0dpv21p7s0hyxhphih"))))
18240 (properties `((upstream-name . "actuar")))
18241 (build-system r-build-system)
18242 (propagated-inputs `(("r-expint" ,r-expint)))
18243 (home-page "https://gitlab.com/vigou3/actuar")
18244 (synopsis "Actuarial functions and heavy tailed distributions")
18245 (description
18246 "This package provides functions and data sets for actuarial science:
18247 modeling of loss distributions; risk theory and ruin theory; simulation of
18248 compound models, discrete mixtures and compound hierarchical models;
18249 credibility theory. It boasts support for many additional probability
18250 distributions to model insurance loss amounts and loss frequency: 19
18251 continuous heavy tailed distributions; the Poisson-inverse Gaussian discrete
18252 distribution; zero-truncated and zero-modified extensions of the standard
18253 discrete distributions. It also supports phase-type distributions commonly
18254 used to compute ruin probabilities.")
18255 (license license:gpl2+)))
18256
18257 (define-public r-bmp
18258 (package
18259 (name "r-bmp")
18260 (version "0.3")
18261 (source
18262 (origin
18263 (method url-fetch)
18264 (uri (cran-uri "bmp" version))
18265 (sha256
18266 (base32
18267 "0jd67r11bn98hjwgyr6gas423787xy7ji2hq7ay80blkkcj91xxx"))))
18268 (properties `((upstream-name . "bmp")))
18269 (build-system r-build-system)
18270 (home-page "https://cran.r-project.org/web/packages/bmp/")
18271 (synopsis "Read Bitmap (BMP) images")
18272 (description
18273 "This package provides pure R tools to read BMP format images. It is
18274 currently limited to 8 bit greyscale images and 24, 32 bit (A)RGB images.")
18275 (license license:gpl2+)))
18276
18277 (define-public r-readbitmap
18278 (package
18279 (name "r-readbitmap")
18280 (version "0.1.5")
18281 (source
18282 (origin
18283 (method url-fetch)
18284 (uri (cran-uri "readbitmap" version))
18285 (sha256
18286 (base32
18287 "14825906l326w59g6apy00j55jg3h5kx2r6s031f4gdkbrc7szbk"))))
18288 (properties `((upstream-name . "readbitmap")))
18289 (build-system r-build-system)
18290 (inputs
18291 `(("libjpeg" ,libjpeg)
18292 ("libpng" ,libpng)))
18293 (propagated-inputs
18294 `(("r-bmp" ,r-bmp)
18295 ("r-jpeg" ,r-jpeg)
18296 ("r-png" ,r-png)
18297 ("r-tiff" ,r-tiff)))
18298 (home-page "https://github.com/jefferis/readbitmap")
18299 (synopsis "Unified interface to read bitmap images (BMP, JPEG, PNG, TIFF)")
18300 (description
18301 "This package provides tools to identify and read BMP, JPEG, PNG, and
18302 TIFF format bitmap images. Identification defaults to the use of the magic
18303 number embedded in the file rather than the file extension.")
18304 (license license:gpl2+)))
18305
18306 (define-public r-imager
18307 (package
18308 (name "r-imager")
18309 (version "0.42.1")
18310 (source
18311 (origin
18312 (method url-fetch)
18313 (uri (cran-uri "imager" version))
18314 (sha256
18315 (base32
18316 "1d7a49lcna77wyfjf5q1b89jck3p3vnysnkgz4drb0qkpy6hz76b"))))
18317 (properties `((upstream-name . "imager")))
18318 (build-system r-build-system)
18319 (inputs
18320 `(("fftw" ,fftw)
18321 ("libtiff" ,libtiff)
18322 ("libx11" ,libx11)
18323 ("zlib" ,zlib)))
18324 (propagated-inputs
18325 `(("r-downloader" ,r-downloader)
18326 ("r-igraph" ,r-igraph)
18327 ("r-jpeg" ,r-jpeg)
18328 ("r-magrittr" ,r-magrittr)
18329 ("r-png" ,r-png)
18330 ("r-purrr" ,r-purrr)
18331 ("r-rcpp" ,r-rcpp)
18332 ("r-readbitmap" ,r-readbitmap)
18333 ("r-stringr" ,r-stringr)))
18334 (native-inputs `(("pkg-config" ,pkg-config)))
18335 (home-page "http://dahtah.github.io/imager")
18336 (synopsis "Image processing library")
18337 (description
18338 "This is a package for fast image processing for images in up to 4
18339 dimensions (two spatial dimensions, one time/depth dimension, one color
18340 dimension). It provides most traditional image processing tools (filtering,
18341 morphology, transformations, etc.) as well as various functions for easily
18342 analyzing image data using R. The package wraps @url{http://cimg.eu, CImg}, a
18343 simple, modern C++ library for image processing.")
18344 (license license:lgpl3)))
18345
18346 (define-public r-acuityview
18347 (package
18348 (name "r-acuityview")
18349 (version "0.1")
18350 (source
18351 (origin
18352 (method url-fetch)
18353 (uri (cran-uri "AcuityView" version))
18354 (sha256
18355 (base32
18356 "0f0iclmnwdc8ixiiai4svk4x1g3pjy7dhm3cm58fv6ckx12d3d2l"))))
18357 (properties `((upstream-name . "AcuityView")))
18358 (build-system r-build-system)
18359 (propagated-inputs
18360 `(("r-fftwtools" ,r-fftwtools)
18361 ("r-imager" ,r-imager)
18362 ("r-plotrix" ,r-plotrix)))
18363 (home-page "https://cran.r-project.org/web/packages/AcuityView/")
18364 (synopsis "Display scenes as seen by an animal with less acute vision")
18365 (description
18366 "This package provides a simple method for representing a visual scene as
18367 it may be seen by an animal with less acute vision.")
18368 (license license:gpl2+)))
18369
18370 (define-public r-caret
18371 (package
18372 (name "r-caret")
18373 (version "6.0-85")
18374 (source
18375 (origin
18376 (method url-fetch)
18377 (uri (cran-uri "caret" version))
18378 (sha256
18379 (base32
18380 "0jxbf2zcvbb5s2pnjzg182awjvylc57q7z5plx6gs6gm62zxjafs"))))
18381 (build-system r-build-system)
18382 (propagated-inputs
18383 `(("r-foreach" ,r-foreach)
18384 ("r-ggplot2" ,r-ggplot2)
18385 ("r-lattice" ,r-lattice)
18386 ("r-modelmetrics" ,r-modelmetrics)
18387 ("r-nlme" ,r-nlme)
18388 ("r-plyr" ,r-plyr)
18389 ("r-proc" ,r-proc)
18390 ("r-recipes" ,r-recipes)
18391 ("r-reshape2" ,r-reshape2)
18392 ("r-withr" ,r-withr)))
18393 (home-page "https://github.com/topepo/caret")
18394 (synopsis "Classification and regression training")
18395 (description
18396 "This package provides miscellaneous functions for training and plotting
18397 classification and regression models.")
18398 (license license:gpl2+)))
18399
18400 (define-public r-adabag
18401 (package
18402 (name "r-adabag")
18403 (version "4.2")
18404 (source
18405 (origin
18406 (method url-fetch)
18407 (uri (cran-uri "adabag" version))
18408 (sha256
18409 (base32
18410 "109wrl1pwvmyv2l909hrvk7dg4aa9pv449mvdycp50zwrsw9w0a7"))))
18411 (properties `((upstream-name . "adabag")))
18412 (build-system r-build-system)
18413 (propagated-inputs
18414 `(("r-caret" ,r-caret)
18415 ("r-doparallel" ,r-doparallel)
18416 ("r-foreach" ,r-foreach)
18417 ("r-rpart" ,r-rpart)))
18418 (home-page "https://cran.r-project.org/web/packages/adabag/")
18419 (synopsis "Multiclass AdaBoost.M1, SAMME and Bagging")
18420 (description
18421 "This package implements Freund and Schapire's Adaboost.M1 algorithm and
18422 Breiman's Bagging algorithm using classification trees as individual
18423 classifiers. Once these classifiers have been trained, they can be used to
18424 predict on new data. Also, cross validation estimation of the error can be
18425 done.")
18426 (license license:gpl2+)))
18427
18428 (define-public r-adagio
18429 (package
18430 (name "r-adagio")
18431 (version "0.7.1")
18432 (source
18433 (origin
18434 (method url-fetch)
18435 (uri (cran-uri "adagio" version))
18436 (sha256
18437 (base32
18438 "1h9l0ddrxq8y35iy9hdkxdvdwsqpnpkzzbkbwwhm4380lq1m7a3k"))))
18439 (properties `((upstream-name . "adagio")))
18440 (build-system r-build-system)
18441 (native-inputs `(("gfortran" ,gfortran)))
18442 (home-page "https://cran.r-project.org/web/packages/adagio/")
18443 (synopsis "Discrete and global optimization routines")
18444 (description
18445 "This package provides methods and algorithms for discrete optimization,
18446 e.g. knapsack and subset sum procedures, derivative-free Nelder-Mead and
18447 Hooke-Jeeves minimization, and some (evolutionary) global optimization
18448 functions.")
18449 (license license:gpl3+)))
18450
18451 (define-public r-univoutl
18452 (package
18453 (name "r-univoutl")
18454 (version "0.1-5")
18455 (source
18456 (origin
18457 (method url-fetch)
18458 (uri (cran-uri "univOutl" version))
18459 (sha256
18460 (base32
18461 "193wrpkvgmlrx43nag8w3ivrlqm37nm6g86wcvd3bgw3hchs70gi"))))
18462 (properties `((upstream-name . "univOutl")))
18463 (build-system r-build-system)
18464 (propagated-inputs
18465 `(("r-hmisc" ,r-hmisc)
18466 ("r-robustbase" ,r-robustbase)))
18467 (home-page "https://github.com/marcellodo/univOutl")
18468 (synopsis "Detection of univariate outliers")
18469 (description
18470 "This package provides well-known outlier detection techniques in the
18471 univariate case. Methods to deal with skewed distribution are included too.
18472 The Hidiroglou-Berthelot (1986) method to search for outliers in ratios of
18473 historical data is implemented as well. When available, survey weights can be
18474 used in outliers detection.")
18475 (license license:gpl2+)))
18476
18477 (define-public r-tolerance
18478 (package
18479 (name "r-tolerance")
18480 (version "2.0.0")
18481 (source
18482 (origin
18483 (method url-fetch)
18484 (uri (cran-uri "tolerance" version))
18485 (sha256
18486 (base32
18487 "001snzr2ipag3zprynydlbi9prkjzrllc054qh7m0qwkb3r19jjd"))))
18488 (properties `((upstream-name . "tolerance")))
18489 (build-system r-build-system)
18490 (propagated-inputs
18491 `(("r-mass" ,r-mass)
18492 ("r-rgl" ,r-rgl)))
18493 (home-page "https://cran.r-project.org/web/packages/tolerance/")
18494 (synopsis "Statistical tolerance intervals and regions")
18495 (description
18496 "This package provides functions for estimating tolerance
18497 limits (intervals) for various univariate distributions (binomial, Cauchy,
18498 discrete Pareto, exponential, two-parameter exponential, extreme value,
18499 hypergeometric, Laplace, logistic, negative binomial, negative hypergeometric,
18500 normal, Pareto, Poisson-Lindley, Poisson, uniform, and Zipf-Mandelbrot),
18501 Bayesian normal tolerance limits, multivariate normal tolerance regions,
18502 nonparametric tolerance intervals, tolerance bands for regression
18503 settings (linear regression, nonlinear regression, nonparametric regression,
18504 and multivariate regression), and analysis of variance tolerance intervals.
18505 Visualizations are also available for most of these settings.")
18506 (license license:gpl2+)))
18507
18508 (define-public r-additivitytests
18509 (package
18510 (name "r-additivitytests")
18511 (version "1.1-4")
18512 (source
18513 (origin
18514 (method url-fetch)
18515 (uri (cran-uri "additivityTests" version))
18516 (sha256
18517 (base32
18518 "048ds90wqjdjy1nyhna3m06asdklbh8sx1n556kss2j1r1pma1sw"))))
18519 (properties
18520 `((upstream-name . "additivityTests")))
18521 (build-system r-build-system)
18522 (home-page "https://github.com/simecek/additivityTests")
18523 (synopsis "Additivity tests in the two way Anova with single sub-class numbers")
18524 (description
18525 "This package provides an implementation of the Tukey, Mandel,
18526 Johnson-Graybill, LBI, Tusell and modified Tukey non-additivity tests.")
18527 (license license:gpl3)))
18528
18529 (define-public r-flexclust
18530 (package
18531 (name "r-flexclust")
18532 (version "1.4-0")
18533 (source
18534 (origin
18535 (method url-fetch)
18536 (uri (cran-uri "flexclust" version))
18537 (sha256
18538 (base32
18539 "0x7wxk8y46ndyz6fdacym0rd6p9wh3pcfr28chjcg5d7fm849zl2"))))
18540 (properties `((upstream-name . "flexclust")))
18541 (build-system r-build-system)
18542 (propagated-inputs
18543 `(("r-class" ,r-class)
18544 ("r-lattice" ,r-lattice)
18545 ("r-modeltools" ,r-modeltools)))
18546 (home-page "https://cran.r-project.org/web/packages/flexclust/")
18547 (synopsis "Flexible cluster algorithms")
18548 (description
18549 "The main function @code{kcca} implements a general framework for
18550 k-centroids cluster analysis supporting arbitrary distance measures and
18551 centroid computation. Further cluster methods include hard competitive
18552 learning, neural gas, and QT clustering. There are numerous visualization
18553 methods for cluster results (neighborhood graphs, convex cluster hulls,
18554 barcharts of centroids, ...), and bootstrap methods for the analysis of
18555 cluster stability.")
18556 (license license:gpl2)))
18557
18558 (define-public r-biclust
18559 (package
18560 (name "r-biclust")
18561 (version "2.0.2")
18562 (source
18563 (origin
18564 (method url-fetch)
18565 (uri (cran-uri "biclust" version))
18566 (sha256
18567 (base32
18568 "1pk7mvwlg4hkc4cn4w6wr2c192qx03d1xfwlzclk5bw1nmcg483b"))))
18569 (properties `((upstream-name . "biclust")))
18570 (build-system r-build-system)
18571 (propagated-inputs
18572 `(("r-additivitytests" ,r-additivitytests)
18573 ("r-colorspace" ,r-colorspace)
18574 ("r-flexclust" ,r-flexclust)
18575 ("r-ggplot2" ,r-ggplot2)
18576 ("r-lattice" ,r-lattice)
18577 ("r-mass" ,r-mass)
18578 ("r-tidyr" ,r-tidyr)))
18579 (home-page "https://cran.r-project.org/web/packages/biclust/")
18580 (synopsis "BiCluster algorithms")
18581 (description
18582 "The main function @code{biclust()} provides several algorithms to find
18583 biclusters in two-dimensional data, spectral, plaid model, xmotifs, and bimax.
18584 In addition, the package provides methods for data
18585 preprocessing (normalization and discretization), visualization, and
18586 validation of bicluster solutions.")
18587 (license license:gpl3)))
18588
18589 (define-public r-icge
18590 (package
18591 (name "r-icge")
18592 (version "0.3")
18593 (source
18594 (origin
18595 (method url-fetch)
18596 (uri (cran-uri "ICGE" version))
18597 (sha256
18598 (base32
18599 "0xin7zml1nbygyi08hhg3wwr2jr1zcsvrlgia89zp4xanxlzgaqa"))))
18600 (properties `((upstream-name . "ICGE")))
18601 (build-system r-build-system)
18602 (propagated-inputs
18603 `(("r-cluster" ,r-cluster)
18604 ("r-mass" ,r-mass)))
18605 (home-page "https://cran.r-project.org/web/packages/ICGE/")
18606 (synopsis "Cluster estimation and identification of atypical units")
18607 (description
18608 "ICGE is a package that helps to estimate the number of real clusters in
18609 data as well as to identify atypical units. The underlying methods are based
18610 on distances rather than on unit x variables.")
18611 (license license:gpl2+)))
18612
18613 (define-public r-depth
18614 (package
18615 (name "r-depth")
18616 (version "2.1-1.1")
18617 (source
18618 (origin
18619 (method url-fetch)
18620 (uri (cran-uri "depth" version))
18621 (sha256
18622 (base32
18623 "0szy0027nh4ps1z919i740i50app5q7cfyg1fj7pdyl45nbl8k6m"))))
18624 (properties `((upstream-name . "depth")))
18625 (build-system r-build-system)
18626 (propagated-inputs
18627 `(("r-abind" ,r-abind)
18628 ("r-circular" ,r-circular)
18629 ("r-rgl" ,r-rgl)))
18630 (native-inputs
18631 `(("gfortran" ,gfortran)))
18632 (home-page "https://cran.r-project.org/web/packages/depth/")
18633 (synopsis "Nonparametric depth functions for multivariate analysis")
18634 (description
18635 "This package provides tools for depth functions methodology applied to
18636 multivariate analysis. Besides allowing calculation of depth values and
18637 depth-based location estimators, the package includes functions or drawing
18638 contour plots and perspective plots of depth functions. Euclidian and
18639 spherical depths are supported.")
18640 (license license:gpl2)))
18641
18642 (define-public r-archetypes
18643 (package
18644 (name "r-archetypes")
18645 (version "2.2-0.1")
18646 (source
18647 (origin
18648 (method url-fetch)
18649 (uri (cran-uri "archetypes" version))
18650 (sha256
18651 (base32
18652 "0ibxsr173ib77gjhid91m85s8gjii4mi2w3d52q5301igv20p7r0"))))
18653 (properties `((upstream-name . "archetypes")))
18654 (build-system r-build-system)
18655 (propagated-inputs
18656 `(("r-modeltools" ,r-modeltools)
18657 ("r-nnls" ,r-nnls)))
18658 (home-page "https://cran.r-project.org/web/packages/archetypes")
18659 (synopsis "Archetypal analysis")
18660 (description
18661 "The main function @code{archetypes} implements a framework for
18662 archetypal analysis supporting arbitrary problem solving mechanisms for the
18663 different conceptual parts of the algorithm.")
18664 (license license:gpl2+)))
18665
18666 (define-public r-shapes
18667 (package
18668 (name "r-shapes")
18669 (version "1.2.5")
18670 (source
18671 (origin
18672 (method url-fetch)
18673 (uri (cran-uri "shapes" version))
18674 (sha256
18675 (base32
18676 "0gfpdydfysp5mwg7qmkn73s67gvh2szb40mzqrx97h41ijgcgd8s"))))
18677 (properties `((upstream-name . "shapes")))
18678 (build-system r-build-system)
18679 (propagated-inputs
18680 `(("r-mass" ,r-mass)
18681 ("r-minpack-lm" ,r-minpack-lm)
18682 ("r-rgl" ,r-rgl)
18683 ("r-scatterplot3d" ,r-scatterplot3d)))
18684 (home-page "http://www.maths.nottingham.ac.uk/~ild/shapes")
18685 (synopsis "Statistical shape analysis")
18686 (description
18687 "This package provides routines for the statistical analysis of landmark
18688 shapes, including Procrustes analysis, graphical displays, principal
18689 components analysis, permutation and bootstrap tests, thin-plate spline
18690 transformation grids and comparing covariance matrices. See Dryden, I.L. and
18691 Mardia, K.V. (2016). Statistical shape analysis, with Applications in R (2nd
18692 Edition), John Wiley and Sons.")
18693 (license license:gpl2)))
18694
18695 (define-public r-anthropometry
18696 (package
18697 (name "r-anthropometry")
18698 (version "1.13")
18699 (source
18700 (origin
18701 (method url-fetch)
18702 (uri (cran-uri "Anthropometry" version))
18703 (sha256
18704 (base32
18705 "1f568ri1s6psaby8y737vrkarbjg64v89d4jyw23hy17apdmszr8"))))
18706 (properties `((upstream-name . "Anthropometry")))
18707 (build-system r-build-system)
18708 (propagated-inputs
18709 `(("r-archetypes" ,r-archetypes)
18710 ("r-biclust" ,r-biclust)
18711 ("r-cluster" ,r-cluster)
18712 ("r-depth" ,r-depth)
18713 ("r-fnn" ,r-fnn)
18714 ("r-icge" ,r-icge)
18715 ("r-nnls" ,r-nnls)
18716 ("r-rgl" ,r-rgl)
18717 ("r-shapes" ,r-shapes)))
18718 (home-page "https://cran.r-project.org/web/packages/Anthropometry/")
18719 (synopsis "Statistical methods for anthropometric data")
18720 (description
18721 "This package provides statistical methods especially developed to
18722 analyze anthropometric data. These methods are aimed at providing effective
18723 solutions to some commons problems related to Ergonomics and Anthropometry.
18724 They are based on clustering, the statistical concept of data depth,
18725 statistical shape analysis and archetypal analysis.")
18726 (license license:gpl2+)))
18727
18728 (define-public r-adamethods
18729 (package
18730 (name "r-adamethods")
18731 (version "1.2")
18732 (source
18733 (origin
18734 (method url-fetch)
18735 (uri (cran-uri "adamethods" version))
18736 (sha256
18737 (base32
18738 "0mp73zh5x6h18gv29v981kb9n632kb58lvlcxwr6vcvrx393nrxh"))))
18739 (properties `((upstream-name . "adamethods")))
18740 (build-system r-build-system)
18741 (propagated-inputs
18742 `(("r-anthropometry" ,r-anthropometry)
18743 ("r-archetypes" ,r-archetypes)
18744 ("r-fnn" ,r-fnn)
18745 ("r-foreach" ,r-foreach)
18746 ("r-nnls" ,r-nnls)
18747 ("r-tolerance" ,r-tolerance)
18748 ("r-univoutl" ,r-univoutl)))
18749 (home-page "https://cran.r-project.org/web/packages/adamethods/")
18750 (synopsis "Archetypoid algorithms and anomaly detection")
18751 (description
18752 "This package is a collection of several algorithms to obtain
18753 archetypoids with small and large databases and with both classical
18754 multivariate data and functional data (univariate and multivariate). Some of
18755 these algorithms also allow to detect anomalies (outliers).")
18756 (license license:gpl2+)))
18757
18758 (define-public r-idpmisc
18759 (package
18760 (name "r-idpmisc")
18761 (version "1.1.20")
18762 (source
18763 (origin
18764 (method url-fetch)
18765 (uri (cran-uri "IDPmisc" version))
18766 (sha256
18767 (base32
18768 "0zy6mxqa8arq0vvhsdcifzm3085c23rnwa1n36fhircph1xwvfdw"))))
18769 (properties `((upstream-name . "IDPmisc")))
18770 (build-system r-build-system)
18771 (propagated-inputs
18772 `(("r-lattice" ,r-lattice)))
18773 (home-page "https://cran.r-project.org/web/packages/IDPmisc/")
18774 (synopsis "Functions for data analyses and visualization")
18775 (description
18776 "This package provides different high-level graphics functions for
18777 displaying large datasets, displaying circular data in a very flexible way,
18778 finding local maxima, brewing color ramps, drawing nice arrows, zooming
18779 2D-plots, creating figures with differently colored margin and plot region.
18780 In addition, the package contains auxiliary functions for data manipulation
18781 like omitting observations with irregular values or selecting data by logical
18782 vectors, which include NAs. Other functions are especially useful in
18783 spectroscopy and analyses of environmental data: robust baseline fitting,
18784 finding peaks in spectra, converting humidity measures.")
18785 (license license:gpl3+)))
18786
18787 (define-public r-qqman
18788 (package
18789 (name "r-qqman")
18790 (version "0.1.4")
18791 (source
18792 (origin
18793 (method url-fetch)
18794 (uri (cran-uri "qqman" version))
18795 (sha256
18796 (base32
18797 "1v9s9ag1hfb47py87wb2nad4mbsfx35832hdmrh5kxrb2f11zl1s"))))
18798 (properties `((upstream-name . "qqman")))
18799 (build-system r-build-system)
18800 (propagated-inputs
18801 `(("r-calibrate" ,r-calibrate)))
18802 (home-page "https://cran.r-project.org/web/packages/qqman/")
18803 (synopsis "Q-Q and Manhattan plots for GWAS data")
18804 (description
18805 "This package allows you to create Q-Q and Manhattan plots for GWAS data
18806 from PLINK results.")
18807 (license license:gpl3)))
18808
18809 (define-public r-ggplot-multistats
18810 (package
18811 (name "r-ggplot-multistats")
18812 (version "1.0.0")
18813 (source
18814 (origin
18815 (method url-fetch)
18816 (uri (cran-uri "ggplot.multistats" version))
18817 (sha256
18818 (base32
18819 "1afzfa86vc484bcwpg7m1ky03jpax584rigzgai8w06pifkmz0il"))))
18820 (properties
18821 `((upstream-name . "ggplot.multistats")))
18822 (build-system r-build-system)
18823 (propagated-inputs
18824 `(("r-ggplot2" ,r-ggplot2)
18825 ("r-hexbin" ,r-hexbin)
18826 ("r-rlang" ,r-rlang)
18827 ("r-scales" ,r-scales)))
18828 (home-page "https://github.com/flying-sheep/ggplot.multistats")
18829 (synopsis "Multiple summary statistics for binned stats/geometries")
18830 (description
18831 "This package provides the ggplot binning layer @code{stat_summaries_hex()},
18832 which functions similar to its singular form, but allows the use of multiple
18833 statistics per bin. Those statistics can be mapped to multiple bin
18834 aesthetics.")
18835 (license license:gpl3)))
18836
18837 (define-public r-knn-covertree
18838 (package
18839 (name "r-knn-covertree")
18840 (version "1.0")
18841 (source
18842 (origin
18843 (method url-fetch)
18844 (uri (cran-uri "knn.covertree" version))
18845 (sha256
18846 (base32
18847 "0msfcmwydws7q7m5jdb0dxab0nkbl7mq5llg6v3r4qrnlvrdggvz"))))
18848 (properties `((upstream-name . "knn.covertree")))
18849 (build-system r-build-system)
18850 (propagated-inputs
18851 `(("r-matrix" ,r-matrix)
18852 ("r-rcpp" ,r-rcpp)
18853 ("r-rcppeigen" ,r-rcppeigen)))
18854 (home-page "https://github.com/flying-sheep/knn.covertree")
18855 (synopsis "Accurate kNN Implementation with multiple distance measures")
18856 (description
18857 "Similarly to the FNN package, this package allows calculation of the k
18858 nearest neighbors (kNN) of a data matrix. The implementation is based on
18859 cover trees introduced by Alina Beygelzimer, Sham Kakade, and John
18860 Langford (2006) @url{doi:10.1145/1143844.1143857}.")
18861 (license license:agpl3+)))
18862
18863 (define-public r-poibin
18864 (package
18865 (name "r-poibin")
18866 (version "1.5")
18867 (source
18868 (origin
18869 (method url-fetch)
18870 (uri (cran-uri "poibin" version))
18871 (sha256
18872 (base32
18873 "1sxryvwwz6ldsnkzdy56p8c895s5yvpcai9ndyjv1x5q3l05wf9v"))))
18874 (properties `((upstream-name . "poibin")))
18875 (build-system r-build-system)
18876 (home-page "https://cran.r-project.org/web/packages/poibin/")
18877 (synopsis "Poisson binomial distribution")
18878 (description
18879 "This package provides an implementation of both the exact and
18880 approximation methods for computing the @dfn{cumulative distribution
18881 function} (CDF) of the Poisson binomial distribution. It also provides the
18882 @dfn{probability mass function} (PMF), quantile function, and random number
18883 generation for the Poisson binomial distribution.")
18884 (license license:gpl2)))
18885
18886 (define-public r-diagram
18887 (package
18888 (name "r-diagram")
18889 (version "1.6.4")
18890 (source
18891 (origin
18892 (method url-fetch)
18893 (uri (cran-uri "diagram" version))
18894 (sha256
18895 (base32
18896 "0f6ffprn5k0ir1s7m9s7izc64aa17r3gnygagz5bihrlsvawaavw"))))
18897 (properties `((upstream-name . "diagram")))
18898 (build-system r-build-system)
18899 (propagated-inputs
18900 `(("r-shape" ,r-shape)))
18901 (home-page "https://cran.r-project.org/web/packages/diagram/")
18902 (synopsis "Visualize simple graphs (networks) and plot flow diagrams")
18903 (description
18904 "This package provides tools to visualize simple graphs (networks) based
18905 on a transition matrix, utilities to plot flow diagrams, visualizing webs,
18906 electrical networks, etc. It also includes supporting material for the book
18907 \"A practical guide to ecological modelling - using R as a simulation
18908 platform\" by Karline Soetaert and Peter M.J. Herman (2009) and the book
18909 \"Solving Differential Equations in R\" by Karline Soetaert, Jeff Cash and
18910 Francesca Mazzia (2012).")
18911 (license license:gpl2+)))
18912
18913 (define-public r-lim
18914 (package
18915 (name "r-lim")
18916 (version "1.4.6")
18917 (source
18918 (origin
18919 (method url-fetch)
18920 (uri (cran-uri "LIM" version))
18921 (sha256
18922 (base32
18923 "03x1gnm06bw1wrzc01110bjzd2mvjdzbc2mbrazh22jrmb32w5d8"))))
18924 (properties `((upstream-name . "LIM")))
18925 (build-system r-build-system)
18926 (propagated-inputs
18927 `(("r-diagram" ,r-diagram)
18928 ("r-limsolve" ,r-limsolve)))
18929 (home-page "https://cran.r-project.org/web/packages/LIM/")
18930 (synopsis "Linear inverse model examples and solution methods")
18931 (description
18932 "This package provides functions that read and solve linear inverse
18933 problems (food web problems, linear programming problems).")
18934 (license license:gpl2+)))
18935
18936 (define-public r-shinycssloaders
18937 (package
18938 (name "r-shinycssloaders")
18939 (version "0.3")
18940 (source
18941 (origin
18942 (method url-fetch)
18943 (uri (cran-uri "shinycssloaders" version))
18944 (sha256
18945 (base32
18946 "1gzq1lhcnhqd145ys3ixf0l13l560fiqr2sc3m2nrijwxlgcw54d"))))
18947 (properties
18948 `((upstream-name . "shinycssloaders")))
18949 (build-system r-build-system)
18950 (propagated-inputs
18951 `(("r-digest" ,r-digest)
18952 ("r-glue" ,r-glue)
18953 ("r-shiny" ,r-shiny)))
18954 (home-page "https://github.com/andrewsali/shinycssloaders")
18955 (synopsis "Add CSS loading animations to Shiny outputs")
18956 (description
18957 "This package provides tools to create a lightweight Shiny wrapper for
18958 the css-loaders created by Luke Hass
18959 @url{https://github.com/lukehaas/css-loaders}. Wrapping a Shiny output will
18960 automatically show a loader when the output is (re)calculating.")
18961 (license license:gpl3)))
18962
18963 (define-public r-rsvg
18964 (package
18965 (name "r-rsvg")
18966 (version "1.3")
18967 (source
18968 (origin
18969 (method url-fetch)
18970 (uri (cran-uri "rsvg" version))
18971 (sha256
18972 (base32
18973 "11mccgf6hfskg45wqc114sx3qy2r494y6axdf73z6xwhs1wpm97g"))))
18974 (properties `((upstream-name . "rsvg")))
18975 (build-system r-build-system)
18976 (inputs
18977 `(("librsvg" ,librsvg)
18978 ("zlib" ,zlib)))
18979 (native-inputs
18980 `(("pkg-config" ,pkg-config)))
18981 (home-page "https://github.com/jeroen/rsvg#readme")
18982 (synopsis "Render SVG images into PDF, PNG, PostScript, or Bitmap arrays")
18983 (description
18984 "This package allows you to render vector-based SVG images into
18985 high-quality custom-size bitmap arrays using the librsvg2 library. The
18986 resulting bitmap can be written to e.g. PNG, JPEG or WEBP format. In
18987 addition, the package can convert images directly to various formats such as
18988 PDF or PostScript.")
18989 (license license:expat)))
18990
18991 (define-public r-influencer
18992 (package
18993 (name "r-influencer")
18994 (version "0.1.0")
18995 (source
18996 (origin
18997 (method url-fetch)
18998 (uri (cran-uri "influenceR" version))
18999 (sha256
19000 (base32
19001 "12p9362hkndlnz1rd8j2rykg57kbm6l7ks60by3rd25xg50k5jag"))))
19002 (properties `((upstream-name . "influenceR")))
19003 (build-system r-build-system)
19004 (propagated-inputs
19005 `(("r-igraph" ,r-igraph)
19006 ("r-matrix" ,r-matrix)))
19007 (home-page "https://github.com/rcc-uchicago/influenceR")
19008 (synopsis "Tools to quantify structural importance of nodes in a network")
19009 (description
19010 "This package provides functionality to compute various node centrality
19011 measures on networks. Included are functions to compute betweenness
19012 centrality (by utilizing Madduri and Bader's SNAP library), implementations of
19013 Burt's constraint and @dfn{effective network size} (ENS) metrics, Borgatti's
19014 algorithm to identify key players, and Valente's bridging metric. The
19015 betweenness, Key Players, and bridging implementations are parallelized with
19016 OpenMP.")
19017 (license license:gpl2)))
19018
19019 (define-public r-emplik
19020 (package
19021 (name "r-emplik")
19022 (version "1.0-4.3")
19023 (source
19024 (origin
19025 (method url-fetch)
19026 (uri (cran-uri "emplik" version))
19027 (sha256
19028 (base32
19029 "1g4hz85bvw29c77zs0ig487z92jjl682vv457x81l077h0psvk7c"))))
19030 (properties `((upstream-name . "emplik")))
19031 (build-system r-build-system)
19032 (propagated-inputs
19033 `(("r-quantreg" ,r-quantreg)))
19034 (home-page "http://www.ms.uky.edu/~mai/EmpLik.html")
19035 (synopsis "Empirical likelihood ratio for censored/truncated data")
19036 (description
19037 "This package provides empirical likelihood ratio tests for
19038 means/quantiles/hazards from possibly censored and/or truncated data. It also
19039 does regression.")
19040 (license license:gpl2+)))
19041
19042 (define-public r-imputeyn
19043 (package
19044 (name "r-imputeyn")
19045 (version "1.3")
19046 (source
19047 (origin
19048 (method url-fetch)
19049 (uri (cran-uri "imputeYn" version))
19050 (sha256
19051 (base32
19052 "1b21w1aa5f7yiq8k0wa86wvbg4ij7f6ldwn6asfqwb0b90rvsgvs"))))
19053 (properties `((upstream-name . "imputeYn")))
19054 (build-system r-build-system)
19055 (propagated-inputs
19056 `(("r-boot" ,r-boot)
19057 ("r-emplik" ,r-emplik)
19058 ("r-mvtnorm" ,r-mvtnorm)
19059 ("r-quadprog" ,r-quadprog)
19060 ("r-survival" ,r-survival)))
19061 (home-page "https://cran.r-project.org/web/packages/imputeYn/")
19062 (synopsis "Impute last largest censored observation under weighted least squares")
19063 (description
19064 "This package allows for the imputation of the last largest censored
19065 observantions. This method brings less bias and more efficient estimates for
19066 AFT models.")
19067 (license license:gpl2)))
19068
19069 (define-public r-adapenetclass
19070 (package
19071 (name "r-adapenetclass")
19072 (version "1.2")
19073 (source
19074 (origin
19075 (method url-fetch)
19076 (uri (cran-uri "AdapEnetClass" version))
19077 (sha256
19078 (base32
19079 "01k3mj4g1ckbng7wkzzn9h0k9yf01cpnnkly0sjda574c5jhj0rc"))))
19080 (properties `((upstream-name . "AdapEnetClass")))
19081 (build-system r-build-system)
19082 (propagated-inputs
19083 `(("r-glmnet" ,r-glmnet)
19084 ("r-imputeyn" ,r-imputeyn)
19085 ("r-lars" ,r-lars)
19086 ("r-quadprog" ,r-quadprog)))
19087 (home-page "https://cran.r-project.org/web/packages/AdapEnetClass/")
19088 (synopsis "Class of adaptive elastic net methods for censored data")
19089 (description
19090 "This package provides methods for variable selection for AFT models.")
19091 (license license:gpl2)))
19092
19093 (define-public r-flock
19094 (package
19095 (name "r-flock")
19096 (version "0.7")
19097 (source
19098 (origin
19099 (method url-fetch)
19100 (uri (cran-uri "flock" version))
19101 (sha256
19102 (base32
19103 "1zg93p74icj4bhxnmnssj2xp6vw4yaksyavq03497v33xfpdxss7"))))
19104 (properties `((upstream-name . "flock")))
19105 (build-system r-build-system)
19106 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
19107 (home-page "https://cran.r-project.org/web/packages/flock/")
19108 (synopsis "Process synchronization using file locks")
19109 (description
19110 "This package implements synchronization between R processes (spawned by
19111 using the @code{parallel} package for instance) using file locks. It supports
19112 both exclusive and shared locking.")
19113 (license license:asl2.0)))
19114
19115 (define-public r-archivist
19116 (package
19117 (name "r-archivist")
19118 (version "2.3.4")
19119 (source
19120 (origin
19121 (method url-fetch)
19122 (uri (cran-uri "archivist" version))
19123 (sha256
19124 (base32
19125 "1i11hrcq1910jgd6diw6h3sxx624v57zjianm49pqvb2dvd0b8y7"))))
19126 (properties `((upstream-name . "archivist")))
19127 (build-system r-build-system)
19128 (propagated-inputs
19129 `(("r-dbi" ,r-dbi)
19130 ("r-digest" ,r-digest)
19131 ("r-flock" ,r-flock)
19132 ("r-httr" ,r-httr)
19133 ("r-lubridate" ,r-lubridate)
19134 ("r-magrittr" ,r-magrittr)
19135 ("r-rcurl" ,r-rcurl)
19136 ("r-rsqlite" ,r-rsqlite)))
19137 (home-page "https://pbiecek.github.io/archivist/")
19138 (synopsis "Tools for storing, restoring and searching for R objects")
19139 (description
19140 "Data exploration and modelling is a process in which a lot of data
19141 artifacts are produced. Artifacts like: subsets, data aggregates, plots,
19142 statistical models, different versions of data sets and different versions of
19143 results. Archivist helps to store and manage artifacts created in R. It
19144 allows you to store selected artifacts as binary files together with their
19145 metadata and relations. Archivist allows sharing artifacts with others. It
19146 can look for already created artifacts by using its class, name, date of the
19147 creation or other properties. It also makes it easy to restore such
19148 artifacts.")
19149 (license license:gpl2)))
19150
19151 (define-public r-versions
19152 (package
19153 (name "r-versions")
19154 (version "0.3")
19155 (source
19156 (origin
19157 (method url-fetch)
19158 (uri (cran-uri "versions" version))
19159 (sha256
19160 (base32
19161 "0zm49j785dgv7fyr1yl9q5f0dsk8hhpim5q5bpkgrkzv7pwjribd"))))
19162 (properties `((upstream-name . "versions")))
19163 (build-system r-build-system)
19164 (home-page "https://cran.r-project.org/web/packages/versions/")
19165 (synopsis "Query and install specific versions of CRAN packages")
19166 (description
19167 "This package allows you to install specified versions of R packages
19168 hosted on CRAN and provides functions to list available versions and the
19169 versions of currently installed packages.")
19170 (license license:bsd-3)))
19171
19172 (define-public r-adapr
19173 (package
19174 (name "r-adapr")
19175 (version "2.0.0")
19176 (source
19177 (origin
19178 (method url-fetch)
19179 (uri (cran-uri "adapr" version))
19180 (sha256
19181 (base32
19182 "1s57jdbi5pik56xjz1d4438ax6cywg2yq2s47h5g6wrwvpgr1qfw"))))
19183 (properties `((upstream-name . "adapr")))
19184 (build-system r-build-system)
19185 (propagated-inputs
19186 `(("r-archivist" ,r-archivist)
19187 ("r-devtools" ,r-devtools)
19188 ("r-digest" ,r-digest)
19189 ("r-doparallel" ,r-doparallel)
19190 ("r-gdata" ,r-gdata)
19191 ("r-ggplot2" ,r-ggplot2)
19192 ("r-git2r" ,r-git2r)
19193 ("r-igraph" ,r-igraph)
19194 ("r-knitr" ,r-knitr)
19195 ("r-plotly" ,r-plotly)
19196 ("r-plyr" ,r-plyr)
19197 ("r-rmarkdown" ,r-rmarkdown)
19198 ("r-shiny" ,r-shiny)
19199 ("r-shinydashboard" ,r-shinydashboard)
19200 ("r-versions" ,r-versions)))
19201 (home-page "https://cran.r-project.org/web/packages/adapr/")
19202 (synopsis "Implementation of an accountable data analysis process")
19203 (description
19204 "This package tracks reading and writing within R scripts that are
19205 organized into a directed acyclic graph. It contains an interactive Shiny
19206 application @code{adaprApp()}. It uses Git and file hashes to track version
19207 histories of inputs and outputs.")
19208 (license license:lgpl2.0)))
19209
19210 (define-public r-adapsamp
19211 (package
19212 (name "r-adapsamp")
19213 (version "1.1.1")
19214 (source
19215 (origin
19216 (method url-fetch)
19217 (uri (cran-uri "AdapSamp" version))
19218 (sha256
19219 (base32
19220 "1jayjrsiib2ij4rxxj59g71r3xhzl5yqh0lhi8k6cfy03i7dkvis"))))
19221 (properties `((upstream-name . "AdapSamp")))
19222 (build-system r-build-system)
19223 (propagated-inputs `(("r-pracma" ,r-pracma)))
19224 (home-page "https://cran.r-project.org/web/packages/AdapSamp/")
19225 (synopsis "Adaptive sampling algorithms")
19226 (description
19227 "For distributions whose probability density functions are log-concave,
19228 the adaptive rejection sampling algorithm can be used to build envelope
19229 functions for sampling. For others, the modified adaptive rejection sampling
19230 algorithm, the concave-convex adaptive rejection sampling algorithm, and the
19231 adaptive slice sampling algorithm can be used. This R package mainly includes
19232 these four functions: @code{rARS()}, @code{rMARS()}, @code{rCCARS()}, and
19233 @code{rASS()}. These functions can realize sampling based on the algorithms
19234 above.")
19235 (license license:gpl2)))
19236
19237 (define-public r-adaptalint
19238 (package
19239 (name "r-adaptalint")
19240 (version "0.2.4")
19241 (source
19242 (origin
19243 (method url-fetch)
19244 (uri (cran-uri "adaptalint" version))
19245 (sha256
19246 (base32
19247 "15qdcvnnbgcps8j5k79354wsc9alswijv8lcafg2i3lghaw536yf"))))
19248 (properties `((upstream-name . "adaptalint")))
19249 (build-system r-build-system)
19250 (propagated-inputs
19251 `(("r-dplyr" ,r-dplyr)
19252 ("r-lintr" ,r-lintr)
19253 ("r-purrr" ,r-purrr)))
19254 (home-page "https://cran.r-project.org/web/packages/adaptalint/")
19255 (synopsis "Check R code style")
19256 (description
19257 "This package provides tools to infer the code style (which style rules
19258 are followed and which ones are not) from one package and use it to check
19259 another. This makes it easier to find and correct the most important problems
19260 first.")
19261 (license license:gpl3)))
19262
19263 (define-public r-fracdiff
19264 (package
19265 (name "r-fracdiff")
19266 (version "1.5-1")
19267 (source
19268 (origin
19269 (method url-fetch)
19270 (uri (cran-uri "fracdiff" version))
19271 (sha256
19272 (base32
19273 "1dhfjlhr9sb38qgpsx0sm73l9lgc13d0fk32l7fmjfnalhr3n45q"))))
19274 (properties `((upstream-name . "fracdiff")))
19275 (build-system r-build-system)
19276 (home-page "https://github.com/mmaechler/fracdiff")
19277 (synopsis
19278 "Fractionally differenced ARIMA aka ARFIMA(P,d,q) models")
19279 (description
19280 "This package provides tools for the maximum likelihood estimation of the
19281 parameters of a fractionally differenced ARIMA(p,d,q) model (Haslett and
19282 Raftery, Appl.Statistics, 1989); it includes inference and basic methods.")
19283 (license license:gpl2+)))
19284
19285 (define-public r-forecast
19286 (package
19287 (name "r-forecast")
19288 (version "8.11")
19289 (source
19290 (origin
19291 (method url-fetch)
19292 (uri (cran-uri "forecast" version))
19293 (sha256
19294 (base32
19295 "0ayidhnk9cxav2qi83jrvqlg2jh4zlf4lki4xw48gdqsmjvih9x1"))))
19296 (properties `((upstream-name . "forecast")))
19297 (build-system r-build-system)
19298 (propagated-inputs
19299 `(("r-colorspace" ,r-colorspace)
19300 ("r-fracdiff" ,r-fracdiff)
19301 ("r-ggplot2" ,r-ggplot2)
19302 ("r-lmtest" ,r-lmtest)
19303 ("r-magrittr" ,r-magrittr)
19304 ("r-nnet" ,r-nnet)
19305 ("r-rcpp" ,r-rcpp)
19306 ("r-rcpparmadillo" ,r-rcpparmadillo)
19307 ("r-timedate" ,r-timedate)
19308 ("r-tseries" ,r-tseries)
19309 ("r-urca" ,r-urca)
19310 ("r-zoo" ,r-zoo)))
19311 (native-inputs
19312 `(("r-knitr" ,r-knitr))) ; needed for vignettes
19313 (home-page "https://pkg.robjhyndman.com/forecast/")
19314 (synopsis "Forecasting functions for time series and linear models")
19315 (description
19316 "This package provides methods and tools for displaying and analysing
19317 univariate time series forecasts including exponential smoothing via state
19318 space models and automatic ARIMA modelling.")
19319 (license license:gpl3)))
19320
19321 (define-public r-xmisc
19322 (package
19323 (name "r-xmisc")
19324 (version "0.2.1")
19325 (source
19326 (origin
19327 (method url-fetch)
19328 (uri (cran-uri "Xmisc" version))
19329 (sha256
19330 (base32
19331 "11gwlcyxhz1p50m68cnqrxmisdk99v8vrsbvyr7k67f0kvsznzs1"))))
19332 (properties `((upstream-name . "Xmisc")))
19333 (build-system r-build-system)
19334 (home-page "https://cran.r-project.org/package=Xmisc")
19335 (synopsis
19336 "Xiaobei's miscellaneous classes and functions")
19337 (description
19338 "This package provides Xiaobei's miscellaneous classes and functions,
19339 which are useful when developing R packages for @dfn{object oriented
19340 programming} (OOP) using R Reference Class.")
19341 (license license:gpl2+)))
19342
19343 (define-public r-proxyc
19344 (package
19345 (name "r-proxyc")
19346 (version "0.1.5")
19347 (source
19348 (origin
19349 (method url-fetch)
19350 (uri (cran-uri "proxyC" version))
19351 (sha256
19352 (base32
19353 "159bc42x4shm6n3rh9fc8ziv3ivq0ipmpbasrh279hhn1prc8gg6"))))
19354 (properties `((upstream-name . "proxyC")))
19355 (build-system r-build-system)
19356 (propagated-inputs
19357 `(("r-matrix" ,r-matrix)
19358 ("r-rcpp" ,r-rcpp)
19359 ("r-rcpparmadillo" ,r-rcpparmadillo)
19360 ("r-rcppparallel" ,r-rcppparallel)))
19361 (home-page "https://cran.r-project.org/package=proxyC")
19362 (synopsis "Compute proximity in large sparse matrices")
19363 (description
19364 "This package provides efficient tools to compute the proximity between
19365 rows or columns of large matrices. Functions are optimised for large sparse
19366 matrices using the Armadillo and Intel TBB libraries. Among several built-in
19367 similarity/distance measures, computation of correlation, cosine similarity
19368 and Euclidean distance is particularly fast.")
19369 (license license:gpl3)))
19370
19371 (define-public r-isocodes
19372 (package
19373 (name "r-isocodes")
19374 (version "2019.12.22")
19375 (source
19376 (origin
19377 (method url-fetch)
19378 (uri (cran-uri "ISOcodes" version))
19379 (sha256
19380 (base32
19381 "1k2f2258bwzs0b3nxma9kcw395qkljvk514a7047rx4dn0iwd874"))))
19382 (properties `((upstream-name . "ISOcodes")))
19383 (build-system r-build-system)
19384 (home-page "https://cran.r-project.org/package=ISOcodes")
19385 (synopsis "Selected ISO codes")
19386 (description
19387 "This package provides ISO language, territory, currency, script and
19388 character codes. It provides ISO 639 language codes, ISO 3166 territory
19389 codes, ISO 4217 currency codes, ISO 15924 script codes, and the ISO 8859
19390 character codes as well as the UN M.49 area codes.")
19391 (license license:gpl2)))
19392
19393 (define-public r-stopwords
19394 (package
19395 (name "r-stopwords")
19396 (version "1.0")
19397 (source
19398 (origin
19399 (method url-fetch)
19400 (uri (cran-uri "stopwords" version))
19401 (sha256
19402 (base32
19403 "1nmi0bpd0c238g5b8ch1v034m5ng9llhs519cgxdrj3sh9fplwlv"))))
19404 (properties `((upstream-name . "stopwords")))
19405 (build-system r-build-system)
19406 (propagated-inputs `(("r-isocodes" ,r-isocodes)))
19407 (home-page "https://github.com/quanteda/stopwords")
19408 (synopsis "Multilingual stopword lists")
19409 (description
19410 "This package provides multiple sources of stopwords, for use in text
19411 analysis and natural language processing.")
19412 (license license:expat)))
19413
19414 (define-public r-spacyr
19415 (package
19416 (name "r-spacyr")
19417 (version "1.2.1")
19418 (source
19419 (origin
19420 (method url-fetch)
19421 (uri (cran-uri "spacyr" version))
19422 (sha256
19423 (base32
19424 "1b2ccgwsiqkvp7w37x8k7699c676q16vfrybkrfvyczyhki4s6nw"))))
19425 (properties `((upstream-name . "spacyr")))
19426 (build-system r-build-system)
19427 (propagated-inputs
19428 `(("r-data-table" ,r-data-table)
19429 ("r-reticulate" ,r-reticulate)))
19430 (home-page "https://spacyr.quanteda.io")
19431 (synopsis "R wrapper for the spaCy NLP library")
19432 (description
19433 "This package provides an R wrapper to the Python @dfn{natural language
19434 processing} (NLP) library @code{spaCy}, from @url{http://spacy.io}.")
19435 (license license:gpl3)))
19436
19437 (define-public r-snowballc
19438 (package
19439 (name "r-snowballc")
19440 (version "0.6.0")
19441 (source
19442 (origin
19443 (method url-fetch)
19444 (uri (cran-uri "SnowballC" version))
19445 (sha256
19446 (base32
19447 "0b7pqdavf5jbf8si4ybnii5fff39p3b1rb5rym05j8s48hs7sqb1"))))
19448 (properties `((upstream-name . "SnowballC")))
19449 (build-system r-build-system)
19450 (home-page "https://r-forge.r-project.org/projects/r-temis/")
19451 (synopsis "Snowball stemmers based on the C libstemmer UTF-8 library")
19452 (description
19453 "This package provides an R interface to the C @code{libstemmer} library
19454 that implements Porter's word stemming algorithm for collapsing words to a
19455 common root to aid comparison of vocabulary. Currently supported languages
19456 are Danish, Dutch, English, Finnish, French, German, Hungarian, Italian,
19457 Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish and Turkish.")
19458 (license license:bsd-3)))
19459
19460 (define-public r-quanteda
19461 (package
19462 (name "r-quanteda")
19463 (version "2.0.0")
19464 (source
19465 (origin
19466 (method url-fetch)
19467 (uri (cran-uri "quanteda" version))
19468 (sha256
19469 (base32
19470 "0snr610vahbdqkmma0zy5mg5qbb6n1b8sgsclqb2sccn1gg38vyy"))))
19471 (properties `((upstream-name . "quanteda")))
19472 (build-system r-build-system)
19473 (propagated-inputs
19474 `(("r-data-table" ,r-data-table)
19475 ("r-extrafont" ,r-extrafont)
19476 ("r-fastmatch" ,r-fastmatch)
19477 ("r-ggplot2" ,r-ggplot2)
19478 ("r-ggrepel" ,r-ggrepel)
19479 ("r-jsonlite" ,r-jsonlite)
19480 ("r-magrittr" ,r-magrittr)
19481 ("r-matrix" ,r-matrix)
19482 ("r-network" ,r-network)
19483 ("r-proxyc" ,r-proxyc)
19484 ("r-rcpp" ,r-rcpp)
19485 ("r-rcpparmadillo" ,r-rcpparmadillo)
19486 ("r-rcppparallel" ,r-rcppparallel)
19487 ("r-sna" ,r-sna)
19488 ("r-snowballc" ,r-snowballc)
19489 ("r-stopwords" ,r-stopwords)
19490 ("r-stringi" ,r-stringi)
19491 ("r-xml2" ,r-xml2)
19492 ("r-yaml" ,r-yaml)))
19493 (home-page "https://quanteda.io")
19494 (synopsis "Quantitative analysis of textual data")
19495 (description
19496 "This package provides a fast, flexible, and comprehensive framework for
19497 quantitative text analysis in R. It provides functionality for corpus
19498 management, creating and manipulating tokens and ngrams, exploring keywords in
19499 context, forming and manipulating sparse matrices of documents by features and
19500 feature co-occurrences, analyzing keywords, computing feature similarities and
19501 distances, applying content dictionaries, applying supervised and unsupervised
19502 machine learning, visually representing text and text analyses, and more.")
19503 (license license:gpl3)))
19504
19505 (define-public r-topicmodels
19506 (package
19507 (name "r-topicmodels")
19508 (version "0.2-9")
19509 (source
19510 (origin
19511 (method url-fetch)
19512 (uri (cran-uri "topicmodels" version))
19513 (sha256
19514 (base32
19515 "1757r5x8bsl4dk106xg6481mvdkdz9vwg87n7rpbvdkavsvhyxs0"))))
19516 (properties `((upstream-name . "topicmodels")))
19517 (build-system r-build-system)
19518 (native-inputs
19519 `(("gsl" ,gsl)))
19520 (propagated-inputs
19521 `(("r-modeltools" ,r-modeltools)
19522 ("r-slam" ,r-slam)
19523 ("r-tm" ,r-tm)))
19524 (home-page "https://cran.r-project.org/package=topicmodels")
19525 (synopsis "Topic models")
19526 (description
19527 "This package provides an interface to the C code for @dfn{Latent
19528 Dirichlet Allocation} (LDA) models and @dfn{Correlated Topics Models} (CTM) by
19529 David M. Blei and co-authors and the C++ code for fitting LDA models using
19530 Gibbs sampling by Xuan-Hieu Phan and co-authors.")
19531 (license license:gpl2)))
19532
19533 (define-public r-stm
19534 (package
19535 (name "r-stm")
19536 (version "1.3.5")
19537 (source
19538 (origin
19539 (method url-fetch)
19540 (uri (cran-uri "stm" version))
19541 (sha256
19542 (base32
19543 "1yyfxaxqc6yq0yq68zhdnhpwpvsyp71dlmivn7zxixfmp932s6cn"))))
19544 (properties `((upstream-name . "stm")))
19545 (build-system r-build-system)
19546 (propagated-inputs
19547 `(("r-data-table" ,r-data-table)
19548 ("r-glmnet" ,r-glmnet)
19549 ("r-lda" ,r-lda)
19550 ("r-matrix" ,r-matrix)
19551 ("r-matrixstats" ,r-matrixstats)
19552 ("r-quadprog" ,r-quadprog)
19553 ("r-quanteda" ,r-quanteda)
19554 ("r-rcpp" ,r-rcpp)
19555 ("r-rcpparmadillo" ,r-rcpparmadillo)
19556 ("r-slam" ,r-slam)
19557 ("r-stringr" ,r-stringr)))
19558 (home-page "http://www.structuraltopicmodel.com/")
19559 (synopsis "Estimation of the Structural Topic Model")
19560 (description
19561 "The @dfn{Structural Topic Model} (STM) allows researchers to estimate
19562 topic models with document-level covariates. The package also includes tools
19563 for model selection, visualization, and estimation of topic-covariate
19564 regressions.")
19565 (license license:expat)))
19566
19567 (define-public r-polycor
19568 (package
19569 (name "r-polycor")
19570 (version "0.7-10")
19571 (source
19572 (origin
19573 (method url-fetch)
19574 (uri (cran-uri "polycor" version))
19575 (sha256
19576 (base32
19577 "0wzwzklflbhi8sv9m7ijwr16v9zmkk0j0v4pbcpf32f8lbn3psna"))))
19578 (properties `((upstream-name . "polycor")))
19579 (build-system r-build-system)
19580 (propagated-inputs
19581 `(("r-matrix" ,r-matrix)
19582 ("r-mvtnorm" ,r-mvtnorm)))
19583 (home-page "https://r-forge.r-project.org/projects/polycor/")
19584 (synopsis "Polychoric and polyserial correlations")
19585 (description
19586 "This package provides tools to compute polychoric and polyserial
19587 correlations by quick \"two-step\" methods or ML, optionally with standard
19588 errors; tetrachoric and biserial correlations are special cases.")
19589 (license license:gpl2+)))
19590
19591 (define-public r-msm
19592 (package
19593 (name "r-msm")
19594 (version "1.6.8")
19595 (source
19596 (origin
19597 (method url-fetch)
19598 (uri (cran-uri "msm" version))
19599 (sha256
19600 (base32
19601 "1d32y8f0vb2dfv3999liigpns788j145nrvd1xpxb9i2lsg8mwgk"))))
19602 (properties `((upstream-name . "msm")))
19603 (build-system r-build-system)
19604 (propagated-inputs
19605 `(("r-expm" ,r-expm)
19606 ("r-mvtnorm" ,r-mvtnorm)
19607 ("r-survival" ,r-survival)))
19608 (home-page "https://github.com/chjackson/msm")
19609 (synopsis "Multi-state Markov and hidden Markov models in continuous time")
19610 (description
19611 "This package provides functions for fitting continuous-time Markov and
19612 hidden Markov multi-state models to longitudinal data. It was designed for
19613 processes observed at arbitrary times in continuous time (panel data) but some
19614 other observation schemes are supported. Both Markov transition rates and the
19615 hidden Markov output process can be modelled in terms of covariates, which may
19616 be constant or piecewise-constant in time.")
19617 (license license:gpl2+)))
19618
19619 (define-public r-ltm
19620 (package
19621 (name "r-ltm")
19622 (version "1.1-1")
19623 (source
19624 (origin
19625 (method url-fetch)
19626 (uri (cran-uri "ltm" version))
19627 (sha256
19628 (base32
19629 "1qrgzwx5l58qf5rfp1knxc84r0g943q5sdr3ky74zzwpnmrf2vf7"))))
19630 (properties `((upstream-name . "ltm")))
19631 (build-system r-build-system)
19632 (propagated-inputs
19633 `(("r-mass" ,r-mass)
19634 ("r-msm" ,r-msm)
19635 ("r-polycor" ,r-polycor)))
19636 (home-page "https://github.com/drizopoulos/ltm")
19637 (synopsis "Latent trait models under IRT")
19638 (description
19639 "This is a package supporting the analysis of multivariate dichotomous
19640 and polytomous data using latent trait models under the Item Response Theory
19641 approach. It includes the Rasch, the Two-Parameter Logistic, the Birnbaum's
19642 Three-Parameter, the Graded Response, and the Generalized Partial Credit
19643 Models.")
19644 (license license:gpl2+)))
19645
19646 (define-public r-mi
19647 (package
19648 (name "r-mi")
19649 (version "1.0")
19650 (source
19651 (origin
19652 (method url-fetch)
19653 (uri (cran-uri "mi" version))
19654 (sha256
19655 (base32
19656 "1h47k5mpbvhid83277dvvj2di493bgzz9iarpyv3r30y219l7x1l"))))
19657 (properties `((upstream-name . "mi")))
19658 (build-system r-build-system)
19659 (propagated-inputs
19660 `(("r-arm" ,r-arm)
19661 ("r-matrix" ,r-matrix)))
19662 (home-page "http://www.stat.columbia.edu/~gelman/")
19663 (synopsis "Missing data imputation and model checking")
19664 (description
19665 "This package provides functions for data manipulation, imputing missing
19666 values in an approximate Bayesian framework, diagnostics of the models used to
19667 generate the imputations, confidence-building mechanisms to validate some of
19668 the assumptions of the imputation algorithm, and functions to analyze multiply
19669 imputed data sets with the appropriate degree of sampling uncertainty.")
19670 (license license:gpl2+)))
19671
19672 (define-public r-matrixcalc
19673 (package
19674 (name "r-matrixcalc")
19675 (version "1.0-3")
19676 (source
19677 (origin
19678 (method url-fetch)
19679 (uri (cran-uri "matrixcalc" version))
19680 (sha256
19681 (base32
19682 "1c4w9dhi5w98qj1wwh9bbpnfk39rhiwjbanalr8bi5nmxkpcmrhp"))))
19683 (properties `((upstream-name . "matrixcalc")))
19684 (build-system r-build-system)
19685 (home-page "https://cran.r-project.org/web/packages/matrixcalc/")
19686 (synopsis "Collection of functions for matrix calculations")
19687 (description
19688 "This package provides a collection of functions to support matrix
19689 calculations for probability, econometric and numerical analysis. There are
19690 additional functions that are comparable to APL functions which are useful for
19691 actuarial models such as pension mathematics.")
19692 (license license:gpl2+)))
19693
19694 (define-public r-sem
19695 (package
19696 (name "r-sem")
19697 (version "3.1-9")
19698 (source
19699 (origin
19700 (method url-fetch)
19701 (uri (cran-uri "sem" version))
19702 (sha256
19703 (base32
19704 "1f9c6g6pfx66gd2pappcsqh484ah6a0x4z47hpd46rah0817hcsa"))))
19705 (properties `((upstream-name . "sem")))
19706 (build-system r-build-system)
19707 (propagated-inputs
19708 `(("r-boot" ,r-boot)
19709 ("r-mass" ,r-mass)
19710 ("r-matrixcalc" ,r-matrixcalc)
19711 ("r-mi" ,r-mi)))
19712 (home-page "https://cran.r-project.org/package=sem")
19713 (synopsis "Structural equation models")
19714 (description
19715 "This package provides functions for fitting general linear structural
19716 equation models (with observed and latent variables) using the RAM approach,
19717 and for fitting structural equations in observed-variable models by two-stage
19718 least squares.")
19719 (license license:gpl2+)))
19720
19721 (define-public r-semtools
19722 (package
19723 (name "r-semtools")
19724 (version "0.5-2")
19725 (source
19726 (origin
19727 (method url-fetch)
19728 (uri (cran-uri "semTools" version))
19729 (sha256
19730 (base32
19731 "1zj841pszfsikzp82cmh463qyc4xhdrqjqcnhc2r8mcflv12irv6"))))
19732 (properties `((upstream-name . "semTools")))
19733 (build-system r-build-system)
19734 (propagated-inputs
19735 `(("r-lavaan" ,r-lavaan)))
19736 (home-page "https://github.com/simsem/semTools/wiki")
19737 (synopsis "Useful tools for structural equation modeling")
19738 (description
19739 "This package provides useful tools for structural equation modeling.")
19740 (license license:gpl2+)))
19741
19742 (define-public r-regsem
19743 (package
19744 (name "r-regsem")
19745 (version "1.5.2")
19746 (source
19747 (origin
19748 (method url-fetch)
19749 (uri (cran-uri "regsem" version))
19750 (sha256
19751 (base32
19752 "0ch057010xfsw0nqcsarzakdbiplvxaldyqlbbacspqs65ax1yk7"))))
19753 (properties `((upstream-name . "regsem")))
19754 (build-system r-build-system)
19755 (propagated-inputs
19756 `(("r-lavaan" ,r-lavaan)
19757 ("r-rcpp" ,r-rcpp)
19758 ("r-rcpparmadillo" ,r-rcpparmadillo)
19759 ("r-rsolnp" ,r-rsolnp)))
19760 (home-page "https://cran.r-project.org/package=regsem")
19761 (synopsis "Regularized structural equation modeling")
19762 (description
19763 "This package uses both ridge and lasso penalties (and extensions) to
19764 penalize specific parameters in structural equation models. The package
19765 offers additional cost functions, cross validation, and other extensions
19766 beyond traditional structural equation models. It also contains a function to
19767 perform @dfn{exploratory mediation} (XMed).")
19768 (license license:gpl2+)))
19769
19770 (define-public r-stanheaders
19771 (package
19772 (name "r-stanheaders")
19773 (version "2.19.2")
19774 (source
19775 (origin
19776 (method url-fetch)
19777 (uri (cran-uri "StanHeaders" version))
19778 (sha256
19779 (base32
19780 "0cmk0fzczx7dcywcw1dhm6gfq84qlsx77qrsk4z3bf3dhr4bznam"))))
19781 (properties `((upstream-name . "StanHeaders")))
19782 (build-system r-build-system)
19783 (inputs `(("pandoc" ,ghc-pandoc)))
19784 (native-inputs
19785 `(("gfortran" ,gfortran)
19786 ("r-knitr" ,r-knitr))) ; for vignettes
19787 (home-page "https://mc-stan.org/")
19788 (synopsis "C++ header files for Stan")
19789 (description
19790 "The C++ header files of the Stan project are provided by this package.
19791 There is a shared object containing part of the @code{CVODES} library, but it
19792 is not accessible from R. @code{r-stanheaders} is only useful for developers
19793 who want to utilize the @code{LinkingTo} directive of their package's
19794 DESCRIPTION file to build on the Stan library without incurring unnecessary
19795 dependencies.
19796
19797 The Stan project develops a probabilistic programming language that implements
19798 full or approximate Bayesian statistical inference via Markov Chain Monte
19799 Carlo or variational methods and implements (optionally penalized) maximum
19800 likelihood estimation via optimization. The Stan library includes an advanced
19801 automatic differentiation scheme, templated statistical and linear algebra
19802 functions that can handle the automatically differentiable scalar types (and
19803 doubles, ints, etc.), and a parser for the Stan language. The @code{r-rstan}
19804 package provides user-facing R functions to parse, compile, test, estimate,
19805 and analyze Stan models.")
19806 (license license:bsd-3)))
19807
19808 (define-public r-rpf
19809 (package
19810 (name "r-rpf")
19811 (version "1.0.3")
19812 (source
19813 (origin
19814 (method url-fetch)
19815 (uri (cran-uri "rpf" version))
19816 (sha256
19817 (base32
19818 "1i2kqd7nx55nn35qnw89xmnqk23x9c8xhkh736c2xg7k2ai84ybl"))))
19819 (properties `((upstream-name . "rpf")))
19820 (build-system r-build-system)
19821 (propagated-inputs
19822 `(("r-lifecycle" ,r-lifecycle)
19823 ("r-mvtnorm" ,r-mvtnorm)
19824 ("r-rcpp" ,r-rcpp)
19825 ("r-rcppeigen" ,r-rcppeigen)))
19826 (home-page "https://github.com/jpritikin/rpf")
19827 (synopsis "Response probability functions")
19828 (description
19829 "The purpose of this package is to factor out logic and math common to
19830 Item Factor Analysis fitting, diagnostics, and analysis. It is envisioned as
19831 core support code suitable for more specialized IRT packages to build upon.
19832 Complete access to optimized C functions is made available with
19833 @code{R_RegisterCCallable()}.")
19834 (license license:gpl3+)))
19835
19836 (define-public r-openmx
19837 (package
19838 (name "r-openmx")
19839 (version "2.17.3")
19840 (source
19841 (origin
19842 (method url-fetch)
19843 (uri (cran-uri "OpenMx" version))
19844 (sha256
19845 (base32
19846 "1s2pcg281ag3qz2wz8yi826f2d3kj3qg916js7zz0nsrljcyv5bc"))))
19847 (properties `((upstream-name . "OpenMx")))
19848 (build-system r-build-system)
19849 (propagated-inputs
19850 `(("r-bh" ,r-bh)
19851 ("r-digest" ,r-digest)
19852 ("r-mass" ,r-mass)
19853 ("r-matrix" ,r-matrix)
19854 ("r-rcpp" ,r-rcpp)
19855 ("r-rcppeigen" ,r-rcppeigen)
19856 ("r-rpf" ,r-rpf)
19857 ("r-stanheaders" ,r-stanheaders)))
19858 (native-inputs `(("gfortran" ,gfortran)))
19859 (home-page "http://openmx.ssri.psu.edu")
19860 (synopsis "Extended structural equation modelling")
19861 (description
19862 "This package allows for the estimation of a wide variety of advanced
19863 multivariate statistical models. It consists of a library of functions and
19864 optimizers that allow you to quickly and flexibly define an SEM model and
19865 estimate parameters given observed data.")
19866 (license license:asl2.0)))
19867
19868 (define-public r-kutils
19869 (package
19870 (name "r-kutils")
19871 (version "1.69")
19872 (source
19873 (origin
19874 (method url-fetch)
19875 (uri (cran-uri "kutils" version))
19876 (sha256
19877 (base32
19878 "12pg26a85h0jxlfcyai68dbh4bq1gnq8v1ngi8k9qvafbrpc6gx8"))))
19879 (properties `((upstream-name . "kutils")))
19880 (build-system r-build-system)
19881 (propagated-inputs
19882 `(("r-foreign" ,r-foreign)
19883 ("r-lavaan" ,r-lavaan)
19884 ("r-openxlsx" ,r-openxlsx)
19885 ("r-plyr" ,r-plyr)
19886 ("r-runit" ,r-runit)
19887 ("r-xtable" ,r-xtable)))
19888 (home-page "https://cran.r-project.org/package=kutils")
19889 (synopsis "Project management tools")
19890 (description
19891 "This package provides tools for data importation, recoding, and
19892 inspection. There are functions to create new project folders, R code
19893 templates, create uniquely named output directories, and to quickly obtain a
19894 visual summary for each variable in a data frame. The main feature here is
19895 the systematic implementation of the \"variable key\" framework for data
19896 importation and recoding.")
19897 (license license:gpl2)))
19898
19899 (define-public r-rockchalk
19900 (package
19901 (name "r-rockchalk")
19902 (version "1.8.144")
19903 (source
19904 (origin
19905 (method url-fetch)
19906 (uri (cran-uri "rockchalk" version))
19907 (sha256
19908 (base32
19909 "07dp1n155b9gfvk8l30h6bhjbhbylsjxfzns08mryn4mxj3nqpnb"))))
19910 (properties `((upstream-name . "rockchalk")))
19911 (build-system r-build-system)
19912 (propagated-inputs
19913 `(("r-cardata" ,r-cardata)
19914 ("r-kutils" ,r-kutils)
19915 ("r-lme4" ,r-lme4)
19916 ("r-mass" ,r-mass)))
19917 (home-page "https://cran.r-project.org/package=rockchalk")
19918 (synopsis "Regression estimation and presentation")
19919 (description
19920 "This package provides a collection of functions for interpretation and
19921 presentation of regression analysis. These functions are used to produce the
19922 statistics lectures in @url{http://pj.freefaculty.org/guides}. The package
19923 includes regression diagnostics, regression tables, and plots of interactions
19924 and \"moderator\" variables. The emphasis is on \"mean-centered\" and
19925 \"residual-centered\" predictors. The vignette @code{rockchalk} offers a
19926 fairly comprehensive overview.")
19927 (license license:gpl3+)))
19928
19929 (define-public r-lisreltor
19930 (package
19931 (name "r-lisreltor")
19932 (version "0.1.4")
19933 (source
19934 (origin
19935 (method url-fetch)
19936 (uri (cran-uri "lisrelToR" version))
19937 (sha256
19938 (base32
19939 "0zicq0z3hhixan1p1apybnf3v5s6v6ysll4pcz8ivygwr2swv3p5"))))
19940 (properties `((upstream-name . "lisrelToR")))
19941 (build-system r-build-system)
19942 (home-page "https://cran.r-project.org/package=lisrelToR")
19943 (synopsis "Import output from LISREL into R")
19944 (description
19945 "This is an unofficial package aimed at automating the import of LISREL
19946 output in R.")
19947 (license license:gpl2)))
19948
19949 (define-public r-bdgraph
19950 (package
19951 (name "r-bdgraph")
19952 (version "2.62")
19953 (source
19954 (origin
19955 (method url-fetch)
19956 (uri (cran-uri "BDgraph" version))
19957 (sha256
19958 (base32
19959 "1b1vfar940swvn3pcil848qsp8ji50fjjll8jjzp6y2adx0f8pby"))))
19960 (properties `((upstream-name . "BDgraph")))
19961 (build-system r-build-system)
19962 (propagated-inputs
19963 `(("r-igraph" ,r-igraph)))
19964 (home-page "https://www.uva.nl/profile/a.mohammadi")
19965 (synopsis "Bayesian structure learning in graphical models")
19966 (description
19967 "This package provides statistical tools for Bayesian structure learning
19968 in undirected graphical models for continuous, discrete, and mixed data. It
19969 uses a trans-dimensional @dfn{Markov Chain Monte Carlo} (MCMC) approach based
19970 on a continuous-time birth-death process.")
19971 (license license:gpl2+)))
19972
19973 (define-public r-d3network
19974 (package
19975 (name "r-d3network")
19976 (version "0.5.2.1")
19977 (source
19978 (origin
19979 (method url-fetch)
19980 (uri (cran-uri "d3Network" version))
19981 (sha256
19982 (base32
19983 "1gh979z9wksyxxxdzlfzibn0ysvf6h1ij7vwpd55fvbwr308syaw"))))
19984 (properties `((upstream-name . "d3Network")))
19985 (build-system r-build-system)
19986 (propagated-inputs
19987 `(("r-plyr" ,r-plyr)
19988 ("r-rjson" ,r-rjson)
19989 ("r-whisker" ,r-whisker)))
19990 (home-page "http://christophergandrud.github.io/d3Network/")
19991 (synopsis "Create D3 JavaScript network, tree, dendrogram, and Sankey graphs")
19992 (description
19993 "This package is intended to make it easy to create D3 JavaScript
19994 network, tree, dendrogram, and Sankey graphs from R using data frames.")
19995 (license license:gpl3+)))
19996
19997 (define-public r-qgraph
19998 (package
19999 (name "r-qgraph")
20000 (version "1.6.5")
20001 (source
20002 (origin
20003 (method url-fetch)
20004 (uri (cran-uri "qgraph" version))
20005 (sha256
20006 (base32
20007 "0pwys9irxvp0ap158drplyypkplbmwqinv0fmlsblk7q875cr592"))))
20008 (properties `((upstream-name . "qgraph")))
20009 (build-system r-build-system)
20010 (propagated-inputs
20011 `(("r-abind" ,r-abind)
20012 ("r-bdgraph" ,r-bdgraph)
20013 ("r-colorspace" ,r-colorspace)
20014 ("r-corpcor" ,r-corpcor)
20015 ("r-d3network" ,r-d3network)
20016 ("r-dplyr" ,r-dplyr)
20017 ("r-fdrtool" ,r-fdrtool)
20018 ("r-ggplot2" ,r-ggplot2)
20019 ("r-ggraph" ,r-ggraph)
20020 ("r-glasso" ,r-glasso)
20021 ("r-gtools" ,r-gtools)
20022 ("r-hmisc" ,r-hmisc)
20023 ("r-huge" ,r-huge)
20024 ("r-igraph" ,r-igraph)
20025 ("r-jpeg" ,r-jpeg)
20026 ("r-lavaan" ,r-lavaan)
20027 ("r-matrix" ,r-matrix)
20028 ("r-pbapply" ,r-pbapply)
20029 ("r-plyr" ,r-plyr)
20030 ("r-png" ,r-png)
20031 ("r-psych" ,r-psych)
20032 ("r-rcpp" ,r-rcpp)
20033 ("r-reshape2" ,r-reshape2)
20034 ("r-tidygraph" ,r-tidygraph)))
20035 (home-page "http://sachaepskamp.com/qgraph/")
20036 (synopsis "Weighted network visualization and analysis")
20037 (description
20038 "This package implements tools for weighted network visualization and
20039 analysis, as well as Gaussian graphical model computation. It contains graph
20040 plotting methods, and tools for psychometric data visualization and graphical
20041 model estimation. See Epskamp et al. (2012)
20042 @url{doi:10.18637/jss.v048.i04}.")
20043 (license license:gpl2)))
20044
20045 (define-public r-semplot
20046 (package
20047 (name "r-semplot")
20048 (version "1.1.2")
20049 (source
20050 (origin
20051 (method url-fetch)
20052 (uri (cran-uri "semPlot" version))
20053 (sha256
20054 (base32
20055 "0l1v9yi1pv59iwfknw4dh9qskk5y8r347jq1vq13gnfd3bmd71xr"))))
20056 (properties `((upstream-name . "semPlot")))
20057 (build-system r-build-system)
20058 (propagated-inputs
20059 `(("r-colorspace" ,r-colorspace)
20060 ("r-corpcor" ,r-corpcor)
20061 ("r-igraph" ,r-igraph)
20062 ("r-lavaan" ,r-lavaan)
20063 ("r-lisreltor" ,r-lisreltor)
20064 ("r-openmx" ,r-openmx)
20065 ("r-plyr" ,r-plyr)
20066 ("r-qgraph" ,r-qgraph)
20067 ("r-regsem" ,r-regsem)
20068 ("r-rockchalk" ,r-rockchalk)
20069 ("r-sem" ,r-sem)
20070 ("r-xml" ,r-xml)))
20071 (home-page "https://github.com/SachaEpskamp/semPlot")
20072 (synopsis "Unified visualizations of structural equation models")
20073 (description
20074 "Structural equation modeling (SEM) has a long history of representing
20075 models graphically as path diagrams. The semPlot package for R fills the gap
20076 between advanced, but time-consuming, graphical software and the limited
20077 graphics produced automatically by SEM software. In addition, semPlot offers
20078 more functionality than drawing path diagrams: it can act as a common ground
20079 for importing SEM results into R. Any result usable as input to semPlot can
20080 also be represented in any of the three popular SEM frame-works, as well as
20081 translated to input syntax for the R packages @code{sem} and @code{lavaan}.")
20082 (license license:gpl2)))
20083
20084 (define-public r-cdm
20085 (package
20086 (name "r-cdm")
20087 (version "7.4-19")
20088 (source
20089 (origin
20090 (method url-fetch)
20091 (uri (cran-uri "CDM" version))
20092 (sha256
20093 (base32
20094 "1ln1r3rk004fmk55iy08bjh3vv4wnkb8zg2wj3r9rq7pi8jn8fv4"))))
20095 (properties `((upstream-name . "CDM")))
20096 (build-system r-build-system)
20097 (propagated-inputs
20098 `(("r-mvtnorm" ,r-mvtnorm)
20099 ("r-polycor" ,r-polycor)
20100 ("r-rcpp" ,r-rcpp)
20101 ("r-rcpparmadillo" ,r-rcpparmadillo)))
20102 (home-page
20103 "https://github.com/alexanderrobitzsch/CDM")
20104 (synopsis "Cognitive diagnosis modeling")
20105 (description
20106 "This package provides functions for cognitive diagnosis modeling and
20107 multidimensional item response modeling for dichotomous and polytomous item
20108 responses. It enables the estimation of the DINA and DINO model, the multiple
20109 group (polytomous) GDINA model, the multiple choice DINA model, the general
20110 diagnostic model (GDM), the structured latent class model (SLCA), and
20111 regularized latent class analysis. See George, Robitzsch, Kiefer, Gross, and
20112 Uenlue (2017) @url{doi:10.18637/jss.v074.i02} for further details on
20113 estimation and the package structure. For tutorials on how to use the CDM
20114 package see George and Robitzsch (2015, @url{doi:10.20982/tqmp.11.3.p189}) as
20115 well as Ravand and Robitzsch (2015).")
20116 (license license:gpl2+)))
20117
20118 (define-public r-tam
20119 (package
20120 (name "r-tam")
20121 (version "3.3-10")
20122 (source
20123 (origin
20124 (method url-fetch)
20125 (uri (cran-uri "TAM" version))
20126 (sha256
20127 (base32
20128 "1rkjp5x6wrk1dfspp1imvfals0wvy4w1wb8a5mhfbnilc7vgnlbq"))))
20129 (properties `((upstream-name . "TAM")))
20130 (build-system r-build-system)
20131 (propagated-inputs
20132 `(("r-cdm" ,r-cdm)
20133 ("r-rcpp" ,r-rcpp)
20134 ("r-rcpparmadillo" ,r-rcpparmadillo)))
20135 (home-page "http://www.edmeasurementsurveys.com/TAM/Tutorials/")
20136 (synopsis "Test analysis modules")
20137 (description
20138 "This package includes tools for marginal maximum likelihood estimation
20139 and joint maximum likelihood estimation for unidimensional and
20140 multidimensional item response models. The package functionality covers the
20141 Rasch model, 2PL model, 3PL model, generalized partial credit model,
20142 multi-faceted Rasch model, nominal item response model, structured latent
20143 class model, mixture distribution IRT models, and located latent class models.
20144 Latent regression models and plausible value imputation are also supported.")
20145 (license license:gpl2+)))
20146
20147 (define-public r-erm
20148 (package
20149 (name "r-erm")
20150 (version "1.0-1")
20151 (source
20152 (origin
20153 (method url-fetch)
20154 (uri (cran-uri "eRm" version))
20155 (sha256
20156 (base32
20157 "0njqzznnhnkvalmhiq5yq1w7gwp2myki5cv61w42ydvd27hdyyg9"))))
20158 (properties `((upstream-name . "eRm")))
20159 (build-system r-build-system)
20160 (propagated-inputs
20161 `(("r-colorspace" ,r-colorspace)
20162 ("r-lattice" ,r-lattice)
20163 ("r-mass" ,r-mass)
20164 ("r-matrix" ,r-matrix)
20165 ("r-psych" ,r-psych)))
20166 (native-inputs `(("gfortran" ,gfortran)))
20167 (home-page "https://cran.r-project.org/package=eRm")
20168 (synopsis "Extended Rasch modeling")
20169 (description
20170 "This package provides tools to fit @dfn{Rasch models} (RM), @dfn{linear
20171 logistic test models} (LLTM), @dfn{rating scale model} (RSM), @dfn{linear
20172 rating scale models} (LRSM), @dfn{partial credit models} (PCM), and
20173 @dfn{linear partial credit models} (LPCM). Missing values are allowed in the
20174 data matrix. Additional features are the ML estimation of the person
20175 parameters, Andersen's LR-test, item-specific Wald test, Martin-Loef-Test,
20176 nonparametric Monte-Carlo Tests, itemfit and personfit statistics including
20177 infit and outfit measures, ICC and other plots, automated stepwise item
20178 elimination, and a simulation module for various binary data matrices.")
20179 (license license:gpl3)))
20180
20181 (define-public r-irtoys
20182 (package
20183 (name "r-irtoys")
20184 (version "0.2.1")
20185 (source
20186 (origin
20187 (method url-fetch)
20188 (uri (cran-uri "irtoys" version))
20189 (sha256
20190 (base32
20191 "0h6iiaxikhbxhbyksbjnb09qdxinlkwr2v9yzs5wslbni14paq5q"))))
20192 (properties `((upstream-name . "irtoys")))
20193 (build-system r-build-system)
20194 (propagated-inputs
20195 `(("r-ltm" ,r-ltm)
20196 ("r-sm" ,r-sm)))
20197 (home-page "https://cran.r-project.org/package=irtoys")
20198 (synopsis "Collection of functions related to Item Response Theory (IRT)")
20199 (description
20200 "This package provides a collection of functions useful in learning and
20201 practicing @dfn{Item Response Theory} (IRT), which can be combined into larger
20202 programs. It provides basic CTT analysis, a simple common interface to the
20203 estimation of item parameters in IRT models for binary responses with three
20204 different programs (ICL, BILOG-MG, and ltm), ability estimation (MLE, BME,
20205 EAP, WLE, plausible values), item and person fit statistics, scaling
20206 methods (MM, MS, Stocking-Lord, and the complete Hebaera method), and a rich
20207 array of parametric and non-parametric (kernel) plots. It estimates and plots
20208 Haberman's interaction model when all items are dichotomously scored.")
20209 (license license:gpl2+)))
20210
20211 (define-public r-iheatmapr
20212 (package
20213 (name "r-iheatmapr")
20214 (version "0.4.12")
20215 (source
20216 (origin
20217 (method url-fetch)
20218 (uri (cran-uri "iheatmapr" version))
20219 (sha256
20220 (base32
20221 "0s479j9l35xiss599vablxgvg6i2j9zq9sxphsq4vdk3bafg84bw"))))
20222 (properties `((upstream-name . "iheatmapr")))
20223 (build-system r-build-system)
20224 (propagated-inputs
20225 `(("r-fastcluster" ,r-fastcluster)
20226 ("r-ggdendro" ,r-ggdendro)
20227 ("r-htmlwidgets" ,r-htmlwidgets)
20228 ("r-jsonlite" ,r-jsonlite)
20229 ("r-knitr" ,r-knitr)
20230 ("r-magrittr" ,r-magrittr)
20231 ("r-plyr" ,r-plyr)
20232 ("r-rcolorbrewer" ,r-rcolorbrewer)
20233 ("r-s4vectors" ,r-s4vectors)
20234 ("r-scales" ,r-scales)))
20235 (home-page "https://docs.ropensci.org/iheatmapr")
20236 (synopsis "Interactive, Complex Heatmaps")
20237 (description
20238 "iheatmapr is an R package for building complex, interactive heatmaps
20239 using modular building blocks. \"Complex\" heatmaps are heatmaps in which
20240 subplots along the rows or columns of the main heatmap add more information
20241 about each row or column. For example, a one column additional heatmap may
20242 indicate what group a particular row or column belongs to. Complex heatmaps
20243 may also include multiple side by side heatmaps which show different types of
20244 data for the same conditions. Interactivity can improve complex heatmaps by
20245 providing tooltips with information about each cell and enabling zooming into
20246 interesting features. iheatmapr uses the plotly library for interactivity.")
20247 (license license:expat)))
20248
20249 (define-public r-packrat
20250 (package
20251 (name "r-packrat")
20252 (version "0.5.0")
20253 (source
20254 (origin
20255 (method url-fetch)
20256 (uri (cran-uri "packrat" version))
20257 (sha256
20258 (base32
20259 "1xy5dd2hrpqa07jfl4s7dsrya05mf36ms74j833scdz0zf89586n"))))
20260 (properties `((upstream-name . "packrat")))
20261 (build-system r-build-system)
20262 (home-page "https://github.com/rstudio/packrat/")
20263 (synopsis "Dependency management R projects")
20264 (description
20265 "This package provides a dependency manager for R projects that allows
20266 you to manage the R packages your project depends on in an isolated, portable,
20267 and reproducible way.")
20268 (license license:gpl2)))
20269
20270 (define-public r-rsconnect
20271 (package
20272 (name "r-rsconnect")
20273 (version "0.8.16")
20274 (source
20275 (origin
20276 (method url-fetch)
20277 (uri (cran-uri "rsconnect" version))
20278 (sha256
20279 (base32
20280 "05ii0p0p7xpf8z0c1594s5q7wpwcs7lmlddrd67s5p2ka5m8qwiz"))))
20281 (properties `((upstream-name . "rsconnect")))
20282 (build-system r-build-system)
20283 (propagated-inputs
20284 `(("r-curl" ,r-curl)
20285 ("r-digest" ,r-digest)
20286 ("r-jsonlite" ,r-jsonlite)
20287 ("r-openssl" ,r-openssl)
20288 ("r-packrat" ,r-packrat)
20289 ("r-rstudioapi" ,r-rstudioapi)
20290 ("r-yaml" ,r-yaml)))
20291 (home-page "https://github.com/rstudio/rsconnect")
20292 (synopsis "Deployment interface for R Markdown documents and Shiny applications")
20293 (description
20294 "This package provides a programmatic deployment interface for RPubs,
20295 shinyapps.io, and RStudio Connect. Supported content types include R Markdown
20296 documents, Shiny applications, Plumber APIs, plots, and static web content.")
20297 (license license:gpl2)))
20298
20299 ;; This package includes minified JavaScript files. When upgrading please
20300 ;; check that there are no new minified JavaScript files.
20301 (define-public r-dygraphs
20302 (package
20303 (name "r-dygraphs")
20304 (version "1.1.1.6")
20305 (source
20306 (origin
20307 (method url-fetch)
20308 (uri (cran-uri "dygraphs" version))
20309 (sha256
20310 (base32
20311 "022j007mzfa9k2n31yg4aizcsf571vv3jip092h23rqj03rk3ly3"))))
20312 (properties `((upstream-name . "dygraphs")))
20313 (build-system r-build-system)
20314 (arguments
20315 `(#:modules ((guix build utils)
20316 (guix build r-build-system)
20317 (srfi srfi-1)
20318 (ice-9 popen))
20319 #:phases
20320 (modify-phases %standard-phases
20321 (add-after 'unpack 'process-javascript
20322 (lambda* (#:key inputs #:allow-other-keys)
20323 (with-directory-excursion "inst/htmlwidgets/lib/"
20324 (call-with-values
20325 (lambda ()
20326 (unzip2
20327 `(("dygraphs/dygraph-combined-dev.js"
20328 "dygraph-combined.js")
20329 (,(assoc-ref inputs "js-jquery")
20330 "jquery/jquery.min.js")
20331 (,(assoc-ref inputs "js-fquarter")
20332 "fquarter/moment-fquarter.min.js"))))
20333 (lambda (sources targets)
20334 (for-each (lambda (source target)
20335 (format #t "Processing ~a --> ~a~%"
20336 source target)
20337 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
20338 (call-with-output-file target
20339 (lambda (port)
20340 (dump-port minified port)))))
20341 sources targets))))
20342 #t)))))
20343 (native-inputs
20344 `(("uglify-js" ,uglify-js)
20345 ;; They actually use version 1.11.1, but this more recent version
20346 ;; should be just fine.
20347 ("js-jquery"
20348 ,(origin
20349 (method url-fetch)
20350 (uri "https://code.jquery.com/jquery-1.12.4.js")
20351 (sha256
20352 (base32
20353 "0x9mrc1668icvhpwzvgafm8xm11x9lfai9nwr66aw6pjnpwkc3s3"))))
20354 ("js-fquarter"
20355 ,(origin
20356 (method url-fetch)
20357 (uri (string-append "https://raw.githubusercontent.com/robgallen/"
20358 "moment-fquarter/1.0.1/moment-fquarter.js"))
20359 (sha256
20360 (base32
20361 "01mdnsaibm9jy2f1qpbn692hpv309lhj5si9nagib4dawmrkffij"))))))
20362 (propagated-inputs
20363 `(("r-htmltools" ,r-htmltools)
20364 ("r-htmlwidgets" ,r-htmlwidgets)
20365 ("r-magrittr" ,r-magrittr)
20366 ("r-xts" ,r-xts)
20367 ("r-zoo" ,r-zoo)))
20368 (home-page "https://github.com/rstudio/dygraphs")
20369 (synopsis "Interface to Dygraphs interactive time series charting library")
20370 (description
20371 "This package provides an R interface to the dygraphs JavaScript charting
20372 library (a copy of which is included in the package). It provides rich
20373 facilities for charting time-series data in R, including highly configurable
20374 series- and axis-display and interactive features like zoom/pan and
20375 series/point highlighting.")
20376 (license license:expat)))
20377
20378 (define-public r-shinystan
20379 (package
20380 (name "r-shinystan")
20381 (version "2.5.0")
20382 (source
20383 (origin
20384 (method url-fetch)
20385 (uri (cran-uri "shinystan" version))
20386 (sha256
20387 (base32
20388 "18alf5kiqw7y2l6m5nxxizwc2znsf9frxfsqhvgcad8hld9cbya5"))))
20389 (properties `((upstream-name . "shinystan")))
20390 (build-system r-build-system)
20391 (propagated-inputs
20392 `(("r-bayesplot" ,r-bayesplot)
20393 ("r-colourpicker" ,r-colourpicker)
20394 ("r-dt" ,r-dt)
20395 ("r-dygraphs" ,r-dygraphs)
20396 ("r-ggplot2" ,r-ggplot2)
20397 ("r-gridextra" ,r-gridextra)
20398 ("r-gtools" ,r-gtools)
20399 ("r-markdown" ,r-markdown)
20400 ("r-reshape2" ,r-reshape2)
20401 ("r-rsconnect" ,r-rsconnect)
20402 ("r-rstan" ,r-rstan)
20403 ("r-shiny" ,r-shiny)
20404 ("r-shinyjs" ,r-shinyjs)
20405 ("r-shinythemes" ,r-shinythemes)
20406 ("r-threejs" ,r-threejs)
20407 ("r-xtable" ,r-xtable)
20408 ("r-xts" ,r-xts)))
20409 (home-page "https://mc-stan.org/")
20410 (synopsis "Interactive visual and numerical analysis for Bayesian models")
20411 (description
20412 "This package provides a graphical user interface for interactive
20413 @dfn{Markov chain Monte Carlo} (MCMC) diagnostics and plots and tables helpful
20414 for analyzing a posterior sample. The interface is powered by the Shiny web
20415 application framework and works with the output of MCMC programs written in
20416 any programming language (and has extended functionality for Stan models fit
20417 using the @code{rstan} and @code{rstanarm} packages).")
20418 (license license:gpl3+)))
20419
20420 (define-public r-rstantools
20421 (package
20422 (name "r-rstantools")
20423 (version "2.0.0")
20424 (source
20425 (origin
20426 (method url-fetch)
20427 (uri (cran-uri "rstantools" version))
20428 (sha256
20429 (base32
20430 "1il0pn4ksbdkska5fmhvgaicvwnnc6cs08g6ags9fj1xkjiqmrsa"))))
20431 (properties `((upstream-name . "rstantools")))
20432 (build-system r-build-system)
20433 (inputs `(("pandoc" ,ghc-pandoc)))
20434 (propagated-inputs
20435 `(("r-desc" ,r-desc)
20436 ("r-rcpp" ,r-rcpp)))
20437 (home-page "https://mc-stan.org/rstantools/")
20438 (synopsis "Tools for developing R packages interfacing with Stan")
20439 (description
20440 "This package provides various tools for developers of R packages
20441 interfacing with @url{https://mc-stan.org, Stan}, including functions to set
20442 up the required package structure, S3 generics and default methods to unify
20443 function naming across Stan-based R packages, and vignettes with
20444 recommendations for developers.")
20445 (license license:gpl3+)))
20446
20447 (define-public r-loo
20448 (package
20449 (name "r-loo")
20450 (version "2.2.0")
20451 (source
20452 (origin
20453 (method url-fetch)
20454 (uri (cran-uri "loo" version))
20455 (sha256
20456 (base32
20457 "1hq1zcj76x55z9kic6cwf7mfq9pzqfbr341jbc9wp7x8ac4zcva6"))))
20458 (properties `((upstream-name . "loo")))
20459 (build-system r-build-system)
20460 (inputs
20461 `(("pandoc" ,ghc-pandoc)
20462 ("pandoc-citeproc" ,ghc-pandoc-citeproc)))
20463 (propagated-inputs
20464 `(("r-checkmate" ,r-checkmate)
20465 ("r-matrixstats" ,r-matrixstats)))
20466 (home-page "https://mc-stan.org/loo/")
20467 (synopsis "Leave-One-Out cross-validation and WAIC for Bayesian models")
20468 (description
20469 "This package provides an implementation of efficient approximate
20470 @dfn{leave-one-out} (LOO) cross-validation for Bayesian models fit using
20471 Markov chain Monte Carlo, as described in @url{doi:10.1007/s11222-016-9696-4}.
20472 The approximation uses @dfn{Pareto smoothed importance sampling} (PSIS), a new
20473 procedure for regularizing importance weights. As a byproduct of the
20474 calculations, we also obtain approximate standard errors for estimated
20475 predictive errors and for the comparison of predictive errors between models.
20476 The package also provides methods for using stacking and other model weighting
20477 techniques to average Bayesian predictive distributions.")
20478 (license license:gpl3+)))
20479
20480 (define-public r-rstan
20481 (package
20482 (name "r-rstan")
20483 (version "2.19.3")
20484 (source
20485 (origin
20486 (method url-fetch)
20487 (uri (cran-uri "rstan" version))
20488 (sha256
20489 (base32
20490 "128ndwjrhf8b1qvvqz4bl13qlm8718z9qs5ryc6gsdr3vk65s0np"))))
20491 (properties `((upstream-name . "rstan")))
20492 (build-system r-build-system)
20493 (arguments
20494 `(#:phases
20495 (modify-phases %standard-phases
20496 (add-before 'install 'set-timezone
20497 ;; This package is picky about timezones.
20498 (lambda* (#:key inputs #:allow-other-keys)
20499 (setenv "TZ" "UTC+1")
20500 (setenv "TZDIR"
20501 (string-append (assoc-ref inputs "tzdata")
20502 "/share/zoneinfo"))
20503 #t)))))
20504 (native-inputs
20505 `(("tzdata" ,tzdata)
20506 ("pandoc" ,ghc-pandoc)))
20507 (propagated-inputs
20508 `(("r-bh" ,r-bh)
20509 ("r-ggplot2" ,r-ggplot2)
20510 ("r-gridextra" ,r-gridextra)
20511 ("r-inline" ,r-inline)
20512 ("r-loo" ,r-loo)
20513 ("r-pkgbuild" ,r-pkgbuild)
20514 ("r-rcpp" ,r-rcpp)
20515 ("r-rcppeigen" ,r-rcppeigen)
20516 ("r-stanheaders" ,r-stanheaders)))
20517 (home-page "https://discourse.mc-stan.org/")
20518 (synopsis "R interface to Stan")
20519 (description
20520 "User-facing R functions are provided to parse, compile, test, estimate,
20521 and analyze Stan models by accessing the header-only Stan library provided by
20522 the StanHeaders package. The Stan project develops a probabilistic
20523 programming language that implements full Bayesian statistical inference via
20524 Markov Chain Monte Carlo, rough Bayesian inference via 'variational'
20525 approximation, and (optionally penalized) maximum likelihood estimation via
20526 optimization. In all three cases, automatic differentiation is used to
20527 quickly and accurately evaluate gradients without burdening the user with the
20528 need to derive the partial derivatives.")
20529 (license license:gpl3+)))
20530
20531 (define-public r-rstanarm
20532 (package
20533 (name "r-rstanarm")
20534 (version "2.19.3")
20535 (source
20536 (origin
20537 (method url-fetch)
20538 (uri (cran-uri "rstanarm" version))
20539 (sha256
20540 (base32
20541 "0gxjq8bdlvdd8kn3dhp12xlymdab036r7n12lzmd3xlkl4cnxq3s"))))
20542 (properties `((upstream-name . "rstanarm")))
20543 (build-system r-build-system)
20544 (inputs
20545 `(("pandoc" ,ghc-pandoc)
20546 ("pandoc-citeproc" ,ghc-pandoc-citeproc)))
20547 (propagated-inputs
20548 `(("r-bayesplot" ,r-bayesplot)
20549 ("r-bh" ,r-bh)
20550 ("r-ggplot2" ,r-ggplot2)
20551 ("r-lme4" ,r-lme4)
20552 ("r-loo" ,r-loo)
20553 ("r-matrix" ,r-matrix)
20554 ("r-nlme" ,r-nlme)
20555 ("r-rcpp" ,r-rcpp)
20556 ("r-rcppeigen" ,r-rcppeigen)
20557 ("r-rcppparallel" ,r-rcppparallel)
20558 ("r-rstan" ,r-rstan)
20559 ("r-rstantools" ,r-rstantools)
20560 ("r-shinystan" ,r-shinystan)
20561 ("r-stanheaders" ,r-stanheaders)
20562 ("r-survival" ,r-survival)))
20563 (home-page "https://mc-stan.org/rstanarm/")
20564 (synopsis "Bayesian applied regression modeling via Stan")
20565 (description
20566 "This package estimates previously compiled regression models using the
20567 @code{rstan} package, which provides the R interface to the Stan C++ library
20568 for Bayesian estimation. Users specify models via the customary R syntax with
20569 a formula and @code{data.frame} plus some additional arguments for priors.")
20570 (license license:gpl3+)))
20571
20572 (define-public r-kendall
20573 (package
20574 (name "r-kendall")
20575 (version "2.2")
20576 (source
20577 (origin
20578 (method url-fetch)
20579 (uri (cran-uri "Kendall" version))
20580 (sha256
20581 (base32
20582 "0z2yr3x2nvdm81w2imb61hxwcbmg14kfb2bxgh3wmkmv3wfjwkwn"))))
20583 (properties `((upstream-name . "Kendall")))
20584 (build-system r-build-system)
20585 (propagated-inputs
20586 `(("r-boot" ,r-boot)))
20587 (native-inputs
20588 `(("gfortran" ,gfortran)))
20589 (home-page "https://cran.r-project.org/web/packages/Kendall/")
20590 (synopsis "Kendall rank correlation and Mann-Kendall trend test")
20591 (description
20592 "This package computes the Kendall rank correlation and Mann-Kendall
20593 trend test.")
20594 (license license:gpl2+)))
20595
20596 (define-public r-zyp
20597 (package
20598 (name "r-zyp")
20599 (version "0.10-1.1")
20600 (source
20601 (origin
20602 (method url-fetch)
20603 (uri (cran-uri "zyp" version))
20604 (sha256
20605 (base32
20606 "03cxpkfbhrx1fy8l0dl9a13ghz93cqq6877wa8rig09ksdiivaw9"))))
20607 (properties `((upstream-name . "zyp")))
20608 (build-system r-build-system)
20609 (propagated-inputs
20610 `(("r-kendall" ,r-kendall)))
20611 (home-page "https://cran.r-project.org/web/packages/zyp/")
20612 (synopsis "Zhang + Yue-Pilon Trends Package")
20613 (description
20614 "This package contains an efficient implementation of Sen's slope
20615 method (Sen, 1968) plus implementation of Xuebin Zhang's (Zhang, 1999) and
20616 Yue-Pilon's (Yue, 2002) pre-whitening approaches to determining trends in
20617 climate data.")
20618 (license license:lgpl2.1)))
20619
20620 (define-public r-zvcv
20621 (package
20622 (name "r-zvcv")
20623 (version "1.0.0")
20624 (source
20625 (origin
20626 (method url-fetch)
20627 (uri (cran-uri "ZVCV" version))
20628 (sha256
20629 (base32
20630 "1npw836q2skx54843lgxvb0rfwafckjc8k8dljykm60ad3z7zak8"))))
20631 (properties `((upstream-name . "ZVCV")))
20632 (build-system r-build-system)
20633 (propagated-inputs
20634 `(("r-abind" ,r-abind)
20635 ("r-glmnet" ,r-glmnet)
20636 ("r-mvtnorm" ,r-mvtnorm)
20637 ("r-partitions" ,r-partitions)
20638 ("r-rcpp" ,r-rcpp)
20639 ("r-rcpparmadillo" ,r-rcpparmadillo)))
20640 (home-page "https://cran.r-project.org/web/packages/ZVCV/")
20641 (synopsis "Zero-Variance Control Variates")
20642 (description
20643 "@dfn{Zero-variance control variates} (ZV-CV) is a post-processing method
20644 to reduce the variance of Monte Carlo estimators of expectations using the
20645 derivatives of the log target. Once the derivatives are available, the only
20646 additional computational effort is in solving a linear regression problem.
20647 This method has been extended to higher dimensions using regularisation. This
20648 package can be used to easily perform ZV-CV or regularised ZV-CV when a set of
20649 samples, derivatives and function evaluations are available. Additional
20650 functions for applying ZV-CV to two estimators for the normalising constant of
20651 the posterior distribution in Bayesian statistics are also supplied.")
20652 (license license:gpl2+)))
20653
20654 (define-public r-ztype
20655 (package
20656 (name "r-ztype")
20657 (version "0.1.0")
20658 (source
20659 (origin
20660 (method url-fetch)
20661 (uri (cran-uri "ztype" version))
20662 (sha256
20663 (base32
20664 "0brbq2rgkl4mhjbb70kkfv47lzs66k9ppfs2klavcbripirxn5fx"))))
20665 (properties `((upstream-name . "ztype")))
20666 (build-system r-build-system)
20667 (propagated-inputs
20668 `(("r-assertthat" ,r-assertthat)
20669 ("r-dplyr" ,r-dplyr)
20670 ("r-ggplot2" ,r-ggplot2)
20671 ("r-lubridate" ,r-lubridate)
20672 ("r-magrittr" ,r-magrittr)
20673 ("r-rvest" ,r-rvest)
20674 ("r-stringr" ,r-stringr)))
20675 (home-page "https://cran.r-project.org/web/packages/ztype/")
20676 (synopsis "Run a Ztype game loaded with R functions")
20677 (description
20678 "How fast can you type R functions on your keyboard? Find out by running
20679 a @code{zty.pe} game: export R functions as instructions to type to destroy
20680 opponents' vessels.")
20681 (license license:gpl3)))
20682
20683 (define-public r-zseq
20684 (package
20685 (name "r-zseq")
20686 (version "0.2.0")
20687 (source
20688 (origin
20689 (method url-fetch)
20690 (uri (cran-uri "Zseq" version))
20691 (sha256
20692 (base32
20693 "06dndi2b1q79bmxax11bv0l5ifcz1mhpvbn90y6a6xymrgcq0ivi"))))
20694 (properties `((upstream-name . "Zseq")))
20695 (build-system r-build-system)
20696 (propagated-inputs
20697 `(("r-gmp" ,r-gmp)))
20698 (home-page "https://cran.r-project.org/web/packages/Zseq/")
20699 (synopsis "Integer sequence generator")
20700 (description
20701 "This package generates well-known integer sequences. The @code{gmp}
20702 package is adopted for computing with arbitrarily large numbers. Every
20703 function has a hyperlink to its corresponding item in the @dfn{On-Line
20704 Encyclopedia of Integer Sequences} (OEIS) in the function help page.")
20705 (license license:gpl3+)))
20706
20707 (define-public r-isoband
20708 (package
20709 (name "r-isoband")
20710 (version "0.2.0")
20711 (source
20712 (origin
20713 (method url-fetch)
20714 (uri (cran-uri "isoband" version))
20715 (sha256
20716 (base32
20717 "1r023s73qypnvpx18znr9ymylr022m90v65mz2jasn0a1kjrfcbq"))))
20718 (properties `((upstream-name . "isoband")))
20719 (build-system r-build-system)
20720 (propagated-inputs
20721 `(("r-rcpp" ,r-rcpp)
20722 ("r-testthat" ,r-testthat)))
20723 (home-page "https://github.com/wilkelab/isoband")
20724 (synopsis "Generate isolines and isobands from regularly spaced elevation grids")
20725 (description
20726 "This package provides a fast C++ implementation to generate contour
20727 lines (isolines) and contour polygons (isobands) from regularly spaced grids
20728 containing elevation data.")
20729 (license license:expat)))