gnu: r-univoutl: Update to 0.3.
[jackhill/guix/guix.git] / gnu / packages / cran.scm
1 ;;; GNU Guix --- Functional package management for GNU
2 ;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ricardo Wurmus <rekado@elephly.net>
3 ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
4 ;;; Copyright © 2015, 2016 Pjotr Prins <pjotr.guix@thebird.nl>
5 ;;; Copyright © 2016, 2017 Ben Woodcroft <donttrustben@gmail.com>
6 ;;; Copyright © 2016, 2017, 2018, 2020 Roel Janssen <roel@gnu.org>
7 ;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
8 ;;; Copyright © 2017 Raoul Bonnal <ilpuccio.febo@gmail.com>
9 ;;; Copyright © 2018 Vijayalakshmi Vedantham <vijimay12@gmail.com>
10 ;;; Copyright © 2018 Sahithi Yarlagadda <sahi@swecha.net>
11 ;;; Copyright © 2018 Sandeep Subramanian <sandeepsubramanian94@gmail.com>
12 ;;; Copyright © 2018 Charlie Ritter <chewzeirta@posteo.net>
13 ;;; Copyright © 2018 Konrad Hinsen <konrad.hinsen@fastmail.net>
14 ;;; Copyright © 2018, 2020, 2021 Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
15 ;;; Copyright © 2018 Laura Lazzati <laura.lazzati.15@gmail.com>
16 ;;; Copyright © 2018 Leo Famulari <leo@famulari.name>
17 ;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com>
18 ;;; Copyright © 2018, 2019 Brett Gilio <brettg@gnu.org>
19 ;;; Copyright © 2019 Nicolò Balzarotti <anothersms@gmail.com>
20 ;;; Copyright © 2019, 2020 Wiktor Żelazny <wzelazny@vurv.cz>
21 ;;; Copyright © 2019 Arne Babenhauserheide <arne_bab@web.de>
22 ;;; Copyright © 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
23 ;;; Copyright © 2020 Todor Kondić <tk.code@protonmail.com>
24 ;;; Copyright © 2020 Danjela Lura <danielaluraa@gmail.com>
25 ;;; Copyright © 2020 Naga Malleswari <nagamalli@riseup.net>
26 ;;; Copyright © 2020 Eric Brown <ecbrown@ericcbrown.com>
27 ;;; Copyright © 2020 Peter Lo <peterloleungyau@gmail.com>
28 ;;; Copyright © 2020 Rafael Luque Leiva <rafael.luque@osoco.es>
29 ;;; Copyright © 2020, 2021 Lars-Dominik Braun <ldb@leibniz-psychology.org>
30 ;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
31 ;;; Copyright © 2020 Antoine Côté <antoine.cote@posteo.net>
32 ;;; Copyright © 2020 Arun Isaac <arunisaac@systemreboot.net>
33 ;;; Copyright © 2020 Magali Lemes <magalilemes00@gmail.com>
34 ;;; Copyright © 2020 Simon Tournier <zimon.toutoune@gmail.com>
35 ;;; Copyright © 2020 Aniket Patil <aniket112.patil@gmail.com>
36 ;;; Copyright © 2021 Tim Howes <timhowes@lavabit.com>
37 ;;;
38 ;;; This file is part of GNU Guix.
39 ;;;
40 ;;; GNU Guix is free software; you can redistribute it and/or modify it
41 ;;; under the terms of the GNU General Public License as published by
42 ;;; the Free Software Foundation; either version 3 of the License, or (at
43 ;;; your option) any later version.
44 ;;;
45 ;;; GNU Guix is distributed in the hope that it will be useful, but
46 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
47 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
48 ;;; GNU General Public License for more details.
49 ;;;
50 ;;; You should have received a copy of the GNU General Public License
51 ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
52
53 (define-module (gnu packages cran)
54 #:use-module ((guix licenses) #:prefix license:)
55 #:use-module (guix packages)
56 #:use-module (guix download)
57 #:use-module (guix git-download)
58 #:use-module (guix utils)
59 #:use-module (guix build-system gnu)
60 #:use-module (guix build-system r)
61 #:use-module (gnu packages)
62 #:use-module (gnu packages algebra)
63 #:use-module (gnu packages autotools)
64 #:use-module (gnu packages base)
65 #:use-module (gnu packages bioinformatics)
66 #:use-module (gnu packages c)
67 #:use-module (gnu packages compression)
68 #:use-module (gnu packages crypto)
69 #:use-module (gnu packages curl)
70 #:use-module (gnu packages databases)
71 #:use-module (gnu packages fontutils)
72 #:use-module (gnu packages fribidi)
73 #:use-module (gnu packages gcc)
74 #:use-module (gnu packages geo)
75 #:use-module (gnu packages ghostscript)
76 #:use-module (gnu packages gl)
77 #:use-module (gnu packages gnome)
78 #:use-module (gnu packages graph)
79 #:use-module (gnu packages gtk)
80 #:use-module (gnu packages haskell-xyz)
81 #:use-module (gnu packages icu4c)
82 #:use-module (gnu packages image)
83 #:use-module (gnu packages imagemagick)
84 #:use-module (gnu packages java)
85 #:use-module (gnu packages javascript)
86 #:use-module (gnu packages libevent)
87 #:use-module (gnu packages lisp-xyz)
88 #:use-module (gnu packages machine-learning)
89 #:use-module (gnu packages maths)
90 #:use-module (gnu packages mpi)
91 #:use-module (gnu packages multiprecision)
92 #:use-module (gnu packages networking)
93 #:use-module (gnu packages node)
94 #:use-module (gnu packages pcre)
95 #:use-module (gnu packages pdf)
96 #:use-module (gnu packages perl)
97 #:use-module (gnu packages pkg-config)
98 #:use-module (gnu packages pulseaudio) ;libsndfile
99 #:use-module (gnu packages python)
100 #:use-module (gnu packages python-xyz)
101 #:use-module (gnu packages sqlite)
102 #:use-module (gnu packages statistics)
103 #:use-module (gnu packages tcl)
104 #:use-module (gnu packages textutils)
105 #:use-module (gnu packages tls)
106 #:use-module (gnu packages version-control)
107 #:use-module (gnu packages web)
108 #:use-module (gnu packages xml)
109 #:use-module (gnu packages xorg))
110
111 (define-public r-brio
112 (package
113 (name "r-brio")
114 (version "1.1.1")
115 (source
116 (origin
117 (method url-fetch)
118 (uri (cran-uri "brio" version))
119 (sha256
120 (base32
121 "0ai2pqw5zk11r0rl2xshsq095ix1sdp2vjlixz2qxvy27x145ykh"))))
122 (properties `((upstream-name . "brio")))
123 (build-system r-build-system)
124 (home-page "https://github.com/r-lib/brio")
125 (synopsis "Basic R input output")
126 (description
127 "This package provides functions to handle basic input output. These
128 functions always read and write UTF-8 (8-bit Unicode Transformation Format)
129 files and provide more explicit control over line endings.")
130 (license license:expat)))
131
132 (define-public r-cachem
133 (package
134 (name "r-cachem")
135 (version "1.0.4")
136 (source
137 (origin
138 (method url-fetch)
139 (uri (cran-uri "cachem" version))
140 (sha256
141 (base32
142 "1b1gk837rk9kbfq385ybrrk12ckxwvhjvf0z9635l3vw49wal4mh"))))
143 (properties `((upstream-name . "cachem")))
144 (build-system r-build-system)
145 (propagated-inputs
146 `(("r-fastmap" ,r-fastmap)
147 ("r-rlang" ,r-rlang)))
148 (home-page "https://cachem.r-lib.org/")
149 (synopsis "Cache R objects with automatic pruning")
150 (description
151 "This package provides key-value stores with automatic pruning. Caches
152 can limit either their total size or the age of the oldest object (or both),
153 automatically pruning objects to maintain the constraints.")
154 (license license:expat)))
155
156 (define-public r-diffobj
157 (package
158 (name "r-diffobj")
159 (version "0.3.4")
160 (source
161 (origin
162 (method url-fetch)
163 (uri (cran-uri "diffobj" version))
164 (sha256
165 (base32
166 "1z4yhfasjpi9rxl1lh9bny7yvs947a6hhc768azc1wwad748mk9q"))))
167 (properties `((upstream-name . "diffobj")))
168 (build-system r-build-system)
169 (propagated-inputs `(("r-crayon" ,r-crayon)))
170 (native-inputs `(("r-knitr" ,r-knitr)))
171 (home-page "https://github.com/brodieG/diffobj")
172 (synopsis "Diffs for R objects")
173 (description
174 "Generate a colorized diff of two R objects for an intuitive
175 visualization of their differences.")
176 (license license:gpl2+)))
177
178 (define-public r-waldo
179 (package
180 (name "r-waldo")
181 (version "0.2.5")
182 (source
183 (origin
184 (method url-fetch)
185 (uri (cran-uri "waldo" version))
186 (sha256
187 (base32
188 "09jhwpgd6hg4qyip4r7wzpjz0jr139fyspd5ncriqimp522snqbr"))))
189 (properties `((upstream-name . "waldo")))
190 (build-system r-build-system)
191 (propagated-inputs
192 `(("r-cli" ,r-cli)
193 ("r-diffobj" ,r-diffobj)
194 ("r-fansi" ,r-fansi)
195 ("r-glue" ,r-glue)
196 ("r-rematch2" ,r-rematch2)
197 ("r-rlang" ,r-rlang)
198 ("r-tibble" ,r-tibble)))
199 (home-page "https://github.com/r-lib/waldo")
200 (synopsis "Find differences between R objects")
201 (description
202 "Compare complex R objects and reveal the key differences. This package
203 was designed particularly for use in testing packages where being able to
204 quickly isolate key differences makes understanding test failures much
205 easier.")
206 (license license:expat)))
207
208 (define-public r-rticles
209 (package
210 (name "r-rticles")
211 (version "0.19")
212 (source
213 (origin
214 (method url-fetch)
215 (uri (cran-uri "rticles" version))
216 (sha256
217 (base32
218 "1zcj5y54z1max1df9j2iclm6zlcic4wj684y18wcnmmdwfs51818"))))
219 (properties `((upstream-name . "rticles")))
220 (build-system r-build-system)
221 (propagated-inputs
222 `(("r-knitr" ,r-knitr)
223 ("r-rmarkdown" ,r-rmarkdown)
224 ("r-tinytex" ,r-tinytex)
225 ("r-xfun" ,r-xfun)
226 ("r-yaml" ,r-yaml)))
227 (home-page "https://github.com/rstudio/rticles")
228 (synopsis "Article formats for R Markdown")
229 (description
230 "This package provides a suite of custom R Markdown formats and templates
231 for authoring journal articles and conference submissions.")
232 (license license:gpl3)))
233
234 (define-public r-bezier
235 (package
236 (name "r-bezier")
237 (version "1.1.2")
238 (source (origin
239 (method url-fetch)
240 (uri (cran-uri "bezier" version))
241 (sha256
242 (base32
243 "1vw5128v8h973xwa1fdm9cw2jvrldj87nd55lddlp3qsz3ag4br6"))))
244 (build-system r-build-system)
245 (home-page "https://cran.r-project.org/web/packages/bezier/")
246 (synopsis "Bezier curve and spline toolkit")
247 (description
248 "This package is a toolkit for working with Bezier curves and splines.
249 The package provides functions for point generation, arc length estimation,
250 degree elevation and curve fitting.")
251 (license license:gpl2+)))
252
253 (define-public r-v8
254 (package
255 (name "r-v8")
256 (version "3.4.0")
257 (source
258 (origin
259 (method url-fetch)
260 (uri (cran-uri "V8" version))
261 (sha256
262 (base32
263 "1g9z22pc8ydx1yhv57ww2d2jg5hvrl7ilwa79x89zgn17jha5j7m"))))
264 (properties `((upstream-name . "V8")))
265 (build-system r-build-system)
266 (arguments
267 `(#:phases
268 (modify-phases %standard-phases
269 (add-after 'unpack 'find-v8
270 (lambda* (#:key inputs #:allow-other-keys)
271 (substitute* "configure"
272 (("^PKG_LIBS=.*")
273 (string-append "PKG_LIBS="
274 (assoc-ref inputs "node")
275 "/lib/libnode.so.64\n")))
276 (setenv "INCLUDE_DIR"
277 (string-append
278 (assoc-ref inputs "node")
279 "/include/node"))
280 (setenv "LIB_DIR"
281 (string-append
282 (assoc-ref inputs "node") "/lib"))
283 #t)))))
284 (inputs
285 `(("node" ,libnode)))
286 (propagated-inputs
287 `(("r-curl" ,r-curl)
288 ("r-jsonlite" ,r-jsonlite)
289 ("r-rcpp" ,r-rcpp)))
290 (native-inputs
291 `(("r-knitr" ,r-knitr)))
292 (home-page "https://jeroen.cran.dev/V8")
293 (synopsis "Embedded JavaScript and WebAssembly engine for R")
294 (description
295 "This package provides an R interface to V8: Google's JavaScript and
296 WebAssembly engine.")
297 (license license:expat)))
298
299 (define-public r-dot
300 (package
301 (name "r-dot")
302 (version "0.1")
303 (source
304 (origin
305 (method url-fetch)
306 (uri (cran-uri "DOT" version))
307 (sha256
308 (base32
309 "0qh5n57cp9c2n5yn59q4wggz82943pwfanp3kx869aba2x3sj30i"))))
310 (properties `((upstream-name . "DOT")))
311 (build-system r-build-system)
312 (propagated-inputs
313 `(("r-v8" ,r-v8)))
314 (home-page "http://haghish.com/dot")
315 (synopsis "Render and Export DOT Graphs in R")
316 (description
317 "This package provides tools to render DOT diagram markup language in R
318 and also provides the possibility to export the graphs in PostScript and
319 SVG (Scalable Vector Graphics) formats. In addition, it supports literate
320 programming packages such as @code{knitr} and @code{rmarkdown}.")
321 (license license:expat)))
322
323 (define-public r-clipr
324 (package
325 (name "r-clipr")
326 (version "0.7.1")
327 (source
328 (origin
329 (method url-fetch)
330 (uri (cran-uri "clipr" version))
331 (sha256
332 (base32
333 "1ywa4kipwc2d7na6iiz3wzdah99h6aynnh74yxl3nzl40xxlgbgz"))))
334 (build-system r-build-system)
335 (native-inputs
336 `(("r-knitr" ,r-knitr)))
337 (home-page "https://github.com/mdlincoln/clipr")
338 (synopsis "Read and write from the system clipboard")
339 (description
340 "This package provides simple utility functions to read from and write to
341 the system clipboards.")
342 (license license:gpl3)))
343
344 (define-public r-zoo
345 (package
346 (name "r-zoo")
347 (version "1.8-9")
348 (source (origin
349 (method url-fetch)
350 (uri (cran-uri "zoo" version))
351 (sha256
352 (base32
353 "18vjywalpgzqyk66gajb8x1yp8avdaaf11ykynld9fd8cy82bgmp"))))
354 (build-system r-build-system)
355 (propagated-inputs
356 `(("r-lattice" ,r-lattice)))
357 (home-page "http://zoo.R-Forge.R-project.org/")
358 (synopsis "S3 infrastructure for regular and irregular time series")
359 (description "This package contains an S3 class with methods for totally
360 ordered indexed observations. It is particularly aimed at irregular time
361 series of numeric vectors/matrices and factors.")
362 (license license:gpl2+)))
363
364 (define-public r-ggalluvial
365 (package
366 (name "r-ggalluvial")
367 (version "0.12.3")
368 (source (origin
369 (method url-fetch)
370 (uri (cran-uri "ggalluvial" version))
371 (sha256
372 (base32
373 "0mkan9gxg3yxjism22yxbhvlh2lh7wpbrqpb355za790prcmjbh3"))))
374 (properties `((upstream-name . "ggalluvial")))
375 (build-system r-build-system)
376 (propagated-inputs
377 `(("r-dplyr" ,r-dplyr)
378 ("r-ggplot2" ,r-ggplot2)
379 ("r-lazyeval" ,r-lazyeval)
380 ("r-rlang" ,r-rlang)
381 ("r-tidyr" ,r-tidyr)
382 ("r-tidyselect" ,r-tidyselect)))
383 (native-inputs
384 `(("r-knitr" ,r-knitr)))
385 (home-page "http://corybrunson.github.io/ggalluvial/")
386 (synopsis "Alluvial plots for ggplot2")
387 (description "This package provides alluvial plots for @code{ggplot2}.
388 Alluvial plots use variable-width ribbons and stacked bar plots to represent
389 multi-dimensional or repeated-measures data with categorical or ordinal
390 variables.")
391 (license license:gpl3)))
392
393 (define-public r-ggpmisc
394 (package
395 (name "r-ggpmisc")
396 (version "0.3.9")
397 (source (origin
398 (method url-fetch)
399 (uri (cran-uri "ggpmisc" version))
400 (sha256
401 (base32
402 "0nb0lpwqph9334s9sq77mk3nd22icy9d9hywz4awhf6nvp5rcc2v"))))
403 (build-system r-build-system)
404 (propagated-inputs
405 `(("r-dplyr" ,r-dplyr)
406 ("r-generics" ,r-generics)
407 ("r-glue" ,r-glue)
408 ("r-ggplot2" ,r-ggplot2)
409 ("r-gridextra" ,r-gridextra)
410 ("r-lubridate" ,r-lubridate)
411 ("r-magrittr" ,r-magrittr)
412 ("r-mass" ,r-mass)
413 ("r-plyr" ,r-plyr)
414 ("r-polynom" ,r-polynom)
415 ("r-rlang" ,r-rlang)
416 ("r-scales" ,r-scales)
417 ("r-splus2r" ,r-splus2r)
418 ("r-stringr" ,r-stringr)
419 ("r-tibble" ,r-tibble)
420 ("r-xts" ,r-xts)
421 ("r-zoo" ,r-zoo)))
422 (native-inputs
423 `(("r-knitr" ,r-knitr)))
424 (home-page "https://www.r4photobiology.info/")
425 (synopsis "Miscellaneous Extensions to @code{ggplot2}")
426 (description "This package provides extensions to @code{ggplot2},
427 respecting the grammar of its graphics paradigm.")
428 (license license:gpl2+)))
429
430 (define-public r-gprofiler
431 (package
432 (name "r-gprofiler")
433 (version "0.7.0")
434 (source
435 (origin
436 (method url-fetch)
437 (uri (cran-uri "gProfileR" version))
438 (sha256
439 (base32
440 "1h1v0kgpsn04ald2izznh7fr2riwisj5hcgz4k7h3qc931rf0r4k"))))
441 (properties `((upstream-name . "gProfileR")))
442 (build-system r-build-system)
443 (propagated-inputs
444 `(("r-plyr" ,r-plyr)
445 ("r-rcurl" ,r-rcurl)))
446 (home-page "https://cran.r-project.org/web/packages/gProfileR/")
447 (synopsis "Interface to the g:Profiler toolkit")
448 (description
449 "This package provides tools for functional enrichment analysis,
450 gene identifier conversion and mapping homologous genes across related
451 organisms via the @code{g:Profiler} toolkit.")
452 (license license:gpl2+)))
453
454 (define-public r-gprofiler2
455 (package
456 (name "r-gprofiler2")
457 (version "0.2.0")
458 (source
459 (origin
460 (method url-fetch)
461 (uri (cran-uri "gprofiler2" version))
462 (sha256
463 (base32
464 "0q8hl3gdxy34c0181ql405fdklz82nfvmwdcafd5mzf935rjpyjg"))))
465 (properties `((upstream-name . "gprofiler2")))
466 (build-system r-build-system)
467 (propagated-inputs
468 `(("r-crosstalk" ,r-crosstalk)
469 ("r-dplyr" ,r-dplyr)
470 ("r-ggplot2" ,r-ggplot2)
471 ("r-gridextra" ,r-gridextra)
472 ("r-jsonlite" ,r-jsonlite)
473 ("r-plotly" ,r-plotly)
474 ("r-rcurl" ,r-rcurl)
475 ("r-tidyr" ,r-tidyr)
476 ("r-viridislite" ,r-viridislite)))
477 (native-inputs `(("r-knitr" ,r-knitr)))
478 (home-page "https://cran.r-project.org/web/packages/gprofiler2/")
479 (synopsis "Interface to the g:Profiler toolset")
480 (description
481 "This package provides a toolset for functional enrichment analysis and
482 visualization, gene/protein/SNP identifier conversion and mapping orthologous
483 genes across species via @url{https://biit.cs.ut.ee/gprofiler,g:Profiler}.
484 The main tools are:
485
486 @enumerate
487 @item @code{g:GOSt}, functional enrichment analysis and visualization of gene
488 lists;
489 @item @code{g:Convert}, gene/protein/transcript identifier conversion across
490 various namespaces;
491 @item @code{g:Orth}, orthology search across species;
492 @item @code{g:SNPense}, mapping SNP rs identifiers to chromosome positions,
493 genes and variant effects.
494 @end enumerate
495
496 This package is an R interface corresponding to the 2019 update of
497 @code{g:Profiler} and provides access to versions @code{e94_eg41_p11} and
498 higher.")
499 (license license:gpl2+)))
500
501 (define-public r-oenb
502 (package
503 (name "r-oenb")
504 (version "0.0.2")
505 (source
506 (origin
507 (method url-fetch)
508 (uri (cran-uri "oenb" version))
509 (sha256
510 (base32
511 "1jgxw7ycx2lcdzglg9nix8k08fs4r6i5jdsjzrd6w1dg6smsinl5"))))
512 (properties `((upstream-name . "oenb")))
513 (build-system r-build-system)
514 (propagated-inputs
515 `(("r-dplyr" ,r-dplyr)
516 ("r-xml" ,r-xml)))
517 (native-inputs `(("r-knitr" ,r-knitr)))
518 (home-page "https://github.com/franzmohr/oenb")
519 (synopsis "Tools for the OeNB Data Web Service")
520 (description
521 "Tools to access data from the data web service of the
522 @acronym{OeNB, Oesterreichische Nationalbank},
523 @url{https://www.oenb.at/en/Statistics/User-Defined-Tables/webservice.html}.")
524 (license license:gpl2+)))
525
526 (define-public r-scales
527 (package
528 (name "r-scales")
529 (version "1.1.1")
530 (source
531 (origin
532 (method url-fetch)
533 (uri (cran-uri "scales" version))
534 (sha256
535 (base32 "019ps0njjc0rzrjygqiyn8b9vp0c3c0jd56h1yi19wzi49jvdcj0"))))
536 (build-system r-build-system)
537 (propagated-inputs
538 `(("r-farver" ,r-farver)
539 ("r-labeling" ,r-labeling)
540 ("r-lifecycle" ,r-lifecycle)
541 ("r-munsell" ,r-munsell)
542 ("r-rcolorbrewer" ,r-rcolorbrewer)
543 ("r-r6" ,r-r6)
544 ("r-viridislite" ,r-viridislite)))
545 (home-page "https://github.com/hadley/scales")
546 (synopsis "Scale functions for visualization")
547 (description
548 "This package provides graphical scales that map data to aesthetics, and
549 provides methods for automatically determining breaks and labels for axes and
550 legends.")
551 (license license:expat)))
552
553 (define-public r-pheatmap
554 (package
555 (name "r-pheatmap")
556 (version "1.0.12")
557 (source
558 (origin
559 (method url-fetch)
560 (uri (cran-uri "pheatmap" version))
561 (sha256
562 (base32
563 "1hdh74az3vyzz6dqa311rhxdm74n46lyr03p862kn80p0kp9d7ap"))))
564 (build-system r-build-system)
565 (propagated-inputs
566 `(("r-gtable" ,r-gtable)
567 ("r-rcolorbrewer" ,r-rcolorbrewer)
568 ("r-scales" ,r-scales)))
569 (home-page "https://cran.r-project.org/web/packages/pheatmap")
570 (synopsis "Pretty heatmaps")
571 (description
572 "This package provides an implementation of heatmaps that offers more
573 control over dimensions and appearance.")
574 (license license:gpl2+)))
575
576 (define-public r-ecp
577 (package
578 (name "r-ecp")
579 (version "3.1.3")
580 (source (origin
581 (method url-fetch)
582 (uri (cran-uri "ecp" version))
583 (sha256
584 (base32
585 "0n602jssl6rf596nwm6hbl7s9vdlqi20w8mrhxicj373mw5v22m8"))))
586 (build-system r-build-system)
587 (propagated-inputs
588 `(("r-rcpp" ,r-rcpp)))
589 (home-page "https://cran.r-project.org/web/packages/ecp/")
590 (synopsis "Multiple change-point analysis of multivariate data")
591 (description
592 "This package implements various procedures for finding multiple
593 change-points. Two methods make use of dynamic programming and pruning, with
594 no distributional assumptions other than the existence of certain absolute
595 moments in one method. Hierarchical and exact search methods are included.
596 All methods return the set of estimated change-points as well as other summary
597 information.")
598 (license license:gpl2+)))
599
600 (define-public r-ellipsis
601 (package
602 (name "r-ellipsis")
603 (version "0.3.1")
604 (source
605 (origin
606 (method url-fetch)
607 (uri (cran-uri "ellipsis" version))
608 (sha256
609 (base32
610 "1nvmkcca57d9067rcggw1gby80ibx5hplk2myz0cs9zwilaib2jg"))))
611 (build-system r-build-system)
612 (propagated-inputs
613 `(("r-rlang" ,r-rlang)))
614 (home-page "https://github.com/hadley/ellipsis")
615 (synopsis "Tools for working with additional arguments")
616 (description
617 "In S3 generics, it's useful to take @code{...} so that methods can have
618 additional arguments. But this flexibility comes at a cost: misspelled
619 arguments will be silently ignored. The @code{ellipsis} package is an
620 experiment that allows a generic to warn if any arguments passed in @code{...}
621 are not used.")
622 (license license:gpl3)))
623
624 (define-public r-grr
625 (package
626 (name "r-grr")
627 (version "0.9.5")
628 (source
629 (origin
630 (method url-fetch)
631 (uri (cran-uri "grr" version))
632 (sha256
633 (base32
634 "0arbcgrvhkwb5xk4nry1ffg2qj0v8ivhjghdr505ib4357g0c9i9"))))
635 (build-system r-build-system)
636 (home-page "https://cran.r-project.org/web/packages/grr")
637 (synopsis "Alternative implementations of base R functions")
638 (description
639 "This package provides alternative implementations of some base R
640 functions, including @code{sort}, @code{order}, and @code{match}. The
641 functions are simplified but can be faster or have other advantages.")
642 (license license:gpl3)))
643
644 (define-public r-matrix-utils
645 (package
646 (name "r-matrix-utils")
647 (version "0.9.8")
648 (source
649 (origin
650 (method url-fetch)
651 (uri (cran-uri "Matrix.utils" version))
652 (sha256
653 (base32
654 "0a5fq1scykqk0kc9j051j6fix6j2dqwz5wbgb0amaxsiywz9vigb"))))
655 (properties `((upstream-name . "Matrix.utils")))
656 (build-system r-build-system)
657 (propagated-inputs
658 `(("r-grr" ,r-grr)
659 ("r-matrix" ,r-matrix)))
660 (home-page "https://github.com/cvarrichio/Matrix.utils")
661 (synopsis
662 "Data.frame-Like Operations on Sparse and Dense Matrix Objects")
663 (description
664 "This package implements data manipulation methods such as @code{cast},
665 @code{aggregate}, and @code{merge}/@code{join} for Matrix and Matrix-like
666 objects.")
667 (license license:gpl3)))
668
669 (define-public r-mboost
670 (package
671 (name "r-mboost")
672 (version "2.9-4")
673 (source (origin
674 (method url-fetch)
675 (uri (cran-uri "mboost" version))
676 (sha256
677 (base32
678 "1dgyc38axfk2a430wsdnnk76xikizkyxf5r0l1kbp6cacrx6idz0"))))
679 (build-system r-build-system)
680 (propagated-inputs
681 `(("r-lattice" ,r-lattice)
682 ("r-matrix" ,r-matrix)
683 ("r-nnls" ,r-nnls)
684 ("r-partykit" ,r-partykit)
685 ("r-quadprog" ,r-quadprog)
686 ("r-stabs" ,r-stabs)
687 ("r-survival" ,r-survival)))
688 (home-page "https://github.com/boost-R/mboost")
689 (synopsis "Model-based boosting")
690 (description
691 "This package provides a functional gradient descent algorithm (boosting)
692 for optimizing general risk functions utilizing component-wise (penalised)
693 least squares estimates or regression trees as base-learners for fitting
694 generalized linear, additive and interaction models to potentially
695 high-dimensional data.")
696 (license license:gpl2)))
697
698 (define-public r-shadowtext
699 (package
700 (name "r-shadowtext")
701 (version "0.0.7")
702 (source (origin
703 (method url-fetch)
704 (uri (cran-uri "shadowtext" version))
705 (sha256
706 (base32
707 "1s1ip8zfr684a3ld7hvf524bhn2j31k6d1wbhh1ni0flsggv2ckf"))))
708 (properties `((upstream-name . "shadowtext")))
709 (build-system r-build-system)
710 (propagated-inputs
711 `(("r-ggplot2" ,r-ggplot2)
712 ("r-scales" ,r-scales)))
713 (native-inputs
714 `(("r-knitr" ,r-knitr)))
715 (home-page "https://github.com/GuangchuangYu/shadowtext/")
716 (synopsis "Shadow text grob and layer")
717 (description "This package implements @code{shadowtextGrob()} for
718 @code{grid} and @code{geom_shadowtext()} layer for @code{ggplot2}.
719 These functions draw text grob with background shadow.")
720 (license license:artistic2.0)))
721
722 (define-public r-sys
723 (package
724 (name "r-sys")
725 (version "3.4")
726 (source
727 (origin
728 (method url-fetch)
729 (uri (cran-uri "sys" version))
730 (sha256
731 (base32
732 "11q4zmx62w44p1j34frwmrsp23mc7l4n354i0zyziw92yax8zy0p"))))
733 (build-system r-build-system)
734 (home-page "https://github.com/jeroen/sys")
735 (synopsis "Powerful and reliable tools for running system commands in R")
736 (description
737 "This package provides drop-in replacements for the base @code{system2()}
738 function with fine control and consistent behavior across platforms. It
739 supports clean interruption, timeout, background tasks, and streaming STDIN /
740 STDOUT / STDERR over binary or text connections. The package also provides
741 functions for evaluating expressions inside a temporary fork. Such
742 evaluations have no side effects on the main R process, and support reliable
743 interrupts and timeouts. This provides the basis for a sandboxing
744 mechanism.")
745 (license license:expat)))
746
747 (define-public r-ashr
748 (package
749 (name "r-ashr")
750 (version "2.2-47")
751 (source (origin
752 (method url-fetch)
753 (uri (cran-uri "ashr" version))
754 (sha256
755 (base32
756 "1rqb5j30ylaf1h4l66x4jxyn5inrvhc42d90qd5mgkxsq0ghdlr4"))))
757 (properties `((upstream-name . "ashr")))
758 (build-system r-build-system)
759 (propagated-inputs
760 `(("r-etrunct" ,r-etrunct)
761 ("r-invgamma" ,r-invgamma)
762 ("r-matrix" ,r-matrix)
763 ("r-mixsqp" ,r-mixsqp)
764 ("r-rcpp" ,r-rcpp)
765 ("r-squarem" ,r-squarem)
766 ("r-truncnorm" ,r-truncnorm)))
767 (native-inputs
768 `(("r-knitr" ,r-knitr)))
769 (home-page "https://github.com/stephens999/ashr")
770 (synopsis "Methods for adaptive shrinkage, using empirical bayes")
771 (description "This package implements an empirical Bayes approach for
772 large-scale hypothesis testing and false discovery rate estimation.")
773 (license license:gpl3+)))
774
775 (define-public r-askpass
776 (package
777 (name "r-askpass")
778 (version "1.1")
779 (source
780 (origin
781 (method url-fetch)
782 (uri (cran-uri "askpass" version))
783 (sha256
784 (base32
785 "07q0ik8jzk44vpwh48rr3fnpd7dzsdhjjsl4l850rffv3dyq4h6v"))))
786 (build-system r-build-system)
787 (propagated-inputs `(("r-sys" ,r-sys)))
788 (home-page "https://github.com/jeroen/askpass")
789 (synopsis "Safe password entry for R")
790 (description
791 "This package provides cross-platform utilities for prompting the user
792 for credentials or a passphrase, for example to authenticate with a server or
793 read a protected key.")
794 (license license:expat)))
795
796 (define-public r-vegan
797 (package
798 (name "r-vegan")
799 (version "2.5-7")
800 (source
801 (origin
802 (method url-fetch)
803 (uri (cran-uri "vegan" version))
804 (sha256
805 (base32
806 "0aj6m9l1vkh32sar6fyvq4p8j4h2f2f347w1300qnzgaa5lmhfz6"))))
807 (build-system r-build-system)
808 (native-inputs
809 `(("r-knitr" ,r-knitr) ; needed for vignettes
810 ("gfortran" ,gfortran)))
811 (propagated-inputs
812 `(("r-cluster" ,r-cluster)
813 ("r-lattice" ,r-lattice)
814 ("r-mass" ,r-mass)
815 ("r-mgcv" ,r-mgcv)
816 ("r-permute" ,r-permute)))
817 (home-page "https://cran.r-project.org/web/packages/vegan")
818 (synopsis "Functions for community ecology")
819 (description
820 "The vegan package provides tools for descriptive community ecology. It
821 has most basic functions of diversity analysis, community ordination and
822 dissimilarity analysis. Most of its multivariate tools can be used for other
823 data types as well.")
824 (license license:gpl2+)))
825
826 (define-public r-tidyverse
827 (package
828 (name "r-tidyverse")
829 (version "1.3.0")
830 (source
831 (origin
832 (method url-fetch)
833 (uri (cran-uri "tidyverse" version))
834 (sha256
835 (base32
836 "02gyys08qv2v4cl2d66gml4d31ipxay0iyfwwksvxyclx60wp2kd"))))
837 (build-system r-build-system)
838 (propagated-inputs
839 `(("r-broom" ,r-broom)
840 ("r-cli" ,r-cli)
841 ("r-crayon" ,r-crayon)
842 ("r-dbplyr" ,r-dbplyr)
843 ("r-dplyr" ,r-dplyr)
844 ("r-forcats" ,r-forcats)
845 ("r-ggplot2" ,r-ggplot2)
846 ("r-haven" ,r-haven)
847 ("r-hms" ,r-hms)
848 ("r-httr" ,r-httr)
849 ("r-jsonlite" ,r-jsonlite)
850 ("r-lubridate" ,r-lubridate)
851 ("r-magrittr" ,r-magrittr)
852 ("r-modelr" ,r-modelr)
853 ("r-pillar" ,r-pillar)
854 ("r-purrr" ,r-purrr)
855 ("r-readr" ,r-readr)
856 ("r-readxl" ,r-readxl)
857 ("r-reprex" ,r-reprex)
858 ("r-rlang" ,r-rlang)
859 ("r-rstudioapi" ,r-rstudioapi)
860 ("r-rvest" ,r-rvest)
861 ("r-stringr" ,r-stringr)
862 ("r-tibble" ,r-tibble)
863 ("r-tidyr" ,r-tidyr)
864 ("r-xml2" ,r-xml2)))
865 (home-page "https://tidyverse.tidyverse.org")
866 (synopsis "Install and load packages from the \"Tidyverse\"")
867 (description
868 "The @code{tidyverse} is a set of packages that work in harmony because
869 they share common data representations and API design. This package is
870 designed to make it easy to install and load multiple tidyverse packages in a
871 single step.")
872 (license license:gpl3)))
873
874 (define-public r-rvest
875 (package
876 (name "r-rvest")
877 (version "1.0.0")
878 (source
879 (origin
880 (method url-fetch)
881 (uri (cran-uri "rvest" version))
882 (sha256
883 (base32 "04spcv6nxlmx5bxncq0vybfqrs8jgjamzyrn6wmkdcwii8jvyn53"))))
884 (build-system r-build-system)
885 (propagated-inputs
886 `(("r-httr" ,r-httr)
887 ("r-lifecycle" ,r-lifecycle)
888 ("r-magrittr" ,r-magrittr)
889 ("r-rlang" ,r-rlang)
890 ("r-selectr" ,r-selectr)
891 ("r-tibble" ,r-tibble)
892 ("r-xml2" ,r-xml2)))
893 (native-inputs
894 `(("r-knitr" ,r-knitr)))
895 (home-page "https://github.com/hadley/rvest")
896 (synopsis "Simple web scraping for R")
897 (description
898 "@code{r-rvest} helps you scrape information from web pages. It is
899 designed to work with @code{magrittr} to make it easy to express common web
900 scraping tasks, inspired by libraries like @code{BeautifulSoup}.")
901 (license license:gpl3)))
902
903 (define-public r-selectr
904 (package
905 (name "r-selectr")
906 (version "0.4-2")
907 (source
908 (origin
909 (method url-fetch)
910 (uri (cran-uri "selectr" version))
911 (sha256
912 (base32 "09y1n3iy297g49xlpl7xrjpwgnm57pskx5991lyfcpizbz8ax22m"))))
913 (build-system r-build-system)
914 (propagated-inputs
915 `(("r-stringr" ,r-stringr)
916 ("r-r6" ,r-r6)))
917 (home-page "https://sjp.co.nz/projects/selectr/")
918 (synopsis "Translate CSS selectors to XPath expressions")
919 (description
920 "@code{r-selectr} translates a CSS3 selector into an equivalent XPath
921 expression. This allows you to use CSS selectors when working with the XML
922 package as it can only evaluate XPath expressions. Also provided are
923 convenience functions useful for using CSS selectors on XML nodes. This
924 package is a port of the Python package @code{cssselect}.")
925 (license license:bsd-3)))
926
927 (define-public r-reprex
928 (package
929 (name "r-reprex")
930 (version "2.0.0")
931 (source
932 (origin
933 (method url-fetch)
934 (uri (cran-uri "reprex" version))
935 (sha256
936 (base32
937 "1lcnxczy28n4g3rvph09va7svcznfyqa7zdggklqb924qvy7flwh"))))
938 (build-system r-build-system)
939 (propagated-inputs
940 `(("r-callr" ,r-callr)
941 ("r-cli" ,r-cli)
942 ("r-clipr" ,r-clipr)
943 ("r-fs" ,r-fs)
944 ("r-glue" ,r-glue)
945 ("r-knitr" ,r-knitr)
946 ("r-rlang" ,r-rlang)
947 ("r-rmarkdown" ,r-rmarkdown)
948 ("r-rstudioapi" ,r-rstudioapi)
949 ("r-withr" ,r-withr)))
950 (native-inputs
951 `(("r-knitr" ,r-knitr)))
952 (home-page "https://github.com/tidyverse/reprex")
953 (synopsis "Prepare reproducible R code examples for sharing")
954 (description
955 "This package provides a convenience wrapper that uses the
956 @code{rmarkdown} package to render small snippets of code to target formats
957 that include both code and output. The goal is to encourage the sharing of
958 small, reproducible, and runnable examples on code-oriented websites or email.
959 @code{reprex} also extracts clean, runnable R code from various common formats,
960 such as copy/paste from an R session.")
961 (license license:expat)))
962
963 (define-public r-reordercluster
964 (package
965 (name "r-reordercluster")
966 (version "1.0")
967 (source (origin
968 (method url-fetch)
969 (uri (cran-uri "ReorderCluster" version))
970 (sha256
971 (base32
972 "0ss750frzvj0bm1w7zblmcsjpszhnbffwlkaw31sm003lbx9hy58"))))
973 (build-system r-build-system)
974 (propagated-inputs
975 `(("r-gplots" ,r-gplots)
976 ("r-rcpp" ,r-rcpp)))
977 (home-page "https://cran.r-project.org/web/packages/ReorderCluster")
978 (synopsis "Reordering the dendrogram according to the class labels")
979 (description "This package provides tools for performing the leaf reordering
980 for the dendrogram that preserves the hierarchical clustering result and at the
981 same time tries to group instances from the same class together.")
982 (license license:gpl3+)))
983
984 (define-public r-callr
985 (package
986 (name "r-callr")
987 (version "3.6.0")
988 (source
989 (origin
990 (method url-fetch)
991 (uri (cran-uri "callr" version))
992 (sha256
993 (base32
994 "050s7l1ipi6snbj6xnk052l6acycnxjyzv84026adw5x8kki0yz6"))))
995 (build-system r-build-system)
996 (propagated-inputs
997 `(("r-r6" ,r-r6)
998 ("r-processx" ,r-processx)))
999 (home-page "https://github.com/r-lib/callr#readme")
1000 (synopsis "Call R from R")
1001 (description
1002 "It is sometimes useful to perform a computation in a separate R process,
1003 without affecting the current R process at all. This package does exactly
1004 that.")
1005 (license license:expat)))
1006
1007 (define-public r-readxl
1008 (package
1009 (name "r-readxl")
1010 (version "1.3.1")
1011 (source
1012 (origin
1013 (method url-fetch)
1014 (uri (cran-uri "readxl" version))
1015 (sha256
1016 (base32
1017 "15mambxr8c7k2ikdfsl1w3vxvm54dsnk0cl1qvks6iig7rql3d14"))))
1018 (build-system r-build-system)
1019 (propagated-inputs
1020 `(("r-cellranger" ,r-cellranger)
1021 ("r-progress" ,r-progress)
1022 ("r-rcpp" ,r-rcpp)
1023 ("r-tibble" ,r-tibble)))
1024 (home-page "https://readxl.tidyverse.org")
1025 (synopsis "Read Excel files")
1026 (description
1027 "This package lets you import Excel files into R. It supports
1028 @file{.xls} via the embedded @code{libxls} C library and @file{.xlsx} via
1029 the embedded @code{RapidXML} C++ library.")
1030 ;; XXX: This package bundles a copy of 'libxsl' which is BSD-2 and
1031 ;; 'rapidxml' which is Boost.
1032 (license (list license:gpl3 license:bsd-2 license:boost1.0))))
1033
1034 (define-public r-modelr
1035 (package
1036 (name "r-modelr")
1037 (version "0.1.8")
1038 (source
1039 (origin
1040 (method url-fetch)
1041 (uri (cran-uri "modelr" version))
1042 (sha256
1043 (base32
1044 "1i31nff7bqibk6r4hhd4j1vzwbyaf8493v0bjaagn36njmysfnw2"))))
1045 (build-system r-build-system)
1046 (propagated-inputs
1047 `(("r-broom" ,r-broom)
1048 ("r-magrittr" ,r-magrittr)
1049 ("r-purrr" ,r-purrr)
1050 ("r-rlang" ,r-rlang)
1051 ("r-tibble" ,r-tibble)
1052 ("r-tidyr" ,r-tidyr)
1053 ("r-tidyselect" ,r-tidyselect)
1054 ("r-vctrs" ,r-vctrs)))
1055 (home-page "https://github.com/tidyverse/modelr")
1056 (synopsis "Helper functions for modelling in pipelines")
1057 (description
1058 "Functions for modelling that help you seamlessly integrate modelling
1059 into a pipeline of data manipulation and visualisation.")
1060 (license license:gpl3)))
1061
1062 (define-public r-httpuv
1063 (package
1064 (name "r-httpuv")
1065 (version "1.5.5")
1066 (source (origin
1067 (method url-fetch)
1068 (uri (cran-uri "httpuv" version))
1069 (sha256
1070 (base32
1071 "05rir03xwamwfq5691vx0x957sgmr4i8iv5vpx5rv1f74y4wkrhb"))
1072 ;; Unvendor bundled libraries. As of 1.5.4 the vendored libuv
1073 ;; only contains fixes for building on Solaris.
1074 (patches (search-patches "r-httpuv-1.5.5-unvendor-libuv.patch"))
1075 (modules '((guix build utils)))
1076 (snippet
1077 `(begin
1078 (delete-file-recursively "src/libuv")
1079 ;; Cannot unbundle http-parser, because it contains local
1080 ;; modifications.
1081 #t))))
1082 (build-system r-build-system)
1083 (arguments
1084 `(#:phases
1085 (modify-phases %standard-phases
1086 (add-after 'unpack 'unbundle-libuv
1087 (lambda* (#:key outputs #:allow-other-keys)
1088 (substitute* (find-files "src" "\\.cpp$|\\.h$")
1089 (("\"libuv/include/uv\\.h\"")
1090 "<uv.h>"))
1091 ;; Fix https://github.com/rstudio/httpuv/issues/282
1092 (substitute* "src/http.cpp"
1093 (("uv_pipe_init\\(pLoop, &pSocket->handle\\.pipe, true\\);")
1094 "uv_pipe_init(pLoop, &pSocket->handle.pipe, 0);"))
1095 #t)))))
1096 (inputs
1097 `(("libuv" ,libuv)))
1098 (propagated-inputs
1099 `(("r-bh" ,r-bh)
1100 ("r-later" ,r-later)
1101 ("r-promises" ,r-promises)
1102 ("r-r6" ,r-r6)
1103 ("r-rcpp" ,r-rcpp)))
1104 (home-page "https://github.com/rstudio/httpuv")
1105 (synopsis "HTTP and WebSocket server library for R")
1106 (description
1107 "The httpuv package provides low-level socket and protocol support for
1108 handling HTTP and WebSocket requests directly from within R. It is primarily
1109 intended as a building block for other packages, rather than making it
1110 particularly easy to create complete web applications using httpuv alone.")
1111 ;; This package includes third-party code that was originally released
1112 ;; under various non-copyleft licenses. Full licensing information can be
1113 ;; obtained here: https://github.com/rstudio/httpuv/blob/master/LICENSE
1114 (license license:gpl3+)))
1115
1116 (define-public r-jsonlite
1117 (package
1118 (name "r-jsonlite")
1119 (version "1.7.2")
1120 (source (origin
1121 (method url-fetch)
1122 (uri (cran-uri "jsonlite" version))
1123 (sha256
1124 (base32
1125 "1lhzcpz9clwq04i5m6jzkvw9x03pwlqrixv4l9xzchjr8d84nd86"))))
1126 (build-system r-build-system)
1127 (native-inputs
1128 `(("r-knitr" ,r-knitr)))
1129 (home-page "https://arxiv.org/abs/1403.2805")
1130 (synopsis "Robust, high performance JSON parser and generator for R")
1131 (description
1132 "The jsonlite package provides a fast JSON parser and generator optimized
1133 for statistical data and the web. It offers flexible, robust, high
1134 performance tools for working with JSON in R and is particularly powerful for
1135 building pipelines and interacting with a web API. In addition to converting
1136 JSON data from/to R objects, jsonlite contains functions to stream, validate,
1137 and prettify JSON data. The unit tests included with the package verify that
1138 all edge cases are encoded and decoded consistently for use with dynamic data
1139 in systems and applications.")
1140 (license license:expat)))
1141
1142 (define-public r-servr
1143 (package
1144 (name "r-servr")
1145 (version "0.21")
1146 (source (origin
1147 (method url-fetch)
1148 (uri (cran-uri "servr" version))
1149 (sha256
1150 (base32
1151 "12fk585hmz735v4hra8da9wld1fmd67byqnf95m7jjyh7l3dmh1z"))))
1152 (build-system r-build-system)
1153 (propagated-inputs
1154 `(("r-httpuv" ,r-httpuv)
1155 ("r-jsonlite" ,r-jsonlite)
1156 ("r-mime" ,r-mime)
1157 ("r-xfun" ,r-xfun)))
1158 (home-page "https://github.com/yihui/servr")
1159 (synopsis "Simple HTTP server to serve static files or dynamic documents")
1160 (description
1161 "Servr provides an HTTP server in R to serve static files, or dynamic
1162 documents that can be converted to HTML files (e.g., R Markdown) under a given
1163 directory.")
1164 (license license:expat)))
1165
1166 (define-public r-htmltools
1167 (package
1168 (name "r-htmltools")
1169 (version "0.5.1.1")
1170 (source (origin
1171 (method url-fetch)
1172 (uri (cran-uri "htmltools" version))
1173 (sha256
1174 (base32
1175 "1fm4cymz4hz6lds80m9j5q00xy5flkrmfn5dkrn3s3rkzqpyggzh"))))
1176 (build-system r-build-system)
1177 (propagated-inputs
1178 `(("r-base64enc" ,r-base64enc)
1179 ("r-digest" ,r-digest)
1180 ("r-rlang" ,r-rlang)))
1181 (home-page "https://cran.r-project.org/web/packages/htmltools")
1182 (synopsis "R tools for HTML")
1183 (description
1184 "This package provides tools for HTML generation and output in R.")
1185 (license license:expat)))
1186
1187 (define-public r-htmlwidgets
1188 (package
1189 (name "r-htmlwidgets")
1190 (version "1.5.3")
1191 (source (origin
1192 (method url-fetch)
1193 (uri (cran-uri "htmlwidgets" version))
1194 (sha256
1195 (base32
1196 "0a8g7wqd3qxnhwkm9c9bkzg29db7gvjiaa5y038ln8nch8qq7981"))))
1197 (build-system r-build-system)
1198 (propagated-inputs
1199 `(("r-htmltools" ,r-htmltools)
1200 ("r-jsonlite" ,r-jsonlite)
1201 ("r-yaml" ,r-yaml)))
1202 (native-inputs
1203 `(("r-knitr" ,r-knitr)))
1204 (home-page "https://github.com/ramnathv/htmlwidgets")
1205 (synopsis "HTML Widgets for R")
1206 (description
1207 "HTML widgets is a framework for creating HTML widgets that render in
1208 various contexts including the R console, R Markdown documents, and Shiny web
1209 applications.")
1210 (license license:expat)))
1211
1212 (define-public r-htmltable
1213 (package
1214 (name "r-htmltable")
1215 (version "2.1.0")
1216 (source
1217 (origin
1218 (method url-fetch)
1219 (uri (cran-uri "htmlTable" version))
1220 (sha256
1221 (base32 "1gzh0bdxi55p1ckxv4k0a41b1j0grwv2w3lkqz4c3gkw66dk6ja0"))))
1222 (properties `((upstream-name . "htmlTable")))
1223 (build-system r-build-system)
1224 (propagated-inputs
1225 `(("r-checkmate" ,r-checkmate)
1226 ("r-htmltools" ,r-htmltools)
1227 ("r-htmlwidgets" ,r-htmlwidgets)
1228 ("r-knitr" ,r-knitr)
1229 ("r-magrittr" ,r-magrittr)
1230 ("r-rstudioapi" ,r-rstudioapi)
1231 ("r-stringr" ,r-stringr)))
1232 (native-inputs
1233 `(("r-knitr" ,r-knitr)))
1234 (home-page "http://gforge.se/packages/")
1235 (synopsis "Advanced tables for Markdown/HTML")
1236 (description
1237 "This package provides functions to build tables with advanced layout
1238 elements such as row spanners, column spanners, table spanners, zebra
1239 striping, and more. While allowing advanced layout, the underlying
1240 CSS-structure is simple in order to maximize compatibility with word
1241 processors such as LibreOffice. The package also contains a few text
1242 formatting functions that help outputting text compatible with HTML or
1243 LaTeX.")
1244 (license license:gpl3+)))
1245
1246 (define-public r-curl
1247 (package
1248 (name "r-curl")
1249 (version "4.3")
1250 (source (origin
1251 (method url-fetch)
1252 (uri (cran-uri "curl" version))
1253 (sha256
1254 (base32
1255 "1nrf6md41b37j424y6rvifdj9zb3j14f60fj7q71k9jhpf2x81kl"))))
1256 (build-system r-build-system)
1257 (arguments
1258 `(#:phases
1259 (modify-phases %standard-phases
1260 ;; The environment variable CURL_CA_BUNDLE is only respected when
1261 ;; running Windows, so we disable the platform checks.
1262 ;; This can be removed once the libcurl has been patched.
1263 (add-after 'unpack 'allow-CURL_CA_BUNDLE
1264 (lambda _
1265 (substitute* "R/onload.R"
1266 (("if \\(!grepl\\(\"mingw\".*")
1267 "if (FALSE)\n"))
1268 (substitute* "src/handle.c"
1269 (("/\\* Only set" m)
1270 (string-append "\
1271 const char *_ca_bundle = getenv(\"CURL_CA_BUNDLE\");
1272 if(_ca_bundle != NULL) { curl_easy_setopt(handle, CURLOPT_CAINFO, _ca_bundle); }
1273 " m)))
1274 #t)))))
1275 (inputs
1276 `(("libcurl" ,curl)
1277 ("zlib" ,zlib)))
1278 (native-inputs
1279 `(("pkg-config" ,pkg-config)))
1280 (home-page "https://github.com/jeroenooms/curl")
1281 (synopsis "HTTP client for R")
1282 (description
1283 "The @code{curl()} and @code{curl_download()} functions provide highly
1284 configurable drop-in replacements for base @code{url()} and
1285 @code{download.file()} with better performance, support for encryption, gzip
1286 compression, authentication, and other @code{libcurl} goodies. The core of
1287 the package implements a framework for performing fully customized requests
1288 where data can be processed either in memory, on disk, or streaming via the
1289 callback or connection interfaces.")
1290 (license license:expat)))
1291
1292 (define-public r-hwriter
1293 (package
1294 (name "r-hwriter")
1295 (version "1.3.2")
1296 (source
1297 (origin
1298 (method url-fetch)
1299 (uri (cran-uri "hwriter" version))
1300 (sha256
1301 (base32
1302 "0arjsz854rfkfqhgvpqbm9lfni97dcjs66isdsfvwfd2wz932dbb"))))
1303 (build-system r-build-system)
1304 (home-page "https://cran.r-project.org/web/packages/hwriter")
1305 (synopsis "Output R objects in HTML format")
1306 (description
1307 "This package provides easy-to-use and versatile functions to output R
1308 objects in HTML format.")
1309 (license license:lgpl2.1+)))
1310
1311 (define-public r-rjson
1312 (package
1313 (name "r-rjson")
1314 (version "0.2.20")
1315 (source
1316 (origin
1317 (method url-fetch)
1318 (uri (cran-uri "rjson" version))
1319 (sha256
1320 (base32
1321 "0v1zvdd3svnavklh7y5xbwrrkbvx6053r4c5hgnk7hz7bqg7qa1s"))))
1322 (build-system r-build-system)
1323 (home-page "https://cran.r-project.org/web/packages/rjson")
1324 (synopsis "JSON library for R")
1325 (description
1326 "This package provides functions to convert R objects into JSON objects
1327 and vice-versa.")
1328 (license license:gpl2+)))
1329
1330 (define-public r-fastmap
1331 (package
1332 (name "r-fastmap")
1333 (version "1.1.0")
1334 (source
1335 (origin
1336 (method url-fetch)
1337 (uri (cran-uri "fastmap" version))
1338 (sha256
1339 (base32
1340 "0aw29hnq3ppn7bsnwg9d9sp84k1cvq30lrmfzqn315n0nhkfa4wi"))))
1341 (properties `((upstream-name . "fastmap")))
1342 (build-system r-build-system)
1343 (home-page "https://r-lib.github.io/fastmap/")
1344 (synopsis "Fast implementation of a key-value store")
1345 (description
1346 "This package provides a fast implementation of a key-value store.
1347 Environments are commonly used as key-value stores, but every time a new key
1348 is used, it is added to R's global symbol table, causing a small amount of
1349 memory leakage. This can be problematic in cases where many different keys
1350 are used. Fastmap avoids this memory leak issue by implementing the map using
1351 data structures in C++.")
1352 (license license:expat)))
1353
1354 (define-public r-fastghquad
1355 (package
1356 (name "r-fastghquad")
1357 (version "1.0")
1358 (source
1359 (origin
1360 (method url-fetch)
1361 (uri (cran-uri "fastGHQuad" version))
1362 (sha256
1363 (base32
1364 "1rjia8wggadr9xwxcmzmal0rc4g6pa3dr5888fbbnb6abl8b2lrj"))))
1365 (properties `((upstream-name . "fastGHQuad")))
1366 (build-system r-build-system)
1367 (propagated-inputs
1368 `(("r-rcpp" ,r-rcpp)))
1369 (home-page "https://github.com/awblocker/fastGHQuad")
1370 (synopsis "Fast Rcpp implementation of Gauss-Hermite Quadrature")
1371 (description
1372 "This package implements numerically-stable Gauss-Hermite quadrature
1373 rules and utility functions for adaptive GH quadrature.")
1374 (license license:expat)))
1375
1376 (define-public r-rstpm2
1377 (package
1378 (name "r-rstpm2")
1379 (version "1.5.2")
1380 (source
1381 (origin
1382 (method url-fetch)
1383 (uri (cran-uri "rstpm2" version))
1384 (sha256
1385 (base32
1386 "0c6l3z250b2kn6mh2xyb0bd2y5nsbj11n9xfi51dac9s8xq3v7m4"))))
1387 (properties `((upstream-name . "rstpm2")))
1388 (build-system r-build-system)
1389 (propagated-inputs
1390 `(("r-bbmle" ,r-bbmle)
1391 ("r-bh" ,r-bh)
1392 ("r-desolve" ,r-desolve)
1393 ("r-fastghquad" ,r-fastghquad)
1394 ("r-mgcv" ,r-mgcv)
1395 ("r-rcpp" ,r-rcpp)
1396 ("r-rcpparmadillo" ,r-rcpparmadillo)
1397 ("r-survival" ,r-survival)))
1398 (native-inputs
1399 `(("gfortran" ,gfortran)))
1400 (home-page "https://github.com/mclements/rstpm2")
1401 (synopsis "Link-based survival models")
1402 (description
1403 "This package provides R implementations of @dfn{generalized survival
1404 models} (GSMs), smooth @dfn{accelerated failure time} (AFT) models and Markov
1405 multi-state models.")
1406 ;; One of these licenses
1407 (license (list license:gpl2 license:gpl3))))
1408
1409 ;; This package includes minified JavaScript files. When upgrading please
1410 ;; check that there are no new minified JavaScript files.
1411 (define-public r-jquerylib
1412 (package
1413 (name "r-jquerylib")
1414 (version "0.1.3")
1415 (source
1416 (origin
1417 (method url-fetch)
1418 (uri (cran-uri "jquerylib" version))
1419 (sha256
1420 (base32
1421 "1s0d6mws13hwkx07jqmry7vp30a05b2p9w7ir68bmkhasidwkzdq"))
1422 (snippet
1423 '(for-each delete-file
1424 '("inst/lib/jquery-1.12.4.min.js"
1425 "inst/lib/jquery-2.2.4.min.js"
1426 "inst/lib/jquery-3.5.1.min.js")))))
1427 (properties `((upstream-name . "jquerylib")))
1428 (build-system r-build-system)
1429 (arguments
1430 `(#:modules ((guix build utils)
1431 (guix build r-build-system)
1432 (srfi srfi-1))
1433 #:phases
1434 (modify-phases %standard-phases
1435 (add-after 'unpack 'process-javascript
1436 (lambda* (#:key inputs #:allow-other-keys)
1437 (with-directory-excursion "inst/lib/"
1438 (call-with-values
1439 (lambda ()
1440 (unzip2
1441 `(("jquery-1.12.4.js"
1442 "jquery-1.12.4.min.js")
1443 ("jquery-2.2.4.js"
1444 "jquery-2.2.4.min.js")
1445 ("jquery-3.5.1.js"
1446 "jquery-3.5.1.min.js"))))
1447 (lambda (sources targets)
1448 (for-each (lambda (source target)
1449 (format #t "Processing ~a --> ~a~%"
1450 source target)
1451 (invoke "esbuild" source "--minify"
1452 (string-append "--outfile=" target)))
1453 sources targets)))))))))
1454 (propagated-inputs
1455 `(("r-htmltools" ,r-htmltools)))
1456 (native-inputs
1457 `(("esbuild" ,esbuild)))
1458 (home-page "https://cran.r-project.org/package=jquerylib")
1459 (synopsis "Obtain jQuery as an HTML dependency object")
1460 (description
1461 "Obtain any major version of jQuery and use it in any webpage generated
1462 by htmltools (e.g. shiny, htmlwidgets, and rmarkdown). Most R users don't
1463 need to use this package directly, but other R packages (e.g. shiny,
1464 rmarkdown, etc.) depend on this package to avoid bundling redundant copies of
1465 jQuery.")
1466 (license license:expat)))
1467
1468 (define-public r-sass
1469 (package
1470 (name "r-sass")
1471 (version "0.3.1")
1472 (source
1473 (origin
1474 (method url-fetch)
1475 (uri (cran-uri "sass" version))
1476 (sha256
1477 (base32
1478 "1cxqwsdyz71mgflqqa65mfr161jlv8q9mshs1y19pxp6pz5wnv0s"))))
1479 (properties `((upstream-name . "sass")))
1480 (build-system r-build-system)
1481 (propagated-inputs
1482 `(("r-digest" ,r-digest)
1483 ("r-fs" ,r-fs)
1484 ("r-htmltools" ,r-htmltools)
1485 ("r-r6" ,r-r6)
1486 ("r-rappdirs" ,r-rappdirs)
1487 ("r-rlang" ,r-rlang)))
1488 (native-inputs `(("r-knitr" ,r-knitr)))
1489 (home-page "https://github.com/rstudio/sass")
1490 (synopsis "Syntactically Awesome Style Sheets (SASS)")
1491 (description
1492 "This package provides an SCSS compiler, powered by the libsass library.
1493 With this, R developers can use variables, inheritance, and functions to
1494 generate dynamic style sheets. The package uses the Sass CSS extension
1495 language, which is stable, powerful, and CSS compatible.")
1496 (license license:expat)))
1497
1498 ;; This package includes minified JavaScript files. When upgrading please
1499 ;; check that there are no new minified JavaScript files.
1500 (define-public r-bslib
1501 (package
1502 (name "r-bslib")
1503 (version "0.2.4")
1504 (source
1505 (origin
1506 (method url-fetch)
1507 (uri (cran-uri "bslib" version))
1508 (sha256
1509 (base32
1510 "0qlpv2lqr3hjykszmnll7vi4zhmrz4rgcfl0sifxc6cha6jy2nac"))
1511 (snippet
1512 '(for-each delete-file
1513 '("inst/lib/bs-a11y-p/plugins/js/bootstrap-accessibility.min.js"
1514 "inst/lib/bs-colorpicker/js/bootstrap-colorpicker.min.js"
1515 "inst/lib/bs-sass/assets/javascripts/bootstrap.min.js"
1516 "inst/lib/bs/dist/js/bootstrap.bundle.min.js")))))
1517 (properties `((upstream-name . "bslib")))
1518 (build-system r-build-system)
1519 (arguments
1520 `(#:modules ((guix build utils)
1521 (guix build r-build-system)
1522 (srfi srfi-1))
1523 #:phases
1524 (modify-phases %standard-phases
1525 (add-after 'unpack 'process-javascript
1526 (lambda* (#:key inputs #:allow-other-keys)
1527 (with-directory-excursion "inst/lib/"
1528 (call-with-values
1529 (lambda ()
1530 (unzip2
1531 `(("bs-a11y-p/plugins/js/bootstrap-accessibility.js"
1532 "bs-a11y-p/plugins/js/bootstrap-accessibility.min.js")
1533 ("bs-colorpicker/js/bootstrap-colorpicker.js"
1534 "bs-colorpicker/js/bootstrap-colorpicker.min.js")
1535 ("bs-sass/assets/javascripts/bootstrap.js"
1536 "bs-sass/assets/javascripts/bootstrap.min.js")
1537 (,(assoc-ref inputs "js-bootstrap-bundle")
1538 "bs/dist/js/bootstrap.bundle.min.js"))))
1539 (lambda (sources targets)
1540 (for-each (lambda (source target)
1541 (format #t "Processing ~a --> ~a~%"
1542 source target)
1543 (invoke "esbuild" source "--minify"
1544 (string-append "--outfile=" target)))
1545 sources targets)))))))))
1546 (propagated-inputs
1547 `(("r-digest" ,r-digest)
1548 ("r-htmltools" ,r-htmltools)
1549 ("r-jquerylib" ,r-jquerylib)
1550 ("r-jsonlite" ,r-jsonlite)
1551 ("r-magrittr" ,r-magrittr)
1552 ("r-rlang" ,r-rlang)
1553 ("r-sass" ,r-sass)))
1554 (native-inputs
1555 `(("esbuild" ,esbuild)
1556 ("js-bootstrap-bundle"
1557 ,(origin
1558 (method url-fetch)
1559 (uri "https://raw.githubusercontent.com/twbs/bootstrap/v4.5.3/dist/js/bootstrap.bundle.js")
1560 (sha256
1561 (base32
1562 "1lcsxj7gcm56va3gck47ggpwzjxrzq27sgjzdw6c54qkp0487sak"))))))
1563 (home-page "https://rstudio.github.io/bslib/")
1564 (synopsis "Custom Bootstrap Sass themes for shiny and rmarkdown")
1565 (description
1566 "This package simplifies custom CSS styling of both shiny and rmarkdown
1567 via Bootstrap Sass. It supports both Bootstrap 3 and 4 as well as their
1568 various Bootswatch themes. An interactive widget is also provided for
1569 previewing themes in real time.")
1570 (license license:expat)))
1571
1572 ;; This package includes minified JavaScript files. When upgrading please
1573 ;; check that there are no new minified JavaScript files.
1574 (define-public r-shiny
1575 (package
1576 (name "r-shiny")
1577 (version "1.6.0")
1578 (source
1579 (origin
1580 (method git-fetch)
1581 (uri (git-reference
1582 (url "https://github.com/rstudio/shiny")
1583 (commit (string-append "v" version))))
1584 (file-name (git-file-name name version))
1585 (sha256
1586 (base32
1587 "0f6cwx5xyqzs40msq271sqhwl8736rwbm7kd1ldkcvxngzr4vlx9"))
1588 (snippet
1589 '(for-each delete-file
1590 '("inst/www/shared/bootstrap/js/bootstrap.min.js"
1591 "inst/www/shared/bootstrap/accessibility/js/bootstrap-accessibility.min.js" ; TODO
1592 "inst/www/shared/datatables/js/jquery.dataTables.min.js"
1593 "inst/www/shared/datepicker/js/bootstrap-datepicker.min.js"
1594 "inst/www/shared/highlight/highlight.pack.js"
1595 "inst/www/shared/ionrangeslider/js/ion.rangeSlider.min.js"
1596 "inst/www/shared/jquery.min.js"
1597 "inst/www/shared/jqueryui/jquery-ui.min.js"
1598 "inst/www/shared/legacy/jquery.min.js"
1599 "inst/www/shared/selectize/accessibility/js/selectize-plugin-a11y.min.js"
1600 "inst/www/shared/selectize/js/selectize.min.js"
1601 "inst/www/shared/shiny.min.js"
1602 "inst/www/shared/showdown/compressed/showdown.js"
1603 "inst/www/shared/strftime/strftime-min.js")))))
1604 (build-system r-build-system)
1605 (arguments
1606 `(#:modules ((guix build r-build-system)
1607 (guix build minify-build-system)
1608 (guix build utils)
1609 (ice-9 match))
1610 #:imported-modules (,@%r-build-system-modules
1611 (guix build minify-build-system))
1612 #:phases
1613 (modify-phases (@ (guix build r-build-system) %standard-phases)
1614 (add-after 'unpack 'replace-bundled-minified-JavaScript
1615 (lambda* (#:key inputs #:allow-other-keys)
1616 (let ((replace-file (lambda (old new)
1617 (format #t "replacing ~a with ~a\n" old new)
1618 (symlink new old))))
1619 ;; NOTE: Files in ./inst/www/shared/datepicker/js/locales/
1620 ;; contain just data. They are not minified code, so we don't
1621 ;; replace them.
1622 (with-directory-excursion "inst/www/shared"
1623 (replace-file "strftime/strftime-min.js"
1624 (string-append (assoc-ref inputs "js-strftime")
1625 "/share/javascript/strftime.min.js"))
1626 (replace-file "highlight/highlight.pack.js"
1627 (string-append (assoc-ref inputs "js-highlight")
1628 "/share/javascript/highlight.min.js"))
1629 (replace-file "datatables/js/jquery.dataTables.min.js"
1630 (string-append (assoc-ref inputs "js-datatables")
1631 "/share/javascript/jquery.dataTables.min.js"))
1632 (replace-file "selectize/js/selectize.min.js"
1633 (string-append (assoc-ref inputs "js-selectize")
1634 "/share/javascript/selectize.min.js"))
1635 (for-each (match-lambda
1636 ((source . target)
1637 (minify source #:target target)))
1638 `(("jqueryui/jquery-ui.js" .
1639 "jqueryui/jquery-ui.min.js")
1640 ("datepicker/js/bootstrap-datepicker.js" .
1641 "datepicker/js/bootstrap-datepicker.min.js")
1642 ("ionrangeslider/js/ion.rangeSlider.js" .
1643 "ionrangeslider/js/ion.rangeSlider.min.js")
1644 ("bootstrap/js/bootstrap.js" .
1645 "bootstrap/js/bootstrap.min.js")
1646 (,(assoc-ref inputs "js-bootstrap-accessibility") .
1647 "bootstrap/accessibility/js/bootstrap-accessibility.min.js")
1648 ("shiny.js" .
1649 "shiny.min.js")
1650 ("jquery.js" .
1651 "jquery.min.js")
1652 ("legacy/jquery.js" .
1653 "legacy/jquery.min.js")
1654 ("selectize/accessibility/js/selectize-plugin-a11y.js" .
1655 "selectize/accessibility/js/selectize-plugin-a11y.min.js")
1656 ("showdown/src/showdown.js" .
1657 "showdown/compressed/showdown.js"))))))))))
1658 (propagated-inputs
1659 `(("r-bslib" ,r-bslib)
1660 ("r-cachem" ,r-cachem)
1661 ("r-commonmark" ,r-commonmark)
1662 ("r-crayon" ,r-crayon)
1663 ("r-digest" ,r-digest)
1664 ("r-ellipsis" ,r-ellipsis)
1665 ("r-fastmap" ,r-fastmap)
1666 ("r-glue" ,r-glue)
1667 ("r-htmltools" ,r-htmltools)
1668 ("r-httpuv" ,r-httpuv)
1669 ("r-jsonlite" ,r-jsonlite)
1670 ("r-later" ,r-later)
1671 ("r-lifecycle" ,r-lifecycle)
1672 ("r-mime" ,r-mime)
1673 ("r-promises" ,r-promises)
1674 ("r-r6" ,r-r6)
1675 ("r-rlang" ,r-rlang)
1676 ("r-sourcetools" ,r-sourcetools)
1677 ("r-withr" ,r-withr)
1678 ("r-xtable" ,r-xtable)))
1679 (inputs
1680 `(("js-datatables" ,js-datatables)
1681 ("js-selectize" ,js-selectize)
1682 ("js-strftime" ,js-strftime)
1683 ("js-highlight" ,js-highlight)))
1684 (native-inputs
1685 `(("uglify-js" ,uglify-js)
1686 ("gfortran" ,gfortran)
1687 ("js-bootstrap-accessibility"
1688 ,(origin
1689 (method url-fetch)
1690 (uri "https://raw.githubusercontent.com/paypal/bootstrap-accessibility-plugin/\
1691 v1.0.7/_site/plugins/js/bootstrap-accessibility.js")
1692 (sha256
1693 (base32
1694 "1489wyzwrpf86y7vhc13n4v3mszmsfybhd3f75jkpnbvyp5sncm8"))))))
1695 (home-page "https://shiny.rstudio.com")
1696 (synopsis "Easy interactive web applications with R")
1697 (description
1698 "Makes it incredibly easy to build interactive web applications
1699 with R. Automatic \"reactive\" binding between inputs and outputs and
1700 extensive prebuilt widgets make it possible to build beautiful,
1701 responsive, and powerful applications with minimal effort.")
1702 (license license:artistic2.0)))
1703
1704 ;; This package includes minified JavaScript files. When upgrading please
1705 ;; check that there are no new minified JavaScript files.
1706 (define-public r-shinytree
1707 (package
1708 (name "r-shinytree")
1709 (version "0.2.7")
1710 (source
1711 (origin
1712 (method url-fetch)
1713 (uri (cran-uri "shinyTree" version))
1714 (sha256
1715 (base32
1716 "0jfx2capckv7hf2yx3fn8i4rcmhi222ah91jnmhg497x8wgz31s3"))
1717 (modules '((guix build utils)))
1718 (snippet
1719 '(begin
1720 ;; Delete minified JavaScript
1721 (for-each delete-file
1722 '("inst/www/jsTree-3.3.7/libs/require.js"
1723 "inst/www/jsTree-3.3.7/libs/jquery.js"
1724 "inst/www/jsTree-3.3.7/jstree.min.js"))
1725 #t))))
1726 (properties `((upstream-name . "shinyTree")))
1727 (build-system r-build-system)
1728 (arguments
1729 `(#:modules ((guix build utils)
1730 (guix build r-build-system)
1731 (srfi srfi-1)
1732 (ice-9 popen))
1733 #:phases
1734 (modify-phases %standard-phases
1735 (add-after 'unpack 'replace-minified-javascript
1736 (lambda* (#:key inputs #:allow-other-keys)
1737 (with-directory-excursion "inst/www/jsTree-3.3.7/"
1738 (symlink (string-append (assoc-ref inputs "js-requirejs")
1739 "/share/javascript/require.min.js")
1740 "libs/require.js")
1741 (call-with-values
1742 (lambda ()
1743 (unzip2
1744 `((,(assoc-ref inputs "js-jquery")
1745 "libs/jquery.js")
1746 ("jstree.js"
1747 "jstree.min.js"))))
1748 (lambda (sources targets)
1749 (for-each (lambda (source target)
1750 (format #t "Processing ~a --> ~a~%"
1751 source target)
1752 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
1753 (call-with-output-file target
1754 (lambda (port)
1755 (dump-port minified port)))))
1756 sources targets))))
1757 #t)))))
1758 (propagated-inputs
1759 `(("r-htmlwidgets" ,r-htmlwidgets)
1760 ("r-jsonlite" ,r-jsonlite)
1761 ("r-promises" ,r-promises)
1762 ("r-shiny" ,r-shiny)
1763 ("r-stringr" ,r-stringr)))
1764 (inputs
1765 `(("js-requirejs" ,js-requirejs)))
1766 (native-inputs
1767 `(("uglify-js" ,uglify-js)
1768 ("js-jquery"
1769 ,(origin
1770 (method url-fetch)
1771 (uri "https://code.jquery.com/jquery-3.3.1.js")
1772 (sha256
1773 (base32
1774 "1b8zxrp6xwzpw25apn8j4qws0f6sr7qr7h2va5h1mjyfqvn29anq"))))))
1775 (home-page "https://cran.r-project.org/web/packages/shinyTree/")
1776 (synopsis "jsTree bindings for Shiny")
1777 (description
1778 "This package exposes R bindings to jsTree, a JavaScript library that
1779 supports interactive trees, to enable rich, editable trees in Shiny.")
1780 (license license:expat)))
1781
1782 (define-public r-shinydashboard
1783 (package
1784 (name "r-shinydashboard")
1785 (version "0.7.1")
1786 (source (origin
1787 (method url-fetch)
1788 (uri (cran-uri "shinydashboard" version))
1789 (sha256
1790 (base32
1791 "0khac8b27q3swdw07kl609hm0fjfjsjv591b388q99mqqr2rk92i"))))
1792 (build-system r-build-system)
1793 ;; The directory inst/AdminLTE/ contains a minified JavaScript file.
1794 ;; Regenerate it from the included sources.
1795 (arguments
1796 `(#:modules ((guix build utils)
1797 (guix build r-build-system)
1798 (ice-9 popen))
1799 #:phases
1800 (modify-phases %standard-phases
1801 (add-after 'unpack 'generate-minified-javascript
1802 (lambda _
1803 (with-directory-excursion "inst/AdminLTE"
1804 (delete-file "app.min.js")
1805 (let ((minified (open-pipe* OPEN_READ "uglify-js" "app.js")))
1806 (call-with-output-file "app.min.js"
1807 (lambda (port)
1808 (dump-port minified port))))))))))
1809 (propagated-inputs
1810 `(("r-htmltools" ,r-htmltools)
1811 ("r-promises" ,r-promises)
1812 ("r-shiny" ,r-shiny)))
1813 (native-inputs
1814 `(("uglify-js" ,uglify-js)))
1815 (home-page "https://rstudio.github.io/shinydashboard/")
1816 (synopsis "Create dashboards with shiny")
1817 (description "This package provides an extension to the Shiny web
1818 application framework for R, making it easy to create attractive dashboards.")
1819 ;; This package includes software that was released under the Expat
1820 ;; license, but the whole package is released under GPL version 2 or
1821 ;; later.
1822 (license license:gpl2+)))
1823
1824 (define-public r-shinyfiles
1825 (package
1826 (name "r-shinyfiles")
1827 (version "0.9.0")
1828 (source
1829 (origin
1830 (method url-fetch)
1831 (uri (cran-uri "shinyFiles" version))
1832 (sha256
1833 (base32 "0rsijlx16vd74r7bd8s9zipy71kgpw19v9s85kxj5bmwc6njmbai"))))
1834 (properties `((upstream-name . "shinyFiles")))
1835 (build-system r-build-system)
1836 (propagated-inputs
1837 `(("r-fs" ,r-fs)
1838 ("r-htmltools" ,r-htmltools)
1839 ("r-jsonlite" ,r-jsonlite)
1840 ("r-shiny" ,r-shiny)
1841 ("r-tibble" ,r-tibble)))
1842 (home-page "https://github.com/thomasp85/shinyFiles")
1843 (synopsis "Server-side file system viewer for Shiny")
1844 (description
1845 "This package provides functionality for client-side navigation of the
1846 server side file system in shiny apps. In case the app is running locally
1847 this gives the user direct access to the file system without the need to
1848 \"download\" files to a temporary location. Both file and folder selection as
1849 well as file saving is available.")
1850 (license license:gpl2+)))
1851
1852 (define-public r-shinythemes
1853 (package
1854 (name "r-shinythemes")
1855 (version "1.2.0")
1856 (source
1857 (origin
1858 (method url-fetch)
1859 (uri (cran-uri "shinythemes" version))
1860 (sha256
1861 (base32
1862 "0qr9bfxw8afxns44i2j4msignf6g5qb2nzpay2lpv343rrlqbmip"))))
1863 (properties `((upstream-name . "shinythemes")))
1864 (build-system r-build-system)
1865 (propagated-inputs `(("r-shiny" ,r-shiny)))
1866 (home-page "https://rstudio.github.io/shinythemes/")
1867 (synopsis "Themes for Shiny")
1868 (description
1869 "This package provides themes for use with Shiny. It includes several
1870 Bootstrap themes, which are packaged for use with Shiny applications.")
1871 ;; The package is released under version 3 of the GPL, but it includes
1872 ;; source files that are covered by the Expat license. It also includes
1873 ;; fonts under SIL or the ASL.
1874 (license (list license:gpl3 license:expat
1875 license:silofl1.1 license:asl2.0))))
1876
1877 ;; The package sources include minified variants of d3.js and non-minified
1878 ;; source code of d3-jetpack.
1879 (define-public r-d3r
1880 (package
1881 (name "r-d3r")
1882 (version "0.9.1")
1883 (source
1884 (origin
1885 (method url-fetch)
1886 (uri (cran-uri "d3r" version))
1887 (sha256
1888 (base32
1889 "0kc82vvyfxhxvqfalngn36prn3sxdiinsx04rn99ha6zdc27zp5k"))))
1890 (build-system r-build-system)
1891 (arguments
1892 `(#:modules ((guix build utils)
1893 (guix build r-build-system)
1894 (srfi srfi-1))
1895 #:phases
1896 (modify-phases %standard-phases
1897 (add-after 'unpack 'process-javascript
1898 (lambda* (#:key inputs #:allow-other-keys)
1899 (with-directory-excursion "inst/www/d3/"
1900 (call-with-values
1901 (lambda ()
1902 (unzip2
1903 `((,(assoc-ref inputs "d3.v3.js")
1904 "v3/dist/d3.min.js")
1905 (,(assoc-ref inputs "d3.v4.js")
1906 "v4/dist/d3.min.js")
1907 (,(assoc-ref inputs "d3.v5.js")
1908 "v5/dist/d3.min.js")
1909 (,(assoc-ref inputs "d3.v6.js")
1910 "v6/dist/d3.min.js"))))
1911 (lambda (sources targets)
1912 (for-each (lambda (source target)
1913 (format #t "Processing ~a --> ~a~%"
1914 source target)
1915 (delete-file target)
1916 (invoke "esbuild" source "--minify"
1917 (string-append "--outfile=" target)))
1918 sources targets))))
1919 #t)))))
1920 (propagated-inputs
1921 `(("r-dplyr" ,r-dplyr)
1922 ("r-htmltools" ,r-htmltools)
1923 ("r-rlang" ,r-rlang)
1924 ("r-tidyr" ,r-tidyr)))
1925 (native-inputs
1926 `(("esbuild" ,esbuild)
1927 ("d3.v3.js"
1928 ,(origin
1929 (method url-fetch)
1930 (uri "https://d3js.org/d3.v3.js")
1931 (sha256
1932 (base32
1933 "1arr7sr08vy7wh0nvip2mi7dpyjw4576vf3bm45rp4g5lc1k1x41"))))
1934 ("d3.v4.js"
1935 ,(origin
1936 (method url-fetch)
1937 (uri "https://d3js.org/d3.v4.js")
1938 (sha256
1939 (base32
1940 "0y7byf6kcinfz9ac59jxc4v6kppdazmnyqfav0dm4h550fzfqqlg"))))
1941 ("d3.v5.js"
1942 ,(origin
1943 (method url-fetch)
1944 (uri "https://d3js.org/d3.v5.js")
1945 (sha256
1946 (base32
1947 "0kxvx5pfagxn6nhavdwsdnzyd26g0z5dsfi1pi5dvcmb0c8ipcdn"))))
1948 ("d3.v6.js"
1949 ,(origin
1950 (method url-fetch)
1951 (uri "https://d3js.org/d3.v6.js")
1952 (sha256
1953 (base32
1954 "1x6432ca7p1pfxhz3airzw943fincn9izzxkclc1wmphcvv2n2p9"))))))
1955 (home-page "https://github.com/timelyportfolio/d3r")
1956 (synopsis "d3.js utilities for R")
1957 (description
1958 "This package provides a suite of functions to help ease the use of the
1959 d3.js visualization library in R. These helpers include
1960 @code{htmltools::htmlDependency} functions, hierarchy builders, and conversion
1961 tools for @code{partykit}, @code{igraph}, @code{table}, and @code{data.frame}
1962 R objects into the JSON format that the d3.js library expects.")
1963 (license license:bsd-3)))
1964
1965 ;; We use the latest commit here because the last release was in 2016 while
1966 ;; the latest commit was in 2018.
1967 (define-public r-sankeyd3
1968 (let ((commit "fd50a74e29056e0d67d75b4d04de47afb2f932bc")
1969 (revision "1"))
1970 (package
1971 (name "r-sankeyd3")
1972 (version (git-version "0.3.2" revision commit))
1973 (source
1974 (origin
1975 (method git-fetch)
1976 (uri (git-reference
1977 (url "https://github.com/fbreitwieser/sankeyD3")
1978 (commit commit)))
1979 (file-name (git-file-name name version))
1980 (sha256
1981 (base32
1982 "0jrcnfax321pszbpjdifnkbrgbjr43bjzvlzv1p5a8wskksqwiyx"))))
1983 (build-system r-build-system)
1984 (propagated-inputs
1985 `(("r-d3r" ,r-d3r)
1986 ("r-htmlwidgets" ,r-htmlwidgets)
1987 ("r-shiny" ,r-shiny)
1988 ("r-magrittr" ,r-magrittr)))
1989 (home-page "https://github.com/fbreitwieser/sankeyD3")
1990 (synopsis "Sankey network graphs from R")
1991 (description
1992 "This package provides an R library to generate Sankey network graphs
1993 in R and Shiny via the D3 visualization library.")
1994 ;; The R code is licensed under GPLv3+. It includes the non-minified
1995 ;; JavaScript source code of d3-sankey, which is released under the
1996 ;; 3-clause BSD license.
1997 (license (list license:gpl3+ license:bsd-3)))))
1998
1999 (define-public r-wesanderson
2000 (package
2001 (name "r-wesanderson")
2002 (version "0.3.6")
2003 (source
2004 (origin
2005 (method url-fetch)
2006 (uri (cran-uri "wesanderson" version))
2007 (sha256
2008 (base32
2009 "09mr6p2jmqdjq27cz974w5hyxgn929zp9z3inhxqmmh1582fmdi2"))))
2010 (properties `((upstream-name . "wesanderson")))
2011 (build-system r-build-system)
2012 (home-page "https://github.com/karthik/wesanderson")
2013 (synopsis "Wes Anderson color palette generator")
2014 (description
2015 "This package provides color palettes that have been generated mostly
2016 from Wes Anderson movies.")
2017 (license license:expat)))
2018
2019 (define-public r-gg-gap
2020 (package
2021 (name "r-gg-gap")
2022 (version "1.3")
2023 (source
2024 (origin
2025 (method url-fetch)
2026 (uri (cran-uri "gg.gap" version))
2027 (sha256
2028 (base32
2029 "0m66050ryn31xmsmmikjsssllasvjdmp9yjbwfdwfpwdv106zn9h"))))
2030 (properties `((upstream-name . "gg.gap")))
2031 (build-system r-build-system)
2032 (propagated-inputs
2033 `(("r-cowplot" ,r-cowplot)
2034 ("r-ggplot2" ,r-ggplot2)))
2035 (home-page "https://github.com/ChrisLou-bioinfo/gg.gap")
2036 (synopsis "Define segments on the y-axis for ggplot2")
2037 (description
2038 "The @code{gg.gap} function enables you to define segments for the y-axis
2039 in a ggplot2 plot.")
2040 (license license:gpl3)))
2041
2042 (define-public r-tablerdash
2043 (package
2044 (name "r-tablerdash")
2045 (version "0.1.0")
2046 (source
2047 (origin
2048 (method url-fetch)
2049 (uri (cran-uri "tablerDash" version))
2050 (sha256
2051 (base32
2052 "1mnp6lxa7d669r325aynq1n3f35r9sy4v1fvdh4cymbf33s8mkmm"))
2053 (snippet
2054 '(begin
2055 ;; Delete minified JavaScript
2056 (for-each delete-file
2057 '("inst/tablerDash-0.1.0/require.min.js"
2058 "inst/bootstrap-4.0.0/bootstrap.bundle.min.js"))
2059 #true))))
2060 (properties `((upstream-name . "tablerDash")))
2061 (build-system r-build-system)
2062 (arguments
2063 `(#:modules ((guix build utils)
2064 (guix build r-build-system)
2065 (srfi srfi-1))
2066 #:phases
2067 (modify-phases %standard-phases
2068 (add-after 'unpack 'process-javascript
2069 (lambda* (#:key inputs #:allow-other-keys)
2070 (with-directory-excursion "inst"
2071 (call-with-values
2072 (lambda ()
2073 (unzip2
2074 `((,(assoc-ref inputs "js-requirejs")
2075 "tablerDash-0.1.0/require.min.js")
2076 (,(assoc-ref inputs "js-bootstrap")
2077 "bootstrap-4.0.0/bootstrap.bundle.min.js"))))
2078 (lambda (sources targets)
2079 (for-each (lambda (source target)
2080 (format #t "Processing ~a --> ~a~%"
2081 source target)
2082 (invoke "esbuild" source "--minify"
2083 (string-append "--outfile=" target)))
2084 sources targets))))
2085 #t)))))
2086 (propagated-inputs
2087 `(("r-htmltools" ,r-htmltools)
2088 ("r-knitr" ,r-knitr)
2089 ("r-shiny" ,r-shiny)))
2090 (native-inputs
2091 `(("esbuild" ,esbuild)
2092 ("js-requirejs"
2093 ,(origin
2094 (method url-fetch)
2095 (uri "https://raw.githubusercontent.com/requirejs/requirejs/2.3.5/require.js")
2096 (sha256
2097 (base32
2098 "06w32mwqii9cx409ivda88z58qbkcdb4p6hf6jawchsgagaziyds"))))
2099 ("js-bootstrap"
2100 ,(origin
2101 (method url-fetch)
2102 (uri "https://raw.githubusercontent.com/twbs/bootstrap/\
2103 v4.0.0/dist/js/bootstrap.bundle.js")
2104 (sha256
2105 (base32
2106 "0cvfqffn45vfbj3fk6wmrhkyndhk4id89vgydssbbzxjkfwprfrj"))))))
2107 (home-page "https://rinterface.github.io/tablerDash/")
2108 (synopsis "Tabler API for Shiny")
2109 (description
2110 "This package provides an R interface to the
2111 @url{https://tabler.io,Tabler} HTML template. tablerDash is a light Bootstrap
2112 4 dashboard template. There are different layouts available such as a one
2113 page dashboard or a multi-page template, where the navigation menu is
2114 contained in the navigation bar.")
2115 (license license:gpl2+)))
2116
2117 (define-public r-spelling
2118 (package
2119 (name "r-spelling")
2120 (version "2.2")
2121 (source
2122 (origin
2123 (method url-fetch)
2124 (uri (cran-uri "spelling" version))
2125 (sha256
2126 (base32
2127 "179nj9w1v27qq9q5240ddvggp0795998sxyqjvbqjvq9dmach3bl"))))
2128 (properties `((upstream-name . "spelling")))
2129 (build-system r-build-system)
2130 (propagated-inputs
2131 `(("r-commonmark" ,r-commonmark)
2132 ("r-hunspell" ,r-hunspell)
2133 ("r-knitr" ,r-knitr)
2134 ("r-xml2" ,r-xml2)))
2135 (home-page "https://docs.ropensci.org/spelling/")
2136 (synopsis "Tools for spell checking in R")
2137 (description
2138 "This is an R package for spell checking common document formats
2139 including LaTeX, markdown, manual pages, and DESCRIPTION files. It includes
2140 utilities to automate checking of documentation and vignettes as a unit test
2141 during @code{R CMD check}. Both British and American English are supported
2142 out of the box and other languages can be added. In addition, packages may
2143 define a wordlist to allow custom terminology without having to abuse
2144 punctuation.")
2145 (license license:expat)))
2146
2147 (define-public r-crosstalk
2148 (package
2149 (name "r-crosstalk")
2150 (version "1.1.1")
2151 (source
2152 (origin
2153 (method url-fetch)
2154 (uri (cran-uri "crosstalk" version))
2155 (sha256
2156 (base32
2157 "1n6c6s7a6yxiwvva71x6bzcrim8xprl5s01fqiy61yq0y3vk8cpd"))))
2158 (build-system r-build-system)
2159 (propagated-inputs
2160 `(("r-htmltools" ,r-htmltools)
2161 ("r-jsonlite" ,r-jsonlite)
2162 ("r-lazyeval" ,r-lazyeval)
2163 ("r-r6" ,r-r6)))
2164 (home-page "https://rstudio.github.io/crosstalk/")
2165 (synopsis "Inter-widget interactivity for HTML widgets")
2166 (description
2167 "This package provides building blocks for allowing HTML widgets to
2168 communicate with each other, with Shiny or without (i.e. static @code{.html}
2169 files). It currently supports linked brushing and filtering.")
2170 (license license:expat)))
2171
2172 (define-public r-rook
2173 (package
2174 (name "r-rook")
2175 (version "1.1-1")
2176 (source
2177 (origin
2178 (method url-fetch)
2179 (uri (cran-uri "Rook" version))
2180 (sha256
2181 (base32
2182 "00s9a0kr9rwxvlq433daxjk4ji8m0w60hjdprf502msw9kxfrx00"))))
2183 (properties `((upstream-name . "Rook")))
2184 (build-system r-build-system)
2185 (propagated-inputs `(("r-brew" ,r-brew)))
2186 (home-page "https://cran.r-project.org/web/packages/Rook")
2187 (synopsis "Web server interface for R")
2188 (description
2189 "This package contains the Rook specification and convenience software
2190 for building and running Rook applications. A Rook application is an R
2191 reference class object that implements a @code{call} method or an R closure
2192 that takes exactly one argument, an environment, and returns a list with three
2193 named elements: the @code{status}, the @code{headers}, and the @code{body}.")
2194 (license license:gpl2)))
2195
2196 (define-public r-miniui
2197 (package
2198 (name "r-miniui")
2199 (version "0.1.1.1")
2200 (source
2201 (origin
2202 (method url-fetch)
2203 (uri (cran-uri "miniUI" version))
2204 (sha256
2205 (base32
2206 "1h5h2sc57h95d6bsgs95l26911g38hvjc1v50bc31xl9689l2as5"))))
2207 (properties `((upstream-name . "miniUI")))
2208 (build-system r-build-system)
2209 (propagated-inputs
2210 `(("r-htmltools" ,r-htmltools)
2211 ("r-shiny" ,r-shiny)))
2212 (home-page "https://cran.r-project.org/web/packages/miniUI/")
2213 (synopsis "Shiny UI widgets for small screens")
2214 (description
2215 "This package provides UI widget and layout functions for writing Shiny apps that
2216 work well on small screens.")
2217 (license license:gpl3)))
2218
2219 (define-public r-feather
2220 (package
2221 (name "r-feather")
2222 (version "0.3.5")
2223 (source
2224 (origin
2225 (method url-fetch)
2226 (uri (cran-uri "feather" version))
2227 (sha256
2228 (base32
2229 "1gxd0h2m56sjjlzn4dry6s13nddxc4l5i11gsvavaf2dwbahdzsh"))))
2230 (build-system r-build-system)
2231 (propagated-inputs
2232 `(("r-hms" ,r-hms)
2233 ("r-rcpp" ,r-rcpp)
2234 ("r-tibble" ,r-tibble)))
2235 (home-page "https://github.com/wesm/feather")
2236 (synopsis "R Bindings to the Feather API")
2237 (description "Read and write feather files, a lightweight binary columnar
2238 data store designed for maximum speed.")
2239 (license license:asl2.0)))
2240
2241 (define-public r-maps
2242 (package
2243 (name "r-maps")
2244 (version "3.3.0")
2245 (source
2246 (origin
2247 (method url-fetch)
2248 (uri (cran-uri "maps" version))
2249 (sha256
2250 (base32
2251 "05i2ppl5z4p8rawgqmy3z4ia05fcblpq1vvrmrkgkkpdlhczx6hr"))))
2252 (build-system r-build-system)
2253 (home-page "https://cran.r-project.org/web/packages/maps")
2254 (synopsis "Draw geographical maps")
2255 (description "This package provides an R module for display of maps.
2256 Projection code and larger maps are in separate packages (@code{mapproj} and
2257 @code{mapdata}).")
2258 (license license:gpl2)))
2259
2260 (define-public r-mapproj
2261 (package
2262 (name "r-mapproj")
2263 (version "1.2.7")
2264 (source
2265 (origin
2266 (method url-fetch)
2267 (uri (cran-uri "mapproj" version))
2268 (sha256
2269 (base32
2270 "0nscsfq8md6ri9258xz57c3dj81wdl6kdwf4a9qcrwwbn20i427h"))))
2271 (build-system r-build-system)
2272 (propagated-inputs `(("r-maps" ,r-maps)))
2273 (home-page "https://cran.r-project.org/web/packages/mapproj")
2274 (synopsis "Map projection in R")
2275 (description "This package converts latitude/longitude into projected
2276 coordinates.")
2277 (license (list license:gpl2 ; The R interface
2278 (license:non-copyleft ; The C code
2279 "https://www.gnu.org/licenses/license-list.en.html#lucent102"
2280 "Lucent Public License Version 1.02")))))
2281
2282 (define-public r-rgooglemaps
2283 (package
2284 (name "r-rgooglemaps")
2285 (version "1.4.5.3")
2286 (source
2287 (origin
2288 (method url-fetch)
2289 (uri (cran-uri "RgoogleMaps" version))
2290 (sha256
2291 (base32
2292 "02v8k0bw70q4qwx4lcdy8p25q7n3ql2ll46lfpqllxa1p26svmfi"))))
2293 (properties `((upstream-name . "RgoogleMaps")))
2294 (build-system r-build-system)
2295 (propagated-inputs
2296 `(("r-png" ,r-png)
2297 ("r-sp" ,r-sp)))
2298 (home-page "https://cran.r-project.org/web/packages/RgoogleMaps")
2299 (synopsis "Use Google Maps in R")
2300 (description "This package serves two purposes:
2301 @enumerate
2302 @item Provide a comfortable R interface to query the Google server for static
2303 maps, and
2304 @item Use the map as a background image to overlay plots within R. This
2305 requires proper coordinate scaling.
2306 @end enumerate\n")
2307 (license license:gpl2+)))
2308
2309 (define-public r-geosphere
2310 (package
2311 (name "r-geosphere")
2312 (version "1.5-10")
2313 (source
2314 (origin
2315 (method url-fetch)
2316 (uri (cran-uri "geosphere" version))
2317 (sha256
2318 (base32
2319 "15xlgsmn0vwky1l13n6acdz6jn2b2na3gf6x367y3qh1f5w4zkan"))))
2320 (build-system r-build-system)
2321 (propagated-inputs `(("r-sp" ,r-sp)))
2322 (home-page "https://cran.r-project.org/web/packages/geosphere")
2323 (synopsis "Spherical trigonometry")
2324 (description "This package computes spherical trigonometry for geographic
2325 applications. That is, compute distances and related measures for angular
2326 (longitude/latitude) locations.")
2327 (license license:gpl3+)))
2328
2329 (define-public r-jpeg
2330 (package
2331 (name "r-jpeg")
2332 (version "0.1-8.1")
2333 (source
2334 (origin
2335 (method url-fetch)
2336 (uri (cran-uri "jpeg" version))
2337 (sha256
2338 (base32
2339 "1a8mi70x79a691r40yiw684jkg1mr9n8agkxlcksxcnrdybs9c0x"))))
2340 (build-system r-build-system)
2341 (inputs `(("libjpeg" ,libjpeg-turbo)))
2342 (home-page "https://www.rforge.net/jpeg/")
2343 (synopsis "Read and write JPEG images with R")
2344 (description "This package provides a way to read, write and display
2345 bitmap images stored in the JPEG format with R. It can read and write both
2346 files and in-memory raw vectors.")
2347 (license license:gpl2+)))
2348
2349 (define-public r-ggmap
2350 (package
2351 (name "r-ggmap")
2352 (version "3.0.0")
2353 (source
2354 (origin
2355 (method url-fetch)
2356 (uri (cran-uri "ggmap" version))
2357 (sha256
2358 (base32
2359 "13dmzl6z62pzjiffilarkji46vy0sacxa8a7mhrhc3biq3ylzhln"))))
2360 (build-system r-build-system)
2361 (propagated-inputs
2362 `(("r-bitops" ,r-bitops)
2363 ("r-digest" ,r-digest)
2364 ("r-dplyr" ,r-dplyr)
2365 ("r-ggplot2" ,r-ggplot2)
2366 ("r-glue" ,r-glue)
2367 ("r-httr" ,r-httr)
2368 ("r-jpeg" ,r-jpeg)
2369 ("r-magrittr" ,r-magrittr)
2370 ("r-plyr" ,r-plyr)
2371 ("r-png" ,r-png)
2372 ("r-purrr" ,r-purrr)
2373 ("r-rgooglemaps" ,r-rgooglemaps)
2374 ("r-rjson" ,r-rjson)
2375 ("r-scales" ,r-scales)
2376 ("r-stringr" ,r-stringr)
2377 ("r-tibble" ,r-tibble)
2378 ("r-tidyr" ,r-tidyr)))
2379 (home-page "https://github.com/dkahle/ggmap")
2380 (synopsis "Spatial visualization with ggplot2")
2381 (description "This package provides a collection of functions to visualize
2382 spatial data and models on top of static maps from various online sources (e.g
2383 Google Maps and Stamen Maps). It includes tools common to those tasks,
2384 including functions for geolocation and routing.")
2385 (license license:gpl2)))
2386
2387 (define-public r-haven
2388 (package
2389 (name "r-haven")
2390 (version "2.3.1")
2391 (source
2392 (origin
2393 (method url-fetch)
2394 (uri (cran-uri "haven" version))
2395 (sha256
2396 (base32
2397 "03cypgqhdkrfbfpl1yx2wb7flczrbak1w654wkicmd5ajwr9zvkf"))
2398 (modules '((guix build utils)))
2399 (snippet
2400 '(begin
2401 ;; unvendor readstat
2402 (delete-file-recursively "src/readstat")
2403 #t))))
2404 (build-system r-build-system)
2405 (arguments
2406 '(#:phases
2407 (modify-phases %standard-phases
2408 (add-after 'unpack 'unbundle-readstat
2409 (lambda _
2410 ;; Not required, since we’re not building readstat.
2411 (substitute* "src/Makevars"
2412 (("-lz") "-lreadstat"))
2413 #t)))))
2414 (inputs
2415 `(("readstat" ,readstat)))
2416 (native-inputs
2417 `(("r-knitr" ,r-knitr)))
2418 (propagated-inputs
2419 `(("r-forcats" ,r-forcats)
2420 ("r-hms" ,r-hms)
2421 ("r-rcpp" ,r-rcpp)
2422 ("r-rlang" ,r-rlang)
2423 ("r-readr" ,r-readr)
2424 ("r-tibble" ,r-tibble)
2425 ("r-tidyselect" ,r-tidyselect)
2426 ("r-vctrs" ,r-vctrs)))
2427 (home-page "https://haven.tidyverse.org")
2428 (synopsis "Import and Export 'SPSS', 'Stata' and 'SAS' Files")
2429 (description
2430 "This package lets you mport foreign statistical formats into R via the
2431 embedded @url{https://github.com/WizardMac/ReadStat,ReadStat} C library.")
2432 (license license:expat)))
2433
2434 (define-public r-amap
2435 (package
2436 (name "r-amap")
2437 (version "0.8-18")
2438 (source (origin
2439 (method url-fetch)
2440 (uri (cran-uri "amap" version))
2441 (sha256
2442 (base32
2443 "0zpcb73w413na23f6giml9311jh0j0y766w2fh9i40d2h7bbvyvs"))))
2444 (build-system r-build-system)
2445 (native-inputs
2446 `(("gfortran" ,gfortran)))
2447 (home-page "http://mulcyber.toulouse.inra.fr/projects/amap/")
2448 (synopsis "Another multidimensional analysis package")
2449 (description "This package provides tools for clustering and principal
2450 component analysis (with robust methods, and parallelized functions).")
2451 (license license:gpl2+)))
2452
2453 (define-public r-ape
2454 (package
2455 (name "r-ape")
2456 (version "5.4-1")
2457 (source
2458 (origin
2459 (method url-fetch)
2460 (uri (cran-uri "ape" version))
2461 (sha256
2462 (base32
2463 "1r7fwyz30ippcl1ibqiv1xryf44x5crcks5kx19h146ffj76qcgh"))))
2464 (build-system r-build-system)
2465 (propagated-inputs
2466 `(("r-lattice" ,r-lattice)
2467 ("r-nlme" ,r-nlme)
2468 ("r-rcpp" ,r-rcpp)))
2469 (home-page "http://ape-package.ird.fr/")
2470 (synopsis "Analyses of phylogenetics and evolution")
2471 (description
2472 "This package provides functions for reading, writing, plotting, and
2473 manipulating phylogenetic trees, analyses of comparative data in a
2474 phylogenetic framework, ancestral character analyses, analyses of
2475 diversification and macroevolution, computing distances from DNA sequences,
2476 and several other tools.")
2477 (license license:gpl2+)))
2478
2479 (define-public r-abbyyr
2480 (package
2481 (name "r-abbyyr")
2482 (version "0.5.5")
2483 (source
2484 (origin
2485 (method url-fetch)
2486 (uri (cran-uri "abbyyR" version))
2487 (sha256
2488 (base32
2489 "1vldnd3dg89aj6a73nhirirqddbfdrnzhb5m3679i60sark8nk6r"))))
2490 (properties `((upstream-name . "abbyyR")))
2491 (build-system r-build-system)
2492 (propagated-inputs
2493 `(("r-curl" ,r-curl)
2494 ("r-httr" ,r-httr)
2495 ("r-plyr" ,r-plyr)
2496 ("r-progress" ,r-progress)
2497 ("r-readr" ,r-readr)
2498 ("r-xml" ,r-xml)))
2499 (home-page "https://github.com/soodoku/abbyyR")
2500 (synopsis "Access to Abbyy Optical Character Recognition (OCR) API")
2501 (description
2502 "This package provides tools to get text from images of text using Abbyy
2503 Cloud Optical Character Recognition (OCR) API. With abbyyyR, one can easily
2504 OCR images, barcodes, forms, documents with machine readable zones, e.g.
2505 passports and get the results in a variety of formats including plain text and
2506 XML. To learn more about the Abbyy OCR API, see @url{http://ocrsdk.com/}.")
2507 (license license:expat)))
2508
2509 (define-public r-colorspace
2510 (package
2511 (name "r-colorspace")
2512 (version "2.0-0")
2513 (source
2514 (origin
2515 (method url-fetch)
2516 (uri (cran-uri "colorspace" version))
2517 (sha256
2518 (base32 "13h1hara0s6xn16bgkrbd0flszah1yiylwfwxwn2inqqk6pm6sjf"))))
2519 (build-system r-build-system)
2520 (native-inputs
2521 `(("r-knitr" ,r-knitr)))
2522 (home-page "https://cran.r-project.org/web/packages/colorspace")
2523 (synopsis "Color space manipulation")
2524 (description
2525 "This package carries out a mapping between assorted color spaces
2526 including RGB, HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB and polar
2527 CIELAB. Qualitative, sequential, and diverging color palettes based on HCL
2528 colors are provided.")
2529 (license license:bsd-3)))
2530
2531 (define-public r-glue
2532 (package
2533 (name "r-glue")
2534 (version "1.4.2")
2535 (source
2536 (origin
2537 (method url-fetch)
2538 (uri (cran-uri "glue" version))
2539 (sha256
2540 (base32
2541 "1bgpirdvjrf0da734clrixawvpdap4lpda4g89vais96589m8wwz"))))
2542 (build-system r-build-system)
2543 ;; knitr depends on glue, so we can't add knitr here to build the
2544 ;; vignettes.
2545 #;
2546 (native-inputs
2547 `(("r-knitr" ,r-knitr)))
2548 (home-page "https://github.com/tidyverse/glue")
2549 (synopsis "Interpreted string literals")
2550 (description
2551 "This package provides an implementation of interpreted string literals,
2552 inspired by Python's Literal String Interpolation (PEP-0498) and
2553 Docstrings (PEP-0257) and Julia's Triple-Quoted String Literals.")
2554 (license license:expat)))
2555
2556 (define-public r-palmerpenguins
2557 (package
2558 (name "r-palmerpenguins")
2559 (version "0.1.0")
2560 (source
2561 (origin
2562 (method url-fetch)
2563 (uri (cran-uri "palmerpenguins" version))
2564 (sha256
2565 (base32
2566 "0q1k3cdkliq7kwrg1n0vs9b6cjwyfarhlgdijhp9c6riy6y5ik7x"))))
2567 (properties
2568 `((upstream-name . "palmerpenguins")))
2569 (build-system r-build-system)
2570 (home-page "https://allisonhorst.github.io/palmerpenguins/")
2571 (synopsis "Palmer Archipelago (Antarctica) penguin data")
2572 (description
2573 "This package includes size measurements, clutch observations, and blood
2574 isotope ratios for adult foraging Adélie, Chinstrap, and Gentoo penguins
2575 observed on islands in the Palmer Archipelago near Palmer Station, Antarctica.
2576 Data were collected and made available by Dr. Kristen Gorman and the Palmer
2577 Station Long Term Ecological Research (LTER) Program.")
2578 (license license:cc0)))
2579
2580 (define-public r-pastecs
2581 (package
2582 (name "r-pastecs")
2583 (version "1.3.21")
2584 (source (origin
2585 (method url-fetch)
2586 (uri (cran-uri "pastecs" version))
2587 (sha256
2588 (base32
2589 "0z4dic94ar646w7zc2ggi5hgvf2qnznsani94c5pyql8zspz47lc"))))
2590 (build-system r-build-system)
2591 (propagated-inputs
2592 `(("r-boot" ,r-boot)))
2593 (home-page "https://github.com/phgrosjean/pastecs")
2594 (synopsis "Analysis of space-time ecological series")
2595 (description
2596 "This package provides functions for regulation, decomposition and analysis
2597 of space-time series. The @code{pastecs} library is a PNEC-Art4 and IFREMER
2598 initiative to bring PASSTEC 2000 functionalities to R.")
2599 (license license:gpl2+)))
2600
2601 (define-public r-partykit
2602 (package
2603 (name "r-partykit")
2604 (version "1.2-13")
2605 (source (origin
2606 (method url-fetch)
2607 (uri (cran-uri "partykit" version))
2608 (sha256
2609 (base32
2610 "15bfhqvx2y4vclnc3sw4v7ggs70pk57b3qk9aqjfvdrx444d2gd4"))))
2611 (build-system r-build-system)
2612 (propagated-inputs
2613 `(("r-formula" ,r-formula)
2614 ("r-inum" ,r-inum)
2615 ("r-libcoin" ,r-libcoin)
2616 ("r-mvtnorm" ,r-mvtnorm)
2617 ("r-rpart" ,r-rpart)
2618 ("r-survival" ,r-survival)))
2619 (home-page "http://partykit.R-Forge.R-project.org/partykit")
2620 (synopsis "Toolkit for recursive partytioning")
2621 (description
2622 "This package provides a toolkit with infrastructure for representing,
2623 summarizing, and visualizing tree-structured regression and classification
2624 models.")
2625 (license license:gpl2+)))
2626
2627 (define-public r-plogr
2628 (package
2629 (name "r-plogr")
2630 (version "0.2.0")
2631 (source
2632 (origin
2633 (method url-fetch)
2634 (uri (cran-uri "plogr" version))
2635 (sha256
2636 (base32
2637 "0a8dhzlna79ggyhfr0nncgh15a9n6r0dsz664pz0ah323wpblqqf"))))
2638 (build-system r-build-system)
2639 (home-page "https://github.com/krlmlr/plogr")
2640 (synopsis "R bindings for the plog C++ logging library")
2641 (description
2642 "This package provides the header files for a stripped-down version of
2643 the plog header-only C++ logging library, and a method to log to R's standard
2644 error stream.")
2645 (license license:expat)))
2646
2647 (define-public r-pls
2648 (package
2649 (name "r-pls")
2650 (version "2.7-3")
2651 (source
2652 (origin
2653 (method url-fetch)
2654 (uri (cran-uri "pls" version))
2655 (sha256
2656 (base32 "0b3ls12w19wc4xkhnsgmb333y9lyzwq3syjc3k8zs1agnw59c7cg"))))
2657 (build-system r-build-system)
2658 (home-page "https://mevik.net/work/software/pls.html")
2659 (synopsis "Partial Least Squares and Principal Component Regression")
2660 (description
2661 "The pls package implements multivariate regression methods: Partial Least
2662 Squares Regression (@dfn{PLSR}), Principal Component Regression (@dfn{PCR}), and
2663 Canonical Powered Partial Least Squares (@dfn{CPPLS}). It supports:
2664
2665 @itemize
2666 @item several algorithms: the traditional orthogonal scores (@dfn{NIPALS}) PLS
2667 algorithm, kernel PLS, wide kernel PLS, Simpls, and PCR through @code{svd}
2668 @item multi-response models (or @dfn{PLS2})
2669 @item flexible cross-validation
2670 @item Jackknife variance estimates of regression coefficients
2671 @item extensive and flexible plots: scores, loadings, predictions, coefficients,
2672 (R)MSEP, R², and correlation loadings
2673 @item formula interface, modelled after @code{lm()}, with methods for predict,
2674 print, summary, plot, update, etc.
2675 @item extraction functions for coefficients, scores, and loadings
2676 @item MSEP, RMSEP, and R² estimates
2677 @item multiplicative scatter correction (@dfn{MSC})
2678 @end itemize\n")
2679 (license license:gpl2)))
2680
2681 (define-public r-ps
2682 (package
2683 (name "r-ps")
2684 (version "1.6.0")
2685 (source
2686 (origin
2687 (method url-fetch)
2688 (uri (cran-uri "ps" version))
2689 (sha256
2690 (base32 "0cdzjqgap108whhsilxllg12m2d05pgksryhrz5bq608bvf7vbc9"))))
2691 (build-system r-build-system)
2692 (home-page "https://ps.r-lib.org")
2693 (synopsis "List, query, and manipulate system processes")
2694 (description
2695 "The ps package implements an API to list, query, and manipulate system
2696 processes. Most of its code is based on the @code{psutil} Python package.")
2697 (license license:bsd-3)))
2698
2699 (define-public r-pkgbuild
2700 (package
2701 (name "r-pkgbuild")
2702 (version "1.2.0")
2703 (source
2704 (origin
2705 (method url-fetch)
2706 (uri (cran-uri "pkgbuild" version))
2707 (sha256
2708 (base32 "0qx920h2viwjg10va81nj0xja495d8ni6vcc25ggvzki6a6k069f"))))
2709 (build-system r-build-system)
2710 (propagated-inputs
2711 `(("r-callr" ,r-callr)
2712 ("r-cli" ,r-cli)
2713 ("r-crayon" ,r-crayon)
2714 ("r-desc" ,r-desc)
2715 ("r-prettyunits" ,r-prettyunits)
2716 ("r-r6" ,r-r6)
2717 ("r-rprojroot" ,r-rprojroot)
2718 ("r-withr" ,r-withr)))
2719 (home-page "https://github.com/r-pkgs/pkgbuild")
2720 (synopsis "Find tools needed to build R packages")
2721 (description
2722 "This package provides functions used to build R packages. It locates
2723 compilers needed to build R packages on various platforms and ensures the PATH
2724 is configured appropriately so R can use them.")
2725 (license license:gpl3)))
2726
2727 (define-public r-pkgload
2728 (package
2729 (name "r-pkgload")
2730 (version "1.2.0")
2731 (source
2732 (origin
2733 (method url-fetch)
2734 (uri (cran-uri "pkgload" version))
2735 (sha256
2736 (base32
2737 "185xr79z2vncq62bni7x4qv3p7dxvnfsbdnnglma0a196hz6pj7v"))))
2738 (build-system r-build-system)
2739 (propagated-inputs
2740 `(("r-cli" ,r-cli)
2741 ("r-crayon" ,r-crayon)
2742 ("r-desc" ,r-desc)
2743 ("r-pkgbuild" ,r-pkgbuild)
2744 ("r-rlang" ,r-rlang)
2745 ("r-rprojroot" ,r-rprojroot)
2746 ("r-rstudioapi" ,r-rstudioapi)
2747 ("r-withr" ,r-withr)))
2748 (home-page "https://github.com/r-lib/pkgload")
2749 (synopsis "Simulate package installation and attach")
2750 (description
2751 "This package simulates the process of installing a package and then
2752 attaching it. This is a key part of the @code{devtools} package as it allows
2753 you to rapidly iterate while developing a package.")
2754 (license license:gpl3)))
2755
2756 (define-public r-rcpp
2757 (package
2758 (name "r-rcpp")
2759 (version "1.0.6")
2760 (source
2761 (origin
2762 (method url-fetch)
2763 (uri (cran-uri "Rcpp" version))
2764 (sha256
2765 (base32 "04ph6lm36cmvz01ng53pvvf3jxvzsn9smyflkfc7l3q0pib4gwn9"))))
2766 (build-system r-build-system)
2767 (home-page "http://www.rcpp.org")
2768 (synopsis "Seamless R and C++ integration")
2769 (description
2770 "The Rcpp package provides R functions as well as C++ classes which offer
2771 a seamless integration of R and C++. Many R data types and objects can be
2772 mapped back and forth to C++ equivalents which facilitates both writing of new
2773 code as well as easier integration of third-party libraries. Documentation
2774 about Rcpp is provided by several vignettes included in this package, via the
2775 @code{Rcpp Gallery} site at <http://gallery.rcpp.org>, the paper by Eddelbuettel
2776 and Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see
2777 @code{citation(\"Rcpp\")} for details on these last two.")
2778 (license license:gpl2+)))
2779
2780 (define-public r-rcppthread
2781 (package
2782 (name "r-rcppthread")
2783 (version "1.0.0")
2784 (source
2785 (origin
2786 (method url-fetch)
2787 (uri (cran-uri "RcppThread" version))
2788 (sha256
2789 (base32
2790 "1xfcxrny779kgknlvnc4j02ifprnakndnkhx8bhy50d39vp4hjjl"))))
2791 (properties `((upstream-name . "RcppThread")))
2792 (build-system r-build-system)
2793 (home-page
2794 "https://github.com/tnagler/RcppThread")
2795 (synopsis "R threading in C++")
2796 (description
2797 "This package provides a C++11-style thread class and thread pool that can
2798 safely be interrupted from R.")
2799 (license license:expat)))
2800
2801 (define-public r-bindr
2802 (package
2803 (name "r-bindr")
2804 (version "0.1.1")
2805 (source
2806 (origin
2807 (method url-fetch)
2808 (uri (cran-uri "bindr" version))
2809 (sha256
2810 (base32
2811 "1l05fpk2yql3jka321c0bdgx6mqq9pvfrg2844lbjfpbgjkmqy3w"))))
2812 (build-system r-build-system)
2813 (home-page "https://github.com/krlmlr/bindr")
2814 (synopsis "Parametrized active bindings")
2815 (description
2816 "This package provides a simple interface for creating active bindings
2817 where the bound function accepts additional arguments.")
2818 (license license:expat)))
2819
2820 (define-public r-bindrcpp
2821 (package
2822 (name "r-bindrcpp")
2823 (version "0.2.2")
2824 (source
2825 (origin
2826 (method url-fetch)
2827 (uri (cran-uri "bindrcpp" version))
2828 (sha256
2829 (base32
2830 "0rz4ibjdjsxl99ff3ha79z7cnjmilx4rx58fk9kk7ld9xc4hf4s8"))))
2831 (build-system r-build-system)
2832 (propagated-inputs
2833 `(("r-bindr" ,r-bindr)
2834 ("r-plogr" ,r-plogr)
2835 ("r-rcpp" ,r-rcpp)))
2836 (home-page "https://github.com/krlmlr/bindrcpp")
2837 (synopsis "Rcpp interface to active bindings")
2838 (description
2839 "This package provides an easy way to fill an environment with active
2840 bindings that call a C++ function.")
2841 (license license:expat)))
2842
2843 (define-public r-auc
2844 (package
2845 (name "r-auc")
2846 (version "0.3.0")
2847 (source
2848 (origin
2849 (method url-fetch)
2850 (uri (cran-uri "AUC" version))
2851 (sha256
2852 (base32
2853 "0ripcib2qz0m7rgr1kiz68nx8f6p408l1ww7j78ljqik7p3g41g7"))))
2854 (properties `((upstream-name . "AUC")))
2855 (build-system r-build-system)
2856 (home-page "https://cran.r-project.org/web/packages/AUC")
2857 (synopsis "Compute the area under the curve of selected measures")
2858 (description
2859 "This package includes functions to compute the area under the curve of
2860 selected measures: the area under the sensitivity curve (AUSEC), the area
2861 under the specificity curve (AUSPC), the area under the accuracy
2862 curve (AUACC), and the area under the receiver operating characteristic
2863 curve (AUROC). The curves can also be visualized. Support for partial areas
2864 is provided.")
2865 (license license:gpl2+)))
2866
2867 (define-public r-calibrate
2868 (package
2869 (name "r-calibrate")
2870 (version "1.7.7")
2871 (source
2872 (origin
2873 (method url-fetch)
2874 (uri (cran-uri "calibrate" version))
2875 (sha256
2876 (base32 "19kgrnsyq67iqv1biyssqi30a6v2836ql20nabpy2m692ns0jfvi"))))
2877 (build-system r-build-system)
2878 (propagated-inputs
2879 `(("r-mass" ,r-mass)))
2880 (home-page "https://cran.r-project.org/web/packages/calibrate")
2881 (synopsis "Calibration of scatterplot and biplot axes")
2882 (description
2883 "This is a package for drawing calibrated scales with tick marks
2884 on (non-orthogonal) variable vectors in scatterplots and biplots.")
2885 (license license:gpl2)))
2886
2887 (define-public r-shape
2888 (package
2889 (name "r-shape")
2890 (version "1.4.5")
2891 (source
2892 (origin
2893 (method url-fetch)
2894 (uri (cran-uri "shape" version))
2895 (sha256
2896 (base32
2897 "17qqhjyfhxv9la07ykaslb50c8g4d0cgfypx4y91h9i2yjw7jjh9"))))
2898 (build-system r-build-system)
2899 (home-page "https://cran.r-project.org/web/packages/shape")
2900 (synopsis "Functions for plotting graphical shapes")
2901 (description
2902 "This package provides functions for plotting graphical shapes such as
2903 ellipses, circles, cylinders, arrows, ...")
2904 (license license:gpl3+)))
2905
2906 (define-public r-globaloptions
2907 (package
2908 (name "r-globaloptions")
2909 (version "0.1.2")
2910 (source
2911 (origin
2912 (method url-fetch)
2913 (uri (cran-uri "GlobalOptions" version))
2914 (sha256
2915 (base32 "0gkm77w6db9ajyncy1xdcivplap06a51zi99m009kylccschd2a7"))))
2916 (properties `((upstream-name . "GlobalOptions")))
2917 (build-system r-build-system)
2918 (native-inputs
2919 `(("r-knitr" ,r-knitr)))
2920 (home-page "https://github.com/jokergoo/GlobalOptions")
2921 (synopsis "Generate functions to get or set global options")
2922 (description
2923 "This package provides more controls on the option values such as
2924 validation and filtering on the values, making options invisible or private.")
2925 (license license:gpl2+)))
2926
2927 (define-public r-circlize
2928 (package
2929 (name "r-circlize")
2930 (version "0.4.12")
2931 (source
2932 (origin
2933 (method url-fetch)
2934 (uri (cran-uri "circlize" version))
2935 (sha256
2936 (base32
2937 "1x2j6a80bb4fly3dm91ias964s1gb1cmzj3lyh69ikwjaam0rdmk"))))
2938 (build-system r-build-system)
2939 (propagated-inputs
2940 `(("r-colorspace" ,r-colorspace)
2941 ("r-globaloptions" ,r-globaloptions)
2942 ("r-shape" ,r-shape)))
2943 (native-inputs
2944 `(("r-knitr" ,r-knitr)))
2945 (home-page "https://github.com/jokergoo/circlize")
2946 (synopsis "Circular visualization")
2947 (description
2948 "Circular layout is an efficient way to visualise huge amounts of
2949 information. This package provides an implementation of circular layout
2950 generation in R as well as an enhancement of available software. Its
2951 flexibility is based on the usage of low-level graphics functions such that
2952 self-defined high-level graphics can be easily implemented by users for
2953 specific purposes. Together with the seamless connection between the powerful
2954 computational and visual environment in R, it gives users more convenience and
2955 freedom to design figures for better understanding complex patterns behind
2956 multi-dimensional data.")
2957 (license license:gpl2+)))
2958
2959 (define-public r-powerlaw
2960 (package
2961 (name "r-powerlaw")
2962 (version "0.70.6")
2963 (source
2964 (origin
2965 (method url-fetch)
2966 (uri (cran-uri "poweRlaw" version))
2967 (sha256
2968 (base32 "14d1myxllvm1grnfiszzzxaiqpb2jpmsi19wq70r8r2wki293h7g"))))
2969 (properties `((upstream-name . "poweRlaw")))
2970 (build-system r-build-system)
2971 (propagated-inputs
2972 `(("r-pracma" ,r-pracma)))
2973 (native-inputs
2974 `(("r-knitr" ,r-knitr)))
2975 (home-page "https://github.com/csgillespie/poweRlaw")
2976 (synopsis "Tools for the analysis of heavy tailed distributions")
2977 (description
2978 "This package provides an implementation of maximum likelihood estimators
2979 for a variety of heavy tailed distributions, including both the discrete and
2980 continuous power law distributions. Additionally, a goodness-of-fit based
2981 approach is used to estimate the lower cut-off for the scaling region.")
2982 ;; Any of these GPL versions.
2983 (license (list license:gpl2 license:gpl3))))
2984
2985 (define-public r-compare
2986 (package
2987 (name "r-compare")
2988 (version "0.2-6")
2989 (source
2990 (origin
2991 (method url-fetch)
2992 (uri (cran-uri "compare" version))
2993 (sha256
2994 (base32
2995 "0k9zms930b5dz9gy8414li21wy0zg9x9vp7301v5cvyfi0g7xzgw"))))
2996 (build-system r-build-system)
2997 (home-page "https://cran.r-project.org/web/packages/compare")
2998 (synopsis "Comparing objects for differences")
2999 (description
3000 "This package provides functions to compare a model object to a
3001 comparison object. If the objects are not identical, the functions can be
3002 instructed to explore various modifications of the objects (e.g., sorting
3003 rows, dropping names) to see if the modified versions are identical.")
3004 (license license:gpl2+)))
3005
3006 (define-public r-dendextend
3007 (package
3008 (name "r-dendextend")
3009 (version "1.14.0")
3010 (source
3011 (origin
3012 (method url-fetch)
3013 (uri (cran-uri "dendextend" version))
3014 (sha256
3015 (base32
3016 "0n3qg76apgbqbvxv2yp5qwpy6nx03xmmc9mdfyq4dqblqhdld29p"))))
3017 (build-system r-build-system)
3018 (propagated-inputs
3019 `(("r-ggplot2" ,r-ggplot2)
3020 ("r-magrittr" ,r-magrittr)
3021 ("r-viridis" ,r-viridis)))
3022 (native-inputs
3023 `(("r-knitr" ,r-knitr)))
3024 (home-page "https://cran.r-project.org/web/packages/dendextend")
3025 (synopsis "Extending 'dendrogram' functionality in R")
3026 (description
3027 "This package offers a set of functions for extending @code{dendrogram}
3028 objects in R, letting you visualize and compare trees of hierarchical
3029 clusterings. You can adjust a tree's graphical parameters (the color, size,
3030 type, etc of its branches, nodes and labels) and visually and statistically
3031 compare different dendrograms to one another.")
3032 ;; Any of these versions
3033 (license (list license:gpl2 license:gpl3))))
3034
3035 (define-public r-getoptlong
3036 (package
3037 (name "r-getoptlong")
3038 (version "1.0.5")
3039 (source
3040 (origin
3041 (method url-fetch)
3042 (uri (cran-uri "GetoptLong" version))
3043 (sha256
3044 (base32
3045 "00fpm6nd3kqa2ikasxa62jzywi46fvvmx1mdavcp5yrxxn37j8wc"))))
3046 (properties `((upstream-name . "GetoptLong")))
3047 (build-system r-build-system)
3048 (inputs
3049 `(("perl" ,perl)))
3050 (propagated-inputs
3051 `(("r-crayon" ,r-crayon)
3052 ("r-globaloptions" ,r-globaloptions)
3053 ("r-rjson" ,r-rjson)))
3054 (native-inputs
3055 `(("r-knitr" ,r-knitr)))
3056 (home-page "https://github.com/jokergoo/GetoptLong")
3057 (synopsis "Parsing command-line arguments and variable interpolation")
3058 (description
3059 "This is yet another command-line argument parser which wraps the
3060 powerful Perl module @code{Getopt::Long} and with some adaptation for easier
3061 use in R. It also provides a simple way for variable interpolation in R.")
3062 (license license:gpl2+)))
3063
3064 (define-public r-fastmatch
3065 (package
3066 (name "r-fastmatch")
3067 (version "1.1-0")
3068 (source
3069 (origin
3070 (method url-fetch)
3071 (uri (cran-uri "fastmatch" version))
3072 (sha256
3073 (base32
3074 "0z80jxkygmzn11sq0c2iz357s9bpki548lg926g85gldhfj1md90"))))
3075 (build-system r-build-system)
3076 (home-page "https://www.rforge.net/fastmatch")
3077 (synopsis "Fast match function")
3078 (description
3079 "This package provides a fast @code{match} replacement for cases that
3080 require repeated look-ups. It is slightly faster that R's built-in
3081 @code{match} function on first match against a table, but extremely fast on
3082 any subsequent lookup as it keeps the hash table in memory.")
3083 (license license:gpl2)))
3084
3085 (define-public r-ff
3086 (package
3087 (name "r-ff")
3088 (version "4.0.4")
3089 (source
3090 (origin
3091 (method url-fetch)
3092 (uri (cran-uri "ff" version))
3093 (sha256
3094 (base32
3095 "1rfj2ff5cxzdp9nvfnbgmswc1jvxz5vkxqgpv6gprwk32a0z3v12"))))
3096 (build-system r-build-system)
3097 (propagated-inputs `(("r-bit" ,r-bit)))
3098 (home-page "http://ff.r-forge.r-project.org/")
3099 (synopsis "Memory-efficient storage of large data on disk and access functions")
3100 (description
3101 "This package provides data structures that are stored on disk but
3102 behave (almost) as if they were in RAM by transparently mapping only a section
3103 in main memory.")
3104 ;; error Architecture not supported.
3105 (supported-systems (delete "aarch64-linux" %supported-systems))
3106 (license license:gpl2)))
3107
3108 (define-public r-ffbase
3109 (package
3110 (name "r-ffbase")
3111 (version "0.13.3")
3112 (source
3113 (origin
3114 (method url-fetch)
3115 (uri (cran-uri "ffbase" version))
3116 (sha256
3117 (base32
3118 "1dp6lblfq2j7r1b4b8ls47jlx8j27n88d5vp8w116lb8pa01zxmk"))))
3119 (build-system r-build-system)
3120 (propagated-inputs
3121 `(("r-bit" ,r-bit)
3122 ("r-fastmatch" ,r-fastmatch)
3123 ("r-ff" ,r-ff)))
3124 (home-page "https://github.com/edwindj/ffbase")
3125 (synopsis "Basic statistical functions for package 'ff'")
3126 (description
3127 "This package extends the out of memory vectors of @code{ff} with
3128 statistical functions and other utilities to ease their usage.")
3129 (license license:gpl3)))
3130
3131 (define-public r-prettyunits
3132 (package
3133 (name "r-prettyunits")
3134 (version "1.1.1")
3135 (source
3136 (origin
3137 (method url-fetch)
3138 (uri (cran-uri "prettyunits" version))
3139 (sha256
3140 (base32
3141 "1ibmzgknw5896q2i6r59jz2izblxwgb29ivvjzx50pkd1jl9l6cs"))))
3142 (build-system r-build-system)
3143 (home-page "https://github.com/gaborcsardi/prettyunits")
3144 (synopsis "Pretty, human readable formatting of quantities")
3145 (description
3146 "This package provides tools for pretty, human readable formatting of
3147 quantities.")
3148 (license license:expat)))
3149
3150 (define-public r-reshape
3151 (package
3152 (name "r-reshape")
3153 (version "0.8.8")
3154 (source
3155 (origin
3156 (method url-fetch)
3157 (uri (cran-uri "reshape" version))
3158 (sha256
3159 (base32
3160 "0s6i0sqxg1vldxs6miv8mi0zydxbqzgpmzfiwkj8y7jix3yrfmad"))))
3161 (build-system r-build-system)
3162 (propagated-inputs
3163 `(("r-plyr" ,r-plyr)
3164 ("r-rcpp" ,r-rcpp)))
3165 (home-page "http://had.co.nz/reshape")
3166 (synopsis "Flexibly reshape data")
3167 (description
3168 "Flexibly restructure and aggregate data using just two functions:
3169 @code{melt} and @code{cast}. This package provides them.")
3170 (license license:expat)))
3171
3172 (define-public r-restrserve
3173 (package
3174 (name "r-restrserve")
3175 (version "0.4.1")
3176 (source
3177 (origin
3178 (method url-fetch)
3179 (uri (cran-uri "RestRserve" version))
3180 (sha256
3181 (base32 "1486hrzj5q5w4nbrsbqlv7vv20ly01y90qc2vygl5syzwvyjd422"))))
3182 (build-system r-build-system)
3183 (propagated-inputs
3184 `(("r-checkmate" ,r-checkmate)
3185 ("r-jsonlite" ,r-jsonlite)
3186 ("r-mime" ,r-mime)
3187 ("r-r6" ,r-r6)
3188 ("r-rcpp" ,r-rcpp)
3189 ("r-rserve" ,r-rserve)
3190 ("r-uuid" ,r-uuid)))
3191 (native-inputs
3192 `(("r-knitr" ,r-knitr)))
3193 (home-page "https://restrserve.org")
3194 (synopsis "R web API framework")
3195 (description
3196 "RestRserve is an R web API framework for building high-performance AND
3197 robust microservices and app backends. With Rserve backend on UNIX-like
3198 systems it is parallel by design. It will handle incoming requests in
3199 parallel - each request in a separate fork.")
3200 (license license:gpl2+)))
3201
3202 (define-public r-progress
3203 (package
3204 (name "r-progress")
3205 (version "1.2.2")
3206 (source
3207 (origin
3208 (method url-fetch)
3209 (uri (cran-uri "progress" version))
3210 (sha256
3211 (base32
3212 "0dgzb362641aqm8xd88iqa8jmpdm43xs0aba0d5kk6fvapnxi95l"))))
3213 (build-system r-build-system)
3214 (propagated-inputs
3215 `(("r-crayon" ,r-crayon)
3216 ("r-hms" ,r-hms)
3217 ("r-prettyunits" ,r-prettyunits)
3218 ("r-r6" ,r-r6)))
3219 (home-page "https://github.com/gaborcsardi/progress")
3220 (synopsis "Terminal progress bars")
3221 (description
3222 "This package provides configurable progress bars. They may include
3223 percentage, elapsed time, and/or the estimated completion time. They work in
3224 terminals, in Emacs ESS, RStudio, Windows Rgui, and the macOS R.app. The
3225 package also provides a C++ API, that works with or without Rcpp.")
3226 (license license:expat)))
3227
3228 (define-public r-ggally
3229 (package
3230 (name "r-ggally")
3231 (version "2.1.1")
3232 (source
3233 (origin
3234 (method url-fetch)
3235 (uri (cran-uri "GGally" version))
3236 (sha256
3237 (base32
3238 "0lly659kd43cnz1bmmzqj6dbf4v0nm8dhj8xq2wlv9qbnfhq5r9p"))))
3239 (properties `((upstream-name . "GGally")))
3240 (build-system r-build-system)
3241 (inputs
3242 `(("openssl" ,openssl)))
3243 (propagated-inputs
3244 `(("r-dplyr" ,r-dplyr)
3245 ("r-forcats" ,r-forcats)
3246 ("r-ggplot2" ,r-ggplot2)
3247 ("r-gtable" ,r-gtable)
3248 ("r-lifecycle" ,r-lifecycle)
3249 ("r-plyr" ,r-plyr)
3250 ("r-progress" ,r-progress)
3251 ("r-rcolorbrewer" ,r-rcolorbrewer)
3252 ("r-reshape" ,r-reshape)
3253 ("r-rlang" ,r-rlang)
3254 ("r-scales" ,r-scales)
3255 ("r-tidyr" ,r-tidyr)))
3256 (home-page "https://ggobi.github.io/ggally")
3257 (synopsis "Extension to ggplot2")
3258 (description
3259 "The R package ggplot2 is a plotting system based on the grammar of
3260 graphics. GGally extends ggplot2 by adding several functions to reduce the
3261 complexity of combining geometric objects with transformed data. Some of
3262 these functions include a pairwise plot matrix, a two group pairwise plot
3263 matrix, a parallel coordinates plot, a survival plot, and several functions to
3264 plot networks.")
3265 (license license:gpl2+)))
3266
3267 (define-public r-proxy
3268 (package
3269 (name "r-proxy")
3270 (version "0.4-25")
3271 (source
3272 (origin
3273 (method url-fetch)
3274 (uri (cran-uri "proxy" version))
3275 (sha256
3276 (base32
3277 "1m893djrv6ckadmlx9n5bxfp0ycdh2w63sy6yxfyj1migvc7072f"))))
3278 (build-system r-build-system)
3279 (home-page "https://cran.r-project.org/web/packages/proxy")
3280 (synopsis "Distance and similarity measures")
3281 (description
3282 "This package provides an extensible framework for the efficient
3283 calculation of auto- and cross-proximities, along with implementations of the
3284 most popular ones.")
3285 (license license:gpl2)))
3286
3287 (define-public r-sp
3288 (package
3289 (name "r-sp")
3290 (version "1.4-5")
3291 (source
3292 (origin
3293 (method url-fetch)
3294 (uri (cran-uri "sp" version))
3295 (sha256
3296 (base32 "1nh9izsnszzm5kbq461w8bi0yh7fqzb74b2zmpg5qis0slbb5vkb"))))
3297 (build-system r-build-system)
3298 (propagated-inputs
3299 `(("r-lattice" ,r-lattice)))
3300 (home-page "https://cran.r-project.org/web/packages/sp")
3301 (synopsis "Classes and methods for spatial data")
3302 (description
3303 "This package provides classes and methods for spatial data; the classes
3304 document where the spatial location information resides, for 2D or 3D data.
3305 Utility functions are provided, e.g. for plotting data as maps, spatial
3306 selection, as well as methods for retrieving coordinates, for subsetting,
3307 print, summary, etc.")
3308 (license license:gpl2+)))
3309
3310 (define-public r-laplacesdemon
3311 (package
3312 (name "r-laplacesdemon")
3313 (version "16.1.4")
3314 (source
3315 (origin
3316 (method url-fetch)
3317 (uri (cran-uri "LaplacesDemon" version))
3318 (sha256
3319 (base32 "1nv1kx86cg8f2s8q15pzskc0lg94bb250p0fhybrx5sjqv1s2lj1"))))
3320 (properties `((upstream-name . "LaplacesDemon")))
3321 (build-system r-build-system)
3322 (home-page "https://github.com/LaplacesDemonR/LaplacesDemon")
3323 (synopsis "Complete environment for Bayesian inference")
3324 (description
3325 "This package provides a complete environment for Bayesian inference using
3326 a variety of different samplers.")
3327 (license license:expat)))
3328
3329 (define-public r-rmtstat
3330 (package
3331 (name "r-rmtstat")
3332 (version "0.3")
3333 (source
3334 (origin
3335 (method url-fetch)
3336 (uri (cran-uri "RMTstat" version))
3337 (sha256
3338 (base32
3339 "1nn25q4kmh9kj975sxkrpa97vh5irqrlqhwsfinbck6h6ia4rsw1"))))
3340 (properties `((upstream-name . "RMTstat")))
3341 (build-system r-build-system)
3342 (home-page "https://cran.r-project.org/web/packages/RMTstat")
3343 (synopsis "Distributions, statistics and tests derived from random matrix theory")
3344 (description
3345 "This package provides functions for working with the Tracy-Widom laws
3346 and other distributions related to the eigenvalues of large Wishart
3347 matrices.")
3348 (license license:bsd-3)))
3349
3350 (define-public r-rmpi
3351 (package
3352 (name "r-rmpi")
3353 (version "0.6-9.1")
3354 (source (origin
3355 (method url-fetch)
3356 (uri (cran-uri "Rmpi" version))
3357 (sha256
3358 (base32
3359 "1j8akqjan59yzwx2s1zxc214qyd323fd2i2dhgq0n11mb6ajmq4r"))))
3360 (properties `((upstream-name . "Rmpi")))
3361 (build-system r-build-system)
3362 (arguments
3363 `(#:configure-flags '("--configure-args=\"--with-Rmpi-type=OPENMPI\"")
3364 #:phases (modify-phases %standard-phases
3365 (add-before 'install 'mpi-setup
3366 ,%openmpi-setup))))
3367 (inputs
3368 `(("openmpi" ,openmpi)))
3369 (native-inputs
3370 `(("pkg-config" ,pkg-config)))
3371 (home-page "http://www.stats.uwo.ca/faculty/yu/Rmpi")
3372 (synopsis "R interface to message-passing interface (MPI)")
3373 (description
3374 "This package provides an interface (wrapper) to MPI APIs. It also
3375 provides an interactive R manager and worker environment.")
3376 (license license:gpl2+)))
3377
3378 (define-public r-lmoments
3379 (package
3380 (name "r-lmoments")
3381 (version "1.3-1")
3382 (source
3383 (origin
3384 (method url-fetch)
3385 (uri (cran-uri "Lmoments" version))
3386 (sha256
3387 (base32
3388 "0pc63bj9a8hzr5m3yssrc4kin39fffwkl8rggs3sagzr12d4i7bw"))))
3389 (properties `((upstream-name . "Lmoments")))
3390 (build-system r-build-system)
3391 (propagated-inputs
3392 `(("r-rcpp" ,r-rcpp)
3393 ("r-rcpparmadillo" ,r-rcpparmadillo)))
3394 (home-page "http://www.tilastotiede.fi/juha_karvanen.html")
3395 (synopsis "L-moments and quantile mixtures")
3396 (description
3397 "This package contains functions to estimate L-moments and trimmed
3398 L-moments from the data. It also contains functions to estimate the
3399 parameters of the normal polynomial quantile mixture and the Cauchy polynomial
3400 quantile mixture from L-moments and trimmed L-moments.")
3401 (license license:gpl2)))
3402
3403 (define-public r-distillery
3404 (package
3405 (name "r-distillery")
3406 (version "1.2")
3407 (source
3408 (origin
3409 (method url-fetch)
3410 (uri (cran-uri "distillery" version))
3411 (sha256
3412 (base32
3413 "10nhh9p0hp294pp4aav0y0zsmir2qbn05sf3k52rmzmm36q2kc8y"))))
3414 (build-system r-build-system)
3415 (home-page "https://ral.ucar.edu/staff/ericg/")
3416 (synopsis "Functions for confidence intervals and object information")
3417 (description
3418 "This package provides some very simple method functions for confidence
3419 interval calculation and to distill pertinent information from a potentially
3420 complex object; primarily used in common with the packages extRemes and
3421 SpatialVx.")
3422 (license license:gpl2+)))
3423
3424 (define-public r-etrunct
3425 (package
3426 (name "r-etrunct")
3427 (version "0.1")
3428 (source (origin
3429 (method url-fetch)
3430 (uri (cran-uri "etrunct" version))
3431 (sha256
3432 (base32
3433 "0ayazgyqlc8jcqr03cwfmfhm4pck6xri1r6vkgqy4arqkrrnrcqr"))))
3434 (properties `((upstream-name . "etrunct")))
3435 (build-system r-build-system)
3436 (home-page "https://cran.r-project.org/web/packages/etrunct")
3437 (synopsis "Computes moments of univariate truncated T distribution")
3438 (description "This package computes moments of univariate truncated
3439 T distribution. There is only one exported function, @code{e_trunct},
3440 which should be seen for details.")
3441 (license license:expat)))
3442
3443 (define-public r-extremes
3444 (package
3445 (name "r-extremes")
3446 (version "2.1")
3447 (source
3448 (origin
3449 (method url-fetch)
3450 (uri (cran-uri "extRemes" version))
3451 (sha256
3452 (base32
3453 "1b69r3mzl6hp3g3rqxyc77m8r40jyq7c2d87q85af7xqkn6hnxid"))))
3454 (properties `((upstream-name . "extRemes")))
3455 (build-system r-build-system)
3456 (propagated-inputs
3457 `(("r-distillery" ,r-distillery)
3458 ("r-lmoments" ,r-lmoments)))
3459 (home-page "https://www.assessment.ucar.edu/toolkit/")
3460 (synopsis "Extreme value analysis")
3461 (description
3462 "ExtRemes is a suite of functions for carrying out analyses on the
3463 extreme values of a process of interest; be they block maxima over long blocks
3464 or excesses over a high threshold.")
3465 (license license:gpl2+)))
3466
3467 (define-public r-lmtest
3468 (package
3469 (name "r-lmtest")
3470 (version "0.9-38")
3471 (source
3472 (origin
3473 (method url-fetch)
3474 (uri (cran-uri "lmtest" version))
3475 (sha256
3476 (base32
3477 "0sr19bmw2cpagfvwg772m79wvl1i2hww1xfr69bzr3rr8pm2r8ij"))))
3478 (build-system r-build-system)
3479 (propagated-inputs
3480 `(("r-zoo" ,r-zoo)))
3481 (native-inputs
3482 `(("gfortran" ,gfortran)))
3483 (home-page "https://cran.r-project.org/web/packages/lmtest")
3484 (synopsis "Testing linear regression models")
3485 (description
3486 "This package provides a collection of tests, data sets, and examples for
3487 diagnostic checking in linear regression models. Furthermore, some generic
3488 tools for inference in parametric models are provided.")
3489 ;; Either version is okay
3490 (license (list license:gpl2 license:gpl3))))
3491
3492 (define-public r-idr
3493 (package
3494 (name "r-idr")
3495 (version "1.2")
3496 (source (origin
3497 (method url-fetch)
3498 (uri (cran-uri "idr" version))
3499 (sha256
3500 (base32
3501 "05nvgw1xdg670bsjjrxkgd1mrdkciccpw4krn0zcgdf2r21dzgwb"))))
3502 (build-system r-build-system)
3503 (home-page "https://cran.r-project.org/web/packages/idr/")
3504 (synopsis "Irreproducible discovery rate")
3505 (description
3506 "This is a package for estimating the copula mixture model and plotting
3507 correspondence curves in \"Measuring reproducibility of high-throughput
3508 experiments\" (2011), Annals of Applied Statistics, Vol. 5, No. 3, 1752-1779,
3509 by Li, Brown, Huang, and Bickel")
3510 (license license:gpl2+)))
3511
3512 (define-public r-inline
3513 (package
3514 (name "r-inline")
3515 (version "0.3.17")
3516 (source (origin
3517 (method url-fetch)
3518 (uri (cran-uri "inline" version))
3519 (sha256
3520 (base32
3521 "1wslsn60q959yrr27cwanba43qlpfaxzdli46i9dc26lxfr5fa3r"))))
3522 (build-system r-build-system)
3523 (home-page "https://cran.r-project.org/web/packages/inline")
3524 (synopsis "Functions to inline C, C++, Fortran function calls from R")
3525 (description
3526 "This package provides functionality to dynamically define R functions
3527 and S4 methods with inlined C, C++ or Fortran code supporting @code{.C} and
3528 @code{.Call} calling conventions.")
3529 ;; Any version of the LGPL.
3530 (license license:lgpl3+)))
3531
3532 (define-public r-inum
3533 (package
3534 (name "r-inum")
3535 (version "1.0-3")
3536 (source (origin
3537 (method url-fetch)
3538 (uri (cran-uri "inum" version))
3539 (sha256
3540 (base32
3541 "1sz11b4vlpskhmq9vvc1jix63a5g7lij6368w8qbnkjmjd97k7i4"))))
3542 (build-system r-build-system)
3543 (propagated-inputs
3544 `(("r-libcoin" ,r-libcoin)))
3545 (home-page "https://cran.r-project.org/web/packages/inum/")
3546 (synopsis "Interval and enum-type representation of vectors")
3547 (description
3548 "This package provides an enum-type representation of vectors and
3549 representation of intervals, including a method of coercing variables
3550 in data frames.")
3551 (license license:gpl2)))
3552 (define-public r-invgamma
3553 (package
3554 (name "r-invgamma")
3555 (version "1.1")
3556 (source (origin
3557 (method url-fetch)
3558 (uri (cran-uri "invgamma" version))
3559 (sha256
3560 (base32
3561 "12ga2y4wc9bc5zz6vimvxwgjpsx3ys3209nq63gscbw559ydxa5a"))))
3562 (properties `((upstream-name . "invgamma")))
3563 (build-system r-build-system)
3564 (home-page "https://github.com/dkahle/invgamma")
3565 (synopsis "Inverse gamma distribution")
3566 (description "This package provides a light weight implementation of the
3567 standard distribution functions for the inverse gamma distribution, wrapping
3568 those for the gamma distribution in the @code{stats} package.")
3569 (license license:gpl2)))
3570
3571 (define-public r-bdsmatrix
3572 (package
3573 (name "r-bdsmatrix")
3574 (version "1.3-4")
3575 (source
3576 (origin
3577 (method url-fetch)
3578 (uri (cran-uri "bdsmatrix" version))
3579 (sha256
3580 (base32
3581 "1sh6pg43rgqvips4fx0k4vmp5i9lmniix0bqwj2yq5m06gs227i5"))))
3582 (properties `((upstream-name . "bdsmatrix")))
3583 (build-system r-build-system)
3584 (home-page "https://cran.r-project.org/web/packages/bdsmatrix/")
3585 (synopsis "Routines for block diagonal symmetric matrices")
3586 (description
3587 "This package provides procedures to work with block diagonal symmetric
3588 matrices, a special case of sparse matrices.")
3589 (license license:lgpl2.0)))
3590
3591 (define-public r-bbmle
3592 (package
3593 (name "r-bbmle")
3594 (version "1.0.23.1")
3595 (source
3596 (origin
3597 (method url-fetch)
3598 (uri (cran-uri "bbmle" version))
3599 (sha256
3600 (base32
3601 "0p3l9shbr2846qmw8n0fyzf4j7gmi08aypl82jml3dwh26q1whk0"))))
3602 (build-system r-build-system)
3603 (propagated-inputs
3604 `(("r-bdsmatrix" ,r-bdsmatrix)
3605 ("r-lattice" ,r-lattice)
3606 ("r-mass" ,r-mass)
3607 ("r-matrix" ,r-matrix)
3608 ("r-mvtnorm" ,r-mvtnorm)
3609 ("r-numderiv" ,r-numderiv)))
3610 (home-page "https://cran.r-project.org/web/packages/bbmle")
3611 (synopsis "Tools for General Maximum Likelihood Estimation")
3612 (description
3613 "This package provides methods and functions for fitting maximum
3614 likelihood models in R. This package modifies and extends the @code{mle}
3615 classes in the @code{stats4} package.")
3616 ;; Any version of the GPL
3617 (license license:gpl2+)))
3618
3619 (define-public r-emdbook
3620 (package
3621 (name "r-emdbook")
3622 (version "1.3.12")
3623 (source
3624 (origin
3625 (method url-fetch)
3626 (uri (cran-uri "emdbook" version))
3627 (sha256
3628 (base32
3629 "0ls3zxxlwmdv7zn1v9i1y9zc2sn0hbgmyjvsj7zn3ajsw7wwlih6"))))
3630 (build-system r-build-system)
3631 (propagated-inputs
3632 `(("r-bbmle" ,r-bbmle)
3633 ("r-coda" ,r-coda)
3634 ("r-lattice" ,r-lattice)
3635 ("r-mass" ,r-mass)
3636 ("r-plyr" ,r-plyr)))
3637 (home-page "http://www.math.mcmaster.ca/bolker/emdbook")
3638 (synopsis "Support functions and data for \"Ecological Models and Data\"")
3639 (description
3640 "This package provides auxiliary functions and data sets for \"Ecological
3641 Models and Data\", a book presenting maximum likelihood estimation and related
3642 topics for ecologists (ISBN 978-0-691-12522-0).")
3643 ;; Any GPL version
3644 (license (list license:gpl2 license:gpl3))))
3645
3646 (define-public r-lpsolve
3647 (package
3648 (name "r-lpsolve")
3649 (version "5.6.15")
3650 (source
3651 (origin
3652 (method url-fetch)
3653 (uri (cran-uri "lpSolve" version))
3654 (sha256
3655 (base32
3656 "1fpkyjyqykwa1dxnhiky01pm09syxg169lm7hpy39bdbg10vw9s6"))))
3657 (properties `((upstream-name . "lpSolve")))
3658 (build-system r-build-system)
3659 (home-page "https://cran.r-project.org/web/packages/lpSolve")
3660 (synopsis "R interface to Lp_solve to solve linear/integer programs")
3661 (description
3662 "Lp_solve is software for solving linear, integer and mixed integer
3663 programs. This implementation supplies a \"wrapper\" function in C and some R
3664 functions that solve general linear/integer problems, assignment problems, and
3665 transportation problems.")
3666 (license license:lgpl2.0)))
3667
3668 (define-public r-limsolve
3669 (package
3670 (name "r-limsolve")
3671 (version "1.5.6")
3672 (source
3673 (origin
3674 (method url-fetch)
3675 (uri (cran-uri "limSolve" version))
3676 (sha256
3677 (base32
3678 "1829rd2cnd8qj80z9a7sgc7gx4sf3kvl5g6d2a0lqqw30f9sjzmr"))))
3679 (properties `((upstream-name . "limSolve")))
3680 (build-system r-build-system)
3681 (propagated-inputs
3682 `(("r-lpsolve" ,r-lpsolve)
3683 ("r-mass" ,r-mass)
3684 ("r-quadprog" ,r-quadprog)))
3685 (native-inputs `(("gfortran" ,gfortran)))
3686 (home-page "https://cran.r-project.org/web/packages/limSolve")
3687 (synopsis "Solving linear inverse models")
3688 (description
3689 "This package provides functions that:
3690
3691 @enumerate
3692 @item find the minimum/maximum of a linear or quadratic function,
3693 @item sample an underdetermined or overdetermined system,
3694 @item solve a linear system Ax=B for the unknown x.
3695 @end enumerate
3696
3697 It includes banded and tridiagonal linear systems. The package calls Fortran
3698 functions from LINPACK.")
3699 ;; Any GPL version.
3700 (license (list license:gpl2+ license:gpl3+))))
3701
3702 (define-public r-fitdistrplus
3703 (package
3704 (name "r-fitdistrplus")
3705 (version "1.1-3")
3706 (source
3707 (origin
3708 (method url-fetch)
3709 (uri (cran-uri "fitdistrplus" version))
3710 (sha256
3711 (base32
3712 "1pjnqx0j26dai2fa4ip56wspmfsrcm9dpmxkg15y9623w5b58vbp"))))
3713 (build-system r-build-system)
3714 (propagated-inputs
3715 `(("r-mass" ,r-mass)
3716 ("r-survival" ,r-survival)))
3717 (native-inputs
3718 `(("r-knitr" ,r-knitr)))
3719 (home-page "http://riskassessment.r-forge.r-project.org")
3720 (synopsis "Fitting a parametric distribution from data")
3721 (description
3722 "This package extends the @code{fitdistr} function of the MASS package
3723 with several functions to help the fit of a parametric distribution to
3724 non-censored or censored data. Censored data may contain left-censored,
3725 right-censored and interval-censored values, with several lower and upper
3726 bounds. In addition to @dfn{maximum likelihood estimation} (MLE), the package
3727 provides moment matching (MME), quantile matching (QME) and maximum
3728 goodness-of-fit estimation (MGE) methods (available only for non-censored
3729 data). Weighted versions of MLE, MME and QME are available.")
3730 (license license:gpl2+)))
3731
3732 (define-public r-energy
3733 (package
3734 (name "r-energy")
3735 (version "1.7-8")
3736 (source
3737 (origin
3738 (method url-fetch)
3739 (uri (cran-uri "energy" version))
3740 (sha256
3741 (base32
3742 "12a7gy681aq3l55iys044cs6sn1s2l5qihghpdl01cvv0ggfh26y"))))
3743 (build-system r-build-system)
3744 (propagated-inputs
3745 `(("r-boot" ,r-boot)
3746 ("r-gsl" ,r-gsl)
3747 ("r-rcpp" ,r-rcpp)))
3748 (home-page "https://cran.r-project.org/web/packages/energy")
3749 (synopsis "Multivariate inference via the energy of data")
3750 (description
3751 "This package provides e-statistics (energy) tests and statistics for
3752 multivariate and univariate inference, including distance correlation,
3753 one-sample, two-sample, and multi-sample tests for comparing multivariate
3754 distributions, are implemented. Measuring and testing multivariate
3755 independence based on distance correlation, partial distance correlation,
3756 multivariate goodness-of-fit tests, clustering based on energy distance,
3757 testing for multivariate normality, distance components (disco) for
3758 non-parametric analysis of structured data, and other energy
3759 statistics/methods are implemented.")
3760 (license license:gpl2+)))
3761
3762 (define-public r-suppdists
3763 (package
3764 (name "r-suppdists")
3765 (version "1.1-9.5")
3766 (source
3767 (origin
3768 (method url-fetch)
3769 (uri (cran-uri "SuppDists" version))
3770 (sha256
3771 (base32
3772 "1i3iq12a5x5k49ac01mikzcrrq9gc148xq3m08h4xm07bha6f2v8"))))
3773 (properties `((upstream-name . "SuppDists")))
3774 (build-system r-build-system)
3775 (home-page "https://cran.r-project.org/web/packages/SuppDists")
3776 (synopsis "Supplementary distributions")
3777 (description
3778 "This package provides ten distributions supplementing those built into
3779 R. Inverse Gauss, Kruskal-Wallis, Kendall's Tau, Friedman's chi squared,
3780 Spearman's rho, maximum F ratio, the Pearson product moment correlation
3781 coefficient, Johnson distributions, normal scores and generalized
3782 hypergeometric distributions. In addition two random number generators of
3783 George Marsaglia are included.")
3784 (license license:gpl2+)))
3785
3786 (define-public r-ksamples
3787 (package
3788 (name "r-ksamples")
3789 (version "1.2-9")
3790 (source
3791 (origin
3792 (method url-fetch)
3793 (uri (cran-uri "kSamples" version))
3794 (sha256
3795 (base32
3796 "1zs22p68d6320kcylisnk0b5wmpapxkyz15py09czxzw7npw8gms"))))
3797 (properties `((upstream-name . "kSamples")))
3798 (build-system r-build-system)
3799 (propagated-inputs
3800 `(("r-suppdists" ,r-suppdists)))
3801 (home-page "https://cran.r-project.org/web/packages/kSamples")
3802 (synopsis "K-Sample rank tests and their combinations")
3803 (description
3804 "This package provides tools to compares k samples using the
3805 Anderson-Darling test, Kruskal-Wallis type tests with different rank score
3806 criteria, Steel's multiple comparison test, and the Jonckheere-Terpstra (JT)
3807 test. It computes asymptotic, simulated or (limited) exact P-values, all
3808 valid under randomization, with or without ties, or conditionally under random
3809 sampling from populations, given the observed tie pattern. Except for Steel's
3810 test and the JT test it also combines these tests across several blocks of
3811 samples.")
3812 (license license:gpl2+)))
3813
3814 (define-public r-cvst
3815 (package
3816 (name "r-cvst")
3817 (version "0.2-2")
3818 (source
3819 (origin
3820 (method url-fetch)
3821 (uri (cran-uri "CVST" version))
3822 (sha256
3823 (base32
3824 "05l3yzkfrbds09ah9cdwn2sn4ryhq78lz33ryzrgkv176jc8qjw5"))))
3825 (properties `((upstream-name . "CVST")))
3826 (build-system r-build-system)
3827 (propagated-inputs
3828 `(("r-kernlab" ,r-kernlab)
3829 ("r-matrix" ,r-matrix)))
3830 (home-page "https://cran.r-project.org/web/packages/CVST")
3831 (synopsis "Fast cross-validation via sequential testing")
3832 (description
3833 "This package implements the fast cross-validation via sequential
3834 testing (CVST) procedure. CVST is an improved cross-validation procedure
3835 which uses non-parametric testing coupled with sequential analysis to
3836 determine the best parameter set on linearly increasing subsets of the data.
3837 Additionally to the CVST the package contains an implementation of the
3838 ordinary k-fold cross-validation with a flexible and powerful set of helper
3839 objects and methods to handle the overall model selection process. The
3840 implementations of the Cochran's Q test with permutations and the sequential
3841 testing framework of Wald are generic and can therefore also be used in other
3842 contexts.")
3843 (license license:gpl2+)))
3844
3845 (define-public r-squarem
3846 (package
3847 (name "r-squarem")
3848 (version "2021.1")
3849 (source
3850 (origin
3851 (method url-fetch)
3852 (uri (cran-uri "SQUAREM" version))
3853 (sha256
3854 (base32
3855 "0n1s32l9p4vdm3h5q6g43s0qbpzry08difsh0yay80wrla6f3rb6"))))
3856 (properties `((upstream-name . "SQUAREM")))
3857 (build-system r-build-system)
3858 (home-page "https://coah.jhu.edu/people/Faculty_personal_Pages/Varadhan.html")
3859 (synopsis "Squared Extrapolation Methods for Accelerating EM-Like Monotone Algorithms")
3860 (description
3861 "This package provides algorithms for accelerating the convergence of
3862 slow, monotone sequences from smooth, contraction mapping such as the EM
3863 algorithm. It can be used to accelerate any smooth, linearly convergent
3864 acceleration scheme. A tutorial style introduction to this package is
3865 available in a vignette.")
3866 (license license:gpl2+)))
3867
3868 (define-public r-lava
3869 (package
3870 (name "r-lava")
3871 (version "1.6.9")
3872 (source
3873 (origin
3874 (method url-fetch)
3875 (uri (cran-uri "lava" version))
3876 (sha256
3877 (base32
3878 "07difbrz8zmvdyns63958v0zw4hyv48956mcww8zh7064a564k83"))))
3879 (build-system r-build-system)
3880 (propagated-inputs
3881 `(("r-numderiv" ,r-numderiv)
3882 ("r-squarem" ,r-squarem)
3883 ("r-survival" ,r-survival)))
3884 (native-inputs
3885 `(("r-knitr" ,r-knitr)))
3886 (home-page "https://github.com/kkholst/lava")
3887 (synopsis "Latent variable models")
3888 (description
3889 "This package provides tools for the estimation and simulation of latent
3890 variable models.")
3891 (license license:gpl3)))
3892
3893 (define-public r-drr
3894 (package
3895 (name "r-drr")
3896 (version "0.0.4")
3897 (source
3898 (origin
3899 (method url-fetch)
3900 (uri (cran-uri "DRR" version))
3901 (sha256
3902 (base32
3903 "1y70si1gig4l7jx5jiqsqliyywfsvimkx53x3zh1lc3yj2j6bqwk"))))
3904 (properties `((upstream-name . "DRR")))
3905 (build-system r-build-system)
3906 (propagated-inputs
3907 `(("r-cvst" ,r-cvst)
3908 ("r-kernlab" ,r-kernlab)
3909 ("r-matrix" ,r-matrix)))
3910 (home-page "https://cran.r-project.org/web/packages/DRR")
3911 (synopsis "Dimensionality reduction via regression")
3912 (description
3913 "This package provides an implementation of dimensionality reduction via
3914 regression using Kernel Ridge Regression.")
3915 (license license:gpl3)))
3916
3917 (define-public r-prodlim
3918 (package
3919 (name "r-prodlim")
3920 (version "2019.11.13")
3921 (source
3922 (origin
3923 (method url-fetch)
3924 (uri (cran-uri "prodlim" version))
3925 (sha256
3926 (base32
3927 "03wvh3kirp1prac5nky6a5whs97rvaf4hc27x0fnh51sa17r42b8"))))
3928 (build-system r-build-system)
3929 (propagated-inputs
3930 `(("r-kernsmooth" ,r-kernsmooth)
3931 ("r-lava" ,r-lava)
3932 ("r-rcpp" ,r-rcpp)
3933 ("r-survival" ,r-survival)))
3934 (home-page "https://cran.r-project.org/web/packages/prodlim")
3935 (synopsis "Product-limit estimation for censored event history analysis")
3936 (description
3937 "This package provides a fast and user-friendly implementation of
3938 nonparametric estimators for censored event history (survival) analysis with
3939 the Kaplan-Meier and Aalen-Johansen methods.")
3940 (license license:gpl2+)))
3941
3942 (define-public r-dimred
3943 (package
3944 (name "r-dimred")
3945 (version "0.2.3")
3946 (source
3947 (origin
3948 (method url-fetch)
3949 (uri (cran-uri "dimRed" version))
3950 (sha256
3951 (base32
3952 "110d6y83ib1nfpxzmvkvb3fn3brskwkdbsk4dqrdrswrd4znxrg6"))))
3953 (properties `((upstream-name . "dimRed")))
3954 (build-system r-build-system)
3955 (propagated-inputs
3956 `(("r-drr" ,r-drr)
3957 ("r-magrittr" ,r-magrittr)))
3958 (home-page "https://github.com/gdkrmr/dimRed")
3959 (synopsis "Framework for dimensionality reduction")
3960 (description
3961 "This package provides a collection of dimensionality reduction
3962 techniques from R packages and provides a common interface for calling the
3963 methods.")
3964 (license license:gpl3)))
3965
3966 (define-public r-timedate
3967 (package
3968 (name "r-timedate")
3969 (version "3043.102")
3970 (source
3971 (origin
3972 (method url-fetch)
3973 (uri (cran-uri "timeDate" version))
3974 (sha256
3975 (base32
3976 "0wvl5pq261rvbgly7vilk3x3m9xk3ly6il1i5scwdf6srl1vlz1p"))))
3977 (properties `((upstream-name . "timeDate")))
3978 (build-system r-build-system)
3979 (home-page "https://www.rmetrics.org")
3980 (synopsis "Chronological and calendar objects")
3981 (description
3982 "This package provides an environment for teaching \"Financial
3983 Engineering and Computational Finance\" and for managing chronological and
3984 calendar objects.")
3985 (license license:gpl2+)))
3986
3987 (define-public r-magic
3988 (package
3989 (name "r-magic")
3990 (version "1.5-9")
3991 (source
3992 (origin
3993 (method url-fetch)
3994 (uri (cran-uri "magic" version))
3995 (sha256
3996 (base32
3997 "0snmdh6vk0p6ar1swsihisinxrx7l8371dri5lk0z24ysgr5w7gs"))))
3998 (build-system r-build-system)
3999 (propagated-inputs
4000 `(("r-abind" ,r-abind)))
4001 (home-page "https://github.com/RobinHankin/magic.git")
4002 (synopsis "Create and investigate magic squares")
4003 (description
4004 "This package provides a collection of efficient, vectorized algorithms
4005 for the creation and investigation of magic squares and hypercubes, including
4006 a variety of functions for the manipulation and analysis of arbitrarily
4007 dimensioned arrays.")
4008 (license license:gpl2)))
4009
4010 (define-public r-rmysql
4011 (package
4012 (name "r-rmysql")
4013 (version "0.10.21")
4014 (source
4015 (origin
4016 (method url-fetch)
4017 (uri (cran-uri "RMySQL" version))
4018 (sha256
4019 (base32
4020 "0cbb5ln9iigl816nzvsls9zil5qlfr8yv2aginapqv6n69nz0srs"))))
4021 (properties `((upstream-name . "RMySQL")))
4022 (build-system r-build-system)
4023 (inputs
4024 `(("mariadb-dev" ,mariadb "dev")
4025 ("zlib" ,zlib)))
4026 (propagated-inputs
4027 `(("r-dbi" ,r-dbi)))
4028 (home-page "https://github.com/r-dbi/RMySQL")
4029 (synopsis "Database interface and MySQL driver for R")
4030 (description
4031 "This package provides a DBI interface to MySQL / MariaDB. The RMySQL
4032 package contains an old implementation based on legacy code from S-PLUS which
4033 is being phased out. A modern MySQL client based on Rcpp is available from
4034 the RMariaDB package.")
4035 (license license:gpl2)))
4036
4037 (define-public r-rpostgresql
4038 (package
4039 (name "r-rpostgresql")
4040 (version "0.6-2")
4041 (source
4042 (origin
4043 (method url-fetch)
4044 (uri (cran-uri "RPostgreSQL" version))
4045 (sha256
4046 (base32
4047 "1mdhw5821v2h7hpa53v10wz53k4i90r0vb6a3dia5gq8f9j1h088"))))
4048 (properties `((upstream-name . "RPostgreSQL")))
4049 (build-system r-build-system)
4050 (inputs
4051 `(("postgresql" ,postgresql)))
4052 (propagated-inputs
4053 `(("r-dbi" ,r-dbi)))
4054 (home-page "https://github.com/tomoakin/RPostgreSQL")
4055 (synopsis "R interface to the PostgreSQL database system")
4056 (description
4057 "This package provides a Database Interface (DBI) compliant driver for R
4058 to access PostgreSQL database systems.")
4059 ;; The whole package is released under GPL version 2. It includes code
4060 ;; under the PostgreSQL license.
4061 (license license:gpl2)))
4062
4063 (define-public r-linprog
4064 (package
4065 (name "r-linprog")
4066 (version "0.9-2")
4067 (source
4068 (origin
4069 (method url-fetch)
4070 (uri (cran-uri "linprog" version))
4071 (sha256
4072 (base32
4073 "1ki14an0pmhs2mnmfjjvdzd76pshiyvi659zf7hqvqwj0viv4dw9"))))
4074 (build-system r-build-system)
4075 (propagated-inputs `(("r-lpsolve" ,r-lpsolve)))
4076 (home-page "http://linprog.r-forge.r-project.org/")
4077 (synopsis "Linear programming and optimization")
4078 (description
4079 "This package can be used to solve Linear Programming / Linear
4080 Optimization problems by using the simplex algorithm.")
4081 (license license:gpl2+)))
4082
4083 (define-public r-geometry
4084 (package
4085 (name "r-geometry")
4086 (version "0.4.5")
4087 (source
4088 (origin
4089 (method url-fetch)
4090 (uri (cran-uri "geometry" version))
4091 (sha256
4092 (base32
4093 "1n10l8ax3783v3lgaacb15qsn8b3f0wpmhg3k39j31s6ciyd3vcg"))))
4094 (build-system r-build-system)
4095 (propagated-inputs
4096 `(("r-magic" ,r-magic)
4097 ("r-linprog" ,r-linprog)
4098 ("r-lpsolve" ,r-lpsolve)
4099 ("r-rcpp" ,r-rcpp)
4100 ("r-rcppprogress" ,r-rcppprogress)))
4101 (home-page "http://geometry.r-forge.r-project.org/")
4102 (synopsis "Mesh generator and surface tessellator")
4103 (description
4104 "This package makes the qhull library available in R, in a similar manner
4105 as in Octave. Qhull computes convex hulls, Delaunay triangulations, halfspace
4106 intersections about a point, Voronoi diagrams, furthest-site Delaunay
4107 triangulations, and furthest-site Voronoi diagrams. It runs in 2-d, 3-d, 4-d,
4108 and higher dimensions. It implements the Quickhull algorithm for computing
4109 the convex hull. Qhull does not support constrained Delaunay triangulations,
4110 or mesh generation of non-convex objects, but the package does include some R
4111 functions that allow for this. Currently the package only gives access to
4112 Delaunay triangulation and convex hull computation.")
4113 ;; The Qhull sources are included and are distributed under a custom
4114 ;; non-copyleft license. The R sources are released under GPL version 2.
4115 (license (list license:gpl2
4116 (license:non-copyleft "http://www.qhull.org/COPYING.txt")))))
4117
4118 (define-public r-ddalpha
4119 (package
4120 (name "r-ddalpha")
4121 (version "1.3.11")
4122 (source
4123 (origin
4124 (method url-fetch)
4125 (uri (cran-uri "ddalpha" version))
4126 (sha256
4127 (base32
4128 "1sdnb47r534nh138zk3a6b2mgi74nvshc7p5m304vjs9jlx4l2y3"))))
4129 (build-system r-build-system)
4130 (propagated-inputs
4131 `(("r-bh" ,r-bh)
4132 ("r-class" ,r-class)
4133 ("r-geometry" ,r-geometry)
4134 ("r-mass" ,r-mass)
4135 ("r-rcpp" ,r-rcpp)
4136 ("r-robustbase" ,r-robustbase)
4137 ("r-sfsmisc" ,r-sfsmisc)))
4138 (native-inputs
4139 `(("gfortran" ,gfortran)))
4140 (home-page "https://cran.r-project.org/web/packages/ddalpha")
4141 (synopsis "Depth-Based classification and calculation of data depth")
4142 (description
4143 "This package contains procedures for depth-based supervised learning,
4144 which are entirely non-parametric, in particular the DDalpha-procedure (Lange,
4145 Mosler and Mozharovskyi, 2014). The training data sample is transformed by a
4146 statistical depth function to a compact low-dimensional space, where the final
4147 classification is done. It also offers an extension to functional data and
4148 routines for calculating certain notions of statistical depth functions. 50
4149 multivariate and 5 functional classification problems are included.")
4150 (license license:gpl2)))
4151
4152 (define-public r-gower
4153 (package
4154 (name "r-gower")
4155 (version "0.2.2")
4156 (source
4157 (origin
4158 (method url-fetch)
4159 (uri (cran-uri "gower" version))
4160 (sha256
4161 (base32
4162 "0c9n921wn4hhlvjq96r4nkk96s5788376cbldr7y7bwz348200iz"))))
4163 (build-system r-build-system)
4164 (home-page "https://github.com/markvanderloo/gower")
4165 (synopsis "Gower's distance")
4166 (description
4167 "This package provides tools to compute Gower's distance (or similarity)
4168 coefficient between records, and to compute the top-n matches between records.
4169 Core algorithms are executed in parallel on systems supporting OpenMP.")
4170 (license license:gpl3)))
4171
4172 (define-public r-rcpproll
4173 (package
4174 (name "r-rcpproll")
4175 (version "0.3.0")
4176 (source
4177 (origin
4178 (method url-fetch)
4179 (uri (cran-uri "RcppRoll" version))
4180 (sha256
4181 (base32
4182 "0srzfhzkk42kzrdjnhbb37946jp1p688rgysy6k3i2is8jb21zyb"))))
4183 (properties `((upstream-name . "RcppRoll")))
4184 (build-system r-build-system)
4185 (propagated-inputs
4186 `(("r-rcpp" ,r-rcpp)))
4187 (home-page "https://cran.r-project.org/web/packages/RcppRoll")
4188 (synopsis "Efficient rolling and windowed operations")
4189 (description
4190 "This package provides fast and efficient routines for common rolling /
4191 windowed operations. Routines for the efficient computation of windowed mean,
4192 median, sum, product, minimum, maximum, standard deviation and variance are
4193 provided.")
4194 (license license:gpl2+)))
4195
4196 (define-public r-ipred
4197 (package
4198 (name "r-ipred")
4199 (version "0.9-11")
4200 (source
4201 (origin
4202 (method url-fetch)
4203 (uri (cran-uri "ipred" version))
4204 (sha256
4205 (base32
4206 "04hfg27c72v0fz4091w3rgbc2vd7g6yl78y9plvsvh0vjlx8ymmp"))))
4207 (build-system r-build-system)
4208 (propagated-inputs
4209 `(("r-class" ,r-class)
4210 ("r-mass" ,r-mass)
4211 ("r-nnet" ,r-nnet)
4212 ("r-prodlim" ,r-prodlim)
4213 ("r-rpart" ,r-rpart)
4214 ("r-survival" ,r-survival)))
4215 (home-page "https://cran.r-project.org/web/packages/ipred")
4216 (synopsis "Improved predictors")
4217 (description
4218 "This package provides improved predictive models by indirect
4219 classification and bagging for classification, regression and survival
4220 problems as well as resampling based estimators of prediction error.")
4221 (license license:gpl2+)))
4222
4223 (define-public r-psych
4224 (package
4225 (name "r-psych")
4226 (version "2.1.3")
4227 (source
4228 (origin
4229 (method url-fetch)
4230 (uri (cran-uri "psych" version))
4231 (sha256
4232 (base32
4233 "1ibh1ivr280wpmk3qjgm715dk79wx0ikjl9jjjcqs03q6vz4wmdx"))))
4234 (build-system r-build-system)
4235 (propagated-inputs
4236 `(("r-lattice" ,r-lattice)
4237 ("r-mnormt" ,r-mnormt)
4238 ("r-nlme" ,r-nlme)))
4239 (native-inputs
4240 `(("r-knitr" ,r-knitr)))
4241 (home-page "https://cran.r-project.org/web/packages/psych/")
4242 (synopsis "Procedures for psychological, psychometric, and personality research")
4243 (description
4244 "This package provides a general purpose toolbox for personality,
4245 psychometric theory and experimental psychology. Functions are primarily for
4246 multivariate analysis and scale construction using factor analysis, principal
4247 component analysis, cluster analysis and reliability analysis, although others
4248 provide basic descriptive statistics. Item Response Theory is done using
4249 factor analysis of tetrachoric and polychoric correlations. Functions for
4250 analyzing data at multiple levels include within and between group statistics,
4251 including correlations and factor analysis. Functions for simulating and
4252 testing particular item and test structures are included. Several functions
4253 serve as a useful front end for structural equation modeling. Graphical
4254 displays of path diagrams, factor analysis and structural equation models are
4255 created using basic graphics.")
4256 (license license:gpl2+)))
4257
4258 (define-public r-generics
4259 (package
4260 (name "r-generics")
4261 (version "0.1.0")
4262 (source
4263 (origin
4264 (method url-fetch)
4265 (uri (cran-uri "generics" version))
4266 (sha256
4267 (base32
4268 "0qw7r0d2qvlj1pvrlpv30d6akml624ydxkk19hv85iv6pfyx2wdb"))))
4269 (build-system r-build-system)
4270 (home-page "https://github.com/r-lib/generics")
4271 (synopsis "Common S3 generics not provided by base R methods")
4272 (description
4273 "In order to reduce potential package dependencies and conflicts,
4274 generics provides a number of commonly used S3 generics that are not provided
4275 by base R methods related to model fitting.")
4276 (license license:gpl2)))
4277
4278 (define-public r-broom
4279 (package
4280 (name "r-broom")
4281 (version "0.7.6")
4282 (source
4283 (origin
4284 (method url-fetch)
4285 (uri (cran-uri "broom" version))
4286 (sha256
4287 (base32
4288 "1ljcl8mh0yqxw3qxzar482qwbxbcaim1x6y1wm82ws12pfdw0j8n"))))
4289 (build-system r-build-system)
4290 (propagated-inputs
4291 `(("r-backports" ,r-backports)
4292 ("r-dplyr" ,r-dplyr)
4293 ("r-ellipsis" ,r-ellipsis)
4294 ("r-generics" ,r-generics)
4295 ("r-glue" ,r-glue)
4296 ("r-purrr" ,r-purrr)
4297 ("r-rlang" ,r-rlang)
4298 ("r-stringr" ,r-stringr)
4299 ("r-tibble" ,r-tibble)
4300 ("r-tidyr" ,r-tidyr)))
4301 (native-inputs
4302 `(("r-knitr" ,r-knitr)))
4303 (home-page "https://github.com/tidyverse/broom")
4304 (synopsis "Convert statistical analysis objects into tidy data frames")
4305 (description
4306 "This package provides tools to convert statistical analysis objects from
4307 R into tidy data frames, so that they can more easily be combined, reshaped
4308 and otherwise processed with tools like @code{dplyr}, @code{tidyr} and
4309 @code{ggplot2}. The package provides three S3 generics: @code{tidy}, which
4310 summarizes a model's statistical findings such as coefficients of a
4311 regression; @code{augment}, which adds columns to the original data such as
4312 predictions, residuals and cluster assignments; and @code{glance}, which
4313 provides a one-row summary of model-level statistics.")
4314 (license license:expat)))
4315
4316 (define-public r-recipes
4317 (package
4318 (name "r-recipes")
4319 (version "0.1.15")
4320 (source
4321 (origin
4322 (method url-fetch)
4323 (uri (cran-uri "recipes" version))
4324 (sha256
4325 (base32
4326 "0xif0ak3w90xmfzlxvb5pnzc3scpfl1pyhrjffi3mq4asvsd52l0"))))
4327 (build-system r-build-system)
4328 (propagated-inputs
4329 `(("r-dplyr" ,r-dplyr)
4330 ("r-generics" ,r-generics)
4331 ("r-glue" ,r-glue)
4332 ("r-gower" ,r-gower)
4333 ("r-ipred" ,r-ipred)
4334 ("r-lifecycle" ,r-lifecycle)
4335 ("r-lubridate" ,r-lubridate)
4336 ("r-magrittr" ,r-magrittr)
4337 ("r-matrix" ,r-matrix)
4338 ("r-purrr" ,r-purrr)
4339 ("r-rlang" ,r-rlang)
4340 ("r-tibble" ,r-tibble)
4341 ("r-tidyr" ,r-tidyr)
4342 ("r-tidyselect" ,r-tidyselect)
4343 ("r-timedate" ,r-timedate)
4344 ("r-withr" ,r-withr)))
4345 (native-inputs
4346 `(("r-knitr" ,r-knitr)))
4347 (home-page "https://github.com/topepo/recipes")
4348 (synopsis "Preprocessing tools to create design matrices")
4349 (description
4350 "Recipes is an extensible framework to create and preprocess design
4351 matrices. Recipes consist of one or more data manipulation and analysis
4352 \"steps\". Statistical parameters for the steps can be estimated from an
4353 initial data set and then applied to other data sets. The resulting design
4354 matrices can then be used as inputs into statistical or machine learning
4355 models.")
4356 (license license:gpl2)))
4357
4358 (define-public r-pdist
4359 (package
4360 (name "r-pdist")
4361 (version "1.2")
4362 (source
4363 (origin
4364 (method url-fetch)
4365 (uri (cran-uri "pdist" version))
4366 (sha256
4367 (base32
4368 "18nd3mgad11f2zmwcp0w3sxlch4a9y6wp8dfdyzvjn7y4b4bq0dd"))))
4369 (build-system r-build-system)
4370 (home-page "https://github.com/jeffwong/pdist")
4371 (synopsis "Partitioned distance function")
4372 (description
4373 "Pdist computes the euclidean distance between rows of a matrix X and
4374 rows of another matrix Y. Previously, this could be done by binding the two
4375 matrices together and calling @code{dist}, but this creates unnecessary
4376 computation by computing the distances between a row of X and another row of
4377 X, and likewise for Y. Pdist strictly computes distances across the two
4378 matrices, not within the same matrix, making computations significantly faster
4379 for certain use cases.")
4380 (license license:gpl3+)))
4381
4382 (define-public r-ggrepel
4383 (package
4384 (name "r-ggrepel")
4385 (version "0.9.1")
4386 (source
4387 (origin
4388 (method url-fetch)
4389 (uri (cran-uri "ggrepel" version))
4390 (sha256
4391 (base32
4392 "1z5xyr5f4aryy0v1gzz9m8m4s5fzzwbrf0fxll1nbflr8xnr3yr9"))))
4393 (build-system r-build-system)
4394 (propagated-inputs
4395 `(("r-ggplot2" ,r-ggplot2)
4396 ("r-rcpp" ,r-rcpp)
4397 ("r-rlang" ,r-rlang)
4398 ("r-scales" ,r-scales)))
4399 (native-inputs
4400 `(("r-knitr" ,r-knitr))) ; for vignettes
4401 (home-page "https://github.com/slowkow/ggrepel")
4402 (synopsis "Repulsive text and label geometries for ggplot2")
4403 (description
4404 "This package provides text and label geometries for ggplot2 that help to
4405 avoid overlapping text labels. Labels repel away from each other and away
4406 from the data points.")
4407 (license license:gpl3)))
4408
4409 (define-public r-corrplot
4410 (package
4411 (name "r-corrplot")
4412 (version "0.84")
4413 (source
4414 (origin
4415 (method url-fetch)
4416 (uri (cran-uri "corrplot" version))
4417 (sha256
4418 (base32
4419 "1k03qd8db7pwg1v318xapx5mpiypiz2n07qr19c4b45diri5xkhd"))))
4420 (build-system r-build-system)
4421 (home-page "https://github.com/taiyun/corrplot")
4422 (synopsis "Visualization of a correlation matrix")
4423 (description
4424 "This package provides a graphical display of a correlation matrix or
4425 general matrix. It also contains some algorithms to do matrix reordering. In
4426 addition, corrplot is good at details, including choosing color, text labels,
4427 color labels, layout, etc.")
4428 ;; Any version of the GPL
4429 (license license:gpl2+)))
4430
4431 (define-public r-stringdist
4432 (package
4433 (name "r-stringdist")
4434 (version "0.9.6.3")
4435 (source
4436 (origin
4437 (method url-fetch)
4438 (uri (cran-uri "stringdist" version))
4439 (sha256
4440 (base32 "06rzbgw43vzg496xca82pydf3g2rz6iw6h50ai0prbp9hbwrhvfd"))))
4441 (build-system r-build-system)
4442 (home-page "https://github.com/markvanderloo/stringdist")
4443 (synopsis "Approximate string matching and string distance functions")
4444 (description
4445 "This package implements an approximate string matching version of R's
4446 native @code{match} function. It can calculate various string distances based
4447 on edits (Damerau-Levenshtein, Hamming, Levenshtein, optimal string alignment),
4448 qgrams (q- gram, cosine, jaccard distance) or heuristic metrics (Jaro,
4449 Jaro-Winkler). An implementation of soundex is provided as well. Distances
4450 can be computed between character vectors while taking proper care of encoding
4451 or between integer vectors representing generic sequences.")
4452 (license license:gpl3+)))
4453
4454 (define-public r-ucminf
4455 (package
4456 (name "r-ucminf")
4457 (version "1.1-4")
4458 (source
4459 (origin
4460 (method url-fetch)
4461 (uri (cran-uri "ucminf" version))
4462 (sha256
4463 (base32
4464 "01vggwg1w71k98qs6fhb0x1843vi322mf4g3hbclks94kcpkisx2"))))
4465 (build-system r-build-system)
4466 (native-inputs `(("gfortran" ,gfortran)))
4467 (home-page "https://cran.r-project.org/web/packages/ucminf/")
4468 (synopsis "General-purpose unconstrained non-linear optimization")
4469 (description
4470 "This package provides an implementation of an algorithm for
4471 general-purpose unconstrained non-linear optimization. The algorithm is of
4472 quasi-Newton type with BFGS updating of the inverse Hessian and soft line
4473 search with a trust region type monitoring of the input to the line search
4474 algorithm. The interface of @code{ucminf} is designed for easy interchange
4475 with the package @code{optim}.")
4476 (license license:gpl2+)))
4477
4478 (define-public r-useful
4479 (package
4480 (name "r-useful")
4481 (version "1.2.6")
4482 (source (origin
4483 (method url-fetch)
4484 (uri (cran-uri "useful" version))
4485 (sha256
4486 (base32
4487 "0n50v1q75k518sq23id14jphwla35q4sasahrnrnllwrachl67v1"))))
4488 (properties `((upstream-name . "useful")))
4489 (build-system r-build-system)
4490 (propagated-inputs
4491 `(("r-assertthat" ,r-assertthat)
4492 ("r-dplyr" ,r-dplyr)
4493 ("r-ggplot2" ,r-ggplot2)
4494 ("r-magrittr" ,r-magrittr)
4495 ("r-matrix" ,r-matrix)
4496 ("r-plyr" ,r-plyr)
4497 ("r-purrr" ,r-purrr)
4498 ("r-scales" ,r-scales)))
4499 (home-page "https://github.com/jaredlander/useful")
4500 (synopsis "Collection of handy, useful functions")
4501 (description "This package provides a set of little functions that have been
4502 found useful to do little odds and ends such as plotting the results of K-means
4503 clustering, substituting special text characters, viewing parts of a
4504 @code{data.frame}, constructing formulas from text and building design and
4505 response matrices.")
4506 (license license:bsd-3)))
4507
4508 (define-public r-ordinal
4509 (package
4510 (name "r-ordinal")
4511 (version "2019.12-10")
4512 (source
4513 (origin
4514 (method url-fetch)
4515 (uri (cran-uri "ordinal" version))
4516 (sha256
4517 (base32
4518 "09bpmjmbf4x82kgf6bm4bkncq2apdv9mk20zj4zgma2jx2vyfhbs"))))
4519 (build-system r-build-system)
4520 (propagated-inputs
4521 `(("r-mass" ,r-mass)
4522 ("r-matrix" ,r-matrix)
4523 ("r-numderiv" ,r-numderiv)
4524 ("r-ucminf" ,r-ucminf)))
4525 (home-page "https://github.com/runehaubo/ordinal")
4526 (synopsis "Regression models for ordinal data")
4527 (description
4528 "This package provides an implementation of cumulative link (mixed)
4529 models also known as ordered regression models, proportional odds models,
4530 proportional hazards models for grouped survival times and ordered models.
4531 Estimation is via maximum likelihood and mixed models are fitted with the
4532 Laplace approximation and adaptive Gauss-Hermite quadrature.")
4533 (license license:gpl2+)))
4534
4535 (define-public r-jomo
4536 (package
4537 (name "r-jomo")
4538 (version "2.7-2")
4539 (source
4540 (origin
4541 (method url-fetch)
4542 (uri (cran-uri "jomo" version))
4543 (sha256
4544 (base32
4545 "1sbcpacxnxbzwa8rr9x2bq7hh0s3sw6yznr90dkp43n6xk5xaqir"))))
4546 (build-system r-build-system)
4547 (propagated-inputs
4548 `(("r-lme4" ,r-lme4)
4549 ("r-mass" ,r-mass)
4550 ("r-ordinal" ,r-ordinal)
4551 ("r-survival" ,r-survival)))
4552 (home-page "https://cran.r-project.org/web/packages/jomo/")
4553 (synopsis "Multilevel Joint Modelling Multiple Imputation")
4554 (description
4555 "Similarly to Schafer's package pan, jomo is a package for multilevel
4556 joint modelling multiple imputation @url{Carpenter and Kenward (2013),
4557 http://doi.org/10.1002/9781119942283}. Novel aspects of jomo are the
4558 possibility of handling binary and categorical data through latent normal
4559 variables, the option to use cluster-specific covariance matrices and to
4560 impute compatibly with the substantive model.")
4561 (license license:gpl2)))
4562
4563 (define-public r-pan
4564 (package
4565 (name "r-pan")
4566 (version "1.6")
4567 (source
4568 (origin
4569 (method url-fetch)
4570 (uri (cran-uri "pan" version))
4571 (sha256
4572 (base32
4573 "1dk3jjj826p7xrz10qz04vyc068xnypg7bp0pj4c32z3da0xzh5d"))))
4574 (build-system r-build-system)
4575 (native-inputs `(("gfortran" ,gfortran)))
4576 (home-page "https://cran.r-project.org/web/packages/pan/")
4577 (synopsis "Multiple imputation for multivariate panel or clustered data")
4578 (description
4579 "This package implements multiple imputation for multivariate panel or
4580 clustered data.")
4581 (license license:gpl3)))
4582
4583 (define-public r-mitml
4584 (package
4585 (name "r-mitml")
4586 (version "0.4-1")
4587 (source
4588 (origin
4589 (method url-fetch)
4590 (uri (cran-uri "mitml" version))
4591 (sha256
4592 (base32
4593 "1bw92fl6xp3yvawh3nbjzs4hp4alpwj6vnv6lsysd74aqndw447c"))))
4594 (build-system r-build-system)
4595 (propagated-inputs
4596 `(("r-haven" ,r-haven)
4597 ("r-jomo" ,r-jomo)
4598 ("r-pan" ,r-pan)))
4599 (native-inputs
4600 `(("r-knitr" ,r-knitr)))
4601 (home-page "https://cran.r-project.org/web/packages/mitml/")
4602 (synopsis "Tools for multiple imputation in multilevel modeling")
4603 (description
4604 "This package provides tools for multiple imputation of missing data in
4605 multilevel modeling. It includes a user-friendly interface to the packages
4606 pan and jomo, and several functions for visualization, data management and the
4607 analysis of multiply imputed data sets.")
4608 (license license:gpl2+)))
4609
4610 (define-public r-mice
4611 (package
4612 (name "r-mice")
4613 (version "3.13.0")
4614 (source
4615 (origin
4616 (method url-fetch)
4617 (uri (cran-uri "mice" version))
4618 (sha256
4619 (base32
4620 "11cpyqlilakan2pwjzacb9jjlazazsqdngy237nnrj8j6mky822i"))))
4621 (build-system r-build-system)
4622 (propagated-inputs
4623 `(("r-broom" ,r-broom)
4624 ("r-cpp11" ,r-cpp11)
4625 ("r-dplyr" ,r-dplyr)
4626 ("r-generics" ,r-generics)
4627 ("r-lattice" ,r-lattice)
4628 ("r-rcpp" ,r-rcpp)
4629 ("r-rlang" ,r-rlang)
4630 ("r-tidyr" ,r-tidyr)))
4631 (home-page "https://cran.r-project.org/web/packages/mice/")
4632 (synopsis "Multivariate imputation by chained equations")
4633 (description
4634 "Multiple imputation using @dfn{Fully Conditional Specification} (FCS)
4635 implemented by the MICE algorithm as described in @url{Van Buuren and
4636 Groothuis-Oudshoorn (2011), http://doi.org/10.18637/jss.v045.i03}. Each
4637 variable has its own imputation model. Built-in imputation models are
4638 provided for continuous data (predictive mean matching, normal), binary
4639 data (logistic regression), unordered categorical data (polytomous logistic
4640 regression) and ordered categorical data (proportional odds). MICE can also
4641 impute continuous two-level data (normal model, pan, second-level variables).
4642 Passive imputation can be used to maintain consistency between variables.
4643 Various diagnostic plots are available to inspect the quality of the
4644 imputations.")
4645 ;; Any of these two versions.
4646 (license (list license:gpl2 license:gpl3))))
4647
4648 (define-public r-truncnorm
4649 (package
4650 (name "r-truncnorm")
4651 (version "1.0-8")
4652 (source
4653 (origin
4654 (method url-fetch)
4655 (uri (cran-uri "truncnorm" version))
4656 (sha256
4657 (base32
4658 "0zn88wdd58223kibk085rhsikl4yhlrwiyq109hzjg06hy6lwmj9"))))
4659 (build-system r-build-system)
4660 (home-page "https://cran.r-project.org/web/packages/truncnorm/")
4661 (synopsis "Truncated normal distribution")
4662 (description "This package provides functions for the truncated normal
4663 distribution with mean equal to @code{mean} and standard deviation equal to
4664 @code{sd}. It includes density, distribution, quantile, and expected value
4665 functions, as well as a random generation function.")
4666 (license license:gpl2)))
4667
4668 (define-public r-rsolnp
4669 (package
4670 (name "r-rsolnp")
4671 (version "1.16")
4672 (source
4673 (origin
4674 (method url-fetch)
4675 (uri (cran-uri "Rsolnp" version))
4676 (sha256
4677 (base32
4678 "0w7nkj6igr0gi7r7jg950lsx7dj6aipgxi6vbjsf5f5yc9h7fhii"))))
4679 (properties `((upstream-name . "Rsolnp")))
4680 (build-system r-build-system)
4681 (propagated-inputs
4682 `(("r-truncnorm" ,r-truncnorm)))
4683 (home-page "https://cran.r-project.org/web/packages/Rsolnp/")
4684 (synopsis "General non-linear optimization")
4685 (description "The Rsolnp package implements a general non-linear augmented
4686 Lagrange multiplier method solver, a @dfn{sequential quadratic
4687 programming} (SQP) based solver).")
4688 ;; Any version of the GPL.
4689 (license license:gpl2+)))
4690
4691 (define-public r-hardyweinberg
4692 (package
4693 (name "r-hardyweinberg")
4694 (version "1.7.1")
4695 (source
4696 (origin
4697 (method url-fetch)
4698 (uri (cran-uri "HardyWeinberg" version))
4699 (sha256
4700 (base32
4701 "0afjz818yvaq3akvgpy4irnlpspd2dj71qkrwj81lm9y36ypwlw6"))))
4702 (properties `((upstream-name . "HardyWeinberg")))
4703 (build-system r-build-system)
4704 (propagated-inputs
4705 `(("r-mice" ,r-mice)
4706 ("r-rcpp" ,r-rcpp)
4707 ("r-rsolnp" ,r-rsolnp)))
4708 (home-page "https://cran.r-project.org/package=HardyWeinberg")
4709 (synopsis "Statistical tests and graphics for Hardy-Weinberg equilibrium")
4710 (description
4711 "This package contains tools for exploring Hardy-Weinberg equilibrium for
4712 diallelic genetic marker data. All classical tests (chi-square, exact,
4713 likelihood-ratio and permutation tests) for Hardy-Weinberg equilibrium are
4714 included in the package, as well as functions for power computation and for
4715 the simulation of marker data under equilibrium and disequilibrium. Routines
4716 for dealing with markers on the X-chromosome are included. Functions for
4717 testing equilibrium in the presence of missing data by using multiple
4718 imputation are also provided. Implements several graphics for exploring the
4719 equilibrium status of a large set of diallelic markers: ternary plots with
4720 acceptance regions, log-ratio plots and Q-Q plots.")
4721 (license license:gpl2+)))
4722
4723 (define-public r-sm
4724 (package
4725 (name "r-sm")
4726 (version "2.2-5.6")
4727 (source
4728 (origin
4729 (method url-fetch)
4730 (uri (cran-uri "sm" version))
4731 (sha256
4732 (base32
4733 "0c4whcx879gb4lwvqnzxl5n9xgpcqh2c54ip9ami3mwfprzcv45q"))))
4734 (build-system r-build-system)
4735 (native-inputs `(("gfortran" ,gfortran)))
4736 (home-page "http://www.stats.gla.ac.uk/~adrian/sm/")
4737 (synopsis "Smoothing methods for nonparametric regression and density estimation")
4738 (description
4739 "This is software accompanying the book 'Applied Smoothing Techniques for
4740 Data Analysis---The Kernel Approach with S-Plus Illustrations', Oxford
4741 University Press. It provides smoothing methods for nonparametric regression
4742 and density estimation")
4743 (license license:gpl2+)))
4744
4745 (define-public r-venndiagram
4746 (package
4747 (name "r-venndiagram")
4748 (version "1.6.20")
4749 (source (origin
4750 (method url-fetch)
4751 (uri (cran-uri "VennDiagram" version))
4752 (sha256
4753 (base32
4754 "1ic1jaxzw98si2p4n1fl4n3myhd7fpw0njb634cwhviwybzv6775"))))
4755 (properties `((upstream-name . "VennDiagram")))
4756 (build-system r-build-system)
4757 (propagated-inputs
4758 `(("r-futile-logger" ,r-futile-logger)))
4759 (home-page "https://cran.r-project.org/web/packages/VennDiagram/")
4760 (synopsis "Generate High-Resolution Venn and Euler Plots")
4761 (description
4762 "This package provides a set of functions to generate high-resolution
4763 Venn and Euler plots. It includes handling for several special cases,
4764 including two-case scaling, and extensive customization of plot shape and
4765 structure.")
4766 (license license:gpl2+)))
4767
4768 (define-public r-vioplot
4769 (package
4770 (name "r-vioplot")
4771 (version "0.3.6")
4772 (source
4773 (origin
4774 (method url-fetch)
4775 (uri (cran-uri "vioplot" version))
4776 (sha256
4777 (base32
4778 "15vmrm9gwdhfg8mnq8rsg7m59kzc9h53cv96am4ds1dkm56w4n6p"))))
4779 (build-system r-build-system)
4780 (propagated-inputs
4781 `(("r-sm" ,r-sm)
4782 ("r-zoo" ,r-zoo)))
4783 (native-inputs
4784 `(("r-knitr" ,r-knitr)))
4785 (home-page "http://wsopuppenkiste.wiso.uni-goettingen.de/~dadler")
4786 (synopsis "Violin plot")
4787 (description
4788 "This package provides a violin plot, which is a combination of a box
4789 plot and a kernel density plot.")
4790 (license license:bsd-3)))
4791
4792 (define-public r-rsofia
4793 (package
4794 (name "r-rsofia")
4795 (version "1.1")
4796 (source (origin
4797 (method url-fetch)
4798 ;; This package has been removed from CRAN, so we can
4799 ;; only fetch it from the archives.
4800 (uri (string-append "https://cran.r-project.org/src/"
4801 "contrib/Archive/RSofia/RSofia_"
4802 version ".tar.gz"))
4803 (sha256
4804 (base32
4805 "0q931y9rcf6slb0s2lsxhgqrzy4yqwh8hb1124nxg0bjbxvjbihn"))))
4806 (properties `((upstream-name . "RSofia")))
4807 (build-system r-build-system)
4808 (propagated-inputs
4809 `(("r-rcpp" ,r-rcpp)))
4810 (home-page "https://cran.r-project.org/src/contrib/Archive/RSofia")
4811 (synopsis "Port of sofia-ml to R")
4812 (description "This package is a port of sofia-ml to R. Sofia-ml is a
4813 suite of fast incremental algorithms for machine learning that can be used for
4814 training models for classification or ranking.")
4815 (license license:asl2.0)))
4816
4817 (define-public r-xts
4818 (package
4819 (name "r-xts")
4820 (version "0.12.1")
4821 (source
4822 (origin
4823 (method url-fetch)
4824 (uri (cran-uri "xts" version))
4825 (sha256
4826 (base32
4827 "0b6a7mpyk9aw6axas7nz01gadczprwwfhii01fz31z26z555i06n"))))
4828 (build-system r-build-system)
4829 (propagated-inputs `(("r-zoo" ,r-zoo)))
4830 (home-page "https://github.com/joshuaulrich/xts")
4831 (synopsis "Extensible time series")
4832 (description
4833 "This package provides for uniform handling of R's different time-based
4834 data classes by extending @code{zoo}, maximizing native format information
4835 preservation and allowing for user-level customization and extension, while
4836 simplifying cross-class interoperability.")
4837 (license license:gpl2+)))
4838
4839 (define-public r-performanceanalytics
4840 (package
4841 (name "r-performanceanalytics")
4842 (version "2.0.4")
4843 (source
4844 (origin
4845 (method url-fetch)
4846 (uri (cran-uri "PerformanceAnalytics" version))
4847 (sha256
4848 (base32
4849 "0ci26hsj4wnw9g0mh4vrn0cg986cpcpx169rvw6v6rbnjxq718bq"))))
4850 (properties
4851 `((upstream-name . "PerformanceAnalytics")))
4852 (build-system r-build-system)
4853 (propagated-inputs
4854 `(("r-quadprog" ,r-quadprog)
4855 ("r-xts" ,r-xts)
4856 ("r-zoo" ,r-zoo)))
4857 (home-page "https://r-forge.r-project.org/projects/returnanalytics/")
4858 (synopsis "Econometric tools for performance and risk analysis")
4859 (description "This is a collection of econometric functions for
4860 performance and risk analysis. This package aims to aid practitioners and
4861 researchers in utilizing the latest research in analysis of non-normal return
4862 streams. In general, it is most tested on return (rather than price) data on
4863 a regular scale, but most functions will work with irregular return data as
4864 well, and increasing numbers of functions will work with P&L or price data
4865 where possible.")
4866 ;; Either version may be picked.
4867 (license (list license:gpl2 license:gpl3))))
4868
4869 (define-public r-laeken
4870 (package
4871 (name "r-laeken")
4872 (version "0.5.1")
4873 (source
4874 (origin
4875 (method url-fetch)
4876 (uri (cran-uri "laeken" version))
4877 (sha256
4878 (base32
4879 "199rjkhjjygpr6cjzab87as46acb5npi44m4yycvk7lnd0blma8s"))))
4880 (build-system r-build-system)
4881 (propagated-inputs
4882 `(("r-boot" ,r-boot)
4883 ("r-mass" ,r-mass)))
4884 (home-page "https://cran.r-project.org/web/packages/laeken/")
4885 (synopsis "Estimation of indicators on social exclusion and poverty")
4886 (description "This package provides tools for the estimation of indicators
4887 on social exclusion and poverty, as well as an implementation of Pareto tail
4888 modeling for empirical income distributions.")
4889 (license license:gpl2+)))
4890
4891 (define-public r-vcd
4892 (package
4893 (name "r-vcd")
4894 (version "1.4-8")
4895 (source
4896 (origin
4897 (method url-fetch)
4898 (uri (cran-uri "vcd" version))
4899 (sha256
4900 (base32
4901 "030yyhpzsj4ivwrla7p9kgvmyjh6b8fr7czf678ykxjj64ccnvr3"))))
4902 (build-system r-build-system)
4903 (propagated-inputs
4904 `(("r-colorspace" ,r-colorspace)
4905 ("r-lmtest" ,r-lmtest)
4906 ("r-mass" ,r-mass)))
4907 (home-page "https://cran.r-project.org/web/packages/vcd/")
4908 (synopsis "Visualizing categorical data")
4909 (description "This package provides visualization techniques, data sets,
4910 summary and inference procedures aimed particularly at categorical data.
4911 Special emphasis is given to highly extensible grid graphics. The package was
4912 originally inspired by the book \"Visualizing Categorical Data\" by Michael
4913 Friendly and is now the main support package for a new book, \"Discrete Data
4914 Analysis with R\" by Michael Friendly and David Meyer (2015).")
4915 (license license:gpl2)))
4916
4917 (define-public r-ica
4918 (package
4919 (name "r-ica")
4920 (version "1.0-2")
4921 (source
4922 (origin
4923 (method url-fetch)
4924 (uri (cran-uri "ica" version))
4925 (sha256
4926 (base32
4927 "0ya1nph1zwhad0bfz4yxs27kl45yk1dhnphdlrq34p8pqrpmj8g7"))))
4928 (build-system r-build-system)
4929 (home-page "https://cran.r-project.org/web/packages/ica/")
4930 (synopsis "Independent component analysis")
4931 (description "This package provides tools for @dfn{Independent Component
4932 Analysis} (ICA) using various algorithms: FastICA,
4933 Information-Maximization (Infomax), and @dfn{Joint Approximate Diagonalization
4934 of Eigenmatrices} (JADE).")
4935 (license license:gpl2+)))
4936
4937 (define-public r-dtw
4938 (package
4939 (name "r-dtw")
4940 (version "1.22-3")
4941 (source
4942 (origin
4943 (method url-fetch)
4944 (uri (cran-uri "dtw" version))
4945 (sha256
4946 (base32
4947 "004gm4mzgdzdj807j3bwqsv5lizmnmz5jq514bdjshhkysnzjz6z"))))
4948 (build-system r-build-system)
4949 (propagated-inputs `(("r-proxy" ,r-proxy)))
4950 (home-page "http://dtw.r-forge.r-project.org/")
4951 (synopsis "Dynamic Time Warping Algorithms")
4952 (description "This package provides a comprehensive implementation of
4953 @dfn{dynamic time warping} (DTW) algorithms in R. DTW computes the
4954 optimal (least cumulative distance) alignment between points of two time
4955 series. Common DTW variants covered include local (slope) and global (window)
4956 constraints, subsequence matches, arbitrary distance definitions,
4957 normalizations, minimum variance matching, and so on.")
4958 (license license:gpl2+)))
4959
4960 (define-public r-sdmtools
4961 (package
4962 (name "r-sdmtools")
4963 (version "1.1-221.2")
4964 (source
4965 (origin
4966 (method url-fetch)
4967 (uri (cran-uri "SDMTools" version))
4968 (sha256
4969 (base32
4970 "1xvcd97ikqsfdpk2fddy3k0z1ajqga7nv9bgac9c1wnjk1gqrpgh"))))
4971 (properties `((upstream-name . "SDMTools")))
4972 (build-system r-build-system)
4973 (propagated-inputs `(("r-r-utils" ,r-r-utils)))
4974 (home-page "https://www.rforge.net/SDMTools/")
4975 (synopsis "Species distribution modelling tools")
4976 (description "This package provides a set of tools for post processing
4977 the outcomes of species distribution modeling exercises. It includes novel
4978 methods for comparing models and tracking changes in distributions through
4979 time. It further includes methods for visualizing outcomes, selecting
4980 thresholds, calculating measures of accuracy and landscape fragmentation
4981 statistics, etc.")
4982 (license license:gpl3+)))
4983
4984 (define-public r-scatterplot3d
4985 (package
4986 (name "r-scatterplot3d")
4987 (version "0.3-41")
4988 (source
4989 (origin
4990 (method url-fetch)
4991 (uri (cran-uri "scatterplot3d" version))
4992 (sha256
4993 (base32
4994 "152xqz9c70qab86mpgng049gxsg5f4fpf1m8dh93fb9v1avjd0sc"))))
4995 (build-system r-build-system)
4996 (home-page "https://cran.r-project.org/web/packages/scatterplot3d/")
4997 (synopsis "3D scatter plot")
4998 (description "This package provides an implementation of scatter plots for
4999 plotting. a three dimensional point cloud.")
5000 (license license:gpl2)))
5001
5002 (define-public r-ggridges
5003 (package
5004 (name "r-ggridges")
5005 (version "0.5.3")
5006 (source
5007 (origin
5008 (method url-fetch)
5009 (uri (cran-uri "ggridges" version))
5010 (sha256
5011 (base32
5012 "0bmlqy1p6rac90af97ffpdi6php7dblx66l2hcm8ljidgyqzmspm"))))
5013 (build-system r-build-system)
5014 (propagated-inputs
5015 `(("r-ggplot2" ,r-ggplot2)
5016 ("r-plyr" ,r-plyr)
5017 ("r-scales" ,r-scales)
5018 ("r-withr" ,r-withr)))
5019 (native-inputs
5020 `(("r-knitr" ,r-knitr)))
5021 (home-page "https://github.com/clauswilke/ggridges")
5022 (synopsis "Ridgeline plots in ggplot2")
5023 (description
5024 "Ridgeline plots provide a convenient way of visualizing changes in
5025 distributions over time or space. This package enables the creation of such
5026 plots in @code{ggplot2}.")
5027 (license license:gpl2)))
5028
5029 (define-public r-ggjoy
5030 (package
5031 (name "r-ggjoy")
5032 (version "0.4.1")
5033 (source
5034 (origin
5035 (method url-fetch)
5036 (uri (cran-uri "ggjoy" version))
5037 (sha256
5038 (base32
5039 "012md2m0jqfcccb933j423m3ck31v3p0pd41gjxpyg9082y7ixyj"))))
5040 (build-system r-build-system)
5041 (propagated-inputs
5042 `(("r-ggplot2" ,r-ggplot2)
5043 ("r-ggridges" ,r-ggridges)))
5044 (home-page "https://github.com/clauswilke/ggjoy")
5045 (synopsis "Joyplots in ggplot2")
5046 (description "Joyplots provide a convenient way of visualizing changes in
5047 distributions over time or space. This package enables the creation of such
5048 plots in @code{ggplot2}.")
5049 (license license:gpl2)))
5050
5051 (define-public r-cli
5052 (package
5053 (name "r-cli")
5054 (version "2.4.0")
5055 (source
5056 (origin
5057 (method url-fetch)
5058 (uri (cran-uri "cli" version))
5059 (sha256
5060 (base32
5061 "0l1s9yv23bc7mm0hfdlamgz4wjfrisv8aylr65ihjs98jsynrkg3"))))
5062 (build-system r-build-system)
5063 (propagated-inputs
5064 `(("r-glue" ,r-glue)))
5065 (home-page "https://github.com/r-lib/cli#readme")
5066 (synopsis "Helpers for developing command line interfaces")
5067 (description "This package provides a suite of tools designed to build
5068 attractive command line interfaces (CLIs). It includes tools for drawing
5069 rules, boxes, trees, and Unicode symbols with ASCII alternatives.")
5070 (license license:expat)))
5071
5072 (define-public r-argparser
5073 (package
5074 (name "r-argparser")
5075 (version "0.7.1")
5076 (source
5077 (origin
5078 (method url-fetch)
5079 (uri (cran-uri "argparser" version))
5080 (sha256
5081 (base32
5082 "0xcl0ivsbc4iw8s7027q4cx68j6s5lihbby0xa9pmlv4wjmcvdr6"))))
5083 (build-system r-build-system)
5084 (home-page "https://bitbucket.org/djhshih/argparser")
5085 (synopsis "Command-line argument parser")
5086 (description
5087 "This package provides a cross-platform command-line argument parser
5088 written purely in R with no external dependencies. It is useful with the
5089 Rscript front-end and facilitates turning an R script into an executable
5090 script.")
5091 (license license:gpl3+)))
5092
5093 (define-public r-debugme
5094 (package
5095 (name "r-debugme")
5096 (version "1.1.0")
5097 (source
5098 (origin
5099 (method url-fetch)
5100 (uri (cran-uri "debugme" version))
5101 (sha256
5102 (base32
5103 "1c9sg55zvf10h8198jdnpamm6f66lzw3c3jnmdp9ls6na0j0xbjd"))))
5104 (build-system r-build-system)
5105 (propagated-inputs `(("r-crayon" ,r-crayon)))
5106 (home-page "https://github.com/r-lib/debugme#readme")
5107 (synopsis "Debug R packages")
5108 (description
5109 "This package allows the user to specify debug messages as special string
5110 constants, and control debugging of packages via environment variables.")
5111 (license license:expat)))
5112
5113 (define-public r-processx
5114 (package
5115 (name "r-processx")
5116 (version "3.5.1")
5117 (source
5118 (origin
5119 (method url-fetch)
5120 (uri (cran-uri "processx" version))
5121 (sha256
5122 (base32 "1z7zag7g041xlhzhkdfl33y2phc877h1pwj9k69p69b967qi6p6k"))))
5123 (build-system r-build-system)
5124 (propagated-inputs
5125 `(("r-ps" ,r-ps)
5126 ("r-r6" ,r-r6)))
5127 (home-page "https://github.com/r-lib/processx3")
5128 (synopsis "Execute and control system processes")
5129 (description
5130 "This package provides portable tools to run system processes in the
5131 background. It can check if a background process is running; wait on a
5132 background process to finish; get the exit status of finished processes; kill
5133 background processes and their children; restart processes. It can read the
5134 standard output and error of the processes, using non-blocking connections.
5135 @code{processx} can poll a process for standard output or error, with a
5136 timeout. It can also poll several processes at once.")
5137 (license license:expat)))
5138
5139 (define-public r-tsp
5140 (package
5141 (name "r-tsp")
5142 (version "1.1-10")
5143 (source
5144 (origin
5145 (method url-fetch)
5146 (uri (cran-uri "TSP" version))
5147 (sha256
5148 (base32
5149 "0z1v6m0vqjzxc4az3zyjaayygx0jr3mdmc56jjd421iqh0b9z5s4"))))
5150 (properties `((upstream-name . "TSP")))
5151 (build-system r-build-system)
5152 (propagated-inputs `(("r-foreach" ,r-foreach)))
5153 (home-page "https://cran.r-project.org/web/packages/TSP/")
5154 (synopsis "Traveling salesperson problem (TSP)")
5155 (description "This package provides basic infrastructure and some
5156 algorithms for the @dfn{traveling salesperson problem}(TSP) (also known as the
5157 traveling salesman problem).")
5158 (license license:gpl3)))
5159
5160 (define-public r-qap
5161 (package
5162 (name "r-qap")
5163 (version "0.1-1")
5164 (source
5165 (origin
5166 (method url-fetch)
5167 (uri (cran-uri "qap" version))
5168 (sha256
5169 (base32
5170 "0d2d1ni1camixyi45lfy00f4pn3p063k7bsi8gj5scp6n15mdgb0"))))
5171 (build-system r-build-system)
5172 (native-inputs `(("gfortran" ,gfortran)))
5173 (home-page "https://cran.r-project.org/web/packages/qap/")
5174 (synopsis "Heuristics for the quadratic assignment problem (QAP)")
5175 (description "This package implements heuristics for the @dfn{quadratic
5176 assignment problem} (QAP). Currently only a simulated annealing heuristic is
5177 available.")
5178 (license license:gpl3)))
5179
5180 (define-public r-gclus
5181 (package
5182 (name "r-gclus")
5183 (version "1.3.2")
5184 (source
5185 (origin
5186 (method url-fetch)
5187 (uri (cran-uri "gclus" version))
5188 (sha256
5189 (base32
5190 "1cz0g0i972955hhaji30rx8448x7f3as7z1sww9i5h86ybgirilw"))))
5191 (build-system r-build-system)
5192 (propagated-inputs `(("r-cluster" ,r-cluster)))
5193 (home-page "https://cran.r-project.org/web/packages/gclus/")
5194 (synopsis "Clustering graphics")
5195 (description "This package orders panels in scatterplot matrices and
5196 parallel coordinate displays by some merit index. It contains various indices
5197 of merit, ordering functions, and enhanced versions of @code{pairs} and
5198 @code{parcoord} which color panels according to their merit level.")
5199 (license license:gpl2+)))
5200
5201 (define-public r-webshot
5202 (package
5203 (name "r-webshot")
5204 (version "0.5.2")
5205 (source
5206 (origin
5207 (method url-fetch)
5208 (uri (cran-uri "webshot" version))
5209 (sha256
5210 (base32
5211 "0gq4h8cw51z95yvsnf38kj5l58wgljkm0dalmi8mn1sp06bxr0zi"))))
5212 (build-system r-build-system)
5213 (propagated-inputs
5214 `(("r-callr" ,r-callr)
5215 ("r-jsonlite" ,r-jsonlite)
5216 ("r-magrittr" ,r-magrittr)))
5217 (home-page "https://github.com/wch/webshot/")
5218 (synopsis "Take screenshots of web pages")
5219 (description
5220 "Webshot makes it easy to take screenshots of web pages from within R.
5221 It can also run Shiny applications locally and take screenshots of the
5222 application; and it can render and screenshot static as well as interactive R
5223 Markdown documents.")
5224 (license license:gpl2)))
5225
5226 (define-public r-seriation
5227 (package
5228 (name "r-seriation")
5229 (version "1.2-9")
5230 (source
5231 (origin
5232 (method url-fetch)
5233 (uri (cran-uri "seriation" version))
5234 (sha256
5235 (base32
5236 "1glxn098ar1v96xlwp85kjxzfd1nyfzp2f82x5z3fm87yv57k4lb"))))
5237 (build-system r-build-system)
5238 (propagated-inputs
5239 `(("r-cluster" ,r-cluster)
5240 ("r-colorspace" ,r-colorspace)
5241 ("r-dendextend" ,r-dendextend)
5242 ("r-gclus" ,r-gclus)
5243 ("r-gplots" ,r-gplots)
5244 ("r-mass" ,r-mass)
5245 ("r-qap" ,r-qap)
5246 ("r-registry" ,r-registry)
5247 ("r-tsp" ,r-tsp)))
5248 (native-inputs `(("gfortran" ,gfortran)))
5249 (home-page "https://s2.smu.edu/IDA/seriation/")
5250 (synopsis "Infrastructure for ordering objects using seriation")
5251 (description
5252 "This package provides infrastructure for seriation with an
5253 implementation of several seriation/sequencing techniques to reorder matrices,
5254 dissimilarity matrices, and dendrograms. It also provides (optimally)
5255 reordered heatmaps, color images and clustering visualizations like
5256 dissimilarity plots, and visual assessment of cluster tendency plots (VAT and
5257 iVAT).")
5258 (license license:gpl3)))
5259
5260 (define-public r-xfun
5261 (package
5262 (name "r-xfun")
5263 (version "0.22")
5264 (source
5265 (origin
5266 (method url-fetch)
5267 (uri (cran-uri "xfun" version))
5268 (sha256
5269 (base32 "0ix3p0iw2c60whn5mvsflh0vhm4yixhw4s9d9v4023qhp077nw9y"))))
5270 (build-system r-build-system)
5271 ;; knitr itself depends on xfun
5272 #;
5273 (native-inputs
5274 `(("r-knitr" ,r-knitr)))
5275 (home-page "https://github.com/yihui/xfun")
5276 (synopsis "Miscellaneous functions")
5277 (description
5278 "This package provides miscellaneous functions commonly used in other
5279 packages maintained by Yihui Xie.")
5280 (license license:expat)))
5281
5282 (define-public r-utf8
5283 (package
5284 (name "r-utf8")
5285 (version "1.2.1")
5286 (source
5287 (origin
5288 (method url-fetch)
5289 (uri (cran-uri "utf8" version))
5290 (sha256
5291 (base32
5292 "1yw7vjn3gpkqddc91rbfh4kk0zmn2kp0jycrd3066sissh01jhdk"))))
5293 (build-system r-build-system)
5294 (native-inputs
5295 `(("r-knitr" ,r-knitr)))
5296 (home-page "https://github.com/patperry/r-utf8")
5297 (synopsis "Unicode text processing")
5298 (description
5299 "This package provides tools to process and print UTF-8 encoded
5300 international text (Unicode). Input, validate, normalize, encode, format, and
5301 display.")
5302 (license license:asl2.0)))
5303
5304 (define-public r-zeallot
5305 (package
5306 (name "r-zeallot")
5307 (version "0.1.0")
5308 (source
5309 (origin
5310 (method url-fetch)
5311 (uri (cran-uri "zeallot" version))
5312 (sha256
5313 (base32
5314 "1sd1igcfnv27pa3bqxlbyxchi562h7grnjg1l7wxx3bwr49i57s3"))))
5315 (build-system r-build-system)
5316 (home-page "https://github.com/nteetor/zeallot")
5317 (synopsis "Multiple, unpacking, and destructuring assignment")
5318 (description
5319 "This package provides a @code{%<-%} operator to perform multiple,
5320 unpacking, and destructuring assignment in R. The operator unpacks the
5321 right-hand side of an assignment into multiple values and assigns these values
5322 to variables on the left-hand side of the assignment.")
5323 (license license:expat)))
5324
5325 (define-public r-vctrs
5326 (package
5327 (name "r-vctrs")
5328 (version "0.3.7")
5329 (source
5330 (origin
5331 (method url-fetch)
5332 (uri (cran-uri "vctrs" version))
5333 (sha256
5334 (base32
5335 "03hyxk3x635xfdn2x707gygdb2xk0cayl1nl44zib9bwqyyb7nas"))))
5336 (build-system r-build-system)
5337 (propagated-inputs
5338 `(("r-ellipsis" ,r-ellipsis)
5339 ("r-glue" ,r-glue)
5340 ("r-rlang" ,r-rlang)))
5341 (native-inputs
5342 `(("r-knitr" ,r-knitr)))
5343 (home-page "https://github.com/r-lib/vctrs")
5344 (synopsis "Vector helpers")
5345 (description
5346 "There are three main goals to the @code{vctrs} package:
5347
5348 @enumerate
5349 @item To propose @code{vec_size()} and @code{vec_type()} as alternatives to
5350 @code{length()} and @code{class()}. These definitions are paired with a
5351 framework for type-coercion and size-recycling.
5352 @item To define type- and size-stability as desirable function properties, use
5353 them to analyse existing base function, and to propose better alternatives.
5354 This work has been particularly motivated by thinking about the ideal
5355 properties of @code{c()}, @code{ifelse()}, and @code{rbind()}.
5356 @item To provide a new @code{vctr} base class that makes it easy to create new
5357 S3 vectors. @code{vctrs} provides methods for many base generics in terms of
5358 a few new @code{vctrs} generics, making implementation considerably simpler
5359 and more robust.
5360 @end enumerate\n")
5361 (license license:gpl3)))
5362
5363 (define-public r-pillar
5364 (package
5365 (name "r-pillar")
5366 (version "1.5.1")
5367 (source
5368 (origin
5369 (method url-fetch)
5370 (uri (cran-uri "pillar" version))
5371 (sha256
5372 (base32
5373 "0wp68cg95895aybi7yjqy0sidvc68lmfqndinpd63dysci9x3r8c"))))
5374 (build-system r-build-system)
5375 (propagated-inputs
5376 `(("r-cli" ,r-cli)
5377 ("r-crayon" ,r-crayon)
5378 ("r-ellipsis" ,r-ellipsis)
5379 ("r-fansi" ,r-fansi)
5380 ("r-lifecycle" ,r-lifecycle)
5381 ("r-rlang" ,r-rlang)
5382 ("r-utf8" ,r-utf8)
5383 ("r-vctrs" ,r-vctrs)))
5384 (native-inputs
5385 `(("r-knitr" ,r-knitr)))
5386 (home-page "https://github.com/r-lib/pillar")
5387 (synopsis "Coloured formatting for columns")
5388 (description
5389 "This package provides a @code{pillar} generic designed for formatting
5390 columns of data using the full range of colours provided by modern
5391 terminals.")
5392 (license license:gpl3)))
5393
5394 (define-public r-uuid
5395 (package
5396 (name "r-uuid")
5397 (version "0.1-4")
5398 (source
5399 (origin
5400 (method url-fetch)
5401 (uri (cran-uri "uuid" version))
5402 (sha256
5403 (base32
5404 "0gm9ii7ncvllxbvyk6srsiinjmqyj7lmh84w43x4nhqpvafj9q4q"))))
5405 (build-system r-build-system)
5406 (home-page "https://www.rforge.net/uuid")
5407 (synopsis "Tools for generating and handling of UUIDs")
5408 (description
5409 "This package provides tools for generating and handling of
5410 @dfn{Universally Unique Identifiers} (UUIDs).")
5411 (license license:expat)))
5412
5413 (define-public r-tinytex
5414 (package
5415 (name "r-tinytex")
5416 (version "0.31")
5417 (source
5418 (origin
5419 (method url-fetch)
5420 (uri (cran-uri "tinytex" version))
5421 (sha256
5422 (base32
5423 "04a3ncaxix30n9m73slpsn1idxv7j1f7fy3nhxpvkk514x9rgg0p"))))
5424 (build-system r-build-system)
5425 (propagated-inputs
5426 `(("r-xfun" ,r-xfun)))
5427 (home-page "https://github.com/yihui/tinytex")
5428 (synopsis "Helper functions for TeX Live and compiling LaTeX documents")
5429 (description
5430 "This package provides helper functions to install and maintain the LaTeX
5431 distribution named TinyTeX, a lightweight, cross-platform, portable, and
5432 easy-to-maintain version of TeX Live. This package also contains helper
5433 functions to compile LaTeX documents, and install missing LaTeX packages
5434 automatically.")
5435 (license license:expat)))
5436
5437 (define-public r-tinytest
5438 (package
5439 (name "r-tinytest")
5440 (version "1.2.4")
5441 (source
5442 (origin
5443 (method url-fetch)
5444 (uri (cran-uri "tinytest" version))
5445 (sha256
5446 (base32
5447 "1asryjrah3fj39gg0c6yxgpr142j5bg2n990v7q8r0a5pb8gcr45"))))
5448 (properties `((upstream-name . "tinytest")))
5449 (build-system r-build-system)
5450 (home-page "https://github.com/markvanderloo/tinytest")
5451 (synopsis "Lightweight unit testing framework")
5452 (description
5453 "This package provides a lightweight unit testing framework. Main
5454 features:
5455
5456 @enumerate
5457 @item install tests with the package;
5458 @item test results are treated as data that can be stored and manipulated;
5459 @item test files are R scripts interspersed with test commands, that can be
5460 programmed over;
5461 @item fully automated build-install-test sequence for packages;
5462 @item skip tests when not run locally (e.g. on CRAN);
5463 @item flexible and configurable output printing;
5464 @item compare computed output with output stored with the package;
5465 @item run tests in parallel;
5466 @item extensible by other packages;
5467 @item report side effects.
5468 @end enumerate
5469 ")
5470 (license license:gpl3)))
5471
5472 (define-public r-network
5473 (package
5474 (name "r-network")
5475 (version "1.16.1")
5476 (source
5477 (origin
5478 (method url-fetch)
5479 (uri (cran-uri "network" version))
5480 (sha256
5481 (base32
5482 "1cgy7vlbinyndl0zkzvnpcmi240wry6iwfb42sz1mj5c9iwkar7b"))))
5483 (build-system r-build-system)
5484 (propagated-inputs
5485 `(("r-magrittr" ,r-magrittr)
5486 ("r-tibble" ,r-tibble)))
5487 (home-page "https://statnet.org/")
5488 (synopsis "Classes for relational data")
5489 (description
5490 "This package provides tools to create and modify network objects. The
5491 @code{network} class can represent a range of relational data types, and
5492 supports arbitrary vertex/edge/graph attributes.")
5493 (license license:gpl2+)))
5494
5495 (define-public r-stabs
5496 (package
5497 (name "r-stabs")
5498 (version "0.6-4")
5499 (source
5500 (origin
5501 (method url-fetch)
5502 (uri (cran-uri "stabs" version))
5503 (sha256
5504 (base32
5505 "1nf1yg14cgxrs4np1yghpzw1nczaslfv3rvf3918wrlzg0vp6l7q"))))
5506 (build-system r-build-system)
5507 (native-inputs
5508 `(("r-knitr" ,r-knitr)))
5509 (home-page "https://github.com/hofnerb/stabs")
5510 (synopsis "Stability selection with error control")
5511 (description
5512 "This package provides resampling procedures to assess the stability of
5513 selected variables with additional finite sample error control for
5514 high-dimensional variable selection procedures such as Lasso or boosting.
5515 Both, standard stability selection (Meinshausen & Buhlmann, 2010) and
5516 complementary pairs stability selection with improved error bounds
5517 (Shah & Samworth, 2013) are implemented. The package can be combined with
5518 arbitrary user specified variable selection approaches.")
5519 (license license:gpl2)))
5520
5521 (define-public r-rle
5522 (package
5523 (name "r-rle")
5524 (version "0.9.2")
5525 (source
5526 (origin
5527 (method url-fetch)
5528 (uri (cran-uri "rle" version))
5529 (sha256
5530 (base32
5531 "0sagl0jggg40lihzy7pfq4593rfvc3b3f7g6ggi85s7n18qvwg40"))))
5532 (properties `((upstream-name . "rle")))
5533 (build-system r-build-system)
5534 (home-page "https://cran.r-project.org/web/packages/rle/")
5535 (synopsis "Common functions for run-length encoded vectors")
5536 (description
5537 "This package provides common @code{base} and @code{stats} methods for
5538 @code{rle} objects, aiming to make it possible to treat them transparently as
5539 vectors.")
5540 (license license:gpl3)))
5541
5542 (define-public r-statnet-common
5543 (package
5544 (name "r-statnet-common")
5545 (version "4.4.1")
5546 (source
5547 (origin
5548 (method url-fetch)
5549 (uri (cran-uri "statnet.common" version))
5550 (sha256
5551 (base32
5552 "1z89an46xcl1d7dacj4irhk6pkajdz7v85b2347vczwdf622pksf"))))
5553 (properties
5554 `((upstream-name . "statnet.common")))
5555 (build-system r-build-system)
5556 (propagated-inputs
5557 `(("r-coda" ,r-coda)
5558 ("r-rle" ,r-rle)))
5559 (home-page "https://statnet.org")
5560 (synopsis "R scripts and utilities used by the Statnet software")
5561 (description "This package provides non-statistical utilities used by the
5562 software developed by the Statnet Project.")
5563 (license license:gpl3)))
5564
5565 (define-public r-statcheck
5566 (package
5567 (name "r-statcheck")
5568 (version "1.3.0")
5569 (source
5570 (origin
5571 (method url-fetch)
5572 (uri (cran-uri "statcheck" version))
5573 (sha256
5574 (base32
5575 "0ivybdcrymlsfv6pg6p5bv70qdvgxf2vgp0kf4r0pf2fcvav1mcp"))))
5576 (build-system r-build-system)
5577 (propagated-inputs
5578 `(("r-ggplot2" ,r-ggplot2)
5579 ("r-plyr" ,r-plyr)
5580 ("r-rmarkdown" ,r-rmarkdown)))
5581 (home-page "https://cran.r-project.org/web/packages/statcheck/")
5582 (synopsis "Extract statistics from articles and recompute p-values")
5583 (description "This package can automatically extract statistical
5584 null-hypothesis significant testing (NHST) results from articles and recompute
5585 the p-values based on the reported test statistic and degrees of freedom to
5586 detect possible inconsistencies.")
5587 (license license:gpl2)))
5588
5589 (define-public r-sna
5590 (package
5591 (name "r-sna")
5592 (version "2.6")
5593 (source
5594 (origin
5595 (method url-fetch)
5596 (uri (cran-uri "sna" version))
5597 (sha256
5598 (base32
5599 "0ai0v4538d30m4wks5s3lch1yfmx1ml0nnrz7ihs097lv586a09s"))))
5600 (build-system r-build-system)
5601 (propagated-inputs
5602 `(("r-network" ,r-network)
5603 ("r-statnet-common" ,r-statnet-common)))
5604 (home-page "https://statnet.org")
5605 (synopsis "Tools for social network analysis")
5606 (description
5607 "This package provides a range of tools for social network analysis,
5608 including node and graph-level indices, structural distance and covariance
5609 methods, structural equivalence detection, network regression, random graph
5610 generation, and 2D/3D network visualization.")
5611 (license license:gpl2+)))
5612
5613 (define-public r-tfisher
5614 (package
5615 (name "r-tfisher")
5616 (version "0.2.0")
5617 (source
5618 (origin
5619 (method url-fetch)
5620 (uri (cran-uri "TFisher" version))
5621 (sha256
5622 (base32
5623 "0vz74ww1lf1prfwz74hfsi3a8nzq8ss7aqjr85c1d87vss2796xx"))))
5624 (properties `((upstream-name . "TFisher")))
5625 (build-system r-build-system)
5626 (propagated-inputs
5627 `(("r-matrix" ,r-matrix)
5628 ("r-mvtnorm" ,r-mvtnorm)
5629 ("r-sn" ,r-sn)))
5630 (home-page "https://cran.r-project.org/web/packages/TFisher/")
5631 (synopsis "Optimal thresholding Fisher's p-value combination method")
5632 (description
5633 "This package provides the @dfn{cumulative distribution function} (CDF),
5634 quantile, and statistical power calculator for a collection of thresholding
5635 Fisher's p-value combination methods, including Fisher's p-value combination
5636 method, truncated product method and, in particular, soft-thresholding
5637 Fisher's p-value combination method which is proven to be optimal in some
5638 context of signal detection. The p-value calculator for the omnibus version
5639 of these tests are also included.")
5640 (license license:gpl2)))
5641
5642 (define-public r-ttr
5643 (package
5644 (name "r-ttr")
5645 (version "0.24.2")
5646 (source
5647 (origin
5648 (method url-fetch)
5649 (uri (cran-uri "TTR" version))
5650 (sha256
5651 (base32
5652 "06vicgbhwpsww09hhha5mbcd0cwip6cvkfbhjjhp950rv64bk1r5"))))
5653 (properties `((upstream-name . "TTR")))
5654 (build-system r-build-system)
5655 (propagated-inputs
5656 `(("r-curl" ,r-curl)
5657 ("r-xts" ,r-xts)
5658 ("r-zoo" ,r-zoo)))
5659 (home-page "https://github.com/joshuaulrich/TTR")
5660 (synopsis "Technical trading rules")
5661 (description
5662 "This package provides functions and data to construct technical trading
5663 rules with R.")
5664 (license license:gpl2)))
5665
5666 (define-public r-leaps
5667 (package
5668 (name "r-leaps")
5669 (version "3.1")
5670 (source
5671 (origin
5672 (method url-fetch)
5673 (uri (cran-uri "leaps" version))
5674 (sha256
5675 (base32
5676 "1dn3yl1p03n0iynd1vsdkrr0fhmvgrmfkv37y7n371765h83lz1x"))))
5677 (build-system r-build-system)
5678 (native-inputs `(("gfortran" ,gfortran)))
5679 (home-page "https://cran.r-project.org/web/packages/leaps/")
5680 (synopsis "Regression subset selection")
5681 (description
5682 "This package provides tools for regression subset selection, including
5683 exhaustive search.")
5684 (license license:gpl2+)))
5685
5686 (define-public r-splus2r
5687 (package
5688 (name "r-splus2r")
5689 (version "1.3-3")
5690 (source
5691 (origin
5692 (method url-fetch)
5693 (uri (cran-uri "splus2R" version))
5694 (sha256
5695 (base32
5696 "035zd22zcpkh74rik9ws6g8al6vjz7jgrqs5si361bzb5n290p3x"))))
5697 (properties `((upstream-name . "splus2R")))
5698 (build-system r-build-system)
5699 (home-page "https://cran.r-project.org/web/packages/splus2R/")
5700 (synopsis "Supplemental S-PLUS functionality in R")
5701 (description
5702 "Currently there are many functions in S-PLUS that are missing in R. To
5703 facilitate the conversion of S-PLUS packages to R packages, this package
5704 provides some missing S-PLUS functionality in R.")
5705 (license license:gpl2)))
5706
5707 (define-public r-ifultools
5708 (package
5709 (name "r-ifultools")
5710 (version "2.0-22")
5711 (source
5712 (origin
5713 (method url-fetch)
5714 (uri (cran-uri "ifultools" version))
5715 (sha256
5716 (base32
5717 "0f95vqc47dgssqngznk0rclr72ndbyxc7gdq2cmbksvq7qpn3gg1"))))
5718 (build-system r-build-system)
5719 (propagated-inputs
5720 `(("r-mass" ,r-mass)
5721 ("r-splus2r" ,r-splus2r)))
5722 (home-page "https://cran.r-project.org/web/packages/ifultools/")
5723 (synopsis "Insightful research tools")
5724 (description "This package provides C code used by the wmtsa, fractal, and
5725 sapa R packages.")
5726 (license license:gpl2)))
5727
5728 (define-public r-sapa
5729 (package
5730 (name "r-sapa")
5731 (version "2.0-3")
5732 (source
5733 (origin
5734 (method url-fetch)
5735 (uri (cran-uri "sapa" version))
5736 (sha256
5737 (base32
5738 "0kj681rd4c2lvqr926lb6f4qwp281x5274dg6vbk8pf5y7s0qlpc"))))
5739 (build-system r-build-system)
5740 (propagated-inputs
5741 `(("r-ifultools" ,r-ifultools)
5742 ("r-splus2r" ,r-splus2r)))
5743 (home-page "https://cran.r-project.org/web/packages/sapa/")
5744 (synopsis "Spectral analysis for physical applications")
5745 (description "This package provides software for the book Spectral
5746 Analysis for Physical Applications, Donald B. Percival and Andrew T. Walden,
5747 Cambridge University Press, 1993.")
5748 (license license:gpl2)))
5749
5750 (define-public r-aggregation
5751 (package
5752 (name "r-aggregation")
5753 (version "1.0.1")
5754 (source
5755 (origin
5756 (method url-fetch)
5757 (uri (cran-uri "aggregation" version))
5758 (sha256
5759 (base32
5760 "0j9g604m2ccc7hcy02539yja9cf3xcbl25gvp838bp4x8w18my46"))))
5761 (build-system r-build-system)
5762 (home-page "https://cran.r-project.org/web/packages/aggregation/")
5763 (synopsis "Methods for p-value aggregation")
5764 (description
5765 "This package contains functionality for performing the following methods
5766 of p-value aggregation: Fisher's method, the Lancaster method (weighted
5767 Fisher's method), and Sidak correction.")
5768 (license license:gpl3)))
5769
5770 (define-public r-quantmod
5771 (package
5772 (name "r-quantmod")
5773 (version "0.4.18")
5774 (source
5775 (origin
5776 (method url-fetch)
5777 (uri (cran-uri "quantmod" version))
5778 (sha256
5779 (base32
5780 "0dbcrncv06iqcbkky95dd7l32xq0hhbnkb0kj8wwzym1jf748h5a"))))
5781 (build-system r-build-system)
5782 (propagated-inputs
5783 `(("r-curl" ,r-curl)
5784 ("r-ttr" ,r-ttr)
5785 ("r-xts" ,r-xts)
5786 ("r-zoo" ,r-zoo)))
5787 (home-page "https://cran.r-project.org/web/packages/quantmod/")
5788 (synopsis "Quantitative financial modelling framework")
5789 (description "This package provides a quantitative financial modelling
5790 framework to allow users to specify, build, trade, and analyse quantitative
5791 financial trading strategies.")
5792 (license license:gpl3)))
5793
5794 (define-public r-tseries
5795 (package
5796 (name "r-tseries")
5797 (version "0.10-48")
5798 (source
5799 (origin
5800 (method url-fetch)
5801 (uri (cran-uri "tseries" version))
5802 (sha256
5803 (base32
5804 "0wa4rcf0igayi1yrwc6wak6d491560p0z89rz32haqlkiiq25gak"))))
5805 (build-system r-build-system)
5806 (propagated-inputs
5807 `(("r-quadprog" ,r-quadprog)
5808 ("r-quantmod" ,r-quantmod)
5809 ("r-zoo" ,r-zoo)))
5810 (native-inputs
5811 `(("gfortran" ,gfortran)))
5812 (home-page "https://cran.r-project.org/web/packages/tseries/")
5813 (synopsis "Time series analysis and computational finance")
5814 (description
5815 "This package provides functions relating to time series analysis and
5816 computational finance.")
5817 (license license:gpl2)))
5818
5819 (define-public r-wmtsa
5820 (package
5821 (name "r-wmtsa")
5822 (version "2.0-3")
5823 (source
5824 (origin
5825 (method url-fetch)
5826 (uri (cran-uri "wmtsa" version))
5827 (sha256
5828 (base32
5829 "1q436krz5p1f4a7a7sya6a9rh9x9mi8zzcgq66gbk9w9w4hcqcj6"))))
5830 (build-system r-build-system)
5831 (propagated-inputs
5832 `(("r-ifultools" ,r-ifultools)
5833 ("r-mass" ,r-mass)
5834 ("r-splus2r" ,r-splus2r)))
5835 (home-page "https://cran.r-project.org/web/packages/wmtsa/")
5836 (synopsis "Wavelet methods for time series analysis")
5837 (description
5838 "This package provides software to accompany the book \"Wavelet Methods
5839 for Time Series Analysis\", Donald B. Percival and Andrew T. Walden, Cambridge
5840 University Press, 2000.")
5841 (license license:gpl2)))
5842
5843 (define-public r-tsa
5844 (package
5845 (name "r-tsa")
5846 (version "1.3")
5847 (source
5848 (origin
5849 (method url-fetch)
5850 (uri (cran-uri "TSA" version))
5851 (sha256
5852 (base32
5853 "1bv5q609lhmrcxnjnvcj497fbjlv89zwa8q918hw4iki5nkvwwdb"))))
5854 (properties `((upstream-name . "TSA")))
5855 (build-system r-build-system)
5856 (propagated-inputs
5857 `(("r-leaps" ,r-leaps)
5858 ("r-locfit" ,r-locfit)
5859 ("r-mgcv" ,r-mgcv)
5860 ("r-tseries" ,r-tseries)))
5861 (home-page "https://homepage.divms.uiowa.edu/~kchan/TSA.htm")
5862 (synopsis "Time series analysis")
5863 (description
5864 "This package contains R functions and datasets detailed in the book
5865 \"Time Series Analysis with Applications in R (second edition)\" by Jonathan
5866 Cryer and Kung-Sik Chan.")
5867 (license license:gpl2+)))
5868
5869 (define-public r-extradistr
5870 (package
5871 (name "r-extradistr")
5872 (version "1.9.1")
5873 (source
5874 (origin
5875 (method url-fetch)
5876 (uri (cran-uri "extraDistr" version))
5877 (sha256
5878 (base32
5879 "1gypnbvdzczl0mvznvy8r7hzsvc5gvdvi2mmzj21cqdw9n63944r"))))
5880 (properties `((upstream-name . "extraDistr")))
5881 (build-system r-build-system)
5882 (propagated-inputs
5883 `(("r-rcpp" ,r-rcpp)))
5884 (home-page "https://github.com/twolodzko/extraDistr")
5885 (synopsis "Additional univariate and multivariate distributions")
5886 (description
5887 "This package implements density, distribution functions, quantile
5888 functions and random generation functions for a large number of univariate and
5889 multivariate distributions.")
5890 (license license:gpl2)))
5891
5892 (define-public r-fractal
5893 (package
5894 (name "r-fractal")
5895 (version "2.0-4")
5896 (source
5897 (origin
5898 (method url-fetch)
5899 (uri (cran-uri "fractal" version))
5900 (sha256
5901 (base32
5902 "18lr9z0gslvfc3z8vyj3krqj3bfhg60zv1fzinrwwkc4cpk1w7mp"))))
5903 (build-system r-build-system)
5904 (propagated-inputs
5905 `(("r-ifultools" ,r-ifultools)
5906 ("r-mass" ,r-mass)
5907 ("r-sapa" ,r-sapa)
5908 ("r-scatterplot3d" ,r-scatterplot3d)
5909 ("r-splus2r" ,r-splus2r)
5910 ("r-wmtsa" ,r-wmtsa)))
5911 (home-page "https://cran.r-project.org/web/packages/fractal/")
5912 (synopsis "Fractal time series modeling and analysis")
5913 (description
5914 "This package provides tools for stochastic fractal and deterministic
5915 chaotic time series analysis.")
5916 (license license:gpl2)))
5917
5918 (define-public r-urca
5919 (package
5920 (name "r-urca")
5921 (version "1.3-0")
5922 (source
5923 (origin
5924 (method url-fetch)
5925 (uri (cran-uri "urca" version))
5926 (sha256
5927 (base32
5928 "1akaqwf3fvvvx4sgfn641fd4sj51s0701pvfl6s5hnz2k0iwh732"))))
5929 (build-system r-build-system)
5930 (propagated-inputs `(("r-nlme" ,r-nlme)))
5931 (native-inputs `(("gfortran" ,gfortran)))
5932 (home-page "https://cran.r-project.org/web/packages/urca/")
5933 (synopsis "Unit root and cointegration tests for time series data")
5934 (description
5935 "This package provides unit root and cointegration tests encountered in
5936 applied econometric analysis.")
5937 (license license:gpl2+)))
5938
5939 (define-public r-cubature
5940 (package
5941 (name "r-cubature")
5942 (version "2.0.4.1")
5943 (source
5944 (origin
5945 (method url-fetch)
5946 (uri (cran-uri "cubature" version))
5947 (sha256
5948 (base32
5949 "006la36gxdikvmdnq4ny7ik7r30id4z3b3fqsl57dpqwkpsbsgrq"))))
5950 (build-system r-build-system)
5951 (propagated-inputs
5952 `(("r-rcpp" ,r-rcpp)))
5953 (native-inputs
5954 `(("r-knitr" ,r-knitr)))
5955 (home-page "https://github.com/bnaras/cubature")
5956 (synopsis "Adaptive multivariate integration over hypercubes")
5957 (description
5958 "This package is an R wrapper around the cubature C library for adaptive
5959 multivariate integration over hypercubes. This version provides both
5960 @code{hcubature} and @code{pcubature} routines in addition to a vector
5961 interface.")
5962 ;; The included cubature C library is released under GPLv2+, but the
5963 ;; wrapper declares the license to be GPLv3+.
5964 (license (list license:gpl2+ license:gpl3+))))
5965
5966 (define-public r-trend
5967 (package
5968 (name "r-trend")
5969 (version "1.1.4")
5970 (source
5971 (origin
5972 (method url-fetch)
5973 (uri (cran-uri "trend" version))
5974 (sha256
5975 (base32
5976 "1mr5g5gaxiqj6x83ngcbwwh57vhrhcz0x9dh0rmvs9y2ivk29ccs"))))
5977 (build-system r-build-system)
5978 (propagated-inputs
5979 `(("r-extradistr" ,r-extradistr)))
5980 (native-inputs
5981 `(("gfortran" ,gfortran)))
5982 (home-page "https://cran.r-project.org/web/packages/trend/")
5983 (synopsis "Non-parametric trend tests and change-point detection")
5984 (description
5985 "The analysis of environmental data often requires the detection of
5986 trends and change-points. This package includes tests for trend
5987 detection (Cox-Stuart Trend Test, Mann-Kendall Trend Test, (correlated)
5988 Hirsch-Slack Test, partial Mann-Kendall Trend Test, multivariate (multisite)
5989 Mann-Kendall Trend Test, (Seasonal) Sen's slope, partial Pearson and Spearman
5990 correlation trend test), change-point detection (Lanzante's test procedures,
5991 Pettitt's test, Buishand Range Test, Buishand U Test, Standard Normal
5992 Homogeinity Test), detection of non-randomness (Wallis-Moore Phase Frequency
5993 Test, Bartels rank von Neumann's ratio test, Wald-Wolfowitz Test) and the two
5994 sample Robust Rank-Order Distributional Test.")
5995 (license license:gpl3)))
5996
5997 (define-public r-expm
5998 (package
5999 (name "r-expm")
6000 (version "0.999-6")
6001 (source
6002 (origin
6003 (method url-fetch)
6004 (uri (cran-uri "expm" version))
6005 (sha256
6006 (base32
6007 "1p5dapwv8ycxaysgi6imnby04i4kh1c5a2czqa4wygz0s8pr2y9c"))))
6008 (build-system r-build-system)
6009 (propagated-inputs `(("r-matrix" ,r-matrix)))
6010 (native-inputs `(("gfortran" ,gfortran)))
6011 (home-page "https://r-forge.r-project.org/projects/expm/")
6012 (synopsis "Tools for matrix exponentials and related quantities")
6013 (description
6014 "This package provides tools for the computation of the matrix
6015 exponential, logarithm, square root, and related quantities.")
6016 (license license:gpl2+)))
6017
6018 (define-public r-complexplus
6019 (package
6020 (name "r-complexplus")
6021 (version "2.1")
6022 (source
6023 (origin
6024 (method url-fetch)
6025 (uri (cran-uri "complexplus" version))
6026 (sha256
6027 (base32
6028 "16w9v7d1ckavqmr86l34frr37pkvdn0iqnb17ssb8xaggns5lgqx"))))
6029 (build-system r-build-system)
6030 (propagated-inputs
6031 `(("r-expm" ,r-expm)
6032 ("r-matrix" ,r-matrix)))
6033 (home-page "https://cran.r-project.org/web/packages/complexplus/")
6034 (synopsis "Functions of complex or real variables")
6035 (description
6036 "This package extends several functions to the complex domain, including
6037 the matrix exponential and logarithm, and the determinant.")
6038 (license license:gpl2)))
6039
6040 (define-public r-phontools
6041 (package
6042 (name "r-phontools")
6043 (version "0.2-2.1")
6044 (source
6045 (origin
6046 (method url-fetch)
6047 (uri (cran-uri "phonTools" version))
6048 (sha256
6049 (base32
6050 "01i481mhswsys3gpasw9gn6nxkfmi7bz46g5c84m13pg0cv8hxc7"))))
6051 (properties `((upstream-name . "phonTools")))
6052 (build-system r-build-system)
6053 (home-page "http://www.santiagobarreda.com/rscripts.html")
6054 (synopsis "Tools for phonetic and acoustic analyses")
6055 (description
6056 "This package contains tools for the organization, display, and analysis
6057 of the sorts of data frequently encountered in phonetics research and
6058 experimentation, including the easy creation of IPA vowel plots, and the
6059 creation and manipulation of WAVE audio files.")
6060 (license license:bsd-2)))
6061
6062 (define-public r-np
6063 (package
6064 (name "r-np")
6065 (version "0.60-10")
6066 (source
6067 (origin
6068 (method url-fetch)
6069 (uri (cran-uri "np" version))
6070 (sha256
6071 (base32
6072 "06h8k0kdv5s258jr6s08fabvlycrbs7iq34jk2f2hfmqm2y4nyx2"))))
6073 (build-system r-build-system)
6074 (propagated-inputs
6075 `(("r-boot" ,r-boot)
6076 ("r-cubature" ,r-cubature)
6077 ("r-quadprog" ,r-quadprog)
6078 ("r-quantreg" ,r-quantreg)))
6079 (home-page "https://github.com/JeffreyRacine/R-Package-np")
6080 (synopsis "Non-parametric kernel smoothing methods for mixed data types")
6081 (description "This package provides non-parametric (and semi-parametric)
6082 kernel methods that seamlessly handle a mix of continuous, unordered, and
6083 ordered factor data types.")
6084 ;; Any version of the GPL.
6085 (license license:gpl3+)))
6086
6087 (define-public r-powerplus
6088 (package
6089 (name "r-powerplus")
6090 (version "3.1")
6091 (source
6092 (origin
6093 (method url-fetch)
6094 (uri (cran-uri "powerplus" version))
6095 (sha256
6096 (base32
6097 "0ayp6x34hkzgris4j3zbbs0r23n81bhww3wgfyy630ri4sk6brrn"))))
6098 (build-system r-build-system)
6099 (propagated-inputs
6100 `(("r-complexplus" ,r-complexplus)
6101 ("r-expm" ,r-expm)
6102 ("r-mass" ,r-mass)
6103 ("r-matrix" ,r-matrix)
6104 ("r-phontools" ,r-phontools)))
6105 (home-page "https://cran.r-project.org/web/packages/powerplus/")
6106 (synopsis "Exponentiation operations")
6107 (description
6108 "This package provides tools for the computation of matrix and scalar
6109 exponentiation.")
6110 (license license:gpl2)))
6111
6112 (define-public r-egg
6113 (package
6114 (name "r-egg")
6115 (version "0.4.5")
6116 (source
6117 (origin
6118 (method url-fetch)
6119 (uri (cran-uri "egg" version))
6120 (sha256
6121 (base32
6122 "1fy7srpiavfn8kyrr1m84an7acgwi6ydzrg71m3b0vk7y9ybmj0m"))))
6123 (properties `((upstream-name . "egg")))
6124 (build-system r-build-system)
6125 (propagated-inputs
6126 `(("r-ggplot2" ,r-ggplot2)
6127 ("r-gridextra" ,r-gridextra)
6128 ("r-gtable" ,r-gtable)))
6129 (home-page "https://cran.r-project.org/web/packages/egg")
6130 (synopsis "Extensions for ggplot2")
6131 (description
6132 "This package provides miscellaneous functions to help customize ggplot2
6133 objects. High-level functions are provided to post-process ggplot2 layouts
6134 and allow alignment between plot panels, as well as setting panel sizes to
6135 fixed values. Other functions include a custom @code{geom}, and helper
6136 functions to enforce symmetric scales or add tags to facetted plots.")
6137 (license license:gpl3)))
6138
6139 (define-public r-heatmaply
6140 (package
6141 (name "r-heatmaply")
6142 (version "1.2.1")
6143 (source
6144 (origin
6145 (method url-fetch)
6146 (uri (cran-uri "heatmaply" version))
6147 (sha256
6148 (base32
6149 "0hspfkninwy62sf8gkdcsvwnvl66bbnjs2dpah9rr95a3rsgdp9d"))))
6150 (build-system r-build-system)
6151 (propagated-inputs
6152 `(("r-assertthat" ,r-assertthat)
6153 ("r-colorspace" ,r-colorspace)
6154 ("r-dendextend" ,r-dendextend)
6155 ("r-egg" ,r-egg)
6156 ("r-ggplot2" ,r-ggplot2)
6157 ("r-htmlwidgets" ,r-htmlwidgets)
6158 ("r-magrittr" ,r-magrittr)
6159 ("r-plotly" ,r-plotly)
6160 ("r-rcolorbrewer" ,r-rcolorbrewer)
6161 ("r-reshape2" ,r-reshape2)
6162 ("r-scales" ,r-scales)
6163 ("r-seriation" ,r-seriation)
6164 ("r-viridis" ,r-viridis)
6165 ("r-webshot" ,r-webshot)))
6166 (native-inputs
6167 `(("r-knitr" ,r-knitr)))
6168 (home-page "https://cran.r-project.org/package=heatmaply")
6169 (synopsis "Interactive cluster heat maps using plotly")
6170 (description
6171 "This package enables you to create interactive cluster heatmaps that can
6172 be saved as a stand-alone HTML file, embedded in R Markdown documents or in a
6173 Shiny app, and made available in the RStudio viewer pane. Hover the mouse
6174 pointer over a cell to show details or drag a rectangle to zoom. A heatmap is
6175 a popular graphical method for visualizing high-dimensional data, in which a
6176 table of numbers is encoded as a grid of colored cells. The rows and columns
6177 of the matrix are ordered to highlight patterns and are often accompanied by
6178 dendrograms.")
6179 ;; Either version of the license.
6180 (license (list license:gpl2 license:gpl3))))
6181
6182 (define-public r-h5
6183 (package
6184 (name "r-h5")
6185 (version "0.9.9")
6186 (source
6187 (origin
6188 (method url-fetch)
6189 (uri (cran-uri "h5" version))
6190 (sha256
6191 (base32
6192 "14p7i1sj24ky87kd7qr3n9fc9l64s0bp0rwbyl6i2x69xn75gpsx"))))
6193 (build-system r-build-system)
6194 (inputs
6195 `(("zlib" ,zlib)
6196 ("hdf5" ,hdf5)))
6197 (native-inputs
6198 `(("which" ,which)))
6199 (propagated-inputs
6200 `(("r-rcpp" ,r-rcpp)))
6201 (home-page "https://github.com/mannau/h5")
6202 (synopsis "Interface to the HDF5 Library")
6203 (description
6204 "This package provides an S4 interface to the HDF5 library supporting
6205 fast storage and retrieval of R-objects like vectors, matrices and arrays to
6206 binary files in a language independent format. The HDF5 format can therefore
6207 be used as an alternative to R's save/load mechanism. Since h5 is able to
6208 access only subsets of stored data it can also handle data sets which do not
6209 fit into memory.")
6210 (license license:bsd-2)))
6211
6212 (define-public r-cgdsr
6213 (package
6214 (name "r-cgdsr")
6215 (version "1.3.0")
6216 (source
6217 (origin
6218 (method url-fetch)
6219 (uri (cran-uri "cgdsr" version))
6220 (sha256
6221 (base32
6222 "07yc819hkabpzzh0g0cbqza6bcfy67b2marrzz1lj97f9iba78ja"))))
6223 (build-system r-build-system)
6224 (propagated-inputs
6225 `(("r-httr" ,r-httr)
6226 ("r-r-methodss3" ,r-r-methodss3)
6227 ("r-r-oo" ,r-r-oo)))
6228 (home-page "https://github.com/cBioPortal/cgdsr")
6229 (synopsis "R-based API for accessing the MSKCC Cancer Genomics Data Server")
6230 (description
6231 "This package provides a basic set of R functions for querying the Cancer
6232 Genomics Data Server (CGDS), hosted by the Computational Biology Center at
6233 Memorial-Sloan-Kettering Cancer Center (MSKCC).")
6234 (license license:lgpl3)))
6235
6236 (define-public r-import
6237 (package
6238 (name "r-import")
6239 (version "1.2.0")
6240 (source
6241 (origin
6242 (method url-fetch)
6243 (uri (cran-uri "import" version))
6244 (sha256
6245 (base32
6246 "018s0x224gqnv4cjfh0fwliyfg6ma9vslmwybrlizfsmqcc5wp37"))))
6247 (build-system r-build-system)
6248 (native-inputs
6249 `(("r-knitr" ,r-knitr)))
6250 (home-page "https://github.com/smbache/import")
6251 (synopsis "Import mechanism for R")
6252 (description
6253 "This is an alternative mechanism for importing objects from packages.
6254 The syntax allows for importing multiple objects from a package with a single
6255 command in an expressive way. The import package bridges some of the gap
6256 between using @code{library} (or @code{require}) and direct (single-object)
6257 imports. Furthermore the imported objects are not placed in the current
6258 environment. It is also possible to import objects from stand-alone @code{.R}
6259 files.")
6260 (license license:expat)))
6261
6262 (define-public r-shinyace
6263 (package
6264 (name "r-shinyace")
6265 (version "0.4.1")
6266 (source
6267 (origin
6268 (method url-fetch)
6269 (uri (cran-uri "shinyAce" version))
6270 (sha256
6271 (base32
6272 "1m33dfm2kjirvgix7ybv1kbzgjkicdpv411g9c0q3fw6rnyhfxxn"))))
6273 (properties `((upstream-name . "shinyAce")))
6274 (build-system r-build-system)
6275 (propagated-inputs
6276 `(("r-shiny" ,r-shiny)
6277 ("r-jsonlite" ,r-jsonlite)))
6278 (home-page "https://cran.r-project.org/web/packages/shinyAce/")
6279 (synopsis "Ace editor bindings for Shiny")
6280 (description
6281 "This package provides Ace editor bindings to enable a rich text editing
6282 environment within Shiny.")
6283 (license license:expat)))
6284
6285 (define-public r-randomizr
6286 (package
6287 (name "r-randomizr")
6288 (version "0.20.0")
6289 (source
6290 (origin
6291 (method url-fetch)
6292 (uri (cran-uri "randomizr" version))
6293 (sha256
6294 (base32
6295 "0dljyfldnardaps3fq6vi5wcs9x6qfaq5apapa78c51lnaa6fn9h"))))
6296 (properties `((upstream-name . "randomizr")))
6297 (build-system r-build-system)
6298 (native-inputs
6299 `(("r-knitr" ,r-knitr)))
6300 (home-page "https://declaredesign.org/r/randomizr/")
6301 (synopsis "Tools for common forms of random assignment and sampling")
6302 (description
6303 "This package provides tools for generating random assignments for common
6304 experimental designs and random samples for common sampling designs.")
6305 (license license:expat)))
6306
6307 (define-public r-base64url
6308 (package
6309 (name "r-base64url")
6310 (version "1.4")
6311 (source
6312 (origin
6313 (method url-fetch)
6314 (uri (cran-uri "base64url" version))
6315 (sha256
6316 (base32
6317 "0n1c2b68vza1dh7sk38v6biiwm72c4jpl79kpdg1bsb0hq9qy18x"))))
6318 (build-system r-build-system)
6319 (propagated-inputs
6320 `(("r-backports" ,r-backports)))
6321 (home-page "https://github.com/mllg/base64url")
6322 (synopsis "Fast and URL-safe base64 encoder and decoder")
6323 (description
6324 "This package provides a URL-safe base64 encoder and decoder. In
6325 contrast to RFC3548, the 62nd character (@code{+}) is replaced with @code{-},
6326 the 63rd character (@code{/}) is replaced with @code{_}. Furthermore, the
6327 encoder does not fill the string with trailing @code{=}. The resulting
6328 encoded strings comply to the regular expression pattern @code{[A-Za-z0-9_-]}
6329 and thus are safe to use in URLs or for file names. The package also comes
6330 with a simple base32 encoder/decoder suited for case insensitive file
6331 systems.")
6332 (license license:gpl3)))
6333
6334 (define-public r-radiant-data
6335 (package
6336 (name "r-radiant-data")
6337 (version "1.3.12")
6338 (source
6339 (origin
6340 (method url-fetch)
6341 (uri (cran-uri "radiant.data" version))
6342 (sha256
6343 (base32
6344 "08bqqrfvpgyf613ikihwfnzb23l23f5nfs7zynnxbjxc1zfhbpny"))
6345 (modules '((guix build utils)))
6346 (snippet
6347 '(begin
6348 ;; Delete files that are under CC-NC-SA.
6349 (delete-file-recursively "inst/app/tools/help")
6350 #t))))
6351 (properties `((upstream-name . "radiant.data")))
6352 (build-system r-build-system)
6353 (propagated-inputs
6354 `(("r-base64enc" ,r-base64enc)
6355 ("r-broom" ,r-broom)
6356 ("r-car" ,r-car)
6357 ("r-curl" ,r-curl)
6358 ("r-dplyr" ,r-dplyr)
6359 ("r-dt" ,r-dt)
6360 ("r-glue" ,r-glue)
6361 ("r-ggplot2" ,r-ggplot2)
6362 ("r-import" ,r-import)
6363 ("r-jsonlite" ,r-jsonlite)
6364 ("r-knitr" ,r-knitr)
6365 ("r-lubridate" ,r-lubridate)
6366 ("r-magrittr" ,r-magrittr)
6367 ("r-markdown" ,r-markdown)
6368 ("r-mass" ,r-mass)
6369 ("r-patchwork" ,r-patchwork)
6370 ("r-plotly" ,r-plotly)
6371 ("r-psych" ,r-psych)
6372 ("r-randomizr" ,r-randomizr)
6373 ("r-readr" ,r-readr)
6374 ("r-readxl" ,r-readxl)
6375 ("r-rlang" ,r-rlang)
6376 ("r-rmarkdown" ,r-rmarkdown)
6377 ("r-rstudioapi" ,r-rstudioapi)
6378 ("r-scales" ,r-scales)
6379 ("r-shiny" ,r-shiny)
6380 ("r-shinyfiles" ,r-shinyfiles)
6381 ("r-shinyace" ,r-shinyace)
6382 ("r-stringi" ,r-stringi)
6383 ("r-tibble" ,r-tibble)
6384 ("r-tidyr" ,r-tidyr)
6385 ("r-writexl" ,r-writexl)))
6386 (home-page "https://github.com/radiant-rstats/radiant.data")
6387 (synopsis "Data menu for Radiant: business analytics using R and Shiny")
6388 (description
6389 "The Radiant Data menu includes interfaces for loading, saving, viewing,
6390 visualizing, summarizing, transforming, and combining data. It also contains
6391 functionality to generate reproducible reports of the analyses conducted in
6392 the application.")
6393 (license license:agpl3)))
6394
6395 (define-public r-algdesign
6396 (package
6397 (name "r-algdesign")
6398 (version "1.2.0")
6399 (source
6400 (origin
6401 (method url-fetch)
6402 (uri (cran-uri "AlgDesign" version))
6403 (sha256
6404 (base32 "0ammlg148gk0p24fh700116nd66636np0jb1wwh0axq5jphwk1pz"))))
6405 (properties `((upstream-name . "AlgDesign")))
6406 (build-system r-build-system)
6407 (home-page "https://github.com/jvbraun/AlgDesign")
6408 (synopsis "Algorithmic experimental design")
6409 (description
6410 "This package provides tools to calculate exact and approximate theory
6411 experimental designs for D, A, and I criteria. Very large designs may be
6412 created. Experimental designs may be blocked or blocked designs created from
6413 a candidate list, using several criteria. The blocking can be done when whole
6414 and within plot factors interact.")
6415 (license license:gpl2+)))
6416
6417 (define-public r-signal
6418 (package
6419 (name "r-signal")
6420 (version "0.7-6")
6421 (source
6422 (origin
6423 (method url-fetch)
6424 (uri (cran-uri "signal" version))
6425 (sha256
6426 (base32
6427 "1vsxramz5qd9q9s3vlqzmfdpmwl2rhlb2n904zw6f0fg0xxjfq3b"))))
6428 (build-system r-build-system)
6429 (propagated-inputs `(("r-mass" ,r-mass)))
6430 (native-inputs `(("gfortran" ,gfortran)))
6431 (home-page "https://cran.r-project.org/web/packages/signal/")
6432 (synopsis "Signal processing")
6433 (description
6434 "This package provides a set of signal processing functions originally
6435 written for Matlab and GNU Octave. It includes filter generation utilities,
6436 filtering functions, resampling routines, and visualization of filter models.
6437 It also includes interpolation functions.")
6438 (license license:gpl2)))
6439
6440 (define-public r-gsubfn
6441 (package
6442 (name "r-gsubfn")
6443 (version "0.7")
6444 (source
6445 (origin
6446 (method url-fetch)
6447 (uri (cran-uri "gsubfn" version))
6448 (sha256
6449 (base32
6450 "00j6b8b6xsx6v370h220x233rpk6asca78165y3d48jpwvwisdc9"))))
6451 (build-system r-build-system)
6452 (propagated-inputs `(("r-proto" ,r-proto)))
6453 (home-page "https://code.google.com/archive/p/gsubfn/")
6454 (synopsis "Utilities for strings and function arguments.")
6455 (description
6456 "This package provides @code{gsubfn} which is like @code{gsub} but can
6457 take a replacement function or certain other objects instead of the
6458 replacement string. Matches and back references are input to the replacement
6459 function and replaced by the function output. @code{gsubfn} can be used to
6460 split strings based on content rather than delimiters and for quasi-perl-style
6461 string interpolation. The package also has facilities for translating
6462 formulas to functions and allowing such formulas in function calls instead of
6463 functions.")
6464 (license license:gpl2+)))
6465
6466 (define-public r-sqldf
6467 (package
6468 (name "r-sqldf")
6469 (version "0.4-11")
6470 (source
6471 (origin
6472 (method url-fetch)
6473 (uri (cran-uri "sqldf" version))
6474 (sha256
6475 (base32
6476 "0q12vsb53p2wchgp8wfz5bk08wfnm0jxjrakclj4jyy6x3a7ksff"))))
6477 (build-system r-build-system)
6478 (propagated-inputs
6479 `(("r-chron" ,r-chron)
6480 ("r-dbi" ,r-dbi)
6481 ("r-gsubfn" ,r-gsubfn)
6482 ("r-proto" ,r-proto)
6483 ("r-rsqlite" ,r-rsqlite)))
6484 (home-page "https://github.com/ggrothendieck/sqldf")
6485 (synopsis "Manipulate R data frames using SQL")
6486 (description
6487 "The @code{sqldf} function is typically passed a single argument which is
6488 an SQL select statement where the table names are ordinary R data frame names.
6489 @code{sqldf} transparently sets up a database, imports the data frames into
6490 that database, performs the SQL statement and returns the result using a
6491 heuristic to determine which class to assign to each column of the returned
6492 data frame. The @code{sqldf} or @code{read.csv.sql} functions can also be
6493 used to read filtered files into R even if the original files are larger than
6494 R itself can handle.")
6495 (license license:gpl2)))
6496
6497 (define-public r-abind
6498 (package
6499 (name "r-abind")
6500 (version "1.4-5")
6501 (source
6502 (origin
6503 (method url-fetch)
6504 (uri (cran-uri "abind" version))
6505 (sha256
6506 (base32
6507 "0b1zd8jbnl6l292cr9rb50m09fy3ylxvzkpgi5lfb1nbzddcwfis"))))
6508 (build-system r-build-system)
6509 (home-page "https://cran.r-project.org/web/packages/abind/")
6510 (synopsis "Combine multidimensional arrays")
6511 (description
6512 "This package provides tools to combine multidimensional arrays into a
6513 single array. This is a generalization of @code{cbind} and @code{rbind}. It
6514 works with vectors, matrices, and higher-dimensional arrays. It also provides
6515 the functions @code{adrop}, @code{asub}, and @code{afill} for manipulating,
6516 extracting and replacing data in arrays.")
6517 (license license:lgpl2.0+)))
6518
6519 (define-public r-prroc
6520 (package
6521 (name "r-prroc")
6522 (version "1.3.1")
6523 (source
6524 (origin
6525 (method url-fetch)
6526 (uri (cran-uri "PRROC" version))
6527 (sha256
6528 (base32
6529 "1m28h8pcd78049lz2qixhkcr9h5b3jik3maqzfbvq9y58z71i4a7"))))
6530 (properties `((upstream-name . "PRROC")))
6531 (build-system r-build-system)
6532 (home-page "https://cran.r-project.org/web/packages/PRROC/")
6533 (synopsis "Precision-Recall and ROC curves for weighted and unweighted data")
6534 (description
6535 "This package computes the areas under the @dfn{precision-recall} (PR)
6536 and ROC curve for weighted (e.g. soft-labeled) and unweighted data. In
6537 contrast to other implementations, the interpolation between points of the PR
6538 curve is done by a non-linear piecewise function. In addition to the areas
6539 under the curves, the curves themselves can also be computed and plotted by a
6540 specific S3-method.")
6541 (license license:gpl3)))
6542
6543 (define-public r-vim
6544 (package
6545 (name "r-vim")
6546 (version "6.1.0")
6547 (source
6548 (origin
6549 (method url-fetch)
6550 (uri (cran-uri "VIM" version))
6551 (sha256
6552 (base32
6553 "1a8aw0ysaf0al95m2la2zx1p3g5mnwqx0x30br1s1dqqkfnv57hz"))))
6554 (properties `((upstream-name . "VIM")))
6555 (build-system r-build-system)
6556 (propagated-inputs
6557 `(("r-car" ,r-car)
6558 ("r-colorspace" ,r-colorspace)
6559 ("r-data-table" ,r-data-table)
6560 ("r-e1071" ,r-e1071)
6561 ("r-laeken" ,r-laeken)
6562 ("r-magrittr" ,r-magrittr)
6563 ("r-mass" ,r-mass)
6564 ("r-nnet" ,r-nnet)
6565 ("r-ranger" ,r-ranger)
6566 ("r-rcpp" ,r-rcpp)
6567 ("r-robustbase" ,r-robustbase)
6568 ("r-sp" ,r-sp)
6569 ("r-vcd" ,r-vcd)))
6570 (native-inputs
6571 `(("r-knitr" ,r-knitr)))
6572 (home-page "https://github.com/alexkowa/VIM")
6573 (synopsis "Visualization and imputation of missing values")
6574 (description
6575 "This package provides tools for the visualization of missing and/or
6576 imputed values are introduced, which can be used for exploring the data and
6577 the structure of the missing and/or imputed values. Depending on this
6578 structure of the missing values, the corresponding methods may help to
6579 identify the mechanism generating the missing values and explore the
6580 data including missing values. In addition, the quality of imputation can be
6581 visually explored using various univariate, bivariate, multiple and
6582 multivariate plot methods.")
6583 (license license:gpl2+)))
6584
6585 (define-public r-fnn
6586 (package
6587 (name "r-fnn")
6588 (version "1.1.3")
6589 (source
6590 (origin
6591 (method url-fetch)
6592 (uri (cran-uri "FNN" version))
6593 (sha256
6594 (base32
6595 "0cllqlnynm5yaj4r64mqyyfc8phkb38rwssq8k8ikgfgr4jklxny"))))
6596 (properties `((upstream-name . "FNN")))
6597 (build-system r-build-system)
6598 (home-page "https://cran.r-project.org/web/packages/FNN")
6599 (synopsis "Fast nearest neighbor search algorithms and applications")
6600 (description
6601 "This package provides cover-tree and kd-tree fast k-nearest neighbor
6602 search algorithms. Related applications including KNN classification,
6603 regression and information measures are implemented.")
6604 ;; The DESCRIPTION file erroneously states that GPL version 2.1 or
6605 ;; later can be used.
6606 (license license:gpl2+)))
6607
6608 (define-public r-smoother
6609 (package
6610 (name "r-smoother")
6611 (version "1.1")
6612 (source
6613 (origin
6614 (method url-fetch)
6615 (uri (cran-uri "smoother" version))
6616 (sha256
6617 (base32
6618 "0nqr1bvlr5bnasqg74zmknjjl4x28kla9h5cxpga3kq5z215pdci"))))
6619 (build-system r-build-system)
6620 (propagated-inputs
6621 `(("r-ttr" ,r-ttr)))
6622 (home-page "https://cran.r-project.org/web/packages/smoother")
6623 (synopsis "Functions relating to the smoothing of numerical data")
6624 (description
6625 "This package provides a collection of methods for smoothing numerical
6626 data, commencing with a port of the Matlab gaussian window smoothing function.
6627 In addition, several functions typically used in smoothing of financial data
6628 are included.")
6629 (license license:gpl2)))
6630
6631 (define-public r-riverplot
6632 (package
6633 (name "r-riverplot")
6634 (version "0.10")
6635 (source
6636 (origin
6637 (method url-fetch)
6638 (uri (cran-uri "riverplot" version))
6639 (sha256
6640 (base32
6641 "04ap1dsa7fx03l73jhv1ql3adaaaz2100qawdplxa9xmrllgcgbj"))))
6642 (build-system r-build-system)
6643 (propagated-inputs
6644 `(("r-rcolorbrewer" ,r-rcolorbrewer)))
6645 (native-inputs
6646 `(("r-knitr" ,r-knitr)))
6647 (home-page "https://logfc.wordpress.com")
6648 (synopsis "Sankey or ribbon plots")
6649 (description
6650 "Sankey plots are a type of diagram that is convenient to illustrate how
6651 flow of information, resources etc. separates and joins, much like observing
6652 how rivers split and merge. For example, they can be used to compare
6653 different clusterings. This package provides an implementation of Sankey
6654 plots for R.")
6655 (license license:gpl2+)))
6656
6657 (define-public r-dyn
6658 (package
6659 (name "r-dyn")
6660 (version "0.2-9.6")
6661 (source
6662 (origin
6663 (method url-fetch)
6664 (uri (cran-uri "dyn" version))
6665 (sha256
6666 (base32
6667 "16fqv9k7yxdgybwzafjkyqm16qpgqz13lcjpi6a1nc8xbzlzh0gb"))))
6668 (build-system r-build-system)
6669 (propagated-inputs
6670 `(("r-zoo" ,r-zoo)))
6671 (home-page "https://cran.r-project.org/web/packages/dyn")
6672 (synopsis "Time series regression")
6673 (description
6674 "This package provides the dyn class interfaces @code{ts}, @code{irts},
6675 @code{zoo} and @code{zooreg} time series classes to @code{lm}, @code{glm},
6676 @code{loess}, @code{quantreg::rq}, @code{MASS::rlm},
6677 @code{MCMCpack::MCMCregress()}, @code{quantreg::rq()},
6678 @code{randomForest::randomForest()} and other regression functions, allowing
6679 those functions to be used with time series including specifications that may
6680 contain lags, diffs and missing values.")
6681 ;; Any GPL version.
6682 (license license:gpl2+)))
6683
6684 (define-public r-catdap
6685 (package
6686 (name "r-catdap")
6687 (version "1.3.5")
6688 (source
6689 (origin
6690 (method url-fetch)
6691 (uri (cran-uri "catdap" version))
6692 (sha256
6693 (base32
6694 "0fyhl69z2lznymvpzxra9qvcg85ggzkfjy68c6mzdmf1ja44d2k5"))))
6695 (build-system r-build-system)
6696 (native-inputs
6697 `(("gfortran" ,gfortran)))
6698 (home-page "https://cran.r-project.org/web/packages/catdap/")
6699 (synopsis "Tools for categorical data analysis")
6700 (description
6701 "This package provides functions for analyzing multivariate data.
6702 Dependencies of the distribution of the specified variable (response
6703 variable) to other variables (explanatory variables) are derived and
6704 evaluated by the @dfn{Akaike Information Criterion} (AIC).")
6705 (license license:gpl2+)))
6706
6707 (define-public r-arules
6708 (package
6709 (name "r-arules")
6710 (version "1.6-7")
6711 (source
6712 (origin
6713 (method url-fetch)
6714 (uri (cran-uri "arules" version))
6715 (sha256
6716 (base32
6717 "0m80kndfbannw8h53nqdd5wl8h33q2z259aa1cp1nwadaxf9fc1q"))))
6718 (build-system r-build-system)
6719 (propagated-inputs
6720 `(("r-matrix" ,r-matrix)))
6721 (home-page "https://github.com/mhahsler/arules")
6722 (synopsis "Mining association rules and frequent itemsets")
6723 (description
6724 "This package provides an infrastructure for representing, manipulating
6725 and analyzing transaction data and patterns (frequent itemsets and association rules).
6726 It also provides C implementations of the association mining algorithms Apriori
6727 and Eclat.")
6728 (license license:gpl3)))
6729
6730 (define-public r-parsedate
6731 (package
6732 (name "r-parsedate")
6733 (version "1.2.0")
6734 (source
6735 (origin
6736 (method url-fetch)
6737 (uri (cran-uri "parsedate" version))
6738 (sha256
6739 (base32
6740 "0gb3w6hmwxayhijpf36p5dk4h6bbdps57x3cgikwvvxkgi83rarr"))))
6741 (build-system r-build-system)
6742 (propagated-inputs
6743 `(("r-rematch2" ,r-rematch2)))
6744 (home-page "https://github.com/gaborcsardi/parsedate")
6745 (synopsis
6746 "Recognize and parse dates in various formats")
6747 (description
6748 "This package provides three functions for dealing with dates:
6749 @code{parse_iso_8601} recognizes and parses all valid ISO 8601 date and
6750 time formats, @code{parse_date} parses dates in unspecified formats,
6751 and @code{format_iso_8601} formats a date in ISO 8601 format.")
6752 (license license:gpl2)))
6753
6754 (define-public r-abc-data
6755 (package
6756 (name "r-abc-data")
6757 (version "1.0")
6758 (source
6759 (origin
6760 (method url-fetch)
6761 (uri (cran-uri "abc.data" version))
6762 (sha256
6763 (base32
6764 "1bv1n68ah714ws58cf285n2s2v5vn7382lfjca4jxph57lyg8hmj"))))
6765 (properties `((upstream-name . "abc.data")))
6766 (build-system r-build-system)
6767 (home-page "https://cran.r-project.org/web/packages/abc.data/")
6768 (synopsis "Data for Approximate Bayesian Computation (ABC) package")
6769 (description
6770 "This package contains data which are used by functions of the abc
6771 package which implements several @dfn{Approximate Bayesian Computation} (ABC)
6772 algorithms for performing parameter estimation, model selection, and
6773 goodness-of-fit.")
6774 (license license:gpl3+)))
6775
6776 (define-public r-abc
6777 (package
6778 (name "r-abc")
6779 (version "2.1")
6780 (source
6781 (origin
6782 (method url-fetch)
6783 (uri (cran-uri "abc" version))
6784 (sha256
6785 (base32
6786 "0ngzaaz2y2s03fhngvwipmy4kq38xrmyddaz6a6l858rxvadrlhb"))))
6787 (build-system r-build-system)
6788 (propagated-inputs
6789 `(("r-abc-data" ,r-abc-data)
6790 ("r-locfit" ,r-locfit)
6791 ("r-mass" ,r-mass)
6792 ("r-nnet" ,r-nnet)
6793 ("r-quantreg" ,r-quantreg)))
6794 (home-page "https://cran.r-project.org/web/packages/abc/")
6795 (synopsis "Tools for Approximate Bayesian Computation (ABC)")
6796 (description
6797 "This package implements several @dfn{Approximate Bayesian
6798 Computation} (ABC) algorithms for performing parameter estimation, model
6799 selection, and goodness-of-fit. Cross-validation tools are also available for
6800 measuring the accuracy of ABC estimates, and to calculate the
6801 misclassification probabilities of different models.")
6802 (license license:gpl3+)))
6803
6804 (define-public r-zip
6805 (package
6806 (name "r-zip")
6807 (version "2.1.1")
6808 (source
6809 (origin
6810 (method url-fetch)
6811 (uri (cran-uri "zip" version))
6812 (sha256
6813 (base32
6814 "0b3wmbx5v0i1scylgk4nli2ljg4p12wx7a1sqljklv9969wl3p8i"))))
6815 (build-system r-build-system)
6816 (home-page "https://github.com/gaborcsardi/zip")
6817 (synopsis "Cross-platform Zip compression")
6818 (description
6819 "This package provides a cross-platform Zip compression library for R.
6820 It is a replacement for the @code{zip} function, that does not require any
6821 additional external tools on any platform.")
6822 (license license:cc0)))
6823
6824 (define-public r-openxlsx
6825 (package
6826 (name "r-openxlsx")
6827 (version "4.2.3")
6828 (source
6829 (origin
6830 (method url-fetch)
6831 (uri (cran-uri "openxlsx" version))
6832 (sha256
6833 (base32
6834 "0vz4nlrwgsiifrgza8kfd9i1c0ya6plymrgk59vyy2z54vc8kvyd"))))
6835 (build-system r-build-system)
6836 (propagated-inputs
6837 `(("r-rcpp" ,r-rcpp)
6838 ("r-stringi" ,r-stringi)
6839 ("r-zip" ,r-zip)))
6840 (native-inputs
6841 `(("r-knitr" ,r-knitr)))
6842 (home-page "https://github.com/awalker89/openxlsx")
6843 (synopsis "Read, write and edit XLSX files")
6844 (description
6845 "This package simplifies the creation of Excel @code{.xlsx} files by
6846 providing a high level interface to writing, styling and editing worksheets.
6847 Through the use of Rcpp, read/write times are comparable to the @code{xlsx}
6848 and @code{XLConnect} packages with the added benefit of removing the
6849 dependency on Java.")
6850 (license license:gpl3)))
6851
6852 (define-public r-rio
6853 (package
6854 (name "r-rio")
6855 (version "0.5.26")
6856 (source
6857 (origin
6858 (method url-fetch)
6859 (uri (cran-uri "rio" version))
6860 (sha256
6861 (base32
6862 "1k6zxjb2bb0z6rv7zmkbaz85cbvs84mj602ikkwk60alh8kpdw2d"))))
6863 (build-system r-build-system)
6864 (propagated-inputs
6865 `(("r-curl" ,r-curl)
6866 ("r-data-table" ,r-data-table)
6867 ("r-foreign" ,r-foreign)
6868 ("r-haven" ,r-haven)
6869 ("r-openxlsx" ,r-openxlsx)
6870 ("r-readxl" ,r-readxl)
6871 ("r-tibble" ,r-tibble)))
6872 (native-inputs
6873 `(("r-knitr" ,r-knitr)))
6874 (home-page "https://github.com/leeper/rio")
6875 (synopsis "Swiss-army knife for data I/O")
6876 (description
6877 "This package provides streamlined data import and export infrastructure
6878 by making assumptions that the user is probably willing to make: @code{import}
6879 and @code{export} determine the data structure from the file extension,
6880 reasonable defaults are used for data import and export (e.g.,
6881 @code{stringsAsFactors=FALSE}), web-based import is natively
6882 supported (including from SSL/HTTPS), compressed files can be read directly
6883 without explicit decompression, and fast import packages are used where
6884 appropriate. An additional convenience function, @code{convert}, provides a
6885 simple method for converting between file types.")
6886 (license license:gpl2)))
6887
6888 (define-public r-maptools
6889 (package
6890 (name "r-maptools")
6891 (version "1.1-1")
6892 (source
6893 (origin
6894 (method url-fetch)
6895 (uri (cran-uri "maptools" version))
6896 (sha256
6897 (base32
6898 "0pn4gwh2rl6pfh2vbc7ln86kzlg22cfpd02z95j7zpjidz2mva8l"))))
6899 (build-system r-build-system)
6900 (propagated-inputs
6901 `(("r-foreign" ,r-foreign)
6902 ("r-lattice" ,r-lattice)
6903 ("r-sp" ,r-sp)))
6904 (home-page "https://r-forge.r-project.org/projects/maptools/")
6905 (synopsis "Tools for reading and handling spatial objects")
6906 (description
6907 "This package provides a set of tools for manipulating and reading
6908 geographic data, in particular ESRI Shapefiles. It includes binary access to
6909 GSHHG shoreline files. The package also provides interface wrappers for
6910 exchanging spatial objects with other R packages.")
6911 ;; The C source files from shapelib are released under the Expat license.
6912 ;; The R code is released under GPL version 2 or later.
6913 (license (list license:gpl2+
6914 license:expat))))
6915
6916 (define-public r-later
6917 (package
6918 (name "r-later")
6919 (version "1.1.0.1")
6920 (source
6921 (origin
6922 (method url-fetch)
6923 (uri (cran-uri "later" version))
6924 (sha256
6925 (base32
6926 "1k9n2j7zxw9gfclnx8zfqp6w64c5d6apn7g02yhkajkpmszagfki"))))
6927 (build-system r-build-system)
6928 (propagated-inputs
6929 `(("r-bh" ,r-bh)
6930 ("r-rcpp" ,r-rcpp)
6931 ("r-rlang" ,r-rlang)))
6932 (native-inputs
6933 `(("r-knitr" ,r-knitr)))
6934 (home-page "https://github.com/r-lib/later")
6935 (synopsis "Utilities for delaying function execution")
6936 (description
6937 "This package provides tools to execute arbitrary R or C functions some
6938 time after the current time, after the R execution stack has emptied.")
6939 (license license:gpl2+)))
6940
6941 (define-public r-promises
6942 (package
6943 (name "r-promises")
6944 (version "1.2.0.1")
6945 (source
6946 (origin
6947 (method url-fetch)
6948 (uri (cran-uri "promises" version))
6949 (sha256
6950 (base32
6951 "1dy4cbqw17awh4q8m7cy3anaj0n9iynabfzflb1g94cyj0bq4fld"))))
6952 (build-system r-build-system)
6953 (propagated-inputs
6954 `(("r-later" ,r-later)
6955 ("r-magrittr" ,r-magrittr)
6956 ("r-r6" ,r-r6)
6957 ("r-rcpp" ,r-rcpp)
6958 ("r-rlang" ,r-rlang)))
6959 (native-inputs
6960 `(("r-knitr" ,r-knitr)))
6961 (home-page "https://rstudio.github.io/promises")
6962 (synopsis "Abstractions for promise-based asynchronous programming")
6963 (description
6964 "This package provides fundamental abstractions for doing asynchronous
6965 programming in R using promises. Asynchronous programming is useful for
6966 allowing a single R process to orchestrate multiple tasks in the background
6967 while also attending to something else. Semantics are similar to JavaScript
6968 promises, but with a syntax that is idiomatic R.")
6969 (license license:expat)))
6970
6971 (define-public r-dosnow
6972 (package
6973 (name "r-dosnow")
6974 (version "1.0.19")
6975 (source
6976 (origin
6977 (method url-fetch)
6978 (uri (cran-uri "doSNOW" version))
6979 (sha256
6980 (base32
6981 "0f07b38cl7s61vwzkyqkzzsic9g4sw9k6ndbxk3g90l4ca0d1ljc"))))
6982 (properties `((upstream-name . "doSNOW")))
6983 (build-system r-build-system)
6984 (propagated-inputs
6985 `(("r-foreach" ,r-foreach)
6986 ("r-iterators" ,r-iterators)
6987 ("r-snow" ,r-snow)))
6988 (home-page "https://cran.r-project.org/web/packages/doSNOW")
6989 (synopsis "Foreach parallel adaptor for the snow package")
6990 (description
6991 "This package provides a parallel backend for the @code{%dopar%} function
6992 using the @code{snow} package.")
6993 (license license:gpl2)))
6994
6995 (define-public r-fst
6996 (package
6997 (name "r-fst")
6998 (version "0.9.4")
6999 (source
7000 (origin
7001 (method url-fetch)
7002 (uri (cran-uri "fst" version))
7003 (sha256
7004 (base32
7005 "0vwclzxww8mw9nnpyj29bn71mrr8jjg7ka03979h9rbzw6d9bjrr"))))
7006 (properties `((upstream-name . "fst")))
7007 (build-system r-build-system)
7008 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
7009 (home-page "http://www.fstpackage.org")
7010 (synopsis "Fast serialization of data frames")
7011 (description
7012 "The fst package for R provides a fast, easy and flexible way to
7013 serialize data frames. With access speeds of multiple GB/s, fst is
7014 specifically designed to unlock the potential of high speed solid state disks.
7015 Data frames stored in the fst format have full random access, both in column
7016 and rows. The fst format allows for random access of stored data and
7017 compression with the LZ4 and ZSTD compressors.")
7018 (license license:agpl3)))
7019
7020 (define-public r-snowfall
7021 (package
7022 (name "r-snowfall")
7023 (version "1.84-6.1")
7024 (source (origin
7025 (method url-fetch)
7026 (uri (cran-uri "snowfall" version))
7027 (sha256
7028 (base32 "13941rlw1jsdjsndp1plzj1cq5aqravizkrqn6l25r9im7rnsi2w"))))
7029 (build-system r-build-system)
7030 (propagated-inputs
7031 `(("r-snow" ,r-snow)))
7032 (home-page "https://cran.r-project.org/web/packages/snowfall/")
7033 (synopsis "Easier cluster computing")
7034 (description "This package is a usability wrapper around snow for easier
7035 development of parallel R programs. This package offers e.g. extended error
7036 checks, and additional functions. All functions work in sequential mode, too,
7037 if no cluster is present or wished. The package is also designed as connector
7038 to the cluster management tool @code{sfCluster}, but can also used without
7039 it.")
7040 (license license:gpl2+)))
7041
7042 (define-public r-rgexf
7043 (package
7044 (name "r-rgexf")
7045 (version "0.16.0")
7046 (source
7047 (origin
7048 (method url-fetch)
7049 (uri (cran-uri "rgexf" version))
7050 (sha256
7051 (base32
7052 "1vj5ha1qx0xzflchxf25ycys6clfn9y32m1717afzkvhmkwisrra"))
7053 (snippet
7054 '(begin
7055 ;; Delete minified JavaScript files
7056 (for-each delete-file
7057 '("inst/gexf-js/js/jquery-2.0.2.min.js"
7058 "inst/gexf-js/js/jquery-ui-1.10.3.custom.min.js"
7059 "inst/gexf-js/js/jquery.mousewheel.min.js"))
7060 #true))))
7061 (properties `((upstream-name . "rgexf")))
7062 (build-system r-build-system)
7063 (arguments
7064 `(#:modules ((guix build utils)
7065 (guix build r-build-system)
7066 (srfi srfi-1)
7067 (ice-9 popen))
7068 #:phases
7069 (modify-phases %standard-phases
7070 (add-after 'unpack 'process-javascript
7071 (lambda* (#:key inputs #:allow-other-keys)
7072 (invoke "unzip" "-d" "/tmp" (assoc-ref inputs "js-jquery-ui"))
7073 (with-directory-excursion "inst/gexf-js/js/"
7074 (call-with-values
7075 (lambda ()
7076 (unzip2
7077 `((,(assoc-ref inputs "js-jquery")
7078 "jquery-2.0.2.min.js")
7079 ("/tmp/jquery-ui-1.10.3/ui/jquery-ui.js"
7080 "jquery-ui-1.10.3.custom.min.js")
7081 (,(assoc-ref inputs "js-jquery-mousewheel")
7082 "jquery.mousewheel.min.js"))))
7083 (lambda (sources targets)
7084 (for-each (lambda (source target)
7085 (format #true "Processing ~a --> ~a~%"
7086 source target)
7087 (invoke "esbuild" source "--minify"
7088 (string-append "--outfile=" target)))
7089 sources targets))))
7090 #t)))))
7091 (propagated-inputs
7092 `(("r-igraph" ,r-igraph)
7093 ("r-servr" ,r-servr)
7094 ("r-xml" ,r-xml)))
7095 (native-inputs
7096 `(("r-knitr" ,r-knitr)
7097 ("esbuild" ,esbuild)
7098 ("unzip" ,unzip)
7099 ("js-jquery"
7100 ,(origin
7101 (method url-fetch)
7102 (uri "https://code.jquery.com/jquery-2.0.2.js")
7103 (sha256
7104 (base32
7105 "0v818bxpw48gdk8i95qqqij80r9jcgisi2r4ac6xnxca20h0gvfj"))))
7106 ("js-jquery-ui"
7107 ,(origin
7108 (method url-fetch)
7109 (uri "https://jqueryui.com/resources/download/jquery-ui-1.10.3.zip")
7110 (sha256
7111 (base32
7112 "00xpfy0l69nj2yan4s8k65ldsrlfsjkmyw2dwcg93dc8mv454vxx"))))
7113 ("js-jquery-mousewheel"
7114 ,(origin
7115 (method url-fetch)
7116 (uri "https://raw.githubusercontent.com/jquery/jquery-mousewheel/\
7117 3.0.6/jquery.mousewheel.js")
7118 (sha256
7119 (base32
7120 "19lk5xy2s47bx8hsa7j6bg012f8yw6d770g230bcnm559kf4nc6v"))))))
7121 (home-page "https://gvegayon.github.io/rgexf")
7122 (synopsis "Build, import and export GEXF graph files")
7123 (description
7124 "Create, read and write GEXF (Graph Exchange XML Format) graph
7125 files (used in Gephi and others). It allows the user to easily build/read
7126 graph files including attributes, GEXF visual attributes (such as color, size,
7127 and position), network dynamics (for both edges and nodes) and edge weighting.
7128 Users can build/handle graphs element-by-element or massively through
7129 data-frames, visualize the graph on a web browser through gexf-js (a
7130 JavaScript library) and interact with the igraph package.")
7131 (license license:expat)))
7132
7133 (define-public r-data-tree
7134 (package
7135 (name "r-data-tree")
7136 (version "1.0.0")
7137 (source
7138 (origin
7139 (method url-fetch)
7140 (uri (cran-uri "data.tree" version))
7141 (sha256
7142 (base32
7143 "0pizmx2312zsym4m42b97q2184bg3hibvbdrblcga05xln84qrs0"))))
7144 (properties `((upstream-name . "data.tree")))
7145 (build-system r-build-system)
7146 (propagated-inputs
7147 `(("r-r6" ,r-r6)
7148 ("r-stringi" ,r-stringi)))
7149 (native-inputs
7150 `(("r-knitr" ,r-knitr)))
7151 (home-page "https://github.com/gluc/data.tree")
7152 (synopsis "General purpose hierarchical data structure")
7153 (description
7154 "Create tree structures from hierarchical data, and traverse the tree in
7155 various orders. Aggregate, cumulate, print, plot, convert to and from
7156 data.frame and more. This is useful for decision trees, machine learning,
7157 finance, conversion from and to JSON, and many other applications.")
7158 (license license:gpl2+)))
7159
7160 (define-public r-collapsibletree
7161 (package
7162 (name "r-collapsibletree")
7163 (version "0.1.7")
7164 (source
7165 (origin
7166 (method url-fetch)
7167 (uri (cran-uri "collapsibleTree" version))
7168 (sha256
7169 (base32
7170 "0b65pbp1wnpsrayqi630ds4r98jvcvynnlp6wxdqrnnr9nzw5343"))
7171 (snippet
7172 '(begin
7173 ;; Delete minified JavaScript file
7174 (delete-file "inst/htmlwidgets/lib/d3-4.10.2/d3.min.js")
7175 #true))))
7176 (properties
7177 `((upstream-name . "collapsibleTree")))
7178 (build-system r-build-system)
7179 (arguments
7180 `(#:phases
7181 (modify-phases %standard-phases
7182 (add-after 'unpack 'process-javascript
7183 (lambda* (#:key inputs #:allow-other-keys)
7184 (with-directory-excursion "inst/htmlwidgets/lib/d3-4.10.2/"
7185 (let ((source (assoc-ref inputs "d3.v4.js"))
7186 (target "d3.min.js"))
7187 (format #t "Processing ~a --> ~a~%"
7188 source target)
7189 (invoke "esbuild" source "--minify"
7190 (string-append "--outfile=" target)))))))))
7191 (propagated-inputs
7192 `(("r-data-tree" ,r-data-tree)
7193 ("r-htmlwidgets" ,r-htmlwidgets)))
7194 (native-inputs
7195 `(("esbuild" ,esbuild)
7196 ("d3.v4.js"
7197 ,(origin
7198 (method url-fetch)
7199 (uri "https://d3js.org/d3.v4.js")
7200 (sha256
7201 (base32
7202 "0y7byf6kcinfz9ac59jxc4v6kppdazmnyqfav0dm4h550fzfqqlg"))))))
7203 (home-page "https://github.com/AdeelK93/collapsibleTree")
7204 (synopsis "Interactive collapsible tree diagrams using D3.js")
7205 (description
7206 "This is a package for interactive Reingold-Tilford tree diagrams created
7207 using D3.js, where every node can be expanded and collapsed by clicking on it.
7208 Tooltips and color gradients can be mapped to nodes using a numeric column in
7209 the source data frame.")
7210 (license license:gpl3+)))
7211
7212 (define-public r-rappdirs
7213 (package
7214 (name "r-rappdirs")
7215 (version "0.3.3")
7216 (source
7217 (origin
7218 (method url-fetch)
7219 (uri (cran-uri "rappdirs" version))
7220 (sha256
7221 (base32
7222 "1161i3jgjvzjv4p8qbz9r976fnggkcrw3mlj4yd1h2svnijrz5a9"))))
7223 (build-system r-build-system)
7224 (home-page "https://cran.r-project.org/web/packages/rappdirs/")
7225 (synopsis "Determine where to save data, caches, and logs")
7226 (description
7227 "This package provides an easy way to determine which directories on the
7228 user's computer should be used to save data, caches and logs. It is a port of
7229 Python's @url{https://github.com/ActiveState/appdirs,Appdirs} to R.")
7230 (license license:expat)))
7231
7232 (define-public r-rastervis
7233 (package
7234 (name "r-rastervis")
7235 (version "0.50.1")
7236 (source
7237 (origin
7238 (method url-fetch)
7239 (uri (cran-uri "rasterVis" version))
7240 (sha256
7241 (base32
7242 "1fkmyllydnmk3j2cmgf86r91wyxf2kh573x8bkck7wgkfniw4h7w"))))
7243 (properties `((upstream-name . "rasterVis")))
7244 (build-system r-build-system)
7245 (propagated-inputs
7246 `(("r-hexbin" ,r-hexbin)
7247 ("r-lattice" ,r-lattice)
7248 ("r-latticeextra" ,r-latticeextra)
7249 ("r-raster" ,r-raster)
7250 ("r-rcolorbrewer" ,r-rcolorbrewer)
7251 ("r-sp" ,r-sp)
7252 ("r-terra" ,r-terra)
7253 ("r-viridislite" ,r-viridislite)
7254 ("r-zoo" ,r-zoo)))
7255 (home-page "https://oscarperpinan.github.io/rastervis/")
7256 (synopsis "Visualization methods for raster data")
7257 (description
7258 "This package provides methods for enhanced visualization and interaction
7259 with raster data. It implements visualization methods for quantitative data
7260 and categorical data, both for univariate and multivariate rasters. It also
7261 provides methods to display spatiotemporal rasters, and vector fields.")
7262 (license license:gpl3)))
7263
7264 (define-public r-rentrez
7265 (package
7266 (name "r-rentrez")
7267 (version "1.2.3")
7268 (source
7269 (origin
7270 (method url-fetch)
7271 (uri (cran-uri "rentrez" version))
7272 (sha256
7273 (base32
7274 "0x1g2f6hvkqqlb39z8m5qxhcvsizddic5i7rpqw0wy77xfbna9gv"))))
7275 (properties `((upstream-name . "rentrez")))
7276 (build-system r-build-system)
7277 (propagated-inputs
7278 `(("r-httr" ,r-httr)
7279 ("r-jsonlite" ,r-jsonlite)
7280 ("r-xml" ,r-xml)))
7281 (native-inputs
7282 `(("r-knitr" ,r-knitr)))
7283 (home-page "https://docs.ropensci.org/rentrez/")
7284 (synopsis "Entrez in R")
7285 (description
7286 "This package provides an R interface to the NCBI's EUtils API,
7287 allowing users to search databases like GenBank PubMed, process the results of
7288 those searches and pull data into their R sessions.")
7289 (license license:expat)))
7290
7291 (define-public r-renv
7292 (package
7293 (name "r-renv")
7294 (version "0.13.2")
7295 (source
7296 (origin
7297 (method url-fetch)
7298 (uri (cran-uri "renv" version))
7299 (sha256
7300 (base32
7301 "0jlsf6vfvqhr4i35xy3xf1ixkfillivzy3wbpl6ca9vyjpnhiwj1"))))
7302 (properties `((upstream-name . "renv")))
7303 (build-system r-build-system)
7304 (native-inputs
7305 `(("r-knitr" ,r-knitr)))
7306 (home-page "https://rstudio.github.io/renv")
7307 (synopsis "Project environments")
7308 (description
7309 "This package provides a dependency management toolkit for R. Using
7310 renv, you can create and manage project-local R libraries, save the state of
7311 these libraries to a lockfile, and later restore your library as required.
7312 Together, these tools can help make your projects more isolated, portable, and
7313 reproducible.")
7314 (license license:expat)))
7315
7316 (define-public r-learnr
7317 (package
7318 (name "r-learnr")
7319 (version "0.10.1")
7320 (source
7321 (origin
7322 (method url-fetch)
7323 (uri (cran-uri "learnr" version))
7324 (sha256
7325 (base32
7326 "08xwmms6x58y3dsfbl9c6d03145hb4ij97nqr1cc9dxxilmr6x31"))))
7327 (build-system r-build-system)
7328 (propagated-inputs
7329 `(("r-checkmate" ,r-checkmate)
7330 ("r-ellipsis" ,r-ellipsis)
7331 ("r-evaluate" ,r-evaluate)
7332 ("r-htmltools" ,r-htmltools)
7333 ("r-htmlwidgets" ,r-htmlwidgets)
7334 ("r-jsonlite" ,r-jsonlite)
7335 ("r-knitr" ,r-knitr)
7336 ("r-markdown" ,r-markdown)
7337 ("r-rappdirs" ,r-rappdirs)
7338 ("r-renv" ,r-renv)
7339 ("r-rmarkdown" ,r-rmarkdown)
7340 ("r-rprojroot" ,r-rprojroot)
7341 ("r-shiny" ,r-shiny)
7342 ("r-withr" ,r-withr)))
7343 (home-page "https://rstudio.github.io/learnr/")
7344 (synopsis "Interactive tutorials for R")
7345 (description
7346 "This package provides tools to create interactive tutorials using R
7347 Markdown. Use a combination of narrative, figures, videos, exercises, and
7348 quizzes to create self-paced tutorials for learning about R and R packages.")
7349 (license license:asl2.0)))
7350
7351 (define-public r-analytics
7352 (package
7353 (name "r-analytics")
7354 (version "3.0")
7355 (source
7356 (origin
7357 (method url-fetch)
7358 (uri (cran-uri "analytics" version))
7359 (sha256
7360 (base32
7361 "0js3c8lwj3knccb55nq03cbjlf4w390p9aid2mi5x80l3ayd9in1"))))
7362 (build-system r-build-system)
7363 (propagated-inputs
7364 `(("r-car" ,r-car)
7365 ("r-cluster" ,r-cluster)
7366 ("r-fractal" ,r-fractal)
7367 ("r-lmtest" ,r-lmtest)
7368 ("r-mass" ,r-mass)
7369 ("r-np" ,r-np)
7370 ("r-powerplus" ,r-powerplus)
7371 ("r-robust" ,r-robust)
7372 ("r-trend" ,r-trend)
7373 ("r-tsa" ,r-tsa)
7374 ("r-urca" ,r-urca)
7375 ("r-vim" ,r-vim)))
7376 (home-page "https://cran.r-project.org/web/packages/analytics/")
7377 (synopsis "Collection of data analysis tools")
7378 (description
7379 "This package is a collection of data analysis tools. It includes tools
7380 for regression outlier detection in a fitted linear model, stationary
7381 bootstrap using a truncated geometric distribution, a comprehensive test for
7382 weak stationarity, column means by group, weighted biplots, and a heuristic to
7383 obtain a better initial configuration in non-metric MDS.")
7384 (license license:gpl2)))
7385
7386 (define-public r-reticulate
7387 (package
7388 (name "r-reticulate")
7389 (version "1.18")
7390 (source
7391 (origin
7392 (method url-fetch)
7393 (uri (cran-uri "reticulate" version))
7394 (sha256
7395 (base32
7396 "04w5c9jfxakb4rr2qjynxgagb42khsja3y4dwgxywiplb1d8agxk"))))
7397 (build-system r-build-system)
7398 (inputs `(("python" ,python)))
7399 (propagated-inputs
7400 `(("r-rappdirs" ,r-rappdirs)
7401 ("r-jsonlite" ,r-jsonlite)
7402 ("r-matrix" ,r-matrix)
7403 ("r-rcpp" ,r-rcpp)))
7404 (native-inputs
7405 `(("r-knitr" ,r-knitr)))
7406 (home-page "https://github.com/rstudio/reticulate")
7407 (synopsis "R interface to Python")
7408 (description
7409 "This package provides an interface from R to Python modules, classes,
7410 and functions. When calling into Python, R data types are automatically
7411 converted to their equivalent Python types. When values are returned from
7412 Python to R they are converted back to R types.")
7413 (license license:asl2.0)))
7414
7415 (define-public r-bibtex
7416 (package
7417 (name "r-bibtex")
7418 (version "0.4.2.3")
7419 (source
7420 (origin
7421 (method url-fetch)
7422 (uri (cran-uri "bibtex" version))
7423 (sha256
7424 (base32
7425 "0vdwx6808r73pk15263f33bkqbfmb08d8jkmr4d7h4ml414ikbbv"))))
7426 (build-system r-build-system)
7427 (propagated-inputs `(("r-stringr" ,r-stringr)))
7428 (home-page "https://github.com/romainfrancois/bibtex")
7429 (synopsis "Bibtex parser")
7430 (description "This package provides a utility for R to parse a bibtex
7431 file.")
7432 (license license:gpl2+)))
7433
7434 (define-public r-ggseqlogo
7435 (package
7436 (name "r-ggseqlogo")
7437 (version "0.1")
7438 (source
7439 (origin
7440 (method url-fetch)
7441 (uri (cran-uri "ggseqlogo" version))
7442 (sha256
7443 (base32
7444 "13q6kcpxrqxqbji889fx63p0nsi08lk5yymkchig75r5k1d18ky1"))))
7445 (build-system r-build-system)
7446 (propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
7447 (home-page "https://github.com/omarwagih/ggseqlogo")
7448 (synopsis "ggplot2 extension for drawing genetic sequence logos")
7449 (description
7450 "The range of functions provided by this package makes it possible to
7451 draw highly versatile genomic sequence logos. Features include, but are not
7452 limited to, modifying colour schemes and fonts used to draw the logo,
7453 generating multiple logo plots, and aiding the visualisation with annotations.
7454 Sequence logos can easily be combined with other ggplot2 plots.")
7455 ;; Unspecified version of the LGPL.
7456 (license license:lgpl3+)))
7457
7458 (define-public r-ggsci
7459 (package
7460 (name "r-ggsci")
7461 (version "2.9")
7462 (source
7463 (origin
7464 (method url-fetch)
7465 (uri (cran-uri "ggsci" version))
7466 (sha256
7467 (base32
7468 "0g73x6grbka7ahjh6z23m3wrcifp5rdfdiasbl8lq4sp6rplxwaa"))))
7469 (build-system r-build-system)
7470 (propagated-inputs
7471 `(("r-ggplot2" ,r-ggplot2)
7472 ("r-scales" ,r-scales)))
7473 (home-page "https://nanx.me/ggsci/")
7474 (synopsis "Scientific journal and sci-fi themed color palettes for ggplot2")
7475 (description
7476 "This package provides a collection of ggplot2 color palettes inspired by
7477 plots in scientific journals, data visualization libraries, science fiction
7478 movies, and TV shows.")
7479 (license license:gpl3)))
7480
7481 (define-public r-ggsignif
7482 (package
7483 (name "r-ggsignif")
7484 (version "0.6.1")
7485 (source
7486 (origin
7487 (method url-fetch)
7488 (uri (cran-uri "ggsignif" version))
7489 (sha256
7490 (base32
7491 "0rjy9wqsq67jjm1jz3j7hm599x0rshrrhw2w01iaqb9kf506hvjh"))))
7492 (build-system r-build-system)
7493 (native-inputs
7494 `(("r-knitr" ,r-knitr)))
7495 (propagated-inputs
7496 `(("r-ggplot2" ,r-ggplot2)))
7497 (home-page "https://github.com/const-ae/ggsignif")
7498 (synopsis "Significance brackets for ggplot2")
7499 (description
7500 "Enrich your ggplots with group-wise comparisons. This package provides
7501 an easy way to indicate if two groups are significantly different. Commonly
7502 this is shown by a bracket on top connecting the groups of interest which
7503 itself is annotated with the level of significance. The package provides a
7504 single layer that takes the groups for comparison and the test as arguments
7505 and adds the annotation to the plot.")
7506 (license license:gpl3)))
7507
7508 (define-public r-rstatix
7509 (package
7510 (name "r-rstatix")
7511 (version "0.7.0")
7512 (source
7513 (origin
7514 (method url-fetch)
7515 (uri (cran-uri "rstatix" version))
7516 (sha256
7517 (base32
7518 "0330y8iziffqg8j9j5h9zv4qcdyf8ybhmzxrr9fzq9nc6bf1gbm5"))))
7519 (properties `((upstream-name . "rstatix")))
7520 (build-system r-build-system)
7521 (propagated-inputs
7522 `(("r-broom" ,r-broom)
7523 ("r-car" ,r-car)
7524 ("r-corrplot" ,r-corrplot)
7525 ("r-dplyr" ,r-dplyr)
7526 ("r-generics" ,r-generics)
7527 ("r-magrittr" ,r-magrittr)
7528 ("r-purrr" ,r-purrr)
7529 ("r-rlang" ,r-rlang)
7530 ("r-tibble" ,r-tibble)
7531 ("r-tidyr" ,r-tidyr)
7532 ("r-tidyselect" ,r-tidyselect)))
7533 (home-page "https://rpkgs.datanovia.com/rstatix/")
7534 (synopsis "Pipe-friendly framework for basic statistical tests")
7535 (description
7536 "This package provides a simple and intuitive pipe-friendly framework,
7537 coherent with the @code{tidyverse} design philosophy, for performing basic
7538 statistical tests, including t-test, Wilcoxon test, ANOVA, Kruskal-Wallis and
7539 correlation analyses. The output of each test is automatically transformed
7540 into a tidy data frame to facilitate visualization. Additional functions are
7541 available for reshaping, reordering, manipulating and visualizing correlation
7542 matrix.")
7543 (license license:gpl2)))
7544
7545 (define-public r-ggpubr
7546 (package
7547 (name "r-ggpubr")
7548 (version "0.4.0")
7549 (source
7550 (origin
7551 (method url-fetch)
7552 (uri (cran-uri "ggpubr" version))
7553 (sha256
7554 (base32
7555 "0x86lmghr25k8w90yrp360dn42dhp5cjvjpdiv2s2gxfn701xcmb"))))
7556 (build-system r-build-system)
7557 (propagated-inputs
7558 `(("r-cowplot" ,r-cowplot)
7559 ("r-dplyr" ,r-dplyr)
7560 ("r-ggplot2" ,r-ggplot2)
7561 ("r-ggrepel" ,r-ggrepel)
7562 ("r-ggsci" ,r-ggsci)
7563 ("r-ggsignif" ,r-ggsignif)
7564 ("r-glue" ,r-glue)
7565 ("r-gridextra" ,r-gridextra)
7566 ("r-magrittr" ,r-magrittr)
7567 ("r-polynom" ,r-polynom)
7568 ("r-purrr" ,r-purrr)
7569 ("r-rlang" ,r-rlang)
7570 ("r-scales" ,r-scales)
7571 ("r-rstatix" ,r-rstatix)
7572 ("r-tibble" ,r-tibble)
7573 ("r-tidyr" ,r-tidyr)))
7574 (home-page "http://www.sthda.com/english/rpkgs/ggpubr")
7575 (synopsis "ggplot2-based publication-ready plots")
7576 (description
7577 "The ggplot2 package is an excellent and flexible package for elegant
7578 data visualization in R. However the default generated plots require some
7579 formatting before we can send them for publication. The ggpubr package
7580 provides some easy-to-use functions for creating and customizing ggplot2-based
7581 publication-ready plots.")
7582 (license license:gpl2)))
7583
7584 (define-public r-ellipse
7585 (package
7586 (name "r-ellipse")
7587 (version "0.4.2")
7588 (source
7589 (origin
7590 (method url-fetch)
7591 (uri (cran-uri "ellipse" version))
7592 (sha256
7593 (base32
7594 "1wm5v7zdv2drgdba7z96jwsx74mqhlq80qgrvdb4vb5r02dcw68p"))))
7595 (build-system r-build-system)
7596 (home-page "https://cran.r-project.org/web/packages/ellipse/")
7597 (synopsis "Functions for drawing ellipses and ellipse-like confidence regions")
7598 (description
7599 "This package contains various routines for drawing ellipses and
7600 ellipse-like confidence regions, implementing the plots described in Murdoch
7601 and Chow (1996), A graphical display of large correlation matrices, The
7602 American Statistician 50, 178-180. There are also routines implementing the
7603 profile plots described in Bates and Watts (1988), Nonlinear Regression
7604 Analysis and its Applications.")
7605 (license license:gpl2+)))
7606
7607 (define-public r-flashclust
7608 (package
7609 (name "r-flashclust")
7610 (version "1.01-2")
7611 (source
7612 (origin
7613 (method url-fetch)
7614 (uri (cran-uri "flashClust" version))
7615 (sha256
7616 (base32
7617 "0l4lpz451ll7f7lfxmb7ds24ppzhfg1c3ypvydglcc35p2dq99s8"))))
7618 (properties `((upstream-name . "flashClust")))
7619 (build-system r-build-system)
7620 (native-inputs `(("gfortran" ,gfortran)))
7621 (home-page "https://cran.r-project.org/web/packages/flashClust/")
7622 (synopsis "Implementation of optimal hierarchical clustering")
7623 (description
7624 "This package provides a fast implementation of hierarchical
7625 clustering.")
7626 (license license:gpl2+)))
7627
7628 (define-public r-factominer
7629 (package
7630 (name "r-factominer")
7631 (version "2.4")
7632 (source
7633 (origin
7634 (method url-fetch)
7635 (uri (cran-uri "FactoMineR" version))
7636 (sha256
7637 (base32
7638 "0lg8n9fxxk46nchnj4pbpqqf4swxfsq7r9jzr36dmd36kb7avqxr"))))
7639 (properties `((upstream-name . "FactoMineR")))
7640 (build-system r-build-system)
7641 (propagated-inputs
7642 `(("r-car" ,r-car)
7643 ("r-cluster" ,r-cluster)
7644 ("r-dt" ,r-dt)
7645 ("r-ellipse" ,r-ellipse)
7646 ("r-flashclust" ,r-flashclust)
7647 ("r-ggplot2" ,r-ggplot2)
7648 ("r-ggrepel" ,r-ggrepel)
7649 ("r-lattice" ,r-lattice)
7650 ("r-leaps" ,r-leaps)
7651 ("r-mass" ,r-mass)
7652 ("r-scatterplot3d" ,r-scatterplot3d)))
7653 (native-inputs
7654 `(("r-knitr" ,r-knitr)))
7655 (home-page "http://factominer.free.fr")
7656 (synopsis "Multivariate exploratory data analysis and data mining")
7657 (description
7658 "This package provides exploratory data analysis methods to summarize,
7659 visualize and describe datasets. The main principal component methods are
7660 available, those with the largest potential in terms of applications:
7661 principal component analysis (PCA) when variables are quantitative,
7662 correspondence analysis (CA) and multiple correspondence analysis (MCA) when
7663 variables are categorical, Multiple Factor Analysis when variables are
7664 structured in groups, etc. and hierarchical cluster analysis.")
7665 (license license:gpl2+)))
7666
7667 (define-public r-factoextra
7668 (package
7669 (name "r-factoextra")
7670 (version "1.0.7")
7671 (source
7672 (origin
7673 (method url-fetch)
7674 (uri (cran-uri "factoextra" version))
7675 (sha256
7676 (base32
7677 "1allvdjhd3pq8xz30b1cymwcik5iaahghrjrlnn54cwkfhfg0kv2"))))
7678 (build-system r-build-system)
7679 (propagated-inputs
7680 `(("r-abind" ,r-abind)
7681 ("r-cluster" ,r-cluster)
7682 ("r-dendextend" ,r-dendextend)
7683 ("r-factominer" ,r-factominer)
7684 ("r-ggplot2" ,r-ggplot2)
7685 ("r-ggpubr" ,r-ggpubr)
7686 ("r-ggrepel" ,r-ggrepel)
7687 ("r-reshape2" ,r-reshape2)
7688 ("r-tidyr" ,r-tidyr)))
7689 (home-page "http://www.sthda.com/english/rpkgs/factoextra")
7690 (synopsis "Extract and visualize the results of multivariate data analyses")
7691 (description
7692 "This package provides some easy-to-use functions to extract and
7693 visualize the output of multivariate data analyses, including
7694 @code{PCA} (Principal Component Analysis), @code{CA} (Correspondence
7695 Analysis), @code{MCA} (Multiple Correspondence Analysis), @code{FAMD} (Factor
7696 Analysis of Mixed Data), @code{MFA} (Multiple Factor Analysis) and
7697 @code{HMFA} (Hierarchical Multiple Factor Analysis) functions from different R
7698 packages. It contains also functions for simplifying some clustering analysis
7699 steps and provides ggplot2-based elegant data visualization.")
7700 (license license:gpl2)))
7701
7702 (define-public r-fansi
7703 (package
7704 (name "r-fansi")
7705 (version "0.4.2")
7706 (source
7707 (origin
7708 (method url-fetch)
7709 (uri (cran-uri "fansi" version))
7710 (sha256
7711 (base32
7712 "0i7wmaflkjzdbggqv31wnsj3m9imvc6db429vyjk64xrz1ng1vd2"))))
7713 (build-system r-build-system)
7714 (native-inputs
7715 `(("r-knitr" ,r-knitr))) ; for vignettes
7716 (home-page "https://github.com/brodieG/fansi")
7717 (synopsis "ANSI control sequence aware string functions")
7718 (description
7719 "This package provides counterparts to R string manipulation functions
7720 that account for the effects of ANSI text formatting control sequences.")
7721 (license license:gpl2+)))
7722
7723 (define-public r-nbclust
7724 (package
7725 (name "r-nbclust")
7726 (version "3.0")
7727 (source
7728 (origin
7729 (method url-fetch)
7730 (uri (cran-uri "NbClust" version))
7731 (sha256
7732 (base32
7733 "1vwb48zy6ln1ddpqmfngii1i80n8qmqyxnzdp6gbaq96lakl3w3c"))))
7734 (properties `((upstream-name . "NbClust")))
7735 (build-system r-build-system)
7736 (home-page "https://sites.google.com/site/malikacharrad/research/nbclust-package")
7737 (synopsis "Determine the best number of clusters in a data set")
7738 (description
7739 "NbClust provides 30 indexes for determining the optimal number of
7740 clusters in a data set and offers the best clustering scheme from different
7741 results to the user.")
7742 (license license:gpl2)))
7743
7744 (define-public r-hdf5r
7745 (package
7746 (name "r-hdf5r")
7747 (version "1.3.3")
7748 (source
7749 (origin
7750 (method url-fetch)
7751 (uri (cran-uri "hdf5r" version))
7752 (sha256
7753 (base32
7754 "0i8m4yjxggrs05slq2afvz2ckl1yc9wq7gd1s7dq2gjn46zkry50"))))
7755 (build-system r-build-system)
7756 (inputs
7757 `(("hdf5" ,hdf5)
7758 ("zlib" ,zlib)))
7759 (propagated-inputs
7760 `(("r-bit64" ,r-bit64)
7761 ("r-r6" ,r-r6)))
7762 (native-inputs
7763 `(("r-knitr" ,r-knitr)))
7764 (home-page "https://hhoeflin.github.io/hdf5r")
7765 (synopsis "Interface to the HDF5 binary data format")
7766 (description
7767 "HDF5 is a data model, library and file format for storing and managing
7768 large amounts of data. This package provides a nearly feature complete,
7769 object oriented wrapper for the HDF5 API using R6 classes. Additionally,
7770 functionality is added so that HDF5 objects behave very similar to their
7771 corresponding R counterparts.")
7772 (license license:asl2.0)))
7773
7774 (define-public r-itertools
7775 (package
7776 (name "r-itertools")
7777 (version "0.1-3")
7778 (source
7779 (origin
7780 (method url-fetch)
7781 (uri (cran-uri "itertools" version))
7782 (sha256
7783 (base32
7784 "1ls5biiva10pb1dj3ph4griykb9vam02hkrdmlr5a5wf660hg6xn"))))
7785 (build-system r-build-system)
7786 (propagated-inputs
7787 `(("r-iterators" ,r-iterators)))
7788 (home-page "https://cran.r-project.org/web/packages/itertools/")
7789 (synopsis "Iterator tools")
7790 (description
7791 "This package provides various tools for creating iterators, many
7792 patterned after functions in the Python @code{itertools} module, and others
7793 patterned after functions in the snow package.")
7794 (license license:gpl2)))
7795
7796 (define-public r-polynom
7797 (package
7798 (name "r-polynom")
7799 (version "1.4-0")
7800 (source
7801 (origin
7802 (method url-fetch)
7803 (uri (cran-uri "polynom" version))
7804 (sha256
7805 (base32
7806 "1pflscwc0qzdf0y60j7s0dkglgmz18xajywfbn6s263idyr8idy5"))))
7807 (build-system r-build-system)
7808 (home-page "https://cran.r-project.org/web/packages/polynom/")
7809 (synopsis "Functions for univariate polynomial manipulations")
7810 (description
7811 "This package provides a collection of functions to implement a class for
7812 univariate polynomial manipulations.")
7813 (license license:gpl2)))
7814
7815 (define-public r-gbrd
7816 (package
7817 (name "r-gbrd")
7818 (version "0.4-11")
7819 (source
7820 (origin
7821 (method url-fetch)
7822 (uri (cran-uri "gbRd" version))
7823 (sha256
7824 (base32
7825 "06x97rw5i6v6cgjxkfhxnw4dn7lghn5q6ra7ri5ag1x9dkfzcl82"))))
7826 (properties `((upstream-name . "gbRd")))
7827 (build-system r-build-system)
7828 (home-page "https://cran.r-project.org/web/packages/gbRd/")
7829 (synopsis "Utilities for processing Rd objects and files")
7830 (description
7831 "This package provides utilities for processing Rd objects and files.
7832 Extract argument descriptions and other parts of the help pages of
7833 functions.")
7834 (license license:gpl2+)))
7835
7836 (define-public r-rjags
7837 (package
7838 (name "r-rjags")
7839 (version "4-10")
7840 (source
7841 (origin
7842 (method url-fetch)
7843 (uri (cran-uri "rjags" version))
7844 (sha256
7845 (base32
7846 "1nhaim84ww8fd6m8xlpmngqcnp2qpql29ahc38366fxja3ghngmx"))))
7847 (build-system r-build-system)
7848 (propagated-inputs
7849 `(("r-coda" ,r-coda)))
7850 (inputs
7851 `(("jags" ,jags)))
7852 (native-inputs
7853 `(("pkg-config" ,pkg-config)))
7854 (home-page "http://mcmc-jags.sourceforge.net")
7855 (synopsis "Bayesian graphical models using MCMC")
7856 (description
7857 "This package provides an R interface to the JAGS MCMC library. JAGS is
7858 Just Another Gibbs Sampler. It is a program for analysis of Bayesian
7859 hierarchical models using Markov Chain Monte Carlo (MCMC) simulation.")
7860 (license license:gpl2)))
7861
7862 (define-public r-rbibutils
7863 (package
7864 (name "r-rbibutils")
7865 (version "2.1")
7866 (source
7867 (origin
7868 (method url-fetch)
7869 (uri (cran-uri "rbibutils" version))
7870 (sha256
7871 (base32
7872 "13phw0dk3p3s1z45ff7dbqnn27zws1209mp3d4763zh7xnsdsl44"))))
7873 (properties `((upstream-name . "rbibutils")))
7874 (build-system r-build-system)
7875 (home-page "https://geobosh.github.io/rbibutils/")
7876 (synopsis "Convert between bibliography formats")
7877 (description
7878 "This package converts between a number of bibliography formats,
7879 including BibTeX, BibLaTeX and Bibentry. It includes a port of the bibutils
7880 utilities and supports all bibliography formats and character encodings
7881 implemented in bibutils.")
7882 (license license:gpl2)))
7883
7884 (define-public r-rdpack
7885 (package
7886 (name "r-rdpack")
7887 (version "2.1.1")
7888 (source
7889 (origin
7890 (method url-fetch)
7891 (uri (cran-uri "Rdpack" version))
7892 (sha256
7893 (base32
7894 "11psw5yiamq0g7jc6fqn2wis565i60qgda4a5d09qi8fyzd6mnfb"))))
7895 (properties `((upstream-name . "Rdpack")))
7896 (build-system r-build-system)
7897 (propagated-inputs
7898 `(("r-rbibutils" ,r-rbibutils)))
7899 (home-page "https://github.com/GeoBosh/Rdpack")
7900 (synopsis "Update and manipulate Rd documentation objects")
7901 (description
7902 "This package provides functions for manipulation of R documentation
7903 objects, including functions @code{reprompt()} and @code{ereprompt()} for
7904 updating Rd documentation for functions, methods and classes; it also includes
7905 Rd macros for citations and import of references from bibtex files for use in
7906 Rd files and roxygen2 comments, as well as many functions for manipulation of
7907 references and Rd files.")
7908 (license license:gpl2+)))
7909
7910 (define-public r-officer
7911 (package
7912 (name "r-officer")
7913 (version "0.3.18")
7914 (source
7915 (origin
7916 (method url-fetch)
7917 (uri (cran-uri "officer" version))
7918 (sha256
7919 (base32
7920 "1j3bv4j8x5ijj0j447vpdsk4p8pl3ncwdwnns6n3plfrqgsf3vsg"))))
7921 (build-system r-build-system)
7922 (propagated-inputs
7923 `(("r-r6" ,r-r6)
7924 ("r-uuid" ,r-uuid)
7925 ("r-xml2" ,r-xml2)
7926 ("r-zip" ,r-zip)))
7927 (native-inputs
7928 `(("r-knitr" ,r-knitr)))
7929 (home-page "https://davidgohel.github.io/officer")
7930 (synopsis "Manipulation of Word and PowerPoint documents")
7931 (description
7932 "This package provides tools to access and manipulate Word and PowerPoint
7933 documents from R. The package focuses on tabular and graphical reporting from
7934 R; it also provides two functions that let users get document content into
7935 data objects. A set of functions lets add and remove images, tables and
7936 paragraphs of text in new or existing documents. When working with PowerPoint
7937 presentations, slides can be added or removed; shapes inside slides can also
7938 be added or removed. When working with Word documents, a cursor can be used
7939 to help insert or delete content at a specific location in the document.")
7940 (license license:gpl3)))
7941
7942 (define-public r-profilemodel
7943 (package
7944 (name "r-profilemodel")
7945 (version "0.6.1")
7946 (source
7947 (origin
7948 (method url-fetch)
7949 (uri (cran-uri "profileModel" version))
7950 (sha256
7951 (base32
7952 "01m5nb8cmq0aq555pxk2a99182si65hhmn68yn9nal2j3zl2bp4i"))))
7953 (properties `((upstream-name . "profileModel")))
7954 (build-system r-build-system)
7955 (home-page "https://github.com/ikosmidis/profileModel")
7956 (synopsis "Profiling inference functions for various model classes")
7957 (description
7958 "This package provides tools that can be used to calculate, evaluate,
7959 plot and use for inference the profiles of *arbitrary* inference functions for
7960 arbitrary @code{glm}-like fitted models with linear predictors. More information
7961 on the methods that are implemented can be found in Kosmidis (2008)
7962 @url{https://www.r-project.org/doc/Rnews/Rnews_2008-2.pdf}.")
7963 (license license:gpl2+)))
7964
7965 (define-public r-brglm
7966 (package
7967 (name "r-brglm")
7968 (version "0.7.1")
7969 (source
7970 (origin
7971 (method url-fetch)
7972 (uri (cran-uri "brglm" version))
7973 (sha256
7974 (base32
7975 "1v68ma1agwhxar76mfvdfkcnd5h4gmxiz8j491rhdsckg271j7sa"))))
7976 (properties `((upstream-name . "brglm")))
7977 (build-system r-build-system)
7978 (propagated-inputs
7979 `(("r-profilemodel" ,r-profilemodel)))
7980 (home-page "https://github.com/ikosmidis/brglm")
7981 (synopsis "Bias reduction in binomial-response generalized linear models")
7982 (description
7983 "Fit generalized linear models with binomial responses using either an
7984 adjusted-score approach to bias reduction or maximum penalized likelihood
7985 where penalization is by Jeffreys invariant prior. These procedures return
7986 estimates with improved frequentist properties (bias, mean squared error) that
7987 are always finite even in cases where the maximum likelihood estimates are
7988 infinite (data separation). Fitting takes place by fitting generalized linear
7989 models on iteratively updated pseudo-data. The interface is essentially the
7990 same as @code{glm}. More flexibility is provided by the fact that custom
7991 pseudo-data representations can be specified and used for model fitting.
7992 Functions are provided for the construction of confidence intervals for the
7993 reduced-bias estimates.")
7994 (license license:gpl2+)))
7995
7996 (define-public r-entropy
7997 (package
7998 (name "r-entropy")
7999 (version "1.2.1")
8000 (source
8001 (origin
8002 (method url-fetch)
8003 (uri (cran-uri "entropy" version))
8004 (sha256
8005 (base32
8006 "10vg4818q5g54pv2nn9x5i7pvky5nsv96syy47pz2mgqp1273cpd"))))
8007 (properties `((upstream-name . "entropy")))
8008 (build-system r-build-system)
8009 (home-page "https://www.strimmerlab.org/software/entropy/")
8010 (synopsis "Estimation of entropy, mutual information and related quantities")
8011 (description
8012 "This package implements various estimators of entropy, such as the
8013 shrinkage estimator by Hausser and Strimmer, the maximum likelihood and the
8014 Millow-Madow estimator, various Bayesian estimators, and the Chao-Shen
8015 estimator. It also offers an R interface to the NSB estimator. Furthermore,
8016 it provides functions for estimating Kullback-Leibler divergence, chi-squared,
8017 mutual information, and chi-squared statistic of independence. In addition
8018 there are functions for discretizing continuous random variables.")
8019 (license license:gpl3+)))
8020
8021 (define-public r-abn
8022 (package
8023 (name "r-abn")
8024 (version "2.3-0")
8025 (source
8026 (origin
8027 (method url-fetch)
8028 (uri (cran-uri "abn" version))
8029 (sha256
8030 (base32
8031 "17vdrqm6qp5aijg00ah2imj3pqr6cl5r43hgg8dijbrbhznarci6"))))
8032 (build-system r-build-system)
8033 (inputs
8034 `(("gsl" ,gsl)))
8035 (propagated-inputs
8036 `(("r-lme4" ,r-lme4)
8037 ("r-nnet" ,r-nnet)
8038 ("r-rcpp" ,r-rcpp)
8039 ("r-rcpparmadillo" ,r-rcpparmadillo)
8040 ("r-rjags" ,r-rjags)))
8041 (home-page "https://r-bayesian-networks.org/")
8042 (synopsis "Modelling multivariate data with additive bayesian networks")
8043 (description
8044 "Bayesian network analysis is a form of probabilistic graphical models
8045 which derives from empirical data a directed acyclic graph, DAG, describing
8046 the dependency structure between random variables. An additive Bayesian
8047 network model consists of a form of a DAG where each node comprises a
8048 @dfn{generalized linear model} (GLM). Additive Bayesian network models are
8049 equivalent to Bayesian multivariate regression using graphical modelling, they
8050 generalises the usual multivariable regression, GLM, to multiple dependent
8051 variables. This package provides routines to help determine optimal Bayesian
8052 network models for a given data set, where these models are used to identify
8053 statistical dependencies in messy, complex data.")
8054 (license license:gpl2+)))
8055
8056 (define-public r-acd
8057 (package
8058 (name "r-acd")
8059 (version "1.5.3")
8060 (source
8061 (origin
8062 (method url-fetch)
8063 (uri (cran-uri "ACD" version))
8064 (sha256
8065 (base32
8066 "1a67bi3hklq8nlc50r0qnyr4k7m9kpvijy8sqqpm54by5hsysfd6"))))
8067 (properties `((upstream-name . "ACD")))
8068 (build-system r-build-system)
8069 (home-page "https://cran.r-project.org/web/packages/ACD/")
8070 (synopsis "Categorical data analysis with complete or missing responses")
8071 (description
8072 "This package provides tools for categorical data analysis with complete
8073 or missing responses.")
8074 (license license:gpl2+)))
8075
8076 (define-public r-acdm
8077 (package
8078 (name "r-acdm")
8079 (version "1.0.4")
8080 (source
8081 (origin
8082 (method url-fetch)
8083 (uri (cran-uri "ACDm" version))
8084 (sha256
8085 (base32
8086 "0b4f02ga5ra66mbrm79g0bnlzmii82rks9kmxixxqgf18yhlyjil"))))
8087 (properties `((upstream-name . "ACDm")))
8088 (build-system r-build-system)
8089 (propagated-inputs
8090 `(("r-dplyr" ,r-dplyr)
8091 ("r-ggplot2" ,r-ggplot2)
8092 ("r-plyr" ,r-plyr)
8093 ("r-rsolnp" ,r-rsolnp)
8094 ("r-zoo" ,r-zoo)))
8095 (home-page "https://cran.r-project.org/web/packages/ACDm/")
8096 (synopsis "Tools for Autoregressive Conditional Duration Models")
8097 (description
8098 "ACDm is a package for Autoregressive Conditional Duration (ACD, Engle
8099 and Russell, 1998) models. It creates trade, price or volume durations from
8100 transactions (tic) data, performs diurnal adjustments, fits various ACD models
8101 and tests them.")
8102 (license license:gpl2+)))
8103
8104 (define-public r-overlap
8105 (package
8106 (name "r-overlap")
8107 (version "0.3.3")
8108 (source
8109 (origin
8110 (method url-fetch)
8111 (uri (cran-uri "overlap" version))
8112 (sha256
8113 (base32
8114 "17cnr4qin1qy0df4k491267acna12gpbbps6w3gi8nccqxfrb1pd"))))
8115 (build-system r-build-system)
8116 (home-page "https://cran.r-project.org/web/packages/overlap/")
8117 (synopsis "Estimates of coefficient of overlapping for animal activity patterns")
8118 (description
8119 "This package provides functions to fit kernel density functions to data
8120 on temporal activity patterns of animals; estimate coefficients of overlapping
8121 of densities for two species; and calculate bootstrap estimates of confidence
8122 intervals.")
8123 (license license:gpl3+)))
8124
8125 (define-public r-snakecase
8126 (package
8127 (name "r-snakecase")
8128 (version "0.11.0")
8129 (source
8130 (origin
8131 (method url-fetch)
8132 (uri (cran-uri "snakecase" version))
8133 (sha256
8134 (base32
8135 "1ky1x2cp5rd0ffd9m1fji9sq4z4jsrpxzg30brw8bb4ihfjj114r"))))
8136 (build-system r-build-system)
8137 (propagated-inputs
8138 `(("r-stringi" ,r-stringi)
8139 ("r-stringr" ,r-stringr)))
8140 (home-page "https://github.com/Tazinho/snakecase")
8141 (synopsis "Convert strings into any case")
8142 (description
8143 "This package provides a consistent, flexible and easy to use tool to
8144 parse and convert strings into cases like snake or camel among others.")
8145 (license license:gpl3)))
8146
8147 (define-public r-prediction
8148 (package
8149 (name "r-prediction")
8150 (version "0.3.14")
8151 (source
8152 (origin
8153 (method url-fetch)
8154 (uri (cran-uri "prediction" version))
8155 (sha256
8156 (base32
8157 "0awlq5lxfia6m2b91w73rksp93rbwv5gwqb36wbji4rgq41rzbrx"))))
8158 (build-system r-build-system)
8159 (propagated-inputs
8160 `(("r-data-table" ,r-data-table)))
8161 (home-page "https://github.com/leeper/prediction")
8162 (synopsis "Tidy, type-safe prediction methods")
8163 (description
8164 "This package provides the @code{prediction()} function, a type-safe
8165 alternative to @code{predict()} that always returns a data frame. The package
8166 currently supports common model types (e.g., @code{\"lm\"}, @code{\"glm\"})
8167 from the @code{stats} package, as well as numerous other model classes from
8168 other add-on packages.")
8169 (license license:expat)))
8170
8171 (define-public r-insight
8172 (package
8173 (name "r-insight")
8174 (version "0.13.2")
8175 (source
8176 (origin
8177 (method url-fetch)
8178 (uri (cran-uri "insight" version))
8179 (sha256
8180 (base32
8181 "03b7kd17h25mi1si40ibcp3jpasyqpj51mr8js0ywywyfw7909j1"))))
8182 (build-system r-build-system)
8183 (native-inputs
8184 `(("r-knitr" ,r-knitr)))
8185 (home-page "https://easystats.github.io/insight/")
8186 (synopsis "Easy access to model information for various model objects")
8187 (description
8188 "This package provides a tool to provide an easy, intuitive and
8189 consistent access to information contained in various R models, like model
8190 formulas, model terms, information about random effects, data that was used to
8191 fit the model or data from response variables. The package mainly revolves
8192 around two types of functions: Functions that find (the names of) information,
8193 starting with @code{find_}, and functions that get the underlying data,
8194 starting with @code{get_}. The package has a consistent syntax and works with
8195 many different model objects, where otherwise functions to access these
8196 information are missing.")
8197 (license license:gpl3)))
8198
8199 (define-public r-sjlabelled
8200 (package
8201 (name "r-sjlabelled")
8202 (version "1.1.7")
8203 (source
8204 (origin
8205 (method url-fetch)
8206 (uri (cran-uri "sjlabelled" version))
8207 (sha256
8208 (base32
8209 "0d3fsjd2gxchv8mlx9l5pf8xvkmx4pgvizam83f3qss07bmvpzwg"))))
8210 (build-system r-build-system)
8211 (propagated-inputs
8212 `(("r-insight" ,r-insight)))
8213 (native-inputs
8214 `(("r-knitr" ,r-knitr)))
8215 (home-page "https://github.com/strengejacke/sjlabelled")
8216 (synopsis "Labelled data utility functions")
8217 (description
8218 "This package provides a collection of functions dealing with labelled
8219 data, like reading and writing data between R and other statistical software
8220 packages. This includes easy ways to get, set or change value and variable
8221 label attributes, to convert labelled vectors into factors or numeric (and
8222 vice versa), or to deal with multiple declared missing values.")
8223 (license license:gpl3)))
8224
8225 (define-public r-sjmisc
8226 (package
8227 (name "r-sjmisc")
8228 (version "2.8.6")
8229 (source
8230 (origin
8231 (method url-fetch)
8232 (uri (cran-uri "sjmisc" version))
8233 (sha256
8234 (base32
8235 "1nfrkv5jfnwb85blpv7yk7xac1myzi2c30bqcf7xicniknkjwycr"))))
8236 (build-system r-build-system)
8237 (propagated-inputs
8238 `(("r-dplyr" ,r-dplyr)
8239 ("r-insight" ,r-insight)
8240 ("r-magrittr" ,r-magrittr)
8241 ("r-purrr" ,r-purrr)
8242 ("r-rlang" ,r-rlang)
8243 ("r-sjlabelled" ,r-sjlabelled)
8244 ("r-tidyselect" ,r-tidyselect)))
8245 (native-inputs
8246 `(("r-knitr" ,r-knitr)))
8247 (home-page "https://github.com/strengejacke/sjmisc")
8248 (synopsis "Data and variable transformation functions")
8249 (description
8250 "This package is a collection of miscellaneous utility functions,
8251 supporting data transformation tasks like recoding, dichotomizing or grouping
8252 variables, setting and replacing missing values. The data transformation
8253 functions also support labelled data, and all integrate seamlessly into a
8254 tidyverse workflow.")
8255 (license license:gpl3)))
8256
8257 (define-public r-nortest
8258 (package
8259 (name "r-nortest")
8260 (version "1.0-4")
8261 (source
8262 (origin
8263 (method url-fetch)
8264 (uri (cran-uri "nortest" version))
8265 (sha256
8266 (base32
8267 "17r0wpz72z9312c70nwi1i1kp1v9fm1h6jg7q5cx1mc1h420m1d3"))))
8268 (build-system r-build-system)
8269 (home-page "https://cran.r-project.org/web/packages/nortest/")
8270 (synopsis "Tests for normality")
8271 (description
8272 "This package provides five omnibus tests for testing the composite
8273 hypothesis of normality.")
8274 (license license:gpl2+)))
8275
8276 (define-public r-moonbook
8277 (package
8278 (name "r-moonbook")
8279 (version "0.2.4")
8280 (source
8281 (origin
8282 (method url-fetch)
8283 (uri (cran-uri "moonBook" version))
8284 (sha256
8285 (base32
8286 "0z78pzc8sr2g19xjdd9cmai4iqyifmh79gj8x40ddww6a27dalry"))))
8287 (properties `((upstream-name . "moonBook")))
8288 (build-system r-build-system)
8289 (propagated-inputs
8290 `(("r-magrittr" ,r-magrittr)
8291 ("r-nortest" ,r-nortest)
8292 ("r-sjmisc" ,r-sjmisc)
8293 ("r-stringr" ,r-stringr)
8294 ("r-survival" ,r-survival)
8295 ("r-ztable" ,r-ztable)))
8296 (native-inputs
8297 `(("r-knitr" ,r-knitr)))
8298 (home-page "https://github.com/cardiomoon/moonBook")
8299 (synopsis "Functions and datasets for the book by Keon-Woong Moon")
8300 (description
8301 "This package provides several analysis-related functions for the book
8302 entitled \"R statistics and graph for medical articles\" (written in Korean),
8303 version 1, by Keon-Woong Moon with Korean demographic data with several plot
8304 functions.")
8305 (license license:gpl2)))
8306
8307 (define-public r-flextable
8308 (package
8309 (name "r-flextable")
8310 (version "0.6.4")
8311 (source
8312 (origin
8313 (method url-fetch)
8314 (uri (cran-uri "flextable" version))
8315 (sha256
8316 (base32
8317 "1ykjfnqhn8nd9f3l4jj8hf1bbjjckkna3p7fdsg0a73c05a17yma"))))
8318 (build-system r-build-system)
8319 (propagated-inputs
8320 `(("r-base64enc" ,r-base64enc)
8321 ("r-data-table" ,r-data-table)
8322 ("r-gdtools" ,r-gdtools)
8323 ("r-htmltools" ,r-htmltools)
8324 ("r-knitr" ,r-knitr)
8325 ("r-officer" ,r-officer)
8326 ("r-rlang" ,r-rlang)
8327 ("r-rmarkdown" ,r-rmarkdown)
8328 ("r-uuid" ,r-uuid)
8329 ("r-xml2" ,r-xml2)))
8330 (native-inputs
8331 `(("r-knitr" ,r-knitr)))
8332 (home-page "https://davidgohel.github.io/flextable")
8333 (synopsis "Functions for tabular reporting")
8334 (description
8335 "This package provides tools to create pretty tables for HTML documents
8336 and other formats. Functions are provided to let users create tables, modify
8337 and format their content. It extends the @code{officer} package and can be
8338 used within R markdown documents when rendering to HTML and to Word
8339 documents.")
8340 (license license:gpl3)))
8341
8342 (define-public r-writexl
8343 (package
8344 (name "r-writexl")
8345 (version "1.3.1")
8346 (source
8347 (origin
8348 (method url-fetch)
8349 (uri (cran-uri "writexl" version))
8350 (sha256
8351 (base32
8352 "1njdhvh8605wd2j8glrbxfyc36p2n88prpq080jn44s9lgfmbgsb"))))
8353 (build-system r-build-system)
8354 (inputs `(("zlib" ,zlib)))
8355 (home-page "https://github.com/ropensci/writexl")
8356 (synopsis "Export data frames to xlsx format")
8357 (description
8358 "This package provides a data frame to xlsx exporter based on
8359 libxlsxwriter.")
8360 (license license:bsd-2)))
8361
8362 (define-public r-biasedurn
8363 (package
8364 (name "r-biasedurn")
8365 (version "1.07")
8366 (source
8367 (origin
8368 (method url-fetch)
8369 (uri (cran-uri "BiasedUrn" version))
8370 (sha256
8371 (base32
8372 "13i2lgfnjhlbbm2yxfc2l5hswqw6x03pwba5csjmirv8kpjw4xr3"))))
8373 (properties `((upstream-name . "BiasedUrn")))
8374 (build-system r-build-system)
8375 (home-page "https://cran.r-project.org/web/packages/BiasedUrn/")
8376 (synopsis "Biased Urn model distributions")
8377 (description
8378 "This package provides statistical models of biased sampling in the form
8379 of univariate and multivariate noncentral hypergeometric distributions,
8380 including Wallenius' noncentral hypergeometric distribution and Fisher's
8381 noncentral hypergeometric distribution (also called extended hypergeometric
8382 distribution).")
8383 (license license:gpl3)))
8384
8385 (define-public r-goplot
8386 (package
8387 (name "r-goplot")
8388 (version "1.0.2")
8389 (source
8390 (origin
8391 (method url-fetch)
8392 (uri (cran-uri "GOplot" version))
8393 (sha256
8394 (base32
8395 "1y8dv0kbzpr9za91njw0x233vx5d13vqml9hmpddcyi9s6va5nix"))))
8396 (properties `((upstream-name . "GOplot")))
8397 (build-system r-build-system)
8398 (propagated-inputs
8399 `(("r-ggdendro" ,r-ggdendro)
8400 ("r-ggplot2" ,r-ggplot2)
8401 ("r-gridextra" ,r-gridextra)
8402 ("r-rcolorbrewer" ,r-rcolorbrewer)))
8403 (home-page "https://github.com/wencke/wencke.github.io")
8404 (synopsis "Visualization of functional analysis data")
8405 (description
8406 "This package provides an implementation of multilayered visualizations
8407 for enhanced graphical representation of functional analysis data. It
8408 combines and integrates omics data derived from expression and functional
8409 annotation enrichment analyses. Its plotting functions have been developed
8410 with an hierarchical structure in mind: starting from a general overview to
8411 identify the most enriched categories (modified bar plot, bubble plot) to a
8412 more detailed one displaying different types of relevant information for the
8413 molecules in a given set of categories (circle plot, chord plot, cluster plot,
8414 Venn diagram, heatmap).")
8415 (license license:gpl2)))
8416
8417 (define-public r-getopt
8418 (package
8419 (name "r-getopt")
8420 (version "1.20.3")
8421 (source
8422 (origin
8423 (method url-fetch)
8424 (uri (cran-uri "getopt" version))
8425 (sha256
8426 (base32
8427 "0zzmzgwl9a4y3s34600vmih22d6y32294f9bvxrnmffnvkgmy7sk"))))
8428 (build-system r-build-system)
8429 (home-page "https://github.com/trevorld/getopt")
8430 (synopsis "Command-line option processor for R")
8431 (description
8432 "This package is designed to be used with Rscript to write shebang
8433 scripts that accept short and long options. Many users will prefer to
8434 use the packages @code{optparse} or @code{argparse} which add extra
8435 features like automatically generated help options and usage texts,
8436 support for default values, positional argument support, etc.")
8437 (license license:gpl2+)))
8438
8439 (define-public r-findpython
8440 (package
8441 (name "r-findpython")
8442 (version "1.0.7")
8443 (source
8444 (origin
8445 (method url-fetch)
8446 (uri (cran-uri "findpython" version))
8447 (sha256
8448 (base32
8449 "0jf10jpqla90x03kl3k77gnd255zmw9rvr8d724vb17cqawh9yar"))))
8450 (build-system r-build-system)
8451 (home-page "https://github.com/trevorld/findpython")
8452 (synopsis "Functions to find an acceptable Python binary")
8453 (description
8454 "This package was designed to find an acceptable Python binary that
8455 matches version and feature constraints.")
8456 (license license:expat)))
8457
8458 ;; This in not the same as "r-argparser"
8459 (define-public r-argparse
8460 (package
8461 (name "r-argparse")
8462 (version "2.0.3")
8463 (source
8464 (origin
8465 (method url-fetch)
8466 (uri (cran-uri "argparse" version))
8467 (sha256
8468 (base32
8469 "1c2r417m1dxk1jhcggv3g4zax5a59k9rqs9jcs6xy2pa2333jqfj"))))
8470 (build-system r-build-system)
8471 (inputs `(("python" ,python)))
8472 (propagated-inputs
8473 `(("r-findpython" ,r-findpython)
8474 ("r-jsonlite" ,r-jsonlite)
8475 ("r-r6" ,r-r6)))
8476 (native-inputs
8477 `(("r-knitr" ,r-knitr)))
8478 (home-page "https://github.com/trevorld/argparse")
8479 (synopsis "Command line optional and positional argument parser")
8480 (description
8481 "This package provides a command line parser to be used with Rscript to
8482 write shebang scripts that gracefully accept positional and optional arguments
8483 and automatically generate usage notices.")
8484 (license license:gpl2+)))
8485
8486 (define-public r-hash
8487 (package
8488 (name "r-hash")
8489 (version "2.2.6.1")
8490 (source
8491 (origin
8492 (method url-fetch)
8493 (uri (cran-uri "hash" version))
8494 (sha256
8495 (base32
8496 "0b3fl0rvgwb992knl81vm99lsldg5clvaqjh6mamm6zqmb6dz056"))))
8497 (build-system r-build-system)
8498 (home-page "https://cran.r-project.org/web/packages/hash/")
8499 (synopsis "Implementation of hash/associated arrays/dictionaries")
8500 (description
8501 "This package implements a data structure similar to hashes in Perl and
8502 dictionaries in Python but with a purposefully R flavor. For objects of
8503 appreciable size, access using hashes outperforms native named lists and
8504 vectors.")
8505 (license license:gpl2+)))
8506
8507 (define-public r-orddom
8508 (package
8509 (name "r-orddom")
8510 (version "3.1")
8511 (source
8512 (origin
8513 (method url-fetch)
8514 (uri (cran-uri "orddom" version))
8515 (sha256
8516 (base32
8517 "165axs15fvwhrp89xd87l81q3h2qjll1vrwcsap645cwvb85nwsh"))))
8518 (build-system r-build-system)
8519 (propagated-inputs `(("r-psych" ,r-psych)))
8520 (home-page "https://cran.r-project.org/web/packages/orddom/")
8521 (synopsis "Ordinal dominance statistics")
8522 (description
8523 "This package provides tools to compute ordinal, statistics and effect
8524 sizes as an alternative to mean comparison: Cliff's delta or success rate
8525 difference (SRD), Vargha and Delaney's A or the Area Under a Receiver
8526 Operating Characteristic Curve (AUC), the discrete type of McGraw & Wong's
8527 Common Language Effect Size (CLES) or Grissom & Kim's Probability of
8528 Superiority (PS), and the Number needed to treat (NNT) effect size. Moreover,
8529 comparisons to Cohen's d are offered based on Huberty & Lowman's Percentage of
8530 Group (Non-)Overlap considerations.")
8531 (license license:gpl2)))
8532
8533 (define-public r-deriv
8534 (package
8535 (name "r-deriv")
8536 (version "4.1.3")
8537 (source
8538 (origin
8539 (method url-fetch)
8540 (uri (cran-uri "Deriv" version))
8541 (sha256
8542 (base32
8543 "130g3mv0z9sqs6y23a0a94512iiw05yr6fp378vhdxxbignzbnyv"))))
8544 (properties `((upstream-name . "Deriv")))
8545 (build-system r-build-system)
8546 (home-page "https://cran.r-project.org/web/packages/Deriv")
8547 (synopsis "Symbolic differentiation")
8548 (description
8549 "This package provides an R-based solution for symbolic differentiation.
8550 It admits user-defined functions as well as function substitution in arguments
8551 of functions to be differentiated. Some symbolic simplification is part of
8552 the work.")
8553 (license license:gpl3+)))
8554
8555 (define-public r-doby
8556 (package
8557 (name "r-doby")
8558 (version "4.6.9")
8559 (source
8560 (origin
8561 (method url-fetch)
8562 (uri (cran-uri "doBy" version))
8563 (sha256
8564 (base32
8565 "02f545md5yhbpp3wb3q2c8zabqwgf02555r5c6g7znab5zjbyr00"))))
8566 (properties `((upstream-name . "doBy")))
8567 (build-system r-build-system)
8568 (propagated-inputs
8569 `(("r-broom" ,r-broom)
8570 ("r-deriv" ,r-deriv)
8571 ("r-dplyr" ,r-dplyr)
8572 ("r-ggplot2" ,r-ggplot2)
8573 ("r-magrittr" ,r-magrittr)
8574 ("r-mass" ,r-mass)
8575 ("r-matrix" ,r-matrix)
8576 ("r-pbkrtest" ,r-pbkrtest)
8577 ("r-tibble" ,r-tibble)))
8578 (native-inputs
8579 `(("r-knitr" ,r-knitr)))
8580 (home-page "https://people.math.aau.dk/~sorenh/software/doBy/")
8581 (synopsis "Groupwise statistics, LSmeans, linear contrasts, and utilities")
8582 (description
8583 "This package contains:
8584
8585 @itemize
8586 @item facilities for working with grouped data: @code{do}
8587 something to data stratified @code{by} some variables.
8588 @item implementations of least-squares means, general linear contrasts, and
8589 @item miscellaneous other utilities.
8590 @end itemize\n")
8591 (license license:gpl2+)))
8592
8593 (define-public r-refgenome
8594 (package
8595 (name "r-refgenome")
8596 (version "1.7.7")
8597 (source
8598 (origin
8599 (method url-fetch)
8600 (uri (cran-uri "refGenome" version))
8601 (sha256
8602 (base32
8603 "1za89bn3am1zgvm641qi1ab6kaqpll4rb9p9f1sjwvcgqq6065g5"))))
8604 (properties `((upstream-name . "refGenome")))
8605 (build-system r-build-system)
8606 (propagated-inputs
8607 `(("r-dbi" ,r-dbi)
8608 ("r-doby" ,r-doby)
8609 ("r-rsqlite" ,r-rsqlite)))
8610 (home-page "https://cran.r-project.org/web/packages/refGenome/")
8611 (synopsis
8612 "Gene and splice site annotation using annotation data from Ensembl and UCSC")
8613 (description
8614 "This package contains functionality for importing and managing of
8615 downloaded genome annotation data from the Ensembl genome browser (European
8616 Bioinformatics Institute) and from the UCSC genome browser (University of
8617 California, Santa Cruz) and annotation routines for genomic positions and
8618 splice site positions.")
8619 (license license:gpl2)))
8620
8621 (define-public r-basix
8622 (package
8623 (name "r-basix")
8624 (version "1.1")
8625 (source
8626 (origin
8627 (method url-fetch)
8628 (uri (cran-uri "BASIX" version))
8629 (sha256
8630 (base32
8631 "18dkvv1iwskfnlpl6xridcgqpalbbpm2616mvc3hfrc0b26v01id"))))
8632 (properties `((upstream-name . "BASIX")))
8633 (build-system r-build-system)
8634 (home-page "https://cran.r-project.org/web/packages/BASIX/")
8635 (synopsis "Efficient C/C++ toolset for R")
8636 (description
8637 "BASIX provides some efficient C/C++ implementations of native R
8638 procedures to speed up calculations in R.")
8639 (license license:gpl2)))
8640
8641 (define-public r-blockfest
8642 (package
8643 (name "r-blockfest")
8644 (version "2.0")
8645 (source
8646 (origin
8647 (method url-fetch)
8648 (uri (cran-uri "BlockFeST" version))
8649 (sha256
8650 (base32
8651 "1fcl3yc1cf09znqbj787d3fd2kl5rp63la7pxawsgmap7nxwkp65"))))
8652 (properties `((upstream-name . "BlockFeST")))
8653 (build-system r-build-system)
8654 (propagated-inputs `(("r-basix" ,r-basix)))
8655 (home-page "https://cran.r-project.org/web/packages/BlockFeST/")
8656 (synopsis "Bayesian calculation of region-specific fixation index")
8657 (description
8658 "This package provides an R implementation of an extension of the
8659 BayeScan software for codominant markers, adding the option to group
8660 individual SNPs into pre-defined blocks. A typical application of this new
8661 approach is the identification of genomic regions, genes, or gene sets
8662 containing one or more SNPs that evolved under directional selection.")
8663 (license license:gpl2)))
8664
8665 (define-public r-proc
8666 (package
8667 (name "r-proc")
8668 (version "1.17.0.1")
8669 (source
8670 (origin
8671 (method url-fetch)
8672 (uri (cran-uri "pROC" version))
8673 (sha256
8674 (base32
8675 "1gd6a47d6bcfd237s3g7r9rws8x2sg7zrvq5k6clpc41zdpp4712"))))
8676 (properties `((upstream-name . "pROC")))
8677 (build-system r-build-system)
8678 (propagated-inputs
8679 `(("r-plyr" ,r-plyr)
8680 ("r-rcpp" ,r-rcpp)))
8681 (home-page "https://web.expasy.org/pROC/")
8682 (synopsis "Display and analyze ROC curves")
8683 (description
8684 "This package provides tools for visualizing, smoothing and comparing
8685 receiver operating characteristic (ROC curves). The area under the
8686 curve (AUC) can be compared with statistical tests based on U-statistics or
8687 bootstrap. Confidence intervals can be computed for (p)AUC or ROC curves.")
8688 (license license:gpl3+)))
8689
8690 (define-public r-rootsolve
8691 (package
8692 (name "r-rootsolve")
8693 (version "1.8.2.1")
8694 (source
8695 (origin
8696 (method url-fetch)
8697 (uri (cran-uri "rootSolve" version))
8698 (sha256
8699 (base32
8700 "0c9hhgq1pgqdg80a6n2ssfbj5nyaf97y4iiya7j7l6b34qc53128"))))
8701 (properties `((upstream-name . "rootSolve")))
8702 (build-system r-build-system)
8703 (native-inputs `(("gfortran" ,gfortran)))
8704 (home-page "https://cran.r-project.org/web/packages/rootSolve/")
8705 (synopsis "Tools for the analysis of ordinary differential equations")
8706 (description
8707 "This package provides routines to find the root of nonlinear functions,
8708 and to perform steady-state and equilibrium analysis of @dfn{ordinary
8709 differential equations} (ODE). It includes routines that:
8710
8711 @enumerate
8712 @item generate gradient and jacobian matrices (full and banded),
8713 @item find roots of non-linear equations by the Newton-Raphson method,
8714 @item estimate steady-state conditions of a system of (differential) equations
8715 in full, banded or sparse form, using the Newton-Raphson method, or by
8716 dynamically running,
8717 @item solve the steady-state conditions for uni- and multicomponent 1-D, 2-D,
8718 and 3-D partial differential equations, that have been converted to ordinary
8719 differential equations by numerical differencing (using the method-of-lines
8720 approach).
8721 @end enumerate\n")
8722 (license license:gpl2+)))
8723
8724 (define-public r-abcanalysis
8725 (package
8726 (name "r-abcanalysis")
8727 (version "1.2.1")
8728 (source
8729 (origin
8730 (method url-fetch)
8731 (uri (cran-uri "ABCanalysis" version))
8732 (sha256
8733 (base32 "0wac1ksmnxa36v99ca4hv8k0rsh3igwpcllmlv9wf7i9kgqviqwi"))))
8734 (properties `((upstream-name . "ABCanalysis")))
8735 (build-system r-build-system)
8736 (propagated-inputs `(("r-plotrix" ,r-plotrix)))
8737 (home-page "https://www.uni-marburg.de/fb12/arbeitsgruppen/datenbionik/software-en/")
8738 (synopsis "Computed ABC Analysis")
8739 (description
8740 "Multivariate data sets often differ in several factors or derived statistical
8741 parameters, which have to be selected for a valid interpretation. Basing this
8742 selection on traditional statistical limits leads occasionally to the perception
8743 of losing information from a data set. This package provides tools to calculate
8744 these limits on the basis of the mathematical properties of the distribution of
8745 the analyzed items.")
8746 (license license:gpl3)))
8747
8748 (define-public r-slam
8749 (package
8750 (name "r-slam")
8751 (version "0.1-48")
8752 (source
8753 (origin
8754 (method url-fetch)
8755 (uri (cran-uri "slam" version))
8756 (sha256
8757 (base32 "1ppsvkph4v1dffxgp12a4wnr9arj7pkmh4qv0and3f6nbz9k42qa"))))
8758 (build-system r-build-system)
8759 (home-page "https://cran.r-project.org/web/packages/slam/")
8760 (synopsis "Sparse lightweight arrays and matrices")
8761 (description
8762 "This package contains data structures and algorithms for sparse arrays and matrices,
8763 based on index arrays and simple triplet representations, respectively.")
8764 (license license:gpl2)))
8765
8766 (define-public r-manipulatewidget
8767 (package
8768 (name "r-manipulatewidget")
8769 (version "0.10.1")
8770 (source
8771 (origin
8772 (method url-fetch)
8773 (uri (cran-uri "manipulateWidget" version))
8774 (sha256
8775 (base32 "1vi71sjh7z1a880wffk8qqw7iysvk42q78giqxmm2sqz2a912qlx"))))
8776 (properties
8777 `((upstream-name . "manipulateWidget")))
8778 (build-system r-build-system)
8779 (propagated-inputs
8780 `(("r-base64enc" ,r-base64enc)
8781 ("r-codetools" ,r-codetools)
8782 ("r-htmltools" ,r-htmltools)
8783 ("r-htmlwidgets" ,r-htmlwidgets)
8784 ("r-knitr" ,r-knitr)
8785 ("r-miniui" ,r-miniui)
8786 ("r-shiny" ,r-shiny)
8787 ("r-webshot" ,r-webshot)))
8788 (home-page "https://github.com/rte-antares-rpackage/manipulateWidget/")
8789 (synopsis "Add even more interactivity to interactive charts")
8790 (description
8791 "This package lets you create in just a few lines of R code a nice user interface to
8792 modify the data or the graphical parameters of one or multiple interactive
8793 charts. It is useful to quickly explore visually some data or for package
8794 developers to generate user interfaces easy to maintain.")
8795 (license license:gpl2+)))
8796
8797 (define-public r-a3
8798 (package
8799 (name "r-a3")
8800 (version "1.0.0")
8801 (source
8802 (origin
8803 (method url-fetch)
8804 (uri (cran-uri "A3" version))
8805 (sha256
8806 (base32 "017hq9pjsv1h9i7cqk5cfx27as54shlhdsdvr6jkhb8jfkpdb6cw"))))
8807 (properties `((upstream-name . "A3")))
8808 (build-system r-build-system)
8809 (propagated-inputs
8810 `(("r-pbapply" ,r-pbapply)
8811 ("r-xtable" ,r-xtable)))
8812 (home-page "https://cran.r-project.org/web/packages/A3/")
8813 (synopsis "Error metrics for predictive models")
8814 (description
8815 "This package supplies tools for tabulating and analyzing the results of predictive
8816 models. The methods employed are applicable to virtually any predictive model
8817 and make comparisons between different methodologies straightforward.")
8818 (license license:gpl2+)))
8819
8820 (define-public r-infotheo
8821 (package
8822 (name "r-infotheo")
8823 (version "1.2.0")
8824 (source
8825 (origin
8826 (method url-fetch)
8827 (uri (cran-uri "infotheo" version))
8828 (sha256
8829 (base32
8830 "18xacczfq3z3xpy434js4nf3l19lczngzd0lq26wh22pvg1yniwv"))))
8831 (build-system r-build-system)
8832 (home-page "http://homepage.meyerp.com/software")
8833 (synopsis "Information-theoretic measures")
8834 (description
8835 "This package implements various measures of information theory based on
8836 several entropy estimators.")
8837 (license license:gpl3+)))
8838
8839 (define-public r-abcoptim
8840 (package
8841 (name "r-abcoptim")
8842 (version "0.15.0")
8843 (source
8844 (origin
8845 (method url-fetch)
8846 (uri (cran-uri "ABCoptim" version))
8847 (sha256
8848 (base32 "1ih0xk88qhsmpvnxf56041wx5sk8as2f4f2gdnpnwdym9mbr9n4b"))))
8849 (properties `((upstream-name . "ABCoptim")))
8850 (build-system r-build-system)
8851 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
8852 (home-page "https://github.com/gvegayon/ABCoptim/")
8853 (synopsis "Optimization of Artificial Bee Colony algorithm")
8854 (description
8855 "Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis
8856 Karaboga in 2005, motivated by the intelligent behavior of honey bees. It is as
8857 simple as Particle Swarm Optimization (PSO) and Differential Evolution (DE)
8858 algorithms, and uses only common control parameters such as colony size and
8859 maximum cycle number. The @code{r-abcoptim} implements the Artificial bee
8860 colony optimization algorithm @url{http://mf.erciyes.edu.tr/abc/pub/tr06_2005.pdf}.
8861 This version is a work-in-progress and is written in R code.")
8862 (license license:expat)))
8863
8864 (define-public r-abcp2
8865 (package
8866 (name "r-abcp2")
8867 (version "1.2")
8868 (source
8869 (origin
8870 (method url-fetch)
8871 (uri (cran-uri "ABCp2" version))
8872 (sha256
8873 (base32 "1s2skkxpzss7c29i8600psgrp0hl46jcrxqrmy2b4db8hc0kcnbx"))))
8874 (properties `((upstream-name . "ABCp2")))
8875 (build-system r-build-system)
8876 (propagated-inputs `(("r-mass" ,r-mass)))
8877 (home-page "https://cran.r-project.org/web/packages/ABCp2/")
8878 (synopsis "Approximate Bayesian Computational Model for Estimating P2")
8879 (description
8880 "This package tests the goodness of fit of a distribution of offspring to the Normal,
8881 Poisson, and Gamma distribution and estimates the proportional paternity of the
8882 second male (P2) based on the best fit distribution.")
8883 (license license:gpl2)))
8884
8885 (define-public r-abcrf
8886 (package
8887 (name "r-abcrf")
8888 (version "1.8.1")
8889 (source
8890 (origin
8891 (method url-fetch)
8892 (uri (cran-uri "abcrf" version))
8893 (sha256
8894 (base32 "1ghbd24yhqy3xhdxas6ccn84nkavqpgldx5ck8kijknc7qjm8k27"))))
8895 (build-system r-build-system)
8896 (propagated-inputs
8897 `(("r-doparallel" ,r-doparallel)
8898 ("r-foreach" ,r-foreach)
8899 ("r-mass" ,r-mass)
8900 ("r-matrixstats" ,r-matrixstats)
8901 ("r-ranger" ,r-ranger)
8902 ("r-rcpp" ,r-rcpp)
8903 ("r-rcpparmadillo" ,r-rcpparmadillo)
8904 ("r-readr" ,r-readr)
8905 ("r-stringr" ,r-stringr)))
8906 (home-page "https://cran.r-project.org/web/packages/abcrf/")
8907 (synopsis "Approximate bayesian computation via random forests")
8908 (description
8909 "This package performs approximate bayesian computation (ABC) model choice and
8910 parameter inference via random forests. This machine learning tool named random
8911 forests (RF) can conduct selection among the highly complex models covered by
8912 ABC algorithms.")
8913 (license license:gpl2+)))
8914
8915 (define-public r-abctools
8916 (package
8917 (name "r-abctools")
8918 (version "1.1.3")
8919 (source
8920 (origin
8921 (method url-fetch)
8922 (uri (cran-uri "abctools" version))
8923 (sha256
8924 (base32 "07s9dg10i8lsxl73b4n2hynca2fjgb0ykb0dz8c3zv6cgw3cyx97"))))
8925 (build-system r-build-system)
8926 (propagated-inputs
8927 `(("r-abc" ,r-abc)
8928 ("r-abind" ,r-abind)
8929 ("r-hmisc" ,r-hmisc)
8930 ("r-plyr" ,r-plyr)))
8931 (home-page "https://github.com/dennisprangle/abctools/")
8932 (synopsis "Tools for ABC analyses")
8933 (description
8934 "This @code{r-abctools} package provides tools for approximate Bayesian computation
8935 including summary statistic selection and assessing coverage. This includes
8936 recent dimension reduction algorithms to tune the choice of summary statistics,
8937 and coverage methods to tune the choice of threshold.")
8938 (license license:gpl2+)))
8939
8940 (define-public r-ggstance
8941 (package
8942 (name "r-ggstance")
8943 (version "0.3.5")
8944 (source
8945 (origin
8946 (method url-fetch)
8947 (uri (cran-uri "ggstance" version))
8948 (sha256
8949 (base32 "0jz9vvnmcc6a38n8nzr458r65sna23bgn5r8mxdhzdlyqibihr7d"))))
8950 (build-system r-build-system)
8951 (propagated-inputs
8952 `(("r-ggplot2" ,r-ggplot2)
8953 ("r-plyr" ,r-plyr)
8954 ("r-rlang" ,r-rlang)
8955 ("r-withr" ,r-withr)))
8956 (home-page "https://cran.r-project.org/web/packages/ggstance/")
8957 (synopsis "Horizontal and vertical versions of @code{r-ggplot2}")
8958 (description
8959 "This package is a @code{r-ggplot2} extension that provides flipped components:
8960 @enumerate
8961 @item horizontal versions of @code{r-ggplot2} stats and @code{r-ggplot2} geoms;
8962 @item vertical versions of @code{r-ggplot2} positions.
8963 @end enumerate")
8964 (license license:gpl3)))
8965
8966 (define-public r-mosaiccore
8967 (package
8968 (name "r-mosaiccore")
8969 (version "0.9.0")
8970 (source
8971 (origin
8972 (method url-fetch)
8973 (uri (cran-uri "mosaicCore" version))
8974 (sha256
8975 (base32 "1h3ixzna4xy42rdnd89jj0v9q0riy3fnkd33z6l5c0zaidzm58fz"))))
8976 (properties `((upstream-name . "mosaicCore")))
8977 (build-system r-build-system)
8978 (propagated-inputs
8979 `(("r-dplyr" ,r-dplyr)
8980 ("r-mass" ,r-mass)
8981 ("r-rlang" ,r-rlang)
8982 ("r-tidyr" ,r-tidyr)))
8983 (home-page "https://github.com/ProjectMOSAIC/mosaicCore/")
8984 (synopsis "Common utilities for mosaic family packages")
8985 (description
8986 "Common utilities used in other Mosaic family packages are collected here.")
8987 (license license:gpl2+)))
8988
8989 (define-public r-labelled
8990 (package
8991 (name "r-labelled")
8992 (version "2.8.0")
8993 (source
8994 (origin
8995 (method url-fetch)
8996 (uri (cran-uri "labelled" version))
8997 (sha256
8998 (base32
8999 "0fs8fhmk9j2nv2j87mpkmm0clz34f8kybnzn6pzqpcbwk0i2pcwg"))))
9000 (properties `((upstream-name . "labelled")))
9001 (build-system r-build-system)
9002 (propagated-inputs
9003 `(("r-dplyr" ,r-dplyr)
9004 ("r-haven" ,r-haven)
9005 ("r-lifecycle" ,r-lifecycle)
9006 ("r-rlang" ,r-rlang)
9007 ("r-stringr" ,r-stringr)
9008 ("r-tidyr" ,r-tidyr)
9009 ("r-vctrs" ,r-vctrs)))
9010 (native-inputs
9011 `(("r-knitr" ,r-knitr)))
9012 (home-page "http://larmarange.github.io/labelled/")
9013 (synopsis "Manipulating labelled data")
9014 (description
9015 "This package provides useful functions to deal with the
9016 @code{haven_labelled} and @code{haven_labelled_spss} classes introduced by the
9017 haven package. ")
9018 (license license:gpl3)))
9019
9020 (define-public r-ggformula
9021 (package
9022 (name "r-ggformula")
9023 (version "0.10.1")
9024 (source
9025 (origin
9026 (method url-fetch)
9027 (uri (cran-uri "ggformula" version))
9028 (sha256
9029 (base32 "1ph5jd8svk8hmshi894vmmpq3zwgdmf4yn3gmdlkad68z8jynhsp"))))
9030 (build-system r-build-system)
9031 (propagated-inputs
9032 `(("r-ggforce" ,r-ggforce)
9033 ("r-ggplot2" ,r-ggplot2)
9034 ("r-ggridges" ,r-ggridges)
9035 ("r-ggstance" ,r-ggstance)
9036 ("r-labelled" ,r-labelled)
9037 ("r-magrittr" ,r-magrittr)
9038 ("r-mosaiccore" ,r-mosaiccore)
9039 ("r-rlang" ,r-rlang)
9040 ("r-scales" ,r-scales)
9041 ("r-stringr" ,r-stringr)
9042 ("r-tibble" ,r-tibble)))
9043 (native-inputs
9044 `(("r-knitr" ,r-knitr)))
9045 (home-page "https://github.com/ProjectMOSAIC/ggformula/")
9046 (synopsis "Formula interface for the @code{r-ggplot2}")
9047 (description
9048 "The @code{r-ggformula} introduces a family of graphics functions, gf_point(),
9049 gf_density(), and so on, bring the formula interface to ggplot(). This captures
9050 and extends the excellent simplicity of the lattice-graphics formula interface,
9051 while providing the intuitive capabilities of @code{r-ggplot2}.")
9052 (license license:expat)))
9053
9054 (define-public r-mosaicdata
9055 (package
9056 (name "r-mosaicdata")
9057 (version "0.20.2")
9058 (source
9059 (origin
9060 (method url-fetch)
9061 (uri (cran-uri "mosaicData" version))
9062 (sha256
9063 (base32 "0h3f5fgzkzjfgf3ml0qa5j52921y6wy6jgggxmhs31bs8fd4srg4"))))
9064 (properties `((upstream-name . "mosaicData")))
9065 (build-system r-build-system)
9066 (home-page "https://cran.r-project.org/web/packages/mosaicData/")
9067 (synopsis "Data sets for project Mosaic")
9068 (description
9069 "This package provides data sets from project Mosaic @url{http://mosaic-web.org}
9070 used to teach mathematics, statistics, computation and modeling.")
9071 (license license:gpl2+)))
9072
9073 (define-public r-raster
9074 (package
9075 (name "r-raster")
9076 (version "3.4-5")
9077 (source
9078 (origin
9079 (method url-fetch)
9080 (uri (cran-uri "raster" version))
9081 (sha256
9082 (base32
9083 "19g4chd0nyhnz6hc2j0v9ahjcgz64vvja4y3mrj1pfis1dwhsqn6"))))
9084 (build-system r-build-system)
9085 (propagated-inputs
9086 `(("r-rcpp" ,r-rcpp)
9087 ("r-sp" ,r-sp)))
9088 (home-page "https://www.rspatial.org/")
9089 (synopsis "Geographic data analysis and modeling")
9090 (description
9091 "The package implements basic and high-level functions for reading,
9092 writing, manipulating, analyzing and modeling of gridded spatial data.
9093 Processing of very large files is supported.")
9094 (license license:gpl3+)))
9095
9096 (define-public r-mosaic
9097 (package
9098 (name "r-mosaic")
9099 (version "1.4.0")
9100 (source
9101 (origin
9102 (method url-fetch)
9103 (uri (cran-uri "mosaic" version))
9104 (sha256
9105 (base32 "10jbrg8kli00kfgbh2f67bymm5cnlancc9dplb1j7fl552yjddn2"))))
9106 (build-system r-build-system)
9107 (propagated-inputs
9108 `(("r-broom" ,r-broom)
9109 ("r-dplyr" ,r-dplyr)
9110 ("r-ggdendro" ,r-ggdendro)
9111 ("r-ggformula" ,r-ggformula)
9112 ("r-ggplot2" ,r-ggplot2)
9113 ("r-ggrepel" ,r-ggrepel)
9114 ("r-glue" ,r-glue)
9115 ("r-gridextra" ,r-gridextra)
9116 ("r-lattice" ,r-lattice)
9117 ("r-latticeextra" ,r-latticeextra)
9118 ("r-lazyeval" ,r-lazyeval)
9119 ("r-mass" ,r-mass)
9120 ("r-matrix" ,r-matrix)
9121 ("r-mosaiccore" ,r-mosaiccore)
9122 ("r-mosaicdata" ,r-mosaicdata)
9123 ("r-readr" ,r-readr)
9124 ("r-tidyr" ,r-tidyr)))
9125 (native-inputs
9126 `(("r-knitr" ,r-knitr)))
9127 (home-page "https://github.com/ProjectMOSAIC/mosaic/")
9128 (synopsis "Mathematics, statistics, and computation teaching utilities")
9129 (description
9130 "This package contain data sets and utilities from
9131 @url{http://mosaic-web.org, Project MOSAIC} used to teach mathematics,
9132 statistics, computation and modeling. Project MOSAIC is a community of
9133 educators working to tie together aspects of quantitative work that students
9134 in science, technology, engineering and mathematics will need in their
9135 professional lives, but which are usually taught in isolation, if at all.")
9136 (license license:gpl2+)))
9137
9138 (define-public r-abd
9139 (package
9140 (name "r-abd")
9141 (version "0.2-8")
9142 (source
9143 (origin
9144 (method url-fetch)
9145 (uri (cran-uri "abd" version))
9146 (sha256
9147 (base32 "191gspqzdv573vaw624ri0f5cm6v4j524bjs74d4a1hn3kn6r9b7"))))
9148 (build-system r-build-system)
9149 (propagated-inputs
9150 `(("r-lattice" ,r-lattice)
9151 ("r-mosaic" ,r-mosaic)
9152 ("r-nlme" ,r-nlme)))
9153 (home-page "https://cran.r-project.org/web/packages/abd/")
9154 (synopsis "Analysis of biological data")
9155 (description
9156 "The @code{r-abd} package contains data sets and sample code for the Analysis of
9157 biological data by Michael Whitlock and Dolph Schluter.")
9158 (license license:gpl2)))
9159
9160 (define-public r-svgui
9161 (package
9162 (name "r-svgui")
9163 (version "1.0.0")
9164 (source
9165 (origin
9166 (method url-fetch)
9167 (uri (cran-uri "svGUI" version))
9168 (sha256
9169 (base32 "1r7ab0p4yr8q03gj02hmj7k1ghksgkg4nx750c0ajfs2q9y1dxfc"))))
9170 (properties `((upstream-name . "svGUI")))
9171 (build-system r-build-system)
9172 (home-page "https://github.com/SciViews/svGUI/")
9173 (synopsis "Functions for managing GUI clients in R")
9174 (description
9175 "The SciViews @code{svGUI} package eases the management of Graphical User
9176 Interfaces (GUI) in R. It is independent from any particular GUI widgets. It
9177 centralizes info about GUI elements currently used, and it dispatches GUI
9178 calls to the particular toolkits in use in function of the context.")
9179 (license license:gpl2)))
9180
9181 (define-public r-svdialogs
9182 (package
9183 (name "r-svdialogs")
9184 (version "1.0.0")
9185 (source
9186 (origin
9187 (method url-fetch)
9188 (uri (cran-uri "svDialogs" version))
9189 (sha256
9190 (base32 "0xqppydfawnwk84kb5qiybwbcmv38vn4imgz01mz2pnq4xb80p97"))))
9191 (properties `((upstream-name . "svDialogs")))
9192 (build-system r-build-system)
9193 (inputs
9194 `(("yad" ,yad)
9195 ("zenity" ,zenity)))
9196 (propagated-inputs
9197 `(("r-rstudioapi" ,r-rstudioapi)
9198 ("r-svgui" ,r-svgui)))
9199 (home-page "https://github.com/SciViews/svDialogs/")
9200 (synopsis "Portable dialog boxes")
9201 (description
9202 "This package helps to construct standard dialog boxes for your GUI, including
9203 message boxes, input boxes, list, file or directory selection, and others. In
9204 case R cannot display GUI dialog boxes, a simpler command line version of these
9205 interactive elements is also provided as a fallback solution.")
9206 (license license:gpl2)))
9207
9208 (define-public r-abe
9209 (package
9210 (name "r-abe")
9211 (version "3.0.1")
9212 (source
9213 (origin
9214 (method url-fetch)
9215 (uri (cran-uri "abe" version))
9216 (sha256
9217 (base32
9218 "1f19h3xzzmjhvwc1rrb8z0rai3ip03y4gdi2gg9bfr5sg2nfklk6"))))
9219 (build-system r-build-system)
9220 (home-page "https://cran.r-project.org/web/packages/abe/")
9221 (synopsis "Augmented backward elimination")
9222 (description
9223 "This package performs augmented backward elimination and checks the
9224 stability of the obtained model. Augmented backward elimination combines
9225 significance or information based criteria with the change in estimate to
9226 either select the optimal model for prediction purposes or to serve as a tool
9227 to obtain a practically sound, highly interpretable model.")
9228 (license license:gpl2+)))
9229
9230 (define-public r-abf2
9231 (package
9232 (name "r-abf2")
9233 (version "0.7-1")
9234 (source
9235 (origin
9236 (method url-fetch)
9237 (uri (cran-uri "abf2" version))
9238 (sha256
9239 (base32 "0d65mc1w4pbiv7xaqzdlw1bfsxf25587rv597hh41vs0j0zlfpxx"))))
9240 (build-system r-build-system)
9241 (home-page "https://cran.r-project.org/web/packages/abf2/")
9242 (synopsis "Load gap-free axon @code{r-abf2} files")
9243 (description
9244 "This package loads electrophysiology data from ABF2 files, as created by
9245 Axon Instruments/Molecular Devices software. Only files recorded in gap-free
9246 mode are currently supported.")
9247 (license license:artistic2.0)))
9248
9249 (define-public r-abhgenotyper
9250 (package
9251 (name "r-abhgenotyper")
9252 (version "1.0.1")
9253 (source
9254 (origin
9255 (method url-fetch)
9256 (uri (cran-uri "ABHgenotypeR" version))
9257 (sha256
9258 (base32 "08cpmnaaxsm5c5bjifnfxdlvg5inrf13biqpcl2yq5zpqjmiki0l"))))
9259 (properties `((upstream-name . "ABHgenotypeR")))
9260 (build-system r-build-system)
9261 (propagated-inputs
9262 `(("r-ggplot2" ,r-ggplot2)
9263 ("r-reshape2" ,r-reshape2)))
9264 (home-page "https://github.com/StefanReuscher/ABHgenotypeR/")
9265 (synopsis "Visualize and manipulate ABH genotypes")
9266 (description
9267 "The @code{r-abhgenotyper} package provides simple imputation,
9268 error-correction and plotting capacities for genotype data. The package is
9269 supposed to serve as an intermediate but independent analysis tool between the
9270 TASSEL GBS pipeline and the @code{r-qtl} package. It provides functionalities
9271 not found in either TASSEL or @code{r-qtl} in addition to visualization of
9272 genotypes as \"graphical genotypes\".")
9273 (license license:gpl3)))
9274
9275 (define-public r-furrr
9276 (package
9277 (name "r-furrr")
9278 (version "0.2.2")
9279 (source
9280 (origin
9281 (method url-fetch)
9282 (uri (cran-uri "furrr" version))
9283 (sha256
9284 (base32
9285 "0kfd4hw1yn2mfxzjgiz4r6yi2vsp1j0wy5hdhzd6wha7vi9h7hg5"))))
9286 (build-system r-build-system)
9287 (propagated-inputs
9288 `(("r-ellipsis" ,r-ellipsis)
9289 ("r-future" ,r-future)
9290 ("r-globals" ,r-globals)
9291 ("r-lifecycle" ,r-lifecycle)
9292 ("r-purrr" ,r-purrr)
9293 ("r-rlang" ,r-rlang)
9294 ("r-vctrs" ,r-vctrs)))
9295 (home-page "https://github.com/DavisVaughan/furrr")
9296 (synopsis "Apply mapping functions in parallel using futures")
9297 (description
9298 "This package provides implementations of the family of @code{map()}
9299 functions from the @code{purrr} package that can be resolved using any
9300 @code{future}-supported backend, e.g. parallel on the local machine or
9301 distributed on a compute cluster.")
9302 (license license:lgpl2.1+)))
9303
9304 (define-public r-abjutils
9305 (package
9306 (name "r-abjutils")
9307 (version "0.3.1")
9308 (source
9309 (origin
9310 (method url-fetch)
9311 (uri (cran-uri "abjutils" version))
9312 (sha256
9313 (base32 "18mmlkqsrjfclk8islfjdsp8sbw6dpjj5x45kqilxdiss69gg5zd"))))
9314 (build-system r-build-system)
9315 (propagated-inputs
9316 `(("r-dplyr" ,r-dplyr)
9317 ("r-magrittr" ,r-magrittr)
9318 ("r-purrr" ,r-purrr)
9319 ("r-rlang" ,r-rlang)
9320 ("r-rstudioapi" ,r-rstudioapi)
9321 ("r-stringi" ,r-stringi)
9322 ("r-stringr" ,r-stringr)
9323 ("r-tidyr" ,r-tidyr)))
9324 (home-page "https://github.com/abjur/abjutils/")
9325 (synopsis "Collection of tools for jurimetrical analysis")
9326 (description
9327 "This package implements general purpose tools, such as functions for
9328 sampling and basic manipulation of Brazilian lawsuits identification number.
9329 It also implements functions for text cleaning, such as accentuation
9330 removal.")
9331 (license license:expat)))
9332
9333 (define-public r-abnormality
9334 (package
9335 (name "r-abnormality")
9336 (version "0.1.0")
9337 (source
9338 (origin
9339 (method url-fetch)
9340 (uri (cran-uri "abnormality" version))
9341 (sha256
9342 (base32 "1fzfskl9akl06nliy8hkv2a0pznpj8pwcypg3gj5r2nzvr3kan9v"))))
9343 (build-system r-build-system)
9344 (propagated-inputs
9345 `(("r-mass" ,r-mass)
9346 ("r-matrix" ,r-matrix)))
9347 (home-page "https://cran.r-project.org/web/packages/abnormality/")
9348 (synopsis "Measure a subject's abnormality with respect to a reference population")
9349 (description
9350 "This package contains functions to implement the methodology and
9351 considerations laid out by Marks et al. in the article \"Measuring abnormality
9352 in high dimensional spaces: applications in biomechanical gait analysis\".
9353 Using high-dimensional datasets to measure a subject's overall level of
9354 abnormality as compared to a reference population is often needed in outcomes
9355 research.")
9356 (license license:expat)))
9357
9358 (define-public r-abodoutlier
9359 (package
9360 (name "r-abodoutlier")
9361 (version "0.1")
9362 (source
9363 (origin
9364 (method url-fetch)
9365 (uri (cran-uri "abodOutlier" version))
9366 (sha256
9367 (base32 "1pvhgxmh23br84r0fbmv7g53z2427birdja96a67vqgz18r3fdvj"))))
9368 (properties `((upstream-name . "abodOutlier")))
9369 (build-system r-build-system)
9370 (propagated-inputs
9371 `(("r-cluster" ,r-cluster)))
9372 (home-page "https://cran.r-project.org/web/packages/abodOutlier/")
9373 (synopsis "Angle-based outlier detection")
9374 (description
9375 "This package performs angle-based outlier detection on a given data
9376 frame. It offers three methods to process data:
9377 @enumerate
9378 @item full but slow implementation using all the data that has cubic
9379 complexity;
9380 @item a fully randomized method;
9381 @item a method using k-nearest neighbours.
9382 @end enumerate
9383 These algorithms are well suited for high dimensional data outlier
9384 detection.")
9385 (license license:expat)))
9386
9387 (define-public r-abps
9388 (package
9389 (name "r-abps")
9390 (version "0.3")
9391 (source
9392 (origin
9393 (method url-fetch)
9394 (uri (cran-uri "ABPS" version))
9395 (sha256
9396 (base32 "0n3f66nmfi5v94il1mxy026mi84w01ph2aljk60vn3mrz8kwf2ll"))))
9397 (properties `((upstream-name . "ABPS")))
9398 (build-system r-build-system)
9399 (propagated-inputs `(("r-kernlab" ,r-kernlab)))
9400 (home-page "https://cran.r-project.org/web/packages/ABPS/")
9401 (synopsis "Abnormal blood profile score to detect blood doping")
9402 (description
9403 "This package offers an implementation of the @dfn{Abnormal blood profile score} (ABPS).
9404 The ABPS is a part of the Athlete biological passport program of the World
9405 anti-doping agency, which combines several blood parameters into a single
9406 score in order to detect blood doping. The package also contains functions to
9407 calculate other scores used in anti-doping programs, such as the ratio of
9408 hemoglobin to reticulocytes (OFF-score), as well as example data.")
9409 (license license:gpl2+)))
9410
9411 (define-public r-parmigene
9412 (package
9413 (name "r-parmigene")
9414 (version "1.1.0")
9415 (source
9416 (origin
9417 (method url-fetch)
9418 (uri (cran-uri "parmigene" version))
9419 (sha256
9420 (base32
9421 "067rqxqyzy1fsjj0s1g7af4527whwdhzjzc5b8a8n7683na59ns4"))))
9422 (build-system r-build-system)
9423 (home-page "https://cran.r-project.org/web/packages/parmigene/")
9424 (synopsis "Mutual information estimation for gene network reconstruction")
9425 (description
9426 "This package provides a parallel estimation of the mutual information
9427 based on entropy estimates from k-nearest neighbors distances and algorithms
9428 for the reconstruction of gene regulatory networks.")
9429 (license license:agpl3+)))
9430
9431 (define-public r-pscl
9432 (package
9433 (name "r-pscl")
9434 (version "1.5.5")
9435 (source
9436 (origin
9437 (method url-fetch)
9438 (uri (cran-uri "pscl" version))
9439 (sha256
9440 (base32 "0vzf5wazs92bhqhqd66v3vwmbfmnh67gb2466g1xxawim649nk05"))))
9441 (build-system r-build-system)
9442 (propagated-inputs
9443 `(("r-mass" ,r-mass)))
9444 (home-page "https://github.com/atahk/pscl/")
9445 (synopsis "Political science computational laboratory")
9446 (description
9447 "The @code{pscl} is an R package providing classes and methods for:
9448 @enumerate
9449 @item Bayesian analysis of roll call data (item-response models);
9450 @item elementary Bayesian statistics;
9451 @item maximum likelihood estimation of zero-inflated and hurdle models for count
9452 data;
9453 @item utility functions.
9454 @end enumerate")
9455 (license license:gpl2)))
9456
9457 (define-public r-accelmissing
9458 (package
9459 (name "r-accelmissing")
9460 (version "1.4")
9461 (source
9462 (origin
9463 (method url-fetch)
9464 (uri (cran-uri "accelmissing" version))
9465 (sha256
9466 (base32 "1nql9inx6azdzi3z4sfm2vdml2mms6krl8wzlf1dn1c97ahn57fy"))))
9467 (build-system r-build-system)
9468 (propagated-inputs
9469 `(("r-mice" ,r-mice)
9470 ("r-pscl" ,r-pscl)))
9471 (home-page "https://cran.r-project.org/web/packages/accelmissing/")
9472 (synopsis "Missing value imputation for accelerometer data")
9473 (description
9474 "This package provides a statistical method to impute the missing values in
9475 accelerometer data. The methodology includes both parametric and
9476 semi-parametric multiple imputations under the zero-inflated Poisson lognormal
9477 model. It also provides multiple functions to preprocess the accelerometer data
9478 previous to the missing data imputation. These include detecting the wearing
9479 and the non-wearing time, selecting valid days and subjects, and creating plots.")
9480 (license license:gpl2+)))
9481
9482 (define-public r-mhsmm
9483 (package
9484 (name "r-mhsmm")
9485 (version "0.4.16")
9486 (source
9487 (origin
9488 (method url-fetch)
9489 (uri (cran-uri "mhsmm" version))
9490 (sha256
9491 (base32 "009dj0zkj1zry7jr9hf4cknb686z50a2l967if64xm0dvjmp7dgs"))))
9492 (build-system r-build-system)
9493 (propagated-inputs `(("r-mvtnorm" ,r-mvtnorm)))
9494 (home-page "https://github.com/jaredo/mhsmm/")
9495 (synopsis "Inference for hidden Markov and semi-Markov models")
9496 (description
9497 "The @code{r-mhsmm} package implements estimation and prediction methods for
9498 hidden Markov and semi-Markov models for multiple observation sequences. Such
9499 techniques are of interest when observed data is thought to be dependent on some
9500 unobserved (or hidden) state. Also, this package is suitable for equidistant
9501 time series data, with multivariate and/or missing data. Allows user defined
9502 emission distributions.")
9503 (license license:gpl2+)))
9504
9505 (define-public r-nleqslv
9506 (package
9507 (name "r-nleqslv")
9508 (version "3.3.2")
9509 (source
9510 (origin
9511 (method url-fetch)
9512 (uri (cran-uri "nleqslv" version))
9513 (sha256
9514 (base32 "1v9znvncyigw9r25wx2ma0b7ib179b488dl0qsrhp5zrcz7mcjgm"))))
9515 (build-system r-build-system)
9516 (native-inputs `(("gfortran" ,gfortran)))
9517 (home-page "https://cran.r-project.org/web/packages/nleqslv/")
9518 (synopsis "Solve systems of nonlinear equations")
9519 (description
9520 "The @code{r-nleqslv} package solves a system of nonlinear equations using a
9521 Broyden or a Newton method with a choice of global strategies such as line
9522 search and trust region. There are options for using a numerical or user
9523 supplied Jacobian, for specifying a banded numerical Jacobian and for allowing a
9524 singular or ill-conditioned Jacobian.")
9525 (license license:gpl2+)))
9526
9527 (define-public r-physicalactivity
9528 (package
9529 (name "r-physicalactivity")
9530 (version "0.2-4")
9531 (source
9532 (origin
9533 (method url-fetch)
9534 (uri (cran-uri "PhysicalActivity" version))
9535 (sha256
9536 (base32 "0b27prkv3x6v2afz0y53ccs9scibpc7nj54n0hpd9fgn1wyg4c40"))))
9537 (properties
9538 `((upstream-name . "PhysicalActivity")))
9539 (build-system r-build-system)
9540 (home-page "https://cran.r-project.org/web/packages/PhysicalActivity/")
9541 (synopsis "Procesing accelerometer data for physical activity measurement")
9542 (description
9543 "This @code{r-physicalactivity} package provides a function @code{wearingMarking}
9544 for classification of monitor wear and nonwear time intervals in accelerometer
9545 data collected to assess physical activity. The package also contains functions
9546 for making plots of accelerometer data and obtaining the summary of various
9547 information including daily monitor wear time and the mean monitor wear time
9548 during valid days. The revised package version 0.2-1 improved the functions
9549 regarding speed, robustness and add better support for time zones and daylight
9550 saving. In addition, several functions were added:
9551 @enumerate
9552 @item the @code{markDelivery} can classify days for ActiGraph delivery by mail;
9553 @item the @code{markPAI} can categorize physical activity intensity level based
9554 on user-defined cut-points of accelerometer counts.
9555 @end enumerate
9556 It also supports importing ActiGraph (AGD) files with @code{readActigraph} and
9557 @code{queryActigraph} functions.")
9558 (license license:gpl3+)))
9559
9560 (define-public r-acc
9561 (package
9562 (name "r-acc")
9563 (version "1.3.3")
9564 (source
9565 (origin
9566 (method url-fetch)
9567 (uri (cran-uri "acc" version))
9568 (sha256
9569 (base32 "1ii2vm47djxbixa75h690q1s2f9m9x6i8nkygik93j6dayr6kr1m"))))
9570 (build-system r-build-system)
9571 (propagated-inputs
9572 `(("r-circlize" ,r-circlize)
9573 ("r-dbi" ,r-dbi)
9574 ("r-ggplot2" ,r-ggplot2)
9575 ("r-iterators" ,r-iterators)
9576 ("r-mhsmm" ,r-mhsmm)
9577 ("r-nleqslv" ,r-nleqslv)
9578 ("r-physicalactivity" ,r-physicalactivity)
9579 ("r-plyr" ,r-plyr)
9580 ("r-r-utils" ,r-r-utils)
9581 ("r-rcpp" ,r-rcpp)
9582 ("r-rcpparmadillo" ,r-rcpparmadillo)
9583 ("r-rsqlite" ,r-rsqlite)
9584 ("r-zoo" ,r-zoo)))
9585 (home-page "https://cran.r-project.org/web/packages/acc/")
9586 (synopsis "Exploring accelerometer data")
9587 (description
9588 "This package processes accelerometer data from uni-axial and tri-axial devices
9589 and generates data summaries. Also, includes functions to plot, analyze, and
9590 simulate accelerometer data.")
9591 (license license:gpl2+)))
9592
9593 (define-public r-rbenchmark
9594 (package
9595 (name "r-rbenchmark")
9596 (version "1.0.0")
9597 (source
9598 (origin
9599 (method url-fetch)
9600 (uri (cran-uri "rbenchmark" version))
9601 (sha256
9602 (base32 "010fn3qwnk2k411cbqyvra1d12c3bhhl3spzm8kxffmirj4p2al9"))))
9603 (build-system r-build-system)
9604 (home-page "https://cran.r-project.org/web/packages/rbenchmark/")
9605 (synopsis "Benchmarking routine for R")
9606 (description
9607 "This @code{r-rbenchmark} package is inspired by the Perl module Benchmark,
9608 and is intended to facilitate benchmarking of arbitrary R code. The library
9609 consists of just one function, benchmark, which is a simple wrapper around
9610 system.time. Given a specification of the benchmarking process (counts of
9611 replications, evaluation environment) and an arbitrary number of expressions,
9612 benchmark evaluates each of the expressions in the specified environment,
9613 replicating the evaluation as many times as specified, and returning the results
9614 conveniently wrapped into a data frame.")
9615 (license license:gpl2+)))
9616
9617 (define-public r-mitools
9618 (package
9619 (name "r-mitools")
9620 (version "2.4")
9621 (source
9622 (origin
9623 (method url-fetch)
9624 (uri (cran-uri "mitools" version))
9625 (sha256
9626 (base32
9627 "0c2x2n1p53lcw0vx4vmy5j7m2f95i7g2iwbryl89imr99rvz617j"))))
9628 (build-system r-build-system)
9629 (propagated-inputs `(("r-dbi" ,r-dbi)))
9630 (home-page "https://cran.r-project.org/web/packages/mitools/")
9631 (synopsis "Tools for multiple imputation of missing data")
9632 (description
9633 "This package provides tools to perform analyses and combine results from
9634 multiple-imputation datasets.")
9635 (license license:gpl2)))
9636
9637 (define-public r-mixsqp
9638 (package
9639 (name "r-mixsqp")
9640 (version "0.3-43")
9641 (source (origin
9642 (method url-fetch)
9643 (uri (cran-uri "mixsqp" version))
9644 (sha256
9645 (base32
9646 "1qics04w0swyp216d6g8dmsph8q2kpadpacp66h2qih3521js12q"))))
9647 (properties `((upstream-name . "mixsqp")))
9648 (build-system r-build-system)
9649 (propagated-inputs
9650 `(("r-irlba" ,r-irlba)
9651 ("r-rcpp" ,r-rcpp)
9652 ("r-rcpparmadillo" ,r-rcpparmadillo)))
9653 (native-inputs
9654 `(("r-knitr" ,r-knitr)))
9655 (home-page "https://github.com/stephenslab/mixsqp")
9656 (synopsis
9657 "Sequential quadratic programming for maximum-likelihood estimation")
9658 (description
9659 "This package provides an optimization method based on sequential
9660 quadratic programming for maximum likelihood estimation of the mixture
9661 proportions in a finite mixture model where the component densities are
9662 known. The algorithm is expected to obtain solutions that are at least
9663 as accurate as the state-of-the-art MOSEK interior-point solver, and they
9664 are expected to arrive at solutions more quickly when the number of
9665 samples is large and the number of mixture components is not too large.")
9666 (license license:expat)))
9667
9668 (define-public r-magick
9669 (package
9670 (name "r-magick")
9671 (version "2.7.1")
9672 (source
9673 (origin
9674 (method url-fetch)
9675 (uri (cran-uri "magick" version))
9676 (sha256
9677 (base32
9678 "16svy84dq25g69axqgympsrh8dzssa1w3zz08zc8m6nprr3jqwqf"))))
9679 (build-system r-build-system)
9680 (inputs
9681 `(("imagemagick" ,imagemagick)
9682 ("zlib" ,zlib)))
9683 (propagated-inputs
9684 `(("r-curl" ,r-curl)
9685 ("r-magrittr" ,r-magrittr)
9686 ("r-rcpp" ,r-rcpp)))
9687 (native-inputs
9688 `(("pkg-config" ,pkg-config)
9689 ("r-knitr" ,r-knitr)))
9690 (home-page "https://github.com/ropensci/magick")
9691 (synopsis "Advanced graphics and image-processing in R")
9692 (description
9693 "This package provides bindings to ImageMagick, a comprehensive image
9694 processing library. It supports many common formats (PNG, JPEG, TIFF, PDF,
9695 etc.) and manipulations (rotate, scale, crop, trim, flip, blur, etc). All
9696 operations are vectorized via the Magick++ STL meaning they operate either on
9697 a single frame or a series of frames for working with layers, collages, or
9698 animation. In RStudio, images are automatically previewed when printed to the
9699 console, resulting in an interactive editing environment.")
9700 (license license:expat)))
9701
9702 (define-public r-survey
9703 (package
9704 (name "r-survey")
9705 (version "4.0")
9706 (source
9707 (origin
9708 (method url-fetch)
9709 (uri (cran-uri "survey" version))
9710 (sha256
9711 (base32
9712 "1q9x0s86s72gl43zj49gypg6jj2b78xjvxr4lmy5147s9h7z8lxh"))))
9713 (build-system r-build-system)
9714 (propagated-inputs
9715 `(("r-lattice" ,r-lattice)
9716 ("r-matrix" ,r-matrix)
9717 ("r-minqa" ,r-minqa)
9718 ("r-mitools" ,r-mitools)
9719 ("r-numderiv" ,r-numderiv)
9720 ("r-survival" ,r-survival)))
9721 (home-page "http://r-survey.r-forge.r-project.org/survey/")
9722 (synopsis "Analysis of complex survey samples")
9723 (description
9724 "This package provides tools for the analysis of complex survey samples.
9725 The provided features include: summary statistics, two-sample tests, rank
9726 tests, generalised linear models, cumulative link models, Cox models,
9727 loglinear models, and general maximum pseudolikelihood estimation for
9728 multistage stratified, cluster-sampled, unequally weighted survey samples;
9729 variances by Taylor series linearisation or replicate weights;
9730 post-stratification, calibration, and raking; two-phase subsampling designs;
9731 graphics; PPS sampling without replacement; principal components, and factor
9732 analysis.")
9733 ;; Either version of the GPL.
9734 (license (list license:gpl2 license:gpl3))))
9735
9736 (define-public r-gee
9737 (package
9738 (name "r-gee")
9739 (version "4.13-20")
9740 (source
9741 (origin
9742 (method url-fetch)
9743 (uri (cran-uri "gee" version))
9744 (sha256
9745 (base32
9746 "167pzgnmj4cjc41ykps1mfwi6s7y32zxyycn5z17vn4v0pp4q0ak"))))
9747 (properties `((upstream-name . "gee")))
9748 (build-system r-build-system)
9749 (native-inputs
9750 `(("gfortran" ,gfortran)))
9751 (home-page "https://cran.r-project.org/web/packages/gee/")
9752 (synopsis "Generalized estimation equation solver")
9753 (description
9754 "This package provides a solver for generalized estimation equations.")
9755 (license license:gpl2)))
9756
9757 (define-public r-tab
9758 (package
9759 (name "r-tab")
9760 (version "4.1.1")
9761 (source
9762 (origin
9763 (method url-fetch)
9764 (uri (cran-uri "tab" version))
9765 (sha256
9766 (base32
9767 "0ds8n6gncidb66in7hlqkcmil5yfsf7ihqvmls789hrm2iz9xlfm"))))
9768 (properties `((upstream-name . "tab")))
9769 (build-system r-build-system)
9770 (propagated-inputs
9771 `(("r-dplyr" ,r-dplyr)
9772 ("r-gee" ,r-gee)
9773 ("r-knitr" ,r-knitr)
9774 ("r-mass" ,r-mass)
9775 ("r-survey" ,r-survey)
9776 ("r-survival" ,r-survival)
9777 ("r-xtable" ,r-xtable)))
9778 (home-page "https://cran.r-project.org/web/packages/tab/")
9779 (synopsis "Create summary tables for statistical reports")
9780 (description
9781 "This package contains functions for creating various types of summary
9782 tables, e.g. comparing characteristics across levels of a categorical variable
9783 and summarizing fitted generalized linear models, generalized estimating
9784 equations, and Cox proportional hazards models. Functions are available to
9785 handle data from simple random samples as well as complex surveys.")
9786 (license license:gpl3+)))
9787
9788 (define-public r-dvmisc
9789 (package
9790 (name "r-dvmisc")
9791 (version "1.1.4")
9792 (source
9793 (origin
9794 (method url-fetch)
9795 (uri (cran-uri "dvmisc" version))
9796 (sha256
9797 (base32 "01v6sixx0f3nrn6ymfifb3pvd2msfrwm21kmdv38laxq29vc4rsi"))))
9798 (build-system r-build-system)
9799 (propagated-inputs
9800 `(("r-cubature" ,r-cubature)
9801 ("r-data-table" ,r-data-table)
9802 ("r-dplyr" ,r-dplyr)
9803 ("r-ggplot2" ,r-ggplot2)
9804 ("r-mass" ,r-mass)
9805 ("r-mvtnorm" ,r-mvtnorm)
9806 ("r-pracma" ,r-pracma)
9807 ("r-rbenchmark" ,r-rbenchmark)
9808 ("r-rcpp" ,r-rcpp)
9809 ("r-survey" ,r-survey)
9810 ("r-tab" ,r-tab)))
9811 (home-page "https://cran.r-project.org/web/packages/dvmisc/")
9812 (synopsis "Faster computation of common statistics and miscellaneous functions")
9813 (description
9814 "This package implements faster versions of base R functions (e.g. mean, standard
9815 deviation, covariance, weighted mean), mostly written in C++, along with
9816 miscellaneous functions for various purposes (e.g. create the histogram with
9817 fitted probability density function or probability mass function curve, create
9818 the body mass index groups, assess the linearity assumption in logistic
9819 regression).")
9820 (license license:gpl2)))
9821
9822 (define-public r-accelerometry
9823 (package
9824 (name "r-accelerometry")
9825 (version "3.1.2")
9826 (source
9827 (origin
9828 (method url-fetch)
9829 (uri (cran-uri "accelerometry" version))
9830 (sha256
9831 (base32 "13xzrwhr4i1nj9c8vrmfdg2rmrc8n446iihcyxmy99sm99hpzyip"))))
9832 (build-system r-build-system)
9833 (propagated-inputs
9834 `(("r-dvmisc" ,r-dvmisc)
9835 ("r-rcpp" ,r-rcpp)))
9836 (home-page "https://cran.r-project.org/web/packages/accelerometry/")
9837 (synopsis "Functions for processing accelerometer data")
9838 (description
9839 "This package provides a collection of functions that perform operations on
9840 time-series accelerometer data, such as identify the non-wear time, flag minutes
9841 that are part of an activity bout, and find the maximum 10-minute average count
9842 value. The functions are generally very flexible, allowing for a variety of
9843 algorithms to be implemented.")
9844 (license license:gpl3)))
9845
9846 (define-public r-absim
9847 (package
9848 (name "r-absim")
9849 (version "0.2.6")
9850 (source
9851 (origin
9852 (method url-fetch)
9853 (uri (cran-uri "AbSim" version))
9854 (sha256
9855 (base32 "16ddjk8b6xw80ch4jis1y751i9561wdxh0gifbf15qiz3vjckq8m"))))
9856 (properties `((upstream-name . "AbSim")))
9857 (build-system r-build-system)
9858 (propagated-inputs
9859 `(("r-ape" ,r-ape)
9860 ("r-powerlaw" ,r-powerlaw)))
9861 (home-page "https://cran.r-project.org/web/packages/AbSim/")
9862 (synopsis "Time resolved simulations of antibody repertoires")
9863 (description
9864 "This package provides simulation methods for the evolution of antibody repertoires.
9865 The heavy and light chain variable region of both human and C57BL/6 mice can
9866 be simulated in a time-dependent fashion. Both single lineages using one set of
9867 V-, D-, and J-genes or full repertoires can be simulated. The algorithm begins
9868 with an initial V-D-J recombination event, starting the first phylogenetic tree.
9869 Upon completion, the main loop of the algorithm begins, with each iteration
9870 representing one simulated time step. Various mutation events are possible at
9871 each time step, contributing to a diverse final repertoire.")
9872 (license license:gpl2)))
9873
9874 (define-public r-quic
9875 (package
9876 (name "r-quic")
9877 (version "1.1")
9878 (source
9879 (origin
9880 (method url-fetch)
9881 (uri (cran-uri "QUIC" version))
9882 (sha256
9883 (base32 "021bp9xbaih60qmss015ycblbv6d1dvb1z89y93zpqqnc2qhpv3c"))))
9884 (properties `((upstream-name . "QUIC")))
9885 (build-system r-build-system)
9886 (home-page "https://www.cs.utexas.edu/users/sustik/QUIC/")
9887 (synopsis "Regularized sparse inverse covariance matrix estimation")
9888 (description
9889 "This package implements the regularized Gaussian maximum likelihood
9890 estimation of the inverse of a covariance matrix. It uses Newton's method and
9891 coordinate descent to solve the regularized inverse covariance matrix
9892 estimation problem.")
9893 ;; The project home page states that the release is under GPLv3 or later.
9894 ;; The CRAN page only says GPL-3.
9895 (license license:gpl3+)))
9896
9897 (define-public r-abundant
9898 (package
9899 (name "r-abundant")
9900 (version "1.1")
9901 (source
9902 (origin
9903 (method url-fetch)
9904 (uri (cran-uri "abundant" version))
9905 (sha256
9906 (base32 "1m76qdmqvwpgm0sihazi2dna7cgsz9rljal18vgffb5wamwmg9k7"))))
9907 (build-system r-build-system)
9908 (propagated-inputs
9909 `(("r-quic" ,r-quic)))
9910 (home-page "https://cran.r-project.org/web/packages/abundant/")
9911 (synopsis "Abundant regression and high-dimensional principal fitted components")
9912 (description
9913 "This package provides tools to fit and predict with the high-dimensional
9914 principal fitted components model. This model is described by Cook, Forzani,
9915 and Rothman (2012) @url{doi:10.1214/11-AOS962}.")
9916 ;; The DESCRIPTION file states GPL-2, but since it directly depends on a
9917 ;; GPLv3+ package (QUIC) this likely means GPLv2+.
9918 (license license:gpl2+)))
9919
9920 (define-public r-ac3net
9921 (package
9922 (name "r-ac3net")
9923 (version "1.2.2")
9924 (source
9925 (origin
9926 (method url-fetch)
9927 (uri (cran-uri "Ac3net" version))
9928 (sha256
9929 (base32 "1ns4n0xxz6p34c11bj0k7nzgmyqr9mis2b0g5nfz37dbikndyqyz"))))
9930 (properties `((upstream-name . "Ac3net")))
9931 (build-system r-build-system)
9932 (propagated-inputs
9933 `(("r-data-table" ,r-data-table)))
9934 (home-page "https://cran.r-project.org/web/packages/Ac3net/")
9935 (synopsis "Inferring directional conservative causal core gene networks")
9936 (description "This package infers directional Conservative causal core
9937 (gene) networks (C3NET). This is a version of the algorithm C3NET with
9938 directional network.")
9939 (license license:gpl3+)))
9940
9941 (define-public r-aca
9942 (package
9943 (name "r-aca")
9944 (version "1.1")
9945 (source
9946 (origin
9947 (method url-fetch)
9948 (uri (cran-uri "ACA" version))
9949 (sha256
9950 (base32 "1i3hm27nvnkvc39xlh0d1blq8q0q02czmvgi3cazmjx3jvxay0vq"))))
9951 (properties `((upstream-name . "ACA")))
9952 (build-system r-build-system)
9953 (home-page "https://cran.r-project.org/web/packages/ACA/")
9954 (synopsis "Abrupt change-point or aberration detection in point series")
9955 (description
9956 "This package offers an interactive function for the detection of breakpoints in
9957 series.")
9958 ;; Any version of the GPL
9959 (license (list license:gpl2+ license:gpl3+))))
9960
9961 (define-public r-acceptancesampling
9962 (package
9963 (name "r-acceptancesampling")
9964 (version "1.0-6")
9965 (source
9966 (origin
9967 (method url-fetch)
9968 (uri (cran-uri "AcceptanceSampling" version))
9969 (sha256
9970 (base32 "1z3rmln63ki2kik9kinbwr9qhr32ggbmh4mm3xqy6di119n47ca9"))))
9971 (properties
9972 `((upstream-name . "AcceptanceSampling")))
9973 (build-system r-build-system)
9974 (home-page "https://cran.r-project.org/web/packages/AcceptanceSampling/")
9975 (synopsis "Creation and evaluation of acceptance sampling plans")
9976 (description
9977 "This @code{r-acceptancesampling} provides functionality for creating and evaluating
9978 acceptance sampling plans. Acceptance sampling is a methodology commonly used
9979 in quality control and improvement. International standards of acceptance
9980 sampling provide sampling plans for specific circumstances. The aim of this
9981 package is to provide an easy-to-use interface to visualize single, double or
9982 multiple sampling plans. In addition, methods have been provided to enable the
9983 user to assess sampling plans against pre-specified levels of performance, as
9984 measured by the probability of acceptance for a given level of quality in the
9985 lot.")
9986 (license license:gpl3+)))
9987
9988 (define-public r-acclma
9989 (package
9990 (name "r-acclma")
9991 (version "1.0")
9992 (source
9993 (origin
9994 (method url-fetch)
9995 (uri (cran-uri "ACCLMA" version))
9996 (sha256
9997 (base32 "1na27sp18fq12gp6vxgqw1ffsz2yi1d8xvrxbrzx5g1kqxrayy0v"))))
9998 (properties `((upstream-name . "ACCLMA")))
9999 (build-system r-build-system)
10000 (home-page "https://cran.r-project.org/web/packages/ACCLMA/")
10001 (synopsis "ACC & LMA graph plotting")
10002 (description
10003 "This package contains a function that imports data from a @acronym{CSV,
10004 Comma-Separated Values} file, or uses manually entered data from the format (x,
10005 y, weight) and plots the appropriate @acronym{ACC, Absolute Concentration
10006 Curve} vs @acronym{LOI, Line of Independence} graph and
10007 @acronym{LMA, @acronym{LOI} Minus @acronym{ACC}} graph. The main
10008 function is @code{plotLMA} (source file, header) that takes a data set and plots the
10009 appropriate @acronym{LMA} and @acronym{ACC} graphs. If no source file (a
10010 string) was passed, a manual data entry window is opened. The header parameter
10011 indicates by TRUE/FALSE (false by default) if the source @acronym{CSV} file has
10012 a header row or not. The dataset should contain only one independent variable
10013 (x) and one dependent variable (y) and can contain a weight for each
10014 observation.")
10015 (license license:gpl2)))
10016
10017 (define-public r-aspi
10018 (package
10019 (name "r-aspi")
10020 (version "0.2.0")
10021 (source
10022 (origin
10023 (method url-fetch)
10024 (uri (cran-uri "aspi" version))
10025 (sha256
10026 (base32 "0rhvxw243vvdv3hxa6pi343gcjc2cbxq1jzqirl9k1l4i3897l87"))))
10027 (build-system r-build-system)
10028 (home-page
10029 "https://cran.r-project.org/web/packages/aspi/")
10030 (synopsis
10031 "Analysis of symmetry of parasitic infections")
10032 (description
10033 "This package provides tools for the analysis and visualization of bilateral
10034 asymmetry in parasitic infections.")
10035 (license license:gpl3+)))
10036
10037 (define-public r-sandwich
10038 (package
10039 (name "r-sandwich")
10040 (version "3.0-0")
10041 (source
10042 (origin
10043 (method url-fetch)
10044 (uri (cran-uri "sandwich" version))
10045 (sha256
10046 (base32
10047 "0afm6snak7r11dxyl3qirqdjah6d9pdv4afmxwam1nq9bqxyb3w2"))))
10048 (build-system r-build-system)
10049 (propagated-inputs
10050 `(("r-zoo" ,r-zoo)))
10051 (home-page "https://cran.r-project.org/web/packages/sandwich/")
10052 (synopsis "Robust Covariance Matrix Estimators")
10053 (description
10054 "This package provides model-robust standard error estimators for
10055 cross-sectional, time series, clustered, panel, and longitudinal data.")
10056 ;; Either version of the license.
10057 (license (list license:gpl2 license:gpl3))))
10058
10059 (define-public r-th-data
10060 (package
10061 (name "r-th-data")
10062 (version "1.0-10")
10063 (source
10064 (origin
10065 (method url-fetch)
10066 (uri (cran-uri "TH.data" version))
10067 (sha256
10068 (base32
10069 "0mgz7aj2d9abbmdr65zgmg1ddp3fdbs3mfj83r5xadh5ldkir2k1"))))
10070 (properties `((upstream-name . "TH.data")))
10071 (build-system r-build-system)
10072 (propagated-inputs
10073 `(("r-mass" ,r-mass)
10074 ("r-survival" ,r-survival)))
10075 (home-page "https://cran.r-project.org/web/packages/TH.data/")
10076 (synopsis "Shared data sets")
10077 (description
10078 "This package contains supporting data sets that are used in other
10079 packages maintained by Torsten Hothorn.")
10080 (license license:gpl3)))
10081
10082 (define-public r-multcomp
10083 (package
10084 (name "r-multcomp")
10085 (version "1.4-16")
10086 (source
10087 (origin
10088 (method url-fetch)
10089 (uri (cran-uri "multcomp" version))
10090 (sha256
10091 (base32
10092 "1s8qmljawalisggniy7va5l5cicsgvs0lp20c33vxlvyiy0dbb1s"))))
10093 (build-system r-build-system)
10094 (propagated-inputs
10095 `(("r-codetools" ,r-codetools)
10096 ("r-mvtnorm" ,r-mvtnorm)
10097 ("r-sandwich" ,r-sandwich)
10098 ("r-survival" ,r-survival)
10099 ("r-th-data" ,r-th-data)))
10100 (home-page "https://cran.r-project.org/web/packages/multcomp/")
10101 (synopsis "Simultaneous inference in general parametric models")
10102 (description
10103 "Simultaneous tests and confidence intervals for general linear
10104 hypotheses in parametric models, including linear, generalized linear, linear
10105 mixed effects, and survival models. The package includes demos reproducing
10106 analyzes presented in the book \"Multiple Comparisons Using R\" (Bretz,
10107 Hothorn, Westfall, 2010, CRC Press).")
10108 (license license:gpl2)))
10109
10110 (define-public r-emmeans
10111 (package
10112 (name "r-emmeans")
10113 (version "1.5.5-1")
10114 (source
10115 (origin
10116 (method url-fetch)
10117 (uri (cran-uri "emmeans" version))
10118 (sha256
10119 (base32
10120 "0l5dd71ihhs7zy6ygniy07iisgy7a1ai1w41hqf84swb0j3cl6iz"))))
10121 (build-system r-build-system)
10122 (propagated-inputs
10123 `(("r-estimability" ,r-estimability)
10124 ("r-mvtnorm" ,r-mvtnorm)
10125 ("r-numderiv" ,r-numderiv)
10126 ("r-plyr" ,r-plyr)
10127 ("r-xtable" ,r-xtable)))
10128 (native-inputs
10129 `(("r-knitr" ,r-knitr)))
10130 (home-page "https://github.com/rvlenth/emmeans")
10131 (synopsis "Estimated marginal means, aka least-squares means")
10132 (description
10133 "This package provides tools to obtain @dfn{estimated marginal
10134 means} (EMMs) for many linear, generalized linear, and mixed models. It can
10135 be used to compute contrasts or linear functions of EMMs, trends, and
10136 comparisons of slopes.")
10137 ;; Either version of the license.
10138 (license (list license:gpl2 license:gpl3))))
10139
10140 (define-public r-pwr
10141 (package
10142 (name "r-pwr")
10143 (version "1.3-0")
10144 (source
10145 (origin
10146 (method url-fetch)
10147 (uri (cran-uri "pwr" version))
10148 (sha256
10149 (base32
10150 "1kfzy73v3z6ipc3kdfkcjrp4b4p5k54nwk796gqi36srm93hgc2v"))))
10151 (build-system r-build-system)
10152 (native-inputs
10153 `(("r-knitr" ,r-knitr)))
10154 (home-page "https://github.com/heliosdrm/pwr")
10155 (synopsis "Basic functions for power analysis")
10156 (description
10157 "This package provides power analysis functions along the lines of
10158 Cohen (1988).")
10159 (license license:gpl3+)))
10160
10161 (define-public r-libcoin
10162 (package
10163 (name "r-libcoin")
10164 (version "1.0-8")
10165 (source
10166 (origin
10167 (method url-fetch)
10168 (uri (cran-uri "libcoin" version))
10169 (sha256
10170 (base32 "0izgnr4zdrbz3a05b0s28xfly4izp2zslgh282l9ads4skrmj3hl"))))
10171 (build-system r-build-system)
10172 (propagated-inputs `(("r-mvtnorm" ,r-mvtnorm)))
10173 (home-page "https://cran.r-project.org/web/packages/libcoin")
10174 (synopsis "Linear test statistics for permutation inference")
10175 (description
10176 "This package provides basic infrastructure for linear test statistics
10177 and permutation inference in the framework of Strasser and Weber (1999).")
10178 (license license:gpl2)))
10179
10180 (define-public r-coin
10181 (package
10182 (name "r-coin")
10183 (version "1.4-1")
10184 (source
10185 (origin
10186 (method url-fetch)
10187 (uri (cran-uri "coin" version))
10188 (sha256
10189 (base32
10190 "15xvhnbyg34aacn6jfz4bsa1f7wq2ci0hslj8mgymql90k50x1qi"))))
10191 (build-system r-build-system)
10192 (propagated-inputs
10193 `(("r-libcoin" ,r-libcoin)
10194 ("r-matrixstats" ,r-matrixstats)
10195 ("r-modeltools" ,r-modeltools)
10196 ("r-multcomp" ,r-multcomp)
10197 ("r-mvtnorm" ,r-mvtnorm)
10198 ("r-survival" ,r-survival)))
10199 (home-page "http://coin.r-forge.r-project.org")
10200 (synopsis "Conditional inference procedures in a permutation test framework")
10201 (description
10202 "This package provides conditional inference procedures for the general
10203 independence problem including two-sample, K-sample (non-parametric ANOVA),
10204 correlation, censored, ordered and multivariate problems.")
10205 (license license:gpl2)))
10206
10207 (define-public r-bayesplot
10208 (package
10209 (name "r-bayesplot")
10210 (version "1.8.0")
10211 (source
10212 (origin
10213 (method url-fetch)
10214 (uri (cran-uri "bayesplot" version))
10215 (sha256
10216 (base32
10217 "0j69a78l5z0wyxcz607amaa4jc8kwwvcia9wxyir65b8ks9gj1d6"))))
10218 (build-system r-build-system)
10219 (inputs
10220 `(("pandoc" ,pandoc)
10221 ("pandoc-citeproc" ,pandoc-citeproc)))
10222 (native-inputs
10223 `(("r-knitr" ,r-knitr)))
10224 (propagated-inputs
10225 `(("r-dplyr" ,r-dplyr)
10226 ("r-ggplot2" ,r-ggplot2)
10227 ("r-ggridges" ,r-ggridges)
10228 ("r-glue" ,r-glue)
10229 ("r-reshape2" ,r-reshape2)
10230 ("r-rlang" ,r-rlang)
10231 ("r-tibble" ,r-tibble)
10232 ("r-tidyselect" ,r-tidyselect)))
10233 (home-page "https://mc-stan.org/bayesplot")
10234 (synopsis "Plotting for Bayesian models")
10235 (description
10236 "This package provides plotting functions for posterior analysis, model
10237 checking, and MCMC diagnostics. The package is designed not only to provide
10238 convenient functionality for users, but also a common set of functions that
10239 can be easily used by developers working on a variety of R packages for
10240 Bayesian modeling.")
10241 (license license:gpl3+)))
10242
10243 (define-public r-tmb
10244 (package
10245 (name "r-tmb")
10246 (version "1.7.19")
10247 (source
10248 (origin
10249 (method url-fetch)
10250 (uri (cran-uri "TMB" version))
10251 (sha256
10252 (base32
10253 "0vnjh8d5gnjswil8ld3gbbspy4m5l2pzar1mpj62qxn2mwx0cc4s"))))
10254 (properties `((upstream-name . "TMB")))
10255 (build-system r-build-system)
10256 (propagated-inputs
10257 `(("r-matrix" ,r-matrix)
10258 ("r-rcppeigen" ,r-rcppeigen)))
10259 (home-page "http://tmb-project.org")
10260 (synopsis "Template model builder: a general random effect tool")
10261 (description
10262 "With this tool, a user should be able to quickly implement complex
10263 random effect models through simple C++ templates. The package combines
10264 @code{CppAD} (C++ automatic differentiation), @code{Eigen} (templated
10265 matrix-vector library) and @code{CHOLMOD} (sparse matrix routines available
10266 from R) to obtain an efficient implementation of the applied Laplace
10267 approximation with exact derivatives. Key features are: Automatic sparseness
10268 detection, parallelism through BLAS and parallel user templates.")
10269 (license license:gpl2)))
10270
10271 (define-public r-sjstats
10272 (package
10273 (name "r-sjstats")
10274 (version "0.18.1")
10275 (source
10276 (origin
10277 (method url-fetch)
10278 (uri (cran-uri "sjstats" version))
10279 (sha256
10280 (base32 "1cv80yjnyh6qihxf57zivihhia20gibr5f03x8aspy6382wnwlka"))))
10281 (build-system r-build-system)
10282 (propagated-inputs
10283 `(("r-bayestestr" ,r-bayestestr)
10284 ("r-broom" ,r-broom)
10285 ("r-dplyr" ,r-dplyr)
10286 ("r-effectsize" ,r-effectsize)
10287 ("r-emmeans" ,r-emmeans)
10288 ("r-insight" ,r-insight)
10289 ("r-lme4" ,r-lme4)
10290 ("r-magrittr" ,r-magrittr)
10291 ("r-mass" ,r-mass)
10292 ("r-modelr" ,r-modelr)
10293 ("r-parameters" ,r-parameters)
10294 ("r-performance" ,r-performance)
10295 ("r-purrr" ,r-purrr)
10296 ("r-rlang" ,r-rlang)
10297 ("r-sjlabelled" ,r-sjlabelled)
10298 ("r-sjmisc" ,r-sjmisc)
10299 ("r-tidyr" ,r-tidyr)))
10300 (home-page "https://github.com/strengejacke/sjstats")
10301 (synopsis "Functions for common statistical computations")
10302 (description
10303 "This package provides a collection of convenient functions for common
10304 statistical computations, which are not directly provided by R's @code{base}
10305 or @code{stats} packages. This package aims at providing, first, shortcuts
10306 for statistical measures, which otherwise could only be calculated with
10307 additional effort. Second, these shortcut functions are generic, and can be
10308 applied not only to vectors, but also to other objects as well. The focus of
10309 most functions lies on summary statistics or fit measures for regression
10310 models, including generalized linear models, mixed effects models and Bayesian
10311 models.")
10312 (license license:gpl3)))
10313
10314 (define-public r-glmmtmb
10315 (package
10316 (name "r-glmmtmb")
10317 (version "1.0.2.1")
10318 (source
10319 (origin
10320 (method url-fetch)
10321 (uri (cran-uri "glmmTMB" version))
10322 (sha256
10323 (base32
10324 "1a35hxcxz1cdm3zd5s7fyjaw2qs00hkacgr7h9130amygc1262ab"))))
10325 (properties `((upstream-name . "glmmTMB")))
10326 (build-system r-build-system)
10327 (propagated-inputs
10328 `(("r-lme4" ,r-lme4)
10329 ("r-matrix" ,r-matrix)
10330 ("r-nlme" ,r-nlme)
10331 ("r-rcppeigen" ,r-rcppeigen)
10332 ("r-tmb" ,r-tmb)))
10333 (native-inputs
10334 `(("r-knitr" ,r-knitr))) ; for vignettes
10335 (home-page "https://github.com/glmmTMB")
10336 (synopsis "Generalized linear mixed models")
10337 (description
10338 "Fit linear and generalized linear mixed models with various extensions,
10339 including zero-inflation. The models are fitted using maximum likelihood
10340 estimation via the Template Model Builder. Random effects are assumed to be
10341 Gaussian on the scale of the linear predictor and are integrated out using the
10342 Laplace approximation. Gradients are calculated using automatic
10343 differentiation.")
10344 (license license:agpl3+)))
10345
10346 (define-public r-bayestestr
10347 (package
10348 (name "r-bayestestr")
10349 (version "0.8.2")
10350 (source
10351 (origin
10352 (method url-fetch)
10353 (uri (cran-uri "bayestestR" version))
10354 (sha256
10355 (base32
10356 "06y7vccgln1882yv04may9p6s915py8nnhg82d5ppbpxzcifi7l4"))))
10357 (properties `((upstream-name . "bayestestR")))
10358 (build-system r-build-system)
10359 (propagated-inputs
10360 `(("r-insight" ,r-insight)))
10361 (native-inputs
10362 `(("r-knitr" ,r-knitr)))
10363 (home-page "https://github.com/easystats/bayestestR")
10364 (synopsis "Describe Bayesian models and posterior distributions")
10365 (description
10366 "This package provides utilities to understand and describe posterior
10367 distributions and Bayesian models. It includes point-estimates such as
10368 @dfn{Maximum A Posteriori} (MAP), measures of dispersion such as @dfn{Highest
10369 Density Interval} (HDI), and indices used for null-hypothesis testing (such as
10370 ROPE percentage and pd).")
10371 (license license:gpl3)))
10372
10373 (define-public r-performance
10374 (package
10375 (name "r-performance")
10376 (version "0.7.0")
10377 (source
10378 (origin
10379 (method url-fetch)
10380 (uri (cran-uri "performance" version))
10381 (sha256
10382 (base32
10383 "1z45vy8gg77c2imcspwqf94anzi6c40wwbq0h7hg6zy76jsgvbyj"))))
10384 (build-system r-build-system)
10385 (propagated-inputs
10386 `(("r-bayestestr" ,r-bayestestr)
10387 ("r-insight" ,r-insight)))
10388 (home-page "https://easystats.github.io/performance/")
10389 (synopsis "Assessment of regression models performance")
10390 (description
10391 "This package provides utilities for computing measures to assess model
10392 quality, which are not directly provided by R's @code{base} or @code{stats}
10393 packages. These include e.g. measures like r-squared, intraclass correlation
10394 coefficient, root mean squared error or functions to check models for
10395 overdispersion, singularity or zero-inflation and more. Functions apply to a
10396 large variety of regression models, including generalized linear models, mixed
10397 effects models and Bayesian models.")
10398 (license license:gpl3)))
10399
10400 (define-public r-ggeffects
10401 (package
10402 (name "r-ggeffects")
10403 (version "1.0.2")
10404 (source
10405 (origin
10406 (method url-fetch)
10407 (uri (cran-uri "ggeffects" version))
10408 (sha256
10409 (base32
10410 "0qh8x8yi8gkb5x7zfxmb1c689k7bhc1f5947yymny34j7xdsb9s8"))))
10411 (build-system r-build-system)
10412 (propagated-inputs
10413 `(("r-insight" ,r-insight)
10414 ("r-mass" ,r-mass)
10415 ("r-sjlabelled" ,r-sjlabelled)))
10416 (native-inputs
10417 `(("r-knitr" ,r-knitr)))
10418 (home-page "https://github.com/strengejacke/ggeffects")
10419 (synopsis "Create tidy data frames of marginal effects for ggplot")
10420 (description
10421 "This package provides tools to compute marginal effects from statistical
10422 models and return the result as tidy data frames. These data frames are ready
10423 to use with the @code{ggplot2} package. Marginal effects can be calculated
10424 for many different models. Interaction terms, splines and polynomial terms
10425 are also supported. The two main functions are @code{ggpredict()} and
10426 @code{ggeffect()}. There is a generic @code{plot()} method to plot the
10427 results using @code{ggplot2}.")
10428 (license license:gpl3)))
10429
10430 (define-public r-effectsize
10431 (package
10432 (name "r-effectsize")
10433 (version "0.4.4-1")
10434 (source
10435 (origin
10436 (method url-fetch)
10437 (uri (cran-uri "effectsize" version))
10438 (sha256
10439 (base32
10440 "02rwf3lxnzgc8yh0wridsc6lqr9s6v0cqzbk4biwnr494rvs46zb"))))
10441 (properties `((upstream-name . "effectsize")))
10442 (build-system r-build-system)
10443 (propagated-inputs
10444 `(("r-bayestestr" ,r-bayestestr)
10445 ("r-insight" ,r-insight)
10446 ("r-parameters" ,r-parameters)))
10447 (native-inputs
10448 `(("r-knitr" ,r-knitr)))
10449 (home-page "https://github.com/easystats/effectsize")
10450 (synopsis "Indices of effect size and standardized parameters")
10451 (description
10452 "This package provides utilities to work with indices of effect size and
10453 standardized parameters for a wide variety of models, allowing computation and
10454 conversion of indices such as Cohen's d, r, odds, etc.")
10455 (license license:gpl3)))
10456
10457 (define-public r-sjplot
10458 (package
10459 (name "r-sjplot")
10460 (version "2.8.7")
10461 (source
10462 (origin
10463 (method url-fetch)
10464 (uri (cran-uri "sjPlot" version))
10465 (sha256
10466 (base32 "1g4qabg654kwdm09ihp4h3mg64a1d7a7gsn6w56rwsidqqaxilq0"))))
10467 (properties `((upstream-name . "sjPlot")))
10468 (build-system r-build-system)
10469 (propagated-inputs
10470 `(("r-bayestestr" ,r-bayestestr)
10471 ("r-dplyr" ,r-dplyr)
10472 ("r-effectsize" ,r-effectsize)
10473 ("r-ggeffects" ,r-ggeffects)
10474 ("r-ggplot2" ,r-ggplot2)
10475 ("r-insight" ,r-insight)
10476 ("r-knitr" ,r-knitr)
10477 ("r-mass" ,r-mass)
10478 ("r-parameters" ,r-parameters)
10479 ("r-performance" ,r-performance)
10480 ("r-purrr" ,r-purrr)
10481 ("r-rlang" ,r-rlang)
10482 ("r-scales" ,r-scales)
10483 ("r-sjlabelled" ,r-sjlabelled)
10484 ("r-sjmisc" ,r-sjmisc)
10485 ("r-sjstats" ,r-sjstats)
10486 ("r-tidyr" ,r-tidyr)))
10487 (native-inputs
10488 `(("r-knitr" ,r-knitr)))
10489 (home-page "https://strengejacke.github.io/sjPlot/")
10490 (synopsis "Data visualization for statistics in social science")
10491 (description
10492 "This package represents a collection of plotting and table output
10493 functions for data visualization. Results of various statistical
10494 analyses (that are commonly used in social sciences) can be visualized using
10495 this package, including simple and cross tabulated frequencies, histograms,
10496 box plots, (generalized) linear models, mixed effects models, principal
10497 component analysis and correlation matrices, cluster analyses, scatter plots,
10498 stacked scales, effects plots of regression models (including interaction
10499 terms) and much more. This package supports labelled data.")
10500 (license license:gpl3)))
10501
10502 (define-public r-ini
10503 (package
10504 (name "r-ini")
10505 (version "0.3.1")
10506 (source
10507 (origin
10508 (method url-fetch)
10509 (uri (cran-uri "ini" version))
10510 (sha256
10511 (base32
10512 "04yqij344dwm0xqgara8xia42mlmij3i8711qbb5534w05a1l6bv"))))
10513 (build-system r-build-system)
10514 (home-page "https://github.com/dvdscripter/ini")
10515 (synopsis "Read and write configuration files")
10516 (description
10517 "This package provides tools to parse simple @code{.ini} configuration
10518 files to an structured list. Users can manipulate this resulting list with
10519 @code{lapply()} functions. This same structured list can be used to write
10520 back to file after modifications.")
10521 (license license:gpl3)))
10522
10523 (define-public r-gitcreds
10524 (package
10525 (name "r-gitcreds")
10526 (version "0.1.1")
10527 (source
10528 (origin
10529 (method url-fetch)
10530 (uri (cran-uri "gitcreds" version))
10531 (sha256
10532 (base32
10533 "1snzn7nxy0rwz0bzjsg6k04c0n811dgn8gn9cmn2v78aj57ayjmi"))))
10534 (properties `((upstream-name . "gitcreds")))
10535 (build-system r-build-system)
10536 (inputs `(("git" ,git-minimal)))
10537 (native-inputs `(("r-knitr" ,r-knitr)))
10538 (home-page "https://github.com/r-lib/gitcreds")
10539 (synopsis "Query git credentials from R")
10540 (description
10541 "Query, set, and delete credentials from the git credential store.
10542 Manage GitHub tokens and other git credentials. This package is to be used by
10543 other packages that need to authenticate to GitHub and/or other git
10544 repositories.")
10545 (license license:expat)))
10546
10547 (define-public r-gh
10548 (package
10549 (name "r-gh")
10550 (version "1.2.1")
10551 (source
10552 (origin
10553 (method url-fetch)
10554 (uri (cran-uri "gh" version))
10555 (sha256
10556 (base32
10557 "16xa1qb1r28f8yc6ybjrxiq2zigxj886dp9k29jpsn5091xbzkq0"))))
10558 (build-system r-build-system)
10559 (propagated-inputs
10560 `(("r-cli" ,r-cli)
10561 ("r-gitcreds" ,r-gitcreds)
10562 ("r-httr" ,r-httr)
10563 ("r-ini" ,r-ini)
10564 ("r-jsonlite" ,r-jsonlite)))
10565 (native-inputs
10566 `(("r-knitr" ,r-knitr)))
10567 (home-page "https://github.com/r-lib/gh#readme")
10568 (synopsis "Access the GitHub API via R")
10569 (description
10570 "This package provides a minimal R client to access the GitHub API.")
10571 (license license:expat)))
10572
10573 (define-public r-fs
10574 (package
10575 (name "r-fs")
10576 (version "1.5.0")
10577 (source
10578 (origin
10579 (method url-fetch)
10580 (uri (cran-uri "fs" version))
10581 (sha256
10582 (base32
10583 "15rqc3ljmcmgfvadj1j1kq7kvibagxic8sgplhlcdqqxax9idprn"))))
10584 (build-system r-build-system)
10585 (native-inputs
10586 `(("r-knitr" ,r-knitr)))
10587 (home-page "https://fs.r-lib.org")
10588 (synopsis "Cross-platform file system operations based on libuv")
10589 (description
10590 "This package provides a cross-platform interface to file system
10591 operations, built on top of the libuv C library.")
10592 (license license:gpl3)))
10593
10594 (define-public r-clisymbols
10595 (package
10596 (name "r-clisymbols")
10597 (version "1.2.0")
10598 (source
10599 (origin
10600 (method url-fetch)
10601 (uri (cran-uri "clisymbols" version))
10602 (sha256
10603 (base32
10604 "1q7gi2zmykhzas9v8fdnbpdq7pzdcpbhim1yxvd2062l777g4j86"))))
10605 (build-system r-build-system)
10606 (home-page "https://github.com/gaborcsardi/clisymbols")
10607 (synopsis "Unicode symbols at the R prompt")
10608 (description
10609 "This package provides a small subset of Unicode symbols, that are useful
10610 when building command line applications. They fall back to alternatives on
10611 terminals that do not support Unicode.")
10612 (license license:expat)))
10613
10614 (define-public r-credentials
10615 (package
10616 (name "r-credentials")
10617 (version "1.3.0")
10618 (source
10619 (origin
10620 (method url-fetch)
10621 (uri (cran-uri "credentials" version))
10622 (sha256
10623 (base32
10624 "1w9zj34xdwz9bszsvhv2cbgq96y5sgxbh7ndn31pgfcpzlkfq6f1"))))
10625 (properties `((upstream-name . "credentials")))
10626 (build-system r-build-system)
10627 (arguments
10628 `(#:phases
10629 (modify-phases %standard-phases
10630 (add-after 'unpack 'setenv-HOME
10631 (lambda _
10632 ;; This is necessary because git looks for $HOME/.gitconfig
10633 (setenv "HOME" "/tmp")
10634 #t)))))
10635 (inputs
10636 `(("git" ,git-minimal)))
10637 (propagated-inputs
10638 `(("r-askpass" ,r-askpass)
10639 ("r-curl" ,r-curl)
10640 ("r-jsonlite" ,r-jsonlite)
10641 ("r-openssl" ,r-openssl)
10642 ("r-sys" ,r-sys)))
10643 (native-inputs
10644 `(("r-knitr" ,r-knitr)))
10645 (home-page "https://docs.ropensci.org/credentials/")
10646 (synopsis "Tools for managing SSH and Git credentials")
10647 (description
10648 "This package assists you in setting up and retrieving of HTTPS and SSH
10649 credentials for use with git and other services. For HTTPS remotes the
10650 package interfaces the @command{git-credential} utility which @command{git}
10651 uses to store HTTP usernames and passwords. For SSH remotes this package
10652 provides convenient functions to find or generate appropriate SSH keys. The
10653 package both helps the user to setup a local git installation, and also
10654 provides a back-end for git/ssh client libraries to authenticate with existing
10655 user credentials.")
10656 (license license:expat)))
10657
10658 (define-public r-gert
10659 (package
10660 (name "r-gert")
10661 (version "1.3.0")
10662 (source
10663 (origin
10664 (method url-fetch)
10665 (uri (cran-uri "gert" version))
10666 (sha256
10667 (base32
10668 "1fh72p92wj83yv1ch77jms6k1gjqfji8cmgw23vpxd0p8l9jj4h7"))))
10669 (properties `((upstream-name . "gert")))
10670 (build-system r-build-system)
10671 (inputs
10672 `(("libgit2" ,libgit2)
10673 ("zlib" ,zlib)))
10674 (propagated-inputs
10675 `(("r-askpass" ,r-askpass)
10676 ("r-credentials" ,r-credentials)
10677 ("r-openssl" ,r-openssl)
10678 ("r-rstudioapi" ,r-rstudioapi)
10679 ("r-sys" ,r-sys)
10680 ("r-zip" ,r-zip)))
10681 (native-inputs
10682 `(("pkg-config" ,pkg-config)
10683 ("r-knitr" ,r-knitr)))
10684 (home-page "https://docs.ropensci.org/gert/")
10685 (synopsis "Simple Git client for R")
10686 (description
10687 "This package provides a simple git client for R based on libgit2 with
10688 support for SSH and HTTPS remotes. All functions in gert use basic R data
10689 types (such as vectors and data-frames) for their arguments and return values.
10690 User credentials are shared with command line git through the
10691 @code{git-credential} store and SSH keys stored on disk or ssh-agent.")
10692 (license license:expat)))
10693
10694 (define-public r-usethis
10695 (package
10696 (name "r-usethis")
10697 (version "2.0.1")
10698 (source
10699 (origin
10700 (method url-fetch)
10701 (uri (cran-uri "usethis" version))
10702 (sha256
10703 (base32
10704 "1j6nzzrm2m6vi1gq0d5kxnnr9d8cy88wpmgigz3inych65x9w9pg"))))
10705 (build-system r-build-system)
10706 (propagated-inputs
10707 `(("r-cli" ,r-cli)
10708 ("r-clipr" ,r-clipr)
10709 ("r-crayon" ,r-crayon)
10710 ("r-curl" ,r-curl)
10711 ("r-desc" ,r-desc)
10712 ("r-fs" ,r-fs)
10713 ("r-gert" ,r-gert)
10714 ("r-gh" ,r-gh)
10715 ("r-glue" ,r-glue)
10716 ("r-jsonlite" ,r-jsonlite)
10717 ("r-lifecycle" ,r-lifecycle)
10718 ("r-purrr" ,r-purrr)
10719 ("r-rappdirs" ,r-rappdirs)
10720 ("r-rlang" ,r-rlang)
10721 ("r-rprojroot" ,r-rprojroot)
10722 ("r-rstudioapi" ,r-rstudioapi)
10723 ("r-whisker" ,r-whisker)
10724 ("r-withr" ,r-withr)
10725 ("r-yaml" ,r-yaml)))
10726 (home-page "https://github.com/r-lib/usethis")
10727 (synopsis "Automate R package and project setup")
10728 (description
10729 "This package helps you to automate R package and project setup tasks
10730 that are otherwise performed manually. This includes setting up unit testing,
10731 test coverage, continuous integration, Git, GitHub integration, licenses,
10732 Rcpp, RStudio projects, and more.")
10733 (license license:gpl3)))
10734
10735 (define-public r-sessioninfo
10736 (package
10737 (name "r-sessioninfo")
10738 (version "1.1.1")
10739 (source
10740 (origin
10741 (method url-fetch)
10742 (uri (cran-uri "sessioninfo" version))
10743 (sha256
10744 (base32
10745 "0j5f3l58fynxx3v0w62vqpii7miabszgljpja36xx9s8hikh8sqn"))))
10746 (build-system r-build-system)
10747 (propagated-inputs
10748 `(("r-cli" ,r-cli)
10749 ("r-withr" ,r-withr)))
10750 (home-page "https://github.com/r-lib/sessioninfo#readme")
10751 (synopsis "R session information")
10752 (description
10753 "This package provides tools to query and print information about the
10754 current R session. It is similar to @code{utils::sessionInfo()}, but includes
10755 more information about packages, and where they were installed from.")
10756 (license license:gpl2)))
10757
10758 (define-public r-remotes
10759 (package
10760 (name "r-remotes")
10761 (version "2.3.0")
10762 (source
10763 (origin
10764 (method url-fetch)
10765 (uri (cran-uri "remotes" version))
10766 (sha256
10767 (base32
10768 "0f35648bdxhvplcfj80r4hfj5w21f1s01kcz6b29d098c1mnfzb7"))))
10769 (build-system r-build-system)
10770 (native-inputs
10771 `(("r-knitr" ,r-knitr)))
10772 (home-page "https://github.com/r-lib/remotes#readme")
10773 (synopsis "R package installation from remote repositories")
10774 (description
10775 "Download and install R packages stored in GitHub, BitBucket, or plain
10776 subversion or git repositories. This package is a lightweight replacement of
10777 the @code{install_*} functions in the @code{devtools} package. Indeed most of
10778 the code was copied over from @code{devtools}.")
10779 (license license:gpl2+)))
10780
10781 (define-public r-xopen
10782 (package
10783 (name "r-xopen")
10784 (version "1.0.0")
10785 (source
10786 (origin
10787 (method url-fetch)
10788 (uri (cran-uri "xopen" version))
10789 (sha256
10790 (base32
10791 "1vrvgdika1d63dwygynbv2wmd87ll8dji5dy89hj576n8hw601z2"))))
10792 (build-system r-build-system)
10793 (propagated-inputs
10794 `(("r-processx" ,r-processx)))
10795 (home-page "https://github.com/r-lib/xopen#readme")
10796 (synopsis "Open system files, URLs, anything")
10797 (description
10798 "This package provides a cross-platform solution to open files,
10799 directories or URLs with their associated programs.")
10800 (license license:expat)))
10801
10802 (define-public r-rcmdcheck
10803 (package
10804 (name "r-rcmdcheck")
10805 (version "1.3.3")
10806 (source
10807 (origin
10808 (method url-fetch)
10809 (uri (cran-uri "rcmdcheck" version))
10810 (sha256
10811 (base32
10812 "1d4kzgfqy72r6b7bn1j4znyksrycgypx1jjvpv9lrmvn37mpkdhs"))))
10813 (build-system r-build-system)
10814 (propagated-inputs
10815 `(("r-callr" ,r-callr)
10816 ("r-cli" ,r-cli)
10817 ("r-crayon" ,r-crayon)
10818 ("r-desc" ,r-desc)
10819 ("r-digest" ,r-digest)
10820 ("r-pkgbuild" ,r-pkgbuild)
10821 ("r-prettyunits" ,r-prettyunits)
10822 ("r-r6" ,r-r6)
10823 ("r-rprojroot" ,r-rprojroot)
10824 ("r-sessioninfo" ,r-sessioninfo)
10825 ("r-withr" ,r-withr)
10826 ("r-xopen" ,r-xopen)))
10827 (home-page "https://github.com/r-Lib/rcmdcheck#readme")
10828 (synopsis "Run R CMD check from R and capture results")
10829 (description
10830 "Run @code{R CMD check} from R programmatically, and capture the results
10831 of the individual checks.")
10832 (license license:expat)))
10833
10834 (define-public r-rapportools
10835 (package
10836 (name "r-rapportools")
10837 (version "1.0")
10838 (source
10839 (origin
10840 (method url-fetch)
10841 (uri (cran-uri "rapportools" version))
10842 (sha256
10843 (base32
10844 "1sgv4sc737i12arh5dc3263kjsz3dzg06qihfmrqyax94mv2d01b"))))
10845 (build-system r-build-system)
10846 (propagated-inputs
10847 `(("r-pander" ,r-pander)
10848 ("r-plyr" ,r-plyr)
10849 ("r-reshape" ,r-reshape)))
10850 (home-page "https://cran.r-project.org/web/packages/rapportools/")
10851 (synopsis "Miscellaneous helper functions with sane defaults for reporting")
10852 (description
10853 "This package provides helper functions that act as wrappers to more
10854 advanced statistical methods with the advantage of having sane defaults for
10855 quick reporting.")
10856 (license license:agpl3+)))
10857
10858 (define-public r-pander
10859 (package
10860 (name "r-pander")
10861 (version "0.6.3")
10862 (source
10863 (origin
10864 (method url-fetch)
10865 (uri (cran-uri "pander" version))
10866 (sha256
10867 (base32
10868 "1bd9sdghlsppmff18k5fg3i0visq9f4wc82rlhwq5m82bmgdgnyi"))))
10869 (build-system r-build-system)
10870 (propagated-inputs
10871 `(("r-digest" ,r-digest)
10872 ("r-rcpp" ,r-rcpp)))
10873 (home-page "https://rapporter.github.io/pander")
10874 (synopsis "Render R objects into Pandoc's markdown")
10875 (description
10876 "The main aim of the pander R package is to provide a minimal and easy
10877 tool for rendering R objects into Pandoc's markdown. The package is also
10878 capable of exporting/converting complex Pandoc documents (reports) in various
10879 ways.")
10880 ;; This package is licensed under either the AGPLv3+ or the very rarely
10881 ;; used OSL 3.0.
10882 (license license:agpl3+)))
10883
10884 (define-public r-summarytools
10885 (package
10886 (name "r-summarytools")
10887 (version "0.9.9")
10888 (source
10889 (origin
10890 (method url-fetch)
10891 (uri (cran-uri "summarytools" version))
10892 (sha256
10893 (base32
10894 "0ig7vgjvldbndwhky1bsi38zifr9ji8xvvfqbfffplac08llvrbr"))))
10895 (build-system r-build-system)
10896 (propagated-inputs
10897 `(("r-base64enc" ,r-base64enc)
10898 ("r-checkmate" ,r-checkmate)
10899 ("r-dplyr" ,r-dplyr)
10900 ("r-htmltools" ,r-htmltools)
10901 ("r-lubridate" ,r-lubridate)
10902 ("r-magick" ,r-magick)
10903 ("r-matrixstats" ,r-matrixstats)
10904 ("r-pander" ,r-pander)
10905 ("r-pryr" ,r-pryr)
10906 ("r-rapportools" ,r-rapportools)
10907 ("r-tibble" ,r-tibble)
10908 ("r-tidyr" ,r-tidyr)))
10909 (native-inputs
10910 `(("r-knitr" ,r-knitr)))
10911 (home-page "https://github.com/dcomtois/summarytools")
10912 (synopsis "Tools to quickly and neatly summarize data")
10913 (description
10914 "This package provides tools for data frame summaries, cross-tabulations,
10915 weight-enabled frequency tables and common univariate statistics in concise
10916 tables available in a variety of formats (plain ASCII, Markdown and HTML). A
10917 good point-of-entry for exploring data, both for experienced and new R
10918 users.")
10919 (license license:gpl2)))
10920
10921 (define-public r-lsei
10922 (package
10923 (name "r-lsei")
10924 (version "1.3-0")
10925 (source
10926 (origin
10927 (method url-fetch)
10928 (uri (cran-uri "lsei" version))
10929 (sha256
10930 (base32
10931 "1dka0rigfw4vj809qma2dkiwjb3nw5635ynnba5cm299cn7hb2b2"))))
10932 (build-system r-build-system)
10933 (native-inputs
10934 `(("gfortran" ,gfortran)))
10935 (home-page "https://www.stat.auckland.ac.nz/~yongwang")
10936 (synopsis "Solve regression problems under equality/inequality constraints")
10937 (description
10938 "It contains functions that solve least squares linear regression
10939 problems under linear equality/inequality constraints. Functions for solving
10940 quadratic programming problems are also available, which transform such
10941 problems into least squares ones first.")
10942 (license license:gpl2+)))
10943
10944 (define-public r-npsurv
10945 (package
10946 (name "r-npsurv")
10947 (version "0.5-0")
10948 (source
10949 (origin
10950 (method url-fetch)
10951 (uri (cran-uri "npsurv" version))
10952 (sha256
10953 (base32
10954 "1ihxhb42cga1hssj2jv4ah0f4hlwsky899ij5261fzh1wxvdp1xw"))))
10955 (build-system r-build-system)
10956 (propagated-inputs
10957 `(("r-lsei" ,r-lsei)))
10958 (home-page "https://www.stat.auckland.ac.nz/~yongwang")
10959 (synopsis "Nonparametric survival analysis")
10960 (description
10961 "This package contains functions for non-parametric survival analysis of
10962 exact and interval-censored observations.")
10963 (license license:gpl2+)))
10964
10965 (define-public r-clusteval
10966 (package
10967 (name "r-clusteval")
10968 (version "0.1")
10969 (source
10970 (origin
10971 (method url-fetch)
10972 (uri (cran-uri "clusteval" version))
10973 (sha256
10974 (base32
10975 "1ld0bdl4fy8dsfzm3k7a37cyxc6pfc9qs31x4pxd3z5rslghz7rj"))))
10976 (build-system r-build-system)
10977 (propagated-inputs
10978 `(("r-mvtnorm" ,r-mvtnorm)
10979 ("r-rcpp" ,r-rcpp)))
10980 (home-page "https://cran.r-project.org/web/packages/clusteval/")
10981 (synopsis "Evaluation of clustering algorithms")
10982 (description
10983 "This R package provides a suite of tools to evaluate clustering
10984 algorithms, clusterings, and individual clusters.")
10985 (license license:expat)))
10986
10987 (define-public r-tweedie
10988 (package
10989 (name "r-tweedie")
10990 (version "2.3.3")
10991 (source
10992 (origin
10993 (method url-fetch)
10994 (uri (cran-uri "tweedie" version))
10995 (sha256
10996 (base32
10997 "1nfhaqblvm62j8gfkyrgba5ai0pb2fsnrxp63637mhys2bawlcm0"))))
10998 (build-system r-build-system)
10999 (native-inputs `(("gfortran" ,gfortran)))
11000 (home-page "https://cran.r-project.org/web/packages/tweedie/")
11001 (synopsis "Evaluation of Tweedie exponential family models")
11002 (description
11003 "Maximum likelihood computations for Tweedie families, including the
11004 series expansion (Dunn and Smyth, 2005; <doi10.1007/s11222-005-4070-y>) and
11005 the Fourier inversion (Dunn and Smyth, 2008; <doi:10.1007/s11222-007-9039-6>),
11006 and related methods.")
11007 (license license:gpl2+)))
11008
11009 (define-public r-rcppgsl
11010 (package
11011 (name "r-rcppgsl")
11012 (version "0.3.8")
11013 (source
11014 (origin
11015 (method url-fetch)
11016 (uri (cran-uri "RcppGSL" version))
11017 (sha256
11018 (base32 "17nlayy6gvwb3v6l5aiqm84i75yf4dfi3zclxrgpqwf3j9v09yvz"))))
11019 (properties `((upstream-name . "RcppGSL")))
11020 (build-system r-build-system)
11021 (propagated-inputs
11022 `(("r-rcpp" ,r-rcpp)
11023 ("gsl" ,gsl)))
11024 (home-page "https://cran.r-project.org/web/packages/RcppGSL/")
11025 (synopsis "Rcpp integration for GSL vectors and matrices")
11026 (description
11027 "The GNU Scientific Library (or GSL) is a collection of numerical
11028 routines for scientific computing. It is particularly useful for C and C++
11029 programs as it provides a standard C interface to a wide range of mathematical
11030 routines. There are over 1000 functions in total with an extensive test
11031 suite. The RcppGSL package provides an easy-to-use interface between GSL data
11032 structures and R using concepts from Rcpp which is itself a package that eases
11033 the interfaces between R and C++.")
11034 (license license:gpl2+)))
11035
11036 (define-public r-mvabund
11037 (package
11038 (name "r-mvabund")
11039 (version "4.1.9")
11040 (source
11041 (origin
11042 (method url-fetch)
11043 (uri (cran-uri "mvabund" version))
11044 (sha256
11045 (base32
11046 "19kyg0agjk7gxipa5kmklz4cqh97xrdbibmmy1g99r1gp3s9ml30"))))
11047 (build-system r-build-system)
11048 (propagated-inputs
11049 `(("r-mass" ,r-mass)
11050 ("r-rcpp" ,r-rcpp)
11051 ("r-rcppgsl" ,r-rcppgsl)
11052 ("r-statmod" ,r-statmod)
11053 ("r-tweedie" ,r-tweedie)))
11054 (home-page "https://cran.r-project.org/web/packages/mvabund/")
11055 (synopsis "Statistical methods for analysing multivariate abundance data")
11056 (description
11057 "This package provides a set of tools for displaying, modeling and
11058 analysing multivariate abundance data in community ecology.")
11059 (license license:lgpl2.1+)))
11060
11061 (define-public r-afex
11062 (package
11063 (name "r-afex")
11064 (version "0.28-1")
11065 (source
11066 (origin
11067 (method url-fetch)
11068 (uri (cran-uri "afex" version))
11069 (sha256
11070 (base32
11071 "0blwqr5ni3psav1dcdmhfi4jy3b4scm5njimqfpr1d81zadvgc6g"))))
11072 (build-system r-build-system)
11073 (propagated-inputs
11074 `(("r-car" ,r-car)
11075 ("r-lme4" ,r-lme4)
11076 ("r-lmertest" ,r-lmertest)
11077 ("r-pbkrtest" ,r-pbkrtest)
11078 ("r-reshape2" ,r-reshape2)))
11079 (native-inputs
11080 `(("r-knitr" ,r-knitr)))
11081 (home-page "https://afex.singmann.science/")
11082 (synopsis "Analysis of factorial experiments")
11083 (description
11084 "This package provides convenience functions for analyzing factorial
11085 experiments using ANOVA or mixed models.")
11086 (license license:gpl2+)))
11087
11088 (define-public r-lmertest
11089 (package
11090 (name "r-lmertest")
11091 (version "3.1-3")
11092 (source
11093 (origin
11094 (method url-fetch)
11095 (uri (cran-uri "lmerTest" version))
11096 (sha256
11097 (base32
11098 "1zd8gqjkazhxgpnnr484xwsq30p62fq8592nzyc171zjyplpbaim"))))
11099 (properties `((upstream-name . "lmerTest")))
11100 (build-system r-build-system)
11101 (propagated-inputs
11102 `(("r-ggplot2" ,r-ggplot2)
11103 ("r-lme4" ,r-lme4)
11104 ("r-mass" ,r-mass)
11105 ("r-numderiv" ,r-numderiv)))
11106 (home-page "https://github.com/runehaubo/lmerTestR")
11107 (synopsis "Tests in linear mixed effects models")
11108 (description
11109 "This package provides p-values in type I, II or III anova and summary
11110 tables for @code{lmer} model fits via Satterthwaite's degrees of freedom
11111 method. A Kenward-Roger method is also available via the @code{pbkrtest}
11112 package. Model selection methods include step, drop1 and anova-like tables
11113 for random effects (ranova). Methods for Least-Square means (LS-means) and
11114 tests of linear contrasts of fixed effects are also available.")
11115 (license license:gpl2+)))
11116
11117 (define-public r-r2glmm
11118 (package
11119 (name "r-r2glmm")
11120 (version "0.1.2")
11121 (source
11122 (origin
11123 (method url-fetch)
11124 (uri (cran-uri "r2glmm" version))
11125 (sha256
11126 (base32
11127 "0iim92blpa59vgz97c2pi05yhbjjmaffdbkbmk5kplfb2vmazgiy"))))
11128 (build-system r-build-system)
11129 (propagated-inputs
11130 `(("r-afex" ,r-afex)
11131 ("r-data-table" ,r-data-table)
11132 ("r-dplyr" ,r-dplyr)
11133 ("r-ggplot2" ,r-ggplot2)
11134 ("r-gridextra" ,r-gridextra)
11135 ("r-lmertest" ,r-lmertest)
11136 ("r-mass" ,r-mass)
11137 ("r-matrix" ,r-matrix)
11138 ("r-mgcv" ,r-mgcv)
11139 ("r-pbkrtest" ,r-pbkrtest)))
11140 (home-page "https://github.com/bcjaeger/r2glmm")
11141 (synopsis "Compute R squared for mixed (multilevel) models")
11142 (description
11143 "This package computes model and semi partial R squared with confidence
11144 limits for the linear and generalized linear mixed model (LMM and GLMM). The
11145 R squared measure from L. J. Edwards et al. (2008) is extended to the GLMM
11146 using @dfn{penalized quasi-likelihood} (PQL) estimation (see Jaeger et
11147 al. (2016)).")
11148 (license license:gpl2)))
11149
11150 (define-public r-weights
11151 (package
11152 (name "r-weights")
11153 (version "1.0.1")
11154 (source
11155 (origin
11156 (method url-fetch)
11157 (uri (cran-uri "weights" version))
11158 (sha256
11159 (base32
11160 "1ka2kvzg464vn80qziqy4mrciy9wwd3jfasgq0d33wbiblhmxkj5"))))
11161 (build-system r-build-system)
11162 (propagated-inputs
11163 `(("r-gdata" ,r-gdata)
11164 ("r-hmisc" ,r-hmisc)
11165 ("r-mice" ,r-mice)))
11166 (home-page
11167 "https://cran.r-project.org/web/packages/weights/")
11168 (synopsis "Weighting and weighted statistics")
11169 (description "This package Provides a variety of functions for producing
11170 simple weighted statistics, such as weighted Pearson's correlations, partial
11171 correlations, Chi-Squared statistics, histograms, and t-tests. Also now
11172 includes some software for quickly recoding survey data and plotting point
11173 estimates from interaction terms in regressions (and multiply imputed
11174 regressions). NOTE: Weighted partial correlation calculations pulled to
11175 address a bug.")
11176 (license license:gpl2+)))
11177
11178 (define-public r-rcppannoy
11179 (package
11180 (name "r-rcppannoy")
11181 (version "0.0.18")
11182 (source
11183 (origin
11184 (method url-fetch)
11185 (uri (cran-uri "RcppAnnoy" version))
11186 (sha256
11187 (base32
11188 "0n68cf77gz34iq6w6ad87pbqwqam45nxp1gjzns4g6qhf7qdvrz4"))))
11189 (properties `((upstream-name . "RcppAnnoy")))
11190 (build-system r-build-system)
11191 (propagated-inputs
11192 `(("r-rcpp" ,r-rcpp)))
11193 (home-page "https://cran.r-project.org/web/packages/RcppAnnoy/")
11194 (synopsis "Rcpp bindings for Annoy, a library for Approximate Nearest Neighbors")
11195 (description
11196 "Annoy is a small C++ library for Approximate Nearest Neighbors written
11197 for efficient memory usage as well an ability to load from and save to disk.
11198 This package provides an R interface.")
11199 ;; Annoy is released under ASL 2.0, but this wrapper is released under
11200 ;; GPLv2+.
11201 (license (list license:gpl2+ license:asl2.0))))
11202
11203 (define-public r-rcpphnsw
11204 (package
11205 (name "r-rcpphnsw")
11206 (version "0.3.0")
11207 (source
11208 (origin
11209 (method url-fetch)
11210 (uri (cran-uri "RcppHNSW" version))
11211 (sha256
11212 (base32
11213 "01z0plf1i6dyibw4ica8shmijyk1grpqb886hcga72z2cpm4xsx0"))))
11214 (properties `((upstream-name . "RcppHNSW")))
11215 (build-system r-build-system)
11216 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
11217 (home-page "https://cran.r-project.org/web/packages/RcppHNSW/")
11218 (synopsis "Rcpp bindings for hnswlib, a library for approximate nearest neighbors")
11219 (description
11220 "Hnswlib is a C++ library for approximate nearest neighbors. This
11221 package provides a minimal R interface by relying on the Rcpp package.")
11222 ;; hnswlib is released under Version 2.0 of the Apache License.
11223 (license (list license:gpl3 license:asl2.0))))
11224
11225 (define-public r-rcppparallel
11226 (package
11227 (name "r-rcppparallel")
11228 (version "5.0.3")
11229 (source
11230 (origin
11231 (method url-fetch)
11232 (uri (cran-uri "RcppParallel" version))
11233 (sha256
11234 (base32
11235 "0ihcirny4al2ydymxhdfacwmybmrgrz5nm0lbf49gk2zy8w124ki"))))
11236 (properties `((upstream-name . "RcppParallel")))
11237 (build-system r-build-system)
11238 (home-page "https://rcppcore.github.io/RcppParallel/")
11239 (synopsis "Parallel programming tools for Rcpp")
11240 (description
11241 "This package provides high level functions for parallel programming with
11242 Rcpp. For example, the @code{parallelFor()} function can be used to convert
11243 the work of a standard serial @code{for} loop into a parallel one and the
11244 @code{parallelReduce()} function can be used for accumulating aggregates or
11245 other values.")
11246 (license license:gpl2)))
11247
11248 (define-public r-ncdf4
11249 (package
11250 (name "r-ncdf4")
11251 (version "1.17")
11252 (source
11253 (origin
11254 (method url-fetch)
11255 (uri (cran-uri "ncdf4" version))
11256 (sha256
11257 (base32
11258 "1xls44ln2zjrrlimxl8v4bk2ni3g45c9j0gxdnjx31rikmrc95fv"))))
11259 (build-system r-build-system)
11260 (inputs
11261 `(("netcdf" ,netcdf)
11262 ("zlib" ,zlib)))
11263 (home-page "https://cran.r-project.org/web/packages/ncdf4/index.html")
11264 (synopsis "R interface to Unidata netCDF format data files")
11265 (description
11266 "This package provides a high-level R interface to data files written
11267 using Unidata's netCDF library (version 4 or earlier), which are binary data
11268 files that are portable across platforms and include metadata information in
11269 addition to the data sets. Using this package, netCDF files can be opened and
11270 data sets read in easily. It is also easy to create new netCDF dimensions,
11271 variables, and files, in either version 3 or 4 format, and manipulate existing
11272 netCDF files.")
11273 (license license:gpl3+)))
11274
11275 (define-public r-biocmanager
11276 (package
11277 (name "r-biocmanager")
11278 (version "1.30.12")
11279 (source
11280 (origin
11281 (method url-fetch)
11282 (uri (cran-uri "BiocManager" version))
11283 (sha256
11284 (base32 "0c2anza01pc36manj3cvycbq8p57qpq18dsimk3y3gpks70hhqf3"))))
11285 (properties `((upstream-name . "BiocManager")))
11286 (build-system r-build-system)
11287 (native-inputs
11288 `(("r-knitr" ,r-knitr)))
11289 (home-page "https://cran.r-project.org/web/packages/BiocManager/")
11290 (synopsis "Access the Bioconductor project package repository")
11291 (description
11292 "This package provides a convenient tool to install and update
11293 Bioconductor packages.")
11294 (license license:artistic2.0)))
11295
11296 (define-public r-rgl
11297 (package
11298 (name "r-rgl")
11299 (version "0.105.22")
11300 (source
11301 (origin
11302 (method url-fetch)
11303 (uri (cran-uri "rgl" version))
11304 (sha256
11305 (base32
11306 "1y69phym8pkdh1k808y3rp1030xmhjpc8vig9035v9n1r7v7a1kz"))))
11307 (build-system r-build-system)
11308 (native-inputs
11309 `(("pkg-config" ,pkg-config)
11310 ("r-knitr" ,r-knitr)))
11311 (inputs
11312 `(("freetype" ,freetype)
11313 ("libpng" ,libpng)
11314 ("glu" ,glu)
11315 ("libx11" ,libx11)
11316 ("pandoc" ,pandoc)
11317 ("zlib" ,zlib)))
11318 (propagated-inputs
11319 `(("r-crosstalk" ,r-crosstalk)
11320 ("r-htmltools" ,r-htmltools)
11321 ("r-htmlwidgets" ,r-htmlwidgets)
11322 ("r-jsonlite" ,r-jsonlite)
11323 ("r-knitr" ,r-knitr)
11324 ("r-magrittr" ,r-magrittr)
11325 ("r-manipulatewidget" ,r-manipulatewidget)
11326 ("r-shiny" ,r-shiny)))
11327 (home-page "https://r-forge.r-project.org/projects/rgl/")
11328 (synopsis "3D visualization using OpenGL")
11329 (description
11330 "This package provides medium to high level functions for 3D interactive graphics,
11331 including functions modelled on base graphics (@code{plot3d()}, etc.) as well
11332 as functions for constructing representations of geometric
11333 objects (@code{cube3d()}, etc.). Output may be on screen using OpenGL, or to
11334 various standard 3D file formats including WebGL, PLY, OBJ, STL as well as 2D
11335 image formats, including PNG, Postscript, SVG, PGF.")
11336 ;; Any version of the GPL.
11337 (license (list license:gpl2+ license:gpl3+))))
11338
11339 (define-public r-multicool
11340 (package
11341 (name "r-multicool")
11342 (version "0.1-11")
11343 (source
11344 (origin
11345 (method url-fetch)
11346 (uri (cran-uri "multicool" version))
11347 (sha256
11348 (base32
11349 "0xk408qbz9cxwf51j3pmy55gcjcnws8mc6j3vyn9zhramxj7x40w"))))
11350 (build-system r-build-system)
11351 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
11352 (home-page "https://cran.r-project.org/web/packages/multicool/")
11353 (synopsis "Permutations of multisets in cool-lex order")
11354 (description
11355 "This package provides a set of tools to permute multisets without loops
11356 or hash tables and to generate integer partitions. Cool-lex order is similar
11357 to colexicographical order.")
11358 (license license:gpl2)))
11359
11360 (define-public r-misc3d
11361 (package
11362 (name "r-misc3d")
11363 (version "0.9-0")
11364 (source
11365 (origin
11366 (method url-fetch)
11367 (uri (cran-uri "misc3d" version))
11368 (sha256
11369 (base32
11370 "10jf5r1x588vi54bzaqgi9mgcqlkiga2c3jvmqmk3lavc8fjksd1"))))
11371 (build-system r-build-system)
11372 (home-page "https://cran.r-project.org/web/packages/misc3d/")
11373 (synopsis "Miscellaneous 3D Plots")
11374 (description
11375 "This package provides a collection of miscellaneous 3d plots, including
11376 isosurfaces.")
11377 ;; Any version of the GPL.
11378 (license (list license:gpl2+ license:gpl3+))))
11379
11380 (define-public r-ks
11381 (package
11382 (name "r-ks")
11383 (version "1.12.0")
11384 (source
11385 (origin
11386 (method url-fetch)
11387 (uri (cran-uri "ks" version))
11388 (sha256
11389 (base32 "1sff6rlpq64lqyvwgral9zbcan30wpgmfb26hw9y6wzypd9gxbz6"))))
11390 (build-system r-build-system)
11391 (propagated-inputs
11392 `(("r-fnn" ,r-fnn)
11393 ("r-kernlab" ,r-kernlab)
11394 ("r-kernsmooth" ,r-kernsmooth)
11395 ("r-matrix" ,r-matrix)
11396 ("r-mclust" ,r-mclust)
11397 ("r-mgcv" ,r-mgcv)
11398 ("r-multicool" ,r-multicool)
11399 ("r-mvtnorm" ,r-mvtnorm)
11400 ("r-plot3d" ,r-plot3d)))
11401 (home-page "https://www.mvstat.net/tduong/")
11402 (synopsis "Kernel smoothing")
11403 (description
11404 "This package provides kernel smoothers for univariate and multivariate
11405 data, including density functions, density derivatives, cumulative
11406 distributions, modal clustering, discriminant analysis, and two-sample
11407 hypothesis testing.")
11408 ;; Either version of the GPL.
11409 (license (list license:gpl2 license:gpl3))))
11410
11411 (define-public r-feature
11412 (package
11413 (name "r-feature")
11414 (version "1.2.15")
11415 (source
11416 (origin
11417 (method url-fetch)
11418 (uri (cran-uri "feature" version))
11419 (sha256
11420 (base32
11421 "0yzn1w1sasilcp8v0pcjnxjv9l6lspkskqi412i6h040gqmjjf6y"))))
11422 (build-system r-build-system)
11423 (propagated-inputs
11424 `(("r-ks" ,r-ks)
11425 ("r-plot3d" ,r-plot3d)))
11426 (native-inputs
11427 `(("r-knitr" ,r-knitr)))
11428 (home-page "https://www.mvstat.net/tduong/")
11429 (synopsis "Inferential feature significance for kernel density estimation")
11430 (description
11431 "The feature package contains functions to display and compute kernel
11432 density estimates, significant gradient and significant curvature regions.
11433 Significant gradient and/or curvature regions often correspond to significant
11434 features (e.g. local modes).")
11435 ;; Either version of the GPL.
11436 (license (list license:gpl2 license:gpl3))))
11437
11438 (define-public r-arm
11439 (package
11440 (name "r-arm")
11441 (version "1.11-2")
11442 (source
11443 (origin
11444 (method url-fetch)
11445 (uri (cran-uri "arm" version))
11446 (sha256
11447 (base32
11448 "1grb27vayr2vhyalzfqbhx6p278r7c3l4pzi5nrz3dmnyqrbx1c3"))))
11449 (build-system r-build-system)
11450 (propagated-inputs
11451 `(("r-abind" ,r-abind)
11452 ("r-coda" ,r-coda)
11453 ("r-hmisc" ,r-hmisc)
11454 ("r-lme4" ,r-lme4)
11455 ("r-mass" ,r-mass)
11456 ("r-matrix" ,r-matrix)
11457 ("r-nlme" ,r-nlme)))
11458 (home-page "https://cran.r-project.org/web/packages/arm/")
11459 (synopsis "Data analysis using regression and multilevel/hierarchical models")
11460 (description
11461 "This package provides functions to accompany A. Gelman and J. Hill,
11462 Data Analysis Using Regression and Multilevel/Hierarchical Models, Cambridge
11463 University Press, 2007.")
11464 (license license:gpl3+)))
11465
11466 (define-public r-circular
11467 (package
11468 (name "r-circular")
11469 (version "0.4-93")
11470 (source
11471 (origin
11472 (method url-fetch)
11473 (uri (cran-uri "circular" version))
11474 (sha256
11475 (base32
11476 "0hki85rs8wc5950pjaw28q54rly2napfbcrx3pchlfap6wwy5kkn"))))
11477 (build-system r-build-system)
11478 (propagated-inputs
11479 `(("r-boot" ,r-boot)
11480 ("r-mvtnorm" ,r-mvtnorm)))
11481 (native-inputs
11482 `(("gfortran" ,gfortran)))
11483 (home-page "https://cran.r-project.org/web/packages/circular/")
11484 (synopsis "Circular statistics")
11485 (description
11486 "This package provides tools for circular statistics, from \"Topics in
11487 circular Statistics\" (2001) S. Rao Jammalamadaka and A. SenGupta, World
11488 Scientific.")
11489 (license license:gpl2+)))
11490
11491 (define-public r-activity
11492 (package
11493 (name "r-activity")
11494 (version "1.3.1")
11495 (source
11496 (origin
11497 (method url-fetch)
11498 (uri (cran-uri "activity" version))
11499 (sha256
11500 (base32
11501 "1wn2a0hx7wfr2jyj1b772w5fgl6bcqkkw8cybais2s1wyjx8kjr5"))))
11502 (build-system r-build-system)
11503 (propagated-inputs
11504 `(("r-circular" ,r-circular)
11505 ("r-insol" ,r-insol)
11506 ("r-pbapply" ,r-pbapply)))
11507 (home-page "https://cran.r-project.org/web/packages/activity/")
11508 (synopsis "Animal activity statistics")
11509 (description
11510 "This package provides functions to fit kernel density functions to
11511 animal activity time data; plot activity distributions; quantify overall
11512 levels of activity; statistically compare activity metrics through
11513 bootstrapping; and evaluate variation in linear variables with time (or other
11514 circular variables).")
11515 (license license:gpl3)))
11516
11517 (define-public r-ouch
11518 (package
11519 (name "r-ouch")
11520 (version "2.15-1")
11521 (source
11522 (origin
11523 (method url-fetch)
11524 (uri (cran-uri "ouch" version))
11525 (sha256
11526 (base32
11527 "0myddn3b28pswyk42kvwhyvkj30q41f677vpxclxacdfkhgvrj6q"))))
11528 (build-system r-build-system)
11529 (propagated-inputs `(("r-subplex" ,r-subplex)))
11530 (home-page "https://kingaa.github.io/ouch/")
11531 (synopsis "Ornstein-Uhlenbeck models for phylogenetic comparative hypotheses")
11532 (description
11533 "This package provides tools to fit and compare Ornstein-Uhlenbeck models
11534 for evolution along a phylogenetic tree.")
11535 (license license:gpl2+)))
11536
11537 (define-public r-fmsb
11538 (package
11539 (name "r-fmsb")
11540 (version "0.7.0")
11541 (source
11542 (origin
11543 (method url-fetch)
11544 (uri (cran-uri "fmsb" version))
11545 (sha256
11546 (base32
11547 "0x1wkzfdvv4s5xmr0whcwjz4aac71gacwymj2c3mzj2bbswwlw45"))))
11548 (build-system r-build-system)
11549 (home-page "http://minato.sip21c.org/msb/")
11550 (synopsis "Functions for medical statistics book with demographic data")
11551 (description
11552 "This package provides several utility functions for the book entitled
11553 \"Practices of Medical and Health Data Analysis using R\" (Pearson Education
11554 Japan, 2007) with Japanese demographic data and some demographic analysis
11555 related functions.")
11556 (license license:gpl2+)))
11557
11558 (define-public r-stabledist
11559 (package
11560 (name "r-stabledist")
11561 (version "0.7-1")
11562 (source
11563 (origin
11564 (method url-fetch)
11565 (uri (cran-uri "stabledist" version))
11566 (sha256
11567 (base32
11568 "0scar396wiq6wkbkvwp4qrxqc1m075y56p37i6iry5rw796p1i86"))))
11569 (build-system r-build-system)
11570 (home-page "https://www.rmetrics.org")
11571 (synopsis "Stable distribution functions")
11572 (description
11573 "This package provides density, probability and quantile functions, and
11574 random number generation for (skew) stable distributions, using the
11575 parametrizations of Nolan.")
11576 (license license:gpl2+)))
11577
11578 (define-public r-gsl
11579 (package
11580 (name "r-gsl")
11581 (version "2.1-6")
11582 (source
11583 (origin
11584 (method url-fetch)
11585 (uri (cran-uri "gsl" version))
11586 (sha256
11587 (base32
11588 "0p4rh7npp6qbfc5sxjq86xjn7c9ivf3pd60qf1hldwckjqin7m7m"))))
11589 (build-system r-build-system)
11590 (inputs
11591 `(("gsl" ,gsl)))
11592 (home-page "https://cran.r-project.org/web/packages/gsl")
11593 (synopsis "Wrapper for the GNU Scientific Library")
11594 (description
11595 "This package provides an R wrapper for the special functions and quasi
11596 random number generators of the GNU Scientific Library.")
11597 (license license:gpl2+)))
11598
11599 (define-public r-adgoftest
11600 (package
11601 (name "r-adgoftest")
11602 (version "0.3")
11603 (source
11604 (origin
11605 (method url-fetch)
11606 (uri (cran-uri "ADGofTest" version))
11607 (sha256
11608 (base32
11609 "0ik817qzqp6kfbckjp1z7srlma0w6z2zcwykh0jdiv7nahwk3ncw"))))
11610 (properties `((upstream-name . "ADGofTest")))
11611 (build-system r-build-system)
11612 (home-page "https://cran.r-project.org/web/packages/ADGofTest")
11613 (synopsis "Anderson-Darling GoF test")
11614 (description
11615 "This package provides an implementation of the Anderson-Darling GoF test
11616 with p-value calculation based on Marsaglia's 2004 paper \"Evaluating the
11617 Anderson-Darling Distribution\".")
11618 ;; Any version of the GPL.
11619 (license license:gpl3+)))
11620
11621 (define-public r-sodium
11622 (package
11623 (name "r-sodium")
11624 (version "1.1")
11625 (source
11626 (origin
11627 (method url-fetch)
11628 (uri (cran-uri "sodium" version))
11629 (sha256
11630 (base32
11631 "1zxzi8xvxnhgcd5qrylf08nz1cdq3aslrswjas440qg63ypmbf6w"))))
11632 (properties `((upstream-name . "sodium")))
11633 (build-system r-build-system)
11634 (inputs
11635 `(("libsodium" ,libsodium)))
11636 (native-inputs
11637 `(("pkg-config" ,pkg-config)
11638 ("r-knitr" ,r-knitr)))
11639 (home-page "https://github.com/jeroen/sodium")
11640 (synopsis "R bindings to the libsodium crypto library")
11641 (description
11642 "This package provides bindings to libsodium: a library for encryption,
11643 decryption, signatures, password hashing and more. Sodium uses curve25519, a
11644 Diffie-Hellman function by Daniel Bernstein, which has become very popular
11645 after it was discovered that the NSA had backdoored Dual EC DRBG.")
11646 (license license:expat)))
11647
11648 (define-public r-softimpute
11649 (package
11650 (name "r-softimpute")
11651 (version "1.4")
11652 (source
11653 (origin
11654 (method url-fetch)
11655 (uri (cran-uri "softImpute" version))
11656 (sha256
11657 (base32
11658 "07cxbzkl08q58m1455i139952rmryjlic4s2f2hscl5zxxmfdxcq"))))
11659 (properties `((upstream-name . "softImpute")))
11660 (build-system r-build-system)
11661 (propagated-inputs
11662 `(("r-matrix" ,r-matrix)))
11663 (native-inputs
11664 `(("gfortran" ,gfortran)))
11665 (home-page "https://cran.r-project.org/web/packages/softImpute")
11666 (synopsis "Matrix completion via iterative soft-thresholded SVD")
11667 (description
11668 "This package provides iterative methods for matrix completion that use
11669 nuclear-norm regularization. The package includes procedures for centering
11670 and scaling rows, columns or both, and for computing low-rank @dfn{single
11671 value decompositions} (SVDs) on large sparse centered matrices (i.e. principal
11672 components).")
11673 (license license:gpl2)))
11674
11675 (define-public r-fftwtools
11676 (package
11677 (name "r-fftwtools")
11678 (version "0.9-11")
11679 (source
11680 (origin
11681 (method url-fetch)
11682 (uri (cran-uri "fftwtools" version))
11683 (sha256
11684 (base32
11685 "0zrchp4l0jdbir2gibjf00x225y9giqk80zvqmr2yyvc12lwkw7i"))))
11686 (build-system r-build-system)
11687 (inputs `(("fftw" ,fftw)))
11688 (native-inputs
11689 `(("pkg-config" ,pkg-config)))
11690 (home-page "https://github.com/krahim/fftwtools")
11691 (synopsis "Wrapper for FFTW3")
11692 (description
11693 "This package provides a wrapper for several FFTW functions. It provides
11694 access to the two-dimensional FFT, the multivariate FFT, and the
11695 one-dimensional real to complex FFT using the FFTW3 library. The package
11696 includes the functions @code{fftw()} and @code{mvfftw()} which are designed to
11697 mimic the functionality of the R functions @code{fft()} and @code{mvfft()}.
11698 The FFT functions have a parameter that allows them to not return the
11699 redundant complex conjugate when the input is real data.")
11700 (license license:gpl2+)))
11701
11702 (define-public r-tiff
11703 (package
11704 (name "r-tiff")
11705 (version "0.1-8")
11706 (source
11707 (origin
11708 (method url-fetch)
11709 (uri (cran-uri "tiff" version))
11710 (sha256
11711 (base32
11712 "18m17g5q3nz4v4wrqxnb129b1j02873g2vknddczkklf1pvq4x2b"))))
11713 (build-system r-build-system)
11714 (inputs
11715 `(("libtiff" ,libtiff)
11716 ("libjpeg" ,libjpeg-turbo)
11717 ("zlib" ,zlib)))
11718 (native-inputs
11719 `(("pkg-config" ,pkg-config)))
11720 (home-page "https://www.rforge.net/tiff/")
11721 (synopsis "Read and write TIFF images")
11722 (description
11723 "This package provides an easy and simple way to read, write and display
11724 bitmap images stored in the TIFF format. It can read and write both files and
11725 in-memory raw vectors.")
11726 ;; Either of these two license versions.
11727 (license (list license:gpl2 license:gpl3))))
11728
11729 (define-public r-nlp
11730 (package
11731 (name "r-nlp")
11732 (version "0.2-1")
11733 (source
11734 (origin
11735 (method url-fetch)
11736 (uri (cran-uri "NLP" version))
11737 (sha256
11738 (base32
11739 "1dpj04fmld2lnhg072ahgjbhmciqqy9h1lrz0wf32mr7mm9s9sh5"))))
11740 (properties `((upstream-name . "NLP")))
11741 (build-system r-build-system)
11742 (home-page "https://cran.r-project.org/web/packages/NLP/")
11743 (synopsis "Natural language processing infrastructure")
11744 (description
11745 "This package provides basic classes and methods for Natural Language
11746 Processing.")
11747 (license license:gpl3)))
11748
11749 (define-public r-tm
11750 (package
11751 (name "r-tm")
11752 (version "0.7-8")
11753 (source
11754 (origin
11755 (method url-fetch)
11756 (uri (cran-uri "tm" version))
11757 (sha256
11758 (base32
11759 "0mk2lsplynms15nw92vbdgsafg4bw1m0ik31gch1mnsnv61idsxi"))))
11760 (properties `((upstream-name . "tm")))
11761 (build-system r-build-system)
11762 (propagated-inputs
11763 `(("r-bh" ,r-bh)
11764 ("r-nlp" ,r-nlp)
11765 ("r-rcpp" ,r-rcpp)
11766 ("r-slam" ,r-slam)
11767 ("r-xml2" ,r-xml2)))
11768 (home-page "http://tm.r-forge.r-project.org/")
11769 (synopsis "Text mining package")
11770 (description
11771 "This package provides a framework for text mining applications within R.")
11772 (license license:gpl3)))
11773
11774 (define-public r-waveslim
11775 (package
11776 (name "r-waveslim")
11777 (version "1.8.2")
11778 (source
11779 (origin
11780 (method url-fetch)
11781 (uri (cran-uri "waveslim" version))
11782 (sha256
11783 (base32
11784 "0ibivnhz0l06sss5rrrcvyiwg3qpbyk3qn4vx4pp90kj09x4yg0k"))))
11785 (build-system r-build-system)
11786 (native-inputs
11787 `(("gfortran" ,gfortran)))
11788 (home-page "http://waveslim.blogspot.com")
11789 (synopsis "Basic wavelet routines for signal processing")
11790 (description
11791 "This package provides basic wavelet routines for time series (1D),
11792 image (2D) and array (3D) analysis. The code provided here is based on
11793 wavelet methodology developed in Percival and Walden (2000); Gencay, Selcuk
11794 and Whitcher (2001); the dual-tree complex wavelet transform (DTCWT) from
11795 Kingsbury (1999, 2001) as implemented by Selesnick; and Hilbert wavelet
11796 pairs (Selesnick 2001, 2002).")
11797 (license license:bsd-3)))
11798
11799 (define-public r-wordcloud
11800 (package
11801 (name "r-wordcloud")
11802 (version "2.6")
11803 (source
11804 (origin
11805 (method url-fetch)
11806 (uri (cran-uri "wordcloud" version))
11807 (sha256
11808 (base32
11809 "0j96yyvm6bcrrpbdx4w26piqx44a0vbsr3px9cb4zk8a8da6jwak"))))
11810 (build-system r-build-system)
11811 (propagated-inputs
11812 `(("r-rcolorbrewer" ,r-rcolorbrewer)
11813 ("r-rcpp" ,r-rcpp)
11814 ;; The "tm" package is only "suggested" according to CRAN, but the
11815 ;; wordcloud package cannot be loaded without it.
11816 ("r-tm" ,r-tm)))
11817 (home-page "https://cran.r-project.org/web/packages/wordcloud")
11818 (synopsis "Word clouds")
11819 (description
11820 "This package provides functionality to create pretty word clouds,
11821 visualize differences and similarity between documents, and avoid
11822 over-plotting in scatter plots with text.")
11823 (license license:lgpl2.1)))
11824
11825 (define-public r-colorramps
11826 (package
11827 (name "r-colorramps")
11828 (version "2.3")
11829 (source
11830 (origin
11831 (method url-fetch)
11832 (uri (cran-uri "colorRamps" version))
11833 (sha256
11834 (base32
11835 "0shbjh83x1axv4drm5r3dwgbyv70idih8z4wlzjs4hiac2qfl41z"))))
11836 (properties `((upstream-name . "colorRamps")))
11837 (build-system r-build-system)
11838 (home-page "https://cran.r-project.org/web/packages/colorRamps")
11839 (synopsis "Build color tables")
11840 (description "This package provides features to build gradient color
11841 maps.")
11842 ;; Any version of the GPL
11843 (license license:gpl3+)))
11844
11845 (define-public r-tidytree
11846 (package
11847 (name "r-tidytree")
11848 (version "0.3.3")
11849 (source
11850 (origin
11851 (method url-fetch)
11852 (uri (cran-uri "tidytree" version))
11853 (sha256
11854 (base32 "05b53dap0f784kl6s1wgck6m7brwmy6ifqp7v5l06s1spfspagl6"))))
11855 (build-system r-build-system)
11856 (propagated-inputs
11857 `(("r-ape" ,r-ape)
11858 ("r-dplyr" ,r-dplyr)
11859 ("r-lazyeval" ,r-lazyeval)
11860 ("r-magrittr" ,r-magrittr)
11861 ("r-rlang" ,r-rlang)
11862 ("r-tibble" ,r-tibble)))
11863 (native-inputs
11864 `(("r-knitr" ,r-knitr)))
11865 (home-page "https://github.com/GuangchuangYu/tidytree")
11866 (synopsis "Tidy tool for phylogenetic tree data manipulation")
11867 (description
11868 "Phylogenetic trees generally contain multiple components including nodes,
11869 edges, branches and associated data. This package provides an approach to
11870 convert tree objects to tidy data frames. It also provides tidy interfaces to
11871 manipulate tree data.")
11872 (license license:artistic2.0)))
11873
11874 (define-public r-rvcheck
11875 (package
11876 (name "r-rvcheck")
11877 (version "0.1.8")
11878 (source
11879 (origin
11880 (method url-fetch)
11881 (uri (cran-uri "rvcheck" version))
11882 (sha256
11883 (base32 "0627bc8qmhxmd63yh6f90qni3qw1zwdpxjln2qbychzmzd4am9ac"))))
11884 (build-system r-build-system)
11885 (propagated-inputs
11886 `(("r-biocmanager" ,r-biocmanager)
11887 ("r-rlang" ,r-rlang)))
11888 (home-page "https://cran.r-project.org/web/packages/rvcheck")
11889 (synopsis "R package version check")
11890 (description
11891 "This package provides tools to check the latest release version of R and
11892 R packages (on CRAN, Bioconductor or Github).")
11893 (license license:artistic2.0)))
11894
11895 (define-public r-docopt
11896 (package
11897 (name "r-docopt")
11898 (version "0.7.1")
11899 (source
11900 (origin
11901 (method url-fetch)
11902 (uri (cran-uri "docopt" version))
11903 (sha256
11904 (base32
11905 "1zxhwizs916qm5by7nfslqnarl2q5202xc2azlhrnzk0wj3khiwz"))))
11906 (build-system r-build-system)
11907 (home-page "https://github.com/docopt/docopt.R")
11908 (synopsis "Command-line interface specification language")
11909 (description
11910 "This package enables you to define a command-line interface by just
11911 giving it a description in the specific format.")
11912 (license license:expat)))
11913
11914 (define-public r-sparsesvd
11915 (package
11916 (name "r-sparsesvd")
11917 (version "0.2")
11918 (source
11919 (origin
11920 (method url-fetch)
11921 (uri (cran-uri "sparsesvd" version))
11922 (sha256
11923 (base32
11924 "1xm969fjq3fv1p2sqza2apz8picibj4s2agpwf1sx9nwn3b587qs"))))
11925 (build-system r-build-system)
11926 (propagated-inputs `(("r-matrix" ,r-matrix)))
11927 (home-page "http://tedlab.mit.edu/~dr/SVDLIBC/")
11928 (synopsis "Sparse truncated singular value decomposition")
11929 (description
11930 "This package provides a Wrapper around the SVDLIBC library
11931 for (truncated) singular value decomposition of a sparse matrix. Currently,
11932 only sparse real matrices in Matrix package format are supported.")
11933 ;; SVDLIBC is released under BSD-2. The R interface is released under
11934 ;; BSD-3.
11935 (license (list license:bsd-3 license:bsd-2))))
11936
11937 (define-public r-speedglm
11938 (package
11939 (name "r-speedglm")
11940 (version "0.3-3")
11941 (source
11942 (origin
11943 (method url-fetch)
11944 (uri (cran-uri "speedglm" version))
11945 (sha256
11946 (base32
11947 "0f37w4lj8dpcg1sfkd7cv6qpdkanmb97mnd8zih2fxzv8bpd0rfh"))))
11948 (build-system r-build-system)
11949 (propagated-inputs
11950 `(("r-mass" ,r-mass)
11951 ("r-matrix" ,r-matrix)))
11952 (home-page "https://cran.r-project.org/web/packages/speedglm")
11953 (synopsis "Fit linear and generalized linear models to large data sets")
11954 (description
11955 "This package provides tools for fitting linear models and generalized
11956 linear models to large data sets by updating algorithms.")
11957 ;; Any version of the GPL
11958 (license license:gpl2+)))
11959
11960 (define-public r-densityclust
11961 (package
11962 (name "r-densityclust")
11963 (version "0.3")
11964 (source
11965 (origin
11966 (method url-fetch)
11967 (uri (cran-uri "densityClust" version))
11968 (sha256
11969 (base32
11970 "1zry0vafajzmr37aylglxfvwplhdygbkb9cvzvh8cy0xgnjrnx13"))))
11971 (properties `((upstream-name . "densityClust")))
11972 (build-system r-build-system)
11973 (propagated-inputs
11974 `(("r-fnn" ,r-fnn)
11975 ("r-ggplot2" ,r-ggplot2)
11976 ("r-ggrepel" ,r-ggrepel)
11977 ("r-gridextra" ,r-gridextra)
11978 ("r-rcolorbrewer" ,r-rcolorbrewer)
11979 ("r-rcpp" ,r-rcpp)
11980 ("r-rtsne" ,r-rtsne)))
11981 (home-page "https://cran.r-project.org/web/packages/densityClust")
11982 (synopsis "Clustering by fast search and find of density peaks")
11983 (description
11984 "This package provides an improved implementation (based on k-nearest
11985 neighbors) of the density peak clustering algorithm, originally described by
11986 Alex Rodriguez and Alessandro Laio (Science, 2014 vol. 344). It can handle
11987 large datasets (> 100,000 samples) very efficiently.")
11988 (license license:gpl2+)))
11989
11990 (define-public r-combinat
11991 (package
11992 (name "r-combinat")
11993 (version "0.0-8")
11994 (source
11995 (origin
11996 (method url-fetch)
11997 (uri (cran-uri "combinat" version))
11998 (sha256
11999 (base32
12000 "1h9hr88gigihc4na7lb5i7rn4az1xa7sb34zvnznaj6pdrmwy4qm"))))
12001 (build-system r-build-system)
12002 (home-page "https://cran.r-project.org/web/packages/combinat")
12003 (synopsis "Combinatorics utilities")
12004 (description "This package provides assorted routines for combinatorics.")
12005 (license license:gpl2)))
12006
12007 (define-public r-qlcmatrix
12008 (package
12009 (name "r-qlcmatrix")
12010 (version "0.9.7")
12011 (source
12012 (origin
12013 (method url-fetch)
12014 (uri (cran-uri "qlcMatrix" version))
12015 (sha256
12016 (base32
12017 "0iqkcvvy8rxlk0s83sjq57dd6fadb18p5z31lzy0gnzv1hsy1x8y"))))
12018 (properties `((upstream-name . "qlcMatrix")))
12019 (build-system r-build-system)
12020 (propagated-inputs
12021 `(("r-docopt" ,r-docopt)
12022 ("r-matrix" ,r-matrix)
12023 ("r-slam" ,r-slam)
12024 ("r-sparsesvd" ,r-sparsesvd)))
12025 (home-page "https://cran.r-project.org/web/packages/qlcMatrix")
12026 (synopsis "Sparse matrix functions for quantitative language comparison")
12027 (description
12028 "This package provides an extension of the functionality of the Matrix
12029 package for using sparse matrices. Some of the functions are very general,
12030 while other are highly specific for the special data format used for
12031 @dfn{quantitative language comparison} (QLC).")
12032 (license license:gpl3)))
12033
12034 (define-public r-ddrtree
12035 (package
12036 (name "r-ddrtree")
12037 (version "0.1.5")
12038 (source
12039 (origin
12040 (method url-fetch)
12041 (uri (cran-uri "DDRTree" version))
12042 (sha256
12043 (base32
12044 "16s5fjw7kwlxhrkzdny62sx32fvmg3rxjc3wrh6krd31jh1fqlfk"))))
12045 (properties `((upstream-name . "DDRTree")))
12046 (build-system r-build-system)
12047 (propagated-inputs
12048 `(("r-bh" ,r-bh)
12049 ("r-irlba" ,r-irlba)
12050 ("r-rcpp" ,r-rcpp)
12051 ("r-rcppeigen" ,r-rcppeigen)))
12052 (home-page "https://cran.r-project.org/web/packages/DDRTree")
12053 (synopsis "Learning principal graphs with DDRTree")
12054 (description
12055 "This package provides an implementation of the framework of
12056 @dfn{reversed graph embedding} (RGE) which projects data into a reduced
12057 dimensional space while constructs a principal tree which passes through the
12058 middle of the data simultaneously. DDRTree shows superiority to
12059 alternatives (Wishbone, DPT) for inferring the ordering as well as the
12060 intrinsic structure of single cell genomics data. In general, it could be
12061 used to reconstruct the temporal progression as well as the bifurcation
12062 structure of any data type.")
12063 (license license:asl2.0)))
12064
12065 (define-public r-corpcor
12066 (package
12067 (name "r-corpcor")
12068 (version "1.6.9")
12069 (source
12070 (origin
12071 (method url-fetch)
12072 (uri (cran-uri "corpcor" version))
12073 (sha256
12074 (base32
12075 "1hi3i9d3841snppq1ks5pd8cliq1b4rm4dpsczmfqvwksg8snkrf"))))
12076 (build-system r-build-system)
12077 (home-page "http://strimmerlab.org/software/corpcor/")
12078 (synopsis "Efficient estimation of covariance and (partial) correlation")
12079 (description
12080 "This package implements a James-Stein-type shrinkage estimator for the
12081 covariance matrix, with separate shrinkage for variances and correlations.
12082 Furthermore, functions are available for fast singular value decomposition,
12083 for computing the pseudoinverse, and for checking the rank and positive
12084 definiteness of a matrix.")
12085 (license license:gpl3+)))
12086
12087 (define-public r-rspectra
12088 (package
12089 (name "r-rspectra")
12090 (version "0.16-0")
12091 (source
12092 (origin
12093 (method url-fetch)
12094 (uri (cran-uri "RSpectra" version))
12095 (sha256
12096 (base32
12097 "1ab45as2ysjrvkhvmx7y3nbhd0y1w4j9k2a789lcd973zz4wzwda"))))
12098 (properties `((upstream-name . "RSpectra")))
12099 (build-system r-build-system)
12100 (propagated-inputs
12101 `(("r-matrix" ,r-matrix)
12102 ("r-rcpp" ,r-rcpp)
12103 ("r-rcppeigen" ,r-rcppeigen)))
12104 (home-page "https://github.com/yixuan/RSpectra")
12105 (synopsis "Solvers for large-scale Eigenvalue and SVD problems")
12106 (description
12107 "This package provides an R interface to the Spectra library for
12108 large-scale eigenvalue and SVD problems. It is typically used to compute a
12109 few eigenvalues/vectors of an n by n matrix, e.g., the k largest eigenvalues,
12110 which is usually more efficient than @code{eigen()} if k << n.")
12111 ;; MPL 2 or later.
12112 (license license:mpl2.0)))
12113
12114 (define-public r-vbsr
12115 (package
12116 (name "r-vbsr")
12117 (version "0.0.5")
12118 (source
12119 (origin
12120 (method url-fetch)
12121 (uri (cran-uri "vbsr" version))
12122 (sha256
12123 (base32
12124 "1avskbxxyinjjdga4rnghcfvd4sypv4m39ysfaij5avvmi89bx3b"))))
12125 (build-system r-build-system)
12126 (home-page "https://cran.r-project.org/web/packages/vbsr")
12127 (synopsis "Variational Bayes spike regression regularized linear models")
12128 (description
12129 "This package provides an efficient algorithm for solving ultra-sparse
12130 regularized regression models using a variational Bayes algorithm with a spike
12131 prior. The algorithm is solved on a path, with coordinate updates, and is
12132 capable of generating very sparse models. Very general model
12133 diagnostics for controlling type-1 errors are also provided.")
12134 (license license:gpl2)))
12135
12136 (define-public r-flare
12137 (package
12138 (name "r-flare")
12139 (version "1.7.0")
12140 (source
12141 (origin
12142 (method url-fetch)
12143 (uri (cran-uri "flare" version))
12144 (sha256
12145 (base32
12146 "0f992dmgnr6s8g3386i9bjfyf08q8srgw7sjz2yx7snj8znq7251"))))
12147 (build-system r-build-system)
12148 (propagated-inputs
12149 `(("r-igraph" ,r-igraph)
12150 ("r-lattice" ,r-lattice)
12151 ("r-mass" ,r-mass)
12152 ("r-matrix" ,r-matrix)))
12153 (home-page "https://cran.r-project.org/web/packages/flare")
12154 (synopsis "Family of Lasso regression implementations")
12155 (description
12156 "This package provides implementations of a family of Lasso variants
12157 including Dantzig Selector, LAD Lasso, SQRT Lasso, Lq Lasso for estimating
12158 high dimensional sparse linear models.")
12159 (license license:gpl2)))
12160
12161 (define-public r-lassopv
12162 (package
12163 (name "r-lassopv")
12164 (version "0.2.0")
12165 (source
12166 (origin
12167 (method url-fetch)
12168 (uri (cran-uri "lassopv" version))
12169 (sha256
12170 (base32
12171 "0yawnjw063jypk3riy9xab9cmliv6c9dnabi18670khd3gzb2r9z"))))
12172 (build-system r-build-system)
12173 (propagated-inputs `(("r-lars" ,r-lars)))
12174 (home-page "https://github.com/lingfeiwang/lassopv")
12175 (synopsis "Non-parametric p-value estimation for predictors in Lasso")
12176 (description
12177 "This package enables you to estimate the p-values for predictors x
12178 against target variable y in Lasso regression, using the regularization
12179 strength when each predictor enters the active set of regularization path for
12180 the first time as the statistic.")
12181 (license license:gpl3)))
12182
12183 (define-public r-splitstackshape
12184 (package
12185 (name "r-splitstackshape")
12186 (version "1.4.8")
12187 (source
12188 (origin
12189 (method url-fetch)
12190 (uri (cran-uri "splitstackshape" version))
12191 (sha256
12192 (base32
12193 "0mpyf2kkfdl69pdc6brl1r6101vyc6pgr7z17s55ppg3y71k4q35"))))
12194 (build-system r-build-system)
12195 (propagated-inputs
12196 `(("r-data-table" ,r-data-table)))
12197 (home-page "https://github.com/mrdwab/splitstackshape")
12198 (synopsis "Stack and reshape datasets after splitting concatenated values")
12199 (description
12200 "Online data collection tools like Google Forms often export
12201 multiple-response questions with data concatenated in cells. The
12202 @code{concat.split} (cSplit) family of functions provided by this package
12203 splits such data into separate cells. This package also includes functions to
12204 stack groups of columns and to reshape wide data, even when the data are
12205 \"unbalanced\"---something which @code{reshape} (from base R) does not handle,
12206 and which @code{melt} and @code{dcast} from @code{reshape2} do not easily
12207 handle.")
12208 (license license:gpl3)))
12209
12210 (define-public r-tfmpvalue
12211 (package
12212 (name "r-tfmpvalue")
12213 (version "0.0.8")
12214 (source
12215 (origin
12216 (method url-fetch)
12217 (uri (cran-uri "TFMPvalue" version))
12218 (sha256
12219 (base32
12220 "0h9qkl15k8v17v3g9bdnfwvh2s04ywjgg5y0xn2077dmywlja1bd"))))
12221 (properties `((upstream-name . "TFMPvalue")))
12222 (build-system r-build-system)
12223 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
12224 (home-page "https://github.com/ge11232002/TFMPvalue")
12225 (synopsis "P-value computation for position weight matrices")
12226 (description
12227 "In putative @dfn{Transcription Factor Binding Sites} (TFBSs)
12228 identification from sequence/alignments, we are interested in the significance
12229 of certain match scores. TFMPvalue provides the accurate calculation of a
12230 p-value with a score threshold for position weight matrices, or the score with
12231 a given p-value. It is an interface to code originally made available by
12232 Helene Touzet and Jean-Stephane Varre, 2007, Algorithms Mol Biol:2, 15.
12233 Touzet and Varre (2007).")
12234 (license license:gpl2)))
12235
12236 (define-public r-rnifti
12237 (package
12238 (name "r-rnifti")
12239 (version "1.3.0")
12240 (source
12241 (origin
12242 (method url-fetch)
12243 (uri (cran-uri "RNifti" version))
12244 (sha256
12245 (base32
12246 "1zr0q79id62csmc30c7gs4hbmavk8n6p50a981sfz51dczhjj5ny"))))
12247 (properties `((upstream-name . "RNifti")))
12248 (build-system r-build-system)
12249 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
12250 (home-page "https://github.com/jonclayden/RNifti")
12251 (synopsis "Fast R and C++ access to NIfTI images")
12252 (description
12253 "This package provides very fast read and write access to images stored
12254 in the NIfTI-1 and ANALYZE-7.5 formats, with seamless synchronisation between
12255 compiled C and interpreted R code. It also provides a C/C++ API that can be
12256 used by other packages.")
12257 (license license:gpl2)))
12258
12259 (define-public r-shades
12260 (package
12261 (name "r-shades")
12262 (version "1.4.0")
12263 (source
12264 (origin
12265 (method url-fetch)
12266 (uri (cran-uri "shades" version))
12267 (sha256
12268 (base32
12269 "1zg95sjhrfvbdlfc387g9p0vnb8nb6agdk1mb3wq3kwkm2da0bqj"))))
12270 (build-system r-build-system)
12271 (home-page "https://github.com/jonclayden/shades")
12272 (synopsis "Simple color manipulation")
12273 (description
12274 "This package provides functions for easily manipulating colors,
12275 creating color scales and calculating color distances.")
12276 (license license:bsd-3)))
12277
12278 (define-public r-ore
12279 (package
12280 (name "r-ore")
12281 (version "1.6.3")
12282 (source
12283 (origin
12284 (method url-fetch)
12285 (uri (cran-uri "ore" version))
12286 (sha256
12287 (base32 "1vh6w3arrhgkfjjjw7ci91xmz4wpfr3cmwd5zkqch89dgn07skkv"))))
12288 (build-system r-build-system)
12289 (home-page "https://github.com/jonclayden/ore")
12290 (synopsis "R interface to the Onigmo regular expression library")
12291 (description
12292 "This package provides an alternative to R's built-in functionality for
12293 handling regular expressions, based on the Onigmo library. It offers
12294 first-class compiled regex objects, partial matching and function-based
12295 substitutions, amongst other features.")
12296 (license license:bsd-3)))
12297
12298 (define-public r-reportr
12299 (package
12300 (name "r-reportr")
12301 (version "1.3.0")
12302 (source
12303 (origin
12304 (method url-fetch)
12305 (uri (cran-uri "reportr" version))
12306 (sha256
12307 (base32
12308 "0zynplxqvbmf23cm2rsz3wz2jx6mv55z94mn1k44ny3lx625cnpw"))))
12309 (build-system r-build-system)
12310 (propagated-inputs `(("r-ore" ,r-ore)))
12311 (home-page "https://github.com/jonclayden/reportr")
12312 (synopsis "General message and error reporting system")
12313 (description
12314 "This package provides a system for reporting messages, which offers
12315 certain useful features over the standard R system, such as the incorporation
12316 of output consolidation, message filtering, assertions, expression
12317 substitution, automatic generation of stack traces for debugging, and
12318 conditional reporting based on the current \"output level\".")
12319 (license license:gpl2)))
12320
12321 (define-public r-tractor-base
12322 (package
12323 (name "r-tractor-base")
12324 (version "3.3.3.1")
12325 (source
12326 (origin
12327 (method url-fetch)
12328 (uri (cran-uri "tractor.base" version))
12329 (sha256
12330 (base32
12331 "0w5jw7pf77npkgig7667yikpbwv4dfk1dcq63qm88l409ga2f95p"))))
12332 (properties `((upstream-name . "tractor.base")))
12333 (build-system r-build-system)
12334 (propagated-inputs
12335 `(("r-ore" ,r-ore)
12336 ("r-reportr" ,r-reportr)
12337 ("r-rnifti" ,r-rnifti)
12338 ("r-shades" ,r-shades)))
12339 (home-page "https://www.tractor-mri.org.uk")
12340 (synopsis "Read, manipulate and visualize magnetic resonance images")
12341 (description
12342 "This package provides functions for working with magnetic resonance
12343 images. It supports reading and writing of popular file formats (DICOM,
12344 Analyze, NIfTI-1, NIfTI-2, MGH); interactive and non-interactive
12345 visualization; flexible image manipulation; metadata and sparse image
12346 handling.")
12347 (license license:gpl2)))
12348
12349 (define-public r-grimport
12350 (package
12351 (name "r-grimport")
12352 (version "0.9-3")
12353 (source
12354 (origin
12355 (method url-fetch)
12356 (uri (cran-uri "grImport" version))
12357 (sha256
12358 (base32
12359 "109mrdvq06xq3zgn9ngz0c7zzgqkv5zbpvsb2i636vmlk6y4dpkd"))))
12360 (properties `((upstream-name . "grImport")))
12361 (build-system r-build-system)
12362 (inputs
12363 `(("ghostscript" ,ghostscript)))
12364 (propagated-inputs
12365 `(("r-xml" ,r-xml)))
12366 (home-page "https://cran.r-project.org/web/packages/grImport")
12367 (synopsis "Convert, import, and draw PostScript pictures")
12368 (description
12369 "This package provides functions for converting, importing, and drawing
12370 PostScript pictures in R plots.")
12371 (license license:gpl2+)))
12372
12373 (define-public r-grimport2
12374 (package
12375 (name "r-grimport2")
12376 (version "0.2-0")
12377 (source
12378 (origin
12379 (method url-fetch)
12380 (uri (cran-uri "grImport2" version))
12381 (sha256
12382 (base32
12383 "19q0dd8fpp1g4xf6sg5f8dxybwxjfw553ra6wgjd8b74fzca40m1"))))
12384 (properties `((upstream-name . "grImport2")))
12385 (build-system r-build-system)
12386 (propagated-inputs
12387 `(("r-base64enc" ,r-base64enc)
12388 ("r-jpeg" ,r-jpeg)
12389 ("r-png" ,r-png)
12390 ("r-xml" ,r-xml)))
12391 (home-page "https://cran.r-project.org/web/packages/grImport2/")
12392 (synopsis "Import SVG graphics")
12393 (description
12394 "This package provides functions for importing external vector images and
12395 drawing them as part of R plots. This package is different from the
12396 @code{grImport} package because, where that package imports PostScript format
12397 images, this package imports SVG format images. Furthermore, this package
12398 imports a specific subset of SVG, so external images must be preprocessed
12399 using a package like @code{rsvg} to produce SVG that this package can import.
12400 SVG features that are not supported by R graphics, such as gradient fills, can
12401 be imported and then exported via the @code{gridSVG} package.")
12402 (license license:gpl2+)))
12403
12404 (define-public r-kohonen
12405 (package
12406 (name "r-kohonen")
12407 (version "3.0.10")
12408 (source
12409 (origin
12410 (method url-fetch)
12411 (uri (cran-uri "kohonen" version))
12412 (sha256
12413 (base32
12414 "1ck7j13x701g67bx81x7plszz804jfhl1yg42krcj9x88vm5cscr"))))
12415 (build-system r-build-system)
12416 (propagated-inputs
12417 `(("r-rcpp" ,r-rcpp)))
12418 (home-page "https://cran.r-project.org/web/packages/kohonen")
12419 (synopsis "Supervised and unsupervised self-organising maps")
12420 (description
12421 "This package provides functions to train @dfn{self-organising
12422 maps} (SOMs). Also interrogation of the maps and prediction using trained
12423 maps are supported. The name of the package refers to Teuvo Kohonen, the
12424 inventor of the SOM.")
12425 (license license:gpl2+)))
12426
12427 (define-public r-nnls
12428 (package
12429 (name "r-nnls")
12430 (version "1.4")
12431 (source
12432 (origin
12433 (method url-fetch)
12434 (uri (cran-uri "nnls" version))
12435 (sha256
12436 (base32
12437 "07vcrrxvswrvfiha6f3ikn640yg0m2b4yd9lkmim1g0jmsmpfp8f"))))
12438 (build-system r-build-system)
12439 (native-inputs `(("gfortran" ,gfortran)))
12440 (home-page "https://cran.r-project.org/web/packages/nnls")
12441 (synopsis "Lawson-Hanson algorithm for non-negative least squares")
12442 (description
12443 "This package provides an R interface to the Lawson-Hanson implementation
12444 of an algorithm for @dfn{non-negative least squares} (NNLS). It also allows
12445 the combination of non-negative and non-positive constraints.")
12446 (license license:gpl2+)))
12447
12448 (define-public r-iso
12449 (package
12450 (name "r-iso")
12451 (version "0.0-18.1")
12452 (source
12453 (origin
12454 (method url-fetch)
12455 (uri (cran-uri "Iso" version))
12456 (sha256
12457 (base32
12458 "0vy6jdyvp751430sf2f690yhasjr70cpk3p3lnaaxjq3fs5gg99g"))))
12459 (properties `((upstream-name . "Iso")))
12460 (build-system r-build-system)
12461 (native-inputs `(("gfortran" ,gfortran)))
12462 (home-page "https://www.stat.auckland.ac.nz/~rolf/")
12463 (synopsis "Functions to perform isotonic regression")
12464 (description
12465 "This package provides support for linear order and unimodal
12466 order (univariate) isotonic regression and bivariate isotonic regression with
12467 linear order on both variables.")
12468 (license license:gpl2+)))
12469
12470 (define-public r-chemometricswithr
12471 (package
12472 (name "r-chemometricswithr")
12473 (version "0.1.13")
12474 (source
12475 (origin
12476 (method url-fetch)
12477 (uri (cran-uri "ChemometricsWithR" version))
12478 (sha256
12479 (base32
12480 "166va1g3m1wv21qkmw4wpz0bsrclh3jih8smxphdc13l9pqgclpq"))))
12481 (properties
12482 `((upstream-name . "ChemometricsWithR")))
12483 (build-system r-build-system)
12484 (propagated-inputs
12485 `(("r-devtools" ,r-devtools)
12486 ("r-kohonen" ,r-kohonen)
12487 ("r-mass" ,r-mass)
12488 ("r-pls" ,r-pls)))
12489 (home-page "https://github.com/rwehrens/CWR")
12490 (synopsis "Chemometrics with R")
12491 (description
12492 "This package provides functions and scripts used in the book
12493 \"Chemometrics with R - Multivariate Data Analysis in the Natural Sciences and
12494 Life Sciences\" by Ron Wehrens, Springer (2011).")
12495 (license license:gpl2+)))
12496
12497 (define-public r-als
12498 (package
12499 (name "r-als")
12500 (version "0.0.6")
12501 (source
12502 (origin
12503 (method url-fetch)
12504 (uri (cran-uri "ALS" version))
12505 (sha256
12506 (base32
12507 "1swrn39vy50fazkpf97r7c542gkj6mlvy8gmcxllg7mf2mqx546a"))))
12508 (properties `((upstream-name . "ALS")))
12509 (build-system r-build-system)
12510 (propagated-inputs
12511 `(("r-iso" ,r-iso)
12512 ("r-nnls" ,r-nnls)))
12513 (home-page "https://cran.r-project.org/web/packages/ALS")
12514 (synopsis "Multivariate curve resolution alternating least squares")
12515 (description
12516 "Alternating least squares is often used to resolve components
12517 contributing to data with a bilinear structure; the basic technique may be
12518 extended to alternating constrained least squares. This package provides an
12519 implementation of @dfn{multivariate curve resolution alternating least
12520 squares} (MCR-ALS).
12521
12522 Commonly applied constraints include unimodality, non-negativity, and
12523 normalization of components. Several data matrices may be decomposed
12524 simultaneously by assuming that one of the two matrices in the bilinear
12525 decomposition is shared between datasets.")
12526 (license license:gpl2+)))
12527
12528 (define-public r-strucchange
12529 (package
12530 (name "r-strucchange")
12531 (version "1.5-2")
12532 (source
12533 (origin
12534 (method url-fetch)
12535 (uri (cran-uri "strucchange" version))
12536 (sha256
12537 (base32
12538 "1y022363a4pp0mnji91sjh1qiyspkh09sybqwj03r9pmwrd7q93x"))))
12539 (build-system r-build-system)
12540 (propagated-inputs
12541 `(("r-sandwich" ,r-sandwich)
12542 ("r-zoo" ,r-zoo)))
12543 (home-page "https://cran.r-project.org/web/packages/strucchange")
12544 (synopsis "Testing, monitoring, and dating structural changes")
12545 (description
12546 "This package provides tools for testing, monitoring and dating
12547 structural changes in (linear) regression models. It features tests/methods
12548 from the generalized fluctuation test framework as well as from the F
12549 test (Chow test) framework. This includes methods to fit, plot and test
12550 fluctuation processes (e.g., CUSUM, MOSUM, recursive/moving estimates) and F
12551 statistics, respectively. It is possible to monitor incoming data online
12552 using fluctuation processes. Finally, the breakpoints in regression models
12553 with structural changes can be estimated together with confidence intervals.
12554 Emphasis is always given to methods for visualizing the data.")
12555 ;; Either of these two GPL versions
12556 (license (list license:gpl2 license:gpl3))))
12557
12558 (define-public r-pixmap
12559 (package
12560 (name "r-pixmap")
12561 (version "0.4-12")
12562 (source
12563 (origin
12564 (method url-fetch)
12565 (uri (cran-uri "pixmap" version))
12566 (sha256
12567 (base32
12568 "1v1a1adsgh5jlvvi98j4nhb1h681s97ip76zdrga12rlsjaahfw9"))))
12569 (build-system r-build-system)
12570 (home-page "https://cran.r-project.org/web/packages/pixmap")
12571 (synopsis "Tools for bitmap images")
12572 (description
12573 "This package provides functions for importing, exporting, plotting and
12574 other manipulations of bitmapped images.")
12575 (license license:gpl2)))
12576
12577 (define-public r-rapidjsonr
12578 (package
12579 (name "r-rapidjsonr")
12580 (version "1.2.0")
12581 (source
12582 (origin
12583 (method url-fetch)
12584 (uri (cran-uri "rapidjsonr" version))
12585 (sha256
12586 (base32
12587 "07zdirhbzmvq3cp4xn8ngk1lgxbbabzays315zxbs3sxrz6lzjb2"))))
12588 (build-system r-build-system)
12589 (home-page "https://cran.r-project.org/web/packages/rapidjsonr")
12590 (synopsis "JSON parser")
12591 (description
12592 "This package provides JSON parsing capability through the Rapidjson
12593 library.")
12594 (license license:expat)))
12595
12596 (define-public r-ontologyindex
12597 (package
12598 (name "r-ontologyindex")
12599 (version "2.7")
12600 (source
12601 (origin
12602 (method url-fetch)
12603 (uri (cran-uri "ontologyIndex" version))
12604 (sha256
12605 (base32
12606 "0j3h1spqwjhh1wbmwivmqcyi042yy7d565c3kxgn70xrmy693x1k"))))
12607 (properties `((upstream-name . "ontologyIndex")))
12608 (build-system r-build-system)
12609 (native-inputs
12610 `(("r-knitr" ,r-knitr)))
12611 (home-page "https://cran.r-project.org/web/packages/ontologyIndex")
12612 (synopsis "Functions for processing ontologies in R")
12613 (description
12614 "This package provides functions for reading ontologies into R as lists
12615 and manipulating sets of ontological terms.")
12616 (license license:gpl2+)))
12617
12618 (define-public r-gargle
12619 (package
12620 (name "r-gargle")
12621 (version "1.1.0")
12622 (source
12623 (origin
12624 (method url-fetch)
12625 (uri (cran-uri "gargle" version))
12626 (sha256
12627 (base32
12628 "03y29dzz54bw9px5k8a72vmc000lcyrkc5l0izkqcciyi9ijkr3w"))))
12629 (build-system r-build-system)
12630 (propagated-inputs
12631 `(("r-cli" ,r-cli)
12632 ("r-fs" ,r-fs)
12633 ("r-glue" ,r-glue)
12634 ("r-httr" ,r-httr)
12635 ("r-jsonlite" ,r-jsonlite)
12636 ("r-rappdirs" ,r-rappdirs)
12637 ("r-rlang" ,r-rlang)
12638 ("r-rstudioapi" ,r-rstudioapi)
12639 ("r-withr" ,r-withr)))
12640 (native-inputs
12641 `(("r-knitr" ,r-knitr)))
12642 (home-page "https://gargle.r-lib.org")
12643 (synopsis "Utilities for working with Google APIs")
12644 (description
12645 "This package provides utilities for working with Google APIs. This
12646 includes functions and classes for handling common credential types and for
12647 preparing, executing, and processing HTTP requests.")
12648 (license license:expat)))
12649
12650 (define-public r-bigrquery
12651 (package
12652 (name "r-bigrquery")
12653 (version "1.3.2")
12654 (source
12655 (origin
12656 (method url-fetch)
12657 (uri (cran-uri "bigrquery" version))
12658 (sha256
12659 (base32
12660 "16whccv7f94vf57dvbbrhdskz3nnbmpa11a14kp7aynckldlfy0v"))))
12661 (build-system r-build-system)
12662 (propagated-inputs
12663 `(("r-assertthat" ,r-assertthat)
12664 ("r-bit64" ,r-bit64)
12665 ("r-curl" ,r-curl)
12666 ("r-dbi" ,r-dbi)
12667 ("r-gargle" ,r-gargle)
12668 ("r-glue" ,r-glue)
12669 ("r-httr" ,r-httr)
12670 ("r-jsonlite" ,r-jsonlite)
12671 ("r-prettyunits" ,r-prettyunits)
12672 ("r-progress" ,r-progress)
12673 ("r-rapidjsonr" ,r-rapidjsonr)
12674 ("r-rcpp" ,r-rcpp)
12675 ("r-rlang" ,r-rlang)
12676 ("r-tibble" ,r-tibble)))
12677 (home-page "https://github.com/rstats-db/bigrquery")
12678 (synopsis "R interface to Google's BigQuery API")
12679 (description
12680 "This package provides an R interface to Google's BigQuery database.")
12681 (license license:gpl3)))
12682
12683 (define-public r-gmp
12684 (package
12685 (name "r-gmp")
12686 (version "0.6-2")
12687 (source
12688 (origin
12689 (method url-fetch)
12690 (uri (cran-uri "gmp" version))
12691 (sha256
12692 (base32
12693 "03kzbflgpy5sgnzxmhshs5qv7jjmfc113ybkhxys4z8y7xdv9z3b"))))
12694 (build-system r-build-system)
12695 (arguments
12696 '(#:phases
12697 (modify-phases %standard-phases
12698 (add-after 'unpack 'set-CC
12699 (lambda _ (setenv "CC" "gcc") #t)))))
12700 (inputs `(("gmp" ,gmp)))
12701 (home-page "https://cran.r-project.org/web/packages/gmp")
12702 (synopsis "Multiple precision arithmetic")
12703 (description
12704 "This package supports multiple precision arithmetic (big integers and
12705 rationals, prime number tests, matrix computation), \"arithmetic without
12706 limitations\" using the GNU Multiple Precision library.")
12707 ;; Any version of the GPL.
12708 (license license:gpl3+)))
12709
12710 (define-public r-rmpfr
12711 (package
12712 (name "r-rmpfr")
12713 (version "0.8-3")
12714 (source
12715 (origin
12716 (method url-fetch)
12717 (uri (cran-uri "Rmpfr" version))
12718 (sha256
12719 (base32
12720 "1m9wwwch9wg886147brr2zfih65yfdfs3vmfvim1w6jykycasc9a"))))
12721 (properties `((upstream-name . "Rmpfr")))
12722 (build-system r-build-system)
12723 (inputs
12724 `(("mpfr" ,mpfr)
12725 ("gmp" ,gmp)))
12726 (propagated-inputs
12727 `(("r-gmp" ,r-gmp)))
12728 (native-inputs
12729 `(("pkg-config" ,pkg-config)))
12730 (home-page "http://rmpfr.r-forge.r-project.org/")
12731 (synopsis "R bindings to the MPFR library")
12732 (description
12733 "This package supports arithmetic (via S4 classes and methods) for
12734 arbitrary precision floating point numbers, including transcendental
12735 functions. To this end, the package interfaces with the @dfn{Multiple
12736 Precision Floating-Point Reliable} (MPFR) library.")
12737 (license license:gpl2+)))
12738
12739 (define-public r-assertive-base
12740 (package
12741 (name "r-assertive-base")
12742 (version "0.0-9")
12743 (source
12744 (origin
12745 (method url-fetch)
12746 (uri (cran-uri "assertive.base" version))
12747 (sha256
12748 (base32
12749 "07m0ddz092bgbl2fn1yk932h0iajdcqkri632477wl5a1q5r3w2b"))))
12750 (properties
12751 `((upstream-name . "assertive.base")))
12752 (build-system r-build-system)
12753 (home-page "https://bitbucket.org/richierocks/assertive.base")
12754 (synopsis "Core of the assertive package")
12755 (description
12756 "This package provides a minimal set of predicates and assertions used by
12757 the assertive package. This is mainly for use by other package developers who
12758 want to include run-time testing features in their own packages.")
12759 (license license:gpl3+)))
12760
12761 (define-public r-assertive-properties
12762 (package
12763 (name "r-assertive-properties")
12764 (version "0.0-4")
12765 (source
12766 (origin
12767 (method url-fetch)
12768 (uri (cran-uri "assertive.properties" version))
12769 (sha256
12770 (base32
12771 "0sqs54acs9qk9kvm32rxzfbzxz1l8mjahpfnw7r30z2brgz661jw"))))
12772 (properties
12773 `((upstream-name . "assertive.properties")))
12774 (build-system r-build-system)
12775 (propagated-inputs
12776 `(("r-assertive-base" ,r-assertive-base)))
12777 (home-page "https://bitbucket.org/richierocks/assertive.properties")
12778 (synopsis "Assertions to check properties of variables")
12779 (description
12780 "This package provides a set of predicates and assertions for checking
12781 the properties of variables, such as length, names and attributes. This is
12782 mainly for use by other package developers who want to include run-time
12783 testing features in their own packages.")
12784 (license license:gpl3+)))
12785
12786 (define-public r-assertive-numbers
12787 (package
12788 (name "r-assertive-numbers")
12789 (version "0.0-2")
12790 (source
12791 (origin
12792 (method url-fetch)
12793 (uri (cran-uri "assertive.numbers" version))
12794 (sha256
12795 (base32
12796 "0jc3ss64j4m7bjydhagwwmka5n7c72vpw4kfcch0m5jvkq5qrqds"))))
12797 (properties
12798 `((upstream-name . "assertive.numbers")))
12799 (build-system r-build-system)
12800 (propagated-inputs
12801 `(("r-assertive-base" ,r-assertive-base)))
12802 (home-page "https://bitbucket.org/richierocks/assertive.numbers")
12803 (synopsis "Assertions to check properties of numbers")
12804 (description
12805 "This package provides a set of predicates and assertions for checking
12806 the properties of numbers. This is mainly for use by other package developers
12807 who want to include run-time testing features in their own packages.")
12808 (license license:gpl3+)))
12809
12810 (define-public r-assertive-sets
12811 (package
12812 (name "r-assertive-sets")
12813 (version "0.0-3")
12814 (source
12815 (origin
12816 (method url-fetch)
12817 (uri (cran-uri "assertive.sets" version))
12818 (sha256
12819 (base32
12820 "1cqvh2syvh5b6d85h601zjmsdbbf3h8q98ids4dfl4frdshpasc7"))))
12821 (properties
12822 `((upstream-name . "assertive.sets")))
12823 (build-system r-build-system)
12824 (propagated-inputs
12825 `(("r-assertive-base" ,r-assertive-base)))
12826 (home-page "https://bitbucket.org/richierocks/assertive.sets")
12827 (synopsis "Assertions to check properties of sets")
12828 (description
12829 "This package provides a set of predicates and assertions for checking
12830 the properties of sets. This is mainly for use by other package developers
12831 who want to include run-time testing features in their own packages.")
12832 (license license:gpl3+)))
12833
12834 (define-public r-assertive-matrices
12835 (package
12836 (name "r-assertive-matrices")
12837 (version "0.0-2")
12838 (source
12839 (origin
12840 (method url-fetch)
12841 (uri (cran-uri "assertive.matrices" version))
12842 (sha256
12843 (base32
12844 "16sykzcndv6y2d43x6v9n7m95kv76364h39kh10w4z0xw6ksfqil"))))
12845 (properties
12846 `((upstream-name . "assertive.matrices")))
12847 (build-system r-build-system)
12848 (propagated-inputs
12849 `(("r-assertive-base" ,r-assertive-base)))
12850 (home-page "https://bitbucket.org/richierocks/assertive.matrices")
12851 (synopsis "Assertions to check properties of matrices")
12852 (description
12853 "This package provides a set of predicates and assertions for checking
12854 the properties of matrices. This is mainly for use by other package
12855 developers who want to include run-time testing features in their own
12856 packages.")
12857 (license license:gpl3+)))
12858
12859 (define-public r-assertive-models
12860 (package
12861 (name "r-assertive-models")
12862 (version "0.0-2")
12863 (source
12864 (origin
12865 (method url-fetch)
12866 (uri (cran-uri "assertive.models" version))
12867 (sha256
12868 (base32
12869 "0bn4j4v5qvb2d672cgri61p8d9v258pmz35y3lvm6b9mdxwdi9mr"))))
12870 (properties
12871 `((upstream-name . "assertive.models")))
12872 (build-system r-build-system)
12873 (propagated-inputs
12874 `(("r-assertive-base" ,r-assertive-base)))
12875 (home-page "https://bitbucket.org/richierocks/assertive.models")
12876 (synopsis "Assertions to check properties of models")
12877 (description
12878 "This package provides a set of predicates and assertions for checking
12879 the properties of models. This is mainly for use by other package developers
12880 who want to include run-time testing features in their own packages.")
12881 (license license:gpl3+)))
12882
12883 (define-public r-assertive-reflection
12884 (package
12885 (name "r-assertive-reflection")
12886 (version "0.0-5")
12887 (source
12888 (origin
12889 (method url-fetch)
12890 (uri (cran-uri "assertive.reflection" version))
12891 (sha256
12892 (base32
12893 "1g9lpwzy6r2xmyi2mlbcccnfgyzhzbmx5bsicf3vkffxrlkrpjn2"))))
12894 (properties
12895 `((upstream-name . "assertive.reflection")))
12896 (build-system r-build-system)
12897 (propagated-inputs
12898 `(("r-assertive-base" ,r-assertive-base)))
12899 (home-page "https://bitbucket.org/richierocks/assertive.reflection")
12900 (synopsis "Assertions for checking the state of R")
12901 (description
12902 "This package provides a set of predicates and assertions for checking
12903 the state and capabilities of R, the operating system it is running on, and
12904 the IDE being used. This is mainly for use by other package developers who
12905 want to include run-time testing features in their own packages.")
12906 (license license:gpl3+)))
12907
12908 (define-public r-assertive-types
12909 (package
12910 (name "r-assertive-types")
12911 (version "0.0-3")
12912 (source
12913 (origin
12914 (method url-fetch)
12915 (uri (cran-uri "assertive.types" version))
12916 (sha256
12917 (base32
12918 "0zxq1jfrzgw95ll7alvm0xnk7aihjdksngq4ya2whyvfjbmv4vdb"))))
12919 (properties
12920 `((upstream-name . "assertive.types")))
12921 (build-system r-build-system)
12922 (propagated-inputs
12923 `(("r-assertive-base" ,r-assertive-base)
12924 ("r-assertive-properties" ,r-assertive-properties)
12925 ("r-codetools" ,r-codetools)))
12926 (home-page "https://bitbucket.org/richierocks/assertive.types")
12927 (synopsis "Assertions to check types of variables")
12928 (description
12929 "This package provides a set of predicates and assertions for checking
12930 the types of variables. This is mainly for use by other package developers
12931 who want to include run-time testing features in their own packages.")
12932 (license license:gpl3+)))
12933
12934 (define-public r-assertive-files
12935 (package
12936 (name "r-assertive-files")
12937 (version "0.0-2")
12938 (source
12939 (origin
12940 (method url-fetch)
12941 (uri (cran-uri "assertive.files" version))
12942 (sha256
12943 (base32
12944 "02pfz8j5vwcj5kl6zca46894li7lxwnlrr29j922f14ay6kdssmy"))))
12945 (properties
12946 `((upstream-name . "assertive.files")))
12947 (build-system r-build-system)
12948 (propagated-inputs
12949 `(("r-assertive-base" ,r-assertive-base)
12950 ("r-assertive-numbers" ,r-assertive-numbers)))
12951 (home-page "https://bitbucket.org/richierocks/assertive.files")
12952 (synopsis "Assertions to check properties of files")
12953 (description
12954 "This package provides a set of predicates and assertions for checking
12955 the properties of files and connections. This is mainly for use by other
12956 package developers who want to include run-time testing features in their own
12957 packages.")
12958 (license license:gpl3+)))
12959
12960 (define-public r-assertive-code
12961 (package
12962 (name "r-assertive-code")
12963 (version "0.0-3")
12964 (source
12965 (origin
12966 (method url-fetch)
12967 (uri (cran-uri "assertive.code" version))
12968 (sha256
12969 (base32
12970 "1qhbp668zfvhqs8avkhg9amp4zyazz6dsy4fc6kpdmw3sv8yi07g"))))
12971 (properties
12972 `((upstream-name . "assertive.code")))
12973 (build-system r-build-system)
12974 (propagated-inputs
12975 `(("r-assertive-base" ,r-assertive-base)
12976 ("r-assertive-properties" ,r-assertive-properties)
12977 ("r-assertive-types" ,r-assertive-types)))
12978 (home-page "https://bitbucket.org/richierocks/assertive.code")
12979 (synopsis "Assertions to check properties of code")
12980 (description
12981 "This package provides a set of predicates and assertions for checking
12982 the properties of code. This is mainly for use by other package developers
12983 who want to include run-time testing features in their own packages.")
12984 (license license:gpl3+)))
12985
12986 (define-public r-assertive-datetimes
12987 (package
12988 (name "r-assertive-datetimes")
12989 (version "0.0-3")
12990 (source
12991 (origin
12992 (method url-fetch)
12993 (uri (cran-uri "assertive.datetimes" version))
12994 (sha256
12995 (base32
12996 "151d05z8n6dpl44pqsa1jfi0ijbigr3zfc43xlw53nd8ymi22kh1"))))
12997 (properties
12998 `((upstream-name . "assertive.datetimes")))
12999 (build-system r-build-system)
13000 (propagated-inputs
13001 `(("r-assertive-base" ,r-assertive-base)
13002 ("r-assertive-types" ,r-assertive-types)))
13003 (home-page "https://bitbucket.org/richierocks/assertive.datetimes")
13004 (synopsis "Assertions to check properties of dates and times")
13005 (description
13006 "This package provides a set of predicates and assertions for checking
13007 the properties of dates and times. This is mainly for use by other package
13008 developers who want to include run-time testing features in their own
13009 packages.")
13010 (license license:gpl3+)))
13011
13012 (define-public r-assertive-strings
13013 (package
13014 (name "r-assertive-strings")
13015 (version "0.0-3")
13016 (source
13017 (origin
13018 (method url-fetch)
13019 (uri (cran-uri "assertive.strings" version))
13020 (sha256
13021 (base32
13022 "0n6jrk88670g4ym0r8ii40a08a90z1xadj8wcryk8h0nl04dchfm"))))
13023 (properties
13024 `((upstream-name . "assertive.strings")))
13025 (build-system r-build-system)
13026 (propagated-inputs
13027 `(("r-assertive-base" ,r-assertive-base)
13028 ("r-assertive-types" ,r-assertive-types)
13029 ("r-stringi" ,r-stringi)))
13030 (home-page "https://bitbucket.org/richierocks/assertive.strings")
13031 (synopsis "Assertions to check properties of strings")
13032 (description
13033 "This package provides a set of predicates and assertions for checking
13034 the properties of strings. This is mainly for use by other package developers
13035 who want to include run-time testing features in their own packages.")
13036 (license license:gpl3+)))
13037
13038 (define-public r-assertive-data-us
13039 (package
13040 (name "r-assertive-data-us")
13041 (version "0.0-2")
13042 (source
13043 (origin
13044 (method url-fetch)
13045 (uri (cran-uri "assertive.data.us" version))
13046 (sha256
13047 (base32
13048 "1bgspn0sccmp9z7s7djvdvprgxlyc5vrxznp4zfjb79kwvgn83hq"))))
13049 (properties
13050 `((upstream-name . "assertive.data.us")))
13051 (build-system r-build-system)
13052 (propagated-inputs
13053 `(("r-assertive-base" ,r-assertive-base)
13054 ("r-assertive-strings" ,r-assertive-strings)))
13055 (home-page "https://bitbucket.org/richierocks/assertive.data.us")
13056 (synopsis "Assertions to check properties of strings")
13057 (description
13058 "This package provides a set of predicates and assertions for checking
13059 the properties of US-specific complex data types. This is mainly for use by
13060 other package developers who want to include run-time testing features in
13061 their own packages.")
13062 (license license:gpl3+)))
13063
13064 (define-public r-assertive-data-uk
13065 (package
13066 (name "r-assertive-data-uk")
13067 (version "0.0-2")
13068 (source
13069 (origin
13070 (method url-fetch)
13071 (uri (cran-uri "assertive.data.uk" version))
13072 (sha256
13073 (base32
13074 "1fzjvhwp7mwkqqix29khvs6zcrc82n6j4czvzzb473vyjyvdlj5b"))))
13075 (properties
13076 `((upstream-name . "assertive.data.uk")))
13077 (build-system r-build-system)
13078 (propagated-inputs
13079 `(("r-assertive-base" ,r-assertive-base)
13080 ("r-assertive-strings" ,r-assertive-strings)))
13081 (home-page "https://bitbucket.org/richierocks/assertive.data.uk")
13082 (synopsis "Assertions to check properties of strings")
13083 (description
13084 "This package provides a set of predicates and assertions for checking
13085 the properties of UK-specific complex data types. This is mainly for use by
13086 other package developers who want to include run-time testing features in
13087 their own packages.")
13088 (license license:gpl3+)))
13089
13090 (define-public r-assertive-data
13091 (package
13092 (name "r-assertive-data")
13093 (version "0.0-3")
13094 (source
13095 (origin
13096 (method url-fetch)
13097 (uri (cran-uri "assertive.data" version))
13098 (sha256
13099 (base32
13100 "00cvg2g36mdl8plrzx40m63qd55742mddqrchwy9n3c7mm4gn02s"))))
13101 (properties
13102 `((upstream-name . "assertive.data")))
13103 (build-system r-build-system)
13104 (propagated-inputs
13105 `(("r-assertive-base" ,r-assertive-base)
13106 ("r-assertive-strings" ,r-assertive-strings)))
13107 (home-page "https://bitbucket.org/richierocks/assertive.data")
13108 (synopsis "Assertions to check properties of data")
13109 (description
13110 "This package provides a set of predicates and assertions for checking
13111 the properties of (country independent) complex data types. This is mainly
13112 for use by other package developers who want to include run-time testing
13113 features in their own packages.")
13114 (license license:gpl3+)))
13115
13116 (define-public r-assertive
13117 (package
13118 (name "r-assertive")
13119 (version "0.3-6")
13120 (source
13121 (origin
13122 (method url-fetch)
13123 (uri (cran-uri "assertive" version))
13124 (sha256
13125 (base32
13126 "02palil82idqhhshcdjsfsja9qkqnd0dczqzj5gbccy4hfg1c0y4"))))
13127 (build-system r-build-system)
13128 (propagated-inputs
13129 `(("r-assertive-base" ,r-assertive-base)
13130 ("r-assertive-code" ,r-assertive-code)
13131 ("r-assertive-data" ,r-assertive-data)
13132 ("r-assertive-data-uk" ,r-assertive-data-uk)
13133 ("r-assertive-data-us" ,r-assertive-data-us)
13134 ("r-assertive-datetimes" ,r-assertive-datetimes)
13135 ("r-assertive-files" ,r-assertive-files)
13136 ("r-assertive-matrices" ,r-assertive-matrices)
13137 ("r-assertive-models" ,r-assertive-models)
13138 ("r-assertive-numbers" ,r-assertive-numbers)
13139 ("r-assertive-properties" ,r-assertive-properties)
13140 ("r-assertive-reflection" ,r-assertive-reflection)
13141 ("r-assertive-sets" ,r-assertive-sets)
13142 ("r-assertive-strings" ,r-assertive-strings)
13143 ("r-assertive-types" ,r-assertive-types)
13144 ("r-knitr" ,r-knitr)))
13145 (native-inputs
13146 `(("r-knitr" ,r-knitr)))
13147 (home-page "https://bitbucket.org/richierocks/assertive")
13148 (synopsis "Readable check functions to ensure code integrity")
13149 (description
13150 "This package provides lots of predicates (@code{is_*} functions) to
13151 check the state of your variables, and assertions (@code{assert_*} functions)
13152 to throw errors if they aren't in the right form.")
13153 (license license:gpl3+)))
13154
13155 (define-public r-dotcall64
13156 (package
13157 (name "r-dotcall64")
13158 (version "1.0-1")
13159 (source
13160 (origin
13161 (method url-fetch)
13162 (uri (cran-uri "dotCall64" version))
13163 (sha256
13164 (base32
13165 "1im5k8jbviwj2i42mq1kmjskh80isa7jr9w8i0fknidrzzy2h2zi"))))
13166 (properties `((upstream-name . "dotCall64")))
13167 (build-system r-build-system)
13168 (native-inputs `(("gfortran" ,gfortran)))
13169 (home-page "https://git.math.uzh.ch/reinhard.furrer/dotCall64")
13170 (synopsis "Enhanced foreign function interface supporting long vectors")
13171 (description
13172 "This package provides @code{.C64()}, an enhanced version of @code{.C()}
13173 and @code{.Fortran()} from the R foreign function interface. @code{.C64()}
13174 supports long vectors, arguments of type 64-bit integer, and provides a
13175 mechanism to avoid unnecessary copies of read-only and write-only arguments.
13176 This makes it a convenient and fast interface to C/C++ and Fortran code.")
13177 (license license:gpl2+)))
13178
13179 (define-public r-spam
13180 (package
13181 (name "r-spam")
13182 (version "2.6-0")
13183 (source
13184 (origin
13185 (method url-fetch)
13186 (uri (cran-uri "spam" version))
13187 (sha256
13188 (base32 "0p5ycvpry955ldrgbbq3syy91wx9425mddpn8r5m9xwlirjxv3v3"))))
13189 (build-system r-build-system)
13190 (propagated-inputs
13191 `(("r-dotcall64" ,r-dotcall64)))
13192 (native-inputs
13193 `(("gfortran" ,gfortran)
13194 ("r-knitr" ,r-knitr)))
13195 (home-page "https://www.math.uzh.ch/pages/spam/")
13196 (synopsis "Sparse matrix algebra")
13197 (description
13198 "This package provides a set of functions for sparse matrix algebra.
13199 Differences with other sparse matrix packages are:
13200
13201 @enumerate
13202 @item it only supports (essentially) one sparse matrix format;
13203 @item it is based on transparent and simple structure(s);
13204 @item it is tailored for MCMC calculations within G(M)RF;
13205 @item and it is fast and scalable (with the extension package @code{spam64}).
13206 @end enumerate\n")
13207 ;; Either of these licenses
13208 (license (list license:bsd-3 license:lgpl2.0))))
13209
13210 (define-public r-fields
13211 (package
13212 (name "r-fields")
13213 (version "11.6")
13214 (source
13215 (origin
13216 (method url-fetch)
13217 (uri (cran-uri "fields" version))
13218 (sha256
13219 (base32 "1nsrgkw9w3mwd3sajyzc06h49gg1s0bkq6xh5b66h1n4jbcx2046"))))
13220 (build-system r-build-system)
13221 (propagated-inputs
13222 `(("r-maps" ,r-maps)
13223 ("r-spam" ,r-spam)))
13224 (native-inputs
13225 `(("gfortran" ,gfortran)))
13226 (home-page "https://www.image.ucar.edu/fields")
13227 (synopsis "Tools for spatial data")
13228 (description
13229 "This is a package for curve, surface and function fitting with an
13230 emphasis on splines, spatial data and spatial statistics. The major methods
13231 include cubic, and thin plate splines, Kriging, and compactly supported
13232 covariance functions for large data sets.")
13233 (license license:gpl2+)))
13234
13235 (define-public r-spatialextremes
13236 (package
13237 (name "r-spatialextremes")
13238 (version "2.0-9")
13239 (source
13240 (origin
13241 (method url-fetch)
13242 (uri (cran-uri "SpatialExtremes" version))
13243 (sha256
13244 (base32
13245 "1mhn1c8n3bmgf0fjyac3wji4790zswzkqliqcv3n8kv9806crb0y"))))
13246 (properties
13247 `((upstream-name . "SpatialExtremes")))
13248 (build-system r-build-system)
13249 (propagated-inputs
13250 `(("r-fields" ,r-fields)
13251 ("r-maps" ,r-maps)))
13252 (home-page "http://spatialextremes.r-forge.r-project.org/")
13253 (synopsis "Modelling spatial extremes")
13254 (description
13255 "This package provides tools for the statistical modelling of spatial
13256 extremes using max-stable processes, copula or Bayesian hierarchical models.
13257 More precisely, this package allows (conditional) simulations from various
13258 parametric max-stable models, analysis of the extremal spatial dependence, the
13259 fitting of such processes using composite likelihoods or least square (simple
13260 max-stable processes only), model checking and selection and prediction.")
13261 (license license:gpl2+)))
13262
13263 (define-public r-drc
13264 (package
13265 (name "r-drc")
13266 (version "3.0-1")
13267 (source
13268 (origin
13269 (method url-fetch)
13270 (uri (cran-uri "drc" version))
13271 (sha256
13272 (base32
13273 "0c8xn8ripzq270hy8d16fcnx02l02alddznd7fqwk3jyi6113h1y"))))
13274 (build-system r-build-system)
13275 (propagated-inputs
13276 `(("r-car" ,r-car)
13277 ("r-gtools" ,r-gtools)
13278 ("r-mass" ,r-mass)
13279 ("r-multcomp" ,r-multcomp)
13280 ("r-plotrix" ,r-plotrix)
13281 ("r-scales" ,r-scales)))
13282 (home-page "https://cran.r-project.org/web/packages/drc")
13283 (synopsis "Analysis of dose-response curves")
13284 (description
13285 "This package provides a suite of flexible and versatile model fitting
13286 and after-fitting functions for the analysis of dose-response data.")
13287 (license license:gpl2+)))
13288
13289 (define-public r-rmeta
13290 (package
13291 (name "r-rmeta")
13292 (version "3.0")
13293 (source
13294 (origin
13295 (method url-fetch)
13296 (uri (cran-uri "rmeta" version))
13297 (sha256
13298 (base32
13299 "0vkbnxp579v8zmcv1isdbzj5swpr6fq17zwparxcvzswjc2x9ydr"))))
13300 (build-system r-build-system)
13301 (home-page "https://cran.r-project.org/web/packages/rmeta")
13302 (synopsis "Tools for meta-analysis")
13303 (description
13304 "This package provides functions for simple fixed and random effects
13305 meta-analysis for two-sample comparisons and cumulative meta-analyses. It
13306 draws standard summary plots, funnel plots, and computes summaries and tests
13307 for association and heterogeneity.")
13308 (license license:gpl2)))
13309
13310 (define-public r-bootstrap
13311 (package
13312 (name "r-bootstrap")
13313 (version "2019.6")
13314 (source
13315 (origin
13316 (method url-fetch)
13317 (uri (cran-uri "bootstrap" version))
13318 (sha256
13319 (base32
13320 "1546jqhhw5h177ii8jkdikyd26rv6gwkav816np1zks4p7zgsljj"))))
13321 (build-system r-build-system)
13322 (native-inputs `(("gfortran" ,gfortran)))
13323 (home-page "https://cran.r-project.org/web/packages/bootstrap")
13324 (synopsis "Functions for the book \"An Introduction to the Bootstrap\"")
13325 (description
13326 "This package provides software and data for the book \"An Introduction
13327 to the Bootstrap\" by B. Efron and R. Tibshirani, 1993, Chapman and Hall.
13328 This package is primarily provided for projects already based on it, and for
13329 support of the book. New projects should preferentially use the recommended
13330 package \"boot\".")
13331 (license license:bsd-3)))
13332
13333 (define-public r-survivalroc
13334 (package
13335 (name "r-survivalroc")
13336 (version "1.0.3")
13337 (source
13338 (origin
13339 (method url-fetch)
13340 (uri (cran-uri "survivalROC" version))
13341 (sha256
13342 (base32
13343 "0wnd65ff5w679hxa1zrpfrx9qg47q21pjxppsga6m3h4iq1yfj8l"))))
13344 (properties `((upstream-name . "survivalROC")))
13345 (build-system r-build-system)
13346 (home-page "https://cran.r-project.org/web/packages/survivalROC")
13347 (synopsis "Time-dependent ROC curve estimation from censored survival data")
13348 (description
13349 "Compute time-dependent ROC curve from censored survival data using
13350 Kaplan-Meier (KM) or Nearest Neighbor Estimation (NNE) method of Heagerty,
13351 Lumley & Pepe (Biometrics, Vol 56 No 2, 2000, PP 337-344)")
13352 (license license:gpl2+)))
13353
13354 (define-public r-longitudinal
13355 (package
13356 (name "r-longitudinal")
13357 (version "1.1.12")
13358 (source
13359 (origin
13360 (method url-fetch)
13361 (uri (cran-uri "longitudinal" version))
13362 (sha256
13363 (base32
13364 "1d83ws28nxi3kw5lgd5n5y7865djq7ky72fw3ddi1fkkhg1r9y6l"))))
13365 (build-system r-build-system)
13366 (propagated-inputs `(("r-corpcor" ,r-corpcor)))
13367 (home-page "http://strimmerlab.org/software/longitudinal/")
13368 (synopsis "Analysis of multiple time course data")
13369 (description
13370 "This package contains general data structures and functions for
13371 longitudinal data with multiple variables, repeated measurements, and
13372 irregularly spaced time points. It also implements a shrinkage estimator of
13373 dynamical correlation and dynamical covariance.")
13374 (license license:gpl3+)))
13375
13376 (define-public r-genenet
13377 (package
13378 (name "r-genenet")
13379 (version "1.2.15")
13380 (source
13381 (origin
13382 (method url-fetch)
13383 (uri (cran-uri "GeneNet" version))
13384 (sha256
13385 (base32
13386 "11ba6ahsk3x9alvcw8bai2bpg84ki1m8nadrjjdhjg65svhw8njm"))))
13387 (properties `((upstream-name . "GeneNet")))
13388 (build-system r-build-system)
13389 (propagated-inputs
13390 `(("r-corpcor" ,r-corpcor)
13391 ("r-fdrtool" ,r-fdrtool)
13392 ("r-longitudinal" ,r-longitudinal)))
13393 (home-page "http://strimmerlab.org/software/genenet/")
13394 (synopsis "Modeling and inferring gene networks")
13395 (description
13396 "This package analyzes gene expression (time series) data with focus on
13397 the inference of gene networks. In particular, GeneNet implements the methods
13398 of Schaefer and Strimmer (2005a,b,c) and Opgen-Rhein and Strimmer (2006, 2007)
13399 for learning large-scale gene association networks (including assignment of
13400 putative directions).")
13401 (license license:gpl3+)))
13402
13403 (define-public r-rbamtools
13404 (package
13405 (name "r-rbamtools")
13406 (version "2.16.17")
13407 (source
13408 (origin
13409 (method url-fetch)
13410 (uri (cran-uri "rbamtools" version))
13411 (sha256
13412 (base32
13413 "0qj37ljdva3v29s01dkrbg31mcfzy3bl145cp40d54v4h9xhcghc"))))
13414 (build-system r-build-system)
13415 (inputs `(("zlib" ,zlib)))
13416 (propagated-inputs
13417 `(("r-refgenome" ,r-refgenome)))
13418 (home-page "https://cran.r-project.org/web/packages/rbamtools")
13419 (synopsis "Read and write BAM (binary alignment) files")
13420 (description
13421 "This package provides an R interface to functions of the SAMtools
13422 library.")
13423 (license license:artistic2.0)))
13424
13425 (define-public r-protviz
13426 (package
13427 (name "r-protviz")
13428 (version "0.6.8")
13429 (source
13430 (origin
13431 (method url-fetch)
13432 (uri (cran-uri "protViz" version))
13433 (sha256
13434 (base32
13435 "0rn8fjg7791a4j2k1kk1jwx40xz20bfaavvflmhyzpl398vmmy3a"))))
13436 (properties `((upstream-name . "protViz")))
13437 (build-system r-build-system)
13438 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
13439 (home-page "https://github.com/protViz/protViz/")
13440 (synopsis "Visualizing and analyzing mass spectrometry data in proteomics")
13441 (description
13442 "This package helps with quality checks, visualizations and analysis of
13443 mass spectrometry data, coming from proteomics experiments. The package is
13444 developed, tested and used at the Functional Genomics Center Zurich, where it
13445 is used mainly for prototyping, teaching, and having fun with proteomics data.
13446 But it can also be used to do data analysis for small scale data sets.")
13447 (license license:gpl3)))
13448
13449 (define-public r-cmprsk
13450 (package
13451 (name "r-cmprsk")
13452 (version "2.2-10")
13453 (source
13454 (origin
13455 (method url-fetch)
13456 (uri (cran-uri "cmprsk" version))
13457 (sha256
13458 (base32 "1xnx2zanw548prxsw2zw5cddkkg6kj97jgyzw67achq5mnsvfbg8"))))
13459 (build-system r-build-system)
13460 (propagated-inputs
13461 `(("r-survival" ,r-survival)))
13462 (native-inputs
13463 `(("gfortran" ,gfortran)))
13464 (home-page "https://cran.r-project.org/web/packages/cmprsk")
13465 (synopsis "Subdistribution analysis of competing risks")
13466 (description
13467 "This package provides tool for estimation, testing and regression
13468 modeling of subdistribution functions in competing risks, as described in
13469 Gray (1988), A class of K-sample tests for comparing the cumulative incidence
13470 of a competing risk, Ann. Stat. 16:1141-1154, and Fine JP and Gray RJ (1999),
13471 A proportional hazards model for the subdistribution of a competing risk,
13472 JASA, 94:496-509.")
13473 (license license:gpl2+)))
13474
13475 (define-public r-etm
13476 (package
13477 (name "r-etm")
13478 (version "1.1.1")
13479 (source
13480 (origin
13481 (method url-fetch)
13482 (uri (cran-uri "etm" version))
13483 (sha256
13484 (base32
13485 "1hvrplmdpjjpjji663rw0vjbbrzj2nvr04d1nkc8bf46p4ixyxgy"))))
13486 (build-system r-build-system)
13487 (propagated-inputs
13488 `(("r-data-table" ,r-data-table)
13489 ("r-lattice" ,r-lattice)
13490 ("r-rcpp" ,r-rcpp)
13491 ("r-rcpparmadillo" ,r-rcpparmadillo)
13492 ("r-survival" ,r-survival)))
13493 (home-page "https://cran.r-project.org/web/packages/etm")
13494 (synopsis "Empirical transition matrix")
13495 (description
13496 "The @dfn{empirical transition matrix} (etm) package estimates
13497 the matrix of transition probabilities for any time-inhomogeneous multistate
13498 model with finite state space using the Aalen-Johansen estimator.")
13499 (license license:expat)))
13500
13501 (define-public r-epi
13502 (package
13503 (name "r-epi")
13504 (version "2.44")
13505 (source
13506 (origin
13507 (method url-fetch)
13508 (uri (cran-uri "Epi" version))
13509 (sha256
13510 (base32
13511 "1wcxr1f7irgfdwzz4vf67114yhxrhxxxnhy4hfaww0zy91vzxx10"))))
13512 (properties `((upstream-name . "Epi")))
13513 (build-system r-build-system)
13514 (propagated-inputs
13515 `(("r-cmprsk" ,r-cmprsk)
13516 ("r-data-table" ,r-data-table)
13517 ("r-dplyr" ,r-dplyr)
13518 ("r-etm" ,r-etm)
13519 ("r-mass" ,r-mass)
13520 ("r-matrix" ,r-matrix)
13521 ("r-mgcv" ,r-mgcv)
13522 ("r-numderiv" ,r-numderiv)
13523 ("r-plyr" ,r-plyr)
13524 ("r-purrr" ,r-purrr)
13525 ("r-survival" ,r-survival)
13526 ("r-zoo" ,r-zoo)))
13527 (home-page "https://BendixCarstensen.com/Epi/")
13528 (synopsis "Statistical analysis in epidemiology")
13529 (description
13530 "This package provides functions for demographic and epidemiological
13531 analysis in the Lexis diagram, i.e. register and cohort follow-up data, in
13532 particular representation, manipulation and simulation of multistate data -
13533 the Lexis suite of functions, which includes interfaces to the @code{mstate},
13534 @code{etm} and @code{cmprsk} packages. It also contains functions for
13535 Age-Period-Cohort and Lee-Carter modeling and a function for interval censored
13536 data and some useful functions for tabulation and plotting, as well as a
13537 number of epidemiological data sets.")
13538 (license license:gpl2)))
13539
13540 (define-public r-ppls
13541 (package
13542 (name "r-ppls")
13543 (version "1.6-1.1")
13544 (source
13545 (origin
13546 (method url-fetch)
13547 (uri (cran-uri "ppls" version))
13548 (sha256
13549 (base32
13550 "1zyrisy3c4cz896j1bjh61sf57wdl9p8ywdq268cl819szfq78mx"))))
13551 (build-system r-build-system)
13552 (propagated-inputs `(("r-mass" ,r-mass)))
13553 (home-page "https://cran.r-project.org/web/packages/ppls")
13554 (synopsis "Penalized partial least squares")
13555 (description
13556 "This package contains linear and nonlinear regression methods based on
13557 partial least squares and penalization techniques. Model parameters are
13558 selected via cross-validation, and confidence intervals ans tests for the
13559 regression coefficients can be conducted via jackknifing.")
13560 (license license:gpl2+)))
13561
13562 (define-public r-huge
13563 (package
13564 (name "r-huge")
13565 (version "1.3.4.1")
13566 (source
13567 (origin
13568 (method url-fetch)
13569 (uri (cran-uri "huge" version))
13570 (sha256
13571 (base32 "11m80dnaxqw5v006q6kvhndl2y5ih5553fcqg4jcaljd8sp9xvvq"))))
13572 (build-system r-build-system)
13573 (propagated-inputs
13574 `(("r-igraph" ,r-igraph)
13575 ("r-mass" ,r-mass)
13576 ("r-matrix" ,r-matrix)
13577 ("r-rcpp" ,r-rcpp)
13578 ("r-rcppeigen" ,r-rcppeigen)))
13579 (home-page "https://cran.r-project.org/web/packages/huge")
13580 (synopsis "High-dimensional undirected graph estimation")
13581 (description
13582 "This package provides a general framework for high-dimensional
13583 undirected graph estimation. It integrates data preprocessing, neighborhood
13584 screening, graph estimation, and model selection techniques into a pipeline.")
13585 (license license:gpl2)))
13586
13587 (define-public r-parcor
13588 (package
13589 (name "r-parcor")
13590 (version "0.2-6")
13591 (source
13592 (origin
13593 (method url-fetch)
13594 (uri (cran-uri "parcor" version))
13595 (sha256
13596 (base32
13597 "0vgs6k92vdr0cmb8cwbv2ff6qavw30agskfd8bfh17hsskrisvx0"))))
13598 (build-system r-build-system)
13599 (propagated-inputs
13600 `(("r-epi" ,r-epi)
13601 ("r-genenet" ,r-genenet)
13602 ("r-glmnet" ,r-glmnet)
13603 ("r-mass" ,r-mass)
13604 ("r-ppls" ,r-ppls)))
13605 (home-page "https://cran.r-project.org/web/packages/parcor")
13606 (synopsis "Regularized estimation of partial correlation matrices")
13607 (description
13608 "This package estimates the matrix of partial correlations based on
13609 different regularized regression methods: lasso, adaptive lasso, PLS, and
13610 Ridge Regression. In addition, the package provides model selection for
13611 lasso, adaptive lasso and Ridge regression based on cross-validation.")
13612 (license license:gpl2+)))
13613
13614 (define-public r-mcmc
13615 (package
13616 (name "r-mcmc")
13617 (version "0.9-7")
13618 (source
13619 (origin
13620 (method url-fetch)
13621 (uri (cran-uri "mcmc" version))
13622 (sha256
13623 (base32
13624 "0q42m8ab7b6bxhns494ksjdss5f3c5m2jjfdlfj6fk1nz7ax7i5p"))))
13625 (build-system r-build-system)
13626 (home-page "https://www.stat.umn.edu/geyer/mcmc/")
13627 (synopsis "Markov chain Monte Carlo")
13628 (description
13629 "This package simulates continuous distributions of random vectors using
13630 @dfn{Markov chain Monte Carlo} (MCMC). Users specify the distribution by an R
13631 function that evaluates the log unnormalized density. Algorithms are random
13632 walk Metropolis algorithm (function @code{metrop}), simulated
13633 tempering (function @code{temper}), and morphometric random walk
13634 Metropolis (function @code{morph.metrop}), which achieves geometric ergodicity
13635 by change of variable.")
13636 (license license:expat)))
13637
13638 (define-public r-listenv
13639 (package
13640 (name "r-listenv")
13641 (version "0.8.0")
13642 (source
13643 (origin
13644 (method url-fetch)
13645 (uri (cran-uri "listenv" version))
13646 (sha256
13647 (base32
13648 "0ps8bk7zlhbviawrw7vw25skjq81hkk3ijyi6g74dmfqy8zsyapx"))))
13649 (build-system r-build-system)
13650 (native-inputs
13651 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
13652 (home-page "https://github.com/HenrikBengtsson/listenv")
13653 (synopsis "Environments behaving (almost) as lists")
13654 (description
13655 "This package implements list environments. List environments are
13656 environments that have list-like properties. For instance, the elements of a
13657 list environment are ordered and can be accessed and iterated over using index
13658 subsetting.")
13659 (license license:lgpl2.1+)))
13660
13661 (define-public r-globals
13662 (package
13663 (name "r-globals")
13664 (version "0.14.0")
13665 (source
13666 (origin
13667 (method url-fetch)
13668 (uri (cran-uri "globals" version))
13669 (sha256
13670 (base32
13671 "1wrjiiif6rpc268zz79pvpw33si6n6ffgxdnxmmcracwhb5vqg90"))))
13672 (build-system r-build-system)
13673 (propagated-inputs
13674 `(("r-codetools" ,r-codetools)))
13675 (home-page "https://github.com/HenrikBengtsson/globals")
13676 (synopsis "Identify global objects in R expressions")
13677 (description
13678 "This package provides tools to identify global (\"unknown\" or \"free\")
13679 objects in R expressions by code inspection using various strategies, e.g.
13680 conservative or liberal. The objective of this package is to make it as
13681 simple as possible to identify global objects for the purpose of exporting
13682 them in distributed compute environments.")
13683 (license license:lgpl2.1+)))
13684
13685 (define-public r-parallelly
13686 (package
13687 (name "r-parallelly")
13688 (version "1.24.0")
13689 (source
13690 (origin
13691 (method url-fetch)
13692 (uri (cran-uri "parallelly" version))
13693 (sha256
13694 (base32
13695 "1x04pxcyyzmg1rl9mcd7mmxglzmxgy40fmbwpy7vf5y7z15rzrp6"))))
13696 (properties `((upstream-name . "parallelly")))
13697 (build-system r-build-system)
13698 (home-page "https://github.com/HenrikBengtsson/parallelly")
13699 (synopsis "Enhancements of the parallel package")
13700 (description
13701 "This package provides utility functions that enhance the @code{parallel}
13702 package and support the built-in parallel backends of the @code{future}
13703 package. For example, @code{availableCores} gives the number of CPU cores
13704 available to your R process as given by R options and environment variables,
13705 including those set by job schedulers on high-performance compute clusters.
13706 If none is set, it will fall back to @code{parallel::detectCores}. Another
13707 example is @code{makeClusterPSOCK}, which is backward compatible with
13708 @code{parallel::makePSOCKcluster} while doing a better job in setting up
13709 remote cluster workers without the need for configuring the firewall to do
13710 port-forwarding to your local computer.")
13711 (license license:lgpl2.1+)))
13712
13713 (define-public r-future
13714 (package
13715 (name "r-future")
13716 (version "1.21.0")
13717 (source
13718 (origin
13719 (method url-fetch)
13720 (uri (cran-uri "future" version))
13721 (sha256
13722 (base32
13723 "0bfiy17n5rghxw0702k0vgpjkk13268lniifdlx59flf0q16d7lh"))))
13724 (build-system r-build-system)
13725 (propagated-inputs
13726 `(("r-digest" ,r-digest)
13727 ("r-globals" ,r-globals)
13728 ("r-listenv" ,r-listenv)
13729 ("r-parallelly" ,r-parallelly)))
13730 (native-inputs
13731 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
13732 (home-page "https://github.com/HenrikBengtsson/future")
13733 (synopsis "Unified parallel and distributed processing in R")
13734 (description
13735 "The purpose of this package is to provide a lightweight and unified
13736 Future API for sequential and parallel processing of R expression via futures.
13737 This package implements sequential, multicore, multisession, and cluster
13738 futures. With these, R expressions can be evaluated on the local machine, in
13739 parallel a set of local machines, or distributed on a mix of local and remote
13740 machines. Extensions to this package implement additional backends for
13741 processing futures via compute cluster schedulers etc. Because of its unified
13742 API, there is no need to modify any code in order to switch from sequential on
13743 the local machine to, say, distributed processing on a remote compute cluster.")
13744 (license license:lgpl2.1+)))
13745
13746 (define-public r-future-apply
13747 (package
13748 (name "r-future-apply")
13749 (version "1.7.0")
13750 (source
13751 (origin
13752 (method url-fetch)
13753 (uri (cran-uri "future.apply" version))
13754 (sha256
13755 (base32
13756 "1ns5cf80vyabvyz9qp6kpvkg4jycinn7x6v7x6692fgjapdnmyig"))))
13757 (properties `((upstream-name . "future.apply")))
13758 (build-system r-build-system)
13759 (propagated-inputs
13760 `(("r-future" ,r-future)
13761 ("r-globals" ,r-globals)))
13762 (native-inputs
13763 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
13764 (home-page "https://github.com/HenrikBengtsson/future.apply")
13765 (synopsis "Apply function to elements in parallel using futures")
13766 (description
13767 "This package provides implementations of @code{apply()},
13768 @code{eapply()}, @code{lapply()}, @code{Map()}, @code{mapply()},
13769 @code{replicate()}, @code{sapply()}, @code{tapply()}, and @code{vapply()} that
13770 can be resolved using any future-supported backend, e.g. parallel on the local
13771 machine or distributed on a compute cluster.")
13772 (license license:gpl2+)))
13773
13774 (define-public r-rsvd
13775 (package
13776 (name "r-rsvd")
13777 (version "1.0.3")
13778 (source
13779 (origin
13780 (method url-fetch)
13781 (uri (cran-uri "rsvd" version))
13782 (sha256
13783 (base32
13784 "1fvrw46fl5xb2akaa4mp8nja4h7nn4bdhnjdrk22fsdfqc7hwmhk"))))
13785 (build-system r-build-system)
13786 (propagated-inputs
13787 `(("r-matrix" ,r-matrix)))
13788 (home-page "https://github.com/erichson/rSVD")
13789 (synopsis "Randomized singular value decomposition")
13790 (description
13791 "Low-rank matrix decompositions are fundamental tools and widely used for
13792 data analysis, dimension reduction, and data compression. Classically, highly
13793 accurate deterministic matrix algorithms are used for this task. However, the
13794 emergence of large-scale data has severely challenged our computational
13795 ability to analyze big data. The concept of randomness has been demonstrated
13796 as an effective strategy to quickly produce approximate answers to familiar
13797 problems such as the @dfn{singular value decomposition} (SVD). This package
13798 provides several randomized matrix algorithms such as the randomized singular
13799 value decomposition (@code{rsvd}), randomized principal component
13800 analysis (@code{rpca}), randomized robust principal component
13801 analysis (@code{rrpca}), randomized interpolative decomposition (@code{rid}),
13802 and the randomized CUR decomposition (@code{rcur}). In addition several plot
13803 functions are provided.")
13804 (license license:gpl3+)))
13805
13806 (define-public r-sloop
13807 (package
13808 (name "r-sloop")
13809 (version "1.0.1")
13810 (source
13811 (origin
13812 (method url-fetch)
13813 (uri (cran-uri "sloop" version))
13814 (sha256
13815 (base32
13816 "00fk5fr5zsk2qxc1kfhmshhjxgnamm3401089sx8m2l529zd6r8j"))))
13817 (build-system r-build-system)
13818 (propagated-inputs
13819 `(("r-codetools" ,r-codetools)
13820 ("r-crayon" ,r-crayon)
13821 ("r-purrr" ,r-purrr)
13822 ("r-rlang" ,r-rlang)
13823 ("r-tibble" ,r-tibble)))
13824 (home-page "https://github.com/r-lib/sloop")
13825 (synopsis "Helpers for object-oriented programming in R")
13826 (description
13827 "This package provides a collection of helper functions designed to
13828 help you to better understand object oriented programming in R, particularly
13829 using @code{S3}.")
13830 (license license:gpl3)))
13831
13832 (define-public r-capushe
13833 (package
13834 (name "r-capushe")
13835 (version "1.1.1")
13836 (source
13837 (origin
13838 (method url-fetch)
13839 (uri (cran-uri "capushe" version))
13840 (sha256
13841 (base32
13842 "1aa76ir1kp67hiz7dr60azyc71yzslshyc640fjh0fpw0sp5kwbc"))))
13843 (build-system r-build-system)
13844 (propagated-inputs `(("r-mass" ,r-mass)))
13845 (home-page "https://cran.r-project.org/web/packages/capushe/index.html")
13846 (synopsis "Calibrating penalties using slope heuristics")
13847 (description
13848 "This package provides tools for the calibration of penalized criteria
13849 for model selection. The calibration methods available are based on the slope
13850 heuristics.")
13851 (license license:gpl2+)))
13852
13853 (define-public r-dorng
13854 (package
13855 (name "r-dorng")
13856 (version "1.8.2")
13857 (source
13858 (origin
13859 (method url-fetch)
13860 (uri (cran-uri "doRNG" version))
13861 (sha256
13862 (base32
13863 "1jff27zzrvd1fd61x2m9468h8xn3s1c9f6wibviy5zdhj5dx9s9k"))))
13864 (properties `((upstream-name . "doRNG")))
13865 (build-system r-build-system)
13866 (propagated-inputs
13867 `(("r-foreach" ,r-foreach)
13868 ("r-iterators" ,r-iterators)
13869 ("r-rngtools" ,r-rngtools)))
13870 (home-page "https://renozao.github.io/doRNG/")
13871 (synopsis "Generic reproducible parallel backend for foreach loops")
13872 (description
13873 "This package provides functions to perform reproducible parallel
13874 @code{foreach} loops, using independent random streams as generated by
13875 L'Ecuyer's combined multiple-recursive generator. It enables to easily
13876 convert standard @code{%dopar%} loops into fully reproducible loops,
13877 independently of the number of workers, the task scheduling strategy, or the
13878 chosen parallel environment and associated foreach backend.")
13879 (license license:gpl2+)))
13880
13881 (define-public r-blockmodeling
13882 (package
13883 (name "r-blockmodeling")
13884 (version "1.0.0")
13885 (source
13886 (origin
13887 (method url-fetch)
13888 (uri (cran-uri "blockmodeling" version))
13889 (sha256
13890 (base32
13891 "1z4w2kq0id0gb5d0lqcdaw3clplhzywarkpvvx3drivdypzl237i"))))
13892 (build-system r-build-system)
13893 (propagated-inputs
13894 `(("r-matrix" ,r-matrix)))
13895 (native-inputs `(("gfortran" ,gfortran)))
13896 (home-page "https://cran.r-project.org/web/packages/blockmodeling")
13897 (synopsis "Generalized and classical blockmodeling of valued networks")
13898 (description
13899 "This package is primarily meant as an implementation of generalized
13900 blockmodeling for valued networks. In addition, measures of similarity or
13901 dissimilarity based on structural equivalence and regular equivalence (REGE
13902 algorithms) can be computed and partitioned matrices can be plotted.")
13903 (license license:gpl2+)))
13904
13905 (define-public r-upsetr
13906 (package
13907 (name "r-upsetr")
13908 (version "1.4.0")
13909 (source
13910 (origin
13911 (method url-fetch)
13912 (uri (cran-uri "UpSetR" version))
13913 (sha256
13914 (base32
13915 "007i0njnjjy7vbrxabwav7a1kk2n0hn2mkvqsdzzfk10ckp5y7im"))))
13916 (properties `((upstream-name . "UpSetR")))
13917 (build-system r-build-system)
13918 (propagated-inputs
13919 `(("r-ggplot2" ,r-ggplot2)
13920 ("r-gridextra" ,r-gridextra)
13921 ("r-plyr" ,r-plyr)
13922 ("r-scales" ,r-scales)))
13923 (home-page "https://github.com/hms-dbmi/UpSetR")
13924 (synopsis "Visualize intersecting sets")
13925 (description
13926 "This package provides a more scalable alternative to Venn and Euler
13927 diagrams for visualizing intersecting sets. Create visualizations of
13928 intersecting sets using a novel matrix design, along with visualizations of
13929 several common set, element and attribute related tasks.")
13930 (license license:expat)))
13931
13932 ;; This package includes a JavaScript file, which is not minified. When
13933 ;; upgrading please check that there are no new minified JavaScript files.
13934 (define-public r-shinybs
13935 (package
13936 (name "r-shinybs")
13937 (version "0.61")
13938 (source
13939 (origin
13940 (method url-fetch)
13941 (uri (cran-uri "shinyBS" version))
13942 (sha256
13943 (base32
13944 "0rhim4mbp4x9vvm7xkmpl7mhb9qd1gr96cr4dv330v863ra2kgji"))))
13945 (properties `((upstream-name . "shinyBS")))
13946 (build-system r-build-system)
13947 ;; The tests spawn Shiny browser apps. They cannot be run
13948 ;; non-interactively.
13949 (arguments '(#:tests? #f))
13950 (propagated-inputs
13951 `(("r-htmltools" ,r-htmltools)
13952 ("r-shiny" ,r-shiny)))
13953 (home-page "https://ebailey78.github.io/shinyBS/")
13954 (synopsis "Twitter Bootstrap components for Shiny")
13955 (description
13956 "This package adds additional Twitter Bootstrap components to Shiny.")
13957 (license license:gpl3)))
13958
13959 (define-public r-shinyjqui
13960 (package
13961 (name "r-shinyjqui")
13962 (version "0.4.0")
13963 (source
13964 (origin
13965 (method url-fetch)
13966 (uri (cran-uri "shinyjqui" version))
13967 (sha256
13968 (base32
13969 "0ins0pmfis34jr0rimsp1k1aw856r3xjdnsvv8lkwqhvp58nzqah"))
13970 (snippet
13971 '(begin
13972 (delete-file "inst/www/shinyjqui.min.js")))))
13973 (properties `((upstream-name . "shinyjqui")))
13974 (build-system r-build-system)
13975 (arguments
13976 `(#:phases
13977 (modify-phases %standard-phases
13978 (add-after 'unpack 'process-javascript
13979 (lambda* (#:key inputs #:allow-other-keys)
13980 (with-directory-excursion "inst/www/"
13981 (let ((source "shinyjqui.js")
13982 (target "shinyjqui.min.js"))
13983 (format #true "Processing ~a --> ~a~%"
13984 source target)
13985 (invoke "esbuild" source "--minify"
13986 (string-append "--outfile=" target)))))))))
13987 (propagated-inputs
13988 `(("r-htmltools" ,r-htmltools)
13989 ("r-htmlwidgets" ,r-htmlwidgets)
13990 ("r-jsonlite" ,r-jsonlite)
13991 ("r-shiny" ,r-shiny)))
13992 (native-inputs
13993 `(("r-knitr" ,r-knitr)
13994 ("esbuild" ,esbuild)))
13995 (home-page "https://github.com/yang-tang/shinyjqui")
13996 (synopsis "jQuery UI interactions and effects for Shiny")
13997 (description
13998 "This is an extension to Shiny that brings interactions and animation
13999 effects from the jQuery UI library.")
14000 (license license:expat)))
14001
14002 (define-public r-outliers
14003 (package
14004 (name "r-outliers")
14005 (version "0.14")
14006 (source
14007 (origin
14008 (method url-fetch)
14009 (uri (cran-uri "outliers" version))
14010 (sha256
14011 (base32
14012 "0vcqfqmmv4yblyp3s6bd25r49pxb7hjzipiic5a82924nqfqzkmn"))))
14013 (build-system r-build-system)
14014 (home-page "https://cran.r-project.org/web/packages/outliers/index.html")
14015 (synopsis "Tests for outliers")
14016 (description
14017 "This package provides a collection of some tests commonly used for
14018 identifying outliers.")
14019 (license license:gpl2+)))
14020
14021 (define-public r-bayesm
14022 (package
14023 (name "r-bayesm")
14024 (version "3.1-4")
14025 (source
14026 (origin
14027 (method url-fetch)
14028 (uri (cran-uri "bayesm" version))
14029 (sha256
14030 (base32 "154glks7rsjkza0sfi1kj7wj727py9sl1ba6sswflwmwc9n226q6"))))
14031 (build-system r-build-system)
14032 (propagated-inputs
14033 `(("r-rcpp" ,r-rcpp)
14034 ("r-rcpparmadillo" ,r-rcpparmadillo)))
14035 (home-page "http://www.perossi.org/home/bsm-1")
14036 (synopsis "Bayesian inference for marketing/micro-econometrics")
14037 (description
14038 "This package covers many important models used in marketing and
14039 micro-econometrics applications, including Bayes Regression (univariate or
14040 multivariate dep var), Bayes Seemingly Unrelated Regression (SUR), Binary and
14041 Ordinal Probit, Multinomial Logit (MNL) and Multinomial Probit (MNP),
14042 Multivariate Probit, Negative Binomial (Poisson) Regression, Multivariate
14043 Mixtures of Normals (including clustering), Dirichlet Process Prior Density
14044 Estimation with normal base, Hierarchical Linear Models with normal prior and
14045 covariates, Hierarchical Linear Models with a mixture of normals prior and
14046 covariates, Hierarchical Multinomial Logits with a mixture of normals prior
14047 and covariates, Hierarchical Multinomial Logits with a Dirichlet Process prior
14048 and covariates, Hierarchical Negative Binomial Regression Models, Bayesian
14049 analysis of choice-based conjoint data, Bayesian treatment of linear
14050 instrumental variables models, Analysis of Multivariate Ordinal survey data
14051 with scale usage heterogeneity, and Bayesian Analysis of Aggregate Random
14052 Coefficient Logit Models.")
14053 (license license:gpl2+)))
14054
14055 (define-public r-tensora
14056 (package
14057 (name "r-tensora")
14058 (version "0.36.2")
14059 (source
14060 (origin
14061 (method url-fetch)
14062 (uri (cran-uri "tensorA" version))
14063 (sha256
14064 (base32
14065 "19wwh654qlja4z1n7afjpzsrrm53p8ddysa2vra5mdnkddb4g2cf"))))
14066 (properties `((upstream-name . "tensorA")))
14067 (build-system r-build-system)
14068 (home-page "http://www.stat.boogaart.de/tensorA")
14069 (synopsis "Advanced tensor arithmetic with named indices")
14070 (description
14071 "This package provides convenience functions for advanced linear algebra
14072 with tensors and computation with datasets of tensors on a higher level
14073 abstraction. It includes Einstein and Riemann summing conventions, dragging,
14074 co- and contravariate indices, and parallel computations on sequences of
14075 tensors.")
14076 (license license:gpl2+)))
14077
14078 (define-public r-rarpack
14079 (package
14080 (name "r-rarpack")
14081 (version "0.11-0")
14082 (source
14083 (origin
14084 (method url-fetch)
14085 (uri (cran-uri "rARPACK" version))
14086 (sha256
14087 (base32
14088 "12h2y46xcfldhjdmm960swgn9b23zvkj5vg2bi42s9qxwgi02d63"))))
14089 (properties `((upstream-name . "rARPACK")))
14090 (build-system r-build-system)
14091 (propagated-inputs `(("r-rspectra" ,r-rspectra)))
14092 (home-page "https://github.com/yixuan/rARPACK")
14093 (synopsis "Solvers for large scale eigenvalue and SVD problems")
14094 (description
14095 "This package was previously an R wrapper of the ARPACK library, and now
14096 a shell of the R package RSpectra, an R interface to the Spectra library for
14097 solving large scale eigenvalue/vector problems. The current version of
14098 rARPACK simply imports and exports the functions provided by RSpectra. New
14099 users of rARPACK are advised to switch to the RSpectra package.")
14100 (license license:bsd-3)))
14101
14102 (define-public r-compositions
14103 (package
14104 (name "r-compositions")
14105 (version "2.0-1")
14106 (source
14107 (origin
14108 (method url-fetch)
14109 (uri (cran-uri "compositions" version))
14110 (sha256
14111 (base32
14112 "03qslsfx11gshls901zlhw47prd55mf16w4mkmd8x1dgiwq938l4"))))
14113 (build-system r-build-system)
14114 (propagated-inputs
14115 `(("r-bayesm" ,r-bayesm)
14116 ("r-mass" ,r-mass)
14117 ("r-robustbase" ,r-robustbase)
14118 ("r-tensora" ,r-tensora)))
14119 (native-inputs
14120 `(("r-knitr" ,r-knitr)))
14121 (home-page "http://www.stat.boogaart.de/compositions")
14122 (synopsis "Compositional data analysis")
14123 (description
14124 "This package provides functions for the consistent analysis of
14125 compositional data (e.g. portions of substances) and positive
14126 numbers (e.g. concentrations).")
14127 (license license:gpl2+)))
14128
14129 (define-public r-cobs
14130 (package
14131 (name "r-cobs")
14132 (version "1.3-4")
14133 (source
14134 (origin
14135 (method url-fetch)
14136 (uri (cran-uri "cobs" version))
14137 (sha256
14138 (base32
14139 "0hiw5smk6kgk0gb9840kcqkhkybl7n30s77xhjc395x09izbgix1"))))
14140 (build-system r-build-system)
14141 (propagated-inputs
14142 `(("r-quantreg" ,r-quantreg)
14143 ("r-sparsem" ,r-sparsem)))
14144 (home-page "https://cran.r-project.org/web/packages/cobs")
14145 (synopsis "Constrained B-Splines (sparse matrix based)")
14146 (description
14147 "This package provides qualitatively constrained (regression) smoothing
14148 splines via linear programming and sparse matrices.")
14149 (license license:gpl2+)))
14150
14151 (define-public r-drimpute
14152 (package
14153 (name "r-drimpute")
14154 (version "1.0")
14155 (source
14156 (origin
14157 (method url-fetch)
14158 (uri (cran-uri "DrImpute" version))
14159 (sha256
14160 (base32
14161 "1adzarrwqb282pqgx2yqswp9rpwd1naxsmar54kddr6qyd6b923b"))))
14162 (properties `((upstream-name . "DrImpute")))
14163 (build-system r-build-system)
14164 (propagated-inputs
14165 `(("r-rcpp" ,r-rcpp)
14166 ("r-rcpparmadillo" ,r-rcpparmadillo)))
14167 (home-page "https://github.com/ikwak2/DrImpute")
14168 (synopsis "Imputing dropout events in single-cell RNA-Seq data")
14169 (description
14170 "This is an R package for imputing dropout events. Many statistical
14171 methods in cell type identification, visualization and lineage reconstruction
14172 do not account for dropout events. DrImpute can improve the performance of
14173 such software by imputing dropout events.")
14174 (license license:gpl3)))
14175
14176 (define-public r-gamlss-dist
14177 (package
14178 (name "r-gamlss-dist")
14179 (version "5.3-2")
14180 (source
14181 (origin
14182 (method url-fetch)
14183 (uri (cran-uri "gamlss.dist" version))
14184 (sha256
14185 (base32 "1lyf2rvkplywgyhcni93k52z3b89vv86yrgl38dx3ln3436r5ahc"))))
14186 (properties `((upstream-name . "gamlss.dist")))
14187 (build-system r-build-system)
14188 (propagated-inputs `(("r-mass" ,r-mass)))
14189 (home-page "http://www.gamlss.org/")
14190 (synopsis "Distributions for Generalized Additive Models for location scale and shape")
14191 (description
14192 "This package provides a set of distributions which can be used for
14193 modelling the response variables in Generalized Additive Models for Location
14194 Scale and Shape. The distributions can be continuous, discrete or mixed
14195 distributions. Extra distributions can be created, by transforming, any
14196 continuous distribution defined on the real line, to a distribution defined on
14197 ranges 0 to infinity or 0 to 1, by using a @code{log} or a @code{logit}
14198 transformation, respectively.")
14199 ;; Either version of the GPL.
14200 (license (list license:gpl2 license:gpl3))))
14201
14202 ;; This package includes JavaScript files, which are not minified. When
14203 ;; upgrading please check that there are no new minified JavaScript files.
14204 (define-public r-shinyjs
14205 (package
14206 (name "r-shinyjs")
14207 (version "2.0.0")
14208 (source
14209 (origin
14210 (method url-fetch)
14211 (uri (cran-uri "shinyjs" version))
14212 (sha256
14213 (base32
14214 "1zzq356dvd8ciajy6r5n4ybgx9xk7ydwv25j86xlcsqznkxdkkf2"))))
14215 (build-system r-build-system)
14216 (propagated-inputs
14217 `(("r-digest" ,r-digest)
14218 ("r-htmltools" ,r-htmltools)
14219 ("r-jsonlite" ,r-jsonlite)
14220 ("r-shiny" ,r-shiny)))
14221 (native-inputs
14222 `(("r-knitr" ,r-knitr)))
14223 (home-page "https://deanattali.com/shinyjs")
14224 (synopsis "Improve the user experience of your Shiny apps")
14225 (description
14226 "Perform common useful JavaScript operations in Shiny apps that will
14227 greatly improve your apps without having to know any JavaScript. Examples
14228 include: hiding an element, disabling an input, resetting an input back to its
14229 original value, delaying code execution by a few seconds, and many more useful
14230 functions for both the end user and the developer. Shinyjs can also be used
14231 to easily call your own custom JavaScript functions from R.")
14232 (license license:agpl3+)))
14233
14234 ;; This package includes minified JavaScript files. When upgrading please
14235 ;; check that there are no new minified JavaScript files.
14236 (define-public r-colourpicker
14237 (package
14238 (name "r-colourpicker")
14239 (version "1.1.0")
14240 (source
14241 (origin
14242 (method url-fetch)
14243 (uri (cran-uri "colourpicker" version))
14244 (sha256
14245 (base32
14246 "1qjispj7i12m02js5cm5xlgn5lyff0kc5ybz6lbknz8q5lkbdyrd"))))
14247 (build-system r-build-system)
14248 (arguments
14249 `(#:modules ((guix build utils)
14250 (guix build r-build-system)
14251 (srfi srfi-1)
14252 (ice-9 popen))
14253 #:phases
14254 (modify-phases %standard-phases
14255 (add-after 'unpack 'process-javascript
14256 (lambda* (#:key inputs #:allow-other-keys)
14257 (with-directory-excursion "inst"
14258 (call-with-values
14259 (lambda ()
14260 (unzip2
14261 `((,(assoc-ref inputs "js-salvattore")
14262 "examples/colourInput/www/salvattore.min.js")
14263 (,(assoc-ref inputs "js-jquery")
14264 "htmlwidgets/lib/jquery/jquery.min.js")
14265 ("www/shared/colourpicker/js/colourpicker.js"
14266 "www/shared/colourpicker/js/colourpicker.min.js"))))
14267 (lambda (sources targets)
14268 (for-each (lambda (source target)
14269 (format #t "Processing ~a --> ~a~%"
14270 source target)
14271 (delete-file target)
14272 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
14273 (call-with-output-file target
14274 (lambda (port)
14275 (dump-port minified port)))))
14276 sources targets))))
14277 #t)))))
14278 (propagated-inputs
14279 `(("r-ggplot2" ,r-ggplot2)
14280 ("r-htmltools" ,r-htmltools)
14281 ("r-htmlwidgets" ,r-htmlwidgets)
14282 ("r-jsonlite" ,r-jsonlite)
14283 ("r-miniui" ,r-miniui)
14284 ("r-shiny" ,r-shiny)
14285 ("r-shinyjs" ,r-shinyjs)))
14286 (native-inputs
14287 `(("r-knitr" ,r-knitr)
14288 ("uglify-js" ,uglify-js)
14289 ("js-jquery"
14290 ,(origin
14291 (method url-fetch)
14292 (uri "https://code.jquery.com/jquery-3.3.1.js")
14293 (sha256
14294 (base32
14295 "1b8zxrp6xwzpw25apn8j4qws0f6sr7qr7h2va5h1mjyfqvn29anq"))))
14296 ("js-salvattore"
14297 ,(origin
14298 (method url-fetch)
14299 (uri "https://raw.githubusercontent.com/rnmp/salvattore/v1.0.9/dist/salvattore.js")
14300 (sha256
14301 (base32
14302 "0lfrbx7l9w5x89jpc6njmd0pk7h8fpvg537vklai2vf7b1r2nnk5"))))))
14303 (home-page "https://github.com/daattali/colourpicker")
14304 (synopsis "Color picker tool for Shiny and for selecting colors in plots")
14305 (description
14306 "This package provides a color picker that can be used as an input in
14307 Shiny apps or Rmarkdown documents. The color picker supports alpha opacity,
14308 custom color palettes, and many more options. A plot color helper tool is
14309 available as an RStudio Addin, which helps you pick colors to use in your
14310 plots. A more generic color picker RStudio Addin is also provided to let you
14311 select colors to use in your R code.")
14312 (license license:expat)))
14313
14314 (define-public r-ggextra
14315 (package
14316 (name "r-ggextra")
14317 (version "0.9")
14318 (source
14319 (origin
14320 (method url-fetch)
14321 (uri (cran-uri "ggExtra" version))
14322 (sha256
14323 (base32
14324 "18mbi6gblqmrsciad1d2c9ngllk6mayaqj43k40hjq9ydqnvjbgj"))))
14325 (properties `((upstream-name . "ggExtra")))
14326 (build-system r-build-system)
14327 (propagated-inputs
14328 `(("r-colourpicker" ,r-colourpicker)
14329 ("r-ggplot2" ,r-ggplot2)
14330 ("r-gtable" ,r-gtable)
14331 ("r-miniui" ,r-miniui)
14332 ("r-r6" ,r-r6)
14333 ("r-scales" ,r-scales)
14334 ("r-shiny" ,r-shiny)
14335 ("r-shinyjs" ,r-shinyjs)))
14336 (native-inputs
14337 `(("r-knitr" ,r-knitr)))
14338 (home-page "https://github.com/daattali/ggExtra")
14339 (synopsis "Marginal histograms for ggplot2 and other enhancements")
14340 (description
14341 "This package is a collection of functions and layers to enhance ggplot2.
14342 The flagship function is @code{ggMarginal()}, which can be used to add
14343 marginal histograms/boxplots/density plots to ggplot2 scatterplots.")
14344 (license license:expat)))
14345
14346 (define-public r-minpack-lm
14347 (package
14348 (name "r-minpack-lm")
14349 (version "1.2-1")
14350 (source
14351 (origin
14352 (method url-fetch)
14353 (uri (cran-uri "minpack.lm" version))
14354 (sha256
14355 (base32
14356 "18ym2pdql5vzngc7q5gn66d153hrfrnd8ilv8yh6vd7j7sx7vjql"))))
14357 (properties `((upstream-name . "minpack.lm")))
14358 (build-system r-build-system)
14359 (native-inputs `(("gfortran" ,gfortran)))
14360 (home-page "https://cran.r-project.org/web/packages/minpack.lm")
14361 (synopsis "Levenberg-Marquardt Nonlinear Least-Squares algorithm")
14362 (description
14363 "The @code{nls.lm} function provides an R interface to @code{lmder} and
14364 @code{lmdif} from the MINPACK library, for solving nonlinear least-squares
14365 problems by a modification of the Levenberg-Marquardt algorithm, with support
14366 for lower and upper parameter bounds. The implementation can be used via
14367 @code{nls}-like calls using the @code{nlsLM} function.")
14368 (license license:gpl3)))
14369
14370 (define-public r-moments
14371 (package
14372 (name "r-moments")
14373 (version "0.14")
14374 (source
14375 (origin
14376 (method url-fetch)
14377 (uri (cran-uri "moments" version))
14378 (sha256
14379 (base32
14380 "0f9y58w1hxcz4bqivirx25ywlmc80gbi6dfx5cnhkpdg1pk82fra"))))
14381 (build-system r-build-system)
14382 (home-page "https://cran.r-project.org/web/packages/moments")
14383 (synopsis "Moments, cumulants, skewness, kurtosis and related tests")
14384 (description
14385 "This package provides functions to calculate: moments, Pearson's
14386 kurtosis, Geary's kurtosis and skewness; it also includes tests related to
14387 them (Anscombe-Glynn, D'Agostino, Bonett-Seier).")
14388 (license license:gpl2+)))
14389
14390 (define-public r-msir
14391 (package
14392 (name "r-msir")
14393 (version "1.3.3")
14394 (source
14395 (origin
14396 (method url-fetch)
14397 (uri (cran-uri "msir" version))
14398 (sha256
14399 (base32
14400 "1wm83m3cqd6llxb9p2jwim0wb81v84pgdmgcznygzaaq6kbn3n84"))))
14401 (build-system r-build-system)
14402 (propagated-inputs
14403 `(("r-mclust" ,r-mclust)))
14404 (native-inputs
14405 `(("r-knitr" ,r-knitr)))
14406 (home-page "https://cran.r-project.org/web/packages/msir")
14407 (synopsis "Model-based sliced inverse regression")
14408 (description
14409 "This is an R package for dimension reduction based on finite Gaussian
14410 mixture modeling of inverse regression.")
14411 (license license:gpl2+)))
14412
14413 (define-public r-pbivnorm
14414 (package
14415 (name "r-pbivnorm")
14416 (version "0.6.0")
14417 (source
14418 (origin
14419 (method url-fetch)
14420 (uri (cran-uri "pbivnorm" version))
14421 (sha256
14422 (base32
14423 "05jzrjqxzbcf6z245hlk7sjxiszv9paadaaimvcx5y5qgi87vhq7"))))
14424 (build-system r-build-system)
14425 (native-inputs `(("gfortran" ,gfortran)))
14426 (home-page "https://github.com/brentonk/pbivnorm")
14427 (synopsis "Vectorized bivariate normal CDF")
14428 (description
14429 "This package provides a vectorized R function for calculating
14430 probabilities from a standard bivariate normal CDF.")
14431 (license license:gpl2+)))
14432
14433 (define-public r-lavaan
14434 (package
14435 (name "r-lavaan")
14436 (version "0.6-8")
14437 (source
14438 (origin
14439 (method url-fetch)
14440 (uri (cran-uri "lavaan" version))
14441 (sha256
14442 (base32
14443 "18l49f1v7nrngwra4v983ic8w1d4w23ws8xf36337dq0j6809qj0"))))
14444 (build-system r-build-system)
14445 (propagated-inputs
14446 `(("r-mass" ,r-mass)
14447 ("r-mnormt" ,r-mnormt)
14448 ("r-numderiv" ,r-numderiv)
14449 ("r-pbivnorm" ,r-pbivnorm)))
14450 (home-page "https://lavaan.ugent.be")
14451 (synopsis "Latent variable analysis")
14452 (description
14453 "This package provides tools to fit a variety of latent variable models,
14454 including confirmatory factor analysis, structural equation modeling and
14455 latent growth curve models.")
14456 (license license:gpl2+)))
14457
14458 (define-public r-nonnest2
14459 (package
14460 (name "r-nonnest2")
14461 (version "0.5-5")
14462 (source
14463 (origin
14464 (method url-fetch)
14465 (uri (cran-uri "nonnest2" version))
14466 (sha256
14467 (base32
14468 "1ddaqwx8i3ygwvxf11mc8xhgk4nkvnail99nr5szq8i168752zq2"))))
14469 (build-system r-build-system)
14470 (propagated-inputs
14471 `(("r-compquadform" ,r-compquadform)
14472 ("r-lavaan" ,r-lavaan)
14473 ("r-mvtnorm" ,r-mvtnorm)
14474 ("r-sandwich" ,r-sandwich)))
14475 (native-inputs
14476 `(("r-knitr" ,r-knitr)))
14477 (home-page "https://cran.r-project.org/web/packages/nonnest2/")
14478 (synopsis "Tests of non-nested models")
14479 (description
14480 "This package allows for testing of non-nested models. It includes tests
14481 of model distinguishability and of model fit that can be applied to both
14482 nested and non-nested models. The package also includes functionality to
14483 obtain confidence intervals associated with AIC and BIC.")
14484 ;; Either version of the GPL.
14485 (license (list license:gpl2 license:gpl3))))
14486
14487 (define-public r-penalized
14488 (package
14489 (name "r-penalized")
14490 (version "0.9-51")
14491 (source
14492 (origin
14493 (method url-fetch)
14494 (uri (cran-uri "penalized" version))
14495 (sha256
14496 (base32
14497 "1zcrwa93mc27qj3g4ayc2k895r6g8q0g6qb2azmvj7wqk750va7a"))))
14498 (build-system r-build-system)
14499 (propagated-inputs
14500 `(("r-rcpp" ,r-rcpp)
14501 ("r-rcpparmadillo" ,r-rcpparmadillo)
14502 ("r-survival" ,r-survival)))
14503 (home-page "https://cran.r-project.org/web/packages/penalized/")
14504 (synopsis "Penalized estimation in GLMs and in the Cox model")
14505 (description
14506 "This package provides tools for fitting possibly high dimensional
14507 penalized regression models. The penalty structure can be any combination of
14508 an L1 penalty (lasso and fused lasso), an L2 penalty (ridge) and a positivity
14509 constraint on the regression coefficients. The supported regression models
14510 are linear, logistic and Poisson regression and the Cox Proportional Hazards
14511 model. Cross-validation routines allow optimization of the tuning
14512 parameters.")
14513 (license license:gpl2+)))
14514
14515 (define-public r-zim
14516 (package
14517 (name "r-zim")
14518 (version "1.1.0")
14519 (source
14520 (origin
14521 (method url-fetch)
14522 (uri (cran-uri "ZIM" version))
14523 (sha256
14524 (base32
14525 "0scyfjn4ilsvha3x41c3b8bcfi31hlhwm77wn2a8hj5dsvnnmzig"))))
14526 (properties `((upstream-name . "ZIM")))
14527 (build-system r-build-system)
14528 (propagated-inputs `(("r-mass" ,r-mass)))
14529 (home-page "https://github.com/biostatstudio/ZIM")
14530 (synopsis "Zero-inflated models (ZIM) for count time series with excess zeros")
14531 (description
14532 "Analyze count time series with excess zeros. Two types of statistical
14533 models are supported: Markov regression and state-space models. They are also
14534 known as observation-driven and parameter-driven models respectively in the
14535 time series literature. The functions used for Markov regression or
14536 observation-driven models can also be used to fit ordinary regression models
14537 with independent data under the zero-inflated Poisson (ZIP) or zero-inflated
14538 negative binomial (ZINB) assumption. The package also contains miscellaneous
14539 functions to compute density, distribution, quantile, and generate random
14540 numbers from ZIP and ZINB distributions.")
14541 (license license:gpl3)))
14542
14543 (define-public r-nor1mix
14544 (package
14545 (name "r-nor1mix")
14546 (version "1.3-0")
14547 (source
14548 (origin
14549 (method url-fetch)
14550 (uri (cran-uri "nor1mix" version))
14551 (sha256
14552 (base32
14553 "1817wcvlmxs70vs4db0jkxd7i037744zz8ay3c2a9949z29fxr4w"))))
14554 (build-system r-build-system)
14555 (home-page "https://cran.r-project.org/web/packages/nor1mix/")
14556 (synopsis "Normal (1-d) mixture models")
14557 (description
14558 "This package provides S3 classes and methods for one-dimensional normal
14559 mixture models, for, e.g., density estimation or clustering algorithms
14560 research and teaching; it provides the widely used Marron-Wand densities. It
14561 also provides tools for efficient random number generation and graphics.")
14562 (license license:gpl2+)))
14563
14564 (define-public r-beanplot
14565 (package
14566 (name "r-beanplot")
14567 (version "1.2")
14568 (source
14569 (origin
14570 (method url-fetch)
14571 (uri (cran-uri "beanplot" version))
14572 (sha256
14573 (base32
14574 "0wmkr704fl8kdxkjwmaxw2a2h5dwzfgsgpncnk2p2wd4768jknj9"))))
14575 (build-system r-build-system)
14576 (home-page "https://cran.r-project.org/web/packages/beanplot/")
14577 (synopsis "Visualization via beanplots")
14578 (description
14579 "This package provides beanplots, an alternative to
14580 boxplot/stripchart/violin plots. It can be used to plot univariate comparison
14581 graphs.")
14582 (license license:gpl2)))
14583
14584 (define-public r-pbdzmq
14585 (package
14586 (name "r-pbdzmq")
14587 (version "0.3-5")
14588 (source
14589 (origin
14590 (method url-fetch)
14591 (uri (cran-uri "pbdZMQ" version))
14592 (sha256
14593 (base32
14594 "1v8iv1pzs4j3ics9k9h4xjkv6z1ma2xbqy003xk2lqax6srqi02d"))))
14595 (properties `((upstream-name . "pbdZMQ")))
14596 (build-system r-build-system)
14597 (inputs
14598 `(("zeromq" ,zeromq)
14599 ("zlib" ,zlib)))
14600 (native-inputs
14601 `(("pkg-config" ,pkg-config)))
14602 (home-page "https://pbdr.org/")
14603 (synopsis "R interface to ZeroMQ")
14604 (description
14605 "ZeroMQ is a well-known library for high-performance asynchronous
14606 messaging in scalable, distributed applications. This package provides high
14607 level R wrapper functions to easily utilize ZeroMQ. The main focus is on
14608 interactive client/server programming frameworks. A few wrapper functions
14609 compatible with @code{rzmq} are also provided.")
14610 (license license:gpl3)))
14611
14612 (define-public r-repr
14613 (package
14614 (name "r-repr")
14615 (version "1.1.3")
14616 (source
14617 (origin
14618 (method url-fetch)
14619 (uri (cran-uri "repr" version))
14620 (sha256
14621 (base32
14622 "0qimllv9pn8wsl550bjkp5dkknbmr69j85mrwfbbq75m2ga466sk"))))
14623 (build-system r-build-system)
14624 (propagated-inputs
14625 `(("r-base64enc" ,r-base64enc)
14626 ("r-htmltools" ,r-htmltools)
14627 ("r-jsonlite" ,r-jsonlite)
14628 ("r-pillar" ,r-pillar)))
14629 (home-page "https://cran.r-project.org/web/packages/repr/")
14630 (synopsis "Serializable representations")
14631 (description
14632 "This package provides string and binary representations of objects for
14633 several formats and MIME types.")
14634 (license license:gpl3)))
14635
14636 (define-public r-irdisplay
14637 (package
14638 (name "r-irdisplay")
14639 (version "1.0")
14640 (source
14641 (origin
14642 (method url-fetch)
14643 (uri (cran-uri "IRdisplay" version))
14644 (sha256
14645 (base32
14646 "15jbjrihm1mk899357h9xb08iq3xyagds1xb40fmdpkfcmcfqrw9"))))
14647 (properties `((upstream-name . "IRdisplay")))
14648 (build-system r-build-system)
14649 (propagated-inputs
14650 `(("r-repr" ,r-repr)))
14651 (home-page "https://cran.r-project.org/web/packages/IRdisplay/")
14652 (synopsis "Jupyter display machinery")
14653 (description
14654 "This package provides an interface to the rich display capabilities of
14655 Jupyter front-ends (e.g. Jupyter Notebook). It is designed to be used from a
14656 running IRkernel session.")
14657 (license license:expat)))
14658
14659 (define-public r-irkernel
14660 (package
14661 (name "r-irkernel")
14662 (version "1.1.1")
14663 (source
14664 (origin
14665 (method url-fetch)
14666 (uri (cran-uri "IRkernel" version))
14667 (sha256
14668 (base32
14669 "1y06v3difaiihxfm2abm88nnjzvkla4p346cm1nxmga4iwb2k8gm"))))
14670 (properties `((upstream-name . "IRkernel")))
14671 (build-system r-build-system)
14672 (arguments
14673 `(#:phases
14674 (modify-phases %standard-phases
14675 (add-after 'install 'install-kernelspec
14676 (lambda* (#:key outputs #:allow-other-keys)
14677 (let ((out (assoc-ref outputs "out")))
14678 (setenv "HOME" "/tmp")
14679 (invoke "jupyter" "kernelspec" "install"
14680 "--name" "ir"
14681 "--prefix" out
14682 (string-append out "/site-library/IRkernel/kernelspec"))
14683 ;; Record the absolute file name of the 'R' executable in
14684 ;; 'kernel.json'.
14685 (substitute* (string-append out "/share/jupyter"
14686 "/kernels/ir/kernel.json")
14687 (("\\[\"R\",")
14688 (string-append "[\"" (which "R") "\",")))
14689 #t))))))
14690 (inputs
14691 `(("jupyter" ,jupyter)))
14692 (propagated-inputs
14693 `(("r-crayon" ,r-crayon)
14694 ("r-digest" ,r-digest)
14695 ("r-evaluate" ,r-evaluate)
14696 ("r-irdisplay" ,r-irdisplay)
14697 ("r-jsonlite" ,r-jsonlite)
14698 ;; sets R_LIBS_SITE, so R can actually find this package (IRkernel)
14699 ("r-minimal" ,r-minimal)
14700 ("r-pbdzmq" ,r-pbdzmq)
14701 ("r-repr" ,r-repr)
14702 ("r-uuid" ,r-uuid)))
14703 (home-page "https://cran.r-project.org/web/packages/IRkernel/")
14704 (synopsis "Native R kernel for Jupyter")
14705 (description
14706 "The R kernel for the Jupyter environment executes R code which the
14707 front-end (Jupyter Notebook or other front-ends) submits to the kernel via the
14708 network.")
14709 (license license:expat)))
14710
14711 (define-public r-gmodels
14712 (package
14713 (name "r-gmodels")
14714 (version "2.18.1")
14715 (source
14716 (origin
14717 (method url-fetch)
14718 (uri (cran-uri "gmodels" version))
14719 (sha256
14720 (base32
14721 "0s8kd8krqk4kwv2zqxpsfy3w8qdwf5naf4b5l383vidq9sil0qb2"))))
14722 (build-system r-build-system)
14723 (propagated-inputs
14724 `(("r-gdata" ,r-gdata)
14725 ("r-mass" ,r-mass)))
14726 (home-page "https://cran.r-project.org/web/packages/gmodels/")
14727 (synopsis "Various R programming tools for model fitting")
14728 (description
14729 "This package provides various R programming tools for model fitting.")
14730 (license license:gpl2)))
14731
14732 (define-public r-apcluster
14733 (package
14734 (name "r-apcluster")
14735 (version "1.4.8")
14736 (source
14737 (origin
14738 (method url-fetch)
14739 (uri (cran-uri "apcluster" version))
14740 (sha256
14741 (base32
14742 "0lzf2jqm56i74wif6x5sw3j0w2qc4sni49zq2fgbl89b7lwkvchj"))))
14743 (build-system r-build-system)
14744 (propagated-inputs
14745 `(("r-matrix" ,r-matrix)
14746 ("r-rcpp" ,r-rcpp)))
14747 (home-page "https://cran.r-project.org/web/packages/apcluster/")
14748 (synopsis "Affinity propagation clustering")
14749 (description
14750 "This package implements affinity propagation clustering introduced by
14751 Frey and Dueck (2007). The package further provides leveraged affinity
14752 propagation and an algorithm for exemplar-based agglomerative clustering that
14753 can also be used to join clusters obtained from affinity propagation. Various
14754 plotting functions are available for analyzing clustering results.")
14755 (license license:gpl2+)))
14756
14757 (define-public r-valr
14758 (package
14759 (name "r-valr")
14760 (version "0.6.2")
14761 (source
14762 (origin
14763 (method url-fetch)
14764 (uri (cran-uri "valr" version))
14765 (sha256
14766 (base32
14767 "1vbp89zfylgih5acvw7lcx3a0dbbd7dhq7yhywr7kq02737qykdx"))))
14768 (build-system r-build-system)
14769 (propagated-inputs
14770 `(("r-broom" ,r-broom)
14771 ("r-dplyr" ,r-dplyr)
14772 ("r-ggplot2" ,r-ggplot2)
14773 ("r-rcpp" ,r-rcpp)
14774 ("r-readr" ,r-readr)
14775 ("r-rlang" ,r-rlang)
14776 ("r-stringr" ,r-stringr)
14777 ("r-tibble" ,r-tibble)))
14778 (native-inputs
14779 `(("r-knitr" ,r-knitr)))
14780 (home-page "https://github.com/rnabioco/valr")
14781 (synopsis "Genome interval arithmetic in R")
14782 (description
14783 "This package enables you to read and manipulate genome intervals and
14784 signals. It provides functionality similar to command-line tool suites within
14785 R, enabling interactive analysis and visualization of genome-scale data.")
14786 (license license:expat)))
14787
14788 (define-public r-rematch2
14789 (package
14790 (name "r-rematch2")
14791 (version "2.1.2")
14792 (source
14793 (origin
14794 (method url-fetch)
14795 (uri (cran-uri "rematch2" version))
14796 (sha256
14797 (base32
14798 "1fzpz8vhghw8ygwg6rsvfy3783pqk7ch029i5851lwypkplvz77y"))))
14799 (build-system r-build-system)
14800 (propagated-inputs
14801 `(("r-tibble" ,r-tibble)))
14802 (home-page "https://github.com/r-lib/rematch2")
14803 (synopsis "Tidy output from regular expression matching")
14804 (description
14805 "This package provides wrappers on @code{regexpr} and @code{gregexpr} to
14806 return the match results in tidy data frames.")
14807 (license license:expat)))
14808
14809 (define-public r-picante
14810 (package
14811 (name "r-picante")
14812 (version "1.8.2")
14813 (source
14814 (origin
14815 (method url-fetch)
14816 (uri (cran-uri "picante" version))
14817 (sha256
14818 (base32
14819 "19savjzj44b7ifdxcp02ynj22z4n4ikq2aipc74ljzy3yykmqmjn"))))
14820 (build-system r-build-system)
14821 (propagated-inputs
14822 `(("r-ape" ,r-ape)
14823 ("r-nlme" ,r-nlme)
14824 ("r-vegan" ,r-vegan)))
14825 (home-page "https://cran.r-project.org/web/packages/picante/")
14826 (synopsis "Integrating phylogenies and ecology")
14827 (description
14828 "This package provides functions for phylocom integration, community
14829 analyses, null-models, traits and evolution. It implements numerous
14830 ecophylogenetic approaches including measures of community phylogenetic and
14831 trait diversity, phylogenetic signal, estimation of trait values for
14832 unobserved taxa, null models for community and phylogeny randomizations, and
14833 utility functions for data input/output and phylogeny plotting. A full
14834 description of package functionality and methods are provided by Kembel et
14835 al. (2010).")
14836 (license license:gpl2)))
14837
14838 (define-public r-reinforcelearn
14839 (package
14840 (name "r-reinforcelearn")
14841 (version "0.2.1")
14842 (source
14843 (origin
14844 (method url-fetch)
14845 (uri (cran-uri "reinforcelearn" version))
14846 (sha256
14847 (base32
14848 "176z2q69p24i29a8sh19xxn2zl3h1z2ixdssr5i6m4yvkvdrvv3b"))))
14849 (build-system r-build-system)
14850 (propagated-inputs
14851 `(("r-checkmate" ,r-checkmate)
14852 ("r-nnet" ,r-nnet)
14853 ("r-purrr" ,r-purrr)
14854 ("r-r6" ,r-r6)))
14855 (home-page "https://markusdumke.github.io/reinforcelearn")
14856 (synopsis "Reinforcement learning")
14857 (description
14858 "This package implements reinforcement learning environments and
14859 algorithms as described in Sutton & Barto (1998). The Q-Learning algorithm
14860 can be used with function approximation, eligibility traces (Singh & Sutton,
14861 1996) and experience replay (Mnih et al., 2013).")
14862 (license license:expat)))
14863
14864 (define-public r-lemon
14865 (package
14866 (name "r-lemon")
14867 (version "0.4.5")
14868 (source
14869 (origin
14870 (method url-fetch)
14871 (uri (cran-uri "lemon" version))
14872 (sha256
14873 (base32
14874 "1y3ljidhqdakxlya2npj2w0az820g8kw6gl1cfm4f0cxvzgd1ly4"))))
14875 (build-system r-build-system)
14876 (propagated-inputs
14877 `(("r-ggplot2" ,r-ggplot2)
14878 ("r-gridextra" ,r-gridextra)
14879 ("r-gtable" ,r-gtable)
14880 ("r-knitr" ,r-knitr)
14881 ("r-lattice" ,r-lattice)
14882 ("r-plyr" ,r-plyr)
14883 ("r-rlang" ,r-rlang)
14884 ("r-scales" ,r-scales)))
14885 (native-inputs
14886 `(("r-knitr" ,r-knitr)))
14887 (home-page "https://github.com/stefanedwards/lemon")
14888 (synopsis "Freshen up your ggplot2 plots")
14889 (description
14890 "This package provides functions for working with legends and axis lines
14891 of ggplot2, facets that repeat axis lines on all panels, and some knitr
14892 extensions.")
14893 (license license:gpl3)))
14894
14895 (define-public r-wgaim
14896 (package
14897 (name "r-wgaim")
14898 (version "2.0-1")
14899 (source
14900 (origin
14901 (method url-fetch)
14902 (uri (cran-uri "wgaim" version))
14903 (sha256
14904 (base32 "1qiyfkpsbzjr9xsq5kqq6rlqpndngkn2irdfh3gyi45h6hn118j4"))))
14905 (build-system r-build-system)
14906 (propagated-inputs
14907 `(("r-ggplot2" ,r-ggplot2)
14908 ("r-qtl" ,r-qtl)))
14909 (home-page "https://cran.r-project.org/web/packages/wgaim")
14910 (synopsis "Whole genome average interval mapping for QTL detection")
14911 (description
14912 "This package integrates sophisticated mixed modelling methods with a
14913 whole genome approach to detecting significant QTL in linkage maps.")
14914 (license license:gpl2+)))
14915
14916 (define-public r-bedr
14917 (package
14918 (name "r-bedr")
14919 (version "1.0.7")
14920 (source
14921 (origin
14922 (method url-fetch)
14923 (uri (cran-uri "bedr" version))
14924 (sha256
14925 (base32
14926 "0zpqvyjgwyqawxm8qrhcv8zq2b3yxgcqkkc87br29yrl7sjb8h6j"))))
14927 (build-system r-build-system)
14928 (propagated-inputs
14929 `(("r-data-table" ,r-data-table)
14930 ("r-r-utils" ,r-r-utils)
14931 ("r-testthat" ,r-testthat)
14932 ("r-venndiagram" ,r-venndiagram)
14933 ("r-yaml" ,r-yaml)
14934 ("bedops" ,bedops)
14935 ("bedtools" ,bedtools)
14936 ("htslib" ,htslib))) ; for tabix
14937 (native-inputs
14938 `(("r-knitr" ,r-knitr))) ; for vignettes
14939 (home-page "https://cran.r-project.org/web/packages/bedr")
14940 (synopsis "Genomic region processing")
14941 (description
14942 "This package is for genomic regions processing using command line tools
14943 such as BEDTools, BEDOPS and Tabix. These tools offer scalable and efficient
14944 utilities to perform genome arithmetic e.g indexing, formatting and merging.
14945 The bedr package's API enhances access to these tools as well as offers
14946 additional utilities for genomic regions processing.")
14947 (license license:gpl2)))
14948
14949 (define-public r-sets
14950 (package
14951 (name "r-sets")
14952 (version "1.0-18")
14953 (source
14954 (origin
14955 (method url-fetch)
14956 (uri (cran-uri "sets" version))
14957 (sha256
14958 (base32
14959 "16v7650p47khqrbbw0z98llmwmmhswqmhri0n7nrfhdqwmby1lbl"))))
14960 (properties `((upstream-name . "sets")))
14961 (build-system r-build-system)
14962 (home-page "https://cran.r-project.org/web/packages/sets")
14963 (synopsis "Sets, generalized sets, customizable sets and intervals")
14964 (description
14965 "This package provides data structures and basic operations for ordinary
14966 sets, generalizations such as fuzzy sets, multisets, and fuzzy multisets,
14967 customizable sets, and intervals.")
14968 (license license:gpl2)))
14969
14970 (define-public r-partitions
14971 (package
14972 (name "r-partitions")
14973 (version "1.9-22")
14974 (source
14975 (origin
14976 (method url-fetch)
14977 (uri (cran-uri "partitions" version))
14978 (sha256
14979 (base32
14980 "1qqy4df28wy4q0g572azrj171jlhvrnzbh7x0wr2g7v6gr20y0ns"))))
14981 (build-system r-build-system)
14982 (propagated-inputs
14983 `(("r-gmp" ,r-gmp)
14984 ("r-polynom" ,r-polynom)
14985 ("r-sets" ,r-sets)))
14986 (home-page "https://cran.r-project.org/web/packages/partitions")
14987 (synopsis "Additive partitions of integers")
14988 (description
14989 "This package provides tools to enumerates the partitions, unequal
14990 partitions, and restricted partitions of an integer; the three corresponding
14991 partition functions are also given.")
14992 ;; Any version of the GPL
14993 (license license:gpl2+)))
14994
14995 (define-public r-brobdingnag
14996 (package
14997 (name "r-brobdingnag")
14998 (version "1.2-6")
14999 (source
15000 (origin
15001 (method url-fetch)
15002 (uri (cran-uri "Brobdingnag" version))
15003 (sha256
15004 (base32
15005 "1m3ajvcksqfck5l5hj5xiflj4ry6d896ybv4f0xxks8chgnwmv0r"))))
15006 (properties `((upstream-name . "Brobdingnag")))
15007 (build-system r-build-system)
15008 (home-page "https://github.com/RobinHankin/Brobdingnag.git")
15009 (synopsis "Very large numbers in R")
15010 (description
15011 "This package handles very large numbers in R. Real numbers are held
15012 using their natural logarithms, plus a logical flag indicating sign. The
15013 package includes a vignette that gives a step-by-step introduction to using S4
15014 methods.")
15015 ;; Any version of the GPL
15016 (license license:gpl2+)))
15017
15018 (define-public r-untb
15019 (package
15020 (name "r-untb")
15021 (version "1.7-4")
15022 (source
15023 (origin
15024 (method url-fetch)
15025 (uri (cran-uri "untb" version))
15026 (sha256
15027 (base32
15028 "1i7m4vfslsix98dwx4jlrsldm7fhhfp25gr7aapcxqxms7ryaby6"))))
15029 (build-system r-build-system)
15030 (propagated-inputs
15031 `(("r-brobdingnag" ,r-brobdingnag)
15032 ("r-partitions" ,r-partitions)
15033 ("r-polynom" ,r-polynom)))
15034 (home-page "https://github.com/RobinHankin/untb.git")
15035 (synopsis "Ecological drift under the UNTB")
15036 (description
15037 "This package provides numerical simulations, and visualizations, of
15038 Hubbell's @dfn{Unified Neutral Theory of Biodiversity} (UNTB).")
15039 (license license:gpl2+)))
15040
15041 (define-public r-stepwise
15042 (package
15043 (name "r-stepwise")
15044 (version "0.3")
15045 (source
15046 (origin
15047 (method url-fetch)
15048 (uri (cran-uri "stepwise" version))
15049 (sha256
15050 (base32
15051 "1lbx1bxwkf9dw6q46w40pp7h5nkxgghmx8rkpaymm6iybc7gyir2"))))
15052 (build-system r-build-system)
15053 (home-page "https://stat.sfu.ca/statgen/research/stepwise.html")
15054 (synopsis "Stepwise detection of recombination breakpoints")
15055 (description
15056 "This package provides a stepwise approach to identifying recombination
15057 breakpoints in a genomic sequence alignment.")
15058 (license license:gpl2+)))
15059
15060 (define-public r-snpmaxsel
15061 (package
15062 (name "r-snpmaxsel")
15063 (version "1.0-3")
15064 (source
15065 (origin
15066 (method url-fetch)
15067 (uri (cran-uri "SNPmaxsel" version))
15068 (sha256
15069 (base32
15070 "0pjvixwqzjd3jwccc8yqq9c76afvbmfq0z1w0cwyj8bblrjpx13z"))))
15071 (properties `((upstream-name . "SNPmaxsel")))
15072 (build-system r-build-system)
15073 (propagated-inputs
15074 `(("r-combinat" ,r-combinat)
15075 ("r-mvtnorm" ,r-mvtnorm)))
15076 (home-page "https://cran.r-project.org/web/packages/SNPmaxsel/index.html")
15077 (synopsis "Maximally selected statistics for SNP data")
15078 (description
15079 "This package implements asymptotic methods related to maximally selected
15080 statistics, with applications to @dfn{single-nucleotide polymorphism} (SNP)
15081 data.")
15082 (license license:gpl2+)))
15083
15084 (define-public r-acsnminer
15085 (package
15086 (name "r-acsnminer")
15087 (version "0.16.8.25")
15088 (source (origin
15089 (method url-fetch)
15090 (uri (cran-uri "ACSNMineR" version))
15091 (sha256
15092 (base32
15093 "0gh604s8qall6zfjlwcg2ilxjvz08dplf9k5g47idhv43scm748l"))))
15094 (properties `((upstream-name . "ACSNMineR")))
15095 (build-system r-build-system)
15096 (propagated-inputs
15097 `(("r-ggplot2" ,r-ggplot2)
15098 ("r-gridextra" ,r-gridextra)))
15099 (home-page "https://cran.r-project.org/web/packages/ACSNMineR")
15100 (synopsis "Gene enrichment analysis")
15101 (description
15102 "This package provides tools to compute and represent gene set enrichment
15103 or depletion from your data based on pre-saved maps from the @dfn{Atlas of
15104 Cancer Signalling Networks} (ACSN) or user imported maps. The gene set
15105 enrichment can be run with hypergeometric test or Fisher exact test, and can
15106 use multiple corrections. Visualization of data can be done either by
15107 barplots or heatmaps.")
15108 (license license:gpl2+)))
15109
15110 (define-public r-seqinr
15111 (package
15112 (name "r-seqinr")
15113 (version "4.2-5")
15114 (source
15115 (origin
15116 (method url-fetch)
15117 (uri (cran-uri "seqinr" version))
15118 (sha256
15119 (base32
15120 "1z1jipgrn9nrnxlx7bcf8c2chwpa3kfva0zgyb12xbr3kisn166y"))))
15121 (build-system r-build-system)
15122 (propagated-inputs
15123 `(("r-ade4" ,r-ade4)
15124 ("r-segmented" ,r-segmented)))
15125 (inputs
15126 `(("zlib" ,zlib)))
15127 (home-page "http://seqinr.r-forge.r-project.org/")
15128 (synopsis "Biological sequences retrieval and analysis")
15129 (description
15130 "This package provides tools for exploratory data analysis and data
15131 visualization of biological sequence (DNA and protein) data. It also includes
15132 utilities for sequence data management under the ACNUC system.")
15133 (license license:gpl2+)))
15134
15135 (define-public r-units
15136 (package
15137 (name "r-units")
15138 (version "0.7-1")
15139 (source
15140 (origin
15141 (method url-fetch)
15142 (uri (cran-uri "units" version))
15143 (sha256
15144 (base32
15145 "0wwndzjjgqj795xvx1jwa86nwd8adfiwj0pn15yyzzk9baky2axw"))))
15146 (build-system r-build-system)
15147 (inputs
15148 `(("udunits" ,udunits)))
15149 (propagated-inputs
15150 `(("r-rcpp" ,r-rcpp)))
15151 (native-inputs
15152 `(("r-knitr" ,r-knitr)))
15153 (home-page "https://github.com/r-quantities/units/")
15154 (synopsis "Measurement Units for R Vectors")
15155 (description
15156 "This package provides support for measurement units in R vectors,
15157 matrices and arrays: automatic propagation, conversion, derivation and
15158 simplification of units; raising errors in case of unit incompatibility. It
15159 is compatible with the @code{POSIXct}, @code{Date} and @code{difftime}
15160 classes.")
15161 (license license:gpl2)))
15162
15163 (define-public r-udunits2
15164 (package
15165 (name "r-udunits2")
15166 (version "0.13")
15167 (source
15168 (origin
15169 (method url-fetch)
15170 (uri (cran-uri "udunits2" version))
15171 (sha256
15172 (base32
15173 "0yav7rm2afcx67xqrknybxgz7x63w78zyxa0xifvc0k2gz0d6mfi"))))
15174 (properties `((upstream-name . "udunits2")))
15175 (build-system r-build-system)
15176 (inputs
15177 `(("udunits" ,udunits)))
15178 (home-page "https://cran.r-project.org/package=udunits2")
15179 (synopsis "Udunits-2 bindings for R")
15180 (description
15181 "This package provides simple bindings to Unidata's udunits library.")
15182 (license license:gpl2)))
15183
15184 (define-public r-classint
15185 (package
15186 (name "r-classint")
15187 (version "0.4-3")
15188 (source
15189 (origin
15190 (method url-fetch)
15191 (uri (cran-uri "classInt" version))
15192 (sha256
15193 (base32
15194 "1b1lqhpzxm6b8pza8l3s0cxy74mm9y45lcd3354i2v3bg8m7mply"))))
15195 (properties `((upstream-name . "classInt")))
15196 (build-system r-build-system)
15197 (propagated-inputs
15198 `(("r-class" ,r-class)
15199 ("r-e1071" ,r-e1071)
15200 ("r-kernsmooth" ,r-kernsmooth)))
15201 (native-inputs
15202 `(("gfortran" ,gfortran)
15203 ("r-knitr" ,r-knitr)))
15204 (home-page "https://github.com/r-spatial/classInt/")
15205 (synopsis "Choose univariate class intervals")
15206 (description
15207 "This package provides selected commonly used methods for choosing
15208 univariate class intervals for mapping or other graphics purposes.")
15209 (license license:gpl2+)))
15210
15211 (define-public r-spdata
15212 (package
15213 (name "r-spdata")
15214 (version "0.3.8")
15215 (source
15216 (origin
15217 (method url-fetch)
15218 (uri (cran-uri "spData" version))
15219 (sha256
15220 (base32
15221 "1mlsqy9cbilfc80cbdlbgsngvzdkrd9yjdkxnw2b1gzxnj6jcqbs"))))
15222 (properties `((upstream-name . "spData")))
15223 (build-system r-build-system)
15224 (propagated-inputs
15225 `(("r-raster" ,r-raster)
15226 ("r-sp" ,r-sp)))
15227 (home-page "https://github.com/Nowosad/spData")
15228 (synopsis "Datasets for spatial analysis")
15229 (description
15230 "This a package containing diverse spatial datasets for demonstrating,
15231 benchmarking and teaching spatial data analysis. It includes R data of class
15232 @code{sf}, @code{Spatial}, and @code{nb}. It also contains data stored in a
15233 range of file formats including GeoJSON, ESRI Shapefile and GeoPackage. Some
15234 of the datasets are designed to illustrate specific analysis techniques.
15235 @code{cycle_hire()} and @code{cycle_hire_osm()}, for example, are designed to
15236 illustrate point pattern analysis techniques.")
15237 (license license:cc0)))
15238
15239 (define-public r-learnbayes
15240 (package
15241 (name "r-learnbayes")
15242 (version "2.15.1")
15243 (source
15244 (origin
15245 (method url-fetch)
15246 (uri (cran-uri "LearnBayes" version))
15247 (sha256
15248 (base32
15249 "0ch54v2zz2yyyk0lvn5rfikdmyz1qh9j1wk3585wl8v58mc0h4cv"))))
15250 (properties `((upstream-name . "LearnBayes")))
15251 (build-system r-build-system)
15252 (home-page "https://cran.r-project.org/web/packages/LearnBayes")
15253 (synopsis "Functions for learning Bayesian inference")
15254 (description
15255 "This package provides a collection of functions helpful in learning the
15256 basic tenets of Bayesian statistical inference. It contains functions for
15257 summarizing basic one and two parameter posterior distributions and predictive
15258 distributions. It contains MCMC algorithms for summarizing posterior
15259 distributions defined by the user. It also contains functions for regression
15260 models, hierarchical models, Bayesian tests, and illustrations of Gibbs
15261 sampling.")
15262 (license license:gpl2+)))
15263
15264 (define-public r-deldir
15265 (package
15266 (name "r-deldir")
15267 (version "0.2-10")
15268 (source
15269 (origin
15270 (method url-fetch)
15271 (uri (cran-uri "deldir" version))
15272 (sha256
15273 (base32
15274 "08ij6zb6id71zk6gzs9z779y49y41c2gpi7p7mljnlw7py92g8k5"))))
15275 (build-system r-build-system)
15276 (native-inputs `(("gfortran" ,gfortran)))
15277 (home-page "https://cran.r-project.org/web/packages/deldir")
15278 (synopsis "Delaunay triangulation and Dirichlet (Voronoi) tessellation")
15279 (description
15280 "This package provides tools for calculating the Delaunay triangulation
15281 and the Dirichlet or Voronoi tessellation (with respect to the entire plane)
15282 of a planar point set. It plots triangulations and tessellations in various
15283 ways, clips tessellations to sub-windows, calculates perimeters of
15284 tessellations, and summarizes information about the tiles of the
15285 tessellation.")
15286 (license license:gpl2+)))
15287
15288 (define-public r-sf
15289 (package
15290 (name "r-sf")
15291 (version "0.9-8")
15292 (source
15293 (origin
15294 (method url-fetch)
15295 (uri (cran-uri "sf" version))
15296 (sha256
15297 (base32
15298 "096gg2hbynn6mv3w8n69x987fklg5rrgd0d4nbqaw7vhg1jhlmqi"))))
15299 (build-system r-build-system)
15300 (inputs
15301 `(("gdal" ,gdal)
15302 ("geos" ,geos)
15303 ("proj" ,proj)
15304 ("sqlite" ,sqlite)
15305 ("zlib" ,zlib)))
15306 (propagated-inputs
15307 `(("r-classint" ,r-classint)
15308 ("r-dbi" ,r-dbi)
15309 ("r-magrittr" ,r-magrittr)
15310 ("r-rcpp" ,r-rcpp)
15311 ("r-units" ,r-units)))
15312 (native-inputs
15313 `(("pkg-config" ,pkg-config)
15314 ("r-knitr" ,r-knitr)))
15315 (home-page "https://github.com/r-spatial/sf/")
15316 (synopsis "Simple features for R")
15317 (description
15318 "This package provides support for simple features, a standardized way to
15319 encode spatial vector data. It binds to GDAL for reading and writing data, to
15320 GEOS for geometrical operations, and to PROJ for projection conversions and
15321 datum transformations.")
15322 ;; Either of these licenses
15323 (license (list license:gpl2 license:expat))))
15324
15325 (define-public r-spdep
15326 (package
15327 (name "r-spdep")
15328 (version "1.1-7")
15329 (source
15330 (origin
15331 (method url-fetch)
15332 (uri (cran-uri "spdep" version))
15333 (sha256
15334 (base32
15335 "0sg417d95paww625663lgmk6jwhs88djqzc96gbs1hxazlf77qb1"))))
15336 (build-system r-build-system)
15337 (propagated-inputs
15338 `(("r-boot" ,r-boot)
15339 ("r-coda" ,r-coda)
15340 ("r-deldir" ,r-deldir)
15341 ("r-expm" ,r-expm)
15342 ("r-gmodels" ,r-gmodels)
15343 ("r-learnbayes" ,r-learnbayes)
15344 ("r-mass" ,r-mass)
15345 ("r-matrix" ,r-matrix)
15346 ("r-nlme" ,r-nlme)
15347 ("r-sf" ,r-sf)
15348 ("r-sp" ,r-sp)
15349 ("r-spdata" ,r-spdata)))
15350 (native-inputs
15351 `(("r-knitr" ,r-knitr)))
15352 (home-page "https://github.com/r-spatial/spdep/")
15353 (synopsis "Spatial dependence: weighting schemes, statistics and models")
15354 (description
15355 "This package provides a collection of functions to create spatial
15356 weights matrix objects from polygon contiguities, from point patterns by
15357 distance and tessellations, for summarizing these objects, and for permitting
15358 their use in spatial data analysis, including regional aggregation by minimum
15359 spanning tree.")
15360 (license license:gpl2+)))
15361
15362 (define-public r-adegenet
15363 (package
15364 (name "r-adegenet")
15365 (version "2.1.3")
15366 (source
15367 (origin
15368 (method url-fetch)
15369 (uri (cran-uri "adegenet" version))
15370 (sha256
15371 (base32
15372 "1ipnawi0qfd4rfwj37igvh36x1a9d8x4n7xynn1jcr12rd713407"))))
15373 (build-system r-build-system)
15374 (propagated-inputs
15375 `(("r-ade4" ,r-ade4)
15376 ("r-ape" ,r-ape)
15377 ("r-boot" ,r-boot)
15378 ("r-dplyr" ,r-dplyr)
15379 ("r-ggplot2" ,r-ggplot2)
15380 ("r-igraph" ,r-igraph)
15381 ("r-mass" ,r-mass)
15382 ("r-reshape2" ,r-reshape2)
15383 ("r-seqinr" ,r-seqinr)
15384 ("r-shiny" ,r-shiny)
15385 ("r-spdep" ,r-spdep)
15386 ("r-vegan" ,r-vegan)))
15387 (home-page "https://github.com/thibautjombart/adegenet")
15388 (synopsis "Exploratory analysis of genetic and genomic data")
15389 (description
15390 "This package provides a toolset for the exploration of genetic and
15391 genomic data. Adegenet provides formal (S4) classes for storing and handling
15392 various genetic data, including genetic markers with varying ploidy and
15393 hierarchical population structure (@code{genind} class), alleles counts by
15394 populations (@code{genpop}), and genome-wide SNP data (@code{genlight}). It
15395 also implements original multivariate methods (DAPC, sPCA), graphics,
15396 statistical tests, simulation tools, distance and similarity measures, and
15397 several spatial methods. A range of both empirical and simulated datasets is
15398 also provided to illustrate various methods.")
15399 (license license:gpl2+)))
15400
15401 (define-public r-pegas
15402 (package
15403 (name "r-pegas")
15404 (version "0.14")
15405 (source
15406 (origin
15407 (method url-fetch)
15408 (uri (cran-uri "pegas" version))
15409 (sha256
15410 (base32 "0lr06gajzdanj8ax91kgpxsj863m367v2s1z5gnxps3999n0xybx"))))
15411 (build-system r-build-system)
15412 (propagated-inputs
15413 `(("r-adegenet" ,r-adegenet)
15414 ("r-ape" ,r-ape)))
15415 (home-page "http://ape-package.ird.fr/pegas.html")
15416 (synopsis "Population and evolutionary genetics analysis system")
15417 (description
15418 "This package provides functions for reading, writing, plotting,
15419 analysing, and manipulating allelic and haplotypic data, including from VCF
15420 files, and for the analysis of population nucleotide sequences and
15421 micro-satellites including coalescent analyses, linkage disequilibrium,
15422 population structure (Fst, Amova) and equilibrium (HWE), haplotype networks,
15423 minimum spanning tree and network, and median-joining networks.")
15424 (license license:gpl2+)))
15425
15426 (define-public r-rmetasim
15427 (package
15428 (name "r-rmetasim")
15429 (version "3.1.14")
15430 (source
15431 (origin
15432 (method url-fetch)
15433 (uri (cran-uri "rmetasim" version))
15434 (sha256
15435 (base32
15436 "0rdkhfgyr97r2d1kd9g8ipb2pn563qxm1y4m9z678q0kqan2ddl0"))))
15437 (build-system r-build-system)
15438 (propagated-inputs
15439 `(("r-ade4" ,r-ade4)
15440 ("r-adegenet" ,r-adegenet)
15441 ("r-gtools" ,r-gtools)
15442 ("r-pegas" ,r-pegas)))
15443 (home-page "https://cran.r-project.org/web/packages/rmetasim")
15444 (synopsis "Individual-based population genetic simulation environment")
15445 (description
15446 "This package provides an interface between R and the metasim simulation
15447 engine. The simulation environment is documented in: Strand, A.(2002),
15448 Metasim 1.0: an individual-based environment for simulating population
15449 genetics of complex population dynamics.")
15450 ;; Any GPL version
15451 (license license:gpl2+)))
15452
15453 (define-public r-genetics
15454 (package
15455 (name "r-genetics")
15456 (version "1.3.8.1.3")
15457 (source
15458 (origin
15459 (method url-fetch)
15460 (uri (cran-uri "genetics" version))
15461 (sha256
15462 (base32
15463 "0lljxvz7nc6y2z303icphar2niir0i407w5cyhy2pwspd9gwkwpy"))))
15464 (build-system r-build-system)
15465 (propagated-inputs
15466 `(("r-combinat" ,r-combinat)
15467 ("r-gdata" ,r-gdata)
15468 ("r-gtools" ,r-gtools)
15469 ("r-mass" ,r-mass)
15470 ("r-mvtnorm" ,r-mvtnorm)))
15471 (home-page "https://cran.r-project.org/web/packages/genetics/")
15472 (synopsis "Population genetics")
15473 (description
15474 "This package provides classes and methods for handling genetic data.
15475 It includes classes to represent genotypes and haplotypes at single markers up
15476 to multiple markers on multiple chromosomes. Function include allele
15477 frequencies, flagging homo/heterozygotes, flagging carriers of certain
15478 alleles, estimating and testing for Hardy-Weinberg disequilibrium, estimating
15479 and testing for linkage disequilibrium, ...")
15480 ;; Any GPL version.
15481 (license license:gpl2+)))
15482
15483 (define-public r-snp-plotter
15484 (package
15485 (name "r-snp-plotter")
15486 (version "0.5.1")
15487 (source
15488 (origin
15489 (method url-fetch)
15490 (uri (cran-uri "snp.plotter" version))
15491 (sha256
15492 (base32
15493 "16apsqvkah5l0d5qcwp3lq2jspkb6n62wzr0wskmj84jblx483vv"))))
15494 (properties `((upstream-name . "snp.plotter")))
15495 (build-system r-build-system)
15496 (propagated-inputs `(("r-genetics" ,r-genetics)))
15497 (home-page "https://cran.r-project.org/web/packages/snp.plotter/")
15498 (synopsis "Plot p-values using single SNP and/or haplotype data")
15499 (description
15500 "This package helps you create plots of p-values using single SNP and/or
15501 haplotype data. Main features of the package include options to display a
15502 @dfn{linkage disequilibrium} (LD) plot and the ability to plot multiple
15503 datasets simultaneously. Plots can be created using global and/or individual
15504 haplotype p-values along with single SNP p-values. Images are created as
15505 either PDF/EPS files.")
15506 (license license:gpl2+)))
15507
15508 (define-public r-polspline
15509 (package
15510 (name "r-polspline")
15511 (version "1.1.19")
15512 (source
15513 (origin
15514 (method url-fetch)
15515 (uri (cran-uri "polspline" version))
15516 (sha256
15517 (base32 "0rhzf735hmbqfn2xbgcln4sqx7m9far72g5gq9mghgkw016kqglm"))))
15518 (build-system r-build-system)
15519 (native-inputs `(("gfortran" ,gfortran)))
15520 (home-page "https://cran.r-project.org/web/packages/polspline/")
15521 (synopsis "Polynomial spline routines")
15522 (description
15523 "This package provides routines for the polynomial spline fitting
15524 routines hazard regression, hazard estimation with flexible tails, logspline,
15525 lspec, polyclass, and polymars.")
15526 (license license:gpl2+)))
15527
15528 (define-public r-rms
15529 (package
15530 (name "r-rms")
15531 (version "6.2-0")
15532 (source
15533 (origin
15534 (method url-fetch)
15535 (uri (cran-uri "rms" version))
15536 (sha256
15537 (base32 "1di4xvsx0rwkr77nfqiysbg4qf699199xqil70i39d4zwfzqrm8h"))))
15538 (build-system r-build-system)
15539 (propagated-inputs
15540 `(("r-cluster" ,r-cluster)
15541 ("r-digest" ,r-digest)
15542 ("r-ggplot2" ,r-ggplot2)
15543 ("r-hmisc" ,r-hmisc)
15544 ("r-htmltable" ,r-htmltable)
15545 ("r-htmltools" ,r-htmltools)
15546 ("r-lattice" ,r-lattice)
15547 ("r-mass" ,r-mass)
15548 ("r-multcomp" ,r-multcomp)
15549 ("r-nlme" ,r-nlme)
15550 ("r-polspline" ,r-polspline)
15551 ("r-quantreg" ,r-quantreg)
15552 ("r-rpart" ,r-rpart)
15553 ("r-sparsem" ,r-sparsem)
15554 ("r-survival" ,r-survival)))
15555 (native-inputs `(("gfortran" ,gfortran)))
15556 (home-page "http://biostat.mc.vanderbilt.edu/rms")
15557 (synopsis "Regression modeling strategies")
15558 (description
15559 "This is a package for regression modeling, testing, estimation,
15560 validation, graphics, prediction, and typesetting by storing enhanced model
15561 design attributes in the fit. The rms package is a collection of functions
15562 that assist with and streamline modeling. It also contains functions for
15563 binary and ordinal logistic regression models, ordinal models for continuous Y
15564 with a variety of distribution families, and the Buckley-James multiple
15565 regression model for right-censored responses, and implements penalized
15566 maximum likelihood estimation for logistic and ordinary linear models. The
15567 package works with almost any regression model, but it was especially written
15568 to work with binary or ordinal regression models, Cox regression, accelerated
15569 failure time models, ordinary linear models, the Buckley-James model,
15570 generalized least squares for serially or spatially correlated observations,
15571 generalized linear models, and quantile regression.")
15572 (license license:gpl2+)))
15573
15574 (define-public r-arsenal
15575 (package
15576 (name "r-arsenal")
15577 (version "3.6.2")
15578 (source
15579 (origin
15580 (method url-fetch)
15581 (uri (cran-uri "arsenal" version))
15582 (sha256
15583 (base32
15584 "0spm0s23xs5bm88slkz6a65mbs663qhnravwxp7rkdkr378vb5fn"))))
15585 (properties `((upstream-name . "arsenal")))
15586 (build-system r-build-system)
15587 (propagated-inputs `(("r-knitr" ,r-knitr)))
15588 (native-inputs `(("r-knitr" ,r-knitr)))
15589 (home-page "https://github.com/mayoverse/arsenal")
15590 (synopsis "Functions for large-scale statistical summaries")
15591 (description
15592 "This package provides an arsenal of R functions for large-scale
15593 statistical summaries, which are streamlined to work within the latest
15594 reporting tools in R and RStudio and which use formulas and versatile
15595 summary statistics for summary tables and models. The primary functions
15596 include
15597
15598 @enumerate
15599 @item @code{tableby}, a Table-1-like summary of multiple variable types by the
15600 levels of one or more categorical variables;
15601 @item @code{paired}, a Table-1-like summary of multiple variable types paired
15602 across two time points;
15603 @item @code{modelsum}, which performs simple model fits on one or more
15604 endpoints for many variables (univariate or adjusted for covariates);
15605 @item @code{freqlist}, a powerful frequency table across many categorical
15606 variables;
15607 @item @code{comparedf}, a function for comparing @code{data.frames}; and
15608 @item @code{write2}, a function to output tables to a document.
15609 @end enumerate
15610 ")
15611 (license license:gpl2+)))
15612
15613 (define-public r-haplo-stats
15614 (package
15615 (name "r-haplo-stats")
15616 (version "1.8.6")
15617 (source
15618 (origin
15619 (method url-fetch)
15620 (uri (cran-uri "haplo.stats" version))
15621 (sha256
15622 (base32
15623 "1imz4gs0n57vixwwbirrihpgvn2pyj5da4rgjcjk14n2xkk0nay7"))))
15624 (properties `((upstream-name . "haplo.stats")))
15625 (build-system r-build-system)
15626 (propagated-inputs
15627 `(("r-arsenal" ,r-arsenal)
15628 ("r-rms" ,r-rms)))
15629 (native-inputs
15630 `(("r-r-rsp" ,r-r-rsp))) ; for vignettes
15631 (home-page "https://www.mayo.edu/research/labs/statistical-genetics-genetic-epidemiology/software")
15632 (synopsis "Analysis of haplotypes when linkage phase is ambiguous")
15633 (description
15634 "This package provides routines for the analysis of indirectly measured
15635 haplotypes. The statistical methods assume that all subjects are unrelated
15636 and that haplotypes are ambiguous (due to unknown linkage phase of the genetic
15637 markers). The main functions are: @code{haplo.em()}, @code{haplo.glm()},
15638 @code{haplo.score()}, and @code{haplo.power()}; all of which have detailed
15639 examples in the vignette.")
15640 (license license:gpl2+)))
15641
15642 (define-public r-bqtl
15643 (package
15644 (name "r-bqtl")
15645 (version "1.0-32")
15646 (source
15647 (origin
15648 (method url-fetch)
15649 (uri (cran-uri "bqtl" version))
15650 (sha256
15651 (base32
15652 "0jjqgsm9fmvz5nkgz608xfljjpmaf4rs4f7kxvpqn4b1l9s5lhci"))))
15653 (build-system r-build-system)
15654 (native-inputs `(("gfortran" ,gfortran)))
15655 (home-page "http://famprevmed.ucsd.edu/faculty/cberry/bqtl/")
15656 (synopsis "Bayesian QTL mapping toolkit")
15657 (description
15658 "This is a QTL mapping toolkit for inbred crosses and recombinant inbred
15659 lines. It includes maximum likelihood and Bayesian tools.")
15660 (license license:gpl2+)))
15661
15662 (define-public r-ibdreg
15663 (package
15664 (name "r-ibdreg")
15665 (version "0.3.1")
15666 (source
15667 (origin
15668 (method url-fetch)
15669 (uri (cran-uri "ibdreg" version))
15670 (sha256
15671 (base32
15672 "0kgx9iavgm6d6njhki7bm82d6lw2c7kcch2pryd339js2hm0l5gq"))))
15673 (build-system r-build-system)
15674 (home-page "https://www.mayo.edu/research/labs/\
15675 statistical-genetics-genetic-epidemiology/software")
15676 (synopsis "Regression methods for IBD linkage with covariates")
15677 (description
15678 "This package provides a method to test genetic linkage with covariates
15679 by regression methods with response IBD sharing for relative pairs. Account
15680 for correlations of IBD statistics and covariates for relative pairs within
15681 the same pedigree.")
15682 (license license:gpl2+)))
15683
15684 (define-public r-dlmap
15685 (package
15686 (name "r-dlmap")
15687 (version "1.13")
15688 (source
15689 (origin
15690 (method url-fetch)
15691 (uri (cran-uri "dlmap" version))
15692 (sha256
15693 (base32
15694 "0s6wlkggkm3qndwyvw72xv1n0mcjb7ss3ajbq2ll6rv30splq0db"))))
15695 (build-system r-build-system)
15696 (propagated-inputs
15697 `(("r-ibdreg" ,r-ibdreg)
15698 ("r-mgcv" ,r-mgcv)
15699 ("r-nlme" ,r-nlme)
15700 ("r-qtl" ,r-qtl)
15701 ("r-wgaim" ,r-wgaim)))
15702 (home-page "https://cran.r-project.org/web/packages/dlmap/")
15703 (synopsis "Detection localization mapping for QTL")
15704 (description
15705 "This is package for QTL mapping in a mixed model framework with separate
15706 detection and localization stages. The first stage detects the number of QTL
15707 on each chromosome based on the genetic variation due to grouped markers on
15708 the chromosome; the second stage uses this information to determine the most
15709 likely QTL positions. The mixed model can accommodate general fixed and
15710 random effects, including spatial effects in field trials and pedigree
15711 effects. It is applicable to backcrosses, doubled haploids, recombinant
15712 inbred lines, F2 intercrosses, and association mapping populations.")
15713 (license license:gpl2)))
15714
15715 (define-public r-hwde
15716 (package
15717 (name "r-hwde")
15718 (version "0.67")
15719 (source
15720 (origin
15721 (method url-fetch)
15722 (uri (cran-uri "hwde" version))
15723 (sha256
15724 (base32
15725 "0wb2f9i5qi7w77ygh8bvydfpr7j5x8dyvnnhdkajaz0wdcpkyaqy"))))
15726 (build-system r-build-system)
15727 (home-page "https://cran.r-project.org/web/packages/hwde/")
15728 (synopsis "Models and tests for departure from Hardy-Weinberg equilibrium")
15729 (description
15730 "This package fits models for genotypic disequilibria, as described in
15731 Huttley and Wilson (2000), Weir (1996) and Weir and Wilson (1986). Contrast
15732 terms are available that account for first order interactions between loci.
15733 It also implements, for a single locus in a single population, a conditional
15734 exact test for Hardy-Weinberg equilibrium.")
15735 (license license:gpl2+)))
15736
15737 (define-public r-tdthap
15738 (package
15739 (name "r-tdthap")
15740 (version "1.1-11")
15741 (source
15742 (origin
15743 (method url-fetch)
15744 (uri (cran-uri "tdthap" version))
15745 (sha256
15746 (base32
15747 "15qlj2bivvz3pizd8dq34wczbkbxhzqh3cqp1ixkdkprlyvcxj5k"))))
15748 (build-system r-build-system)
15749 (home-page "https://cran.r-project.org/web/packages/tdthap/")
15750 (synopsis "TDT tests for extended haplotypes")
15751 (description
15752 "Functions and examples are provided for transmission/disequilibrium
15753 tests for extended marker haplotypes, as in Clayton, D. and Jones, H. (1999)
15754 \"Transmission/disequilibrium tests for extended marker haplotypes\".")
15755 (license license:artistic2.0)))
15756
15757 (define-public r-sparql
15758 (package
15759 (name "r-sparql")
15760 (version "1.16")
15761 (source (origin
15762 (method url-fetch)
15763 (uri (cran-uri "SPARQL" version))
15764 (sha256
15765 (base32
15766 "0gak1q06yyhdmcxb2n3v0h9gr1vqd0viqji52wpw211qp6r6dcrc"))))
15767 (properties `((upstream-name . "SPARQL")))
15768 (build-system r-build-system)
15769 (propagated-inputs
15770 `(("r-rcurl" ,r-rcurl)
15771 ("r-xml" ,r-xml)))
15772 (home-page "https://cran.r-project.org/web/packages/SPARQL")
15773 (synopsis "SPARQL client for R")
15774 (description "This package provides an interface to use SPARQL to pose
15775 SELECT or UPDATE queries to an end-point.")
15776 ;; The only license indication is found in the DESCRIPTION file,
15777 ;; which states GPL-3. So we cannot assume GPLv3+.
15778 (license license:gpl3)))
15779
15780 (define-public r-bookdown
15781 (package
15782 (name "r-bookdown")
15783 (version "0.21")
15784 (source (origin
15785 (method url-fetch)
15786 (uri (cran-uri "bookdown" version))
15787 (sha256
15788 (base32
15789 "0xms1srx9l2mn8xaxnpic0s21y8k56bhwpj45wy7b0yscmxgmh27"))))
15790 (build-system r-build-system)
15791 (propagated-inputs
15792 `(("r-htmltools" ,r-htmltools)
15793 ("r-knitr" ,r-knitr)
15794 ("r-rmarkdown" ,r-rmarkdown)
15795 ("r-tinytex" ,r-tinytex)
15796 ("r-xfun" ,r-xfun)
15797 ("r-yaml" ,r-yaml)
15798 ("pandoc" ,pandoc)))
15799 (home-page "https://github.com/rstudio/bookdown")
15800 (synopsis "Authoring books and technical documents with R markdown")
15801 (description "This package provides output formats and utilities for
15802 authoring books and technical documents with R Markdown.")
15803 (license license:gpl3)))
15804
15805 (define-public r-optparse
15806 (package
15807 (name "r-optparse")
15808 (version "1.6.6")
15809 (source
15810 (origin
15811 (method url-fetch)
15812 (uri (cran-uri "optparse" version))
15813 (sha256
15814 (base32
15815 "1l301dy3gc8pn7j00awcjh41wmc1ks9kswak255kbsa6f54rsxsi"))))
15816 (build-system r-build-system)
15817 (propagated-inputs
15818 `(("r-getopt" ,r-getopt)))
15819 (native-inputs
15820 `(("r-knitr" ,r-knitr)))
15821 (home-page "https://github.com/trevorld/optparse")
15822 (synopsis "Command line option parser")
15823 (description
15824 "This package provides a command line parser inspired by Python's
15825 @code{optparse} library to be used with Rscript to write shebang scripts
15826 that accept short and long options.")
15827 (license license:gpl2+)))
15828
15829 (define-public r-kernlab
15830 (package
15831 (name "r-kernlab")
15832 (version "0.9-29")
15833 (source
15834 (origin
15835 (method url-fetch)
15836 (uri (cran-uri "kernlab" version))
15837 (sha256
15838 (base32 "0vqhndl4zm7pvkfvq0f6i9cbrm7pij6kmdp7d7w39pa100x6knn3"))))
15839 (build-system r-build-system)
15840 (home-page "https://cran.r-project.org/web/packages/kernlab")
15841 (synopsis "Kernel-based machine learning tools")
15842 (description
15843 "This package provides kernel-based machine learning methods for
15844 classification, regression, clustering, novelty detection, quantile regression
15845 and dimensionality reduction. Among other methods @code{kernlab} includes
15846 Support Vector Machines, Spectral Clustering, Kernel PCA, Gaussian Processes
15847 and a QP solver.")
15848 (license license:gpl2)))
15849
15850 (define-public r-hierfstat
15851 (package
15852 (name "r-hierfstat")
15853 (version "0.5-7")
15854 (source
15855 (origin
15856 (method url-fetch)
15857 (uri (cran-uri "hierfstat" version))
15858 (sha256
15859 (base32
15860 "0dp8k1z5a8gqnax99y1hwfvxilzf4n2i751zr0z6ihrzirsvb3m3"))))
15861 (build-system r-build-system)
15862 (propagated-inputs
15863 `(("r-ade4" ,r-ade4)
15864 ("r-adegenet" ,r-adegenet)
15865 ("r-gaston" ,r-gaston)
15866 ("r-gtools" ,r-gtools)))
15867 (native-inputs
15868 `(("r-knitr" ,r-knitr)))
15869 (home-page "https://cran.r-project.org/web/packages/hierfstat/")
15870 (synopsis "Estimation and tests of hierarchical F-statistics")
15871 (description
15872 "This package allows the estimation of hierarchical F-statistics from
15873 haploid or diploid genetic data with any numbers of levels in the hierarchy,
15874 following the algorithm of Yang (Evolution, 1998, 52(4):950-956). Functions
15875 are also given to test via randomisations the significance of each F and
15876 variance components, using the likelihood-ratio statistics G.")
15877 (license license:gpl2+)))
15878
15879 (define-public r-hapassoc
15880 (package
15881 (name "r-hapassoc")
15882 (version "1.2-8")
15883 (source
15884 (origin
15885 (method url-fetch)
15886 (uri (cran-uri "hapassoc" version))
15887 (sha256
15888 (base32
15889 "0qs5jl0snzfchgpp6pabncwywxcmi743g91jvjiyyzw0lw85yv4s"))))
15890 (build-system r-build-system)
15891 (home-page "https://stat.sfu.ca/statgen/research/hapassoc.html")
15892 (synopsis "Inference of trait associations with SNP haplotypes")
15893 (description
15894 "Hapassoc performs likelihood inference of trait associations with
15895 haplotypes and other covariates in @dfn{generalized linear models} (GLMs). The
15896 functions are developed primarily for data collected in cohort or
15897 cross-sectional studies. They can accommodate uncertain haplotype phase and
15898 handle missing genotypes at some SNPs.")
15899 (license license:gpl2)))
15900
15901 (define-public r-sampling
15902 (package
15903 (name "r-sampling")
15904 (version "2.9")
15905 (source
15906 (origin
15907 (method url-fetch)
15908 (uri (cran-uri "sampling" version))
15909 (sha256
15910 (base32
15911 "11xis4vzn2ga8ml9xrgfgqzccvwbnabq35aidzdvpnvciybsanvz"))))
15912 (build-system r-build-system)
15913 (propagated-inputs
15914 `(("r-lpsolve" ,r-lpsolve)
15915 ("r-mass" ,r-mass)))
15916 (home-page "https://cran.r-project.org/web/packages/sampling/")
15917 (synopsis "Survey sampling")
15918 (description
15919 "This package provides functions for drawing and calibrating samples.")
15920 (license license:gpl2+)))
15921
15922 (define-public r-r2html
15923 (package
15924 (name "r-r2html")
15925 (version "2.3.2")
15926 (source
15927 (origin
15928 (method url-fetch)
15929 (uri (cran-uri "R2HTML" version))
15930 (sha256
15931 (base32
15932 "00kxny7hajs9r2kw63qk7d03ggdxx2j1g8vbrmzp806y8aczvik9"))))
15933 (properties `((upstream-name . "R2HTML")))
15934 (build-system r-build-system)
15935 (home-page "https://github.com/nalimilan/R2HTML")
15936 (synopsis "HTML export for R objects")
15937 (description
15938 "This package includes HTML functions and methods to write in an HTML
15939 file. Thus, making HTML reports is easy. It includes a function that allows
15940 redirection on the fly, which appears to be very useful for teaching purposes,
15941 as the student can keep a copy of the produced output to keep all that they
15942 did during the course. The package comes with a vignette describing how to
15943 write HTML reports for statistical analysis. Finally, a driver for Sweave
15944 parses HTML flat files containing R code and to automatically write
15945 the corresponding outputs (tables and graphs).")
15946 (license license:gpl2+)))
15947
15948 (define-public r-rjava
15949 (package
15950 (name "r-rjava")
15951 (version "0.9-13")
15952 (source
15953 (origin
15954 (method url-fetch)
15955 (uri (cran-uri "rJava" version))
15956 (sha256
15957 (base32
15958 "1x3mihyqzr61j52rwaqciw43mkjzmhib4s6qf57v6xj40ksqh5jv"))))
15959 (properties `((upstream-name . "rJava")))
15960 (build-system r-build-system)
15961 (arguments
15962 `(#:modules ((guix build utils)
15963 (guix build r-build-system)
15964 (ice-9 match))
15965 #:phases
15966 (modify-phases %standard-phases
15967 (add-after 'unpack 'set-JAVA_HOME
15968 (lambda* (#:key inputs #:allow-other-keys)
15969 (let ((jdk (assoc-ref inputs "jdk")))
15970 (setenv "JAVA_HOME" jdk)
15971 (setenv "JAVA" (which "java"))
15972 (setenv "JAR" (which "jar"))
15973 (setenv "JAVAC" (which "javac"))
15974 (setenv "JAVAH" (which "javah"))
15975 (setenv "JAVA_CPPFLAGS"
15976 (string-append "-I" jdk "/include "
15977 "-I" jdk "/include/linux"))
15978 (match (find-files (string-append jdk "/jre/lib/") "libjvm.so")
15979 ((lib) (setenv "JAVA_LIBS" lib))
15980 (_ (error "Could not find libjvm.so"))))
15981 #t)))))
15982 (inputs
15983 `(("icu4c" ,icu4c)
15984 ("jdk" ,icedtea-8 "jdk")
15985 ("pcre" ,pcre)
15986 ("zlib" ,zlib)))
15987 (home-page "https://www.rforge.net/rJava/")
15988 (synopsis "Low-Level R to Java interface")
15989 (description
15990 "This package provides a low-level interface to the Java VM very much
15991 like .C/.Call and friends. It allows the creation of objects, calling methods
15992 and accessing fields.")
15993 (license license:gpl2)))
15994
15995 (define-public r-svmisc
15996 (package
15997 (name "r-svmisc")
15998 (version "1.1.0")
15999 (source
16000 (origin
16001 (method url-fetch)
16002 (uri (cran-uri "svMisc" version))
16003 (sha256
16004 (base32
16005 "01r2a73wx2sh1njky961fxabx5wgddqqjqba6vjg0f3h8r3abmn2"))))
16006 (properties `((upstream-name . "svMisc")))
16007 (build-system r-build-system)
16008 (home-page "https://github.com/SciViews/svMisc")
16009 (synopsis "Miscellaneous functions for SciViews")
16010 (description
16011 "This package provides miscellaneous functions for SciViews or general
16012 use, including tools to manage a temporary environment attached to the search
16013 path for temporary variables you do not want to @code{save()} or
16014 @code{load()}; test the current platform; showing progress bars, etc.")
16015 (license license:gpl2)))
16016
16017 (define-public r-xyz
16018 (package
16019 (name "r-xyz")
16020 (version "0.2")
16021 (source
16022 (origin
16023 (method url-fetch)
16024 (uri (cran-uri "xyz" version))
16025 (sha256
16026 (base32
16027 "13w4sb4pvgciwr8wsz785dafj2k2kpx7znz46r5d32wx88vkycp4"))))
16028 (build-system r-build-system)
16029 (propagated-inputs
16030 `(("r-rcpp" ,r-rcpp)))
16031 (home-page "https://cran.r-project.org/web/packages/xyz/")
16032 (synopsis "Algorithm for fast interaction search in high-dimensional data")
16033 (description
16034 "High dimensional interaction search by brute force requires a quadratic
16035 computational cost in the number of variables. The xyz algorithm provably
16036 finds strong interactions in almost linear time. For details of the algorithm
16037 see: G. Thanei, N. Meinshausen and R. Shah (2016). The xyz algorithm for fast
16038 interaction search in high-dimensional data.")
16039 ;; Any version of the GPL.
16040 (license license:gpl2+)))
16041
16042 (define-public r-rttf2pt1
16043 (package
16044 (name "r-rttf2pt1")
16045 (version "1.3.8")
16046 (source
16047 (origin
16048 (method url-fetch)
16049 (uri (cran-uri "Rttf2pt1" version))
16050 (sha256
16051 (base32
16052 "0b3f2zkmbyshn19cnaaf042d0zwf43l9jnkqizfhxxwb93a4c1jn"))))
16053 (properties `((upstream-name . "Rttf2pt1")))
16054 (build-system r-build-system)
16055 (home-page "https://github.com/wch/Rttf2pt1")
16056 (synopsis "Font conversion utility")
16057 (description
16058 "This package contains the program @code{ttf2pt1}, for use with the
16059 @code{extrafont} package.")
16060 ;; Most of the files are covered under the Expat license. Some files are
16061 ;; covered under BSD-3. Deviations for individual files are recorded in
16062 ;; the LICENSE file.
16063 (license (list license:bsd-3 license:expat
16064 (license:non-copyleft "file://LICENSE")))))
16065
16066 (define-public r-extrafontdb
16067 (package
16068 (name "r-extrafontdb")
16069 (version "1.0")
16070 (source
16071 (origin
16072 (method url-fetch)
16073 (uri (cran-uri "extrafontdb" version))
16074 (sha256
16075 (base32
16076 "115n42hfvv5h4nn4cfkfmkmn968py4lpy8zd0d6w5yylwpzbm8gs"))))
16077 (build-system r-build-system)
16078 (home-page "https://github.com/wch/extrafontdb")
16079 (synopsis "Database for the extrafont package")
16080 (description
16081 "This package holds the database for the @code{extrafont} package.")
16082 (license license:gpl2)))
16083
16084 (define-public r-extrafont
16085 (package
16086 (name "r-extrafont")
16087 (version "0.17")
16088 (source
16089 (origin
16090 (method url-fetch)
16091 (uri (cran-uri "extrafont" version))
16092 (sha256
16093 (base32
16094 "0b9k2n9sk23bh45hjgnkxpjyvpdrz1hx7kmxvmb4nhlhm1wpsv9g"))))
16095 (build-system r-build-system)
16096 (propagated-inputs
16097 `(("r-extrafontdb" ,r-extrafontdb)
16098 ("r-rttf2pt1" ,r-rttf2pt1)))
16099 (home-page "https://github.com/wch/extrafont")
16100 (synopsis "Tools for using fonts in R")
16101 (description
16102 "The extrafont package makes it easier to use fonts other than the basic
16103 PostScript fonts that R uses. Fonts that are imported into extrafont can be
16104 used with PDF or PostScript output files. There are two hurdles for using
16105 fonts in PDF (or Postscript) output files:
16106
16107 @enumerate
16108 @item Making R aware of the font and the dimensions of the characters.
16109 @item Embedding the fonts in the PDF file so that the PDF can be displayed
16110 properly on a device that doesn't have the font. This is usually needed if
16111 you want to print the PDF file or share it with others.
16112 @end enumerate
16113
16114 The extrafont package makes both of these things easier.")
16115 (license license:gpl2)))
16116
16117 (define-public r-xkcd
16118 (package
16119 (name "r-xkcd")
16120 (version "0.0.6")
16121 (source
16122 (origin
16123 (method url-fetch)
16124 (uri (cran-uri "xkcd" version))
16125 (sha256
16126 (base32
16127 "1z2y0ihn68ppay7xkglhw7djki5654g6z4bbpyy41if57z9q554f"))))
16128 (build-system r-build-system)
16129 (propagated-inputs
16130 `(("r-extrafont" ,r-extrafont)
16131 ("r-ggplot2" ,r-ggplot2)
16132 ("r-hmisc" ,r-hmisc)))
16133 (home-page "https://cran.r-project.org/web/packages/xkcd/")
16134 (synopsis "Plot ggplot2 graphics in the XKCD style")
16135 (description
16136 "This package provides the means to plot ggplot2 graphs in the style of
16137 the XKCD web comic.")
16138 (license license:gpl3)))
16139
16140 (define-public r-msigdbr
16141 (package
16142 (name "r-msigdbr")
16143 (version "7.2.1")
16144 (source
16145 (origin
16146 (method url-fetch)
16147 (uri (cran-uri "msigdbr" version))
16148 (sha256
16149 (base32
16150 "1rc2p9vw57pn4prmfgay4w18qd53ggq7wxfsi9kp7w25ciip1dq1"))))
16151 (build-system r-build-system)
16152 (propagated-inputs
16153 `(("r-dplyr" ,r-dplyr)
16154 ("r-magrittr" ,r-magrittr)
16155 ("r-rlang" ,r-rlang)
16156 ("r-tibble" ,r-tibble)
16157 ("r-tidyselect" ,r-tidyselect)))
16158 (native-inputs
16159 `(("r-knitr" ,r-knitr)))
16160 (home-page "https://github.com/igordot/msigdbr")
16161 (synopsis "MSigDB gene sets for multiple organisms")
16162 (description
16163 "This package provides the @dfn{Molecular Signatures Database} (MSigDB)
16164 gene sets typically used with the @dfn{Gene Set Enrichment Analysis} (GSEA)
16165 software in a standard R data frame with key-value pairs. Included are the
16166 original human gene symbols and Entrez IDs as well as the equivalents for
16167 various frequently studied model organisms such as mouse, rat, pig, fly, and
16168 yeast.")
16169 ;; The package is covered under the Expat license, but the upstream MSigDB
16170 ;; files are made available under the Creative Commons Attribution 4.0
16171 ;; International license.
16172 (license (list license:expat license:cc-by4.0))))
16173
16174 (define-public r-gridgraphics
16175 (package
16176 (name "r-gridgraphics")
16177 (version "0.5-1")
16178 (source
16179 (origin
16180 (method url-fetch)
16181 (uri (cran-uri "gridGraphics" version))
16182 (sha256
16183 (base32
16184 "12yswy02j3h5wir7m5jnkhpjmb0sa4snn61vjd68i49qwsa6w219"))))
16185 (properties `((upstream-name . "gridGraphics")))
16186 (build-system r-build-system)
16187 (home-page "https://github.com/pmur002/gridgraphics")
16188 (synopsis "Redraw base graphics using @code{grid} graphics")
16189 (description
16190 "This package provides functions to convert a page of plots drawn with
16191 the @code{graphics} package into identical output drawn with the @code{grid}
16192 package. The result looks like the original @code{graphics}-based plot, but
16193 consists of @code{grid} grobs and viewports that can then be manipulated with
16194 @code{grid} functions (e.g., edit grobs and revisit viewports).")
16195 (license license:gpl2+)))
16196
16197 (define-public r-farver
16198 (package
16199 (name "r-farver")
16200 (version "2.1.0")
16201 (source
16202 (origin
16203 (method url-fetch)
16204 (uri (cran-uri "farver" version))
16205 (sha256
16206 (base32
16207 "1x6ffwxqbrwlylnk995jz2a6nz2y9z59jaq0ncpni7q40w367j75"))))
16208 (build-system r-build-system)
16209 (home-page "https://github.com/thomasp85/farver")
16210 (synopsis "Vectorized color conversion and comparison")
16211 (description
16212 "The encoding of color can be handled in many different ways, using
16213 different color spaces. As different color spaces have different uses,
16214 efficient conversion between these representations are important. This
16215 package provides a set of functions that gives access to very fast color space
16216 conversion and comparisons implemented in C++, and offers 100-fold speed
16217 improvements over the @code{convertColor} function in the @code{grDevices}
16218 package.")
16219 (license license:expat)))
16220
16221 (define-public r-ggplotify
16222 (package
16223 (name "r-ggplotify")
16224 (version "0.0.5")
16225 (source
16226 (origin
16227 (method url-fetch)
16228 (uri (cran-uri "ggplotify" version))
16229 (sha256
16230 (base32
16231 "0pfnp4lrissf21z7867kdm6slr979kchyva8iaf83i1302kscph3"))))
16232 (build-system r-build-system)
16233 (propagated-inputs
16234 `(("r-ggplot2" ,r-ggplot2)
16235 ("r-gridgraphics" ,r-gridgraphics)
16236 ("r-rvcheck" ,r-rvcheck)))
16237 (native-inputs
16238 `(("r-knitr" ,r-knitr)))
16239 (home-page "https://github.com/GuangchuangYu/ggplotify")
16240 (synopsis "Convert plots to @code{grob} or @code{ggplot} object")
16241 (description
16242 "This package provides tools to convert plot function calls (using
16243 expression or formula) to @code{grob} or @code{ggplot} objects that are
16244 compatible with the @code{grid} and @code{ggplot2} environment. With this
16245 package, we are able to e.g. use @code{cowplot} to align plots produced by
16246 @code{base} graphics, @code{grid}, @code{lattice}, @code{vcd} etc. by
16247 converting them to @code{ggplot} objects.")
16248 (license license:artistic2.0)))
16249
16250 (define-public r-triebeard
16251 (package
16252 (name "r-triebeard")
16253 (version "0.3.0")
16254 (source
16255 (origin
16256 (method url-fetch)
16257 (uri (cran-uri "triebeard" version))
16258 (sha256
16259 (base32
16260 "1hqyz57gph02c9fdc07lxz113bbklif3g18sw8jan6pakhhdc7dz"))))
16261 (build-system r-build-system)
16262 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
16263 (home-page "https://github.com/Ironholds/triebeard/")
16264 (synopsis "Radix trees in Rcpp")
16265 (description
16266 "Radix trees, or tries, are key-value data structures optimized for
16267 efficient lookups, similar in purpose to hash tables. This package provides
16268 an implementation of radix trees for use in R programming and in developing
16269 packages with Rcpp.")
16270 (license license:expat)))
16271
16272 (define-public r-tweenr
16273 (package
16274 (name "r-tweenr")
16275 (version "1.0.2")
16276 (source
16277 (origin
16278 (method url-fetch)
16279 (uri (cran-uri "tweenr" version))
16280 (sha256
16281 (base32
16282 "17znizh4yabh2zs9mzyr0sl6p0pw49961i61br7cl1b7v9sza18q"))))
16283 (build-system r-build-system)
16284 (propagated-inputs
16285 `(("r-farver" ,r-farver)
16286 ("r-magrittr" ,r-magrittr)
16287 ("r-rcpp" ,r-rcpp)
16288 ("r-rlang" ,r-rlang)))
16289 (home-page "https://github.com/thomasp85/tweenr")
16290 (synopsis "Interpolate data for smooth animations")
16291 (description
16292 "In order to create smooth animation between states of data, tweening is
16293 necessary. This package provides a range of functions for creating tweened
16294 data that can be used as basis for animation. Furthermore it adds a number of
16295 vectorized interpolaters for common R data types such as numeric, date and
16296 color.")
16297 (license license:expat)))
16298
16299 (define-public r-polyclip
16300 (package
16301 (name "r-polyclip")
16302 (version "1.10-0")
16303 (source
16304 (origin
16305 (method url-fetch)
16306 (uri (cran-uri "polyclip" version))
16307 (sha256
16308 (base32
16309 "0jyk4maqiblvj095jd59dr76kbniyli3v3xvy0a72ljszq6vrnkl"))))
16310 (build-system r-build-system)
16311 (native-inputs `(("pkg-config" ,pkg-config)))
16312 (home-page "http://www.angusj.com/delphi/clipper.php")
16313 (synopsis "Polygon clipping")
16314 (description
16315 "This package provides an R port of the library Clipper. It performs
16316 polygon clipping operations (intersection, union, set minus, set difference)
16317 for polygonal regions of arbitrary complexity, including holes. It computes
16318 offset polygons (spatial buffer zones, morphological dilations, Minkowski
16319 dilations) for polygonal regions and polygonal lines. It computes the
16320 Minkowski Sum of general polygons. There is a function for removing
16321 self-intersections from polygon data.")
16322 (license license:boost1.0)))
16323
16324 (define-public r-urltools
16325 (package
16326 (name "r-urltools")
16327 (version "1.7.3")
16328 (source
16329 (origin
16330 (method url-fetch)
16331 (uri (cran-uri "urltools" version))
16332 (sha256
16333 (base32
16334 "04x3my655dd287cbsszbnf75q0swmjlxxrblcsay7a8n3df3a830"))))
16335 (build-system r-build-system)
16336 (propagated-inputs
16337 `(("r-rcpp" ,r-rcpp)
16338 ("r-triebeard" ,r-triebeard)))
16339 (home-page "https://github.com/Ironholds/urltools/")
16340 (synopsis "Vectorized tools for URL handling and parsing")
16341 (description
16342 "This package provides a toolkit for all URL-handling needs, including
16343 encoding and decoding, parsing, parameter extraction and modification. All
16344 functions are designed to be both fast and entirely vectorized. It is
16345 intended to be useful for people dealing with web-related datasets, such as
16346 server-side logs, although may be useful for other situations involving large
16347 sets of URLs.")
16348 (license license:expat)))
16349
16350 (define-public r-ggforce
16351 (package
16352 (name "r-ggforce")
16353 (version "0.3.3")
16354 (source
16355 (origin
16356 (method url-fetch)
16357 (uri (cran-uri "ggforce" version))
16358 (sha256
16359 (base32
16360 "0bwzjbjl678xvc2ihm80dwn9pidwafqjdab3k299csys16s3na1a"))))
16361 (build-system r-build-system)
16362 (propagated-inputs
16363 `(("r-ggplot2" ,r-ggplot2)
16364 ("r-gtable" ,r-gtable)
16365 ("r-mass" ,r-mass)
16366 ("r-polyclip" ,r-polyclip)
16367 ("r-rcpp" ,r-rcpp)
16368 ("r-rcppeigen" ,r-rcppeigen)
16369 ("r-rlang" ,r-rlang)
16370 ("r-scales" ,r-scales)
16371 ("r-tidyselect" ,r-tidyselect)
16372 ("r-tweenr" ,r-tweenr)
16373 ("r-withr" ,r-withr)))
16374 (home-page "https://ggforce.data-imaginist.com")
16375 (synopsis "Accelerating ggplot2")
16376 (description
16377 "The aim of the ggplot2 package is to aid in visual data investigations.
16378 This focus has led to a lack of facilities for composing specialized plots.
16379 Thi package aims to be a collection of mainly new statistics and geometries
16380 that fills this gap.")
16381 (license license:expat)))
16382
16383 (define-public r-europepmc
16384 (package
16385 (name "r-europepmc")
16386 (version "0.4")
16387 (source
16388 (origin
16389 (method url-fetch)
16390 (uri (cran-uri "europepmc" version))
16391 (sha256
16392 (base32
16393 "174nnyc2mbgqxb5kgqabn1vf71c2mps7ig2bclq4is0f7nb64pym"))))
16394 (build-system r-build-system)
16395 (propagated-inputs
16396 `(("r-dplyr" ,r-dplyr)
16397 ("r-httr" ,r-httr)
16398 ("r-jsonlite" ,r-jsonlite)
16399 ("r-plyr" ,r-plyr)
16400 ("r-progress" ,r-progress)
16401 ("r-purrr" ,r-purrr)
16402 ("r-rlang" ,r-rlang)
16403 ("r-tibble" ,r-tibble)
16404 ("r-tidyr" ,r-tidyr)
16405 ("r-urltools" ,r-urltools)
16406 ("r-xml2" ,r-xml2)))
16407 (native-inputs
16408 `(("r-knitr" ,r-knitr)))
16409 (home-page "https://github.com/ropensci/europepmc/")
16410 (synopsis "R Interface to the Europe PubMed Central RESTful Web Service")
16411 (description
16412 "This package provides an R Client for the
16413 @url{https://europepmc.org/RestfulWebService,Europe PubMed Central RESTful Web
16414 Service}. It gives access to both metadata on life science literature and
16415 open access full texts. Europe PMC indexes all PubMed content and other
16416 literature sources including Agricola, a bibliographic database of citations
16417 to the agricultural literature, or Biological Patents. In addition to
16418 bibliographic metadata, the client allows users to fetch citations and
16419 reference lists. Links between life-science literature and other EBI
16420 databases, including ENA, PDB or ChEMBL are also accessible.")
16421 (license license:gpl3)))
16422
16423 (define-public r-ggraph
16424 (package
16425 (name "r-ggraph")
16426 (version "2.0.5")
16427 (source
16428 (origin
16429 (method url-fetch)
16430 (uri (cran-uri "ggraph" version))
16431 (sha256
16432 (base32
16433 "0m4n8iw2b9jk8hcy5blg5w59zsqcpsbv27wbw598dvljpafx8sp3"))))
16434 (build-system r-build-system)
16435 (propagated-inputs
16436 `(("r-digest" ,r-digest)
16437 ("r-dplyr" ,r-dplyr)
16438 ("r-ggforce" ,r-ggforce)
16439 ("r-ggplot2" ,r-ggplot2)
16440 ("r-ggrepel" ,r-ggrepel)
16441 ("r-graphlayouts" ,r-graphlayouts)
16442 ("r-gtable" ,r-gtable)
16443 ("r-igraph" ,r-igraph)
16444 ("r-mass" ,r-mass)
16445 ("r-rcpp" ,r-rcpp)
16446 ("r-rlang" ,r-rlang)
16447 ("r-scales" ,r-scales)
16448 ("r-tidygraph" ,r-tidygraph)
16449 ("r-viridis" ,r-viridis)
16450 ("r-withr" ,r-withr)))
16451 (native-inputs
16452 `(("r-knitr" ,r-knitr)))
16453 (home-page "https://cran.r-project.org/web/packages/ggraph/")
16454 (synopsis "Implementation of grammar of graphics for graphs and networks")
16455 (description
16456 "The grammar of graphics as implemented in ggplot2 is a poor fit for
16457 graph and network visualizations due to its reliance on tabular data input.
16458 The ggraph package is an extension of the ggplot2 API tailored to graph
16459 visualizations and provides the same flexible approach to building up plots
16460 layer by layer.")
16461 (license license:gpl3)))
16462
16463 (define-public r-gkmsvm
16464 (package
16465 (name "r-gkmsvm")
16466 (version "0.81.0")
16467 (source
16468 (origin
16469 (method url-fetch)
16470 (uri (cran-uri "gkmSVM" version))
16471 (sha256
16472 (base32
16473 "119g5rhc7ffyviz04r04aj5z1g6abnj3ddd01g7db505sdr6lapj"))))
16474 (properties `((upstream-name . "gkmSVM")))
16475 (build-system r-build-system)
16476 (propagated-inputs
16477 `(("r-kernlab" ,r-kernlab)
16478 ("r-rcpp" ,r-rcpp)
16479 ("r-rocr" ,r-rocr)
16480 ("r-seqinr" ,r-seqinr)))
16481 (home-page "https://cran.r-project.org/web/packages/gkmSVM")
16482 (synopsis "Gapped-kmer support vector machine")
16483 (description
16484 "This R package provides tools for training gapped-kmer SVM classifiers
16485 for DNA and protein sequences. This package supports several sequence
16486 kernels, including: gkmSVM, kmer-SVM, mismatch kernel and wildcard kernel.")
16487 (license license:gpl2+)))
16488
16489 (define-public r-varselrf
16490 (package
16491 (name "r-varselrf")
16492 (version "0.7-8")
16493 (source
16494 (origin
16495 (method url-fetch)
16496 (uri (cran-uri "varSelRF" version))
16497 (sha256
16498 (base32
16499 "0h49rl1j13yfh97rsfsyh9s2c4wajny4rzms2qw77d0cavxqg53i"))))
16500 (properties `((upstream-name . "varSelRF")))
16501 (build-system r-build-system)
16502 (propagated-inputs
16503 `(("r-randomforest" ,r-randomforest)))
16504 (home-page "https://www.ligarto.org/rdiaz/software/software")
16505 (synopsis "Variable selection using random forests")
16506 (description
16507 "This package provides tools for the variable selection from random
16508 forests using both backwards variable elimination (for the selection of small
16509 sets of non-redundant variables) and selection based on the importance
16510 spectrum (somewhat similar to scree plots; for the selection of large,
16511 potentially highly-correlated variables). The main applications are in
16512 high-dimensional data (e.g., microarray data, and other genomics and
16513 proteomics applications).")
16514 (license license:gpl2+)))
16515
16516 (define-public r-pamr
16517 (package
16518 (name "r-pamr")
16519 (version "1.56.1")
16520 (source
16521 (origin
16522 (method url-fetch)
16523 (uri (cran-uri "pamr" version))
16524 (sha256
16525 (base32
16526 "0ycpgkk23y3zzkb42n2skcyl35ps1n7jmyzfj7pbxr3f6gr2grfh"))))
16527 (build-system r-build-system)
16528 (propagated-inputs
16529 `(("r-cluster" ,r-cluster)
16530 ("r-survival" ,r-survival)))
16531 (native-inputs `(("gfortran" ,gfortran)))
16532 (home-page "https://cran.r-project.org/web/packages/pamr/")
16533 (synopsis "Prediction Analysis for Microarrays")
16534 (description
16535 "This package provides some functions for sample classification in
16536 microarrays.")
16537 (license license:gpl2)))
16538
16539 (define-public r-rda
16540 (package
16541 (name "r-rda")
16542 (version "1.0.2-2.1")
16543 (source
16544 (origin
16545 (method url-fetch)
16546 (uri (cran-uri "rda" version))
16547 (sha256
16548 (base32
16549 "1y4fawslr3i6crjaxhsdb47kfsqkyszdx6avq3r5far5a4pvc639"))))
16550 (build-system r-build-system)
16551 (home-page "https://cran.r-project.org/web/packages/rda/")
16552 (synopsis "Shrunken centroids regularized discriminant analysis")
16553 (description
16554 "This package provides tools for shrunken centroids regularized
16555 discriminant analysis for the purpose of classifying high dimensional data.")
16556 (license license:gpl2+)))
16557
16558 (define-public r-ggvis
16559 (package
16560 (name "r-ggvis")
16561 (version "0.4.7")
16562 (source
16563 (origin
16564 (method url-fetch)
16565 (uri (cran-uri "ggvis" version))
16566 (sha256
16567 (base32
16568 "1qv512pd4x5vmx15y9nvqmabbbw14h75fmi1sjbcg5yl25z0cswy"))))
16569 (build-system r-build-system)
16570 (propagated-inputs
16571 `(("r-assertthat" ,r-assertthat)
16572 ("r-dplyr" ,r-dplyr)
16573 ("r-htmltools" ,r-htmltools)
16574 ("r-jsonlite" ,r-jsonlite)
16575 ("r-magrittr" ,r-magrittr)
16576 ("r-rlang" ,r-rlang)
16577 ("r-shiny" ,r-shiny)))
16578 (home-page "https://ggvis.rstudio.com/")
16579 (synopsis "Interactive grammar of graphics")
16580 (description
16581 "This package is a data visualization package for R providing an
16582 implementation of an interactive grammar of graphics, taking the best parts of
16583 ggplot2, combining them with the reactive framework of Shiny and drawing web
16584 graphics using Vega.")
16585 (license license:gpl2)))
16586
16587 (define-public r-gbm
16588 (package
16589 (name "r-gbm")
16590 (version "2.1.8")
16591 (source
16592 (origin
16593 (method url-fetch)
16594 (uri (cran-uri "gbm" version))
16595 (sha256
16596 (base32
16597 "1h9f4ww9yc3nsvghgr2q7jjrlz29ibabxjbax1sk5wmqh2wy6pbx"))))
16598 (build-system r-build-system)
16599 (propagated-inputs
16600 `(("r-lattice" ,r-lattice)
16601 ("r-survival" ,r-survival)))
16602 (native-inputs
16603 `(("r-knitr" ,r-knitr)))
16604 (home-page "https://github.com/gbm-developers/gbm")
16605 (synopsis "Generalized boosted regression models")
16606 (description
16607 "This package is an implementation of extensions to Freund and Schapire's
16608 AdaBoost algorithm and Friedman's gradient boosting machine. It includes
16609 regression methods for least squares, absolute loss, t-distribution loss,
16610 quantile regression, logistic, multinomial logistic, Poisson, Cox proportional
16611 hazards partial likelihood, AdaBoost exponential loss, Huberized hinge loss,
16612 and Learning to Rank measures (LambdaMart).")
16613 (license license:gpl2+)))
16614
16615 (define-public r-threejs
16616 (package
16617 (name "r-threejs")
16618 (version "0.3.3")
16619 (source
16620 (origin
16621 (method url-fetch)
16622 (uri (cran-uri "threejs" version))
16623 (sha256
16624 (base32
16625 "1711h351nzxfkbbdwvfzyhciyvi9c6wx3jq1g97lzcqgnb45kivn"))))
16626 (build-system r-build-system)
16627 (arguments
16628 `(#:modules ((guix build utils)
16629 (guix build r-build-system)
16630 (srfi srfi-1)
16631 (ice-9 popen))
16632 #:phases
16633 (modify-phases %standard-phases
16634 (add-after 'unpack 'process-javascript
16635 (lambda* (#:key inputs #:allow-other-keys)
16636 (with-directory-excursion "inst"
16637 (call-with-values
16638 (lambda ()
16639 (unzip2
16640 `((,(assoc-ref inputs "js-jquery")
16641 "htmlwidgets/lib/jquery/jquery.min.js")
16642 (,(assoc-ref inputs "js-threejs-111")
16643 "htmlwidgets/lib/threejs-111/three.min.js"))))
16644 (lambda (sources targets)
16645 (for-each (lambda (source target)
16646 (format #t "Processing ~a --> ~a~%"
16647 source target)
16648 (delete-file target)
16649 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
16650 (call-with-output-file target
16651 (lambda (port)
16652 (dump-port minified port)))))
16653 sources targets))))
16654 #t)))))
16655 (propagated-inputs
16656 `(("r-base64enc" ,r-base64enc)
16657 ("r-crosstalk" ,r-crosstalk)
16658 ("r-htmlwidgets" ,r-htmlwidgets)
16659 ("r-igraph" ,r-igraph)))
16660 (native-inputs
16661 `(("uglify-js" ,uglify-js)
16662 ("js-jquery"
16663 ,(origin
16664 (method url-fetch)
16665 (uri "https://code.jquery.com/jquery-1.12.4.js")
16666 (sha256
16667 (base32
16668 "0x9mrc1668icvhpwzvgafm8xm11x9lfai9nwr66aw6pjnpwkc3s3"))))
16669 ("js-threejs-111"
16670 ,(origin
16671 (method url-fetch)
16672 (uri "https://raw.githubusercontent.com/mrdoob/three.js/r111/build/three.js")
16673 (sha256
16674 (base32
16675 "1cxdkw3plmlw1xvhbx5dm39gqczgzxip2dm887v6whhsxqxl9cky"))))))
16676 (home-page "https://bwlewis.github.io/rthreejs")
16677 (synopsis "Interactive 3D scatter plots, networks and globes")
16678 (description
16679 "Create interactive 3D scatter plots, network plots, and globes in R
16680 using the three.js visualization library.")
16681 (license license:expat)))
16682
16683 (define-public r-mlbench
16684 (package
16685 (name "r-mlbench")
16686 (version "2.1-3")
16687 (source
16688 (origin
16689 (method url-fetch)
16690 (uri (cran-uri "mlbench" version))
16691 (sha256
16692 (base32
16693 "157iqsld0wj8g8cbs7nh6p2x6kasmkhs3078hsmqac946gk2pydi"))))
16694 (build-system r-build-system)
16695 (home-page "https://cran.r-project.org/web/packages/mlbench/")
16696 (synopsis "Machine learning benchmark problems")
16697 (description
16698 "This package provides a collection of artificial and real-world machine
16699 learning benchmark problems, including, e.g., several data sets from the UCI
16700 repository.")
16701 (license license:gpl2)))
16702
16703 (define-public r-mpm
16704 (package
16705 (name "r-mpm")
16706 (version "1.0-22")
16707 (source
16708 (origin
16709 (method url-fetch)
16710 (uri (cran-uri "mpm" version))
16711 (sha256
16712 (base32
16713 "0wijw8v0wmbfrda5564cmnp788qmlkk21yn5cp5qk8aprm9l1fnk"))))
16714 (build-system r-build-system)
16715 (propagated-inputs
16716 `(("r-kernsmooth" ,r-kernsmooth)
16717 ("r-mass" ,r-mass)))
16718 (home-page "http://mpm.r-forge.r-project.org")
16719 (synopsis "Multivariate projection methods")
16720 (description
16721 "This is a package for exploratory graphical analysis of multivariate
16722 data, specifically gene expression data with different projection methods:
16723 principal component analysis, correspondence analysis, spectral map
16724 analysis.")
16725 (license license:gpl2+)))
16726
16727 (define-public r-png
16728 (package
16729 (name "r-png")
16730 (version "0.1-7")
16731 (source (origin
16732 (method url-fetch)
16733 (uri (cran-uri "png" version))
16734 (sha256
16735 (base32
16736 "0g2mcp55lvvpx4kd3mn225mpbxqcq73wy5qx8b4lyf04iybgysg2"))))
16737 (build-system r-build-system)
16738 (inputs
16739 `(("libpng" ,libpng)
16740 ("zlib" ,zlib)))
16741 (home-page "https://www.rforge.net/png/")
16742 (synopsis "Read and write PNG images")
16743 (description
16744 "This package provides an easy and simple way to read, write and display
16745 bitmap images stored in the PNG format. It can read and write both files and
16746 in-memory raw vectors.")
16747 ;; Any of these GPL versions.
16748 (license (list license:gpl2 license:gpl3))))
16749
16750 (define-public r-ggcorrplot
16751 (package
16752 (name "r-ggcorrplot")
16753 (version "0.1.3")
16754 (source
16755 (origin
16756 (method url-fetch)
16757 (uri (cran-uri "ggcorrplot" version))
16758 (sha256
16759 (base32
16760 "0hi9lz121ya1l2lbm7rqlxg6fs6bvxck396dngnidrhl5fvqb41b"))))
16761 (build-system r-build-system)
16762 (propagated-inputs
16763 `(("r-ggplot2" ,r-ggplot2)
16764 ("r-reshape2" ,r-reshape2)))
16765 (home-page "http://www.sthda.com/english/wiki/ggcorrplot")
16766 (synopsis "Visualization of a correlation matrix using ggplot2")
16767 (description
16768 "The ggcorrplot package can be used to visualize easily a correlation
16769 matrix using ggplot2. It provides a solution for reordering the correlation
16770 matrix and displays the significance level on the plot. It also includes a
16771 function for computing a matrix of correlation p-values.")
16772 (license license:gpl2)))
16773
16774 (define-public r-gridtext
16775 (package
16776 (name "r-gridtext")
16777 (version "0.1.4")
16778 (source
16779 (origin
16780 (method url-fetch)
16781 (uri (cran-uri "gridtext" version))
16782 (sha256
16783 (base32
16784 "131kw7nkfwksviwfifd2kk7lyvhxzzzv1nnj8rahkr3dik3akk61"))))
16785 (properties `((upstream-name . "gridtext")))
16786 (build-system r-build-system)
16787 (propagated-inputs
16788 `(("r-jpeg" ,r-jpeg)
16789 ("r-markdown" ,r-markdown)
16790 ("r-png" ,r-png)
16791 ("r-rcpp" ,r-rcpp)
16792 ("r-rcurl" ,r-rcurl)
16793 ("r-rlang" ,r-rlang)
16794 ("r-stringr" ,r-stringr)
16795 ("r-xml2" ,r-xml2)))
16796 (home-page "https://wilkelab.org/gridtext/")
16797 (synopsis "Improved text rendering support for Grid graphics")
16798 (description
16799 "This package provides support for rendering of formatted text using Grid
16800 graphics. Text can be formatted via a minimal subset of Markdown, HTML, and
16801 inline CSS directives, and it can be rendered both with and without word
16802 wrap.")
16803 (license license:expat)))
16804
16805 (define-public r-ggtext
16806 (package
16807 (name "r-ggtext")
16808 (version "0.1.1")
16809 (source
16810 (origin
16811 (method url-fetch)
16812 (uri (cran-uri "ggtext" version))
16813 (sha256
16814 (base32
16815 "0n19dlcys8v7myfyckr6dnq0kx79k3sbh8nwx1jsx8pgzfbi8a2b"))))
16816 (properties `((upstream-name . "ggtext")))
16817 (build-system r-build-system)
16818 (propagated-inputs
16819 `(("r-ggplot2" ,r-ggplot2)
16820 ("r-gridtext" ,r-gridtext)
16821 ("r-rlang" ,r-rlang)
16822 ("r-scales" ,r-scales)))
16823 (native-inputs `(("r-knitr" ,r-knitr)))
16824 (home-page "https://wilkelab.org/ggtext/")
16825 (synopsis "Improved text rendering support for ggplot2")
16826 (description
16827 "This package provides a ggplot2 extension that enables the rendering of
16828 complex formatted plot labels (titles, subtitles, facet labels, axis labels,
16829 etc.). Text boxes with automatic word wrap are also supported.")
16830 (license license:gpl2)))
16831
16832 ;; This package includes minified JavaScript files. When upgrading please
16833 ;; check that there are no new minified JavaScript files.
16834 (define-public r-flexdashboard
16835 (package
16836 (name "r-flexdashboard")
16837 (version "0.5.2")
16838 (source
16839 (origin
16840 (method url-fetch)
16841 (uri (cran-uri "flexdashboard" version))
16842 (sha256
16843 (base32
16844 "1bh759llp15fxrx2rwvxd8p3w84vjmkid32ism7zg49a127fjib4"))
16845 (modules '((guix build utils)))
16846 (snippet
16847 '(begin
16848 ;; Delete bundled minified JavaScript files
16849 (delete-file "inst/htmlwidgets/lib/raphael/raphael-2.1.4.min.js")
16850 (delete-file "inst/www/sly/sly.min.js")
16851 (delete-file "inst/www/stickytableheaders/jquery.stickytableheaders.min.js")
16852 (delete-file "inst/www/prism/prism.js")
16853 #t))))
16854 (build-system r-build-system)
16855 (arguments
16856 `(#:modules ((guix build utils)
16857 (guix build r-build-system)
16858 (srfi srfi-1)
16859 (srfi srfi-26)
16860 (ice-9 popen)
16861 (ice-9 textual-ports))
16862 #:phases
16863 (modify-phases %standard-phases
16864 (add-after 'unpack 'process-javascript
16865 (lambda* (#:key inputs #:allow-other-keys)
16866 (with-directory-excursion "inst"
16867 ;; Concatenate all components of prism.js
16868 (let ((contents (string-join
16869 (map (lambda (name)
16870 (call-with-input-file
16871 (assoc-ref inputs name)
16872 get-string-all))
16873 (list "js-prism"
16874 "js-prism-r"
16875 "js-prism-line-numbers"))
16876 "\n")))
16877 (call-with-output-file "prism-src.js"
16878 (cut display contents <>)))
16879 (call-with-values
16880 (lambda ()
16881 (unzip2
16882 `(("www/stickytableheaders/jquery.stickytableheaders.js"
16883 "www/stickytableheaders/jquery.stickytableheaders.min.js")
16884 ("www/sly/sly.js"
16885 "www/sly/sly.min.js")
16886 ("prism-src.js"
16887 "www/prism/prism.js")
16888 (,(assoc-ref inputs "js-raphael")
16889 "htmlwidgets/lib/raphael/raphael-2.1.4.min.js")
16890 (,(assoc-ref inputs "js-featherlight")
16891 "www/featherlight/featherlight.min.js"))))
16892 (lambda (sources targets)
16893 (for-each (lambda (source target)
16894 (format #t "Processing ~a --> ~a~%"
16895 source target)
16896 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
16897 (call-with-output-file target
16898 (lambda (port)
16899 (dump-port minified port)))))
16900 sources targets))))
16901 #t)))))
16902 (propagated-inputs
16903 `(("r-htmltools" ,r-htmltools)
16904 ("r-htmlwidgets" ,r-htmlwidgets)
16905 ("r-jsonlite" ,r-jsonlite)
16906 ("r-knitr" ,r-knitr)
16907 ("r-rmarkdown" ,r-rmarkdown)
16908 ("r-shiny" ,r-shiny)))
16909 (native-inputs
16910 `(("uglify-js" ,uglify-js)
16911 ("js-raphael"
16912 ,(origin
16913 (method url-fetch)
16914 (uri "https://raw.githubusercontent.com/DmitryBaranovskiy/raphael/v2.1.4/raphael.js")
16915 (sha256
16916 (base32
16917 "1h4c4akrgcj7wra9j1z1rv2406j0yf68y9c0wg8v7w9ibw2iwf1x"))))
16918 ("js-prism"
16919 ,(origin
16920 (method url-fetch)
16921 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/prism.js")
16922 (sha256
16923 (base32
16924 "0gqa9irbp9k8p5r3d98cszajzhjnssnl43nrsc5aiy7ki52z500c"))))
16925 ("js-prism-r"
16926 ,(origin
16927 (method url-fetch)
16928 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/components/prism-r.js")
16929 (sha256
16930 (base32
16931 "1x31glci7wdgr2305njy0bm2lncb0jyn0j1s2g72rqi29xid9aki"))))
16932 ("js-prism-line-numbers"
16933 ,(origin
16934 (method url-fetch)
16935 (uri "https://raw.githubusercontent.com/PrismJS/prism/v1.16.0/plugins/line-numbers/prism-line-numbers.js")
16936 (sha256
16937 (base32
16938 "1543wgf3iynrilyb27jq8px3h5gvfz5xmdib5ik2ki400c1sl991"))))
16939 ("js-featherlight"
16940 ,(origin
16941 (method url-fetch)
16942 (uri "https://raw.githubusercontent.com/noelboss/featherlight/1.3.4/src/featherlight.js")
16943 (sha256
16944 (base32
16945 "14kkhwzvp8rxq2mrck5i0xcm8v5rqwqhwnmncbng8h4qq42zx3sb"))))))
16946 (home-page "https://rmarkdown.rstudio.com/flexdashboard")
16947 (synopsis "R Markdown format for flexible dashboards")
16948 (description
16949 "This package provides an R Markdown format for converting an R Markdown
16950 document to a grid-oriented dashboard. The dashboard flexibly adapts the size
16951 of its components to the containing web page.")
16952 (license license:expat)))
16953
16954 (define-public r-preseqr
16955 (package
16956 (name "r-preseqr")
16957 (version "4.0.0")
16958 (source
16959 (origin
16960 (method url-fetch)
16961 (uri (cran-uri "preseqR" version))
16962 (sha256
16963 (base32
16964 "1g2rnnmi45649vpy6z45v5i3wxm54s138ajqrzwi3a5r7x3xnhq1"))))
16965 (properties `((upstream-name . "preseqR")))
16966 (build-system r-build-system)
16967 (propagated-inputs
16968 `(("r-polynom" ,r-polynom)))
16969 (home-page "https://cran.r-project.org/web/packages/preseqR/")
16970 (synopsis "Predicting species accumulation curves")
16971 (description
16972 "This package can be used to predict the r-species accumulation
16973 curve (r-SAC), which is the number of species represented at least r times as
16974 a function of the sampling effort. When r = 1, the curve is known as the
16975 species accumulation curve, or the library complexity curve in high-throughput
16976 genomic sequencing. The package includes both parametric and nonparametric
16977 methods, as described by Deng C, et al. (2018).")
16978 (license license:gpl3)))
16979
16980 (define-public r-mapplots
16981 (package
16982 (name "r-mapplots")
16983 (version "1.5.1")
16984 (source
16985 (origin
16986 (method url-fetch)
16987 (uri (cran-uri "mapplots" version))
16988 (sha256
16989 (base32
16990 "18s2y66f8vi8g2r8a25zbgp2xm079r8v8qxv0w71h8krycs6vs9p"))))
16991 (build-system r-build-system)
16992 (home-page "https://cran.r-project.org/web/packages/mapplots/")
16993 (synopsis "Data visualization on maps")
16994 (description
16995 "This package helps you create simple maps; add sub-plots like pie plots
16996 to a map or any other plot; format, plot and export gridded data. The package
16997 was developed for displaying fisheries data but most functions can be used for
16998 more generic data visualisation.")
16999 (license license:gpl2+)))
17000
17001 (define-public r-pmcmr
17002 (package
17003 (name "r-pmcmr")
17004 (version "4.3")
17005 (source
17006 (origin
17007 (method url-fetch)
17008 (uri (cran-uri "PMCMR" version))
17009 (sha256
17010 (base32
17011 "09bvdj2h1086r2cgy3myrhlylplxxlliv8nwx09c8kb1vn02i2ij"))))
17012 (properties `((upstream-name . "PMCMR")))
17013 (build-system r-build-system)
17014 (home-page "https://cran.r-project.org/web/packages/PMCMR/")
17015 (synopsis "Calculate pairwise multiple comparisons of mean rank sums")
17016 (description
17017 "This is a deprecated package for calculating pairwise multiple
17018 comparisons of mean rank sums. This package is superseded by the novel
17019 PMCMRplus package. The PMCMR package is no longer maintained, but kept for
17020 compatibility of dependent packages for some time.")
17021 (license license:gpl3+)))
17022
17023 (define-public r-downloader
17024 (package
17025 (name "r-downloader")
17026 (version "0.4")
17027 (source
17028 (origin
17029 (method url-fetch)
17030 (uri (cran-uri "downloader" version))
17031 (sha256
17032 (base32
17033 "1axggnsc27zzgr7snf41j3zd1vp3nfpmq4zj4d01axc709dyg40q"))))
17034 (build-system r-build-system)
17035 (propagated-inputs
17036 `(("r-digest" ,r-digest)))
17037 (home-page "https://github.com/wch/downloader")
17038 (synopsis "Download files over HTTP and HTTPS")
17039 (description
17040 "This package provides a wrapper for the @code{download.file} function,
17041 making it possible to download files over HTTPS across platforms. The
17042 @code{RCurl} package provides this functionality (and much more) but has
17043 external dependencies. This package has is implemented purely in R.")
17044 (license license:gpl2)))
17045
17046 (define-public r-rex
17047 (package
17048 (name "r-rex")
17049 (version "1.2.0")
17050 (source
17051 (origin
17052 (method url-fetch)
17053 (uri (cran-uri "rex" version))
17054 (sha256
17055 (base32
17056 "0m7bq8db3m5dhf01rw7xc7xy1ciq3m7dfgsl80p8cy4h8vqr3d06"))))
17057 (build-system r-build-system)
17058 (propagated-inputs
17059 `(("r-lazyeval" ,r-lazyeval)))
17060 (native-inputs
17061 `(("r-knitr" ,r-knitr)))
17062 (home-page "https://github.com/kevinushey/rex")
17063 (synopsis "Friendly regular expressions")
17064 (description
17065 "This package provides a friendly interface for the construction of
17066 regular expressions. Regular expressions are a very powerful feature, however
17067 they are often difficult to interpret. Rex allows you to build complex
17068 regular expressions from human readable expressions")
17069 (license license:expat)))
17070
17071 (define-public r-xmlparsedata
17072 (package
17073 (name "r-xmlparsedata")
17074 (version "1.0.5")
17075 (source
17076 (origin
17077 (method url-fetch)
17078 (uri (cran-uri "xmlparsedata" version))
17079 (sha256
17080 (base32
17081 "1c6bnz3ng1qw7sfip8wq3a4dn36a4d6rbja0sadn0a4pbsmk8q3n"))))
17082 (properties `((upstream-name . "xmlparsedata")))
17083 (build-system r-build-system)
17084 (home-page "https://github.com/r-lib/xmlparsedata#readme")
17085 (synopsis "Parse data of @code{R} code as an @code{XML} tree")
17086 (description
17087 "This package provides tools to convert the output of
17088 @code{utils::getParseData()} to an @code{XML} tree, that one can search via
17089 @code{XPath}, and is easier to manipulate in general.")
17090 (license license:expat)))
17091
17092 (define-public r-cyclocomp
17093 (package
17094 (name "r-cyclocomp")
17095 (version "1.1.0")
17096 (source
17097 (origin
17098 (method url-fetch)
17099 (uri (cran-uri "cyclocomp" version))
17100 (sha256
17101 (base32
17102 "0gky3svk02wiajw7nfjh30684h3qxili4bvsab0m7b6cggw6bgyd"))))
17103 (properties `((upstream-name . "cyclocomp")))
17104 (build-system r-build-system)
17105 (propagated-inputs
17106 `(("r-callr" ,r-callr)
17107 ("r-crayon" ,r-crayon)
17108 ("r-desc" ,r-desc)
17109 ("r-remotes" ,r-remotes)
17110 ("r-withr" ,r-withr)))
17111 (home-page "https://github.com/MangoTheCat/cyclocomp")
17112 (synopsis "Cyclomatic complexity of R code")
17113 (description
17114 "Cyclomatic complexity is a software metric, used to indicate the
17115 complexity of a program. It is a quantitative measure of the number of
17116 linearly independent paths through a program's source code. This package
17117 provides tools to compute this metric.")
17118 (license license:expat)))
17119
17120 (define-public r-lintr
17121 (package
17122 (name "r-lintr")
17123 (version "2.0.1")
17124 (source
17125 (origin
17126 (method url-fetch)
17127 (uri (cran-uri "lintr" version))
17128 (sha256
17129 (base32
17130 "14yfh641afg6griaadbdciyr3k94fl55s055qwzghgk5gdsj61zy"))))
17131 (properties `((upstream-name . "lintr")))
17132 (build-system r-build-system)
17133 (propagated-inputs
17134 `(("r-codetools" ,r-codetools)
17135 ("r-crayon" ,r-crayon)
17136 ("r-cyclocomp" ,r-cyclocomp)
17137 ("r-digest" ,r-digest)
17138 ("r-httr" ,r-httr)
17139 ("r-jsonlite" ,r-jsonlite)
17140 ("r-knitr" ,r-knitr)
17141 ("r-rex" ,r-rex)
17142 ("r-rstudioapi" ,r-rstudioapi)
17143 ("r-testthat" ,r-testthat)
17144 ("r-xml2" ,r-xml2)
17145 ("r-xmlparsedata" ,r-xmlparsedata)))
17146 (home-page "https://github.com/jimhester/lintr")
17147 (synopsis "Linter for R code")
17148 (description "This package checks adherence to a given style, syntax
17149 errors and possible semantic issues. It supports on the fly checking of R
17150 code edited with @code{RStudio IDE}, @code{Emacs} and @code{Vim}.")
17151 (license license:expat)))
17152
17153 (define-public r-sctransform
17154 (package
17155 (name "r-sctransform")
17156 (version "0.3.2")
17157 (source
17158 (origin
17159 (method url-fetch)
17160 (uri (cran-uri "sctransform" version))
17161 (sha256
17162 (base32
17163 "1p3m6i28nlxh6r609syn88cwlbdpl3dw44dy3gsijk2ibq20mfsx"))))
17164 (build-system r-build-system)
17165 (propagated-inputs
17166 `(("r-future" ,r-future)
17167 ("r-future-apply" ,r-future-apply)
17168 ("r-ggplot2" ,r-ggplot2)
17169 ("r-gridextra" ,r-gridextra)
17170 ("r-mass" ,r-mass)
17171 ("r-matrix" ,r-matrix)
17172 ("r-matrixstats" ,r-matrixstats)
17173 ("r-rcpp" ,r-rcpp)
17174 ("r-rcpparmadillo" ,r-rcpparmadillo)
17175 ("r-reshape2" ,r-reshape2)))
17176 (home-page "https://github.com/ChristophH/sctransform")
17177 (synopsis "Variance stabilizing transformations for Single Cell UMI Data")
17178 (description
17179 "This package provides a normalization method for single-cell UMI count
17180 data using a variance stabilizing transformation. The transformation is based
17181 on a negative binomial regression model with regularized parameters. As part
17182 of the same regression framework, this package also provides functions for
17183 batch correction, and data correction.")
17184 (license license:gpl3)))
17185
17186 (define-public r-styler
17187 (package
17188 (name "r-styler")
17189 (version "1.4.1")
17190 (source
17191 (origin
17192 (method url-fetch)
17193 (uri (cran-uri "styler" version))
17194 (sha256
17195 (base32
17196 "10fj4cnazicb2z9djbv5pszcmrf7wbzagbjvksffqpdc5vbbbw5x"))))
17197 (build-system r-build-system)
17198 (propagated-inputs
17199 `(("r-backports" ,r-backports)
17200 ("r-cli" ,r-cli)
17201 ("r-magrittr" ,r-magrittr)
17202 ("r-purrr" ,r-purrr)
17203 ("r-r-cache" ,r-r-cache)
17204 ("r-rematch2" ,r-rematch2)
17205 ("r-rlang" ,r-rlang)
17206 ("r-rprojroot" ,r-rprojroot)
17207 ("r-tibble" ,r-tibble)
17208 ("r-withr" ,r-withr)
17209 ("r-xfun" ,r-xfun)))
17210 (native-inputs
17211 `(("r-knitr" ,r-knitr)))
17212 (home-page "https://github.com/r-lib/styler")
17213 (synopsis "Non-invasive pretty printing of R code")
17214 (description
17215 "This is a package for pretty-printing R code without changing the user's
17216 formatting intent.")
17217 (license license:gpl3)))
17218
17219 (define-public r-scrime
17220 (package
17221 (name "r-scrime")
17222 (version "1.3.5")
17223 (source
17224 (origin
17225 (method url-fetch)
17226 (uri (cran-uri "scrime" version))
17227 (sha256
17228 (base32
17229 "0y2mh9fsffjf3i15bafpasa17z99c1s75r8g6h4hgcwfgpjx75sx"))))
17230 (build-system r-build-system)
17231 (home-page "https://cran.r-project.org/web/packages/scrime/")
17232 (synopsis "Analysis of high-dimensional categorical data such as SNP data")
17233 (description
17234 "This package provides tools for the analysis of high-dimensional data
17235 developed/implemented at the group \"Statistical Complexity Reduction In
17236 Molecular Epidemiology\" (SCRIME). The main focus is on SNP data, but most of
17237 the functions can also be applied to other types of categorical data.")
17238 (license license:gpl2)))
17239
17240 (define-public r-pbmcapply
17241 (package
17242 (name "r-pbmcapply")
17243 (version "1.5.0")
17244 (source
17245 (origin
17246 (method url-fetch)
17247 (uri (cran-uri "pbmcapply" version))
17248 (sha256
17249 (base32
17250 "0i58gcqpnbyvc448qfgm45b7rpbmrnagsvk1h1hsqchbbicfslnz"))))
17251 (build-system r-build-system)
17252 (home-page "https://github.com/kvnkuang/pbmcapply")
17253 (synopsis "Track the progress of apply procedures with a progress bar")
17254 (description
17255 "This light-weight package helps you track and visualize the progress of
17256 parallel versions of vectorized R functions of the @code{mc*apply} family.")
17257 (license license:expat)))
17258
17259 (define-public r-blme
17260 (package
17261 (name "r-blme")
17262 (version "1.0-5")
17263 (source
17264 (origin
17265 (method url-fetch)
17266 (uri (cran-uri "blme" version))
17267 (sha256
17268 (base32
17269 "0413j7gwr5yj14jamkizj55q7xii1a0kgazzj0ilqn2ascclz6k7"))))
17270 (build-system r-build-system)
17271 (propagated-inputs `(("r-lme4" ,r-lme4)))
17272 (home-page "https://github.com/vdorie/blme")
17273 (synopsis "Bayesian linear mixed-effects models")
17274 (description
17275 "This package provides tools for maximum a posteriori estimation for
17276 linear and generalized linear mixed-effects models in a Bayesian setting. It
17277 extends the lme4 package.")
17278 (license license:gpl2+)))
17279
17280 (define-public r-batchtools
17281 (package
17282 (name "r-batchtools")
17283 (version "0.9.15")
17284 (source
17285 (origin
17286 (method url-fetch)
17287 (uri (cran-uri "batchtools" version))
17288 (sha256
17289 (base32
17290 "0d2xy77hkzhcnyz8zxcv98i80fx6ripjw4rvyx4ww1d0vjjgqf52"))))
17291 (build-system r-build-system)
17292 (propagated-inputs
17293 `(("r-backports" ,r-backports)
17294 ("r-base64url" ,r-base64url)
17295 ("r-brew" ,r-brew)
17296 ("r-checkmate" ,r-checkmate)
17297 ("r-data-table" ,r-data-table)
17298 ("r-digest" ,r-digest)
17299 ("r-fs" ,r-fs)
17300 ("r-progress" ,r-progress)
17301 ("r-r6" ,r-r6)
17302 ("r-rappdirs" ,r-rappdirs)
17303 ("r-stringi" ,r-stringi)
17304 ("r-withr" ,r-withr)))
17305 (native-inputs
17306 `(("r-knitr" ,r-knitr)))
17307 (home-page "https://github.com/mllg/batchtools")
17308 (synopsis "Tools for computation on batch systems")
17309 (description
17310 "As a successor of the packages BatchJobs and BatchExperiments, this
17311 package provides a parallel implementation of the Map function for high
17312 performance computing systems managed by various schedulers. A multicore and
17313 socket mode allow the parallelization on a local machines, and multiple
17314 machines can be hooked up via SSH to create a makeshift cluster. Moreover,
17315 the package provides an abstraction mechanism to define large-scale computer
17316 experiments in a well-organized and reproducible way.")
17317 (license license:lgpl3)))
17318
17319 (define-public r-clue
17320 (package
17321 (name "r-clue")
17322 (version "0.3-58")
17323 (source
17324 (origin
17325 (method url-fetch)
17326 (uri (cran-uri "clue" version))
17327 (sha256
17328 (base32
17329 "1rwwxlnpl1k0n4k96vxc9zajw9kb4syqwzj76fvaf0qim8p6ddia"))))
17330 (build-system r-build-system)
17331 (propagated-inputs `(("r-cluster" ,r-cluster)))
17332 (home-page "https://cran.r-project.org/web/packages/clue/")
17333 (synopsis "Tools for analyzing cluster ensembles")
17334 (description "Cluster ensembles are collections of individual solutions to
17335 a given clustering problem which are useful or necessary to consider in a wide
17336 range of applications. This R package provides an extensible computational
17337 environment for creating and analyzing cluster ensembles, with basic data
17338 structures for representing partitions and hierarchies, and facilities for
17339 computing on them, including methods for measuring proximity and obtaining
17340 consensus and secondary clusterings.")
17341 (license license:gpl2)))
17342
17343 (define-public r-sitmo
17344 (package
17345 (name "r-sitmo")
17346 (version "2.0.1")
17347 (source
17348 (origin
17349 (method url-fetch)
17350 (uri (cran-uri "sitmo" version))
17351 (sha256
17352 (base32
17353 "0apdhwy3kxs39agsbvx5vn3xsgb22bf3jrwmr2cmqk9kmxbx740c"))))
17354 (build-system r-build-system)
17355 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
17356 (home-page "https://github.com/coatless/sitmo/")
17357 (synopsis "Parallel pseudo random number generator header files")
17358 (description
17359 "This package provides two high quality and fast PPRNGs that may be used
17360 in an OpenMP parallel environment. In addition, there is a generator for one
17361 dimensional low-discrepancy sequence.")
17362 (license license:expat)))
17363
17364 (define-public r-dqrng
17365 (package
17366 (name "r-dqrng")
17367 (version "0.2.1")
17368 (source
17369 (origin
17370 (method url-fetch)
17371 (uri (cran-uri "dqrng" version))
17372 (sha256
17373 (base32
17374 "0rp8q5zijlvaqmpnkwr314w9w40sj4fz7sqsdgsffcfvn42w2jg1"))))
17375 (build-system r-build-system)
17376 (propagated-inputs
17377 `(("r-bh" ,r-bh)
17378 ("r-rcpp" ,r-rcpp)
17379 ("r-sitmo" ,r-sitmo)))
17380 (home-page "https://www.daqana.org/dqrng")
17381 (synopsis "Fast pseudo random number generators")
17382 (description
17383 "Several fast random number generators are provided as C++ header-only
17384 libraries: the PCG family as well as Xoroshiro128+ and Xoshiro256+.
17385 Additionally, fast functions for generating random numbers according to a
17386 uniform, normal and exponential distribution are included. The latter two use
17387 the Ziggurat algorithm originally proposed by Marsaglia and Tsang. These
17388 functions are exported to R and as a C++ interface and are enabled for use
17389 with the default 64 bit generator from the PCG family, Xoroshiro128+ and
17390 Xoshiro256+ as well as the 64 bit version of the 20 rounds Threefry
17391 engine (Salmon et al., 2011) as provided by the package @code{sitmo}.")
17392 ;; This package includes code under CC0 and Apache 2.0 or Expat, but as a
17393 ;; whole is distributed under the terms of the AGPL 3.
17394 (license license:agpl3)))
17395
17396 (define-public r-ingredients
17397 (package
17398 (name "r-ingredients")
17399 (version "2.0.1")
17400 (source
17401 (origin
17402 (method url-fetch)
17403 (uri (cran-uri "ingredients" version))
17404 (sha256
17405 (base32
17406 "0w46h1f28y5ypqm3ypsvk7yk9v7k8p21f1pzjl3ima8r1ivmhv12"))))
17407 (properties `((upstream-name . "ingredients")))
17408 (build-system r-build-system)
17409 (propagated-inputs
17410 `(("r-ggplot2" ,r-ggplot2)
17411 ("r-gridextra" ,r-gridextra)
17412 ("r-scales" ,r-scales)))
17413 (native-inputs `(("r-knitr" ,r-knitr)))
17414 (home-page "https://ModelOriented.github.io/ingredients/")
17415 (synopsis "Effects and importances of model ingredients")
17416 (description
17417 "This is a collection of tools for assessment of feature importance and
17418 feature effects. Key functions are:
17419
17420 @itemize
17421 @item @code{feature_importance()} for assessment of global level feature
17422 importance,
17423 @item @code{ceteris_paribus()} for calculation of the what-if plots,
17424 @item @code{partial_dependence()} for partial dependence plots,
17425 @item @code{conditional_dependence()} for conditional dependence plots,
17426 @item @code{accumulated_dependence()} for accumulated local effects plots,
17427 @item @code{aggregate_profiles()} and @code{cluster_profiles()} for
17428 aggregation of ceteris paribus profiles,
17429 @item generic @code{print()} and @code{plot()} for better usability of
17430 selected explainers,
17431 @item generic @code{plotD3()} for interactive, D3 based explanations, and
17432 @item generic @code{describe()} for explanations in natural language.
17433 @end itemize\n")
17434 (license license:gpl3)))
17435
17436 (define-public r-ibreakdown
17437 (package
17438 (name "r-ibreakdown")
17439 (version "1.3.1")
17440 (source
17441 (origin
17442 (method url-fetch)
17443 (uri (cran-uri "iBreakDown" version))
17444 (sha256
17445 (base32
17446 "1bfl5bh0x6z5a0cmdmx68sap9zdxa3kwdnyk57csxapc362yz108"))))
17447 (properties `((upstream-name . "iBreakDown")))
17448 (build-system r-build-system)
17449 (propagated-inputs `(("r-ggplot2" ,r-ggplot2)))
17450 (native-inputs `(("r-knitr" ,r-knitr)))
17451 (home-page "https://ModelOriented.github.io/iBreakDown/")
17452 (synopsis "Model agnostic instance level variable attributions")
17453 (description
17454 "This package provides a model agnostic tool for decomposition of
17455 predictions from black boxes. It supports additive attributions and
17456 attributions with interactions. The Break Down Table shows contributions of
17457 every variable to a final prediction. The Break Down Plot presents variable
17458 contributions in a concise graphical way. This package works for
17459 classification and regression models.")
17460 (license license:gpl3)))
17461
17462 (define-public r-dae
17463 (package
17464 (name "r-dae")
17465 (version "3.1-37")
17466 (source
17467 (origin
17468 (method url-fetch)
17469 (uri (cran-uri "dae" version))
17470 (sha256
17471 (base32
17472 "102fgbdpn7yvm1zj180cv4sr1096sz35d4gndsv7w9kriqyi1c1l"))))
17473 (build-system r-build-system)
17474 (propagated-inputs
17475 `(("r-ggplot2" ,r-ggplot2)
17476 ("r-plyr" ,r-plyr)))
17477 (native-inputs
17478 `(("r-r-rsp" ,r-r-rsp))) ; vignette builder
17479 (home-page "http://chris.brien.name")
17480 (synopsis "Functions useful in the design and ANOVA of experiments")
17481 (description
17482 "This package provides functions useful in the design and ANOVA of
17483 experiments. The content falls into the following groupings:
17484
17485 @enumerate
17486 @item data,
17487 @item factor manipulation functions,
17488 @item design functions,
17489 @item ANOVA functions,
17490 @item matrix functions,
17491 @item projector and canonical efficiency functions, and
17492 @item miscellaneous functions.
17493 @end enumerate
17494
17495 There is a vignette called @code{DesignNotes} describing how to use the design
17496 functions for randomizing and assessing designs. The ANOVA functions
17497 facilitate the extraction of information when the @code{Error} function has
17498 been used in the call to @code{aov}.")
17499 (license license:gpl2)))
17500
17501 (define-public r-dalex
17502 (package
17503 (name "r-dalex")
17504 (version "2.2.0")
17505 (source
17506 (origin
17507 (method url-fetch)
17508 (uri (cran-uri "DALEX" version))
17509 (sha256
17510 (base32
17511 "1qnjbhilv4jfmwqxfi9xc5ysrh8gr84a2a5imjfci7d1n3zcnryn"))))
17512 (properties `((upstream-name . "DALEX")))
17513 (build-system r-build-system)
17514 (propagated-inputs
17515 `(("r-ggplot2" ,r-ggplot2)
17516 ("r-ibreakdown" ,r-ibreakdown)
17517 ("r-ingredients" ,r-ingredients)))
17518 (home-page "https://pbiecek.github.io/DALEX/")
17519 (synopsis "Descriptive machine learning explanations")
17520 (description
17521 "Machine Learning models are widely used and have various applications in
17522 classification or regression. Models created with boosting, bagging, stacking
17523 or similar techniques are often used due to their high performance, but such
17524 black-box models usually lack interpretability. The DALEX package contains
17525 various explainers that help to understand the link between input variables
17526 and model output.")
17527 ;; Any version of the GPL
17528 (license license:gpl3+)))
17529
17530 (define-public r-enrichr
17531 (package
17532 (name "r-enrichr")
17533 (version "3.0")
17534 (source
17535 (origin
17536 (method url-fetch)
17537 (uri (cran-uri "enrichR" version))
17538 (sha256
17539 (base32
17540 "0i3kfq4fkmx47n61zj5f87iv8ci6gbgy90a7s8dy9zbndzvbgya3"))))
17541 (properties `((upstream-name . "enrichR")))
17542 (build-system r-build-system)
17543 (propagated-inputs
17544 `(("r-ggplot2" ,r-ggplot2)
17545 ("r-httr" ,r-httr)
17546 ("r-rjson" ,r-rjson)))
17547 (native-inputs
17548 `(("r-knitr" ,r-knitr)))
17549 (home-page "https://cran.r-project.org/web/packages/enrichR/")
17550 (synopsis "R Interface to Enrichr database for analyzing gene sets")
17551 (description
17552 "This package provides an R interface to all Enrichr databases, a
17553 web-based tool for analyzing gene sets and returns any enrichment of common
17554 annotated biological functions.")
17555 (license license:gpl2+)))
17556
17557 (define-public r-plot3d
17558 (package
17559 (name "r-plot3d")
17560 (version "1.3")
17561 (source
17562 (origin
17563 (method url-fetch)
17564 (uri (cran-uri "plot3D" version))
17565 (sha256
17566 (base32
17567 "1jfzndnlci9a975qbcv66jiy2l46hs3f2049654x4jp3i4kyrr5r"))))
17568 (properties `((upstream-name . "plot3D")))
17569 (build-system r-build-system)
17570 (propagated-inputs `(("r-misc3d" ,r-misc3d)))
17571 (home-page "https://cran.r-project.org/web/packages/plot3D")
17572 (synopsis "Plot multi-dimensional data")
17573 (description
17574 "This package provides functions for viewing 2D and 3D data, including
17575 perspective plots, slice plots, surface plots, scatter plots, etc. It
17576 includes data sets from oceanography.")
17577 (license license:gpl3+)))
17578
17579 (define-public r-ggfortify
17580 (package
17581 (name "r-ggfortify")
17582 (version "0.4.11")
17583 (source
17584 (origin
17585 (method url-fetch)
17586 (uri (cran-uri "ggfortify" version))
17587 (sha256
17588 (base32
17589 "1wfm7l9bz6msh7rflgfv9dgbxh1ikz2ay0v7sgk9nkc24y6lhbpk"))))
17590 (build-system r-build-system)
17591 (propagated-inputs
17592 `(("r-dplyr" ,r-dplyr)
17593 ("r-ggplot2" ,r-ggplot2)
17594 ("r-gridextra" ,r-gridextra)
17595 ("r-scales" ,r-scales)
17596 ("r-stringr" ,r-stringr)
17597 ("r-tibble" ,r-tibble)
17598 ("r-tidyr" ,r-tidyr)))
17599 (native-inputs
17600 `(("r-knitr" ,r-knitr)))
17601 (home-page "https://github.com/sinhrks/ggfortify")
17602 (synopsis "Data visualization tools for statistical analysis results")
17603 (description
17604 "This package provides unified plotting tools for statistics commonly
17605 used, such as GLM, time series, PCA families, clustering and survival
17606 analysis. The package offers a single plotting interface for these analysis
17607 results and plots in a unified style using the @code{ggplot2} package.")
17608 (license license:gpl2)))
17609
17610 (define-public r-refmanager
17611 (package
17612 (name "r-refmanager")
17613 (version "1.3.0")
17614 (source
17615 (origin
17616 (method url-fetch)
17617 (uri (cran-uri "RefManageR" version))
17618 (sha256
17619 (base32
17620 "1spzdp5ni52dybcaxqnhwdphh27wjyrsfy4hsxsplpg9rqwfqfps"))))
17621 (properties `((upstream-name . "RefManageR")))
17622 (build-system r-build-system)
17623 (propagated-inputs
17624 `(("r-httr" ,r-httr)
17625 ("r-jsonlite" ,r-jsonlite)
17626 ("r-lubridate" ,r-lubridate)
17627 ("r-plyr" ,r-plyr)
17628 ("r-stringr" ,r-stringr)
17629 ("r-xml2" ,r-xml2)))
17630 (native-inputs
17631 `(("r-knitr" ,r-knitr)))
17632 (home-page "https://github.com/ropensci/RefManageR/")
17633 (synopsis "Straightforward BibTeX and BibLaTeX bibliography management")
17634 (description
17635 "This package provides tools for importing and working with bibliographic
17636 references. It greatly enhances the @code{bibentry} class by providing a
17637 class @code{BibEntry} which stores BibTeX and BibLaTeX references, supports
17638 UTF-8 encoding, and can be easily searched by any field, by date ranges, and
17639 by various formats for name lists (author by last names, translator by full
17640 names, etc.). Entries can be updated, combined, sorted, printed in a number
17641 of styles, and exported. BibTeX and BibLaTeX @code{.bib} files can be read
17642 into R and converted to @code{BibEntry} objects.")
17643 ;; Any of these licenses may be picked.
17644 (license (list license:gpl2 license:gpl3 license:bsd-3))))
17645
17646 (define-public r-citr
17647 (package
17648 (name "r-citr")
17649 (version "0.3.2")
17650 (source
17651 (origin
17652 (method url-fetch)
17653 (uri (cran-uri "citr" version))
17654 (sha256
17655 (base32
17656 "1qbarvafjb8jgkrnrhh6jw7mcglmjwf7dpdiibxf39jkmlhf7las"))))
17657 (build-system r-build-system)
17658 (propagated-inputs
17659 `(("r-assertthat" ,r-assertthat)
17660 ("r-curl" ,r-curl)
17661 ("r-httr" ,r-httr)
17662 ("r-miniui" ,r-miniui)
17663 ("r-refmanager" ,r-refmanager)
17664 ("r-rstudioapi" ,r-rstudioapi)
17665 ("r-shiny" ,r-shiny)
17666 ("r-shinyjs" ,r-shinyjs)
17667 ("r-yaml" ,r-yaml)))
17668 (home-page "https://github.com/crsh/citr")
17669 (synopsis "RStudio add-in to insert Markdown citations")
17670 (description
17671 "This package provides functions and an RStudio add-in that search a
17672 BibTeX or BibLaTeX file to create and insert formatted Markdown citations into
17673 the current document.")
17674 (license license:expat)))
17675
17676 (define-public r-xgboost
17677 (package
17678 (name "r-xgboost")
17679 (version "1.3.2.1")
17680 (source
17681 (origin
17682 (method url-fetch)
17683 (uri (cran-uri "xgboost" version))
17684 (sha256
17685 (base32
17686 "117q8xqm82589517fi8xicd8724v9c0wnq3qpl84h6nm3aw65x1g"))))
17687 (build-system r-build-system)
17688 (propagated-inputs
17689 `(("r-data-table" ,r-data-table)
17690 ("r-magrittr" ,r-magrittr)
17691 ("r-matrix" ,r-matrix)))
17692 (native-inputs
17693 `(("r-knitr" ,r-knitr)))
17694 (home-page "https://github.com/dmlc/xgboost")
17695 (synopsis "Extreme gradient boosting")
17696 (description
17697 "This package provides an R interface to Extreme Gradient Boosting, which
17698 is an efficient implementation of the gradient boosting framework from Chen
17699 and Guestrin (2016). The package includes efficient linear model solver and
17700 tree learning algorithms. The package can automatically do parallel
17701 computation on a single machine. It supports various objective functions,
17702 including regression, classification and ranking. The package is made to be
17703 extensible, so that users are also allowed to define their own objectives
17704 easily.")
17705 (license license:asl2.0)))
17706
17707 (define-public r-umap
17708 (package
17709 (name "r-umap")
17710 (version "0.2.7.0")
17711 (source
17712 (origin
17713 (method url-fetch)
17714 (uri (cran-uri "umap" version))
17715 (sha256
17716 (base32
17717 "191vpy84s0bar06y9z1qx43x2kc4qp7lmrcmd0cvz2pnzq722jab"))))
17718 (build-system r-build-system)
17719 (propagated-inputs
17720 `(("r-openssl" ,r-openssl)
17721 ("r-rcpp" ,r-rcpp)
17722 ("r-reticulate" ,r-reticulate)
17723 ("r-rspectra" ,r-rspectra)))
17724 (native-inputs
17725 `(("r-knitr" ,r-knitr)))
17726 (home-page "https://github.com/tkonopka/umap")
17727 (synopsis "Uniform manifold approximation and projection")
17728 (description
17729 "Uniform manifold approximation and projection is a technique for
17730 dimension reduction. This package provides an interface to the UMAP algorithm
17731 in R, including a translation of the original algorithm into R.")
17732 (license license:expat)))
17733
17734 (define-public r-uwot
17735 (package
17736 (name "r-uwot")
17737 (version "0.1.10")
17738 (source
17739 (origin
17740 (method url-fetch)
17741 (uri (cran-uri "uwot" version))
17742 (sha256
17743 (base32
17744 "08vxh085wnrxgwy35ksb4cr7ccjvd98pyr2zlgarqryfgc1bdqbf"))))
17745 (build-system r-build-system)
17746 (propagated-inputs
17747 `(("r-dqrng" ,r-dqrng)
17748 ("r-fnn" ,r-fnn)
17749 ("r-irlba" ,r-irlba)
17750 ("r-matrix" ,r-matrix)
17751 ("r-rcpp" ,r-rcpp)
17752 ("r-rcppannoy" ,r-rcppannoy)
17753 ("r-rcppprogress" ,r-rcppprogress)
17754 ("r-rspectra" ,r-rspectra)))
17755 (home-page "https://github.com/jlmelville/uwot")
17756 (synopsis "Uniform manifold approximation and projection")
17757 (description
17758 "This package provides an implementation of the Uniform Manifold
17759 Approximation and Projection dimensionality reduction by McInnes et
17760 al. (2018). It also provides means to transform new data and to carry out
17761 supervised dimensionality reduction. An implementation of the related
17762 LargeVis method of Tang et al. (2016) is also provided.")
17763 (license license:gpl3)))
17764
17765 (define-public r-kableextra
17766 (package
17767 (name "r-kableextra")
17768 (version "1.3.4")
17769 (source
17770 (origin
17771 (method url-fetch)
17772 (uri (cran-uri "kableExtra" version))
17773 (sha256
17774 (base32
17775 "1c5vzy95cbz36jwyssr927qicrayifinv861rvnmg4nghb1gl7q9"))))
17776 (properties `((upstream-name . "kableExtra")))
17777 (build-system r-build-system)
17778 (propagated-inputs
17779 `(("r-digest" ,r-digest)
17780 ("r-glue" ,r-glue)
17781 ("r-htmltools" ,r-htmltools)
17782 ("r-knitr" ,r-knitr)
17783 ("r-magrittr" ,r-magrittr)
17784 ("r-rmarkdown" ,r-rmarkdown)
17785 ("r-rstudioapi" ,r-rstudioapi)
17786 ("r-rvest" ,r-rvest)
17787 ("r-scales" ,r-scales)
17788 ("r-stringr" ,r-stringr)
17789 ("r-svglite" ,r-svglite)
17790 ("r-viridislite" ,r-viridislite)
17791 ("r-webshot" ,r-webshot)
17792 ("r-xml2" ,r-xml2)))
17793 (native-inputs
17794 `(("r-knitr" ,r-knitr)))
17795 (home-page "https://haozhu233.github.io/kableExtra/")
17796 (synopsis "Construct complex tables with pipe syntax")
17797 (description
17798 "Build complex HTML or LaTeX tables using @code{kable()} from
17799 @code{knitr} and the piping syntax from @code{magrittr}. The function
17800 @code{kable()} is a light weight table generator coming from @code{knitr}.
17801 This package simplifies the way to manipulate the HTML or LaTeX codes
17802 generated by @code{kable()} and allows users to construct complex tables and
17803 customize styles using a readable syntax.")
17804 (license license:expat)))
17805
17806 (define-public r-glasso
17807 (package
17808 (name "r-glasso")
17809 (version "1.11")
17810 (source
17811 (origin
17812 (method url-fetch)
17813 (uri (cran-uri "glasso" version))
17814 (sha256
17815 (base32 "02p3612rpydk195n2qr77lp1j2w8zsw1ckkk98c8angm4r5q8dsc"))))
17816 (build-system r-build-system)
17817 (native-inputs `(("gfortran" ,gfortran)))
17818 (home-page "https://statweb.stanford.edu/~tibs/glasso/")
17819 (synopsis "Graphical Lasso: estimation of Gaussian graphical models")
17820 (description
17821 "This is a package for estimation of a sparse inverse covariance matrix
17822 using a lasso (L1) penalty. Facilities are provided for estimates along a
17823 path of values for the regularization parameter.")
17824 (license license:gpl2)))
17825
17826 (define-public r-rhpcblasctl
17827 (package
17828 (name "r-rhpcblasctl")
17829 (version "0.20-137")
17830 (source
17831 (origin
17832 (method url-fetch)
17833 (uri (cran-uri "RhpcBLASctl" version))
17834 (sha256
17835 (base32
17836 "0vv144sgjhf7fazk633i16fc06g9k43syyxj1g34pi9gsgdcn0nv"))))
17837 (properties `((upstream-name . "RhpcBLASctl")))
17838 (build-system r-build-system)
17839 (home-page "https://prs.ism.ac.jp/~nakama/Rhpc/")
17840 (synopsis "Control the number of threads on BLAS")
17841 (description
17842 "This package allows you to control the number of threads the BLAS
17843 library uses. It is also possible to control the number of threads in
17844 OpenMP.")
17845 (license license:agpl3+)))
17846
17847 (define-public r-lda
17848 (package
17849 (name "r-lda")
17850 (version "1.4.2")
17851 (source
17852 (origin
17853 (method url-fetch)
17854 (uri (cran-uri "lda" version))
17855 (sha256
17856 (base32
17857 "03r4h5kgr8mfy44p66mfj5bp4k00g8zh4a1mhn46jw14pkhs21jn"))))
17858 (build-system r-build-system)
17859 (home-page "https://cran.r-project.org/web/packages/lda/")
17860 (synopsis "Collapsed Gibbs sampling methods for topic models")
17861 (description
17862 "This package implements @dfn{latent Dirichlet allocation} (LDA) and
17863 related models. This includes (but is not limited to) sLDA, corrLDA, and the
17864 mixed-membership stochastic blockmodel. Inference for all of these models is
17865 implemented via a fast collapsed Gibbs sampler written in C. Utility
17866 functions for reading/writing data typically used in topic models, as well as
17867 tools for examining posterior distributions are also included.")
17868 ;; Any version of the LGPL
17869 (license license:lgpl3+)))
17870
17871 (define-public r-rann-l1
17872 (package
17873 (name "r-rann-l1")
17874 (version "2.5.2")
17875 (source
17876 (origin
17877 (method url-fetch)
17878 (uri (cran-uri "RANN.L1" version))
17879 (sha256
17880 (base32
17881 "1hanh3my84mdr5wy6b89fawqzfc184vff1y65wy4l5ld9qza1n44"))))
17882 (properties `((upstream-name . "RANN.L1")))
17883 (build-system r-build-system)
17884 (home-page "https://github.com/jefferis/RANN/tree/master-L1")
17885 (synopsis "Fast nearest neighbour search using L1 metric")
17886 (description
17887 "This package provides tools to find the k nearest neighbours for every
17888 point in a given dataset in O(N log N) time using Arya and Mount's ANN
17889 library. There is support for approximate as well as exact searches, fixed
17890 radius searches and @code{bd} as well as @code{kd} trees. The distance is
17891 computed using the L1 (Manhattan, taxicab) metric.")
17892 (license license:gpl3+)))
17893
17894 (define-public r-leiden
17895 (package
17896 (name "r-leiden")
17897 (version "0.3.7")
17898 (source
17899 (origin
17900 (method url-fetch)
17901 (uri (cran-uri "leiden" version))
17902 (sha256
17903 (base32
17904 "14iqn5iqcya6bqbjvjivpd7q9gwc323sj29y7ssrbhb3sz9982bp"))))
17905 (properties `((upstream-name . "leiden")))
17906 (build-system r-build-system)
17907 (propagated-inputs
17908 `(("r-igraph" ,r-igraph)
17909 ("r-matrix" ,r-matrix)
17910 ("r-reticulate" ,r-reticulate)))
17911 (native-inputs
17912 `(("r-knitr" ,r-knitr)))
17913 (home-page "https://github.com/TomKellyGenetics/leiden")
17914 (synopsis "R implementation of Leiden clustering algorithm")
17915 (description
17916 "This package implements the Python @code{leidenalg} module to be called
17917 in R. It enables clustering using the Leiden algorithm for partitioning a
17918 graph into communities. See also Traag et al (2018) \"From Louvain to Leiden:
17919 guaranteeing well-connected communities.\" <arXiv:1810.08473>.")
17920 (license license:gpl3)))
17921
17922 (define-public r-patchwork
17923 (package
17924 (name "r-patchwork")
17925 (version "1.1.1")
17926 (source
17927 (origin
17928 (method url-fetch)
17929 (uri (cran-uri "patchwork" version))
17930 (sha256
17931 (base32
17932 "10glgkf58lcykcwda1hj6xdps02m3i247qynk6s2jmwljagps3fg"))))
17933 (build-system r-build-system)
17934 (propagated-inputs
17935 `(("r-ggplot2" ,r-ggplot2)
17936 ("r-gtable" ,r-gtable)))
17937 (native-inputs
17938 `(("r-knitr" ,r-knitr)))
17939 (home-page "https://github.com/thomasp85/patchwork")
17940 (synopsis "Compose ggplot2 plots")
17941 (description
17942 "The @code{ggplot2} package provides a strong API for sequentially
17943 building up a plot, but does not concern itself with composition of multiple
17944 plots. Patchwork is a package that expands the API to allow for arbitrarily
17945 complex composition of plots by providing mathematical operators for combining
17946 multiple plots.")
17947 (license license:expat)))
17948
17949 (define-public r-liger
17950 (package
17951 (name "r-liger")
17952 (version "0.4.2")
17953 (source
17954 (origin
17955 (method git-fetch)
17956 (uri (git-reference
17957 (url "https://github.com/MacoskoLab/liger")
17958 (commit (string-append "v" version))))
17959 (file-name (git-file-name name version))
17960 (sha256
17961 (base32
17962 "16dzwwcpw6n78pxlc5w3kraigki35ix7zhd2cbx5f3y60bbkhlmx"))
17963 (modules '((guix build utils)))
17964 (snippet
17965 '(begin
17966 (delete-file "inst/java/ModularityOptimizer.jar")
17967 #t))))
17968 (build-system r-build-system)
17969 (arguments
17970 `(#:phases
17971 (modify-phases %standard-phases
17972 (add-after 'unpack 'build-java-part
17973 (lambda* (#:key inputs #:allow-other-keys)
17974 (invoke "unzip" (assoc-ref inputs "optimizer-src"))
17975 (for-each (lambda (file) (invoke "javac" file))
17976 (find-files "." "\\.java$"))
17977 (apply invoke "jar" "cf" "inst/java/ModularityOptimizer.jar"
17978 (find-files "." "\\.class$"))
17979 #t)))))
17980 (propagated-inputs
17981 `(("r-cowplot" ,r-cowplot)
17982 ("r-dosnow" ,r-dosnow)
17983 ("r-dplyr" ,r-dplyr)
17984 ("r-fnn" ,r-fnn)
17985 ("r-foreach" ,r-foreach)
17986 ("r-ggplot2" ,r-ggplot2)
17987 ("r-ggrepel" ,r-ggrepel)
17988 ("r-hmisc" ,r-hmisc)
17989 ("r-ica" ,r-ica)
17990 ("r-irlba" ,r-irlba)
17991 ("r-matrix" ,r-matrix)
17992 ("r-mclust" ,r-mclust)
17993 ("r-patchwork" ,r-patchwork)
17994 ("r-plyr" ,r-plyr)
17995 ("r-rann-l1" ,r-rann-l1)
17996 ("r-rcpp" ,r-rcpp)
17997 ("r-rcpparmadillo" ,r-rcpparmadillo)
17998 ("r-riverplot" ,r-riverplot)
17999 ("r-rtsne" ,r-rtsne)
18000 ("r-snow" ,r-snow)))
18001 (native-inputs
18002 `(("jdk" ,icedtea "jdk")
18003 ;; See https://github.com/MacoskoLab/liger/issues/96
18004 ;; The optimizer is released under the Expat license.
18005 ("optimizer-src"
18006 ,(origin
18007 (method url-fetch)
18008 (uri "http://www.ludowaltman.nl/slm/modularity_optimizer_source.zip")
18009 (sha256
18010 (base32
18011 "01hmm6sapcmldvayknqx2w4cav3qv71mwwkdkwj4qgq6dss09g18"))))
18012 ("unzip" ,unzip)
18013 ("r-knitr" ,r-knitr))) ; for vignettes
18014 (home-page "https://github.com/MacoskoLab/liger")
18015 (synopsis "Integrate and analyze multiple single-cell datasets")
18016 (description
18017 "LIGER is a package for integrating and analyzing multiple single-cell
18018 datasets, developed and maintained by the Macosko lab. It relies on
18019 integrative non-negative matrix factorization to identify shared and
18020 dataset-specific factors.")
18021 (license license:gpl3)))
18022
18023 (define-public r-harmony
18024 (package
18025 (name "r-harmony")
18026 (version "0.1")
18027 (source
18028 (origin
18029 (method git-fetch)
18030 (uri (git-reference
18031 (url "https://github.com/immunogenomics/harmony")
18032 (commit version)))
18033 (file-name (git-file-name name version))
18034 (sha256
18035 (base32
18036 "05r401q09rbr6fqhb9mbd95082cjdi3nag1cv6zn96xkr0f6imq9"))
18037 (modules '((guix build utils)))
18038 (snippet
18039 '(begin
18040 (for-each delete-file '("config.status" "configure"))
18041 #t))))
18042 (build-system r-build-system)
18043 (propagated-inputs
18044 `(("r-cowplot" ,r-cowplot)
18045 ("r-dplyr" ,r-dplyr)
18046 ("r-ggplot2" ,r-ggplot2)
18047 ("r-irlba" ,r-irlba)
18048 ("r-matrix" ,r-matrix)
18049 ("r-rcpp" ,r-rcpp)
18050 ("r-rcpparmadillo" ,r-rcpparmadillo)
18051 ("r-rcppprogress" ,r-rcppprogress)
18052 ("r-rlang" ,r-rlang)
18053 ("r-tibble" ,r-tibble)
18054 ("r-tidyr" ,r-tidyr)))
18055 (native-inputs
18056 `(("autoconf" ,autoconf)))
18057 (home-page "https://github.com/immunogenomics/harmony")
18058 (synopsis "Integration of single cell sequencing data")
18059 (description
18060 "This package provides an implementation of the Harmony algorithm for
18061 single cell integration, described in Korsunsky et al
18062 @url{doi.org/10.1101/461954}. The package includes a standalone Harmony
18063 function and interfaces to external frameworks.")
18064 (license license:gpl3)))
18065
18066 (define-public r-covr
18067 (package
18068 (name "r-covr")
18069 (version "3.5.1")
18070 (source
18071 (origin
18072 (method url-fetch)
18073 (uri (cran-uri "covr" version))
18074 (sha256
18075 (base32 "0v5cv3cw2kpdr6wxmkbd3wclavr17zipypdcb10hhmpa4cvgqk55"))))
18076 (properties `((upstream-name . "covr")))
18077 (build-system r-build-system)
18078 (propagated-inputs
18079 `(("r-crayon" ,r-crayon)
18080 ("r-digest" ,r-digest)
18081 ("r-httr" ,r-httr)
18082 ("r-jsonlite" ,r-jsonlite)
18083 ("r-rex" ,r-rex)
18084 ("r-withr" ,r-withr)
18085 ("r-yaml" ,r-yaml)))
18086 (native-inputs
18087 `(("r-knitr" ,r-knitr))) ; for vignettes
18088 (home-page "https://github.com/r-lib/covr")
18089 (synopsis "Test coverage for R packages")
18090 (description
18091 "Thisp package enables you to track and report code coverage for your
18092 package and (optionally) upload the results to a coverage service. Code
18093 coverage is a measure of the amount of code being exercised by a set of tests.
18094 It is an indirect measure of test quality and completeness. This package is
18095 compatible with any testing methodology or framework and tracks coverage of
18096 both R code and compiled C/C++/FORTRAN code.")
18097 (license license:gpl3)))
18098
18099 (define-public r-systemfonts
18100 (package
18101 (name "r-systemfonts")
18102 (version "1.0.1")
18103 (source
18104 (origin
18105 (method url-fetch)
18106 (uri (cran-uri "systemfonts" version))
18107 (sha256
18108 (base32
18109 "15x7qx8iigkybgz6b6s66i3mh75vgynzpd50nw05wflfwzcv87a0"))))
18110 (properties `((upstream-name . "systemfonts")))
18111 (build-system r-build-system)
18112 (propagated-inputs
18113 `(("r-cpp11" ,r-cpp11)))
18114 (inputs
18115 `(("fontconfig" ,fontconfig)
18116 ("zlib" ,zlib)))
18117 (native-inputs
18118 `(("pkg-config" ,pkg-config)
18119 ("r-knitr" ,r-knitr)))
18120 (home-page "https://github.com/r-lib/systemfonts")
18121 (synopsis "System native font finding")
18122 (description
18123 "This package provides system native access to the font catalogue. As
18124 font handling varies between systems it is difficult to correctly locate
18125 installed fonts across different operating systems. The 'systemfonts' package
18126 provides bindings to the native libraries for finding font files that can then
18127 be used further by e.g. graphic devices.")
18128 (license license:expat)))
18129
18130 (define-public r-graphlayouts
18131 (package
18132 (name "r-graphlayouts")
18133 (version "0.7.1")
18134 (source
18135 (origin
18136 (method url-fetch)
18137 (uri (cran-uri "graphlayouts" version))
18138 (sha256
18139 (base32
18140 "05v7ss18bflhqa4ipsca8iw2ln8ddbaiyrizx2a5cwq81g5qq3rq"))))
18141 (properties `((upstream-name . "graphlayouts")))
18142 (build-system r-build-system)
18143 (propagated-inputs
18144 `(("r-igraph" ,r-igraph)
18145 ("r-rcpp" ,r-rcpp)
18146 ("r-rcpparmadillo" ,r-rcpparmadillo)))
18147 (home-page "https://github.com/schochastics/graphlayouts")
18148 (synopsis "Additional layout algorithms for network visualizations")
18149 (description
18150 "This package provides several layout algorithms to visualize networks
18151 which are not part of the igraph library. Most are based on the concept of
18152 stress majorization by Gansner et al. (2004)
18153 <doi:10.1007/978-3-540-31843-9_25>. Some more specific algorithms
18154 emphasize hidden group structures in networks or focus on specific nodes.")
18155 (license license:expat)))
18156
18157 (define-public r-terra
18158 (package
18159 (name "r-terra")
18160 (version "1.1-4")
18161 (source
18162 (origin
18163 (method url-fetch)
18164 (uri (cran-uri "terra" version))
18165 (sha256
18166 (base32
18167 "1vsh55sq56shc8s2vmkl27yvrdbrbn3l6jrigqf2hmvppkb2jsbg"))))
18168 (properties `((upstream-name . "terra")))
18169 (build-system r-build-system)
18170 (inputs
18171 `(("gdal" ,gdal)
18172 ("geos" ,geos)
18173 ("proj" ,proj)
18174 ("sqlite" ,sqlite) ; needed for proj
18175 ("zlib" ,zlib)))
18176 (propagated-inputs
18177 `(("r-raster" ,r-raster)
18178 ("r-rcpp" ,r-rcpp)))
18179 (native-inputs
18180 `(("pkg-config" ,pkg-config)))
18181 (home-page "https://rspatial.org/terra")
18182 (synopsis "Spatial data analysis")
18183 (description
18184 "This package provides methods for spatial data analysis, especially
18185 raster data. The included methods allow for low-level data manipulation as
18186 well as high-level global, local, zonal, and focal computation. The predict
18187 and interpolate methods facilitate the use of regression type (interpolation,
18188 machine learning) models for spatial prediction. Processing of very large
18189 files is supported.")
18190 (license license:gpl3+)))
18191
18192 (define-public r-tidygraph
18193 (package
18194 (name "r-tidygraph")
18195 (version "1.2.0")
18196 (source
18197 (origin
18198 (method url-fetch)
18199 (uri (cran-uri "tidygraph" version))
18200 (sha256
18201 (base32
18202 "17qjns33zcj82jcsl7bn7i4zxcm7ric50zyf7agi0i01zi16qz85"))))
18203 (properties `((upstream-name . "tidygraph")))
18204 (build-system r-build-system)
18205 (propagated-inputs
18206 `(("r-dplyr" ,r-dplyr)
18207 ("r-igraph" ,r-igraph)
18208 ("r-magrittr" ,r-magrittr)
18209 ("r-pillar" ,r-pillar)
18210 ("r-r6" ,r-r6)
18211 ("r-rcpp" ,r-rcpp)
18212 ("r-rlang" ,r-rlang)
18213 ("r-tibble" ,r-tibble)
18214 ("r-tidyr" ,r-tidyr)))
18215 (home-page "https://github.com/thomasp85/tidygraph")
18216 (synopsis "Tidy API for graph manipulation")
18217 (description
18218 "This package provides a graph implementation that can be thought of as
18219 two tidy data frames describing node and edge data respectively. It provides
18220 an approach to manipulate these two virtual data frames using the API defined
18221 in the @code{dplyr} package, and it also provides tidy interfaces to a lot of
18222 common graph algorithms.")
18223 (license license:expat)))
18224
18225 (define-public r-soupx
18226 (let ((commit "a3354be76fb52fd795be6ddf163cf056c05c6cb8")
18227 (revision "1"))
18228 (package
18229 (name "r-soupx")
18230 (version (git-version "0.3.1" revision commit))
18231 (source
18232 (origin
18233 (method git-fetch)
18234 (uri (git-reference
18235 (url "https://github.com/constantAmateur/SoupX")
18236 (commit commit)))
18237 (file-name (git-file-name name version))
18238 (sha256
18239 (base32
18240 "1zmlyzrl0fz6l79gn2wswid670p88mm3y292is89sa5p3h7frr99"))))
18241 (properties `((upstream-name . "SoupX")))
18242 (build-system r-build-system)
18243 (propagated-inputs
18244 `(("r-ggplot2" ,r-ggplot2)
18245 ("r-matrix" ,r-matrix)
18246 ("r-seurat" ,r-seurat)))
18247 (home-page "https://github.com/constantAmateur/SoupX")
18248 (synopsis "Single cell mRNA Soup eXterminator")
18249 (description
18250 "This package provides a package for quantifying, profiling and
18251 removing cell free mRNA contamination (the \"soup\") from droplet based single
18252 cell RNA-seq experiments.")
18253 (license license:gpl2))))
18254
18255 (define-public r-assertr
18256 (package
18257 (name "r-assertr")
18258 (version "2.8")
18259 (source
18260 (origin
18261 (method url-fetch)
18262 (uri (cran-uri "assertr" version))
18263 (sha256
18264 (base32
18265 "00764vv86r3bn4r85in4w637harffyw605fgq0dj6mrbrwcfb650"))))
18266 (build-system r-build-system)
18267 (propagated-inputs
18268 `(("r-dplyr" ,r-dplyr)
18269 ("r-mass" ,r-mass)
18270 ("r-rlang" ,r-rlang)))
18271 (native-inputs
18272 `(("r-knitr" ,r-knitr))) ; needed for vignette
18273 (home-page "https://github.com/ropensci/assertr")
18274 (synopsis "Assertive programming for R analysis pipelines")
18275 (description
18276 "This package provides functionality to assert conditions that have to be
18277 met so that errors in data used in analysis pipelines can fail quickly. It is
18278 similar to @code{stopifnot()} but more powerful, friendly, and easier for use
18279 in pipelines.")
18280 (license license:expat)))
18281
18282 (define-public r-parameters
18283 (package
18284 (name "r-parameters")
18285 (version "0.12.0")
18286 (source
18287 (origin
18288 (method url-fetch)
18289 (uri (cran-uri "parameters" version))
18290 (sha256
18291 (base32
18292 "0dfqn4l4qmlpwmdva2ahyhlngkzdm0sgiirbdrf3mbbw52bhlmpm"))))
18293 (properties `((upstream-name . "parameters")))
18294 (build-system r-build-system)
18295 (propagated-inputs
18296 `(("r-bayestestr" ,r-bayestestr)
18297 ("r-insight" ,r-insight)))
18298 (native-inputs
18299 `(("r-knitr" ,r-knitr)))
18300 (home-page "https://cran.r-project.org/web/packages/parameters")
18301 (synopsis "Processing of model parameters")
18302 (description
18303 "This package provides utilities for processing the parameters of various
18304 statistical models. Beyond computing p values, CIs, and other indices for a
18305 wide variety of models, this package implements features like standardization
18306 or bootstrapping of parameters and models, feature reduction (feature
18307 extraction and variable selection) as well as conversion between indices of
18308 effect size.")
18309 (license license:gpl3)))
18310
18311 (define-public r-rgdal
18312 (package
18313 (name "r-rgdal")
18314 (version "1.5-23")
18315 (source
18316 (origin
18317 (method url-fetch)
18318 (uri (cran-uri "rgdal" version))
18319 (sha256
18320 (base32 "0vnb7kw762y349pda4aq1hx0smafylmn3635l963qykfji5p99cw"))))
18321 (properties `((upstream-name . "rgdal")))
18322 (build-system r-build-system)
18323 (inputs
18324 `(("gdal" ,gdal)
18325 ("proj" ,proj)
18326 ("zlib" ,zlib)))
18327 (propagated-inputs
18328 `(("r-sp" ,r-sp)))
18329 (native-inputs
18330 `(("pkg-config" ,pkg-config)
18331 ("r-knitr" ,r-knitr)))
18332 (home-page "http://rgdal.r-forge.r-project.org")
18333 (synopsis "Bindings for the Geospatial Data Abstraction Library")
18334 (description
18335 "This package provides bindings to the Geospatial Data Abstraction
18336 Library (GDAL) and access to projection/transformation operations from the
18337 PROJ.4 library.")
18338 (license license:gpl2+)))
18339
18340 (define-public r-insol
18341 (package
18342 (name "r-insol")
18343 (version "1.2.2")
18344 (source
18345 (origin
18346 (method url-fetch)
18347 (uri (cran-uri "insol" version))
18348 (sha256
18349 (base32
18350 "166kgxgzbh55y2qqya6c2si22x0v7asi70im054g6xxwc5187kh3"))))
18351 (properties `((upstream-name . "insol")))
18352 (build-system r-build-system)
18353 (propagated-inputs
18354 `(("r-raster" ,r-raster)))
18355 (native-inputs
18356 `(("gfortran" ,gfortran)))
18357 (home-page "https://meteoexploration.com/R/insol/index.html")
18358 (synopsis "Tools for calculating solar radiation")
18359 (description
18360 "This package provides functions to compute insolation on tilted
18361 surfaces, computes atmospheric transmittance and related parameters such as:
18362 Earth radius vector, declination, sunset and sunrise, daylength, equation of
18363 time, vector in the direction of the sun, vector normal to surface, and some
18364 atmospheric physics.")
18365 (license license:gpl2+)))
18366
18367 (define-public r-lifecycle
18368 (package
18369 (name "r-lifecycle")
18370 (version "1.0.0")
18371 (source
18372 (origin
18373 (method url-fetch)
18374 (uri (cran-uri "lifecycle" version))
18375 (sha256
18376 (base32
18377 "13hgxk93q9387s8dnqpm8dfx610y0pr76khqksj4kbgj2fr4lcq3"))))
18378 (properties `((upstream-name . "lifecycle")))
18379 (build-system r-build-system)
18380 (propagated-inputs
18381 `(("r-glue" ,r-glue)
18382 ("r-rlang" ,r-rlang)))
18383 (native-inputs
18384 `(("r-knitr" ,r-knitr))) ; for vignettes
18385 (home-page "https://github.com/r-lib/lifecycle")
18386 (synopsis "Manage the life cycle of your package functions")
18387 (description
18388 "Manage the life cycle of your exported functions with shared
18389 conventions, documentation badges, and non-invasive deprecation warnings. The
18390 lifecycle package defines four development stages (experimental, maturing,
18391 stable, and questioning) and three deprecation stages (soft-deprecated,
18392 deprecated, and defunct). It makes it easy to insert badges corresponding to
18393 these stages in your documentation. Usage of deprecated functions are
18394 signalled with increasing levels of non-invasive verbosity.")
18395 (license license:gpl3)))
18396
18397 (define-public r-assertable
18398 (package
18399 (name "r-assertable")
18400 (version "0.2.8")
18401 (source
18402 (origin
18403 (method url-fetch)
18404 (uri (cran-uri "assertable" version))
18405 (sha256
18406 (base32
18407 "1cciil1nzxd8gbj49w99jiv077lbpb59vx7bmb4p218aj2h5hqq4"))))
18408 (build-system r-build-system)
18409 (propagated-inputs
18410 `(("r-data-table" ,r-data-table)))
18411 (native-inputs
18412 `(("r-knitr" ,r-knitr)))
18413 (home-page "https://cran.r-project.org/web/packages/assertable/")
18414 (synopsis "Verbose assertions for tabular data (data.frames and data.tables)")
18415 (description "This package provides simple, flexible assertions on
18416 data.frame or data.table objects with verbose output for vetting. While other
18417 assertion packages apply towards more general use-cases, @code{assertable} is
18418 tailored towards tabular data. It includes functions to check variable names
18419 and values, whether the dataset contains all combinations of a given set of
18420 unique identifiers, and whether it is a certain length. In addition,
18421 @code{assertable} includes utility functions to check the existence of target
18422 files and to efficiently import multiple tabular data files into one
18423 data.table.")
18424 (license license:gpl3)))
18425
18426 (define-public r-quadprog
18427 (package
18428 (name "r-quadprog")
18429 (version "1.5-8")
18430 (source
18431 (origin
18432 (method url-fetch)
18433 (uri (cran-uri "quadprog" version))
18434 (sha256
18435 (base32 "1ka9g8zak8sg4y2xbz93dfrldznlk9qpd4pq9z21cdcdn3b8s4i2"))))
18436 (build-system r-build-system)
18437 (native-inputs
18438 `(("gfortran" ,gfortran)))
18439 (home-page "https://cran.r-project.org/web/packages/quadprog")
18440 (synopsis "Functions to solve quadratic programming problems")
18441 (description
18442 "This package contains routines and documentation for solving quadratic
18443 programming problems.")
18444 (license license:gpl3+)))
18445
18446 (define-public r-desolve
18447 (package
18448 (name "r-desolve")
18449 (version "1.28")
18450 (source
18451 (origin
18452 (method url-fetch)
18453 (uri (cran-uri "deSolve" version))
18454 (sha256
18455 (base32 "0jasvdzig0pzhzspmy20089az19r91xjfb9q6h8gj7c4mr6fymac"))))
18456 (properties `((upstream-name . "deSolve")))
18457 (build-system r-build-system)
18458 (native-inputs
18459 `(("gfortran" ,gfortran)))
18460 (home-page "https://desolve.r-forge.r-project.org/")
18461 (synopsis "Solvers for initial value problems of differential equations")
18462 (description "This package provides functions that solve initial value
18463 problems of a system of first-order @dfn{ordinary differential
18464 equations} (ODE), of @dfn{partial differential equations} (PDE), of
18465 @dfn{differential algebraic equations} (DAE), and of delay differential
18466 equations. The functions provide an interface to the FORTRAN functions
18467 @code{lsoda}, @code{lsodar}, @code{lsode}, @code{lsodes} of the ODEPACK
18468 collection, to the FORTRAN functions @code{dvode} and @code{daspk} and a
18469 C-implementation of solvers of the Runge-Kutta family with fixed or variable
18470 time steps. The package contains routines designed for solving ODEs resulting
18471 from 1-D, 2-D and 3-D partial differential equations that have been converted
18472 to ODEs by numerical differencing.")
18473 (license license:gpl2+)))
18474
18475 (define-public r-pracma
18476 (package
18477 (name "r-pracma")
18478 (version "2.3.3")
18479 (source (origin
18480 (method url-fetch)
18481 (uri (cran-uri "pracma" version))
18482 (sha256
18483 (base32 "0g5r5ir5k43ba0ngnsanp108k479l2dnsjd5w6idk1d34ivqs7yg"))))
18484 (build-system r-build-system)
18485 (home-page "https://cran.r-project.org/web/packages/pracma/")
18486 (synopsis "Practical numerical math functions")
18487 (description "This package provides functions for numerical analysis and
18488 linear algebra, numerical optimization, differential equations, plus some
18489 special functions. It uses Matlab function names where appropriate to simplify
18490 porting.")
18491 (license license:gpl3+)))
18492
18493 (define-public r-subplex
18494 (package
18495 (name "r-subplex")
18496 (version "1.6")
18497 (source
18498 (origin
18499 (method url-fetch)
18500 (uri (cran-uri "subplex" version))
18501 (sha256
18502 (base32
18503 "1yfbfjvpbhgky7vihw3f4jl41pxpqb39z4nc045d5z7z48bdl18d"))))
18504 (build-system r-build-system)
18505 (native-inputs
18506 `(("gfortran" ,gfortran)))
18507 (home-page "https://cran.r-project.org/web/packages/subplex")
18508 (synopsis "Unconstrained optimization using the subplex algorithm")
18509 (description
18510 "This package implements the Subplex optimization algorithm.
18511 It solves unconstrained optimization problems using a simplex method on
18512 subspaces. The method is well suited for optimizing objective functions that
18513 are noisy or are discontinuous at the solution.")
18514 (license license:gpl3+)))
18515
18516 (define-public r-txtplot
18517 (package
18518 (name "r-txtplot")
18519 (version "1.0-4")
18520 (source
18521 (origin
18522 (method url-fetch)
18523 (uri (cran-uri "txtplot" version))
18524 (sha256
18525 (base32
18526 "00sriml48y70j18jz235dsfm5x3a81bnzskfp3hnv6cbjwwsmca4"))))
18527 (build-system r-build-system)
18528 (home-page "https://cran.r-project.org/web/packages/txtplot/")
18529 (synopsis "Text-based plotting")
18530 (description "This package provides functions to produce rudimentary ASCII
18531 graphics directly in the terminal window. This package provides a basic
18532 plotting function (and equivalents of curve, density, acf and barplot) as well
18533 as a boxplot function.")
18534 (license license:lgpl3+)))
18535
18536 (define-public r-bio3d
18537 (package
18538 (name "r-bio3d")
18539 (version "2.4-1")
18540 (source
18541 (origin
18542 (method url-fetch)
18543 (uri (cran-uri "bio3d" version))
18544 (sha256
18545 (base32
18546 "07rw6c2d95gb5myxh31727j0jrchd0xisa3x89jjmf4zzs3vv7v7"))))
18547 (properties `((upstream-name . "bio3d")))
18548 (build-system r-build-system)
18549 (inputs `(("zlib" ,zlib)))
18550 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
18551 (home-page "http://thegrantlab.org/bio3d/")
18552 (synopsis "Biological structure analysis")
18553 (description
18554 "This package provides utilities to process, organize and explore protein
18555 structure, sequence and dynamics data. Features include the ability to read
18556 and write structure, sequence and dynamic trajectory data, perform sequence
18557 and structure database searches, data summaries, atom selection, alignment,
18558 superposition, rigid core identification, clustering, torsion analysis,
18559 distance matrix analysis, structure and sequence conservation analysis, normal
18560 mode analysis, principal component analysis of heterogeneous structure data,
18561 and correlation network analysis from normal mode and molecular dynamics data.
18562 In addition, various utility functions are provided to enable the statistical
18563 and graphical power of the R environment to work with biological sequence and
18564 structural data.")
18565 (license license:gpl2+)))
18566
18567 (define-public r-bios2cor
18568 (package
18569 (name "r-bios2cor")
18570 (version "2.2")
18571 (source
18572 (origin
18573 (method url-fetch)
18574 (uri (cran-uri "Bios2cor" version))
18575 (sha256
18576 (base32
18577 "1wkj9vr33m9jilidil9jpw5rzr3pf7gkimxdvch22ks4bgkx7l1w"))))
18578 (properties `((upstream-name . "Bios2cor")))
18579 (build-system r-build-system)
18580 (propagated-inputs
18581 `(("r-bigmemory" ,r-bigmemory)
18582 ("r-bio3d" ,r-bio3d)
18583 ("r-circular" ,r-circular)
18584 ("r-igraph" ,r-igraph)))
18585 (home-page "https://cran.r-project.org/web/packages/Bios2cor/")
18586 (synopsis "From biological sequences and simulations to correlation analysis")
18587 (description
18588 "This package provides utilities for computation and analysis of
18589 correlation/covariation in multiple sequence alignments and in side chain
18590 motions during molecular dynamics simulations. Features include the
18591 computation of correlation/covariation scores using a variety of scoring
18592 functions between either sequence positions in alignments or side chain
18593 dihedral angles in molecular dynamics simulations and utilities to analyze the
18594 correlation/covariation matrix through a variety of tools including network
18595 representation and principal components analysis. In addition, several
18596 utility functions are based on the R graphical environment to provide friendly
18597 tools for help in data interpretation.")
18598 (license license:gpl2+)))
18599
18600 ;; This package includes minified JavaScript files. When upgrading please
18601 ;; check that there are no new minified JavaScript files.
18602 (define-public r-networkd3
18603 (package
18604 (name "r-networkd3")
18605 (version "0.4")
18606 (source
18607 (origin
18608 (method url-fetch)
18609 (uri (cran-uri "networkD3" version))
18610 (sha256
18611 (base32
18612 "02wxki67drppgfka1is1ykg1f2rxf0x0657c0crj7ipfy62jbf1k"))
18613 (snippet
18614 '(begin
18615 (delete-file "inst/htmlwidgets/lib/d3-4.5.0/d3.min.js")
18616 #t))))
18617 (properties `((upstream-name . "networkD3")))
18618 (build-system r-build-system)
18619 (arguments
18620 `(#:modules ((guix build utils)
18621 (guix build r-build-system)
18622 (srfi srfi-1)
18623 (ice-9 popen))
18624 #:phases
18625 (modify-phases %standard-phases
18626 (add-after 'unpack 'process-javascript
18627 (lambda* (#:key inputs #:allow-other-keys)
18628 (with-directory-excursion "inst/htmlwidgets/lib/"
18629 (call-with-values
18630 (lambda ()
18631 (unzip2
18632 `((,(assoc-ref inputs "d3.v4.js")
18633 "d3-4.5.0/d3.min.js"))))
18634 (lambda (sources targets)
18635 (for-each (lambda (source target)
18636 (format #t "Processing ~a --> ~a~%"
18637 source target)
18638 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
18639 (call-with-output-file target
18640 (lambda (port)
18641 (dump-port minified port)))))
18642 sources targets))))
18643 #t)))))
18644 (native-inputs
18645 `(("uglify-js" ,uglify-js)
18646 ;; NOTE: Make sure that this version of d3 is still valid when
18647 ;; upgrading the package.
18648 ("d3.v4.js"
18649 ,(origin
18650 (method url-fetch)
18651 (uri "https://d3js.org/d3.v4.js")
18652 (sha256
18653 (base32
18654 "0y7byf6kcinfz9ac59jxc4v6kppdazmnyqfav0dm4h550fzfqqlg"))))))
18655 (propagated-inputs
18656 `(("r-htmlwidgets" ,r-htmlwidgets)
18657 ("r-igraph" ,r-igraph)
18658 ("r-magrittr" ,r-magrittr)))
18659 (home-page "https://cran.r-project.org/package=networkD3")
18660 (synopsis "D3 JavaScript network graphs from R")
18661 (description
18662 "This package creates D3 JavaScript network, tree, dendrogram, and Sankey
18663 graphs from R.")
18664 (license license:gpl3+)))
18665
18666 (define-public r-aasea
18667 (package
18668 (name "r-aasea")
18669 (version "1.1.0")
18670 (source
18671 (origin
18672 (method url-fetch)
18673 (uri (cran-uri "aaSEA" version))
18674 (sha256
18675 (base32
18676 "0him4r8qyp0xssgrmdxjs45yn4d28h5anv4jyxxbbs9phb0m6j3h"))))
18677 (properties `((upstream-name . "aaSEA")))
18678 (build-system r-build-system)
18679 (propagated-inputs
18680 `(("r-bios2cor" ,r-bios2cor)
18681 ("r-dt" ,r-dt)
18682 ("r-hmisc" ,r-hmisc)
18683 ("r-magrittr" ,r-magrittr)
18684 ("r-networkd3" ,r-networkd3)
18685 ("r-plotly" ,r-plotly)
18686 ("r-seqinr" ,r-seqinr)
18687 ("r-shiny" ,r-shiny)
18688 ("r-shinydashboard" ,r-shinydashboard)))
18689 (home-page "https://cran.r-project.org/web/packages/aaSEA/")
18690 (synopsis "Amino acid substitution effect analyzer")
18691 (description
18692 "Given a protein multiple sequence alignment, it is a daunting task to
18693 assess the effects of substitutions along sequence length. The aaSEA package
18694 is intended to help researchers to rapidly analyze property changes caused by
18695 single, multiple and correlated amino acid substitutions in proteins.")
18696 (license license:gpl3)))
18697
18698 (define-public r-abacus
18699 (package
18700 (name "r-abacus")
18701 (version "1.0.0")
18702 (source
18703 (origin
18704 (method url-fetch)
18705 (uri (cran-uri "ABACUS" version))
18706 (sha256
18707 (base32
18708 "0m1dnkwjr1522l9ddbzzx7ayxvli17sbmk6s28adpmzzjwh2kd1i"))))
18709 (properties `((upstream-name . "ABACUS")))
18710 (build-system r-build-system)
18711 (propagated-inputs
18712 `(("r-ggplot2" ,r-ggplot2)
18713 ("r-shiny" ,r-shiny)))
18714 (home-page "https://shiny.abdn.ac.uk/Stats/apps/")
18715 (synopsis "Apps-based activities for communicating and understanding statistics")
18716 (description
18717 "This package provides a set of Shiny apps for effective communication
18718 and understanding in statistics. The current version includes properties of
18719 normal distribution, properties of sampling distribution, one-sample z and t
18720 tests, two samples independent (unpaired) t test and analysis of variance.")
18721 (license license:gpl3)))
18722
18723 (define-public r-abc-rap
18724 (package
18725 (name "r-abc-rap")
18726 (version "0.9.0")
18727 (source
18728 (origin
18729 (method url-fetch)
18730 (uri (cran-uri "ABC.RAP" version))
18731 (sha256
18732 (base32
18733 "1kdspln17v0krvahcd55vib4dv5azp60b3r1zf489x10qqbp1mxk"))))
18734 (properties `((upstream-name . "ABC.RAP")))
18735 (build-system r-build-system)
18736 (home-page "https://cran.r-project.org/web/packages/ABC.RAP/")
18737 (synopsis "Array-based CpG region analysis pipeline")
18738 (description
18739 "This package aims to identify candidate genes that are differentially
18740 methylated between cases and controls. It applies Student's t-test and delta
18741 beta analysis to identify candidate genes containing multiple CpG sites.")
18742 (license license:gpl3)))
18743
18744 (define-public r-abcadm
18745 (package
18746 (name "r-abcadm")
18747 (version "1.0")
18748 (source
18749 (origin
18750 (method url-fetch)
18751 (uri (cran-uri "abcADM" version))
18752 (sha256
18753 (base32
18754 "0vcabnnnwc0psv9v3rda5aap9s8cq1pjh02zva3ki64hlavf2a10"))))
18755 (properties `((upstream-name . "abcADM")))
18756 (build-system r-build-system)
18757 (propagated-inputs
18758 `(("r-bh" ,r-bh)
18759 ("r-rcpp" ,r-rcpp)))
18760 (home-page "https://cran.r-project.org/web/packages/abcADM/")
18761 (synopsis "Fit accumulated damage models and estimate reliability using ABC")
18762 (description
18763 "This package provides tools to estimate parameters of accumulated
18764 damage (load duration) models based on failure time data under a Bayesian
18765 framework, using @dfn{Approximate Bayesian Computation} (ABC), and to assess
18766 long-term reliability under stochastic load profiles.")
18767 (license license:gpl3)))
18768
18769 (define-public r-rglpk
18770 (package
18771 (name "r-rglpk")
18772 (version "0.6-4")
18773 (source
18774 (origin
18775 (method url-fetch)
18776 (uri (cran-uri "Rglpk" version))
18777 (sha256
18778 (base32
18779 "19mzpyimzq9zqnbi05j79b2di3nzaln8swggs9p8sqdr60qvr3d2"))))
18780 (properties `((upstream-name . "Rglpk")))
18781 (build-system r-build-system)
18782 (propagated-inputs
18783 `(("r-slam" ,r-slam)))
18784 (inputs
18785 `(("glpk" ,glpk)))
18786 (home-page "https://r-forge.r-project.org/projects/rglp/")
18787 (synopsis "R interface to the GNU Linear Programming Kit")
18788 (description
18789 "This package provides an R interface to the GNU Linear Programming Kit,
18790 software for solving large-scale @dfn{linear programming} (LP), @dfn{mixed
18791 integer linear programming} (MILP) and other related problems.")
18792 ;; Either license
18793 (license (list license:gpl2 license:gpl3))))
18794
18795 (define-public r-abcdefba
18796 (package
18797 (name "r-abcdefba")
18798 (version "0.4")
18799 (source
18800 (origin
18801 (method url-fetch)
18802 (uri (cran-uri "abcdeFBA" version))
18803 (sha256
18804 (base32
18805 "1rxjripy8v6bxi25vdfjnbk24zkmf752qbl73cin6nvnqflwxkx4"))))
18806 (properties `((upstream-name . "abcdeFBA")))
18807 (build-system r-build-system)
18808 (propagated-inputs
18809 `(("r-corrplot" ,r-corrplot)
18810 ("r-lattice" ,r-lattice)
18811 ("r-rgl" ,r-rgl)
18812 ("r-rglpk" ,r-rglpk)))
18813 (home-page "https://cran.r-project.org/web/packages/abcdeFBA/")
18814 (synopsis "A-Biologist-Can-Do-Everything of Flux Balance Analysis with this package")
18815 (description
18816 "This package provides functions for Constraint Based Simulation using
18817 Flux Balance Analysis and informative analysis of the data generated during
18818 simulation.")
18819 (license license:gpl2)))
18820
18821 (define-public r-abcrlda
18822 (package
18823 (name "r-abcrlda")
18824 (version "1.0.3")
18825 (source
18826 (origin
18827 (method url-fetch)
18828 (uri (cran-uri "abcrlda" version))
18829 (sha256
18830 (base32
18831 "04pcdnk2szfpc2ylcw5ds7y895ivy03bycal03kxw7cwylzxasks"))))
18832 (properties `((upstream-name . "abcrlda")))
18833 (build-system r-build-system)
18834 (home-page "https://ieeexplore.ieee.org/document/8720003/")
18835 (synopsis "Asymptotically bias-corrected regularized linear discriminant analysis")
18836 (description
18837 "This package offers methods to perform @dfn{asymptotically
18838 bias-corrected regularized linear discriminant analysis} (ABC_RLDA) for
18839 cost-sensitive binary classification. The bias-correction is an estimate of
18840 the bias term added to regularized discriminant analysis that minimizes the
18841 overall risk.")
18842 (license license:gpl3)))
18843
18844 (define-public r-abemus
18845 (package
18846 (name "r-abemus")
18847 (version "1.0.1")
18848 (source
18849 (origin
18850 (method url-fetch)
18851 (uri (cran-uri "abemus" version))
18852 (sha256
18853 (base32
18854 "1dhllb184byp1yl15rg2w02zgw3iajag7cxshirg47mnmm7n70bb"))))
18855 (properties `((upstream-name . "abemus")))
18856 (build-system r-build-system)
18857 (propagated-inputs
18858 `(("r-data-table" ,r-data-table)))
18859 (home-page "https://cran.r-project.org/web/packages/abemus/")
18860 (synopsis "Adaptive base error model in ultra-deep sequencing data")
18861 (description
18862 "This package provides an implementation of @dfn{Adaptive Base Error
18863 Model in Ultra-deep Sequencing data} (ABEMUS), which combines
18864 platform-specific genetic knowledge and empirical signal to readily detect and
18865 quantify somatic @dfn{single nucleotide variants} (SNVs) in @dfn{circulating
18866 cell free DNA} (cfDNA).")
18867 (license license:gpl3)))
18868
18869 ;; This package includes minified JavaScript files. When upgrading please
18870 ;; check that there are no new minified JavaScript files.
18871 (define-public r-rintrojs
18872 (package
18873 (name "r-rintrojs")
18874 (version "0.2.2")
18875 (source
18876 (origin
18877 (method url-fetch)
18878 (uri (cran-uri "rintrojs" version))
18879 (sha256
18880 (base32
18881 "0vyqb3pyrh12saddar71ac9csn2vkd2j8ln6ygpqys8ky1lc3427"))))
18882 (properties `((upstream-name . "rintrojs")))
18883 (build-system r-build-system)
18884 (arguments
18885 `(#:modules ((guix build utils)
18886 (guix build r-build-system)
18887 (srfi srfi-1)
18888 (ice-9 popen))
18889 #:phases
18890 (modify-phases %standard-phases
18891 (add-after 'unpack 'process-javascript
18892 (lambda* (#:key inputs #:allow-other-keys)
18893 (with-directory-excursion "inst/javascript/introjs/"
18894 (call-with-values
18895 (lambda ()
18896 (unzip2
18897 `((,(assoc-ref inputs "intro.js")
18898 "intro.min.js"))))
18899 (lambda (sources targets)
18900 (for-each (lambda (source target)
18901 (format #t "Processing ~a --> ~a~%"
18902 source target)
18903 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
18904 (call-with-output-file target
18905 (lambda (port)
18906 (dump-port minified port)))))
18907 sources targets))))
18908 #t)))))
18909 (native-inputs
18910 `(("uglify-js" ,uglify-js)
18911 ("intro.js"
18912 ,(origin
18913 (method url-fetch)
18914 (uri "https://raw.githubusercontent.com/usablica/intro.js/v2.9.3/intro.js")
18915 (sha256
18916 (base32
18917 "1qf8n1sfy9qkiqqnfgg0xbhmfgh0g3mqsjas8qhz230h3zzlzxj8"))))))
18918 (propagated-inputs
18919 `(("r-jsonlite" ,r-jsonlite)
18920 ("r-shiny" ,r-shiny)))
18921 (home-page "https://github.com/carlganz/rintrojs")
18922 (synopsis "Wrapper for the Intro.js library")
18923 (description
18924 "This package provides a wrapper for the @url{http://www.introjs.com,
18925 Intro.js} library. This package makes it easy to include step-by-step
18926 introductions, and clickable hints in a Shiny application. It supports both
18927 static introductions in the UI, and programmatic introductions from the
18928 server-side.")
18929 (license license:agpl3+)))
18930
18931 (define-public r-sysfonts
18932 (package
18933 (name "r-sysfonts")
18934 (version "0.8.3")
18935 (source
18936 (origin
18937 (method url-fetch)
18938 (uri (cran-uri "sysfonts" version))
18939 (sha256
18940 (base32
18941 "00kbazxw6zd1kakfshffdj928krca53bw9k78k0zar40mbqxiwd5"))))
18942 (properties `((upstream-name . "sysfonts")))
18943 (build-system r-build-system)
18944 (inputs
18945 `(("freetype" ,freetype)
18946 ("libpng" ,libpng)
18947 ("zlib" ,zlib)))
18948 (native-inputs
18949 `(("pkg-config" ,pkg-config)))
18950 (home-page "https://github.com/yixuan/sysfonts")
18951 (synopsis "Loading fonts into R")
18952 (description
18953 "This is a package to simplify loading of system fonts and Google Fonts
18954 into R, in order to support other packages.")
18955 (license license:gpl2)))
18956
18957 (define-public r-showtextdb
18958 (package
18959 (name "r-showtextdb")
18960 (version "3.0")
18961 (source
18962 (origin
18963 (method url-fetch)
18964 (uri (cran-uri "showtextdb" version))
18965 (sha256
18966 (base32
18967 "0hlnc3fhgrdkd46n7hb6id0gg1v0bf8s4679nrr7rchyp455szq2"))))
18968 (properties `((upstream-name . "showtextdb")))
18969 (build-system r-build-system)
18970 (propagated-inputs
18971 `(("r-sysfonts" ,r-sysfonts)))
18972 (home-page "https://cran.r-project.org/web/packages/showtextdb/")
18973 (synopsis "Font files for the 'showtext' package")
18974 (description
18975 "This package provides font files that can be used by the @code{showtext}
18976 package.")
18977 (license license:asl2.0)))
18978
18979 (define-public r-showtext
18980 (package
18981 (name "r-showtext")
18982 (version "0.9-2")
18983 (source
18984 (origin
18985 (method url-fetch)
18986 (uri (cran-uri "showtext" version))
18987 (sha256
18988 (base32
18989 "0y5mw6ffk92r7b22irrfhdmj4hxfl0d1wjxj14hznbapc4qm6f0z"))))
18990 (properties `((upstream-name . "showtext")))
18991 (build-system r-build-system)
18992 (inputs
18993 `(("freetype" ,freetype)
18994 ("libpng" ,libpng)
18995 ("zlib" ,zlib)))
18996 (propagated-inputs
18997 `(("r-showtextdb" ,r-showtextdb)
18998 ("r-sysfonts" ,r-sysfonts)))
18999 (native-inputs
19000 `(("pkg-config" ,pkg-config)
19001 ("r-knitr" ,r-knitr)))
19002 (home-page "https://github.com/yixuan/showtext")
19003 (synopsis "Using fonts more easily in R graphs")
19004 (description
19005 "This package aims to make it easy to use various types of
19006 fonts (TrueType, OpenType, Type 1, web fonts, etc.) in R graphs, and supports
19007 most output formats of R graphics including PNG, PDF and SVG. Text glyphs
19008 will be converted into polygons or raster images, hence after the plot has
19009 been created, it no longer relies on the font files. No external software
19010 such as Ghostscript is needed to use this package.")
19011 (license license:asl2.0)))
19012
19013 (define-public r-emojifont
19014 (package
19015 (name "r-emojifont")
19016 (version "0.5.3")
19017 (source
19018 (origin
19019 (method url-fetch)
19020 (uri (cran-uri "emojifont" version))
19021 (sha256
19022 (base32
19023 "1cdrrl3hvrs8rskyy6zgr7q2mmg8yb9k8sld1m64zsp7y009g19k"))))
19024 (properties `((upstream-name . "emojifont")))
19025 (build-system r-build-system)
19026 (propagated-inputs
19027 `(("r-ggplot2" ,r-ggplot2)
19028 ("r-proto" ,r-proto)
19029 ("r-showtext" ,r-showtext)
19030 ("r-sysfonts" ,r-sysfonts)))
19031 (home-page "https://guangchuangyu.github.io/emojifont")
19032 (synopsis "Emoji and Font Awesome in R graphics")
19033 (description
19034 "This package enables the use of emoji and the Font Awesome glyphs in
19035 both base and ggplot2 graphics.")
19036 (license license:artistic2.0)))
19037
19038 (define-public r-abstractr
19039 (package
19040 (name "r-abstractr")
19041 (version "0.1.0")
19042 (source
19043 (origin
19044 (method url-fetch)
19045 (uri (cran-uri "abstractr" version))
19046 (sha256
19047 (base32
19048 "1ymwp7syrynwd4i8aj2x5n8jdi9d96fjzl6jb09n0bnr5fgl7vig"))))
19049 (properties `((upstream-name . "abstractr")))
19050 (build-system r-build-system)
19051 (propagated-inputs
19052 `(("r-colourpicker" ,r-colourpicker)
19053 ("r-emojifont" ,r-emojifont)
19054 ("r-ggplot2" ,r-ggplot2)
19055 ("r-gridextra" ,r-gridextra)
19056 ("r-rintrojs" ,r-rintrojs)
19057 ("r-shiny" ,r-shiny)
19058 ("r-shinythemes" ,r-shinythemes)))
19059 (home-page "https://matt-kumar.shinyapps.io/portfolio")
19060 (synopsis "R-Shiny application for creating visual abstracts")
19061 (description
19062 "This package provides an R Shiny application to create visual abstracts
19063 for original research. A variety of user defined options and formatting are
19064 included.")
19065 (license license:gpl3)))
19066
19067 (define-public r-qgam
19068 (package
19069 (name "r-qgam")
19070 (version "1.3.2")
19071 (source
19072 (origin
19073 (method url-fetch)
19074 (uri (cran-uri "qgam" version))
19075 (sha256
19076 (base32
19077 "0lks2cj0p7irp1i01756v1l7i26d7alax1fbkc20qd6wpz840fi7"))))
19078 (properties `((upstream-name . "qgam")))
19079 (build-system r-build-system)
19080 (propagated-inputs
19081 `(("r-doparallel" ,r-doparallel)
19082 ("r-mgcv" ,r-mgcv)
19083 ("r-plyr" ,r-plyr)
19084 ("r-shiny" ,r-shiny)))
19085 (native-inputs `(("r-knitr" ,r-knitr)))
19086 (home-page "https://cran.r-project.org/web/packages/qgam/")
19087 (synopsis "Smooth additive quantile regression models")
19088 (description
19089 "This package provides smooth additive quantile regression models, fitted
19090 using the methods of Fasiolo et al. (2017). Differently from @code{quantreg},
19091 the smoothing parameters are estimated automatically by marginal loss
19092 minimization, while the regression coefficients are estimated using either
19093 PIRLS or Newton algorithm. The learning rate is determined so that the
19094 Bayesian credible intervals of the estimated effects have approximately the
19095 correct coverage. The main function is @code{qgam()} which is similar to
19096 @code{gam()} in the @code{mgcv} package, but fits non-parametric quantile
19097 regression models.")
19098 (license license:gpl2+)))
19099
19100 (define-public r-abtest
19101 (package
19102 (name "r-abtest")
19103 (version "0.2.2")
19104 (source
19105 (origin
19106 (method url-fetch)
19107 (uri (cran-uri "abtest" version))
19108 (sha256
19109 (base32
19110 "1ak0m4jd1grriwg4pn3aqf1468qma6rjn5kqjh8izx7zl29jd07v"))))
19111 (properties `((upstream-name . "abtest")))
19112 (build-system r-build-system)
19113 (propagated-inputs
19114 `(("r-matrix" ,r-matrix)
19115 ("r-mvtnorm" ,r-mvtnorm)
19116 ("r-plotrix" ,r-plotrix)
19117 ("r-qgam" ,r-qgam)
19118 ("r-rcolorbrewer" ,r-rcolorbrewer)
19119 ("r-rcpp" ,r-rcpp)
19120 ("r-sn" ,r-sn)
19121 ("r-truncnorm" ,r-truncnorm)))
19122 (home-page "https://cran.r-project.org/web/packages/abtest/")
19123 (synopsis "Bayesian A/B testing")
19124 (description
19125 "This package provides functions for Bayesian A/B testing including prior
19126 elicitation options based on Kass and Vaidyanathan (1992)
19127 @url{doi:10.1111/j.2517-6161.1992.tb01868.x}.")
19128 (license license:gpl2+)))
19129
19130 (define-public r-accept
19131 (package
19132 (name "r-accept")
19133 (version "0.7.1")
19134 (source
19135 (origin
19136 (method url-fetch)
19137 (uri (cran-uri "accept" version))
19138 (sha256
19139 (base32
19140 "0pn8q0jsi0nb2mm2kv6sjczflflshhy55y7nqqnk70yx9f6wm83y"))))
19141 (properties `((upstream-name . "accept")))
19142 (build-system r-build-system)
19143 (propagated-inputs
19144 `(("r-dplyr" ,r-dplyr)
19145 ("r-extrafont" ,r-extrafont)
19146 ("r-mass" ,r-mass)
19147 ("r-plotly" ,r-plotly)
19148 ("r-stringr" ,r-stringr)
19149 ("r-viridis" ,r-viridis)))
19150 (home-page "https://cran.r-project.org/web/packages/accept/")
19151 (synopsis "Acute COPD Exacerbation Prediction Tool (ACCEPT)")
19152 (description
19153 "This package allows clinicians to predict the rate and severity of
19154 future acute exacerbation in @dfn{Chronic Obstructive Pulmonary
19155 Disease} (COPD) patients, based on the clinical prediction model published in
19156 Adibi et al. (2019) @url{doi:10.1101/651901}.")
19157 (license license:gpl3)))
19158
19159 (define-public r-smpracticals
19160 (package
19161 (name "r-smpracticals")
19162 (version "1.4-3")
19163 (source
19164 (origin
19165 (method url-fetch)
19166 (uri (cran-uri "SMPracticals" version))
19167 (sha256
19168 (base32
19169 "0zxq84f9i3b86xx6msb25b61gyj9k09iab2b7wg4d93yas9qzayf"))))
19170 (properties `((upstream-name . "SMPracticals")))
19171 (build-system r-build-system)
19172 (propagated-inputs
19173 `(("r-ellipse" ,r-ellipse)
19174 ("r-mass" ,r-mass)
19175 ("r-nlme" ,r-nlme)
19176 ("r-survival" ,r-survival)))
19177 (home-page "http://statwww.epfl.ch/davison/SM/")
19178 (synopsis "Practicals for use with Davison (2003) Statistical Models")
19179 (description
19180 "This package contains the datasets and a few functions for use with the
19181 practicals outlined in Appendix A of the book Statistical Models (Davison,
19182 2003, Cambridge University Press). The practicals themselves can be found at
19183 @url{http://statwww.epfl.ch/davison/SM/}.")
19184 (license license:gpl2+)))
19185
19186 (define-public r-fgui
19187 (package
19188 (name "r-fgui")
19189 (version "1.0-8")
19190 (source
19191 (origin
19192 (method url-fetch)
19193 (uri (cran-uri "fgui" version))
19194 (sha256
19195 (base32
19196 "024fzd1c7iwqprn26hwjb9l2qlvvyzl449d7iixy0x69djwsrysv"))))
19197 (properties `((upstream-name . "fgui")))
19198 (build-system r-build-system)
19199 (home-page
19200 "https://sites.google.com/site/thomashoffmannproject/software/fgui")
19201 (synopsis "Create GUI for R functions")
19202 (description
19203 "Rapidly create a GUI for a function you created by automatically
19204 creating widgets for arguments of the function. This package automatically
19205 parses help routines for context-sensitive help to these arguments. The
19206 interface is essentially a wrapper to some Tcl/Tk routines to both simplify
19207 and facilitate GUI creation. More advanced Tcl/Tk routines/GUI objects can be
19208 incorporated into the interface for greater customization for the more
19209 experienced.")
19210 ;; Any version of the GPL.
19211 (license (list license:gpl2+ license:gpl3+))))
19212
19213 (define-public r-tcltk2
19214 (package
19215 (name "r-tcltk2")
19216 (version "1.2-11")
19217 (source
19218 (origin
19219 (method url-fetch)
19220 (uri (cran-uri "tcltk2" version))
19221 (sha256
19222 (base32
19223 "1ibxld379600xx7kiqq3fck083s8psry12859980218rnzikl65d"))))
19224 (properties `((upstream-name . "tcltk2")))
19225 (build-system r-build-system)
19226 (inputs
19227 `(("tcl" ,tcl)
19228 ("tk" ,tk)))
19229 (home-page "https://www.sciviews.org/SciViews-R")
19230 (synopsis "Tcl/Tk additions")
19231 (description
19232 "This package provides a series of additional Tcl commands and Tk widgets
19233 with style and various functions to supplement the tcltk package")
19234 (license license:lgpl3)))
19235
19236 (define-public r-accrual
19237 (package
19238 (name "r-accrual")
19239 (version "1.3")
19240 (source
19241 (origin
19242 (method url-fetch)
19243 (uri (cran-uri "accrual" version))
19244 (sha256
19245 (base32
19246 "11clm9s5c5518nmp6hd6pjnp0s28y92b2i2x0xgj4j5g816p4j3z"))))
19247 (properties `((upstream-name . "accrual")))
19248 (build-system r-build-system)
19249 (propagated-inputs
19250 `(("r-fgui" ,r-fgui)
19251 ("r-smpracticals" ,r-smpracticals)
19252 ("r-tcltk2" ,r-tcltk2)))
19253 (home-page "https://cran.r-project.org/web/packages/accrual/")
19254 (synopsis "Bayesian accrual prediction")
19255 (description
19256 "Subject recruitment for medical research is challenging. Slow patient
19257 accrual leads to delay in research. Accrual monitoring during the process of
19258 recruitment is critical. Researchers need reliable tools to manage the
19259 accrual rate. This package provides an implementation of a Bayesian method
19260 that integrates researcher's experience on previous trials and data from the
19261 current study, providing reliable prediction on accrual rate for clinical
19262 studies. It provides functions for Bayesian accrual prediction which can be
19263 easily used by statisticians and clinical researchers.")
19264 (license license:gpl2)))
19265
19266 (define-public r-accrued
19267 (package
19268 (name "r-accrued")
19269 (version "1.4.1")
19270 (source
19271 (origin
19272 (method url-fetch)
19273 (uri (cran-uri "accrued" version))
19274 (sha256
19275 (base32
19276 "05g1jb5914z18rcai1ahn7nihn27vr2rnadwv94gc1j7ivvikvs5"))))
19277 (properties `((upstream-name . "accrued")))
19278 (build-system r-build-system)
19279 (home-page "https://cran.r-project.org/web/packages/accrued/")
19280 (synopsis "Data quality visualization tools for partially accruing data")
19281 (description
19282 "This is a package for visualizing data quality of partially accruing
19283 data.")
19284 (license license:gpl3)))
19285
19286 (define-public r-mda
19287 (package
19288 (name "r-mda")
19289 (version "0.5-2")
19290 (source
19291 (origin
19292 (method url-fetch)
19293 (uri (cran-uri "mda" version))
19294 (sha256
19295 (base32
19296 "1hq0zhhz9klmp4zcr1w8hyn7s1h9kfg57d2l2mfm7psx459j0krl"))))
19297 (properties `((upstream-name . "mda")))
19298 (build-system r-build-system)
19299 (propagated-inputs `(("r-class" ,r-class)))
19300 (native-inputs `(("gfortran" ,gfortran)))
19301 (home-page "https://cran.r-project.org/web/packages/mda/")
19302 (synopsis "Mixture and flexible discriminant analysis")
19303 (description
19304 "This is a package for mixture and flexible discriminant analysis,
19305 @dfn{multivariate adaptive regression splines} (MARS), BRUTO, and so on.")
19306 (license license:gpl2)))
19307
19308 (define-public r-elasticnet
19309 (package
19310 (name "r-elasticnet")
19311 (version "1.3")
19312 (source
19313 (origin
19314 (method url-fetch)
19315 (uri (cran-uri "elasticnet" version))
19316 (sha256
19317 (base32
19318 "0nxcw06d0cp2mbqzg2fm9yys5xm6xx7bfcfvr0avcs8afkvz29j8"))))
19319 (properties `((upstream-name . "elasticnet")))
19320 (build-system r-build-system)
19321 (propagated-inputs
19322 `(("r-lars" ,r-lars)))
19323 (home-page "http://users.stat.umn.edu/~zouxx019/")
19324 (synopsis "Elastic-Net for sparse estimation and sparse PCA")
19325 (description
19326 "This package provides functions for fitting the entire solution path of
19327 the Elastic-Net and also provides functions for estimating sparse Principal
19328 Components. The Lasso solution paths can be computed by the same function.")
19329 (license license:gpl2+)))
19330
19331 (define-public r-sparselda
19332 (package
19333 (name "r-sparselda")
19334 (version "0.1-9")
19335 (source
19336 (origin
19337 (method url-fetch)
19338 (uri (cran-uri "sparseLDA" version))
19339 (sha256
19340 (base32
19341 "1k3sw9kc40yxnfss4vrsx34qxmv8ssddyhbfjhxrdldvblhbwchb"))))
19342 (properties `((upstream-name . "sparseLDA")))
19343 (build-system r-build-system)
19344 (propagated-inputs
19345 `(("r-elasticnet" ,r-elasticnet)
19346 ("r-mass" ,r-mass)
19347 ("r-mda" ,r-mda)))
19348 (home-page "https://www.imm.dtu.dk/~lkhc/")
19349 (synopsis "Sparse discriminant analysis")
19350 (description
19351 "This package performs sparse linear discriminant analysis for Gaussians
19352 and mixture of Gaussian models.")
19353 (license license:gpl2+)))
19354
19355 (define-public r-accsda
19356 (package
19357 (name "r-accsda")
19358 (version "1.0.0")
19359 (source
19360 (origin
19361 (method url-fetch)
19362 (uri (cran-uri "accSDA" version))
19363 (sha256
19364 (base32
19365 "0sgxy5y8kkc1n35657kifwfjsba7y5m1vbr7rkk5lmbpkzahqm61"))))
19366 (properties `((upstream-name . "accSDA")))
19367 (build-system r-build-system)
19368 (propagated-inputs
19369 `(("r-ggplot2" ,r-ggplot2)
19370 ("r-ggthemes" ,r-ggthemes)
19371 ("r-gridextra" ,r-gridextra)
19372 ("r-mass" ,r-mass)
19373 ("r-rarpack" ,r-rarpack)
19374 ("r-sparselda" ,r-sparselda)))
19375 (home-page "https://github.com/gumeo/accSDA/wiki")
19376 (synopsis "Accelerated sparse discriminant analysis")
19377 (description
19378 "This package provides an implementation of sparse linear discriminant
19379 analysis, which is a supervised classification method for multiple classes.
19380 Various novel optimization approaches to this problem are implemented
19381 including @dfn{alternating direction method of multipliers} (ADMM),
19382 @dfn{proximal gradient} (PG) and @dfn{accelerated proximal gradient} (APG).
19383 Functions for performing cross validation are also supplied along with basic
19384 prediction and plotting functions. @dfn{Sparse zero variance
19385 discriminant} (SZVD) analysis is also included in the package.")
19386 (license license:gpl2+)))
19387
19388 (define-public r-ace2fastq
19389 (package
19390 (name "r-ace2fastq")
19391 (version "0.6.0")
19392 (source
19393 (origin
19394 (method url-fetch)
19395 (uri (cran-uri "ace2fastq" version))
19396 (sha256
19397 (base32
19398 "09kk3yyqnr2xp820g0p3aai9a21figigjr9lxkr3zjq2d8gzwfic"))))
19399 (properties `((upstream-name . "ace2fastq")))
19400 (build-system r-build-system)
19401 (propagated-inputs
19402 `(("r-stringr" ,r-stringr)))
19403 (home-page "https://github.com/c5sire/ace2fastq")
19404 (synopsis "ACE file to FASTQ converter")
19405 (description
19406 "The ACE file format is used in genomics to store contigs from sequencing
19407 machines. This tools converts it into FASTQ format. Both formats contain the
19408 sequence characters and their corresponding quality information. Unlike the
19409 FASTQ file, the ACE file stores the quality values numerically. The
19410 conversion algorithm uses the standard Sanger formula. The package
19411 facilitates insertion into pipelines, and content inspection.")
19412 (license license:gpl3)))
19413
19414 (define-public r-rngwell
19415 (package
19416 (name "r-rngwell")
19417 (version "0.10-6")
19418 (source
19419 (origin
19420 (method url-fetch)
19421 (uri (cran-uri "rngWELL" version))
19422 (sha256
19423 (base32
19424 "0pjjcs9pqj7mf0mhb2cwd0aanqpwnm65bm86hk6mi2vw8rgnj2vv"))))
19425 (properties `((upstream-name . "rngWELL")))
19426 (build-system r-build-system)
19427 (home-page "https://cran.r-project.org/web/packages/rngWELL/")
19428 (synopsis "Toolbox for WELL random number generators")
19429 (description
19430 "This is a dedicated package to WELL pseudo random generators, which were
19431 introduced in Panneton et al. (2006), ``Improved Long-Period Generators Based
19432 on Linear Recurrences Modulo 2'', ACM Transactions on Mathematical Software.")
19433 (license license:bsd-3)))
19434
19435 (define-public r-randtoolbox
19436 (package
19437 (name "r-randtoolbox")
19438 (version "1.30.1")
19439 (source
19440 (origin
19441 (method url-fetch)
19442 (uri (cran-uri "randtoolbox" version))
19443 (sha256
19444 (base32
19445 "0qg20ar6qns858jdzqhmfq7yji81czhr6cim257958gqpj66sn95"))))
19446 (properties `((upstream-name . "randtoolbox")))
19447 (build-system r-build-system)
19448 (propagated-inputs
19449 `(("r-rngwell" ,r-rngwell)))
19450 (native-inputs
19451 `(("gfortran" ,gfortran)))
19452 (home-page "https://cran.r-project.org/web/packages/randtoolbox/")
19453 (synopsis "Toolbox for pseudo and quasi random number generation")
19454 (description
19455 "This package provides
19456
19457 @enumerate
19458 @item pseudo random generators, such as general linear
19459 congruential generators, multiple recursive generators and generalized
19460 feedback shift register (SF-Mersenne Twister algorithm and WELL
19461 generators)
19462
19463 @item quasi random generators, such as the Torus algorithm, the Sobol
19464 sequence, the Halton sequence (including the Van der Corput sequence), and
19465
19466 @item some generator tests: the gap test, the serial test, the poker test.
19467 @end enumerate
19468
19469 See e.g. Gentle (2003) @url{doi:10.1007/b97336}.")
19470 (license license:bsd-3)))
19471
19472 (define-public r-lhs
19473 (package
19474 (name "r-lhs")
19475 (version "1.1.1")
19476 (source
19477 (origin
19478 (method url-fetch)
19479 (uri (cran-uri "lhs" version))
19480 (sha256
19481 (base32
19482 "1p4h03qlijs2a59wfd4rlvdlb9i87pw2zm8xsjd6yzz8vlm9yglh"))))
19483 (properties `((upstream-name . "lhs")))
19484 (build-system r-build-system)
19485 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
19486 (native-inputs
19487 `(("r-knitr" ,r-knitr)))
19488 (home-page "https://github.com/bertcarnell/lhs")
19489 (synopsis "Latin Hypercube Samples")
19490 (description
19491 "This package provides a number of methods for creating and augmenting
19492 Latin Hypercube Samples.")
19493 (license license:gpl3)))
19494
19495 (define-public r-acebayes
19496 (package
19497 (name "r-acebayes")
19498 (version "1.10")
19499 (source
19500 (origin
19501 (method url-fetch)
19502 (uri (cran-uri "acebayes" version))
19503 (sha256
19504 (base32
19505 "11bffz430gdfdaxjx3simig66vhynmx6l1ylac4q2shcmj52nx73"))))
19506 (properties `((upstream-name . "acebayes")))
19507 (build-system r-build-system)
19508 (propagated-inputs
19509 `(("r-compare" ,r-compare)
19510 ("r-lhs" ,r-lhs)
19511 ("r-randtoolbox" ,r-randtoolbox)
19512 ("r-rcpp" ,r-rcpp)
19513 ("r-rcpparmadillo" ,r-rcpparmadillo)))
19514 (home-page "https://cran.r-project.org/web/packages/acebayes/")
19515 (synopsis "Optimal Bayesian experimental design using the ACE algorithm")
19516 (description
19517 "Finding an optimal Bayesian experimental design involves maximizing an
19518 objective function given by the expectation of some appropriately chosen
19519 utility function with respect to the joint distribution of unknown
19520 quantities (including responses). This objective function is usually not
19521 available in closed form and the design space can be continuous and of high
19522 dimensionality. This package uses @dfn{Approximate Coordinate Exchange} (ACE)
19523 to maximise an approximation to the expectation of the utility function.")
19524 (license license:gpl2)))
19525
19526 (define-public r-acet
19527 (package
19528 (name "r-acet")
19529 (version "1.8.1")
19530 (source
19531 (origin
19532 (method url-fetch)
19533 (uri (cran-uri "ACEt" version))
19534 (sha256
19535 (base32
19536 "0b5lfpnppyk0237phr2aybhx29nhm8ngwk2qa1y4lshrvsw97wg4"))))
19537 (properties `((upstream-name . "ACEt")))
19538 (build-system r-build-system)
19539 (propagated-inputs
19540 `(("r-bh" ,r-bh)
19541 ("r-mass" ,r-mass)
19542 ("r-rcpp" ,r-rcpp)
19543 ("r-rcpparmadillo" ,r-rcpparmadillo)))
19544 (home-page "https://cran.r-project.org/web/packages/ACEt/")
19545 (synopsis "Estimating dynamic heritability and twin model comparison")
19546 (description
19547 "This package supports twin models that are able to estimate the dynamic
19548 behaviour of the variance components in the classical twin models with respect
19549 to age using B-splines and P-splines.")
19550 (license license:gpl2+)))
19551
19552 (define-public r-acfmperiod
19553 (package
19554 (name "r-acfmperiod")
19555 (version "1.0.0")
19556 (source
19557 (origin
19558 (method url-fetch)
19559 (uri (cran-uri "acfMPeriod" version))
19560 (sha256
19561 (base32
19562 "1yww8isfrbs2v9s94hx7p2imyszcgadwafdgpj438n2ik0q6p9d5"))))
19563 (properties `((upstream-name . "acfMPeriod")))
19564 (build-system r-build-system)
19565 (propagated-inputs
19566 `(("r-mass" ,r-mass)))
19567 (home-page "https://cran.r-project.org/web/packages/acfMPeriod/")
19568 (synopsis "Estimation of the ACF from the M-periodogram")
19569 (description
19570 "This package support non-robust and robust computations of the sample
19571 autocovariance (ACOVF) and sample autocorrelation functions (ACF) of
19572 univariate and multivariate processes. The methodology consists in reversing
19573 the diagonalization procedure involving the periodogram or the
19574 cross-periodogram and the Fourier transform vectors, and, thus, obtaining the
19575 ACOVF or the ACF as discussed in Fuller (1995)
19576 @url{doi:10.1002/9780470316917}. The robust version is obtained by fitting
19577 robust M-regressors to obtain the M-periodogram or M-cross-periodogram as
19578 discussed in Reisen et al. (2017) @url{doi:10.1016/j.jspi.2017.02.008}.")
19579 (license license:gpl2+)))
19580
19581 (define-public r-gamlss-data
19582 (package
19583 (name "r-gamlss-data")
19584 (version "6.0-1")
19585 (source
19586 (origin
19587 (method url-fetch)
19588 (uri (cran-uri "gamlss.data" version))
19589 (sha256
19590 (base32
19591 "1cjb2n5i5mnhmb5qbqycdbfg65j7nxb9s74yihqs9kpa39byrzcq"))))
19592 (properties `((upstream-name . "gamlss.data")))
19593 (build-system r-build-system)
19594 (home-page "http://www.gamlss.org/")
19595 (synopsis "GAMLSS data")
19596 (description
19597 "This package provides data used as examples to demonstrate GAMLSS
19598 models.")
19599 ;; Either version of the license
19600 (license (list license:gpl2 license:gpl3))))
19601
19602 (define-public r-gamlss
19603 (package
19604 (name "r-gamlss")
19605 (version "5.3-4")
19606 (source
19607 (origin
19608 (method url-fetch)
19609 (uri (cran-uri "gamlss" version))
19610 (sha256
19611 (base32
19612 "06mh00jjxnqwknbv777hawjk0zm81ixrp35fg59mrlqz8y3p2w3j"))))
19613 (properties `((upstream-name . "gamlss")))
19614 (build-system r-build-system)
19615 (propagated-inputs
19616 `(("r-gamlss-data" ,r-gamlss-data)
19617 ("r-gamlss-dist" ,r-gamlss-dist)
19618 ("r-mass" ,r-mass)
19619 ("r-nlme" ,r-nlme)
19620 ("r-survival" ,r-survival)))
19621 (home-page "http://www.gamlss.org/")
19622 (synopsis "Generalized additive models for location scale and shape")
19623 (description
19624 "This package provides functions for fitting the generalized additive
19625 models for location scale and shape introduced by Rigby and
19626 Stasinopoulos (2005), @url{doi:10.1111/j.1467-9876.2005.00510.x}. The models
19627 use a distributional regression approach where all the parameters of the
19628 conditional distribution of the response variable are modelled using
19629 explanatory variables.")
19630 ;; Either version of the license
19631 (license (list license:gpl2 license:gpl3))))
19632
19633 (define-public r-acid
19634 (package
19635 (name "r-acid")
19636 (version "1.1")
19637 (source
19638 (origin
19639 (method url-fetch)
19640 (uri (cran-uri "acid" version))
19641 (sha256
19642 (base32
19643 "030i0y8s283ivbsmjccpbv9v7mgbcg2jk9df7vgcbbns74swf9hd"))))
19644 (properties `((upstream-name . "acid")))
19645 (build-system r-build-system)
19646 (propagated-inputs
19647 `(("r-gamlss" ,r-gamlss)
19648 ("r-gamlss-dist" ,r-gamlss-dist)
19649 ("r-hmisc" ,r-hmisc)))
19650 (home-page "https://cran.r-project.org/web/packages/acid/")
19651 (synopsis "Analysing conditional income distributions")
19652 (description
19653 "This package provides functions for the analysis of income distributions
19654 for subgroups of the population as defined by a set of variables like age,
19655 gender, region, etc. This entails a Kolmogorov-Smirnov test for a mixture
19656 distribution as well as functions for moments, inequality measures, entropy
19657 measures and polarisation measures of income distributions. This package thus
19658 aides the analysis of income inequality by offering tools for the exploratory
19659 analysis of income distributions at the disaggregated level.")
19660 (license license:gpl3)))
19661
19662 (define-public r-acm4r
19663 (package
19664 (name "r-acm4r")
19665 (version "1.0")
19666 (source
19667 (origin
19668 (method url-fetch)
19669 (uri (cran-uri "acm4r" version))
19670 (sha256
19671 (base32
19672 "1wqzc35i1rshx0zlmas8y4qkkvy6h9r4i4apscjjv1xg2wjflzxa"))))
19673 (properties `((upstream-name . "acm4r")))
19674 (build-system r-build-system)
19675 (propagated-inputs `(("r-mass" ,r-mass)))
19676 (home-page "https://cran.r-project.org/web/packages/acm4r/")
19677 (synopsis "Align-and-count method comparisons of RFLP data")
19678 (description
19679 "This is a package to compare sequence fragment lengths or molecular
19680 weights from pairs of lanes. The number of matching bands in the
19681 @dfn{Restriction Fragment Length Polymorphism} (RFLP) data is calculated using
19682 the align-and-count method.")
19683 ;; Any version of the GPL
19684 (license (list license:gpl2+ license:gpl3+))))
19685
19686 (define-public r-filelock
19687 (package
19688 (name "r-filelock")
19689 (version "1.0.2")
19690 (source
19691 (origin
19692 (method url-fetch)
19693 (uri (cran-uri "filelock" version))
19694 (sha256
19695 (base32
19696 "00ql5fw1hidpfnm0szaavf43ahmsnvdbi8i5lr1nrcc90yaiaadc"))))
19697 (properties `((upstream-name . "filelock")))
19698 (build-system r-build-system)
19699 (home-page "https://github.com/r-lib/filelock")
19700 (synopsis "Portable file locking")
19701 (description
19702 "This library lets you place an exclusive or shared lock on a file using
19703 the appropriate system call provided by the underlying operating system.")
19704 (license license:expat)))
19705
19706 (define-public r-filematrix
19707 (package
19708 (name "r-filematrix")
19709 (version "1.3")
19710 (source
19711 (origin
19712 (method url-fetch)
19713 (uri (cran-uri "filematrix" version))
19714 (sha256
19715 (base32
19716 "1v3aj1ng742msb0sfdnjsbqb508mqjf8jlq2v33vxldhradw5w0b"))))
19717 (properties `((upstream-name . "filematrix")))
19718 (build-system r-build-system)
19719 ;; These inputs are needed for vignettes
19720 (native-inputs
19721 `(("r-knitr" ,r-knitr)
19722 ("r-rmarkdown" ,r-rmarkdown)
19723 ("pandoc-citeproc" ,pandoc-citeproc)))
19724 (home-page "https://github.com/andreyshabalin/filematrix")
19725 (synopsis "File-backed matrix class with convenient read and write access")
19726 (description
19727 "This package provides an interface for working with large matrices
19728 stored in files, not in computer memory. It supports multiple non-character
19729 data types (double, integer, logical and raw) of various sizes (e.g. 8 and 4
19730 byte real values). Access to parts of the matrix is done by indexing, exactly
19731 as with usual R matrices. It supports very large matrices; the package has
19732 been tested on multi-terabyte matrices. It allows for more than 2^32 rows or
19733 columns, ad allows for quick addition of extra columns to a filematrix.")
19734 (license license:lgpl3)))
19735
19736 (define-public r-acmeeqtl
19737 (package
19738 (name "r-acmeeqtl")
19739 (version "1.6")
19740 (source
19741 (origin
19742 (method url-fetch)
19743 (uri (cran-uri "ACMEeqtl" version))
19744 (sha256
19745 (base32
19746 "049xjv2ym35bbn43zwi68cq27fwdh404vp0r2ca5gxgmmx8kj1cz"))))
19747 (properties `((upstream-name . "ACMEeqtl")))
19748 (build-system r-build-system)
19749 (propagated-inputs
19750 `(("r-filematrix" ,r-filematrix)))
19751 (home-page "https://github.com/andreyshabalin/ACMEeqtl")
19752 (synopsis "Estimation of interpretable eQTL effect sizes")
19753 (description
19754 "This package provides a non-linear model, termed ACME, that reflects a
19755 parsimonious biological model for allelic contributions of cis-acting eQTLs.
19756 With non-linear least-squares algorithm the maximum likelihood parameters can
19757 be estimated. The ACME model provides interpretable effect size estimates and
19758 p-values with well controlled Type-I error.")
19759 (license license:lgpl3)))
19760
19761 (define-public r-acmer
19762 (package
19763 (name "r-acmer")
19764 (version "1.1.0")
19765 (source
19766 (origin
19767 (method url-fetch)
19768 (uri (cran-uri "acmeR" version))
19769 (sha256
19770 (base32
19771 "000b2hqlhj93958nddw0fqb15ahigs08najv2miivym046x04mf7"))))
19772 (properties `((upstream-name . "acmeR")))
19773 (build-system r-build-system)
19774 (propagated-inputs `(("r-foreign" ,r-foreign)))
19775 (home-page "https://cran.r-project.org/web/packages/acmeR/")
19776 (synopsis "ACME estimator of bird and bat mortality by wind turbines")
19777 (description
19778 "This package provides an implementation of the ACME estimator, described
19779 in Wolpert (2015), ACME: A Partially Periodic Estimator of Avian & Chiropteran
19780 Mortality at Wind Turbines. Unlike most other models, this estimator supports
19781 decreasing-hazard Weibull model for persistence; decreasing search proficiency
19782 as carcasses age; variable bleed-through at successive searches; and interval
19783 mortality estimates. The package provides, based on search data, functions
19784 for estimating the mortality inflation factor in Frequentist and Bayesian
19785 settings.")
19786 (license license:expat)))
19787
19788 (define-public r-r-huge
19789 (package
19790 (name "r-r-huge")
19791 (version "0.9.0")
19792 (source
19793 (origin
19794 (method url-fetch)
19795 (uri (cran-uri "R.huge" version))
19796 (sha256
19797 (base32
19798 "13p558qalv60pgr24nsm6mi92ryj65rsbqa6pgdwy0snjqx12bgi"))))
19799 (properties `((upstream-name . "R.huge")))
19800 (build-system r-build-system)
19801 (propagated-inputs
19802 `(("r-r-methodss3" ,r-r-methodss3)
19803 ("r-r-oo" ,r-r-oo)
19804 ("r-r-utils" ,r-r-utils)))
19805 (home-page "https://github.com/HenrikBengtsson/R.huge")
19806 (synopsis "Methods for accessing huge amounts of data")
19807 (description
19808 "This is a deprecated package for accessing huge amounts of data.
19809 Cross-platform alternatives are the following packages: bigmemory (CRAN),
19810 ff (CRAN), or BufferedMatrix (Bioconductor). The main usage of it was inside
19811 the @code{aroma.affymetrix} package.")
19812 (license license:lgpl2.1+)))
19813
19814 (define-public r-r-filesets
19815 (package
19816 (name "r-r-filesets")
19817 (version "2.14.0")
19818 (source
19819 (origin
19820 (method url-fetch)
19821 (uri (cran-uri "R.filesets" version))
19822 (sha256
19823 (base32
19824 "08xv8b3c81nf54viyr3w912al18483k5gfnjpg7bxbdfk70dfzbh"))))
19825 (properties `((upstream-name . "R.filesets")))
19826 (build-system r-build-system)
19827 (propagated-inputs
19828 `(("r-digest" ,r-digest)
19829 ("r-r-cache" ,r-r-cache)
19830 ("r-r-methodss3" ,r-r-methodss3)
19831 ("r-r-oo" ,r-r-oo)
19832 ("r-r-utils" ,r-r-utils)))
19833 (home-page "https://github.com/HenrikBengtsson/R.filesets")
19834 (synopsis "Easy handling of and access to files")
19835 (description
19836 "This package provides classes and methods to locate, setup, subset,
19837 navigate and iterate file sets, i.e. sets of files located in one or more
19838 directories on the file system. The API is designed such that these classes
19839 can be extended via inheritance to provide a richer API for special file
19840 formats. Moreover, a specific name format is defined such that filenames and
19841 directories can be considered to have full names which consists of a name
19842 followed by comma-separated tags. This adds additional flexibility to
19843 identify file sets and individual files.")
19844 (license license:lgpl2.1+)))
19845
19846 (define-public r-r-devices
19847 (package
19848 (name "r-r-devices")
19849 (version "2.17.0")
19850 (source
19851 (origin
19852 (method url-fetch)
19853 (uri (cran-uri "R.devices" version))
19854 (sha256
19855 (base32
19856 "1djz6vm1b7sjvx1q319dl47gbnz9kvipaxcz9i0spyp094lv3m62"))))
19857 (properties `((upstream-name . "R.devices")))
19858 (build-system r-build-system)
19859 (propagated-inputs
19860 `(("r-base64enc" ,r-base64enc)
19861 ("r-r-methodss3" ,r-r-methodss3)
19862 ("r-r-oo" ,r-r-oo)
19863 ("r-r-utils" ,r-r-utils)))
19864 (home-page "https://github.com/HenrikBengtsson/R.devices")
19865 (synopsis "Unified handling of graphics devices")
19866 (description
19867 "This package provides functions for creating plots and image files in a
19868 unified way regardless of output format (EPS, PDF, PNG, SVG, TIFF, WMF, etc.).
19869 Default device options as well as scales and aspect ratios are controlled in a
19870 uniform way across all device types. Switching output format requires minimal
19871 changes in code. This package is ideal for large-scale batch processing,
19872 because it will never leave open graphics devices or incomplete image files
19873 behind, even on errors or user interrupts.")
19874 (license license:lgpl2.1+)))
19875
19876 (define-public r-acnr
19877 (package
19878 (name "r-acnr")
19879 (version "1.0.0")
19880 (source
19881 (origin
19882 (method url-fetch)
19883 (uri (cran-uri "acnr" version))
19884 (sha256
19885 (base32
19886 "087hq4i7jp67ba2finzsqjfnqbiprl33na6ryjv9zqzsdawj9cym"))))
19887 (properties `((upstream-name . "acnr")))
19888 (build-system r-build-system)
19889 (home-page "https://github.com/mpierrejean/acnr")
19890 (synopsis "Annotated copy-number regions")
19891 (description
19892 "This package provides SNP array data from different types of copy-number
19893 regions. These regions were identified manually by the authors of the package
19894 and may be used to generate realistic data sets with known truth.")
19895 (license license:lgpl2.1+)))
19896
19897 (define-public r-acopula
19898 (package
19899 (name "r-acopula")
19900 (version "0.9.3")
19901 (source
19902 (origin
19903 (method url-fetch)
19904 (uri (cran-uri "acopula" version))
19905 (sha256
19906 (base32
19907 "0vvbbw8pfs9jwfz5c57lw48pr0qj661r0ys007q6zf9jmlrhx1ln"))))
19908 (properties `((upstream-name . "acopula")))
19909 (build-system r-build-system)
19910 (home-page "https://cran.r-project.org/web/packages/acopula/")
19911 (synopsis "Modelling dependence with multivariate Archimax copulas")
19912 (description
19913 "Archimax copulas are a mixture of Archimedean and EV copulas. This
19914 package provides definitions of several parametric families of generator and
19915 dependence function, computes CDF and PDF, estimates parameters, tests for
19916 goodness of fit, generates random sample and checks copula properties for
19917 custom constructs. In the 2-dimensional case explicit formulas for density
19918 are used, contrary to higher dimensions when all derivatives are linearly
19919 approximated. Several non-archimax families (normal, FGM, Plackett) are
19920 provided as well.")
19921 (license license:gpl2)))
19922
19923 (define-public r-tuner
19924 (package
19925 (name "r-tuner")
19926 (version "1.3.3")
19927 (source
19928 (origin
19929 (method url-fetch)
19930 (uri (cran-uri "tuneR" version))
19931 (sha256
19932 (base32
19933 "0av978m4h2iqazyfq6n2cgkh4wpllihh7s29lah2nb8ngc0w5hxx"))))
19934 (properties `((upstream-name . "tuneR")))
19935 (build-system r-build-system)
19936 (propagated-inputs `(("r-signal" ,r-signal)))
19937 (home-page "https://cran.r-project.org/web/packages/tuneR/")
19938 (synopsis "Analysis of music and speech")
19939 (description
19940 "This is a package for the analysis of music and speech. Analyze music
19941 and speech, extract features like MFCCs, handle wave files and their
19942 representation in various ways, read MP3, read MIDI, perform steps of a
19943 transcription, ...")
19944 ;; Either of these versions.
19945 (license (list license:gpl2 license:gpl3))))
19946
19947 (define-public r-seewave
19948 (package
19949 (name "r-seewave")
19950 (version "2.1.6")
19951 (source
19952 (origin
19953 (method url-fetch)
19954 (uri (cran-uri "seewave" version))
19955 (sha256
19956 (base32
19957 "123h3q0gps0vy9sikr7gjphnv9m3l4h4mykiydjllmrpaw1s1844"))))
19958 (properties `((upstream-name . "seewave")))
19959 (build-system r-build-system)
19960 (inputs
19961 `(("libsndfile" ,libsndfile)))
19962 (propagated-inputs
19963 `(("r-tuner" ,r-tuner)))
19964 (home-page "http://rug.mnhn.fr/seewave")
19965 (synopsis "Sound analysis and synthesis")
19966 (description
19967 "This package provides functions for analysing, manipulating, displaying,
19968 editing and synthesizing time waves (particularly sound). This package
19969 processes time analysis (oscillograms and envelopes), spectral content,
19970 resonance quality factor, entropy, cross correlation and autocorrelation,
19971 zero-crossing, dominant frequency, analytic signal, frequency coherence, 2D
19972 and 3D spectrograms and many other analyses.")
19973 (license license:gpl2+)))
19974
19975 (define-public r-acousticndlcoder
19976 (package
19977 (name "r-acousticndlcoder")
19978 (version "1.0.2")
19979 (source
19980 (origin
19981 (method url-fetch)
19982 (uri (cran-uri "AcousticNDLCodeR" version))
19983 (sha256
19984 (base32
19985 "1fgzgwanpv2pzy74xdk3hamc44p8qch467wh163dxby8jr9ik0sb"))))
19986 (properties
19987 `((upstream-name . "AcousticNDLCodeR")))
19988 (build-system r-build-system)
19989 (propagated-inputs
19990 `(("r-seewave" ,r-seewave)
19991 ("r-tuner" ,r-tuner)
19992 ("r-zoo" ,r-zoo)))
19993 (home-page "https://cran.r-project.org/web/packages/AcousticNDLCodeR/")
19994 (synopsis "Coding sound files for use with NDL")
19995 (description
19996 "Make acoustic cues to use with the R package @code{ndl}.
19997 The package implements functions used in the PLoS ONE paper \"Words from
19998 spontaneous conversational speech can be recognized with human-like accuracy
19999 by an error-driven learning algorithm that discriminates between meanings
20000 straight from smart acoustic features, bypassing the phoneme as recognition
20001 unit.\" @url{doi:10.1371/journal.pone.0174623}")
20002 (license license:gpl2+)))
20003
20004 (define-public r-acp
20005 (package
20006 (name "r-acp")
20007 (version "2.1")
20008 (source
20009 (origin
20010 (method url-fetch)
20011 (uri (cran-uri "acp" version))
20012 (sha256
20013 (base32
20014 "0lcwbjcyyr32m6qjmjqh25qjwrbyqj1n092xhgbhxzd8fslppnmn"))))
20015 (properties `((upstream-name . "acp")))
20016 (build-system r-build-system)
20017 (propagated-inputs
20018 `(("r-quantmod" ,r-quantmod)
20019 ("r-tseries" ,r-tseries)))
20020 (home-page "https://cran.r-project.org/web/packages/acp/")
20021 (synopsis "Autoregressive conditional Poisson")
20022 (description
20023 "This package supports the analysis of count data exhibiting
20024 autoregressive properties, using the @dfn{Autoregressive Conditional Poisson}
20025 model (ACP(p,q)) proposed by Heinen (2003).")
20026 (license license:gpl2)))
20027
20028 (define-public r-ada
20029 (package
20030 (name "r-ada")
20031 (version "2.0-5")
20032 (source
20033 (origin
20034 (method url-fetch)
20035 (uri (cran-uri "ada" version))
20036 (sha256
20037 (base32
20038 "1h3a07czp0w3hrhjcg1fz721y8vsfclzqi3rq8qfzgpfb4h1f06r"))))
20039 (properties `((upstream-name . "ada")))
20040 (build-system r-build-system)
20041 (propagated-inputs `(("r-rpart" ,r-rpart)))
20042 (home-page "https://cran.r-project.org/web/packages/ada/")
20043 (synopsis "Stochastic boosting")
20044 (description
20045 "This package provides a straightforward, well-documented, and broad
20046 boosting routine for classification, ideally suited for small to
20047 moderate-sized data sets. It performs discrete, real, and gentle boost under
20048 both exponential and logistic loss on a given data set.")
20049 ;; Any version of the GPL.
20050 (license (list license:gpl2+ license:gpl3+))))
20051
20052 (define-public r-genalg
20053 (package
20054 (name "r-genalg")
20055 (version "0.2.0")
20056 (source
20057 (origin
20058 (method url-fetch)
20059 (uri (cran-uri "genalg" version))
20060 (sha256
20061 (base32
20062 "1wzfamq8k5yhwbdx0wy1w5bks93brj0p890xxc4yqrja4w38ja3s"))))
20063 (properties `((upstream-name . "genalg")))
20064 (build-system r-build-system)
20065 (home-page "https://github.com/egonw/genalg")
20066 (synopsis "R based genetic algorithm")
20067 (description
20068 "This package provides an R based genetic algorithm for binary and
20069 floating point chromosomes.")
20070 (license license:gpl2)))
20071
20072 (define-public r-kernelfactory
20073 (package
20074 (name "r-kernelfactory")
20075 (version "0.3.0")
20076 (source
20077 (origin
20078 (method url-fetch)
20079 (uri (cran-uri "kernelFactory" version))
20080 (sha256
20081 (base32
20082 "001kw9k3ivd4drd4mwqapkkk3f4jgljiaprhg2630hmll064s89j"))))
20083 (properties `((upstream-name . "kernelFactory")))
20084 (build-system r-build-system)
20085 (propagated-inputs
20086 `(("r-auc" ,r-auc)
20087 ("r-genalg" ,r-genalg)
20088 ("r-kernlab" ,r-kernlab)
20089 ("r-randomforest" ,r-randomforest)))
20090 (home-page "https://cran.r-project.org/web/packages/kernelFactory/")
20091 (synopsis "Ensemble of kernel machines")
20092 (description
20093 "Kernel factory is an ensemble method where each base classifier (random
20094 forest) is fit on the kernel matrix of a subset of the training data.")
20095 (license license:gpl2+)))
20096
20097 (define-public r-dummies
20098 (package
20099 (name "r-dummies")
20100 (version "1.5.6")
20101 (source
20102 (origin
20103 (method url-fetch)
20104 (uri (cran-uri "dummies" version))
20105 (sha256
20106 (base32
20107 "01f84crqx17xd6xy55qxlvsj3knm8lhw7jl26p2rh2w3y0nvqlbm"))))
20108 (properties `((upstream-name . "dummies")))
20109 (build-system r-build-system)
20110 (home-page "https://decisionpatterns.com")
20111 (synopsis "Create dummy/indicator variables flexibly and efficiently")
20112 (description
20113 "This package lets you expand factors, characters and other eligible
20114 classes into dummy/indicator variables.")
20115 (license license:gpl2+)))
20116
20117 (define-public r-acrm
20118 (package
20119 (name "r-acrm")
20120 (version "0.1.1")
20121 (source
20122 (origin
20123 (method url-fetch)
20124 (uri (cran-uri "aCRM" version))
20125 (sha256
20126 (base32
20127 "0kzp568hd9c9a9qgniia5s5gv0q5f89xfvvwpzb197gqhs3x092v"))))
20128 (properties `((upstream-name . "aCRM")))
20129 (build-system r-build-system)
20130 (propagated-inputs
20131 `(("r-ada" ,r-ada)
20132 ("r-dummies" ,r-dummies)
20133 ("r-kernelfactory" ,r-kernelfactory)
20134 ("r-randomforest" ,r-randomforest)))
20135 (home-page "https://cran.r-project.org/web/packages/aCRM/")
20136 (synopsis "Convenience functions for analytical customer relationship management")
20137 (description
20138 "This package provides convenience functions for data preparation and
20139 modeling often used in @dfn{analytical customer relationship
20140 management} (aCRM).")
20141 (license license:gpl2+)))
20142
20143 (define-public r-treeclust
20144 (package
20145 (name "r-treeclust")
20146 (version "1.1-7")
20147 (source
20148 (origin
20149 (method url-fetch)
20150 (uri (cran-uri "treeClust" version))
20151 (sha256
20152 (base32
20153 "1s7kh6q0bkixsygrip95zf1bi10ihddsa5lq9dfxd68yh8rsby6z"))))
20154 (properties `((upstream-name . "treeClust")))
20155 (build-system r-build-system)
20156 (propagated-inputs
20157 `(("r-cluster" ,r-cluster)
20158 ("r-rpart" ,r-rpart)))
20159 (home-page "https://cran.r-project.org/web/packages/treeClust/")
20160 (synopsis "Cluster distances through trees")
20161 (description
20162 "This package provides tools to create a measure of inter-point
20163 dissimilarity useful for clustering mixed data, and, optionally, perform the
20164 clustering.")
20165 (license license:gpl2+)))
20166
20167 (define-public r-acrosstic
20168 (package
20169 (name "r-acrosstic")
20170 (version "1.0-3")
20171 (source
20172 (origin
20173 (method url-fetch)
20174 (uri (cran-uri "AcrossTic" version))
20175 (sha256
20176 (base32
20177 "03180h79jhjd66ibrnsfp3yyp2jlfysp7cymw46phzj2palghsc0"))))
20178 (properties `((upstream-name . "AcrossTic")))
20179 (build-system r-build-system)
20180 (propagated-inputs
20181 `(("r-lpsolve" ,r-lpsolve)
20182 ("r-treeclust" ,r-treeclust)))
20183 (home-page "https://cran.r-project.org/web/packages/AcrossTic/")
20184 (synopsis "Cost-minimal regular spanning subgraph with TreeClust")
20185 (description
20186 "This is a package for constructing minimum-cost regular spanning
20187 subgraph as part of a non-parametric two-sample test for equality of
20188 distribution.")
20189 (license license:gpl2+)))
20190
20191 (define-public r-acrt
20192 (package
20193 (name "r-acrt")
20194 (version "1.0.1")
20195 (source
20196 (origin
20197 (method url-fetch)
20198 (uri (cran-uri "acrt" version))
20199 (sha256
20200 (base32
20201 "0y9ndcq8ffpfrv7w9rikm4zn68jpsj6baqisq9kp2433xrwzdb6s"))))
20202 (properties `((upstream-name . "acrt")))
20203 (build-system r-build-system)
20204 (propagated-inputs
20205 `(("r-rcpp" ,r-rcpp)
20206 ("r-rcppeigen" ,r-rcppeigen)
20207 ("r-sandwich" ,r-sandwich)))
20208 (home-page "https://cran.r-project.org/web/packages/acrt/")
20209 (synopsis "Autocorrelation robust testing")
20210 (description
20211 "This package provides functions for testing affine hypotheses on the
20212 regression coefficient vector in regression models with autocorrelated
20213 errors.")
20214 (license license:gpl2)))
20215
20216 (define-public r-acs
20217 (package
20218 (name "r-acs")
20219 (version "2.1.4")
20220 (source
20221 (origin
20222 (method url-fetch)
20223 (uri (cran-uri "acs" version))
20224 (sha256
20225 (base32
20226 "0ajw9rf8l8akcvgqvbxjvryc6wjx74521xyxswz2b0bky3m6kah5"))))
20227 (properties `((upstream-name . "acs")))
20228 (build-system r-build-system)
20229 (propagated-inputs
20230 `(("r-httr" ,r-httr)
20231 ("r-plyr" ,r-plyr)
20232 ("r-rcpp" ,r-rcpp)
20233 ("r-stringr" ,r-stringr)
20234 ("r-xml" ,r-xml)))
20235 (home-page "https://dusp.mit.edu/faculty/ezra-haber-glenn")
20236 (synopsis "Work with data from the US Census")
20237 (description
20238 "This package provides a general toolkit for downloading, managing,
20239 analyzing, and presenting data from the
20240 @url{https://www.census.gov/data/developers/data-sets.html, U.S. Census},
20241 including SF1 (Decennial short-form), SF3 (Decennial long-form), and the
20242 American Community Survey (ACS). Confidence intervals provided with ACS data
20243 are converted to standard errors to be bundled with estimates in complex
20244 @code{acs} objects. The package provides new methods to conduct standard
20245 operations on @code{acs} objects and present/plot data in statistically
20246 appropriate ways.")
20247 (license license:gpl3)))
20248
20249 (define-public r-acss-data
20250 (package
20251 (name "r-acss-data")
20252 (version "1.0")
20253 (source
20254 (origin
20255 (method url-fetch)
20256 (uri (cran-uri "acss.data" version))
20257 (sha256
20258 (base32
20259 "09kl4179ipr8bq19g89xcdi1xxs397zcx5cvgp6viy8gn687ilgv"))))
20260 (properties `((upstream-name . "acss.data")))
20261 (build-system r-build-system)
20262 (home-page "http://complexitycalculator.com/methodology.html")
20263 (synopsis "Data for algorithmic complexity of short strings")
20264 (description
20265 "This is a data only package providing the algorithmic complexity of
20266 short strings, computed using the coding theorem method. For a given set of
20267 symbols in a string, all possible or a large number of random samples of
20268 Turing machines with a given number of states (e.g., 5) and number of symbols
20269 corresponding to the number of symbols in the strings were simulated until
20270 they reached a halting state or failed to end. This package contains data on
20271 4.5 million strings from length 1 to 12 simulated on Turing machines with 2,
20272 4, 5, 6, and 9 symbols. The complexity of the string corresponds to the
20273 distribution of the halting states.")
20274 (license license:gpl2+)))
20275
20276 (define-public r-acss
20277 (package
20278 (name "r-acss")
20279 (version "0.2-5")
20280 (source
20281 (origin
20282 (method url-fetch)
20283 (uri (cran-uri "acss" version))
20284 (sha256
20285 (base32
20286 "0cqa60544f58l5qd7h6xmsir40b9hqnq6pqgd5hfx2j2l5n7qhmk"))))
20287 (properties `((upstream-name . "acss")))
20288 (build-system r-build-system)
20289 (propagated-inputs
20290 `(("r-acss-data" ,r-acss-data)
20291 ("r-zoo" ,r-zoo)))
20292 (home-page "http://complexitycalculator.com/methodology.html")
20293 (synopsis "Algorithmic complexity for short strings")
20294 (description
20295 "The main purpose of this package is to provide the algorithmic
20296 complexity for short strings, an approximation of the Kolmogorov Complexity of
20297 a short string using the coding theorem method. While the database containing
20298 the complexity is provided in the data only package @code{acss.data}, this
20299 package provides functions accessing the data such as @code{prob_random}
20300 returning the posterior probability that a given string was produced by a
20301 random process. In addition, two traditional (but problematic) measures of
20302 complexity are also provided: entropy and change complexity.")
20303 (license license:gpl2+)))
20304
20305 (define-public r-acswr
20306 (package
20307 (name "r-acswr")
20308 (version "1.0")
20309 (source
20310 (origin
20311 (method url-fetch)
20312 (uri (cran-uri "ACSWR" version))
20313 (sha256
20314 (base32
20315 "195vjrkang5cl7gwsna0aq4p0h4jym9xg9yh94bnf8vq6wf8j83n"))))
20316 (properties `((upstream-name . "ACSWR")))
20317 (build-system r-build-system)
20318 (propagated-inputs
20319 `(("r-mass" ,r-mass)))
20320 (home-page "https://cran.r-project.org/web/packages/ACSWR/")
20321 (synopsis "Companion package for the book \"A Course in Statistics with R\"")
20322 (description
20323 "This is a companion package for the book \"A Course in Statistics with
20324 R\" (ISBN 978-1-119-15272-9.)")
20325 (license license:gpl2)))
20326
20327 (define-public r-alabama
20328 (package
20329 (name "r-alabama")
20330 (version "2015.3-1")
20331 (source
20332 (origin
20333 (method url-fetch)
20334 (uri (cran-uri "alabama" version))
20335 (sha256
20336 (base32
20337 "0mlgk929gdismikwx4k2ndqq57nnqj7mlgvd3479b214hksgq036"))))
20338 (properties `((upstream-name . "alabama")))
20339 (build-system r-build-system)
20340 (propagated-inputs `(("r-numderiv" ,r-numderiv)))
20341 (home-page "https://cran.r-project.org/web/packages/alabama/")
20342 (synopsis "Constrained nonlinear optimization")
20343 (description
20344 "Alabama stands for Augmented Lagrangian Adaptive Barrier Minimization
20345 Algorithm; it is used for optimizing smooth nonlinear objective functions with
20346 constraints. Linear or nonlinear equality and inequality constraints are
20347 allowed.")
20348 (license license:gpl2+)))
20349
20350 (define-public r-gdina
20351 (package
20352 (name "r-gdina")
20353 (version "2.8.0")
20354 (source
20355 (origin
20356 (method url-fetch)
20357 (uri (cran-uri "GDINA" version))
20358 (sha256
20359 (base32
20360 "0chxnhp37xfd78gafkgwqrmc0jf3pvpdyrkc438kl0l53fb7dld7"))))
20361 (properties `((upstream-name . "GDINA")))
20362 (build-system r-build-system)
20363 (propagated-inputs
20364 `(("r-alabama" ,r-alabama)
20365 ("r-ggplot2" ,r-ggplot2)
20366 ("r-mass" ,r-mass)
20367 ("r-nloptr" ,r-nloptr)
20368 ("r-numderiv" ,r-numderiv)
20369 ("r-rcpp" ,r-rcpp)
20370 ("r-rcpparmadillo" ,r-rcpparmadillo)
20371 ("r-rsolnp" ,r-rsolnp)
20372 ("r-shiny" ,r-shiny)
20373 ("r-shinydashboard" ,r-shinydashboard)))
20374 (native-inputs
20375 `(("r-knitr" ,r-knitr)))
20376 (home-page "https://github.com/Wenchao-Ma/GDINA")
20377 (synopsis "Generalized DINA model framework")
20378 (description
20379 "This package provides a set of psychometric tools for cognitive
20380 diagnosis modeling based on the generalized deterministic inputs, noisy and
20381 gate (G-DINA) model by de la Torre (2011) @url{doi:10.1007/s11336-011-9207-7}
20382 and its extensions, including the sequential G-DINA model by Ma and de la
20383 Torre (2016) @url{doi:10.1111/bmsp.12070} for polytomous responses, and the
20384 polytomous G-DINA model by Chen and de la Torre
20385 @url{doi:10.1177/0146621613479818} for polytomous attributes. Joint attribute
20386 distribution can be independent, saturated, higher-order, loglinear smoothed
20387 or structured. Q-matrix validation, item and model fit statistics, model
20388 comparison at test and item level and differential item functioning can also
20389 be conducted. A graphical user interface is also provided.")
20390 (license license:gpl3)))
20391
20392 (define-public r-actcd
20393 (package
20394 (name "r-actcd")
20395 (version "1.2-0")
20396 (source
20397 (origin
20398 (method url-fetch)
20399 (uri (cran-uri "ACTCD" version))
20400 (sha256
20401 (base32
20402 "0mzjxxr2zfdidw8ibh6w8mvpkw3q3nvngqi05g9ind26ckvk053p"))))
20403 (properties `((upstream-name . "ACTCD")))
20404 (build-system r-build-system)
20405 (propagated-inputs
20406 `(("r-gdina" ,r-gdina)
20407 ("r-r-methodss3" ,r-r-methodss3)))
20408 (native-inputs
20409 `(("gfortran" ,gfortran)))
20410 (home-page "https://cran.r-project.org/web/packages/ACTCD/")
20411 (synopsis "Asymptotic classification theory for cognitive diagnosis")
20412 (description
20413 "This is a package supporting cluster analysis for cognitive diagnosis
20414 based on the Asymptotic Classification Theory (Chiu, Douglas & Li, 2009;
20415 @url{doi:10.1007/s11336-009-9125-0}). Given the sample statistic of
20416 sum-scores, cluster analysis techniques can be used to classify examinees into
20417 latent classes based on their attribute patterns. In addition to the
20418 algorithms used to classify data, three labeling approaches are proposed to
20419 label clusters so that examinees' attribute profiles can be obtained.")
20420 (license license:gpl2+)))
20421
20422 (define-public r-ineq
20423 (package
20424 (name "r-ineq")
20425 (version "0.2-13")
20426 (source
20427 (origin
20428 (method url-fetch)
20429 (uri (cran-uri "ineq" version))
20430 (sha256
20431 (base32
20432 "09fsxyrh0j7mwmb5hkhmrzgcy7kf85jxkh7zlwpgqgcsyl1n91z0"))))
20433 (properties `((upstream-name . "ineq")))
20434 (build-system r-build-system)
20435 (home-page "https://cran.r-project.org/web/packages/ineq/")
20436 (synopsis "Measuring inequality, concentration, and poverty")
20437 (description
20438 "This package provides tools for measuring inequality, concentration, and
20439 poverty measures. It provides both empirical and theoretical Lorenz curves.")
20440 ;; Either of these two versions.
20441 (license (list license:gpl2 license:gpl3))))
20442
20443 (define-public r-actfrag
20444 (package
20445 (name "r-actfrag")
20446 (version "0.1.1")
20447 (source
20448 (origin
20449 (method url-fetch)
20450 (uri (cran-uri "ActFrag" version))
20451 (sha256
20452 (base32
20453 "08r3gwjz4fkyy85dxqix0ffm5xyq45032qv3snnzxnlqxslxbqn1"))))
20454 (properties `((upstream-name . "ActFrag")))
20455 (build-system r-build-system)
20456 (propagated-inputs
20457 `(("r-accelerometry" ,r-accelerometry)
20458 ("r-dplyr" ,r-dplyr)
20459 ("r-ineq" ,r-ineq)
20460 ("r-survival" ,r-survival)
20461 ("r-tidyr" ,r-tidyr)))
20462 (home-page "https://github.com/junruidi/ActFrag")
20463 (synopsis "Activity fragmentation metrics extraction")
20464 (description
20465 "This package provides functions to extract commonly used fragmentation
20466 metrics to quantify time accumulation strategies based on minute level
20467 actigraphy-measured activity counts data.")
20468 (license license:gpl3)))
20469
20470 (define-public r-ash
20471 (package
20472 (name "r-ash")
20473 (version "1.0-15")
20474 (source
20475 (origin
20476 (method url-fetch)
20477 (uri (cran-uri "ash" version))
20478 (sha256
20479 (base32
20480 "1ay2a2agdmiz7zzvn26mli0x0iwk09g5pp4yy1r23knhkp1pn2lb"))))
20481 (properties `((upstream-name . "ash")))
20482 (build-system r-build-system)
20483 (native-inputs `(("gfortran" ,gfortran)))
20484 (home-page "https://cran.r-project.org/web/packages/ash/")
20485 (synopsis "David Scott's ASH routines")
20486 (description
20487 "This package provides David Scott's ASH routines ported from S-PLUS to
20488 R.")
20489 (license license:gpl2+)))
20490
20491 (define-public r-hdrcde
20492 (package
20493 (name "r-hdrcde")
20494 (version "3.4")
20495 (source
20496 (origin
20497 (method url-fetch)
20498 (uri (cran-uri "hdrcde" version))
20499 (sha256
20500 (base32
20501 "16qlk44cjvn2s0vzaf915df65ksdx20dbxhy7fpdqins46hccha3"))))
20502 (properties `((upstream-name . "hdrcde")))
20503 (build-system r-build-system)
20504 (propagated-inputs
20505 `(("r-ash" ,r-ash)
20506 ("r-ggplot2" ,r-ggplot2)
20507 ("r-kernsmooth" ,r-kernsmooth)
20508 ("r-ks" ,r-ks)
20509 ("r-locfit" ,r-locfit)
20510 ("r-rcolorbrewer" ,r-rcolorbrewer)))
20511 (native-inputs `(("gfortran" ,gfortran)))
20512 (home-page "http://pkg.robjhyndman.com/hdrcde")
20513 (synopsis "Highest density regions and conditional density estimation")
20514 (description
20515 "This is a package for the computation of highest density regions in one
20516 and two dimensions, kernel estimation of univariate density functions
20517 conditional on one covariate, and multimodal regression.")
20518 (license license:gpl3)))
20519
20520 (define-public r-rainbow
20521 (package
20522 (name "r-rainbow")
20523 (version "3.6")
20524 (source
20525 (origin
20526 (method url-fetch)
20527 (uri (cran-uri "rainbow" version))
20528 (sha256
20529 (base32
20530 "11vfcck17d2xjc049ci5i8l1nqv345anmd110gdz7654i1pj9lb3"))))
20531 (properties `((upstream-name . "rainbow")))
20532 (build-system r-build-system)
20533 (propagated-inputs
20534 `(("r-cluster" ,r-cluster)
20535 ("r-colorspace" ,r-colorspace)
20536 ("r-hdrcde" ,r-hdrcde)
20537 ("r-ks" ,r-ks)
20538 ("r-mass" ,r-mass)
20539 ("r-pcapp" ,r-pcapp)))
20540 (home-page "https://cran.r-project.org/web/packages/rainbow/")
20541 (synopsis "Bagplots, boxplots and rainbow plots for functional data")
20542 (description
20543 "This is a package for visualizing functional data and identifying
20544 functional outliers with bagplots, boxplots and rainbow plots.")
20545 (license license:gpl3)))
20546
20547 (define-public r-fds
20548 (package
20549 (name "r-fds")
20550 (version "1.8")
20551 (source
20552 (origin
20553 (method url-fetch)
20554 (uri (cran-uri "fds" version))
20555 (sha256
20556 (base32
20557 "1284vncixrzrz9x6b52gslrbrbia07sd0xac7nwdqhp5f5v5wfi0"))))
20558 (properties `((upstream-name . "fds")))
20559 (build-system r-build-system)
20560 (propagated-inputs
20561 `(("r-rainbow" ,r-rainbow)
20562 ("r-rcurl" ,r-rcurl)))
20563 (home-page "https://cran.r-project.org/web/packages/fds/")
20564 (synopsis "Functional data sets")
20565 (description "This package contains a list of functional time series,
20566 sliced functional time series, and functional data sets. Functional time
20567 series is a special type of functional data observed over time. Sliced
20568 functional time series is a special type of functional time series with a time
20569 variable observed over time.")
20570 (license license:gpl2+)))
20571
20572 (define-public r-fda
20573 (package
20574 (name "r-fda")
20575 (version "5.1.9")
20576 (source
20577 (origin
20578 (method url-fetch)
20579 (uri (cran-uri "fda" version))
20580 (sha256
20581 (base32
20582 "0yjrjsv55bcwqn2yxjgj3hn17wfvjvgngfw9xv3w802i52yz9gf8"))))
20583 (properties `((upstream-name . "fda")))
20584 (build-system r-build-system)
20585 (propagated-inputs
20586 `(("r-fds" ,r-fds)
20587 ("r-matrix" ,r-matrix)))
20588 (home-page "https://www.functionaldata.org")
20589 (synopsis "Functional data analysis")
20590 (description
20591 "These functions were developed to support functional data analysis as
20592 described in Ramsay, J. O. and Silverman, B. W. (2005) Functional Data
20593 Analysis. The package includes data sets and script files working many
20594 examples.")
20595 (license license:gpl2+)))
20596
20597 (define-public r-actigraphy
20598 (package
20599 (name "r-actigraphy")
20600 (version "1.4.0")
20601 (source
20602 (origin
20603 (method url-fetch)
20604 (uri (cran-uri "Actigraphy" version))
20605 (sha256
20606 (base32
20607 "0bpmvszzv5fm72nar3wgnmfl5am7znqfajmlbv38ihkbi7jbwk20"))))
20608 (properties `((upstream-name . "Actigraphy")))
20609 (build-system r-build-system)
20610 (propagated-inputs
20611 `(("r-fda" ,r-fda)))
20612 (home-page "https://cran.r-project.org/web/packages/Actigraphy/")
20613 (synopsis "Actigraphy data analysis")
20614 (description
20615 "This package provides tools for functional linear modeling and analysis
20616 of actigraphy data.")
20617 (license license:asl2.0)))
20618
20619 (define-public r-activedriver
20620 (package
20621 (name "r-activedriver")
20622 (version "1.0.0")
20623 (source
20624 (origin
20625 (method url-fetch)
20626 (uri (cran-uri "ActiveDriver" version))
20627 (sha256
20628 (base32
20629 "10c7ga48fwvpd5mc4dqiyw4kc2l0iz5qn4hg7xk15r1qmm5rsipa"))))
20630 (properties `((upstream-name . "ActiveDriver")))
20631 (build-system r-build-system)
20632 (propagated-inputs
20633 `(("r-mass" ,r-mass)))
20634 (home-page "https://cran.r-project.org/web/packages/ActiveDriver/")
20635 (synopsis "Tools for finding cancer driver proteins")
20636 (description
20637 "This package provides a mutation analysis tool that discovers cancer
20638 driver genes with frequent mutations in protein signalling sites such as
20639 post-translational modifications (phosphorylation, ubiquitination, etc). The
20640 Poisson generalized linear regression model identifies genes where cancer
20641 mutations in signalling sites are more frequent than expected from the
20642 sequence of the entire gene. Integration of mutations with signalling
20643 information helps find new driver genes and propose candidate mechanisms to
20644 known drivers.")
20645 (license license:gpl2+)))
20646
20647 (define-public r-activitycounts
20648 (package
20649 (name "r-activitycounts")
20650 (version "0.1.2")
20651 (source
20652 (origin
20653 (method url-fetch)
20654 (uri (cran-uri "activityCounts" version))
20655 (sha256
20656 (base32
20657 "0zgxr2sk3a8kmygfxx1p5hnrfwdkxx7php6jlrhm8wv6052ck8jz"))))
20658 (properties
20659 `((upstream-name . "activityCounts")))
20660 (build-system r-build-system)
20661 (propagated-inputs
20662 `(("r-lubridate" ,r-lubridate)
20663 ("r-magrittr" ,r-magrittr)
20664 ("r-seewave" ,r-seewave)
20665 ("r-signal" ,r-signal)
20666 ("r-tibble" ,r-tibble)))
20667 (home-page "https://github.com/walkabillylab/activityCounts")
20668 (synopsis "Generate ActiLife counts")
20669 (description
20670 "ActiLife generates activity counts from data collected by Actigraph
20671 accelerometers. Actigraph is one of the most common research-grade
20672 accelerometers. There is considerable research validating and developing
20673 algorithms for human activity using ActiLife counts. Unfortunately, ActiLife
20674 counts are proprietary and difficult to implement if researchers use different
20675 accelerometer brands. The code creates ActiLife counts from raw acceleration
20676 data for different accelerometer brands.")
20677 (license license:gpl3)))
20678
20679 (define-public r-activityindex
20680 (package
20681 (name "r-activityindex")
20682 (version "0.3.7")
20683 (source
20684 (origin
20685 (method url-fetch)
20686 (uri (cran-uri "ActivityIndex" version))
20687 (sha256
20688 (base32
20689 "1zj2b6x31a1kxl80rarmkrlm7ack4154mrkbqs3fpi48zpmjbgd5"))))
20690 (properties `((upstream-name . "ActivityIndex")))
20691 (build-system r-build-system)
20692 (propagated-inputs
20693 `(("r-data-table" ,r-data-table)
20694 ("r-matrixstats" ,r-matrixstats)
20695 ("r-r-utils" ,r-r-utils)))
20696 (native-inputs
20697 `(("r-knitr" ,r-knitr)))
20698 (home-page "https://cran.r-project.org/web/packages/ActivityIndex/")
20699 (synopsis "Activity Index calculation using raw accelerometry data")
20700 (description
20701 "This is a package to read raw accelerometry from GT3X+ accelerometry
20702 data and plain table data to calculate the Activity Index from Bai et
20703 al. (2016) @url{doi:10.1371/journal.pone.0160644}.")
20704 (license license:gpl3)))
20705
20706 (define-public r-activpal
20707 (package
20708 (name "r-activpal")
20709 (version "0.1.3")
20710 (source
20711 (origin
20712 (method url-fetch)
20713 (uri (cran-uri "activPAL" version))
20714 (sha256
20715 (base32
20716 "1h6hp5z89ji73gdzxy1dgbfwjysiy5lvcqh90xagpb7sa7ahs3na"))))
20717 (properties `((upstream-name . "activPAL")))
20718 (build-system r-build-system)
20719 (propagated-inputs
20720 `(("r-devtools" ,r-devtools)
20721 ("r-dplyr" ,r-dplyr)
20722 ("r-ggplot2" ,r-ggplot2)
20723 ("r-lubridate" ,r-lubridate)
20724 ("r-magrittr" ,r-magrittr)
20725 ("r-tidyr" ,r-tidyr)))
20726 (home-page "https://cran.r-project.org/web/packages/activPAL")
20727 (synopsis "Processing and chart generation from activPAL events files")
20728 (description
20729 "This package contains functions to generate pre-defined summary
20730 statistics from activPAL events files. The package also contains functions to
20731 produce informative graphics that visualize physical activity behaviour and
20732 trends. This includes generating graphs that align physical activity
20733 behaviour with additional time based observations described by other data
20734 sets, such as sleep diaries and continuous glucose monitoring data.")
20735 (license license:gpl3)))
20736
20737 (define-public r-activpalprocessing
20738 (package
20739 (name "r-activpalprocessing")
20740 (version "1.0.2")
20741 (source
20742 (origin
20743 (method url-fetch)
20744 (uri (cran-uri "activpalProcessing" version))
20745 (sha256
20746 (base32
20747 "1y0bjx2qx53iy930y9iww4q1yzjj8y16cwgixk1mq3w4g1f116d1"))))
20748 (properties
20749 `((upstream-name . "activpalProcessing")))
20750 (build-system r-build-system)
20751 (propagated-inputs
20752 `(("r-chron" ,r-chron)))
20753 (home-page "https://cran.r-project.org/web/packages/activpalProcessing/")
20754 (synopsis "Process activPAL events files")
20755 (description
20756 "This package performs estimation of physical activity and sedentary
20757 behavior variables from activPAL events files.")
20758 ;; Either version of the GPL.
20759 (license (list license:gpl2 license:gpl3))))
20760
20761 (define-public r-actogrammr
20762 (package
20763 (name "r-actogrammr")
20764 (version "0.2.3")
20765 (source
20766 (origin
20767 (method url-fetch)
20768 (uri (cran-uri "actogrammr" version))
20769 (sha256
20770 (base32
20771 "1jzvarmd41yqlrkagzlc8m19n5mn0w0b36fy50lyvgrfsafjfbqa"))))
20772 (properties `((upstream-name . "actogrammr")))
20773 (build-system r-build-system)
20774 (propagated-inputs
20775 `(("r-dplyr" ,r-dplyr)
20776 ("r-ggplot2" ,r-ggplot2)
20777 ("r-lubridate" ,r-lubridate)
20778 ("r-readr" ,r-readr)
20779 ("r-tidyr" ,r-tidyr)))
20780 (home-page "https://cran.r-project.org/web/packages/actogrammr/")
20781 (synopsis "Read in activity data and plot actograms")
20782 (description
20783 "Read in activity measurements from standard file formats used by
20784 circadian rhythm researchers, currently only ClockLab format, and process and
20785 plot the data. The central type of plot is the actogram, as first described
20786 in \"Activity and distribution of certain wild mice in relation to biotic
20787 communities\" by MS Johnson (1926) @url{doi:10.2307/1373575}.")
20788 (license license:gpl3)))
20789
20790 (define-public r-expint
20791 (package
20792 (name "r-expint")
20793 (version "0.1-6")
20794 (source
20795 (origin
20796 (method url-fetch)
20797 (uri (cran-uri "expint" version))
20798 (sha256
20799 (base32
20800 "0iai25cglcdnf44d2d1fz1xpw4q600my4zq4493fk4cs5673mlf7"))))
20801 (properties `((upstream-name . "expint")))
20802 (build-system r-build-system)
20803 (home-page "https://gitlab.com/vigou3/expint")
20804 (synopsis "Exponential integral and incomplete Gamma function")
20805 (description
20806 "This package provides the exponential integrals @code{E_1(x)},
20807 @code{E_2(x)}, @code{E_n(x)} and @code{Ei(x)}, and the incomplete gamma
20808 function @code{G(a, x)} defined for negative values of its first argument.
20809 The package also gives easy access to the underlying C routines through an
20810 API; see the package vignette for details.")
20811 (license license:gpl2+)))
20812
20813 (define-public r-actuar
20814 (package
20815 (name "r-actuar")
20816 (version "3.1-2")
20817 (source
20818 (origin
20819 (method url-fetch)
20820 (uri (cran-uri "actuar" version))
20821 (sha256
20822 (base32
20823 "0gaqm8bkjly2b1jkr1nqnxlp5vqvfpj0a4jd70jv4f9ndlif676y"))))
20824 (properties `((upstream-name . "actuar")))
20825 (build-system r-build-system)
20826 (propagated-inputs `(("r-expint" ,r-expint)))
20827 (home-page "https://gitlab.com/vigou3/actuar")
20828 (synopsis "Actuarial functions and heavy tailed distributions")
20829 (description
20830 "This package provides functions and data sets for actuarial science:
20831 modeling of loss distributions; risk theory and ruin theory; simulation of
20832 compound models, discrete mixtures and compound hierarchical models;
20833 credibility theory. It boasts support for many additional probability
20834 distributions to model insurance loss amounts and loss frequency: 19
20835 continuous heavy tailed distributions; the Poisson-inverse Gaussian discrete
20836 distribution; zero-truncated and zero-modified extensions of the standard
20837 discrete distributions. It also supports phase-type distributions commonly
20838 used to compute ruin probabilities.")
20839 (license license:gpl2+)))
20840
20841 (define-public r-bmp
20842 (package
20843 (name "r-bmp")
20844 (version "0.3")
20845 (source
20846 (origin
20847 (method url-fetch)
20848 (uri (cran-uri "bmp" version))
20849 (sha256
20850 (base32
20851 "0jd67r11bn98hjwgyr6gas423787xy7ji2hq7ay80blkkcj91xxx"))))
20852 (properties `((upstream-name . "bmp")))
20853 (build-system r-build-system)
20854 (home-page "https://cran.r-project.org/web/packages/bmp/")
20855 (synopsis "Read Bitmap (BMP) images")
20856 (description
20857 "This package provides pure R tools to read BMP format images. It is
20858 currently limited to 8 bit greyscale images and 24, 32 bit (A)RGB images.")
20859 (license license:gpl2+)))
20860
20861 (define-public r-readbitmap
20862 (package
20863 (name "r-readbitmap")
20864 (version "0.1.5")
20865 (source
20866 (origin
20867 (method url-fetch)
20868 (uri (cran-uri "readbitmap" version))
20869 (sha256
20870 (base32
20871 "14825906l326w59g6apy00j55jg3h5kx2r6s031f4gdkbrc7szbk"))))
20872 (properties `((upstream-name . "readbitmap")))
20873 (build-system r-build-system)
20874 (inputs
20875 `(("libjpeg" ,libjpeg-turbo)
20876 ("libpng" ,libpng)))
20877 (propagated-inputs
20878 `(("r-bmp" ,r-bmp)
20879 ("r-jpeg" ,r-jpeg)
20880 ("r-png" ,r-png)
20881 ("r-tiff" ,r-tiff)))
20882 (home-page "https://github.com/jefferis/readbitmap")
20883 (synopsis "Unified interface to read bitmap images (BMP, JPEG, PNG, TIFF)")
20884 (description
20885 "This package provides tools to identify and read BMP, JPEG, PNG, and
20886 TIFF format bitmap images. Identification defaults to the use of the magic
20887 number embedded in the file rather than the file extension.")
20888 (license license:gpl2+)))
20889
20890 (define-public r-imager
20891 (package
20892 (name "r-imager")
20893 (version "0.42.8")
20894 (source
20895 (origin
20896 (method url-fetch)
20897 (uri (cran-uri "imager" version))
20898 (sha256
20899 (base32
20900 "1kzl93l6k9i4528bbycbqxdn28mj7hnx0fbxisva859xl1wys5c5"))))
20901 (properties `((upstream-name . "imager")))
20902 (build-system r-build-system)
20903 (inputs
20904 `(("fftw" ,fftw)
20905 ("libtiff" ,libtiff)
20906 ("libx11" ,libx11)
20907 ("zlib" ,zlib)))
20908 (propagated-inputs
20909 `(("r-downloader" ,r-downloader)
20910 ("r-igraph" ,r-igraph)
20911 ("r-jpeg" ,r-jpeg)
20912 ("r-magrittr" ,r-magrittr)
20913 ("r-png" ,r-png)
20914 ("r-purrr" ,r-purrr)
20915 ("r-rcpp" ,r-rcpp)
20916 ("r-readbitmap" ,r-readbitmap)
20917 ("r-stringr" ,r-stringr)))
20918 (native-inputs
20919 `(("pkg-config" ,pkg-config)
20920 ("r-knitr" ,r-knitr)))
20921 (home-page "https://dahtah.github.io/imager/")
20922 (synopsis "Image processing library")
20923 (description
20924 "This is a package for fast image processing for images in up to 4
20925 dimensions (two spatial dimensions, one time/depth dimension, one color
20926 dimension). It provides most traditional image processing tools (filtering,
20927 morphology, transformations, etc.) as well as various functions for easily
20928 analyzing image data using R. The package wraps @url{http://cimg.eu, CImg}, a
20929 simple, modern C++ library for image processing.")
20930 (license license:lgpl3)))
20931
20932 (define-public r-acuityview
20933 (package
20934 (name "r-acuityview")
20935 (version "0.1")
20936 (source
20937 (origin
20938 (method url-fetch)
20939 (uri (cran-uri "AcuityView" version))
20940 (sha256
20941 (base32
20942 "0f0iclmnwdc8ixiiai4svk4x1g3pjy7dhm3cm58fv6ckx12d3d2l"))))
20943 (properties `((upstream-name . "AcuityView")))
20944 (build-system r-build-system)
20945 (propagated-inputs
20946 `(("r-fftwtools" ,r-fftwtools)
20947 ("r-imager" ,r-imager)
20948 ("r-plotrix" ,r-plotrix)))
20949 (home-page "https://cran.r-project.org/web/packages/AcuityView/")
20950 (synopsis "Display scenes as seen by an animal with less acute vision")
20951 (description
20952 "This package provides a simple method for representing a visual scene as
20953 it may be seen by an animal with less acute vision.")
20954 (license license:gpl2+)))
20955
20956 (define-public r-caret
20957 (package
20958 (name "r-caret")
20959 (version "6.0-86")
20960 (source
20961 (origin
20962 (method url-fetch)
20963 (uri (cran-uri "caret" version))
20964 (sha256
20965 (base32
20966 "0dyflixdw98lvk2x3w136sw24ij0fwx5c7l709dmqr5z7xy1qjns"))))
20967 (build-system r-build-system)
20968 (propagated-inputs
20969 `(("r-foreach" ,r-foreach)
20970 ("r-ggplot2" ,r-ggplot2)
20971 ("r-lattice" ,r-lattice)
20972 ("r-modelmetrics" ,r-modelmetrics)
20973 ("r-nlme" ,r-nlme)
20974 ("r-plyr" ,r-plyr)
20975 ("r-proc" ,r-proc)
20976 ("r-recipes" ,r-recipes)
20977 ("r-reshape2" ,r-reshape2)
20978 ("r-withr" ,r-withr)))
20979 (native-inputs
20980 `(("r-knitr" ,r-knitr)))
20981 (home-page "https://github.com/topepo/caret")
20982 (synopsis "Classification and regression training")
20983 (description
20984 "This package provides miscellaneous functions for training and plotting
20985 classification and regression models.")
20986 (license license:gpl2+)))
20987
20988 (define-public r-adabag
20989 (package
20990 (name "r-adabag")
20991 (version "4.2")
20992 (source
20993 (origin
20994 (method url-fetch)
20995 (uri (cran-uri "adabag" version))
20996 (sha256
20997 (base32
20998 "109wrl1pwvmyv2l909hrvk7dg4aa9pv449mvdycp50zwrsw9w0a7"))))
20999 (properties `((upstream-name . "adabag")))
21000 (build-system r-build-system)
21001 (propagated-inputs
21002 `(("r-caret" ,r-caret)
21003 ("r-doparallel" ,r-doparallel)
21004 ("r-foreach" ,r-foreach)
21005 ("r-rpart" ,r-rpart)))
21006 (home-page "https://cran.r-project.org/web/packages/adabag/")
21007 (synopsis "Multiclass AdaBoost.M1, SAMME and Bagging")
21008 (description
21009 "This package implements Freund and Schapire's Adaboost.M1 algorithm and
21010 Breiman's Bagging algorithm using classification trees as individual
21011 classifiers. Once these classifiers have been trained, they can be used to
21012 predict on new data. Also, cross validation estimation of the error can be
21013 done.")
21014 (license license:gpl2+)))
21015
21016 (define-public r-adagio
21017 (package
21018 (name "r-adagio")
21019 (version "0.7.1")
21020 (source
21021 (origin
21022 (method url-fetch)
21023 (uri (cran-uri "adagio" version))
21024 (sha256
21025 (base32
21026 "1h9l0ddrxq8y35iy9hdkxdvdwsqpnpkzzbkbwwhm4380lq1m7a3k"))))
21027 (properties `((upstream-name . "adagio")))
21028 (build-system r-build-system)
21029 (native-inputs `(("gfortran" ,gfortran)))
21030 (home-page "https://cran.r-project.org/web/packages/adagio/")
21031 (synopsis "Discrete and global optimization routines")
21032 (description
21033 "This package provides methods and algorithms for discrete optimization,
21034 e.g. knapsack and subset sum procedures, derivative-free Nelder-Mead and
21035 Hooke-Jeeves minimization, and some (evolutionary) global optimization
21036 functions.")
21037 (license license:gpl3+)))
21038
21039 (define-public r-univoutl
21040 (package
21041 (name "r-univoutl")
21042 (version "0.3")
21043 (source
21044 (origin
21045 (method url-fetch)
21046 (uri (cran-uri "univOutl" version))
21047 (sha256
21048 (base32
21049 "1hhpxrpmp2wbrynx9xjndnp2sccirgky2x6ksd6yk6phmk0rbzjp"))))
21050 (properties `((upstream-name . "univOutl")))
21051 (build-system r-build-system)
21052 (propagated-inputs
21053 `(("r-hmisc" ,r-hmisc)
21054 ("r-robustbase" ,r-robustbase)))
21055 (home-page "https://github.com/marcellodo/univOutl")
21056 (synopsis "Detection of univariate outliers")
21057 (description
21058 "This package provides well-known outlier detection techniques in the
21059 univariate case. Methods to deal with skewed distribution are included too.
21060 The Hidiroglou-Berthelot (1986) method to search for outliers in ratios of
21061 historical data is implemented as well. When available, survey weights can be
21062 used in outliers detection.")
21063 (license license:gpl2+)))
21064
21065 (define-public r-tolerance
21066 (package
21067 (name "r-tolerance")
21068 (version "2.0.0")
21069 (source
21070 (origin
21071 (method url-fetch)
21072 (uri (cran-uri "tolerance" version))
21073 (sha256
21074 (base32
21075 "001snzr2ipag3zprynydlbi9prkjzrllc054qh7m0qwkb3r19jjd"))))
21076 (properties `((upstream-name . "tolerance")))
21077 (build-system r-build-system)
21078 (propagated-inputs
21079 `(("r-mass" ,r-mass)
21080 ("r-rgl" ,r-rgl)))
21081 (home-page "https://cran.r-project.org/web/packages/tolerance/")
21082 (synopsis "Statistical tolerance intervals and regions")
21083 (description
21084 "This package provides functions for estimating tolerance
21085 limits (intervals) for various univariate distributions (binomial, Cauchy,
21086 discrete Pareto, exponential, two-parameter exponential, extreme value,
21087 hypergeometric, Laplace, logistic, negative binomial, negative hypergeometric,
21088 normal, Pareto, Poisson-Lindley, Poisson, uniform, and Zipf-Mandelbrot),
21089 Bayesian normal tolerance limits, multivariate normal tolerance regions,
21090 nonparametric tolerance intervals, tolerance bands for regression
21091 settings (linear regression, nonlinear regression, nonparametric regression,
21092 and multivariate regression), and analysis of variance tolerance intervals.
21093 Visualizations are also available for most of these settings.")
21094 (license license:gpl2+)))
21095
21096 (define-public r-additivitytests
21097 (package
21098 (name "r-additivitytests")
21099 (version "1.1-4")
21100 (source
21101 (origin
21102 (method url-fetch)
21103 (uri (cran-uri "additivityTests" version))
21104 (sha256
21105 (base32
21106 "048ds90wqjdjy1nyhna3m06asdklbh8sx1n556kss2j1r1pma1sw"))))
21107 (properties
21108 `((upstream-name . "additivityTests")))
21109 (build-system r-build-system)
21110 (home-page "https://github.com/simecek/additivityTests")
21111 (synopsis "Additivity tests in the two way Anova with single sub-class numbers")
21112 (description
21113 "This package provides an implementation of the Tukey, Mandel,
21114 Johnson-Graybill, LBI, Tusell and modified Tukey non-additivity tests.")
21115 (license license:gpl3)))
21116
21117 (define-public r-flexclust
21118 (package
21119 (name "r-flexclust")
21120 (version "1.4-0")
21121 (source
21122 (origin
21123 (method url-fetch)
21124 (uri (cran-uri "flexclust" version))
21125 (sha256
21126 (base32
21127 "0x7wxk8y46ndyz6fdacym0rd6p9wh3pcfr28chjcg5d7fm849zl2"))))
21128 (properties `((upstream-name . "flexclust")))
21129 (build-system r-build-system)
21130 (propagated-inputs
21131 `(("r-class" ,r-class)
21132 ("r-lattice" ,r-lattice)
21133 ("r-modeltools" ,r-modeltools)))
21134 (home-page "https://cran.r-project.org/web/packages/flexclust/")
21135 (synopsis "Flexible cluster algorithms")
21136 (description
21137 "The main function @code{kcca} implements a general framework for
21138 k-centroids cluster analysis supporting arbitrary distance measures and
21139 centroid computation. Further cluster methods include hard competitive
21140 learning, neural gas, and QT clustering. There are numerous visualization
21141 methods for cluster results (neighborhood graphs, convex cluster hulls,
21142 barcharts of centroids, ...), and bootstrap methods for the analysis of
21143 cluster stability.")
21144 (license license:gpl2)))
21145
21146 (define-public r-biclust
21147 (package
21148 (name "r-biclust")
21149 (version "2.0.2")
21150 (source
21151 (origin
21152 (method url-fetch)
21153 (uri (cran-uri "biclust" version))
21154 (sha256
21155 (base32
21156 "1pk7mvwlg4hkc4cn4w6wr2c192qx03d1xfwlzclk5bw1nmcg483b"))))
21157 (properties `((upstream-name . "biclust")))
21158 (build-system r-build-system)
21159 (propagated-inputs
21160 `(("r-additivitytests" ,r-additivitytests)
21161 ("r-colorspace" ,r-colorspace)
21162 ("r-flexclust" ,r-flexclust)
21163 ("r-ggplot2" ,r-ggplot2)
21164 ("r-lattice" ,r-lattice)
21165 ("r-mass" ,r-mass)
21166 ("r-tidyr" ,r-tidyr)))
21167 (home-page "https://cran.r-project.org/web/packages/biclust/")
21168 (synopsis "BiCluster algorithms")
21169 (description
21170 "The main function @code{biclust()} provides several algorithms to find
21171 biclusters in two-dimensional data, spectral, plaid model, xmotifs, and bimax.
21172 In addition, the package provides methods for data
21173 preprocessing (normalization and discretization), visualization, and
21174 validation of bicluster solutions.")
21175 (license license:gpl3)))
21176
21177 (define-public r-icge
21178 (package
21179 (name "r-icge")
21180 (version "0.3")
21181 (source
21182 (origin
21183 (method url-fetch)
21184 (uri (cran-uri "ICGE" version))
21185 (sha256
21186 (base32
21187 "0xin7zml1nbygyi08hhg3wwr2jr1zcsvrlgia89zp4xanxlzgaqa"))))
21188 (properties `((upstream-name . "ICGE")))
21189 (build-system r-build-system)
21190 (propagated-inputs
21191 `(("r-cluster" ,r-cluster)
21192 ("r-mass" ,r-mass)))
21193 (home-page "https://cran.r-project.org/web/packages/ICGE/")
21194 (synopsis "Cluster estimation and identification of atypical units")
21195 (description
21196 "ICGE is a package that helps to estimate the number of real clusters in
21197 data as well as to identify atypical units. The underlying methods are based
21198 on distances rather than on unit x variables.")
21199 (license license:gpl2+)))
21200
21201 (define-public r-depth
21202 (package
21203 (name "r-depth")
21204 (version "2.1-1.1")
21205 (source
21206 (origin
21207 (method url-fetch)
21208 (uri (cran-uri "depth" version))
21209 (sha256
21210 (base32
21211 "0szy0027nh4ps1z919i740i50app5q7cfyg1fj7pdyl45nbl8k6m"))))
21212 (properties `((upstream-name . "depth")))
21213 (build-system r-build-system)
21214 (propagated-inputs
21215 `(("r-abind" ,r-abind)
21216 ("r-circular" ,r-circular)
21217 ("r-rgl" ,r-rgl)))
21218 (native-inputs
21219 `(("gfortran" ,gfortran)))
21220 (home-page "https://cran.r-project.org/web/packages/depth/")
21221 (synopsis "Nonparametric depth functions for multivariate analysis")
21222 (description
21223 "This package provides tools for depth functions methodology applied to
21224 multivariate analysis. Besides allowing calculation of depth values and
21225 depth-based location estimators, the package includes functions or drawing
21226 contour plots and perspective plots of depth functions. Euclidean and
21227 spherical depths are supported.")
21228 (license license:gpl2)))
21229
21230 (define-public r-archetypes
21231 (package
21232 (name "r-archetypes")
21233 (version "2.2-0.1")
21234 (source
21235 (origin
21236 (method url-fetch)
21237 (uri (cran-uri "archetypes" version))
21238 (sha256
21239 (base32
21240 "0ibxsr173ib77gjhid91m85s8gjii4mi2w3d52q5301igv20p7r0"))))
21241 (properties `((upstream-name . "archetypes")))
21242 (build-system r-build-system)
21243 (propagated-inputs
21244 `(("r-modeltools" ,r-modeltools)
21245 ("r-nnls" ,r-nnls)))
21246 (home-page "https://cran.r-project.org/web/packages/archetypes")
21247 (synopsis "Archetypal analysis")
21248 (description
21249 "The main function @code{archetypes} implements a framework for
21250 archetypal analysis supporting arbitrary problem solving mechanisms for the
21251 different conceptual parts of the algorithm.")
21252 (license license:gpl2+)))
21253
21254 (define-public r-shapes
21255 (package
21256 (name "r-shapes")
21257 (version "1.2.5")
21258 (source
21259 (origin
21260 (method url-fetch)
21261 (uri (cran-uri "shapes" version))
21262 (sha256
21263 (base32
21264 "0gfpdydfysp5mwg7qmkn73s67gvh2szb40mzqrx97h41ijgcgd8s"))))
21265 (properties `((upstream-name . "shapes")))
21266 (build-system r-build-system)
21267 (propagated-inputs
21268 `(("r-mass" ,r-mass)
21269 ("r-minpack-lm" ,r-minpack-lm)
21270 ("r-rgl" ,r-rgl)
21271 ("r-scatterplot3d" ,r-scatterplot3d)))
21272 (home-page "http://www.maths.nottingham.ac.uk/~ild/shapes")
21273 (synopsis "Statistical shape analysis")
21274 (description
21275 "This package provides routines for the statistical analysis of landmark
21276 shapes, including Procrustes analysis, graphical displays, principal
21277 components analysis, permutation and bootstrap tests, thin-plate spline
21278 transformation grids and comparing covariance matrices. See Dryden, I.L. and
21279 Mardia, K.V. (2016). Statistical shape analysis, with Applications in R (2nd
21280 Edition), John Wiley and Sons.")
21281 (license license:gpl2)))
21282
21283 (define-public r-anthropometry
21284 (package
21285 (name "r-anthropometry")
21286 (version "1.14")
21287 (source
21288 (origin
21289 (method url-fetch)
21290 (uri (cran-uri "Anthropometry" version))
21291 (sha256
21292 (base32
21293 "0y52g15pcgs4b68sfczn6nnpdqsialsb4mq3wb9a2gba7qdcf76y"))))
21294 (properties `((upstream-name . "Anthropometry")))
21295 (build-system r-build-system)
21296 (propagated-inputs
21297 `(("r-archetypes" ,r-archetypes)
21298 ("r-biclust" ,r-biclust)
21299 ("r-cluster" ,r-cluster)
21300 ("r-depth" ,r-depth)
21301 ("r-fnn" ,r-fnn)
21302 ("r-icge" ,r-icge)
21303 ("r-nnls" ,r-nnls)
21304 ("r-rgl" ,r-rgl)
21305 ("r-shapes" ,r-shapes)))
21306 (native-inputs
21307 `(("r-knitr" ,r-knitr)))
21308 (home-page "https://cran.r-project.org/web/packages/Anthropometry/")
21309 (synopsis "Statistical methods for anthropometric data")
21310 (description
21311 "This package provides statistical methods especially developed to
21312 analyze anthropometric data. These methods are aimed at providing effective
21313 solutions to some commons problems related to Ergonomics and Anthropometry.
21314 They are based on clustering, the statistical concept of data depth,
21315 statistical shape analysis and archetypal analysis.")
21316 (license license:gpl2+)))
21317
21318 (define-public r-adamethods
21319 (package
21320 (name "r-adamethods")
21321 (version "1.2.1")
21322 (source
21323 (origin
21324 (method url-fetch)
21325 (uri (cran-uri "adamethods" version))
21326 (sha256
21327 (base32
21328 "150awbd3skb1mqca18bqjykhyycqw8crviw66s6qrcnmcsbk77pj"))))
21329 (properties `((upstream-name . "adamethods")))
21330 (build-system r-build-system)
21331 (propagated-inputs
21332 `(("r-anthropometry" ,r-anthropometry)
21333 ("r-archetypes" ,r-archetypes)
21334 ("r-fnn" ,r-fnn)
21335 ("r-foreach" ,r-foreach)
21336 ("r-nnls" ,r-nnls)
21337 ("r-tolerance" ,r-tolerance)
21338 ("r-univoutl" ,r-univoutl)))
21339 (home-page "https://cran.r-project.org/web/packages/adamethods/")
21340 (synopsis "Archetypoid algorithms and anomaly detection")
21341 (description
21342 "This package is a collection of several algorithms to obtain
21343 archetypoids with small and large databases and with both classical
21344 multivariate data and functional data (univariate and multivariate). Some of
21345 these algorithms also detect anomalies (outliers).")
21346 (license license:gpl2+)))
21347
21348 (define-public r-idpmisc
21349 (package
21350 (name "r-idpmisc")
21351 (version "1.1.20")
21352 (source
21353 (origin
21354 (method url-fetch)
21355 (uri (cran-uri "IDPmisc" version))
21356 (sha256
21357 (base32
21358 "0zy6mxqa8arq0vvhsdcifzm3085c23rnwa1n36fhircph1xwvfdw"))))
21359 (properties `((upstream-name . "IDPmisc")))
21360 (build-system r-build-system)
21361 (propagated-inputs
21362 `(("r-lattice" ,r-lattice)))
21363 (home-page "https://cran.r-project.org/web/packages/IDPmisc/")
21364 (synopsis "Functions for data analyses and visualization")
21365 (description
21366 "This package provides different high-level graphics functions for
21367 displaying large datasets, displaying circular data in a very flexible way,
21368 finding local maxima, brewing color ramps, drawing nice arrows, zooming
21369 2D-plots, creating figures with differently colored margin and plot region.
21370 In addition, the package contains auxiliary functions for data manipulation
21371 like omitting observations with irregular values or selecting data by logical
21372 vectors, which include NAs. Other functions are especially useful in
21373 spectroscopy and analyses of environmental data: robust baseline fitting,
21374 finding peaks in spectra, converting humidity measures.")
21375 (license license:gpl3+)))
21376
21377 (define-public r-qqman
21378 (package
21379 (name "r-qqman")
21380 (version "0.1.4")
21381 (source
21382 (origin
21383 (method url-fetch)
21384 (uri (cran-uri "qqman" version))
21385 (sha256
21386 (base32
21387 "1v9s9ag1hfb47py87wb2nad4mbsfx35832hdmrh5kxrb2f11zl1s"))))
21388 (properties `((upstream-name . "qqman")))
21389 (build-system r-build-system)
21390 (propagated-inputs
21391 `(("r-calibrate" ,r-calibrate)))
21392 (home-page "https://cran.r-project.org/web/packages/qqman/")
21393 (synopsis "Q-Q and Manhattan plots for GWAS data")
21394 (description
21395 "This package allows you to create Q-Q and Manhattan plots for GWAS data
21396 from PLINK results.")
21397 (license license:gpl3)))
21398
21399 (define-public r-ggplot-multistats
21400 (package
21401 (name "r-ggplot-multistats")
21402 (version "1.0.0")
21403 (source
21404 (origin
21405 (method url-fetch)
21406 (uri (cran-uri "ggplot.multistats" version))
21407 (sha256
21408 (base32
21409 "1afzfa86vc484bcwpg7m1ky03jpax584rigzgai8w06pifkmz0il"))))
21410 (properties
21411 `((upstream-name . "ggplot.multistats")))
21412 (build-system r-build-system)
21413 (propagated-inputs
21414 `(("r-ggplot2" ,r-ggplot2)
21415 ("r-hexbin" ,r-hexbin)
21416 ("r-rlang" ,r-rlang)
21417 ("r-scales" ,r-scales)))
21418 (home-page "https://github.com/flying-sheep/ggplot.multistats")
21419 (synopsis "Multiple summary statistics for binned stats/geometries")
21420 (description
21421 "This package provides the ggplot binning layer @code{stat_summaries_hex()},
21422 which functions similar to its singular form, but allows the use of multiple
21423 statistics per bin. Those statistics can be mapped to multiple bin
21424 aesthetics.")
21425 (license license:gpl3)))
21426
21427 (define-public r-knn-covertree
21428 (package
21429 (name "r-knn-covertree")
21430 (version "1.0")
21431 (source
21432 (origin
21433 (method url-fetch)
21434 (uri (cran-uri "knn.covertree" version))
21435 (sha256
21436 (base32
21437 "0msfcmwydws7q7m5jdb0dxab0nkbl7mq5llg6v3r4qrnlvrdggvz"))))
21438 (properties `((upstream-name . "knn.covertree")))
21439 (build-system r-build-system)
21440 (propagated-inputs
21441 `(("r-matrix" ,r-matrix)
21442 ("r-rcpp" ,r-rcpp)
21443 ("r-rcppeigen" ,r-rcppeigen)))
21444 (home-page "https://github.com/flying-sheep/knn.covertree")
21445 (synopsis "Accurate kNN Implementation with multiple distance measures")
21446 (description
21447 "Similarly to the FNN package, this package allows calculation of the k
21448 nearest neighbors (kNN) of a data matrix. The implementation is based on
21449 cover trees introduced by Alina Beygelzimer, Sham Kakade, and John
21450 Langford (2006) @url{doi:10.1145/1143844.1143857}.")
21451 (license license:agpl3+)))
21452
21453 (define-public r-poibin
21454 (package
21455 (name "r-poibin")
21456 (version "1.5")
21457 (source
21458 (origin
21459 (method url-fetch)
21460 (uri (cran-uri "poibin" version))
21461 (sha256
21462 (base32
21463 "1sxryvwwz6ldsnkzdy56p8c895s5yvpcai9ndyjv1x5q3l05wf9v"))))
21464 (properties `((upstream-name . "poibin")))
21465 (build-system r-build-system)
21466 (home-page "https://cran.r-project.org/web/packages/poibin/")
21467 (synopsis "Poisson binomial distribution")
21468 (description
21469 "This package provides an implementation of both the exact and
21470 approximation methods for computing the @dfn{cumulative distribution
21471 function} (CDF) of the Poisson binomial distribution. It also provides the
21472 @dfn{probability mass function} (PMF), quantile function, and random number
21473 generation for the Poisson binomial distribution.")
21474 (license license:gpl2)))
21475
21476 (define-public r-diagram
21477 (package
21478 (name "r-diagram")
21479 (version "1.6.5")
21480 (source
21481 (origin
21482 (method url-fetch)
21483 (uri (cran-uri "diagram" version))
21484 (sha256
21485 (base32
21486 "1r3lyl0h7mk9cfg8smr3jydfkjdawaphnxibkxfjqa7029vkxh79"))))
21487 (properties `((upstream-name . "diagram")))
21488 (build-system r-build-system)
21489 (propagated-inputs
21490 `(("r-shape" ,r-shape)))
21491 (home-page "https://cran.r-project.org/web/packages/diagram/")
21492 (synopsis "Visualize simple graphs (networks) and plot flow diagrams")
21493 (description
21494 "This package provides tools to visualize simple graphs (networks) based
21495 on a transition matrix, utilities to plot flow diagrams, visualizing webs,
21496 electrical networks, etc. It also includes supporting material for the book
21497 \"A practical guide to ecological modelling - using R as a simulation
21498 platform\" by Karline Soetaert and Peter M.J. Herman (2009) and the book
21499 \"Solving Differential Equations in R\" by Karline Soetaert, Jeff Cash and
21500 Francesca Mazzia (2012).")
21501 (license license:gpl2+)))
21502
21503 (define-public r-lim
21504 (package
21505 (name "r-lim")
21506 (version "1.4.6")
21507 (source
21508 (origin
21509 (method url-fetch)
21510 (uri (cran-uri "LIM" version))
21511 (sha256
21512 (base32
21513 "03x1gnm06bw1wrzc01110bjzd2mvjdzbc2mbrazh22jrmb32w5d8"))))
21514 (properties `((upstream-name . "LIM")))
21515 (build-system r-build-system)
21516 (propagated-inputs
21517 `(("r-diagram" ,r-diagram)
21518 ("r-limsolve" ,r-limsolve)))
21519 (home-page "https://cran.r-project.org/web/packages/LIM/")
21520 (synopsis "Linear inverse model examples and solution methods")
21521 (description
21522 "This package provides functions that read and solve linear inverse
21523 problems (food web problems, linear programming problems).")
21524 (license license:gpl2+)))
21525
21526 (define-public r-shinycssloaders
21527 (package
21528 (name "r-shinycssloaders")
21529 (version "1.0.0")
21530 (source
21531 (origin
21532 (method url-fetch)
21533 (uri (cran-uri "shinycssloaders" version))
21534 (sha256
21535 (base32
21536 "0r3xm273lhdhzbs2mkgw1m2kwb7z1dh1pzya8yxy5vacda1l2ikl"))))
21537 (properties
21538 `((upstream-name . "shinycssloaders")))
21539 (build-system r-build-system)
21540 (propagated-inputs
21541 `(("r-digest" ,r-digest)
21542 ("r-glue" ,r-glue)
21543 ("r-shiny" ,r-shiny)))
21544 (home-page "https://github.com/andrewsali/shinycssloaders")
21545 (synopsis "Add CSS loading animations to Shiny outputs")
21546 (description
21547 "This package provides tools to create a lightweight Shiny wrapper for
21548 the css-loaders created by Luke Hass
21549 @url{https://github.com/lukehaas/css-loaders}. Wrapping a Shiny output will
21550 automatically show a loader when the output is (re)calculating.")
21551 (license license:gpl3)))
21552
21553 (define-public r-rsvg
21554 (package
21555 (name "r-rsvg")
21556 (version "2.1")
21557 (source
21558 (origin
21559 (method url-fetch)
21560 (uri (cran-uri "rsvg" version))
21561 (sha256
21562 (base32
21563 "0bxnwa9sbzx6jlxrzh3ymjq81vkxil2qx7kk7wp13a0cql7dhxcn"))))
21564 (properties `((upstream-name . "rsvg")))
21565 (build-system r-build-system)
21566 (inputs
21567 `(("librsvg" ,librsvg)
21568 ("zlib" ,zlib)))
21569 (native-inputs
21570 `(("pkg-config" ,pkg-config)
21571 ("r-knitr" ,r-knitr)))
21572 (home-page "https://github.com/jeroen/rsvg#readme")
21573 (synopsis "Render SVG images into PDF, PNG, PostScript, or Bitmap arrays")
21574 (description
21575 "This package allows you to render vector-based SVG images into
21576 high-quality custom-size bitmap arrays using the librsvg2 library. The
21577 resulting bitmap can be written to e.g. PNG, JPEG or WEBP format. In
21578 addition, the package can convert images directly to various formats such as
21579 PDF or PostScript.")
21580 (license license:expat)))
21581
21582 (define-public r-influencer
21583 (package
21584 (name "r-influencer")
21585 (version "0.1.0")
21586 (source
21587 (origin
21588 (method url-fetch)
21589 (uri (cran-uri "influenceR" version))
21590 (sha256
21591 (base32
21592 "12p9362hkndlnz1rd8j2rykg57kbm6l7ks60by3rd25xg50k5jag"))))
21593 (properties `((upstream-name . "influenceR")))
21594 (build-system r-build-system)
21595 (propagated-inputs
21596 `(("r-igraph" ,r-igraph)
21597 ("r-matrix" ,r-matrix)))
21598 (home-page "https://github.com/rcc-uchicago/influenceR")
21599 (synopsis "Tools to quantify structural importance of nodes in a network")
21600 (description
21601 "This package provides functionality to compute various node centrality
21602 measures on networks. Included are functions to compute betweenness
21603 centrality (by utilizing Madduri and Bader's SNAP library), implementations of
21604 Burt's constraint and @dfn{effective network size} (ENS) metrics, Borgatti's
21605 algorithm to identify key players, and Valente's bridging metric. The
21606 betweenness, Key Players, and bridging implementations are parallelized with
21607 OpenMP.")
21608 (license license:gpl2)))
21609
21610 (define-public r-emplik
21611 (package
21612 (name "r-emplik")
21613 (version "1.1-1")
21614 (source
21615 (origin
21616 (method url-fetch)
21617 (uri (cran-uri "emplik" version))
21618 (sha256
21619 (base32
21620 "1kw8g8j075bsicdvgkjf4870rfv5c30gvmw6qkkaz3ki22x74w77"))))
21621 (properties `((upstream-name . "emplik")))
21622 (build-system r-build-system)
21623 (propagated-inputs
21624 `(("r-quantreg" ,r-quantreg)))
21625 (home-page "https://www.ms.uky.edu/~mai/EmpLik.html")
21626 (synopsis "Empirical likelihood ratio for censored/truncated data")
21627 (description
21628 "This package provides empirical likelihood ratio tests for
21629 means/quantiles/hazards from possibly censored and/or truncated data. It also
21630 does regression.")
21631 (license license:gpl2+)))
21632
21633 (define-public r-imputeyn
21634 (package
21635 (name "r-imputeyn")
21636 (version "1.3")
21637 (source
21638 (origin
21639 (method url-fetch)
21640 (uri (cran-uri "imputeYn" version))
21641 (sha256
21642 (base32
21643 "1b21w1aa5f7yiq8k0wa86wvbg4ij7f6ldwn6asfqwb0b90rvsgvs"))))
21644 (properties `((upstream-name . "imputeYn")))
21645 (build-system r-build-system)
21646 (propagated-inputs
21647 `(("r-boot" ,r-boot)
21648 ("r-emplik" ,r-emplik)
21649 ("r-mvtnorm" ,r-mvtnorm)
21650 ("r-quadprog" ,r-quadprog)
21651 ("r-survival" ,r-survival)))
21652 (home-page "https://cran.r-project.org/web/packages/imputeYn/")
21653 (synopsis "Impute last largest censored observation under weighted least squares")
21654 (description
21655 "This package allows for the imputation of the last largest censored
21656 observantions. This method brings less bias and more efficient estimates for
21657 AFT models.")
21658 (license license:gpl2)))
21659
21660 (define-public r-adapenetclass
21661 (package
21662 (name "r-adapenetclass")
21663 (version "1.2")
21664 (source
21665 (origin
21666 (method url-fetch)
21667 (uri (cran-uri "AdapEnetClass" version))
21668 (sha256
21669 (base32
21670 "01k3mj4g1ckbng7wkzzn9h0k9yf01cpnnkly0sjda574c5jhj0rc"))))
21671 (properties `((upstream-name . "AdapEnetClass")))
21672 (build-system r-build-system)
21673 (propagated-inputs
21674 `(("r-glmnet" ,r-glmnet)
21675 ("r-imputeyn" ,r-imputeyn)
21676 ("r-lars" ,r-lars)
21677 ("r-quadprog" ,r-quadprog)))
21678 (home-page "https://cran.r-project.org/web/packages/AdapEnetClass/")
21679 (synopsis "Class of adaptive elastic net methods for censored data")
21680 (description
21681 "This package provides methods for variable selection for AFT models.")
21682 (license license:gpl2)))
21683
21684 (define-public r-flock
21685 (package
21686 (name "r-flock")
21687 (version "0.7")
21688 (source
21689 (origin
21690 (method url-fetch)
21691 (uri (cran-uri "flock" version))
21692 (sha256
21693 (base32
21694 "1zg93p74icj4bhxnmnssj2xp6vw4yaksyavq03497v33xfpdxss7"))))
21695 (properties `((upstream-name . "flock")))
21696 (build-system r-build-system)
21697 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
21698 (home-page "https://cran.r-project.org/web/packages/flock/")
21699 (synopsis "Process synchronization using file locks")
21700 (description
21701 "This package implements synchronization between R processes (spawned by
21702 using the @code{parallel} package for instance) using file locks. It supports
21703 both exclusive and shared locking.")
21704 (license license:asl2.0)))
21705
21706 (define-public r-archivist
21707 (package
21708 (name "r-archivist")
21709 (version "2.3.5")
21710 (source
21711 (origin
21712 (method url-fetch)
21713 (uri (cran-uri "archivist" version))
21714 (sha256
21715 (base32
21716 "0sk16bcafgswrvwh39ysbgm6jvsg20yil4pdsg3wsp81nnsrb43k"))))
21717 (properties `((upstream-name . "archivist")))
21718 (build-system r-build-system)
21719 (propagated-inputs
21720 `(("r-dbi" ,r-dbi)
21721 ("r-digest" ,r-digest)
21722 ("r-flock" ,r-flock)
21723 ("r-httr" ,r-httr)
21724 ("r-lubridate" ,r-lubridate)
21725 ("r-magrittr" ,r-magrittr)
21726 ("r-rcurl" ,r-rcurl)
21727 ("r-rsqlite" ,r-rsqlite)))
21728 (native-inputs
21729 `(("r-knitr" ,r-knitr)))
21730 (home-page "https://pbiecek.github.io/archivist/")
21731 (synopsis "Tools for storing, restoring and searching for R objects")
21732 (description
21733 "Data exploration and modelling is a process in which a lot of data
21734 artifacts are produced. Artifacts like: subsets, data aggregates, plots,
21735 statistical models, different versions of data sets and different versions of
21736 results. Archivist helps to store and manage artifacts created in R. It
21737 allows you to store selected artifacts as binary files together with their
21738 metadata and relations. Archivist allows sharing artifacts with others. It
21739 can look for already created artifacts by using its class, name, date of the
21740 creation or other properties. It also makes it easy to restore such
21741 artifacts.")
21742 (license license:gpl2)))
21743
21744 (define-public r-versions
21745 (package
21746 (name "r-versions")
21747 (version "0.3")
21748 (source
21749 (origin
21750 (method url-fetch)
21751 (uri (cran-uri "versions" version))
21752 (sha256
21753 (base32
21754 "0zm49j785dgv7fyr1yl9q5f0dsk8hhpim5q5bpkgrkzv7pwjribd"))))
21755 (properties `((upstream-name . "versions")))
21756 (build-system r-build-system)
21757 (home-page "https://cran.r-project.org/web/packages/versions/")
21758 (synopsis "Query and install specific versions of CRAN packages")
21759 (description
21760 "This package allows you to install specified versions of R packages
21761 hosted on CRAN and provides functions to list available versions and the
21762 versions of currently installed packages.")
21763 (license license:bsd-3)))
21764
21765 (define-public r-adapr
21766 (package
21767 (name "r-adapr")
21768 (version "2.0.0")
21769 (source
21770 (origin
21771 (method url-fetch)
21772 (uri (cran-uri "adapr" version))
21773 (sha256
21774 (base32
21775 "1s57jdbi5pik56xjz1d4438ax6cywg2yq2s47h5g6wrwvpgr1qfw"))))
21776 (properties `((upstream-name . "adapr")))
21777 (build-system r-build-system)
21778 (propagated-inputs
21779 `(("r-archivist" ,r-archivist)
21780 ("r-devtools" ,r-devtools)
21781 ("r-digest" ,r-digest)
21782 ("r-doparallel" ,r-doparallel)
21783 ("r-gdata" ,r-gdata)
21784 ("r-ggplot2" ,r-ggplot2)
21785 ("r-git2r" ,r-git2r)
21786 ("r-igraph" ,r-igraph)
21787 ("r-knitr" ,r-knitr)
21788 ("r-plotly" ,r-plotly)
21789 ("r-plyr" ,r-plyr)
21790 ("r-rmarkdown" ,r-rmarkdown)
21791 ("r-shiny" ,r-shiny)
21792 ("r-shinydashboard" ,r-shinydashboard)
21793 ("r-versions" ,r-versions)))
21794 (home-page "https://cran.r-project.org/web/packages/adapr/")
21795 (synopsis "Implementation of an accountable data analysis process")
21796 (description
21797 "This package tracks reading and writing within R scripts that are
21798 organized into a directed acyclic graph. It contains an interactive Shiny
21799 application @code{adaprApp()}. It uses Git and file hashes to track version
21800 histories of inputs and outputs.")
21801 (license license:lgpl2.0)))
21802
21803 (define-public r-adapsamp
21804 (package
21805 (name "r-adapsamp")
21806 (version "1.1.1")
21807 (source
21808 (origin
21809 (method url-fetch)
21810 (uri (cran-uri "AdapSamp" version))
21811 (sha256
21812 (base32
21813 "1jayjrsiib2ij4rxxj59g71r3xhzl5yqh0lhi8k6cfy03i7dkvis"))))
21814 (properties `((upstream-name . "AdapSamp")))
21815 (build-system r-build-system)
21816 (propagated-inputs `(("r-pracma" ,r-pracma)))
21817 (home-page "https://cran.r-project.org/web/packages/AdapSamp/")
21818 (synopsis "Adaptive sampling algorithms")
21819 (description
21820 "For distributions whose probability density functions are log-concave,
21821 the adaptive rejection sampling algorithm can be used to build envelope
21822 functions for sampling. For others, the modified adaptive rejection sampling
21823 algorithm, the concave-convex adaptive rejection sampling algorithm, and the
21824 adaptive slice sampling algorithm can be used. This R package mainly includes
21825 these four functions: @code{rARS()}, @code{rMARS()}, @code{rCCARS()}, and
21826 @code{rASS()}. These functions can realize sampling based on the algorithms
21827 above.")
21828 (license license:gpl2)))
21829
21830 (define-public r-adaptalint
21831 (package
21832 (name "r-adaptalint")
21833 (version "0.2.4")
21834 (source
21835 (origin
21836 (method url-fetch)
21837 (uri (cran-uri "adaptalint" version))
21838 (sha256
21839 (base32
21840 "15qdcvnnbgcps8j5k79354wsc9alswijv8lcafg2i3lghaw536yf"))))
21841 (properties `((upstream-name . "adaptalint")))
21842 (build-system r-build-system)
21843 (propagated-inputs
21844 `(("r-dplyr" ,r-dplyr)
21845 ("r-lintr" ,r-lintr)
21846 ("r-purrr" ,r-purrr)))
21847 (home-page "https://cran.r-project.org/web/packages/adaptalint/")
21848 (synopsis "Check R code style")
21849 (description
21850 "This package provides tools to infer the code style (which style rules
21851 are followed and which ones are not) from one package and use it to check
21852 another. This makes it easier to find and correct the most important problems
21853 first.")
21854 (license license:gpl3)))
21855
21856 (define-public r-fracdiff
21857 (package
21858 (name "r-fracdiff")
21859 (version "1.5-1")
21860 (source
21861 (origin
21862 (method url-fetch)
21863 (uri (cran-uri "fracdiff" version))
21864 (sha256
21865 (base32
21866 "1dhfjlhr9sb38qgpsx0sm73l9lgc13d0fk32l7fmjfnalhr3n45q"))))
21867 (properties `((upstream-name . "fracdiff")))
21868 (build-system r-build-system)
21869 (home-page "https://github.com/mmaechler/fracdiff")
21870 (synopsis
21871 "Fractionally differenced ARIMA aka ARFIMA(P,d,q) models")
21872 (description
21873 "This package provides tools for the maximum likelihood estimation of the
21874 parameters of a fractionally differenced ARIMA(p,d,q) model (Haslett and
21875 Raftery, Appl.Statistics, 1989); it includes inference and basic methods.")
21876 (license license:gpl2+)))
21877
21878 (define-public r-forecast
21879 (package
21880 (name "r-forecast")
21881 (version "8.14")
21882 (source
21883 (origin
21884 (method url-fetch)
21885 (uri (cran-uri "forecast" version))
21886 (sha256
21887 (base32
21888 "12bfw029xb1dndcjyn2r7a51i7hnkkbdilp69k97sz2v8b7v1y3s"))))
21889 (properties `((upstream-name . "forecast")))
21890 (build-system r-build-system)
21891 (propagated-inputs
21892 `(("r-colorspace" ,r-colorspace)
21893 ("r-fracdiff" ,r-fracdiff)
21894 ("r-ggplot2" ,r-ggplot2)
21895 ("r-lmtest" ,r-lmtest)
21896 ("r-magrittr" ,r-magrittr)
21897 ("r-nnet" ,r-nnet)
21898 ("r-rcpp" ,r-rcpp)
21899 ("r-rcpparmadillo" ,r-rcpparmadillo)
21900 ("r-timedate" ,r-timedate)
21901 ("r-tseries" ,r-tseries)
21902 ("r-urca" ,r-urca)
21903 ("r-zoo" ,r-zoo)))
21904 (native-inputs
21905 `(("r-knitr" ,r-knitr))) ; needed for vignettes
21906 (home-page "https://pkg.robjhyndman.com/forecast/")
21907 (synopsis "Forecasting functions for time series and linear models")
21908 (description
21909 "This package provides methods and tools for displaying and analysing
21910 univariate time series forecasts including exponential smoothing via state
21911 space models and automatic ARIMA modelling.")
21912 (license license:gpl3)))
21913
21914 (define-public r-xmisc
21915 (package
21916 (name "r-xmisc")
21917 (version "0.2.1")
21918 (source
21919 (origin
21920 (method url-fetch)
21921 (uri (cran-uri "Xmisc" version))
21922 (sha256
21923 (base32
21924 "11gwlcyxhz1p50m68cnqrxmisdk99v8vrsbvyr7k67f0kvsznzs1"))))
21925 (properties `((upstream-name . "Xmisc")))
21926 (build-system r-build-system)
21927 (home-page "https://cran.r-project.org/package=Xmisc")
21928 (synopsis
21929 "Xiaobei's miscellaneous classes and functions")
21930 (description
21931 "This package provides Xiaobei's miscellaneous classes and functions,
21932 which are useful when developing R packages for @dfn{object oriented
21933 programming} (OOP) using R Reference Class.")
21934 (license license:gpl2+)))
21935
21936 (define-public r-proxyc
21937 (package
21938 (name "r-proxyc")
21939 (version "0.1.5")
21940 (source
21941 (origin
21942 (method url-fetch)
21943 (uri (cran-uri "proxyC" version))
21944 (sha256
21945 (base32
21946 "159bc42x4shm6n3rh9fc8ziv3ivq0ipmpbasrh279hhn1prc8gg6"))))
21947 (properties `((upstream-name . "proxyC")))
21948 (build-system r-build-system)
21949 (propagated-inputs
21950 `(("r-matrix" ,r-matrix)
21951 ("r-rcpp" ,r-rcpp)
21952 ("r-rcpparmadillo" ,r-rcpparmadillo)
21953 ("r-rcppparallel" ,r-rcppparallel)))
21954 (home-page "https://cran.r-project.org/package=proxyC")
21955 (synopsis "Compute proximity in large sparse matrices")
21956 (description
21957 "This package provides efficient tools to compute the proximity between
21958 rows or columns of large matrices. Functions are optimised for large sparse
21959 matrices using the Armadillo and Intel TBB libraries. Among several built-in
21960 similarity/distance measures, computation of correlation, cosine similarity
21961 and Euclidean distance is particularly fast.")
21962 (license license:gpl3)))
21963
21964 (define-public r-isocodes
21965 (package
21966 (name "r-isocodes")
21967 (version "2021.02.24")
21968 (source
21969 (origin
21970 (method url-fetch)
21971 (uri (cran-uri "ISOcodes" version))
21972 (sha256
21973 (base32
21974 "19irnn2yi1bzhf03g666la84kj8040f5913kfrmd16dfnjy6j9qm"))))
21975 (properties `((upstream-name . "ISOcodes")))
21976 (build-system r-build-system)
21977 (home-page "https://cran.r-project.org/package=ISOcodes")
21978 (synopsis "Selected ISO codes")
21979 (description
21980 "This package provides ISO language, territory, currency, script and
21981 character codes. It provides ISO 639 language codes, ISO 3166 territory
21982 codes, ISO 4217 currency codes, ISO 15924 script codes, and the ISO 8859
21983 character codes as well as the UN M.49 area codes.")
21984 (license license:gpl2)))
21985
21986 (define-public r-stopwords
21987 (package
21988 (name "r-stopwords")
21989 (version "2.2")
21990 (source
21991 (origin
21992 (method url-fetch)
21993 (uri (cran-uri "stopwords" version))
21994 (sha256
21995 (base32
21996 "1f862y30c4r0phamlp7shzkpxg0vh3i410xy0336w310hv3wqsxn"))))
21997 (properties `((upstream-name . "stopwords")))
21998 (build-system r-build-system)
21999 (propagated-inputs
22000 `(("r-isocodes" ,r-isocodes)))
22001 (home-page "https://github.com/quanteda/stopwords")
22002 (synopsis "Multilingual stopword lists")
22003 (description
22004 "This package provides multiple sources of stopwords, for use in text
22005 analysis and natural language processing.")
22006 (license license:expat)))
22007
22008 (define-public r-spacyr
22009 (package
22010 (name "r-spacyr")
22011 (version "1.2.1")
22012 (source
22013 (origin
22014 (method url-fetch)
22015 (uri (cran-uri "spacyr" version))
22016 (sha256
22017 (base32
22018 "1b2ccgwsiqkvp7w37x8k7699c676q16vfrybkrfvyczyhki4s6nw"))))
22019 (properties `((upstream-name . "spacyr")))
22020 (build-system r-build-system)
22021 (propagated-inputs
22022 `(("r-data-table" ,r-data-table)
22023 ("r-reticulate" ,r-reticulate)))
22024 (home-page "https://spacyr.quanteda.io")
22025 (synopsis "R wrapper for the spaCy NLP library")
22026 (description
22027 "This package provides an R wrapper to the Python @dfn{natural language
22028 processing} (NLP) library @code{spaCy}, from @url{http://spacy.io}.")
22029 (license license:gpl3)))
22030
22031 (define-public r-snowballc
22032 (package
22033 (name "r-snowballc")
22034 (version "0.7.0")
22035 (source
22036 (origin
22037 (method url-fetch)
22038 (uri (cran-uri "SnowballC" version))
22039 (sha256
22040 (base32
22041 "1wwm71mp4b2mjb5985x782p6xj519dfrpd40qli7lmig6afyw3xi"))))
22042 (properties `((upstream-name . "SnowballC")))
22043 (build-system r-build-system)
22044 (home-page "https://r-forge.r-project.org/projects/r-temis/")
22045 (synopsis "Snowball stemmers based on the C libstemmer UTF-8 library")
22046 (description
22047 "This package provides an R interface to the C @code{libstemmer} library
22048 that implements Porter's word stemming algorithm for collapsing words to a
22049 common root to aid comparison of vocabulary. Currently supported languages
22050 are Danish, Dutch, English, Finnish, French, German, Hungarian, Italian,
22051 Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish and Turkish.")
22052 (license license:bsd-3)))
22053
22054 (define-public r-quanteda
22055 (package
22056 (name "r-quanteda")
22057 (version "2.1.2")
22058 (source
22059 (origin
22060 (method url-fetch)
22061 (uri (cran-uri "quanteda" version))
22062 (sha256
22063 (base32
22064 "13rjwgmg5v1dbryrs9ifyy76s5ib6wrbrm2y5af44vhf1h6p9cvy"))))
22065 (properties `((upstream-name . "quanteda")))
22066 (build-system r-build-system)
22067 (propagated-inputs
22068 `(("r-data-table" ,r-data-table)
22069 ("r-digest" ,r-digest)
22070 ("r-extrafont" ,r-extrafont)
22071 ("r-fastmatch" ,r-fastmatch)
22072 ("r-ggplot2" ,r-ggplot2)
22073 ("r-ggrepel" ,r-ggrepel)
22074 ("r-jsonlite" ,r-jsonlite)
22075 ("r-magrittr" ,r-magrittr)
22076 ("r-matrix" ,r-matrix)
22077 ("r-network" ,r-network)
22078 ("r-proxyc" ,r-proxyc)
22079 ("r-rcpp" ,r-rcpp)
22080 ("r-rcpparmadillo" ,r-rcpparmadillo)
22081 ("r-rcppparallel" ,r-rcppparallel)
22082 ("r-sna" ,r-sna)
22083 ("r-snowballc" ,r-snowballc)
22084 ("r-stopwords" ,r-stopwords)
22085 ("r-stringi" ,r-stringi)
22086 ("r-xml2" ,r-xml2)
22087 ("r-yaml" ,r-yaml)))
22088 (native-inputs
22089 `(("r-knitr" ,r-knitr)))
22090 (home-page "https://quanteda.io")
22091 (synopsis "Quantitative analysis of textual data")
22092 (description
22093 "This package provides a fast, flexible, and comprehensive framework for
22094 quantitative text analysis in R. It provides functionality for corpus
22095 management, creating and manipulating tokens and ngrams, exploring keywords in
22096 context, forming and manipulating sparse matrices of documents by features and
22097 feature co-occurrences, analyzing keywords, computing feature similarities and
22098 distances, applying content dictionaries, applying supervised and unsupervised
22099 machine learning, visually representing text and text analyses, and more.")
22100 (license license:gpl3)))
22101
22102 (define-public r-topicmodels
22103 (package
22104 (name "r-topicmodels")
22105 (version "0.2-12")
22106 (source
22107 (origin
22108 (method url-fetch)
22109 (uri (cran-uri "topicmodels" version))
22110 (sha256
22111 (base32
22112 "1d6iizmn042b59q2y6qc82z19wq3xm0zvgkf8iqf8fdzh51kmn5g"))))
22113 (properties `((upstream-name . "topicmodels")))
22114 (build-system r-build-system)
22115 (inputs
22116 `(("gsl" ,gsl)))
22117 (propagated-inputs
22118 `(("r-modeltools" ,r-modeltools)
22119 ("r-slam" ,r-slam)
22120 ("r-tm" ,r-tm)))
22121 (home-page "https://cran.r-project.org/package=topicmodels")
22122 (synopsis "Topic models")
22123 (description
22124 "This package provides an interface to the C code for @dfn{Latent
22125 Dirichlet Allocation} (LDA) models and @dfn{Correlated Topics Models} (CTM) by
22126 David M. Blei and co-authors and the C++ code for fitting LDA models using
22127 Gibbs sampling by Xuan-Hieu Phan and co-authors.")
22128 (license license:gpl2)))
22129
22130 (define-public r-stm
22131 (package
22132 (name "r-stm")
22133 (version "1.3.6")
22134 (source
22135 (origin
22136 (method url-fetch)
22137 (uri (cran-uri "stm" version))
22138 (sha256
22139 (base32
22140 "0qwq4nin2n9fjd06852r8k7arvcgh46kcfb3lm21swgx6j8bgrhb"))))
22141 (properties `((upstream-name . "stm")))
22142 (build-system r-build-system)
22143 (propagated-inputs
22144 `(("r-data-table" ,r-data-table)
22145 ("r-glmnet" ,r-glmnet)
22146 ("r-lda" ,r-lda)
22147 ("r-matrix" ,r-matrix)
22148 ("r-matrixstats" ,r-matrixstats)
22149 ("r-quadprog" ,r-quadprog)
22150 ("r-quanteda" ,r-quanteda)
22151 ("r-rcpp" ,r-rcpp)
22152 ("r-rcpparmadillo" ,r-rcpparmadillo)
22153 ("r-slam" ,r-slam)
22154 ("r-stringr" ,r-stringr)))
22155 (home-page "http://www.structuraltopicmodel.com/")
22156 (synopsis "Estimation of the Structural Topic Model")
22157 (description
22158 "The @dfn{Structural Topic Model} (STM) allows researchers to estimate
22159 topic models with document-level covariates. The package also includes tools
22160 for model selection, visualization, and estimation of topic-covariate
22161 regressions.")
22162 (license license:expat)))
22163
22164 (define-public r-polycor
22165 (package
22166 (name "r-polycor")
22167 (version "0.7-10")
22168 (source
22169 (origin
22170 (method url-fetch)
22171 (uri (cran-uri "polycor" version))
22172 (sha256
22173 (base32
22174 "0wzwzklflbhi8sv9m7ijwr16v9zmkk0j0v4pbcpf32f8lbn3psna"))))
22175 (properties `((upstream-name . "polycor")))
22176 (build-system r-build-system)
22177 (propagated-inputs
22178 `(("r-matrix" ,r-matrix)
22179 ("r-mvtnorm" ,r-mvtnorm)))
22180 (home-page "https://r-forge.r-project.org/projects/polycor/")
22181 (synopsis "Polychoric and polyserial correlations")
22182 (description
22183 "This package provides tools to compute polychoric and polyserial
22184 correlations by quick \"two-step\" methods or ML, optionally with standard
22185 errors; tetrachoric and biserial correlations are special cases.")
22186 (license license:gpl2+)))
22187
22188 (define-public r-msm
22189 (package
22190 (name "r-msm")
22191 (version "1.6.8")
22192 (source
22193 (origin
22194 (method url-fetch)
22195 (uri (cran-uri "msm" version))
22196 (sha256
22197 (base32
22198 "1d32y8f0vb2dfv3999liigpns788j145nrvd1xpxb9i2lsg8mwgk"))))
22199 (properties `((upstream-name . "msm")))
22200 (build-system r-build-system)
22201 (propagated-inputs
22202 `(("r-expm" ,r-expm)
22203 ("r-mvtnorm" ,r-mvtnorm)
22204 ("r-survival" ,r-survival)))
22205 (home-page "https://github.com/chjackson/msm")
22206 (synopsis "Multi-state Markov and hidden Markov models in continuous time")
22207 (description
22208 "This package provides functions for fitting continuous-time Markov and
22209 hidden Markov multi-state models to longitudinal data. It was designed for
22210 processes observed at arbitrary times in continuous time (panel data) but some
22211 other observation schemes are supported. Both Markov transition rates and the
22212 hidden Markov output process can be modelled in terms of covariates, which may
22213 be constant or piecewise-constant in time.")
22214 (license license:gpl2+)))
22215
22216 (define-public r-ltm
22217 (package
22218 (name "r-ltm")
22219 (version "1.1-1")
22220 (source
22221 (origin
22222 (method url-fetch)
22223 (uri (cran-uri "ltm" version))
22224 (sha256
22225 (base32
22226 "1qrgzwx5l58qf5rfp1knxc84r0g943q5sdr3ky74zzwpnmrf2vf7"))))
22227 (properties `((upstream-name . "ltm")))
22228 (build-system r-build-system)
22229 (propagated-inputs
22230 `(("r-mass" ,r-mass)
22231 ("r-msm" ,r-msm)
22232 ("r-polycor" ,r-polycor)))
22233 (home-page "https://github.com/drizopoulos/ltm")
22234 (synopsis "Latent trait models under IRT")
22235 (description
22236 "This is a package supporting the analysis of multivariate dichotomous
22237 and polytomous data using latent trait models under the Item Response Theory
22238 approach. It includes the Rasch, the Two-Parameter Logistic, the Birnbaum's
22239 Three-Parameter, the Graded Response, and the Generalized Partial Credit
22240 Models.")
22241 (license license:gpl2+)))
22242
22243 (define-public r-mi
22244 (package
22245 (name "r-mi")
22246 (version "1.0")
22247 (source
22248 (origin
22249 (method url-fetch)
22250 (uri (cran-uri "mi" version))
22251 (sha256
22252 (base32
22253 "1h47k5mpbvhid83277dvvj2di493bgzz9iarpyv3r30y219l7x1l"))))
22254 (properties `((upstream-name . "mi")))
22255 (build-system r-build-system)
22256 (propagated-inputs
22257 `(("r-arm" ,r-arm)
22258 ("r-matrix" ,r-matrix)))
22259 (home-page "http://www.stat.columbia.edu/~gelman/")
22260 (synopsis "Missing data imputation and model checking")
22261 (description
22262 "This package provides functions for data manipulation, imputing missing
22263 values in an approximate Bayesian framework, diagnostics of the models used to
22264 generate the imputations, confidence-building mechanisms to validate some of
22265 the assumptions of the imputation algorithm, and functions to analyze multiply
22266 imputed data sets with the appropriate degree of sampling uncertainty.")
22267 (license license:gpl2+)))
22268
22269 (define-public r-matrixcalc
22270 (package
22271 (name "r-matrixcalc")
22272 (version "1.0-3")
22273 (source
22274 (origin
22275 (method url-fetch)
22276 (uri (cran-uri "matrixcalc" version))
22277 (sha256
22278 (base32
22279 "1c4w9dhi5w98qj1wwh9bbpnfk39rhiwjbanalr8bi5nmxkpcmrhp"))))
22280 (properties `((upstream-name . "matrixcalc")))
22281 (build-system r-build-system)
22282 (home-page "https://cran.r-project.org/web/packages/matrixcalc/")
22283 (synopsis "Collection of functions for matrix calculations")
22284 (description
22285 "This package provides a collection of functions to support matrix
22286 calculations for probability, econometric and numerical analysis. There are
22287 additional functions that are comparable to APL functions which are useful for
22288 actuarial models such as pension mathematics.")
22289 (license license:gpl2+)))
22290
22291 (define-public r-sem
22292 (package
22293 (name "r-sem")
22294 (version "3.1-11")
22295 (source
22296 (origin
22297 (method url-fetch)
22298 (uri (cran-uri "sem" version))
22299 (sha256
22300 (base32
22301 "03j3ig6fy34pi6nwfq9w8f5m555lilw5skr1vn6ay4yvjmvavc9k"))))
22302 (properties `((upstream-name . "sem")))
22303 (build-system r-build-system)
22304 (propagated-inputs
22305 `(("r-boot" ,r-boot)
22306 ("r-mass" ,r-mass)
22307 ("r-matrixcalc" ,r-matrixcalc)
22308 ("r-mi" ,r-mi)))
22309 (home-page "https://cran.r-project.org/package=sem")
22310 (synopsis "Structural equation models")
22311 (description
22312 "This package provides functions for fitting general linear structural
22313 equation models (with observed and latent variables) using the RAM approach,
22314 and for fitting structural equations in observed-variable models by two-stage
22315 least squares.")
22316 (license license:gpl2+)))
22317
22318 (define-public r-semtools
22319 (package
22320 (name "r-semtools")
22321 (version "0.5-4")
22322 (source
22323 (origin
22324 (method url-fetch)
22325 (uri (cran-uri "semTools" version))
22326 (sha256
22327 (base32
22328 "15kban4ds2mssxqslm126b89p8biya14c9m68sqk61vzvx5dm2vq"))))
22329 (properties `((upstream-name . "semTools")))
22330 (build-system r-build-system)
22331 (propagated-inputs
22332 `(("r-lavaan" ,r-lavaan)))
22333 (home-page "https://github.com/simsem/semTools/wiki")
22334 (synopsis "Useful tools for structural equation modeling")
22335 (description
22336 "This package provides useful tools for structural equation modeling.")
22337 (license license:gpl2+)))
22338
22339 (define-public r-regsem
22340 (package
22341 (name "r-regsem")
22342 (version "1.6.2")
22343 (source
22344 (origin
22345 (method url-fetch)
22346 (uri (cran-uri "regsem" version))
22347 (sha256
22348 (base32
22349 "14nrzyrkrijdrr4jwkri5zra2wh36w68wy6xs600l2z1633h2lmn"))))
22350 (properties `((upstream-name . "regsem")))
22351 (build-system r-build-system)
22352 (propagated-inputs
22353 `(("r-lavaan" ,r-lavaan)
22354 ("r-rcpp" ,r-rcpp)
22355 ("r-rcpparmadillo" ,r-rcpparmadillo)
22356 ("r-rsolnp" ,r-rsolnp)))
22357 (native-inputs
22358 `(("r-knitr" ,r-knitr)))
22359 (home-page "https://cran.r-project.org/package=regsem")
22360 (synopsis "Regularized structural equation modeling")
22361 (description
22362 "This package uses both ridge and lasso penalties (and extensions) to
22363 penalize specific parameters in structural equation models. The package
22364 offers additional cost functions, cross validation, and other extensions
22365 beyond traditional structural equation models. It also contains a function to
22366 perform @dfn{exploratory mediation} (XMed).")
22367 (license license:gpl2+)))
22368
22369 (define-public r-stanheaders
22370 (package
22371 (name "r-stanheaders")
22372 (version "2.21.0-7")
22373 (source
22374 (origin
22375 (method url-fetch)
22376 (uri (cran-uri "StanHeaders" version))
22377 (sha256
22378 (base32
22379 "0srkyawyiykn3p5lw1z3zf18s4ax4iasv1ci3l1px40f9w36wm17"))))
22380 (properties `((upstream-name . "StanHeaders")))
22381 (build-system r-build-system)
22382 (inputs `(("pandoc" ,pandoc)))
22383 (propagated-inputs
22384 `(("r-rcppeigen" ,r-rcppeigen)
22385 ("r-rcppparallel" ,r-rcppparallel)))
22386 (native-inputs
22387 `(("gfortran" ,gfortran)
22388 ("r-knitr" ,r-knitr))) ; for vignettes
22389 (home-page "https://mc-stan.org/")
22390 (synopsis "C++ header files for Stan")
22391 (description
22392 "The C++ header files of the Stan project are provided by this package.
22393 There is a shared object containing part of the @code{CVODES} library, but it
22394 is not accessible from R. @code{r-stanheaders} is only useful for developers
22395 who want to utilize the @code{LinkingTo} directive of their package's
22396 DESCRIPTION file to build on the Stan library without incurring unnecessary
22397 dependencies.
22398
22399 The Stan project develops a probabilistic programming language that implements
22400 full or approximate Bayesian statistical inference via Markov Chain Monte
22401 Carlo or variational methods and implements (optionally penalized) maximum
22402 likelihood estimation via optimization. The Stan library includes an advanced
22403 automatic differentiation scheme, templated statistical and linear algebra
22404 functions that can handle the automatically differentiable scalar types (and
22405 doubles, ints, etc.), and a parser for the Stan language. The @code{r-rstan}
22406 package provides user-facing R functions to parse, compile, test, estimate,
22407 and analyze Stan models.")
22408 (license license:bsd-3)))
22409
22410 (define-public r-rpf
22411 (package
22412 (name "r-rpf")
22413 (version "1.0.5")
22414 (source
22415 (origin
22416 (method url-fetch)
22417 (uri (cran-uri "rpf" version))
22418 (sha256
22419 (base32
22420 "0kz7i7g3l16irz6bxgnkxdmmd931m1fk6rl72dvs21ir5brr010l"))))
22421 (properties `((upstream-name . "rpf")))
22422 (build-system r-build-system)
22423 (propagated-inputs
22424 `(("r-lifecycle" ,r-lifecycle)
22425 ("r-mvtnorm" ,r-mvtnorm)
22426 ("r-rcpp" ,r-rcpp)
22427 ("r-rcppeigen" ,r-rcppeigen)))
22428 (native-inputs
22429 `(("r-knitr" ,r-knitr)))
22430 (home-page "https://github.com/jpritikin/rpf")
22431 (synopsis "Response probability functions")
22432 (description
22433 "The purpose of this package is to factor out logic and math common to
22434 Item Factor Analysis fitting, diagnostics, and analysis. It is envisioned as
22435 core support code suitable for more specialized IRT packages to build upon.
22436 Complete access to optimized C functions is made available with
22437 @code{R_RegisterCCallable()}.")
22438 (license license:gpl3+)))
22439
22440 (define-public r-openmx
22441 (package
22442 (name "r-openmx")
22443 (version "2.19.1")
22444 (source
22445 (origin
22446 (method url-fetch)
22447 (uri (cran-uri "OpenMx" version))
22448 (sha256
22449 (base32
22450 "0fbndmwb3krypsavgm3blqkhh8blmi3p186yxmvgv3a9m6r154rj"))))
22451 (properties `((upstream-name . "OpenMx")))
22452 (build-system r-build-system)
22453 (propagated-inputs
22454 `(("r-bh" ,r-bh)
22455 ("r-digest" ,r-digest)
22456 ("r-lifecycle" ,r-lifecycle)
22457 ("r-mass" ,r-mass)
22458 ("r-matrix" ,r-matrix)
22459 ("r-rcpp" ,r-rcpp)
22460 ("r-rcppeigen" ,r-rcppeigen)
22461 ("r-rpf" ,r-rpf)
22462 ("r-stanheaders" ,r-stanheaders)))
22463 (native-inputs `(("gfortran" ,gfortran)))
22464 (home-page "http://openmx.ssri.psu.edu")
22465 (synopsis "Extended structural equation modelling")
22466 (description
22467 "This package allows for the estimation of a wide variety of advanced
22468 multivariate statistical models. It consists of a library of functions and
22469 optimizers that allow you to quickly and flexibly define an SEM model and
22470 estimate parameters given observed data.")
22471 (license license:asl2.0)))
22472
22473 (define-public r-kutils
22474 (package
22475 (name "r-kutils")
22476 (version "1.70")
22477 (source
22478 (origin
22479 (method url-fetch)
22480 (uri (cran-uri "kutils" version))
22481 (sha256
22482 (base32
22483 "06jk66wbq3jmdf2jdhqns6r3yk36l2x7c907x977zv80sqxa1l37"))))
22484 (properties `((upstream-name . "kutils")))
22485 (build-system r-build-system)
22486 (propagated-inputs
22487 `(("r-foreign" ,r-foreign)
22488 ("r-openxlsx" ,r-openxlsx)
22489 ("r-plyr" ,r-plyr)
22490 ("r-runit" ,r-runit)
22491 ("r-xtable" ,r-xtable)))
22492 (home-page "https://cran.r-project.org/package=kutils")
22493 (synopsis "Project management tools")
22494 (description
22495 "This package provides tools for data importation, recoding, and
22496 inspection. There are functions to create new project folders, R code
22497 templates, create uniquely named output directories, and to quickly obtain a
22498 visual summary for each variable in a data frame. The main feature here is
22499 the systematic implementation of the \"variable key\" framework for data
22500 importation and recoding.")
22501 (license license:gpl2)))
22502
22503 (define-public r-rockchalk
22504 (package
22505 (name "r-rockchalk")
22506 (version "1.8.144")
22507 (source
22508 (origin
22509 (method url-fetch)
22510 (uri (cran-uri "rockchalk" version))
22511 (sha256
22512 (base32
22513 "07dp1n155b9gfvk8l30h6bhjbhbylsjxfzns08mryn4mxj3nqpnb"))))
22514 (properties `((upstream-name . "rockchalk")))
22515 (build-system r-build-system)
22516 (propagated-inputs
22517 `(("r-cardata" ,r-cardata)
22518 ("r-kutils" ,r-kutils)
22519 ("r-lme4" ,r-lme4)
22520 ("r-mass" ,r-mass)))
22521 (home-page "https://cran.r-project.org/package=rockchalk")
22522 (synopsis "Regression estimation and presentation")
22523 (description
22524 "This package provides a collection of functions for interpretation and
22525 presentation of regression analysis. These functions are used to produce the
22526 statistics lectures in @url{http://pj.freefaculty.org/guides}. The package
22527 includes regression diagnostics, regression tables, and plots of interactions
22528 and \"moderator\" variables. The emphasis is on \"mean-centered\" and
22529 \"residual-centered\" predictors. The vignette @code{rockchalk} offers a
22530 fairly comprehensive overview.")
22531 (license license:gpl3+)))
22532
22533 (define-public r-lisreltor
22534 (package
22535 (name "r-lisreltor")
22536 (version "0.1.4")
22537 (source
22538 (origin
22539 (method url-fetch)
22540 (uri (cran-uri "lisrelToR" version))
22541 (sha256
22542 (base32
22543 "0zicq0z3hhixan1p1apybnf3v5s6v6ysll4pcz8ivygwr2swv3p5"))))
22544 (properties `((upstream-name . "lisrelToR")))
22545 (build-system r-build-system)
22546 (home-page "https://cran.r-project.org/package=lisrelToR")
22547 (synopsis "Import output from LISREL into R")
22548 (description
22549 "This is an unofficial package aimed at automating the import of LISREL
22550 output in R.")
22551 (license license:gpl2)))
22552
22553 (define-public r-bdgraph
22554 (package
22555 (name "r-bdgraph")
22556 (version "2.63")
22557 (source
22558 (origin
22559 (method url-fetch)
22560 (uri (cran-uri "BDgraph" version))
22561 (sha256
22562 (base32
22563 "05q6dbvdnxmh7myvw60zqcqx16f80i8d6qa4y7xnfkx02l9lwiyc"))))
22564 (properties `((upstream-name . "BDgraph")))
22565 (build-system r-build-system)
22566 (propagated-inputs
22567 `(("r-igraph" ,r-igraph)))
22568 (home-page "https://www.uva.nl/profile/a.mohammadi")
22569 (synopsis "Bayesian structure learning in graphical models")
22570 (description
22571 "This package provides statistical tools for Bayesian structure learning
22572 in undirected graphical models for continuous, discrete, and mixed data. It
22573 uses a trans-dimensional @dfn{Markov Chain Monte Carlo} (MCMC) approach based
22574 on a continuous-time birth-death process.")
22575 (license license:gpl2+)))
22576
22577 (define-public r-d3network
22578 (package
22579 (name "r-d3network")
22580 (version "0.5.2.1")
22581 (source
22582 (origin
22583 (method url-fetch)
22584 (uri (cran-uri "d3Network" version))
22585 (sha256
22586 (base32
22587 "1gh979z9wksyxxxdzlfzibn0ysvf6h1ij7vwpd55fvbwr308syaw"))))
22588 (properties `((upstream-name . "d3Network")))
22589 (build-system r-build-system)
22590 (propagated-inputs
22591 `(("r-plyr" ,r-plyr)
22592 ("r-rjson" ,r-rjson)
22593 ("r-whisker" ,r-whisker)))
22594 (home-page "http://christophergandrud.github.io/d3Network/")
22595 (synopsis "Create D3 JavaScript network, tree, dendrogram, and Sankey graphs")
22596 (description
22597 "This package is intended to make it easy to create D3 JavaScript
22598 network, tree, dendrogram, and Sankey graphs from R using data frames.")
22599 (license license:gpl3+)))
22600
22601 (define-public r-qgraph
22602 (package
22603 (name "r-qgraph")
22604 (version "1.6.9")
22605 (source
22606 (origin
22607 (method url-fetch)
22608 (uri (cran-uri "qgraph" version))
22609 (sha256
22610 (base32
22611 "153bqfmsrghkg7598nfr57r3cxv6dn6ir084njl2sqq5np0sj9di"))))
22612 (properties `((upstream-name . "qgraph")))
22613 (build-system r-build-system)
22614 (propagated-inputs
22615 `(("r-abind" ,r-abind)
22616 ("r-colorspace" ,r-colorspace)
22617 ("r-corpcor" ,r-corpcor)
22618 ("r-dplyr" ,r-dplyr)
22619 ("r-fdrtool" ,r-fdrtool)
22620 ("r-ggplot2" ,r-ggplot2)
22621 ("r-glasso" ,r-glasso)
22622 ("r-gtools" ,r-gtools)
22623 ("r-hmisc" ,r-hmisc)
22624 ("r-igraph" ,r-igraph)
22625 ("r-jpeg" ,r-jpeg)
22626 ("r-lavaan" ,r-lavaan)
22627 ("r-matrix" ,r-matrix)
22628 ("r-pbapply" ,r-pbapply)
22629 ("r-plyr" ,r-plyr)
22630 ("r-png" ,r-png)
22631 ("r-psych" ,r-psych)
22632 ("r-rcpp" ,r-rcpp)
22633 ("r-reshape2" ,r-reshape2)))
22634 (home-page "http://sachaepskamp.com/qgraph/")
22635 (synopsis "Weighted network visualization and analysis")
22636 (description
22637 "This package implements tools for weighted network visualization and
22638 analysis, as well as Gaussian graphical model computation. It contains graph
22639 plotting methods, and tools for psychometric data visualization and graphical
22640 model estimation. See Epskamp et al. (2012)
22641 @url{doi:10.18637/jss.v048.i04}.")
22642 (license license:gpl2)))
22643
22644 (define-public r-semplot
22645 (package
22646 (name "r-semplot")
22647 (version "1.1.2")
22648 (source
22649 (origin
22650 (method url-fetch)
22651 (uri (cran-uri "semPlot" version))
22652 (sha256
22653 (base32
22654 "0l1v9yi1pv59iwfknw4dh9qskk5y8r347jq1vq13gnfd3bmd71xr"))))
22655 (properties `((upstream-name . "semPlot")))
22656 (build-system r-build-system)
22657 (propagated-inputs
22658 `(("r-colorspace" ,r-colorspace)
22659 ("r-corpcor" ,r-corpcor)
22660 ("r-igraph" ,r-igraph)
22661 ("r-lavaan" ,r-lavaan)
22662 ("r-lisreltor" ,r-lisreltor)
22663 ("r-openmx" ,r-openmx)
22664 ("r-plyr" ,r-plyr)
22665 ("r-qgraph" ,r-qgraph)
22666 ("r-regsem" ,r-regsem)
22667 ("r-rockchalk" ,r-rockchalk)
22668 ("r-sem" ,r-sem)
22669 ("r-xml" ,r-xml)))
22670 (home-page "https://github.com/SachaEpskamp/semPlot")
22671 (synopsis "Unified visualizations of structural equation models")
22672 (description
22673 "Structural equation modeling (SEM) has a long history of representing
22674 models graphically as path diagrams. The semPlot package for R fills the gap
22675 between advanced, but time-consuming, graphical software and the limited
22676 graphics produced automatically by SEM software. In addition, semPlot offers
22677 more functionality than drawing path diagrams: it can act as a common ground
22678 for importing SEM results into R. Any result usable as input to semPlot can
22679 also be represented in any of the three popular SEM frame-works, as well as
22680 translated to input syntax for the R packages @code{sem} and @code{lavaan}.")
22681 (license license:gpl2)))
22682
22683 (define-public r-cdm
22684 (package
22685 (name "r-cdm")
22686 (version "7.5-15")
22687 (source
22688 (origin
22689 (method url-fetch)
22690 (uri (cran-uri "CDM" version))
22691 (sha256
22692 (base32
22693 "159ny2dz0rf1r3k1mqlfwambffc8rx425sggf5bn51nybpzanq3l"))))
22694 (properties `((upstream-name . "CDM")))
22695 (build-system r-build-system)
22696 (propagated-inputs
22697 `(("r-mvtnorm" ,r-mvtnorm)
22698 ("r-polycor" ,r-polycor)
22699 ("r-rcpp" ,r-rcpp)
22700 ("r-rcpparmadillo" ,r-rcpparmadillo)))
22701 (home-page
22702 "https://github.com/alexanderrobitzsch/CDM")
22703 (synopsis "Cognitive diagnosis modeling")
22704 (description
22705 "This package provides functions for cognitive diagnosis modeling and
22706 multidimensional item response modeling for dichotomous and polytomous item
22707 responses. It enables the estimation of the DINA and DINO model, the multiple
22708 group (polytomous) GDINA model, the multiple choice DINA model, the general
22709 diagnostic model (GDM), the structured latent class model (SLCA), and
22710 regularized latent class analysis. See George, Robitzsch, Kiefer, Gross, and
22711 Uenlue (2017) @url{doi:10.18637/jss.v074.i02} for further details on
22712 estimation and the package structure. For tutorials on how to use the CDM
22713 package see George and Robitzsch (2015, @url{doi:10.20982/tqmp.11.3.p189}) as
22714 well as Ravand and Robitzsch (2015).")
22715 (license license:gpl2+)))
22716
22717 (define-public r-tam
22718 (package
22719 (name "r-tam")
22720 (version "3.5-19")
22721 (source
22722 (origin
22723 (method url-fetch)
22724 (uri (cran-uri "TAM" version))
22725 (sha256
22726 (base32
22727 "1x1pdy0hrk4c3x5l4gcslpvyb0sv2zgly4n3a7y8j6yrzajx0sg7"))))
22728 (properties `((upstream-name . "TAM")))
22729 (build-system r-build-system)
22730 (propagated-inputs
22731 `(("r-cdm" ,r-cdm)
22732 ("r-rcpp" ,r-rcpp)
22733 ("r-rcpparmadillo" ,r-rcpparmadillo)))
22734 (home-page "http://www.edmeasurementsurveys.com/TAM/Tutorials/")
22735 (synopsis "Test analysis modules")
22736 (description
22737 "This package includes tools for marginal maximum likelihood estimation
22738 and joint maximum likelihood estimation for unidimensional and
22739 multidimensional item response models. The package functionality covers the
22740 Rasch model, 2PL model, 3PL model, generalized partial credit model,
22741 multi-faceted Rasch model, nominal item response model, structured latent
22742 class model, mixture distribution IRT models, and located latent class models.
22743 Latent regression models and plausible value imputation are also supported.")
22744 (license license:gpl2+)))
22745
22746 (define-public r-erm
22747 (package
22748 (name "r-erm")
22749 (version "1.0-2")
22750 (source
22751 (origin
22752 (method url-fetch)
22753 (uri (cran-uri "eRm" version))
22754 (sha256
22755 (base32
22756 "0smym010kswc5vx90qr3x1vl16xj1x1i54rvrj006dc4agc1vmlk"))))
22757 (properties `((upstream-name . "eRm")))
22758 (build-system r-build-system)
22759 (propagated-inputs
22760 `(("r-colorspace" ,r-colorspace)
22761 ("r-lattice" ,r-lattice)
22762 ("r-mass" ,r-mass)
22763 ("r-matrix" ,r-matrix)
22764 ("r-psych" ,r-psych)))
22765 (native-inputs `(("gfortran" ,gfortran)))
22766 (home-page "https://cran.r-project.org/package=eRm")
22767 (synopsis "Extended Rasch modeling")
22768 (description
22769 "This package provides tools to fit @dfn{Rasch models} (RM), @dfn{linear
22770 logistic test models} (LLTM), @dfn{rating scale model} (RSM), @dfn{linear
22771 rating scale models} (LRSM), @dfn{partial credit models} (PCM), and
22772 @dfn{linear partial credit models} (LPCM). Missing values are allowed in the
22773 data matrix. Additional features are the ML estimation of the person
22774 parameters, Andersen's LR-test, item-specific Wald test, Martin-Loef-Test,
22775 nonparametric Monte-Carlo Tests, itemfit and personfit statistics including
22776 infit and outfit measures, ICC and other plots, automated stepwise item
22777 elimination, and a simulation module for various binary data matrices.")
22778 (license license:gpl3)))
22779
22780 (define-public r-irtoys
22781 (package
22782 (name "r-irtoys")
22783 (version "0.2.1")
22784 (source
22785 (origin
22786 (method url-fetch)
22787 (uri (cran-uri "irtoys" version))
22788 (sha256
22789 (base32
22790 "0h6iiaxikhbxhbyksbjnb09qdxinlkwr2v9yzs5wslbni14paq5q"))))
22791 (properties `((upstream-name . "irtoys")))
22792 (build-system r-build-system)
22793 (propagated-inputs
22794 `(("r-ltm" ,r-ltm)
22795 ("r-sm" ,r-sm)))
22796 (home-page "https://cran.r-project.org/package=irtoys")
22797 (synopsis "Collection of functions related to Item Response Theory (IRT)")
22798 (description
22799 "This package provides a collection of functions useful in learning and
22800 practicing @dfn{Item Response Theory} (IRT), which can be combined into larger
22801 programs. It provides basic CTT analysis, a simple common interface to the
22802 estimation of item parameters in IRT models for binary responses with three
22803 different programs (ICL, BILOG-MG, and ltm), ability estimation (MLE, BME,
22804 EAP, WLE, plausible values), item and person fit statistics, scaling
22805 methods (MM, MS, Stocking-Lord, and the complete Hebaera method), and a rich
22806 array of parametric and non-parametric (kernel) plots. It estimates and plots
22807 Haberman's interaction model when all items are dichotomously scored.")
22808 (license license:gpl2+)))
22809
22810 (define-public r-iheatmapr
22811 (package
22812 (name "r-iheatmapr")
22813 (version "0.5.1")
22814 (source
22815 (origin
22816 (method url-fetch)
22817 (uri (cran-uri "iheatmapr" version))
22818 (sha256
22819 (base32
22820 "1pwkwh7ljlpr6zyz6j8knpz3iw60xzkw8amc98x4pc2mw148jvzx"))))
22821 (properties `((upstream-name . "iheatmapr")))
22822 (build-system r-build-system)
22823 (propagated-inputs
22824 `(("r-fastcluster" ,r-fastcluster)
22825 ("r-ggdendro" ,r-ggdendro)
22826 ("r-htmlwidgets" ,r-htmlwidgets)
22827 ("r-jsonlite" ,r-jsonlite)
22828 ("r-knitr" ,r-knitr)
22829 ("r-magrittr" ,r-magrittr)
22830 ("r-rcolorbrewer" ,r-rcolorbrewer)
22831 ("r-scales" ,r-scales)))
22832 (native-inputs
22833 `(("r-knitr" ,r-knitr)))
22834 (home-page "https://docs.ropensci.org/iheatmapr")
22835 (synopsis "Interactive, Complex Heatmaps")
22836 (description
22837 "iheatmapr is an R package for building complex, interactive heatmaps
22838 using modular building blocks. \"Complex\" heatmaps are heatmaps in which
22839 subplots along the rows or columns of the main heatmap add more information
22840 about each row or column. For example, a one column additional heatmap may
22841 indicate what group a particular row or column belongs to. Complex heatmaps
22842 may also include multiple side by side heatmaps which show different types of
22843 data for the same conditions. Interactivity can improve complex heatmaps by
22844 providing tooltips with information about each cell and enabling zooming into
22845 interesting features. iheatmapr uses the plotly library for interactivity.")
22846 (license license:expat)))
22847
22848 (define-public r-packrat
22849 (package
22850 (name "r-packrat")
22851 (version "0.5.0")
22852 (source
22853 (origin
22854 (method url-fetch)
22855 (uri (cran-uri "packrat" version))
22856 (sha256
22857 (base32
22858 "1xy5dd2hrpqa07jfl4s7dsrya05mf36ms74j833scdz0zf89586n"))))
22859 (properties `((upstream-name . "packrat")))
22860 (build-system r-build-system)
22861 (home-page "https://github.com/rstudio/packrat/")
22862 (synopsis "Dependency management R projects")
22863 (description
22864 "This package provides a dependency manager for R projects that allows
22865 you to manage the R packages your project depends on in an isolated, portable,
22866 and reproducible way.")
22867 (license license:gpl2)))
22868
22869 (define-public r-rsconnect
22870 (package
22871 (name "r-rsconnect")
22872 (version "0.8.16")
22873 (source
22874 (origin
22875 (method url-fetch)
22876 (uri (cran-uri "rsconnect" version))
22877 (sha256
22878 (base32
22879 "05ii0p0p7xpf8z0c1594s5q7wpwcs7lmlddrd67s5p2ka5m8qwiz"))))
22880 (properties `((upstream-name . "rsconnect")))
22881 (build-system r-build-system)
22882 (propagated-inputs
22883 `(("r-curl" ,r-curl)
22884 ("r-digest" ,r-digest)
22885 ("r-jsonlite" ,r-jsonlite)
22886 ("r-openssl" ,r-openssl)
22887 ("r-packrat" ,r-packrat)
22888 ("r-rstudioapi" ,r-rstudioapi)
22889 ("r-yaml" ,r-yaml)))
22890 (home-page "https://github.com/rstudio/rsconnect")
22891 (synopsis "Deployment interface for R Markdown documents and Shiny applications")
22892 (description
22893 "This package provides a programmatic deployment interface for RPubs,
22894 shinyapps.io, and RStudio Connect. Supported content types include R Markdown
22895 documents, Shiny applications, Plumber APIs, plots, and static web content.")
22896 (license license:gpl2)))
22897
22898 ;; This package includes minified JavaScript files. When upgrading please
22899 ;; check that there are no new minified JavaScript files.
22900 (define-public r-dygraphs
22901 (package
22902 (name "r-dygraphs")
22903 (version "1.1.1.6")
22904 (source
22905 (origin
22906 (method url-fetch)
22907 (uri (cran-uri "dygraphs" version))
22908 (sha256
22909 (base32
22910 "022j007mzfa9k2n31yg4aizcsf571vv3jip092h23rqj03rk3ly3"))))
22911 (properties `((upstream-name . "dygraphs")))
22912 (build-system r-build-system)
22913 (arguments
22914 `(#:modules ((guix build utils)
22915 (guix build r-build-system)
22916 (srfi srfi-1)
22917 (ice-9 popen))
22918 #:phases
22919 (modify-phases %standard-phases
22920 (add-after 'unpack 'process-javascript
22921 (lambda* (#:key inputs #:allow-other-keys)
22922 (with-directory-excursion "inst/htmlwidgets/lib/"
22923 (call-with-values
22924 (lambda ()
22925 (unzip2
22926 `(("dygraphs/dygraph-combined-dev.js"
22927 "dygraph-combined.js")
22928 (,(assoc-ref inputs "js-jquery")
22929 "jquery/jquery.min.js")
22930 (,(assoc-ref inputs "js-fquarter")
22931 "fquarter/moment-fquarter.min.js"))))
22932 (lambda (sources targets)
22933 (for-each (lambda (source target)
22934 (format #t "Processing ~a --> ~a~%"
22935 source target)
22936 (let ((minified (open-pipe* OPEN_READ "uglify-js" source)))
22937 (call-with-output-file target
22938 (lambda (port)
22939 (dump-port minified port)))))
22940 sources targets))))
22941 #t)))))
22942 (native-inputs
22943 `(("uglify-js" ,uglify-js)
22944 ;; They actually use version 1.11.1, but this more recent version
22945 ;; should be just fine.
22946 ("js-jquery"
22947 ,(origin
22948 (method url-fetch)
22949 (uri "https://code.jquery.com/jquery-1.12.4.js")
22950 (sha256
22951 (base32
22952 "0x9mrc1668icvhpwzvgafm8xm11x9lfai9nwr66aw6pjnpwkc3s3"))))
22953 ("js-fquarter"
22954 ,(origin
22955 (method url-fetch)
22956 (uri (string-append "https://raw.githubusercontent.com/robgallen/"
22957 "moment-fquarter/1.0.1/moment-fquarter.js"))
22958 (sha256
22959 (base32
22960 "01mdnsaibm9jy2f1qpbn692hpv309lhj5si9nagib4dawmrkffij"))))))
22961 (propagated-inputs
22962 `(("r-htmltools" ,r-htmltools)
22963 ("r-htmlwidgets" ,r-htmlwidgets)
22964 ("r-magrittr" ,r-magrittr)
22965 ("r-xts" ,r-xts)
22966 ("r-zoo" ,r-zoo)))
22967 (home-page "https://github.com/rstudio/dygraphs")
22968 (synopsis "Interface to Dygraphs interactive time series charting library")
22969 (description
22970 "This package provides an R interface to the dygraphs JavaScript charting
22971 library (a copy of which is included in the package). It provides rich
22972 facilities for charting time-series data in R, including highly configurable
22973 series- and axis-display and interactive features like zoom/pan and
22974 series/point highlighting.")
22975 (license license:expat)))
22976
22977 (define-public r-shinystan
22978 (package
22979 (name "r-shinystan")
22980 (version "2.5.0")
22981 (source
22982 (origin
22983 (method url-fetch)
22984 (uri (cran-uri "shinystan" version))
22985 (sha256
22986 (base32
22987 "18alf5kiqw7y2l6m5nxxizwc2znsf9frxfsqhvgcad8hld9cbya5"))))
22988 (properties `((upstream-name . "shinystan")))
22989 (build-system r-build-system)
22990 (propagated-inputs
22991 `(("r-bayesplot" ,r-bayesplot)
22992 ("r-colourpicker" ,r-colourpicker)
22993 ("r-dt" ,r-dt)
22994 ("r-dygraphs" ,r-dygraphs)
22995 ("r-ggplot2" ,r-ggplot2)
22996 ("r-gridextra" ,r-gridextra)
22997 ("r-gtools" ,r-gtools)
22998 ("r-markdown" ,r-markdown)
22999 ("r-reshape2" ,r-reshape2)
23000 ("r-rsconnect" ,r-rsconnect)
23001 ("r-rstan" ,r-rstan)
23002 ("r-shiny" ,r-shiny)
23003 ("r-shinyjs" ,r-shinyjs)
23004 ("r-shinythemes" ,r-shinythemes)
23005 ("r-threejs" ,r-threejs)
23006 ("r-xtable" ,r-xtable)
23007 ("r-xts" ,r-xts)))
23008 (home-page "https://mc-stan.org/")
23009 (synopsis "Interactive visual and numerical analysis for Bayesian models")
23010 (description
23011 "This package provides a graphical user interface for interactive
23012 @dfn{Markov chain Monte Carlo} (MCMC) diagnostics and plots and tables helpful
23013 for analyzing a posterior sample. The interface is powered by the Shiny web
23014 application framework and works with the output of MCMC programs written in
23015 any programming language (and has extended functionality for Stan models fit
23016 using the @code{rstan} and @code{rstanarm} packages).")
23017 (license license:gpl3+)))
23018
23019 (define-public r-rstantools
23020 (package
23021 (name "r-rstantools")
23022 (version "2.1.1")
23023 (source
23024 (origin
23025 (method url-fetch)
23026 (uri (cran-uri "rstantools" version))
23027 (sha256
23028 (base32
23029 "0b9x8rzj3dr4m7yjx476nn42z22xd1xnw85m9frfwxy5ivg1any9"))))
23030 (properties `((upstream-name . "rstantools")))
23031 (build-system r-build-system)
23032 (inputs `(("pandoc" ,pandoc)))
23033 (propagated-inputs
23034 `(("r-desc" ,r-desc)
23035 ("r-rcpp" ,r-rcpp)
23036 ("r-rcppparallel" ,r-rcppparallel)))
23037 (native-inputs
23038 `(("r-knitr" ,r-knitr)))
23039 (home-page "https://mc-stan.org/rstantools/")
23040 (synopsis "Tools for developing R packages interfacing with Stan")
23041 (description
23042 "This package provides various tools for developers of R packages
23043 interfacing with @url{https://mc-stan.org, Stan}, including functions to set
23044 up the required package structure, S3 generics and default methods to unify
23045 function naming across Stan-based R packages, and vignettes with
23046 recommendations for developers.")
23047 (license license:gpl3+)))
23048
23049 (define-public r-loo
23050 (package
23051 (name "r-loo")
23052 (version "2.4.1")
23053 (source
23054 (origin
23055 (method url-fetch)
23056 (uri (cran-uri "loo" version))
23057 (sha256
23058 (base32 "0l2v8zpashqbnck3qx5lp1gqjcfphzky8mxyw5gfk9wk99mzn8dw"))))
23059 (properties `((upstream-name . "loo")))
23060 (build-system r-build-system)
23061 (inputs
23062 `(("pandoc" ,pandoc)
23063 ("pandoc-citeproc" ,pandoc-citeproc)))
23064 (propagated-inputs
23065 `(("r-checkmate" ,r-checkmate)
23066 ("r-matrixstats" ,r-matrixstats)))
23067 (native-inputs
23068 `(("r-knitr" ,r-knitr)))
23069 (home-page "https://mc-stan.org/loo/")
23070 (synopsis "Leave-One-Out cross-validation and WAIC for Bayesian models")
23071 (description
23072 "This package provides an implementation of efficient approximate
23073 @dfn{leave-one-out} (LOO) cross-validation for Bayesian models fit using
23074 Markov chain Monte Carlo, as described in @url{doi:10.1007/s11222-016-9696-4}.
23075 The approximation uses @dfn{Pareto smoothed importance sampling} (PSIS), a new
23076 procedure for regularizing importance weights. As a byproduct of the
23077 calculations, we also obtain approximate standard errors for estimated
23078 predictive errors and for the comparison of predictive errors between models.
23079 The package also provides methods for using stacking and other model weighting
23080 techniques to average Bayesian predictive distributions.")
23081 (license license:gpl3+)))
23082
23083 (define-public r-rstan
23084 (package
23085 (name "r-rstan")
23086 (version "2.21.2")
23087 (source
23088 (origin
23089 (method url-fetch)
23090 (uri (cran-uri "rstan" version))
23091 (sha256
23092 (base32
23093 "0jh58qfrksd2j9w2zy4bajryivgp36m3xdb9mjrjqbk1ib9h83p3"))))
23094 (properties `((upstream-name . "rstan")))
23095 (build-system r-build-system)
23096 (arguments
23097 `(#:phases
23098 (modify-phases %standard-phases
23099 (add-before 'install 'set-timezone
23100 ;; This package is picky about timezones.
23101 (lambda* (#:key inputs #:allow-other-keys)
23102 (setenv "TZ" "UTC+1")
23103 (setenv "TZDIR"
23104 (string-append (assoc-ref inputs "tzdata")
23105 "/share/zoneinfo"))
23106 #t)))))
23107 (native-inputs
23108 `(("tzdata" ,tzdata-for-tests)
23109 ("pandoc" ,pandoc)
23110 ("r-knitr" ,r-knitr)))
23111 (propagated-inputs
23112 `(("r-bh" ,r-bh)
23113 ("r-ggplot2" ,r-ggplot2)
23114 ("r-gridextra" ,r-gridextra)
23115 ("r-inline" ,r-inline)
23116 ("r-loo" ,r-loo)
23117 ("r-pkgbuild" ,r-pkgbuild)
23118 ("r-rcpp" ,r-rcpp)
23119 ("r-rcppeigen" ,r-rcppeigen)
23120 ("r-rcppparallel" ,r-rcppparallel)
23121 ("r-stanheaders" ,r-stanheaders)
23122 ("r-v8" ,r-v8)
23123 ("r-withr" ,r-withr)))
23124 (home-page "https://discourse.mc-stan.org/")
23125 (synopsis "R interface to Stan")
23126 (description
23127 "User-facing R functions are provided to parse, compile, test, estimate,
23128 and analyze Stan models by accessing the header-only Stan library provided by
23129 the StanHeaders package. The Stan project develops a probabilistic
23130 programming language that implements full Bayesian statistical inference via
23131 Markov Chain Monte Carlo, rough Bayesian inference via 'variational'
23132 approximation, and (optionally penalized) maximum likelihood estimation via
23133 optimization. In all three cases, automatic differentiation is used to
23134 quickly and accurately evaluate gradients without burdening the user with the
23135 need to derive the partial derivatives.")
23136 (license license:gpl3+)))
23137
23138 (define-public r-rstanarm
23139 (package
23140 (name "r-rstanarm")
23141 (version "2.21.1")
23142 (source
23143 (origin
23144 (method url-fetch)
23145 (uri (cran-uri "rstanarm" version))
23146 (sha256
23147 (base32
23148 "04ggzak3f7jaxza3dxyrmxp5b48qcgyspy22ykbhr03g4hzp7jk8"))))
23149 (properties `((upstream-name . "rstanarm")))
23150 (build-system r-build-system)
23151 (inputs
23152 `(("pandoc" ,pandoc)
23153 ("pandoc-citeproc" ,pandoc-citeproc)))
23154 (propagated-inputs
23155 `(("r-bayesplot" ,r-bayesplot)
23156 ("r-bh" ,r-bh)
23157 ("r-ggplot2" ,r-ggplot2)
23158 ("r-lme4" ,r-lme4)
23159 ("r-loo" ,r-loo)
23160 ("r-matrix" ,r-matrix)
23161 ("r-nlme" ,r-nlme)
23162 ("r-rcpp" ,r-rcpp)
23163 ("r-rcppeigen" ,r-rcppeigen)
23164 ("r-rcppparallel" ,r-rcppparallel)
23165 ("r-rstan" ,r-rstan)
23166 ("r-rstantools" ,r-rstantools)
23167 ("r-shinystan" ,r-shinystan)
23168 ("r-stanheaders" ,r-stanheaders)
23169 ("r-survival" ,r-survival)))
23170 (native-inputs
23171 `(("r-knitr" ,r-knitr)))
23172 (home-page "https://mc-stan.org/rstanarm/")
23173 (synopsis "Bayesian applied regression modeling via Stan")
23174 (description
23175 "This package estimates previously compiled regression models using the
23176 @code{rstan} package, which provides the R interface to the Stan C++ library
23177 for Bayesian estimation. Users specify models via the customary R syntax with
23178 a formula and @code{data.frame} plus some additional arguments for priors.")
23179 (license license:gpl3+)))
23180
23181 (define-public r-kendall
23182 (package
23183 (name "r-kendall")
23184 (version "2.2")
23185 (source
23186 (origin
23187 (method url-fetch)
23188 (uri (cran-uri "Kendall" version))
23189 (sha256
23190 (base32
23191 "0z2yr3x2nvdm81w2imb61hxwcbmg14kfb2bxgh3wmkmv3wfjwkwn"))))
23192 (properties `((upstream-name . "Kendall")))
23193 (build-system r-build-system)
23194 (propagated-inputs
23195 `(("r-boot" ,r-boot)))
23196 (native-inputs
23197 `(("gfortran" ,gfortran)))
23198 (home-page "https://cran.r-project.org/web/packages/Kendall/")
23199 (synopsis "Kendall rank correlation and Mann-Kendall trend test")
23200 (description
23201 "This package computes the Kendall rank correlation and Mann-Kendall
23202 trend test.")
23203 (license license:gpl2+)))
23204
23205 (define-public r-keyring
23206 (package
23207 (name "r-keyring")
23208 (version "1.1.0")
23209 (source
23210 (origin
23211 (method url-fetch)
23212 (uri (cran-uri "keyring" version))
23213 (sha256
23214 (base32
23215 "1hpfd4hbx43i39l995rg86kfxi7wlyla1gv8mwcdr4xx7z122zzq"))))
23216 (properties `((upstream-name . "keyring")))
23217 (build-system r-build-system)
23218 (propagated-inputs
23219 `(("r-assertthat" ,r-assertthat)
23220 ("r-filelock" ,r-filelock)
23221 ("r-getpass" ,r-getpass)
23222 ("r-openssl" ,r-openssl)
23223 ("r-r6" ,r-r6)
23224 ("r-rappdirs" ,r-rappdirs)
23225 ("r-sodium" ,r-sodium)
23226 ("r-yaml" ,r-yaml)))
23227 (native-inputs `(("pkg-config" ,pkg-config)))
23228 (home-page "https://github.com/r-lib/keyring")
23229 (synopsis "Access the system credential store from R")
23230 (description
23231 "This package provides a platform-independent API to access the operating
23232 system's credential store. It currently supports Keychain on macOS,
23233 Credential Store on Windows, the Secret Service API on GNU/Linux, and a
23234 simple, platform independent store implemented with environment variables.
23235 Additional storage back-ends can be added easily.")
23236 (license license:expat)))
23237
23238 (define-public r-zyp
23239 (package
23240 (name "r-zyp")
23241 (version "0.10-1.1")
23242 (source
23243 (origin
23244 (method url-fetch)
23245 (uri (cran-uri "zyp" version))
23246 (sha256
23247 (base32
23248 "03cxpkfbhrx1fy8l0dl9a13ghz93cqq6877wa8rig09ksdiivaw9"))))
23249 (properties `((upstream-name . "zyp")))
23250 (build-system r-build-system)
23251 (propagated-inputs
23252 `(("r-kendall" ,r-kendall)))
23253 (home-page "https://cran.r-project.org/web/packages/zyp/")
23254 (synopsis "Zhang + Yue-Pilon Trends Package")
23255 (description
23256 "This package contains an efficient implementation of Sen's slope
23257 method (Sen, 1968) plus implementation of Xuebin Zhang's (Zhang, 1999) and
23258 Yue-Pilon's (Yue, 2002) pre-whitening approaches to determining trends in
23259 climate data.")
23260 (license license:lgpl2.1)))
23261
23262 (define-public r-rlinsolve
23263 (package
23264 (name "r-rlinsolve")
23265 (version "0.3.1")
23266 (source
23267 (origin
23268 (method url-fetch)
23269 (uri (cran-uri "Rlinsolve" version))
23270 (sha256
23271 (base32
23272 "1x02xxbkchcwwfa2123n9yqfzinfi0zba8zxhp977czzwysy75cc"))))
23273 (properties `((upstream-name . "Rlinsolve")))
23274 (build-system r-build-system)
23275 (propagated-inputs
23276 `(("r-matrix" ,r-matrix)
23277 ("r-rcpp" ,r-rcpp)
23278 ("r-rcpparmadillo" ,r-rcpparmadillo)
23279 ("r-rdpack" ,r-rdpack)))
23280 (home-page "https://cran.r-project.org/web/packages/Rlinsolve/")
23281 (synopsis "Iterative solvers for (sparse) linear system of equations")
23282 (description
23283 "Solving a system of linear equations is one of the most fundamental
23284 computational problems for many fields of mathematical studies, such as
23285 regression problems from statistics or numerical partial differential
23286 equations. This package provides basic stationary iterative solvers such as
23287 Jacobi, Gauss-Seidel, Successive Over-Relaxation and SSOR methods.
23288 Nonstationary, also known as Krylov subspace methods are also provided.
23289 Sparse matrix computation is also supported in that solving large and sparse
23290 linear systems can be manageable using the @code{Matrix} package along with
23291 @code{RcppArmadillo}.")
23292 (license license:gpl3+)))
23293
23294 (define-public r-zvcv
23295 (package
23296 (name "r-zvcv")
23297 (version "2.1.0")
23298 (source
23299 (origin
23300 (method url-fetch)
23301 (uri (cran-uri "ZVCV" version))
23302 (sha256
23303 (base32
23304 "0np6h6x74kz1x13wmbkkm1wq43d8bnn2khzjc80prqdi6n0m9v8r"))))
23305 (properties `((upstream-name . "ZVCV")))
23306 (build-system r-build-system)
23307 (propagated-inputs
23308 `(("r-abind" ,r-abind)
23309 ("r-bh" ,r-bh)
23310 ("r-dplyr" ,r-dplyr)
23311 ("r-glmnet" ,r-glmnet)
23312 ("r-magrittr" ,r-magrittr)
23313 ("r-mvtnorm" ,r-mvtnorm)
23314 ("r-rcpp" ,r-rcpp)
23315 ("r-rcpparmadillo" ,r-rcpparmadillo)
23316 ("r-rlinsolve" ,r-rlinsolve)))
23317 (home-page "https://cran.r-project.org/web/packages/ZVCV/")
23318 (synopsis "Zero-Variance Control Variates")
23319 (description
23320 "@dfn{Zero-variance control variates} (ZV-CV) is a post-processing method
23321 to reduce the variance of Monte Carlo estimators of expectations using the
23322 derivatives of the log target. Once the derivatives are available, the only
23323 additional computational effort is in solving a linear regression problem.
23324 This method has been extended to higher dimensions using regularisation. This
23325 package can be used to easily perform ZV-CV or regularised ZV-CV when a set of
23326 samples, derivatives and function evaluations are available. Additional
23327 functions for applying ZV-CV to two estimators for the normalising constant of
23328 the posterior distribution in Bayesian statistics are also supplied.")
23329 (license license:gpl2+)))
23330
23331 (define-public r-ztype
23332 (package
23333 (name "r-ztype")
23334 (version "0.1.0")
23335 (source
23336 (origin
23337 (method url-fetch)
23338 (uri (cran-uri "ztype" version))
23339 (sha256
23340 (base32
23341 "0brbq2rgkl4mhjbb70kkfv47lzs66k9ppfs2klavcbripirxn5fx"))))
23342 (properties `((upstream-name . "ztype")))
23343 (build-system r-build-system)
23344 (propagated-inputs
23345 `(("r-assertthat" ,r-assertthat)
23346 ("r-dplyr" ,r-dplyr)
23347 ("r-ggplot2" ,r-ggplot2)
23348 ("r-lubridate" ,r-lubridate)
23349 ("r-magrittr" ,r-magrittr)
23350 ("r-rvest" ,r-rvest)
23351 ("r-stringr" ,r-stringr)))
23352 (home-page "https://cran.r-project.org/web/packages/ztype/")
23353 (synopsis "Run a Ztype game loaded with R functions")
23354 (description
23355 "How fast can you type R functions on your keyboard? Find out by running
23356 a @code{zty.pe} game: export R functions as instructions to type to destroy
23357 opponents' vessels.")
23358 (license license:gpl3)))
23359
23360 (define-public r-zseq
23361 (package
23362 (name "r-zseq")
23363 (version "0.2.0")
23364 (source
23365 (origin
23366 (method url-fetch)
23367 (uri (cran-uri "Zseq" version))
23368 (sha256
23369 (base32
23370 "06dndi2b1q79bmxax11bv0l5ifcz1mhpvbn90y6a6xymrgcq0ivi"))))
23371 (properties `((upstream-name . "Zseq")))
23372 (build-system r-build-system)
23373 (propagated-inputs
23374 `(("r-gmp" ,r-gmp)))
23375 (home-page "https://cran.r-project.org/web/packages/Zseq/")
23376 (synopsis "Integer sequence generator")
23377 (description
23378 "This package generates well-known integer sequences. The @code{gmp}
23379 package is adopted for computing with arbitrarily large numbers. Every
23380 function has a hyperlink to its corresponding item in the @dfn{On-Line
23381 Encyclopedia of Integer Sequences} (OEIS) in the function help page.")
23382 (license license:gpl3+)))
23383
23384 (define-public r-isoband
23385 (package
23386 (name "r-isoband")
23387 (version "0.2.4")
23388 (source
23389 (origin
23390 (method url-fetch)
23391 (uri (cran-uri "isoband" version))
23392 (sha256
23393 (base32
23394 "0z1qpxcl8b6fi691fbdr3vrb19mn4pas1iff62zl1bafzbdvpmcn"))))
23395 (properties `((upstream-name . "isoband")))
23396 (build-system r-build-system)
23397 (native-inputs
23398 `(("r-knitr" ,r-knitr)))
23399 (home-page "https://github.com/wilkelab/isoband")
23400 (synopsis "Generate isolines and isobands from regularly spaced elevation grids")
23401 (description
23402 "This package provides a fast C++ implementation to generate contour
23403 lines (isolines) and contour polygons (isobands) from regularly spaced grids
23404 containing elevation data.")
23405 (license license:expat)))
23406
23407 (define-public r-ppcor
23408 (package
23409 (name "r-ppcor")
23410 (version "1.1")
23411 (source
23412 (origin
23413 (method url-fetch)
23414 (uri (cran-uri "ppcor" version))
23415 (sha256
23416 (base32
23417 "1x9b2kb8s0bp92b17gby0jwzzr3i4cf3ap9c4nq7m8fav72g0y3a"))))
23418 (properties `((upstream-name . "ppcor")))
23419 (build-system r-build-system)
23420 (propagated-inputs
23421 `(("r-mass" ,r-mass)))
23422 (home-page "https://cran.r-project.org/web/packages/ppcor/")
23423 (synopsis "Partial and semi-partial correlation")
23424 (description
23425 "This package provides users not only with a function to readily
23426 calculate the higher-order partial and semi-partial correlations but also with
23427 statistics and p-values of the correlation coefficients.")
23428 (license license:gpl2)))
23429
23430 (define-public r-hrbrthemes
23431 (package
23432 (name "r-hrbrthemes")
23433 (version "0.8.0")
23434 (source
23435 (origin
23436 (method url-fetch)
23437 (uri (cran-uri "hrbrthemes" version))
23438 (sha256
23439 (base32 "057h60b5p53dcyjyfwlgjc1ry968s9s64dw78p443w8717zk7zpc"))))
23440 (properties `((upstream-name . "hrbrthemes")))
23441 (build-system r-build-system)
23442 (propagated-inputs
23443 `(("r-extrafont" ,r-extrafont)
23444 ("r-gdtools" ,r-gdtools)
23445 ("r-ggplot2" ,r-ggplot2)
23446 ("r-htmltools" ,r-htmltools)
23447 ("r-knitr" ,r-knitr)
23448 ("r-magrittr" ,r-magrittr)
23449 ("r-rmarkdown" ,r-rmarkdown)
23450 ("r-scales" ,r-scales)))
23451 (native-inputs
23452 `(("r-knitr" ,r-knitr)))
23453 (home-page "https://github.com/hrbrmstr/hrbrthemes/")
23454 (synopsis "Additional themes, theme components and utilities for @code{ggplot2}")
23455 (description
23456 "This package provides a compilation of extra @code{ggplot2} themes,
23457 scales and utilities, including a spell check function for plot label fields
23458 and an overall emphasis on typography.")
23459 (license license:expat)))
23460
23461 (define-public r-crochet
23462 (package
23463 (name "r-crochet")
23464 (version "2.3.0")
23465 (source
23466 (origin
23467 (method url-fetch)
23468 (uri (cran-uri "crochet" version))
23469 (sha256
23470 (base32
23471 "0zvjaf6cv0nrjb4l4llkr0mmgha7ig31p4ri2rlnqyjlxi5l8hyq"))))
23472 (build-system r-build-system)
23473 (native-inputs
23474 `(("r-knitr" ,r-knitr)))
23475 (home-page "https://github.com/agrueneberg/crochet")
23476 (synopsis "Implementation Helper for Matrix-Like Types")
23477 (description
23478 "Functions to help implement the extraction / subsetting / indexing
23479 function @code{[} and replacement function @code{[<-} of custom matrix-like
23480 types (based on S3, S4, etc.), modeled as closely to the base matrix class
23481 as possible (with tests to prove it).")
23482 (license license:expat)))
23483
23484 (define-public r-boa
23485 (package
23486 (name "r-boa")
23487 (version "1.1.8-2")
23488 (source
23489 (origin
23490 (method url-fetch)
23491 (uri (cran-uri "boa" version))
23492 (sha256
23493 (base32
23494 "04lhqk5qfvaz1jk90glr2yi5vq7cdy0w8m6g2lnzk359l9y41zhp"))))
23495 (properties `((upstream-name . "boa")))
23496 (build-system r-build-system)
23497 (home-page "https://www.jstatsoft.org/v21/i11")
23498 (synopsis "Library for @dfn{Bayesian Output Analysis Program} (BOA) for MCMC")
23499 (description
23500 "This package provides a menu-driven program and library of functions for
23501 carrying out convergence diagnostics and statistical and graphical analysis of
23502 @dfn{Markov chain Monte Carlo} (MCMC) sampling output.")
23503 (license license:gpl2+)))
23504
23505 (define-public r-httpcode
23506 (package
23507 (name "r-httpcode")
23508 (version "0.3.0")
23509 (source (origin
23510 (method url-fetch)
23511 (uri (cran-uri "httpcode" version))
23512 (sha256
23513 (base32
23514 "0xig0rvc81hg7mw0iq9s0an1nw24fg0kfs2p2n6dzhwl9w506fjr"))))
23515 (build-system r-build-system)
23516 (home-page "https://github.com/sckott/httpcode")
23517 (synopsis "HTTP status code helper")
23518 (description "@code{httpcode} provides functionality for finding and
23519 explaining the meaning of @code{HTTP} status codes. Functions are included for
23520 searching for codes by full or partial number, by message, and to get
23521 appropriate dog and cat images for many status codes.")
23522 (license license:expat)))
23523
23524 (define-public r-latex2exp
23525 (package
23526 (name "r-latex2exp")
23527 (version "0.4.0")
23528 (source (origin
23529 (method url-fetch)
23530 (uri (cran-uri "latex2exp" version))
23531 (sha256
23532 (base32
23533 "12nbcgfmv13k6sc6m326ras9bcvy380b7rxcxphn06r3cfkby0zw"))))
23534 (build-system r-build-system)
23535 (propagated-inputs
23536 `(("r-stringr" ,r-stringr)
23537 ("r-magrittr" ,r-magrittr)))
23538 (home-page "https://github.com/stefano-meschiari/latex2exp/")
23539 (synopsis "Use LaTeX expressions in plots")
23540 (description "@code{latex2exp} parses and converts LaTeX math formulas to
23541 R's plotmath expressions, used to enter mathematical formulas and symbols to be
23542 rendered as text, axis labels, etc. throughout R's plotting system.")
23543 (license license:expat)))
23544
23545 (define-public r-oai
23546 (package
23547 (name "r-oai")
23548 (version "0.3.0")
23549 (source (origin
23550 (method url-fetch)
23551 (uri (cran-uri "oai" version))
23552 (sha256
23553 (base32
23554 "1ipw9bq3ra66d1ddj1rylyyd20mlcb2i7phzhywra53s1fdifq1g"))))
23555 (build-system r-build-system)
23556 (propagated-inputs
23557 `(("r-xml2" ,r-xml2)
23558 ("r-httr" ,r-httr)
23559 ("r-plyr" ,r-plyr)
23560 ("r-stringr" ,r-stringr)
23561 ("r-tibble" ,r-tibble)))
23562 (home-page "https://github.com/ropensci/oai/")
23563 (synopsis "General purpose OAI-PMH services client")
23564 (description "@code{oai} provides a general purpose client to work with
23565 any @dfn{Open Archives Initiative Protocol for 'Metadata' Harvesting} (OAI-PMH)
23566 service. Functions are provided to work with the OAI-PMH verbs:
23567 @code{GetRecord}, @code{Identify}, @code{ListIdentifiers},
23568 @code{ListMetadataFormats}, @code{ListRecords}, and @code{ListSets}.")
23569 (license license:expat)))
23570
23571 (define-public r-argon2
23572 (package
23573 (name "r-argon2")
23574 (version "0.2-0")
23575 (source
23576 (origin
23577 (method url-fetch)
23578 (uri (cran-uri "argon2" version))
23579 (sha256
23580 (base32
23581 "0kqn06rpb39jlzizjlnc5c44mfic8llrshxn7ljgmyj35lbqwxqh"))))
23582 (properties `((upstream-name . "argon2")))
23583 (build-system r-build-system)
23584 (home-page "https://github.com/wrathematics/argon2")
23585 (synopsis "Secure password hashing based on the argon2 algorithm")
23586 (description
23587 "This package provides utilities for secure password hashing via the
23588 argon2 algorithm.")
23589 (license license:bsd-2)))
23590
23591 (define-public r-getpass
23592 (package
23593 (name "r-getpass")
23594 (version "0.2-2")
23595 (source
23596 (origin
23597 (method url-fetch)
23598 (uri (cran-uri "getPass" version))
23599 (sha256
23600 (base32
23601 "03ydafhh0sk3rcnpr3paajyji64x2ddp6p814p9mvbmyrblcgzcc"))))
23602 (properties `((upstream-name . "getPass")))
23603 (build-system r-build-system)
23604 (propagated-inputs
23605 `(("r-rstudioapi" ,r-rstudioapi)))
23606 (home-page "https://github.com/wrathematics/getPass")
23607 (synopsis "Masked user input")
23608 (description
23609 "This package provides a micro-package for reading \"passwords\", i.e.
23610 reading user input with masking, so that the input is not displayed as it is
23611 typed. Currently, RStudio, the command line (every OS), and any platform
23612 where tcltk is present are supported.")
23613 (license license:bsd-2)))
23614
23615 (define-public r-remoter
23616 (package
23617 (name "r-remoter")
23618 (version "0.4-0")
23619 (source
23620 (origin
23621 (method url-fetch)
23622 (uri (cran-uri "remoter" version))
23623 (sha256
23624 (base32
23625 "1a7m63l8phv5jnazvdqdrqkaqjwqzaac5y4jm2jn0ypy4n8jvkfl"))))
23626 (properties `((upstream-name . "remoter")))
23627 (build-system r-build-system)
23628 (propagated-inputs
23629 `(("r-argon2" ,r-argon2)
23630 ("r-getpass" ,r-getpass)
23631 ("r-pbdzmq" ,r-pbdzmq)
23632 ("r-png" ,r-png)))
23633 (home-page "https://github.com/RBigData/remoter")
23634 (synopsis "Control a remote R session from a local one")
23635 (description
23636 "This package provides a set of utilities for client/server computing
23637 with R, controlling a remote R session (the server) from a local one (the
23638 client).")
23639 (license license:bsd-2)))
23640
23641 (define-public r-asd
23642 (package
23643 (name "r-asd")
23644 (version "2.2")
23645 (source
23646 (origin
23647 (method url-fetch)
23648 (uri (cran-uri "asd" version))
23649 (sha256
23650 (base32
23651 "0p3r4qjam3sl3rpcilb0pgx4xx3ly71xqnvkv31vzjs885lgxz4l"))))
23652 (properties `((upstream-name . "asd")))
23653 (build-system r-build-system)
23654 (propagated-inputs
23655 `(("r-mvtnorm" ,r-mvtnorm)))
23656 (home-page "https://cran.r-project.org/web/packages/asd")
23657 (synopsis "Simulations for Adaptive Seamless Designs")
23658 (description
23659 "This package provdes means to run simulations for adaptive seamless
23660 designs with and without early outcomes for treatment selection and
23661 subpopulation type designs.")
23662 (license license:gpl3)))
23663
23664 (define-public r-nbconvertr
23665 (package
23666 (name "r-nbconvertr")
23667 (version "1.3.2")
23668 (source
23669 (origin
23670 (method url-fetch)
23671 (uri (cran-uri "nbconvertR" version))
23672 (sha256
23673 (base32
23674 "0yhmz177r1miain65vspclahhz8cg7638ldbpsw8ylgf7a60l0sg"))))
23675 (properties `((upstream-name . "nbconvertR")))
23676 (build-system r-build-system)
23677 (inputs
23678 `(("jupyter" ,python-nbconvert)
23679 ("pandoc" ,pandoc)))
23680 (home-page "https://cran.r-project.org/web/packages/nbconvertR/")
23681 (synopsis "Vignette engine wrapping Jupyter notebooks")
23682 (description
23683 "This package calls the Jupyter script @code{nbconvert} to create
23684 vignettes from notebooks. Those notebooks (@code{.ipynb} files) are files
23685 containing rich text, code, and its output. Code cells can be edited and
23686 evaluated interactively.")
23687 (license license:gpl3)))
23688
23689 (define-public r-bridgesampling
23690 (package
23691 (name "r-bridgesampling")
23692 (version "1.0-0")
23693 (source
23694 (origin
23695 (method url-fetch)
23696 (uri (cran-uri "bridgesampling" version))
23697 (sha256
23698 (base32
23699 "1awhvv0v42w2q6llqi1wqpaiv5zx74cqzigdsvphy2jfp8ajw64y"))))
23700 (properties
23701 `((upstream-name . "bridgesampling")))
23702 (build-system r-build-system)
23703 (propagated-inputs
23704 `(("r-brobdingnag" ,r-brobdingnag)
23705 ("r-coda" ,r-coda)
23706 ("r-matrix" ,r-matrix)
23707 ("r-mvtnorm" ,r-mvtnorm)
23708 ("r-scales" ,r-scales)
23709 ("r-stringr" ,r-stringr)))
23710 (native-inputs
23711 `(("r-knitr" ,r-knitr)))
23712 (home-page "https://github.com/quentingronau/bridgesampling")
23713 (synopsis "Bridge sampling for marginal likelihoods and Bayes factors")
23714 (description
23715 "This package provides functions for estimating marginal likelihoods,
23716 Bayes factors, posterior model probabilities, and normalizing constants in
23717 general, via different versions of bridge sampling.")
23718 (license license:gpl2+)))
23719
23720 (define-public r-tea
23721 (package
23722 (name "r-tea")
23723 (version "1.1")
23724 (source
23725 (origin
23726 (method url-fetch)
23727 (uri (cran-uri "tea" version))
23728 (sha256
23729 (base32
23730 "0ql7lrxk0ihm49kqsvz79ig8i54rwiy9nxav4v9hy72j9kj5bgjn"))))
23731 (properties
23732 `((upstream-name . "tea")))
23733 (build-system r-build-system)
23734 (propagated-inputs
23735 `(("r-matrix" ,r-matrix)))
23736 (home-page "https://cran.r-project.org/web/packages/tea/")
23737 (synopsis "Threshold estimation approaches")
23738 (description
23739 "This package provides different approaches for selecting the threshold
23740 in generalized Pareto distributions. Most of them are based on minimizing the
23741 AMSE-criterion or at least by reducing the bias of the assumed GPD-model.
23742 Others are heuristically motivated by searching for stable sample paths, i.e.
23743 a nearly constant region of the tail index estimator with respect to k, which
23744 is the number of data in the tail. The third class is motivated by graphical
23745 inspection. In addition, a sequential testing procedure for GPD-GoF-tests
23746 is also implemented here.")
23747 (license license:gpl3)))
23748
23749 (define-public r-awsmethods
23750 (package
23751 (name "r-awsmethods")
23752 (version "1.1-1")
23753 (source
23754 (origin
23755 (method url-fetch)
23756 (uri (cran-uri "awsMethods" version))
23757 (sha256
23758 (base32
23759 "0hbmrcpdyg15zg4rysscsmxpxlpy0dkxx2aa63qibq7l1k14v4sh"))))
23760 (properties
23761 `((upstream-name . "awsMethods")))
23762 (build-system r-build-system)
23763 (home-page "http://www.wias-berlin.de/software/imaging/")
23764 (synopsis "Class and methods definitions")
23765 (description
23766 "This package defines the generic method @code{extract} and provides
23767 @code{openMP} support as needed in several packages like
23768 @code{aws}, @code{adimpro}, @code{fmri}, and @code{dwi}.")
23769 (license license:gpl2+)))
23770
23771 (define-public r-aws
23772 (package
23773 (name "r-aws")
23774 (version "2.5-1")
23775 (source
23776 (origin
23777 (method url-fetch)
23778 (uri (cran-uri "aws" version))
23779 (sha256
23780 (base32
23781 "1fhm87iax6bkvd4vszvjbcqw3b2drs11rjxr7zf2w4sgc72svaz8"))))
23782 (properties
23783 `((upstream-name . "aws")))
23784 (build-system r-build-system)
23785 (propagated-inputs
23786 `(("r-awsmethods" ,r-awsmethods)
23787 ("r-gsl" ,r-gsl)))
23788 (native-inputs
23789 `(("gfortran" ,gfortran)))
23790 (home-page "https://cran.r-project.org/web/packages/aws/")
23791 (synopsis "Adaptive weights smoothing")
23792 (description
23793 "This package provides a collection of R-functions implementing adaptive
23794 smoothing procedures in 1D, 2D and 3D. This includes the
23795 Propagation-Separation approach to adaptive smoothing, the @dfn{Intersecting
23796 Confidence Intervals} (ICI), variational approaches, and a non-local means
23797 filter.")
23798 (license license:gpl2+)))
23799
23800 (define-public r-sgloptim
23801 (package
23802 (name "r-sgloptim")
23803 (version "1.3.8")
23804 (source
23805 (origin
23806 (method url-fetch)
23807 (uri (cran-uri "sglOptim" version))
23808 (sha256
23809 (base32
23810 "15bkkvgp9v9vsp65wps48g3c2fa0fj1025hbrziywq14j7wayyjr"))))
23811 (properties
23812 `((upstream-name . "sglOptim")))
23813 (build-system r-build-system)
23814 (propagated-inputs
23815 `(("r-bh" ,r-bh)
23816 ("r-doparallel" ,r-doparallel)
23817 ("r-foreach" ,r-foreach)
23818 ("r-matrix" ,r-matrix)
23819 ("r-rcpp" ,r-rcpp)
23820 ("r-rcpparmadillo" ,r-rcpparmadillo)
23821 ("r-rcppprogress" ,r-rcppprogress)))
23822 (native-inputs
23823 `(("r-knitr" ,r-knitr)))
23824 (home-page "https://github.com/nielsrhansen/sglOptim")
23825 (synopsis "Generic sparse group Lasso solver")
23826 (description
23827 "This package provides a fast generic solver for sparse group lasso
23828 optimization problems. The loss (objective) function must be defined in a C++
23829 module. The optimization problem is solved using a coordinate gradient
23830 descent algorithm. Convergence of the algorithm is established and the
23831 algorithm is applicable to a broad class of loss functions. Use of parallel
23832 computing for cross validation and subsampling is supported through the
23833 @code{foreach} and @code{doParallel} packages.")
23834 (license license:gpl2+)))
23835
23836 (define-public r-grouped
23837 (package
23838 (name "r-grouped")
23839 (version "0.6-0")
23840 (source
23841 (origin
23842 (method url-fetch)
23843 (uri (cran-uri "grouped" version))
23844 (sha256
23845 (base32
23846 "1glxgacpwk7yjbkwg5ci6bmb2il6hf5zhydwi5bbq6hc032m9976"))))
23847 (properties
23848 `((upstream-name . "grouped")))
23849 (build-system r-build-system)
23850 (propagated-inputs
23851 `(("r-mass" ,r-mass)))
23852 (home-page "https://cran.r-project.org/web/packages/grouped/")
23853 (synopsis "Regression analysis of grouped and coarse data")
23854 (description
23855 "This package provides regression models for grouped and coarse data,
23856 under the coarsened at random assumption.")
23857 (license license:gpl2+)))
23858
23859 (define-public r-stam
23860 (package
23861 (name "r-stam")
23862 (version "0.0-1")
23863 (source
23864 (origin
23865 (method url-fetch)
23866 (uri (cran-uri "stam" version))
23867 (sha256
23868 (base32
23869 "1x1j45fir64kffny0nssb2hwn4rcp8gd2cjv6fw4yy0l4d0xi5iv"))))
23870 (properties
23871 `((upstream-name . "stam")))
23872 (build-system r-build-system)
23873 (propagated-inputs
23874 `(("r-np" ,r-np)
23875 ("r-sp" ,r-sp)))
23876 (home-page "https://cran.r-project.org/web/packages/stam")
23877 (synopsis "Spatio-temporal analysis and modelling")
23878 (description
23879 "This package provides various methods to conduct Spatio-Temporal
23880 Analysis and Modelling, including Exploratory Spatio-Temporal Analysis and
23881 Inferred Spatio-Temporal Modelling.")
23882 (license license:gpl2+)))
23883
23884 (define-public r-dcv
23885 (package
23886 (name "r-dcv")
23887 (version "0.1.1")
23888 (source
23889 (origin
23890 (method url-fetch)
23891 (uri (cran-uri "dcv" version))
23892 (sha256
23893 (base32
23894 "12c716x8dnxnqksibpmyysqp2axggvy9dpd55s9bhnsvqvi6dshj"))))
23895 (properties
23896 `((upstream-name . "dcv")))
23897 (build-system r-build-system)
23898 (propagated-inputs
23899 `(("r-lmtest" ,r-lmtest)))
23900 (home-page "https://cran.r-project.org/web/packages/dcv/")
23901 (synopsis "Conventional cross-validation statistics for climate-growth model")
23902 (description
23903 "This package performs several conventional cross-validation statistical
23904 methods for climate-growth model in the climate reconstruction from tree
23905 rings, including Sign Test statistic, Reduction of Error statistic, Product
23906 Mean Test, Durbin-Watson statistic etc.")
23907 (license license:gpl2)))
23908
23909 (define-public r-rcdd
23910 (package
23911 (name "r-rcdd")
23912 (version "1.2-2")
23913 (source
23914 (origin
23915 (method url-fetch)
23916 (uri (cran-uri "rcdd" version))
23917 (sha256
23918 (base32
23919 "0pzpbqnlgzr240iici70278py5wnbbxkzlgn112f9wv5ga3riric"))))
23920 (properties
23921 `((upstream-name . "rcdd")))
23922 (build-system r-build-system)
23923 (inputs
23924 `(("gmp" ,gmp)))
23925 (home-page "https://www.stat.umn.edu/geyer/rcdd/")
23926 (synopsis "Computational geometry")
23927 (description
23928 "This package converts back and forth between two representations of a
23929 convex polytope: as solution of a set of linear equalities and inequalities
23930 and as convex hull of set of points and rays. Also does linear programming
23931 and redundant generator elimination. All functions can use exact
23932 infinite-precision rational arithmetic.")
23933 (license license:gpl2)))
23934
23935 (define-public r-rxnat
23936 (package
23937 (name "r-rxnat")
23938 (version "1.0.14")
23939 (source
23940 (origin
23941 (method url-fetch)
23942 (uri (cran-uri "Rxnat" version))
23943 (sha256
23944 (base32
23945 "00fl68pa0c2vy4xlny67pn41lzgm7b97wgg3dwm6z35izca62l11"))))
23946 (properties
23947 `((upstream-name . "Rxnat")))
23948 (build-system r-build-system)
23949 (propagated-inputs
23950 `(("r-dplyr" ,r-dplyr)
23951 ("r-httr" ,r-httr)
23952 ("r-rcurl" ,r-rcurl)
23953 ("r-tibble" ,r-tibble)))
23954 (native-inputs
23955 `(("r-knitr" ,r-knitr)))
23956 (home-page "https://cran.r-project.org/web/packages/Rxnat/")
23957 (synopsis "Queries and extracts images from neuroimaging datasets")
23958 (description
23959 "This package allows communication with the Extensible Neuroimaging
23960 Archive Toolkit. Rxnat uses the XNAT REST API to perform data queries and
23961 download images.")
23962 (license license:gpl2)))
23963
23964 (define-public r-rserve
23965 (package
23966 (name "r-rserve")
23967 (version "1.8-6")
23968 (source
23969 (origin
23970 (method url-fetch)
23971 (uri (string-append "http://www.rforge.net/Rserve/snapshot/Rserve_"
23972 version ".tar.gz"))
23973 (sha256
23974 (base32
23975 "017kkzv9lxlz9qhg3gprrf1wcyflxrif6wjk27x9b4bdzylw6bsx"))))
23976 (build-system r-build-system)
23977 (arguments
23978 `(#:phases
23979 (modify-phases %standard-phases
23980 (add-before 'install 'install-server-binary
23981 ;; Makevars tries to install to R's store directory.
23982 (lambda* (#:key outputs #:allow-other-keys)
23983 (let* ((out (assoc-ref outputs "out"))
23984 (bin (string-append out "/bin")))
23985 (substitute* "src/Makevars.in"
23986 (("\\$\\(R_HOME\\)") out))
23987 (mkdir-p bin)))))))
23988 (propagated-inputs
23989 `(("r-checkmate" ,r-checkmate)
23990 ("r-mime" ,r-mime)
23991 ("r-jsonlite" ,r-jsonlite)
23992 ("r-knitr" ,r-knitr)
23993 ("r-r6" ,r-r6)
23994 ("r-rcpp" ,r-rcpp)
23995 ("r-uuid" ,r-uuid)))
23996 (inputs
23997 `(("openssl" ,openssl)
23998 ("zlib" ,zlib)))
23999 (home-page "https://github.com/s-u/Rserve")
24000 (synopsis
24001 "Server providing access to R from many languages and systems")
24002 (description
24003 "Rserve acts as a socket server (TCP/IP or local sockets) which allows
24004 binary requests to be sent to R. Every connection has a separate workspace
24005 and working directory. Client-side implementations are available for popular
24006 languages such as C/C++ and Java, allowing any application to use facilities
24007 of R without the need of linking to R code. Rserve supports remote
24008 connection, user authentication and file transfer. A simple R client is
24009 included in this package as well.")
24010 (license license:gpl2)))
24011
24012 (define-public r-gamm4
24013 (package
24014 (name "r-gamm4")
24015 (version "0.2-6")
24016 (source
24017 (origin
24018 (method url-fetch)
24019 (uri (cran-uri "gamm4" version))
24020 (sha256
24021 (base32
24022 "128c725y9s07c1m9cvd9hgi9hldrymcs5divd8pw7bdjh9jvdiap"))))
24023 (properties `((upstream-name . "gamm4")))
24024 (build-system r-build-system)
24025 (propagated-inputs
24026 `(("r-lme4" ,r-lme4)
24027 ("r-matrix" ,r-matrix)
24028 ("r-mgcv" ,r-mgcv)))
24029 (home-page "https://cran.r-project.org/web/packages/gamm4/")
24030 (synopsis "Generalized additive mixed models using mgcv and lme4")
24031 (description
24032 "Estimate generalized additive mixed models via a version of function
24033 @code{gamm} from the @code{mgcv} package, using the @code{lme4} packagefor
24034 estimation.")
24035 (license license:gpl2+)))
24036
24037 (define-public r-optimx
24038 (package
24039 (name "r-optimx")
24040 (version "2020-4.2")
24041 (source
24042 (origin
24043 (method url-fetch)
24044 (uri (cran-uri "optimx" version))
24045 (sha256
24046 (base32
24047 "00bi2sr2hr7x6cfwlsn7hz2r56lcyv9naa8vmfcgr1r269fc50b3"))))
24048 (properties `((upstream-name . "optimx")))
24049 (build-system r-build-system)
24050 (propagated-inputs `(("r-numderiv" ,r-numderiv)))
24051 (native-inputs `(("r-knitr" ,r-knitr)))
24052 (home-page "https://cran.r-project.org/web/packages/optimx/")
24053 (synopsis "Expanded replacement and extension of the optim function")
24054 (description
24055 "This package provides a replacement and extension of the @code{optim}
24056 function to call to several function minimization codes in R in a single
24057 statement. These methods handle smooth, possibly box constrained functions of
24058 several or many parameters. Note that the function @code{optimr} was prepared
24059 to simplify the incorporation of minimization codes going forward. This
24060 package also implements some utility codes and some extra solvers, including
24061 safeguarded Newton methods. Many methods previously separate are now included
24062 here.")
24063 (license license:gpl2)))
24064
24065 (define-public r-projpred
24066 (package
24067 (name "r-projpred")
24068 (version "2.0.2")
24069 (source
24070 (origin
24071 (method url-fetch)
24072 (uri (cran-uri "projpred" version))
24073 (sha256
24074 (base32
24075 "0nx514mrfh3gv854pr71w5x3zgdnn0kinf5nh7z90q3h7ysry2mg"))))
24076 (properties `((upstream-name . "projpred")))
24077 (build-system r-build-system)
24078 (propagated-inputs
24079 `(("r-dplyr" ,r-dplyr)
24080 ("r-gamm4" ,r-gamm4)
24081 ("r-ggplot2" ,r-ggplot2)
24082 ("r-lme4" ,r-lme4)
24083 ("r-loo" ,r-loo)
24084 ("r-magrittr" ,r-magrittr)
24085 ("r-mass" ,r-mass)
24086 ("r-mgcv" ,r-mgcv)
24087 ("r-optimx" ,r-optimx)
24088 ("r-rcpp" ,r-rcpp)
24089 ("r-rcpparmadillo" ,r-rcpparmadillo)
24090 ("r-rngtools" ,r-rngtools)
24091 ("r-rstantools" ,r-rstantools)
24092 ("r-tidyverse" ,r-tidyverse)))
24093 (native-inputs `(("r-knitr" ,r-knitr)))
24094 (home-page "https://mc-stan.org/projpred/")
24095 (synopsis "Projection predictive feature selection")
24096 (description
24097 "This package performs projection predictive feature selection for
24098 generalized linear models and generalized linear and additive multilevel
24099 models. The package is compatible with the @code{rstanarm} and @code{brms}
24100 packages, but other reference models can also be used. See the package
24101 vignette for more information and examples.")
24102 (license license:gpl3)))
24103
24104 (define-public r-brms
24105 (package
24106 (name "r-brms")
24107 (version "2.15.0")
24108 (source
24109 (origin
24110 (method url-fetch)
24111 (uri (cran-uri "brms" version))
24112 (sha256
24113 (base32
24114 "0byc3fyvf9qbvvgwf55ih5d4br1nnxlbaidq9fvr11bmv38h25y1"))))
24115 (properties `((upstream-name . "brms")))
24116 (build-system r-build-system)
24117 (propagated-inputs
24118 `(("r-abind" ,r-abind)
24119 ("r-backports" ,r-backports)
24120 ("r-bayesplot" ,r-bayesplot)
24121 ("r-bridgesampling" ,r-bridgesampling)
24122 ("r-coda" ,r-coda)
24123 ("r-future" ,r-future)
24124 ("r-ggplot2" ,r-ggplot2)
24125 ("r-glue" ,r-glue)
24126 ("r-loo" ,r-loo)
24127 ("r-matrix" ,r-matrix)
24128 ("r-matrixstats" ,r-matrixstats)
24129 ("r-mgcv" ,r-mgcv)
24130 ("r-nleqslv" ,r-nleqslv)
24131 ("r-nlme" ,r-nlme)
24132 ("r-projpred" ,r-projpred)
24133 ("r-rcpp" ,r-rcpp)
24134 ("r-rstan" ,r-rstan)
24135 ("r-rstantools" ,r-rstantools)
24136 ("r-shinystan" ,r-shinystan)))
24137 (native-inputs `(("r-knitr" ,r-knitr)))
24138 (home-page
24139 "https://github.com/paul-buerkner/brms")
24140 (synopsis
24141 "Bayesian Regression Models using 'Stan'")
24142 (description
24143 "Fit Bayesian generalized (non-)linear multivariate multilevel models
24144 using 'Stan' for full Bayesian inference. A wide range of distributions and
24145 link functions are supported, allowing users to fit -- among others -- linear,
24146 robust linear, count data, survival, response times, ordinal, zero-inflated,
24147 hurdle, and even self-defined mixture models all in a multilevel context.
24148 Further modeling options include non-linear and smooth terms, auto-correlation
24149 structures, censored data, meta-analytic standard errors, and quite a few
24150 more. In addition, all parameters of the response distribution can be
24151 predicted in order to perform distributional regression. Prior specifications
24152 are flexible and explicitly encourage users to apply prior distributions that
24153 actually reflect their beliefs. Model fit can easily be assessed and compared
24154 with posterior predictive checks and leave-one-out cross-validation.")
24155 (license license:gpl2)))
24156
24157 (define-public r-mstate
24158 (package
24159 (name "r-mstate")
24160 (version "0.3.1")
24161 (source
24162 (origin
24163 (method url-fetch)
24164 (uri (cran-uri "mstate" version))
24165 (sha256
24166 (base32
24167 "11i3p7fph8nbnfis1m7rdrq32qryaajv2wrkxk1x6k17zkh4rq6i"))))
24168 (properties `((upstream-name . "mstate")))
24169 (build-system r-build-system)
24170 (propagated-inputs
24171 `(("r-data-table" ,r-data-table)
24172 ("r-lattice" ,r-lattice)
24173 ("r-magrittr" ,r-magrittr)
24174 ("r-rcolorbrewer" ,r-rcolorbrewer)
24175 ("r-rlang" ,r-rlang)
24176 ("r-survival" ,r-survival)
24177 ("r-viridis" ,r-viridis)))
24178 (native-inputs
24179 `(("r-knitr" ,r-knitr)))
24180 (home-page
24181 "https://www.lumc.nl/org/bds/research/medische-statistiek/survival-analysis/")
24182 (synopsis
24183 "Data Preparation, Estimation and Prediction in Multi-State Models")
24184 (description
24185 "Contains functions for data preparation, descriptives, hazard estimation
24186 and prediction with Aalen-Johansen or simulation in competing risks and
24187 multi-state models.")
24188 (license license:gpl2+)))
24189
24190 (define-public r-scatterpie
24191 (package
24192 (name "r-scatterpie")
24193 (version "0.1.5")
24194 (source
24195 (origin
24196 (method url-fetch)
24197 (uri (cran-uri "scatterpie" version))
24198 (sha256
24199 (base32
24200 "0h48l0699lpfagv09f53yismir84945m56qwzk52lc7wxyvkfcp1"))))
24201 (properties `((upstream-name . "scatterpie")))
24202 (build-system r-build-system)
24203 (propagated-inputs
24204 `(("r-ggforce" ,r-ggforce)
24205 ("r-ggplot2" ,r-ggplot2)
24206 ("r-rlang" ,r-rlang)
24207 ("r-rvcheck" ,r-rvcheck)
24208 ("r-tidyr" ,r-tidyr)))
24209 (native-inputs
24210 `(("r-knitr" ,r-knitr)))
24211 (home-page "https://cran.r-project.org/web/packages/scatterpie/")
24212 (synopsis "Scatter pie plot")
24213 (description
24214 "This package creates scatterpie plots, especially useful for plotting
24215 pies on a map.")
24216 (license license:artistic2.0)))
24217
24218 (define-public r-scrypt
24219 (package
24220 (name "r-scrypt")
24221 (version "0.1.3")
24222 (source
24223 (origin
24224 (method url-fetch)
24225 (uri (cran-uri "scrypt" version))
24226 (sha256
24227 (base32
24228 "14iblgbp9v2by8fjbrpsd59iknp5babcz7j3yv1yxxzcwyb6wrrm"))))
24229 (properties `((upstream-name . "scrypt")))
24230 (build-system r-build-system)
24231 (propagated-inputs
24232 `(("r-rcpp" ,r-rcpp)))
24233 (home-page "https://github.com/rstudio/rscrypt")
24234 (synopsis "Key derivation functions for R based on Scrypt")
24235 (description
24236 "This package provides functions for working with the scrypt key
24237 derivation functions. Scrypt is a password-based key derivation function
24238 created by Colin Percival. The algorithm was specifically designed to make it
24239 costly to perform large-scale custom hardware attacks by requiring large
24240 amounts of memory.")
24241 (license license:bsd-2)))
24242
24243 (define-public r-boruta
24244 (package
24245 (name "r-boruta")
24246 (version "7.0.0")
24247 (source
24248 (origin
24249 (method url-fetch)
24250 (uri (cran-uri "Boruta" version))
24251 (sha256
24252 (base32
24253 "0y2w4wb45kfnzrxcrdsiwgal9fsnlr3wad1sqdc70qv8gp921xbg"))))
24254 (properties `((upstream-name . "Boruta")))
24255 (build-system r-build-system)
24256 (propagated-inputs `(("r-ranger" ,r-ranger)))
24257 (home-page "https://gitlab.com/mbq/Boruta/")
24258 (synopsis "Wrapper algorithm for all relevant feature selection")
24259 (description
24260 "This package provides an all relevant feature selection wrapper
24261 algorithm. It finds relevant features by comparing original attributes'
24262 importance with importance achievable at random, estimated using their
24263 permuted copies (shadows).")
24264 (license license:gpl2+)))
24265
24266 (define-public r-directlabels
24267 (package
24268 (name "r-directlabels")
24269 (version "2021.1.13")
24270 (source
24271 (origin
24272 (method url-fetch)
24273 (uri (cran-uri "directlabels" version))
24274 (sha256
24275 (base32
24276 "0415kh9k2qzdwi8zb32fh2icl5wf5335kyj11cyfdmfxji39zv2w"))))
24277 (build-system r-build-system)
24278 (propagated-inputs
24279 `(("r-quadprog" ,r-quadprog)))
24280 (native-inputs
24281 `(("r-knitr" ,r-knitr)))
24282 (home-page "http://directlabels.r-forge.r-project.org/")
24283 (synopsis "Direct labels for multicolor plots")
24284 (description
24285 "This package provides an extensible framework for automatically placing
24286 direct labels onto multicolor plots. Label positions are described using
24287 positioning methods that can be re-used across several different plots. There
24288 are heuristics for examining @code{trellis} and @code{ggplot} objects and
24289 inferring an appropriate positioning method.")
24290 (license license:gpl3)))
24291
24292 (define-public r-lsd
24293 (package
24294 (name "r-lsd")
24295 (version "4.1-0")
24296 (source
24297 (origin
24298 (method url-fetch)
24299 (uri (cran-uri "LSD" version))
24300 (sha256
24301 (base32 "17pbdlcbhzf3v7l42mjikln1ga5xjp5r78gjg6a88iahk0lwwlvm"))))
24302 (properties `((upstream-name . "LSD")))
24303 (build-system r-build-system)
24304 (home-page "https://cran.r-project.org/web/packages/LSD/")
24305 (synopsis "Lots of superior depictions tool creates colorful plots")
24306 (description
24307 "This package creates lots of colorful plots in a multitude of variations.
24308 Try a demo of the LSD by running @code{demotour()}.")
24309 ;; Either version
24310 (license (list license:gpl2 license:gpl3))))
24311
24312 (define-public r-phylogram
24313 (package
24314 (name "r-phylogram")
24315 (version "2.1.0")
24316 (source
24317 (origin
24318 (method url-fetch)
24319 (uri (cran-uri "phylogram" version))
24320 (sha256
24321 (base32 "1p4h5pirc0m5pzc18q0jk3mcmb5n48gdf9abz03vml3a209xxl2v"))))
24322 (properties `((upstream-name . "phylogram")))
24323 (build-system r-build-system)
24324 (propagated-inputs `(("r-ape" ,r-ape)))
24325 (home-page "https://github.com/ropensci/phylogram/")
24326 (synopsis "Dendrograms for evolutionary analysis")
24327 (description
24328 "The @code{r-phylogram} package is a tool for for developing phylogenetic
24329 trees as deeply-nested lists known as \"dendrogram\" objects. It provides
24330 functions for conversion between \"dendrogram\" and \"phylo\" class objects,
24331 as well as several tools for command-line tree manipulation and import/export
24332 via Newick parenthetic text. This improves accessibility to the comprehensive
24333 range of object-specific analytical and tree-visualization functions found
24334 across a wide array of bioinformatic R packages.")
24335 (license license:gpl3)))
24336
24337 (define-public r-kmer
24338 (package
24339 (name "r-kmer")
24340 (version "1.1.2")
24341 (source
24342 (origin
24343 (method url-fetch)
24344 (uri (cran-uri "kmer" version))
24345 (sha256
24346 (base32 "0jimn9r0abglwxdl1zqz0lxa99cmj6haydkxjzqfbpx9by80wnww"))))
24347 (properties `((upstream-name . "kmer")))
24348 (build-system r-build-system)
24349 (propagated-inputs
24350 `(("r-openssl" ,r-openssl)
24351 ("r-phylogram" ,r-phylogram)
24352 ("r-rcpp" ,r-rcpp)))
24353 (home-page "https://github.com/shaunpwilkinson/kmer/")
24354 (synopsis "Fast K-Mer counting and clustering for biological sequence analysis")
24355 (description
24356 "@code{r-kmer} is an R package for rapidly computing distance matrices
24357 and clustering large sequence datasets using fast alignment-free k-mer
24358 counting and recursive k-means partitioning.")
24359 (license license:gpl3)))
24360
24361 (define-public r-hardhat
24362 (package
24363 (name "r-hardhat")
24364 (version "0.1.5")
24365 (source
24366 (origin
24367 (method url-fetch)
24368 (uri (cran-uri "hardhat" version))
24369 (sha256
24370 (base32
24371 "1b7f9i9fy39j9n03g40vd6nzgq9fgq914xg3svf84najlknvjzly"))))
24372 (properties `((upstream-name . "hardhat")))
24373 (build-system r-build-system)
24374 (propagated-inputs
24375 `(("r-glue" ,r-glue)
24376 ("r-rlang" ,r-rlang)
24377 ("r-tibble" ,r-tibble)
24378 ("r-vctrs" ,r-vctrs)))
24379 (native-inputs
24380 `(("r-knitr" ,r-knitr)))
24381 (home-page "https://github.com/tidymodels/hardhat")
24382 (synopsis "Construct modeling packages")
24383 (description
24384 "Building modeling packages is hard. A large amount of effort generally
24385 goes into providing an implementation for a new method that is efficient,
24386 fast, and correct, but often less emphasis is put on the user interface. A
24387 good interface requires specialized knowledge about S3 methods and formulas,
24388 which the average package developer might not have. The goal of
24389 @code{hardhat} is to reduce the burden around building new modeling packages
24390 by providing functionality for preprocessing, predicting, and validating
24391 input.")
24392 (license license:expat)))
24393
24394 (define-public r-lightgbm
24395 (package
24396 (name "r-lightgbm")
24397 (version "3.1.1")
24398 (source
24399 (origin
24400 (method url-fetch)
24401 (uri (cran-uri "lightgbm" version))
24402 (sha256
24403 (base32
24404 "1pwsh6j9ksahh58b15j5ij56bsc6syy3z4k4a5zhy5n7829rz555"))))
24405 (properties `((upstream-name . "lightgbm")))
24406 (build-system r-build-system)
24407 (propagated-inputs
24408 `(("r-data-table" ,r-data-table)
24409 ("r-jsonlite" ,r-jsonlite)
24410 ("r-matrix" ,r-matrix)
24411 ("r-r6" ,r-r6)))
24412 (home-page "https://github.com/Microsoft/LightGBM")
24413 (synopsis "Light gradient boosting machine")
24414 (description
24415 "Tree based algorithms can be improved by introducing boosting
24416 frameworks. LightGBM is one such framework, based on Ke, Guolin et
24417 al. (2017). This package offers an R interface to work with it. It is
24418 designed to be distributed and efficient with the following goals:
24419
24420 @enumerate
24421 @item Faster training speed and higher efficiency;
24422 @item lower memory usage;
24423 @item better accuracy;
24424 @item parallel learning supported; and
24425 @item capable of handling large-scale data.
24426 @end enumerate
24427 ")
24428 (license license:expat)))
24429
24430 (define-public r-shapforxgboost
24431 (package
24432 (name "r-shapforxgboost")
24433 (version "0.1.0")
24434 (source
24435 (origin
24436 (method url-fetch)
24437 (uri (cran-uri "SHAPforxgboost" version))
24438 (sha256
24439 (base32
24440 "0jgyss9bawl7sf4dwa75sn7ld3mvrrr0z2074lbkq3f5qb9gwsly"))))
24441 (properties
24442 `((upstream-name . "SHAPforxgboost")))
24443 (build-system r-build-system)
24444 (propagated-inputs
24445 `(("r-bbmisc" ,r-bbmisc)
24446 ("r-data-table" ,r-data-table)
24447 ("r-ggextra" ,r-ggextra)
24448 ("r-ggforce" ,r-ggforce)
24449 ("r-ggplot2" ,r-ggplot2)
24450 ("r-ggpubr" ,r-ggpubr)
24451 ("r-lightgbm" ,r-lightgbm)
24452 ("r-rcolorbrewer" ,r-rcolorbrewer)
24453 ("r-xgboost" ,r-xgboost)))
24454 (home-page "https://github.com/liuyanguu/SHAPforxgboost")
24455 (synopsis "SHAP Plots for XGBoost")
24456 (description
24457 "The aim of @code{SHAPforxgboost} is to aid in visual data investigations
24458 using @dfn{SHAP} (Shapley additive explanation) visualization plots for
24459 @code{XGBoost}. It provides summary plot, dependence plot, interaction plot,
24460 and force plot. It relies on the @code{XGBoost} package to produce SHAP
24461 values.")
24462 (license license:expat)))
24463
24464 (define-public r-rismed
24465 (package
24466 (name "r-rismed")
24467 (version "2.2")
24468 (source
24469 (origin
24470 (method url-fetch)
24471 (uri (cran-uri "RISmed" version))
24472 (sha256
24473 (base32
24474 "0nwixhngi4r2f73362salivsmsf7l52bm13jqvhdq8mfiigm80vd"))))
24475 (properties `((upstream-name . "RISmed")))
24476 (build-system r-build-system)
24477 (home-page "https://cran.r-project.org/web/packages/RISmed")
24478 (synopsis "Download content from NCBI databases")
24479 (description
24480 "This package provides a set of tools to extract bibliographic
24481 content from the National Center for Biotechnology Information (NCBI)
24482 databases, including PubMed. The name RISmed is a portmanteau of
24483 RIS (for Research Information Systems, a common tag format for
24484 bibliographic data) and PubMed.")
24485 (license license:gpl2+)))
24486
24487 (define-public r-semver
24488 (package
24489 (name "r-semver")
24490 (version "0.2.0")
24491 (source
24492 (origin
24493 (method url-fetch)
24494 (uri (cran-uri "semver" version))
24495 (sha256
24496 (base32
24497 "10wpkyms2cix3bsin2q0qhkbl445pwwpa5gm2s4jjw1989namkxy"))))
24498 (properties `((upstream-name . "semver")))
24499 (build-system r-build-system)
24500 (propagated-inputs
24501 `(("r-assertthat" ,r-assertthat)
24502 ("r-rcpp" ,r-rcpp)))
24503 (native-inputs `(("r-knitr" ,r-knitr)))
24504 (home-page "https://github.com/johndharrison/semver")
24505 (synopsis "Parser for Semantic Versioning 2.0.0")
24506 (description
24507 "This package provides tools and functions for parsing, rendering and
24508 operating on semantic version strings. Semantic versioning is a simple set of
24509 rules and requirements that dictate how version numbers are assigned and
24510 incremented as outlined at @url{http://semver.org}.")
24511 (license license:expat)))
24512
24513 (define-public r-binman
24514 (package
24515 (name "r-binman")
24516 (version "0.1.2")
24517 (source
24518 (origin
24519 (method url-fetch)
24520 (uri (cran-uri "binman" version))
24521 (sha256
24522 (base32
24523 "00l7m98h41r67gf0qxqis3vx63j7wylnk9vlgcyk41szkrz8ikkc"))))
24524 (properties `((upstream-name . "binman")))
24525 (build-system r-build-system)
24526 (propagated-inputs
24527 `(("r-assertthat" ,r-assertthat)
24528 ("r-httr" ,r-httr)
24529 ("r-jsonlite" ,r-jsonlite)
24530 ("r-rappdirs" ,r-rappdirs)
24531 ("r-semver" ,r-semver)
24532 ("r-xml2" ,r-xml2)
24533 ("r-yaml" ,r-yaml)))
24534 (native-inputs `(("r-knitr" ,r-knitr)))
24535 (home-page "https://github.com/ropensci/binman")
24536 (synopsis "Binary download manager")
24537 (description
24538 "This package provides tools and functions for managing the download of
24539 binary files. Binary repositories are defined in the YAML format. Defining
24540 new pre-download, download and post-download templates allow additional
24541 repositories to be added.")
24542 (license license:expat)))
24543
24544 (define-public r-wdman
24545 (package
24546 (name "r-wdman")
24547 (version "0.2.5")
24548 (source
24549 (origin
24550 (method url-fetch)
24551 (uri (cran-uri "wdman" version))
24552 (sha256
24553 (base32
24554 "1yf41lsrr9dbf5n4f5hv9mlmzl736fhnp9gxkm2g9apws6gsig02"))))
24555 (properties `((upstream-name . "wdman")))
24556 (build-system r-build-system)
24557 (propagated-inputs
24558 `(("r-assertthat" ,r-assertthat)
24559 ("r-binman" ,r-binman)
24560 ("r-processx" ,r-processx)
24561 ("r-semver" ,r-semver)
24562 ("r-yaml" ,r-yaml)))
24563 (native-inputs `(("r-knitr" ,r-knitr)))
24564 (home-page "https://docs.ropensci.org/wdman/")
24565 (synopsis "Webdriver/Selenium binary manager")
24566 (description
24567 "There are a number of binary files associated with the
24568 Webdriver/Selenium project (see @url{http://www.seleniumhq.org/download/},
24569 @url{https://sites.google.com/a/chromium.org/chromedriver/},
24570 @url{https://github.com/mozilla/geckodriver},
24571 @url{http://phantomjs.org/download.html}, and
24572 @url{https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver} for
24573 more information). This package provides functions to download these binaries
24574 and to manage processes involving them.")
24575 (license license:expat)))
24576
24577 (define-public r-rselenium
24578 (package
24579 (name "r-rselenium")
24580 (version "1.7.7")
24581 (source
24582 (origin
24583 (method url-fetch)
24584 (uri (cran-uri "RSelenium" version))
24585 (sha256
24586 (base32
24587 "1xn5fdbzmq7b1f5fc9ls23g177bmnd8bn4p4d8aafr6z3jwkmfir"))))
24588 (properties `((upstream-name . "RSelenium")))
24589 (build-system r-build-system)
24590 (propagated-inputs
24591 `(("r-binman" ,r-binman)
24592 ("r-catools" ,r-catools)
24593 ("r-httr" ,r-httr)
24594 ("r-openssl" ,r-openssl)
24595 ("r-wdman" ,r-wdman)
24596 ("r-xml" ,r-xml)))
24597 (native-inputs `(("r-knitr" ,r-knitr)))
24598 (home-page "https://docs.ropensci.org/RSelenium/")
24599 (synopsis "R bindings for Selenium WebDriver")
24600 (description
24601 "This package provides a set of R bindings for the Selenium 2.0
24602 WebDriver (see @url{https://selenium.dev/documentation/en/} for more
24603 information) using the @code{JsonWireProtocol} (see
24604 @url{https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol} for more
24605 information). Selenium 2.0 WebDriver allows driving a web browser natively as
24606 a user would either locally or on a remote machine using the Selenium server
24607 it marks a leap forward in terms of web browser automation. Selenium
24608 automates web browsers (commonly referred to as browsers). Using RSelenium
24609 you can automate browsers locally or remotely.")
24610 (license license:agpl3+)))
24611
24612 (define-public r-conquer
24613 (package
24614 (name "r-conquer")
24615 (version "1.0.2")
24616 (source
24617 (origin
24618 (method url-fetch)
24619 (uri (cran-uri "conquer" version))
24620 (sha256
24621 (base32
24622 "1zvlsrbmrij011mcdi3qngs1al2lhrdiyknxnk0w1zhzrra62bsl"))))
24623 (properties `((upstream-name . "conquer")))
24624 (build-system r-build-system)
24625 (propagated-inputs
24626 `(("r-matrix" ,r-matrix)
24627 ("r-matrixstats" ,r-matrixstats)
24628 ("r-rcpp" ,r-rcpp)
24629 ("r-rcpparmadillo" ,r-rcpparmadillo)))
24630 (home-page "https://github.com/XiaoouPan/conquer")
24631 (synopsis "Convolution-type smoothed quantile regression")
24632 (description
24633 "This package provides fast and accurate convolution-type smoothed
24634 quantile regression, implemented using Barzilai-Borwein gradient descent with
24635 a Huber regression warm start. Confidence intervals for regression
24636 coefficients are constructed using multiplier bootstrap.")
24637 (license license:gpl3)))
24638
24639 (define-public r-fastshap
24640 (package
24641 (name "r-fastshap")
24642 (version "0.0.5")
24643 (source
24644 (origin
24645 (method url-fetch)
24646 (uri (cran-uri "fastshap" version))
24647 (sha256
24648 (base32
24649 "08f25ib5mry6h8lvj0g3clc9kfl5g2wdd8x8bw455wwmbcm6x5vg"))))
24650 (properties `((upstream-name . "fastshap")))
24651 (build-system r-build-system)
24652 (propagated-inputs
24653 `(("r-abind" ,r-abind)
24654 ("r-ggplot2" ,r-ggplot2)
24655 ("r-gridextra" ,r-gridextra)
24656 ("r-matrixstats" ,r-matrixstats)
24657 ("r-plyr" ,r-plyr)
24658 ("r-rcpp" ,r-rcpp)
24659 ("r-rcpparmadillo" ,r-rcpparmadillo)
24660 ("r-tibble" ,r-tibble)))
24661 (home-page "https://github.com/bgreenwell/fastshap")
24662 (synopsis "Fast approximate Shapley values")
24663 (description
24664 "This package computes fast (relative to other implementations)
24665 approximate Shapley values for any supervised learning model. Shapley values
24666 help to explain the predictions from any black box model using ideas from game
24667 theory; see @url{Strumbel and Kononenko (2014),
24668 doi.org/10.1007/s10115-013-0679-x} for details.")
24669 (license license:gpl2+)))
24670
24671 (define-public r-metrics
24672 (package
24673 (name "r-metrics")
24674 (version "0.1.4")
24675 (source
24676 (origin
24677 (method url-fetch)
24678 (uri (cran-uri "Metrics" version))
24679 (sha256
24680 (base32
24681 "0fh8qbjlwzagh272lgwr4bxcqcjb1qpz53mgs8rzlvncax6nk5bk"))))
24682 (properties `((upstream-name . "Metrics")))
24683 (build-system r-build-system)
24684 (home-page "https://github.com/mfrasco/Metrics")
24685 (synopsis "Evaluation metrics for machine learning")
24686 (description
24687 "This package provides an implementation of evaluation metrics in R that
24688 are commonly used in supervised machine learning. It implements metrics for
24689 regression, time series, binary classification, classification, and
24690 information retrieval problems. It has zero dependencies and a consistent,
24691 simple interface for all functions.")
24692 (license license:bsd-3)))
24693
24694 (define-public r-iml
24695 (package
24696 (name "r-iml")
24697 (version "0.10.0")
24698 (source
24699 (origin
24700 (method url-fetch)
24701 (uri (cran-uri "iml" version))
24702 (sha256
24703 (base32
24704 "0xm3q42qahq798ilgg050df0mahhbdfd3fx3i7cpx606h38si0x7"))))
24705 (properties `((upstream-name . "iml")))
24706 (build-system r-build-system)
24707 (propagated-inputs
24708 `(("r-checkmate" ,r-checkmate)
24709 ("r-data-table" ,r-data-table)
24710 ("r-formula" ,r-formula)
24711 ("r-future" ,r-future)
24712 ("r-future-apply" ,r-future-apply)
24713 ("r-ggplot2" ,r-ggplot2)
24714 ("r-gridextra" ,r-gridextra)
24715 ("r-metrics" ,r-metrics)
24716 ("r-prediction" ,r-prediction)
24717 ("r-r6" ,r-r6)))
24718 (native-inputs `(("r-knitr" ,r-knitr)))
24719 (home-page "https://github.com/christophM/iml")
24720 (synopsis "Interpretable machine learning")
24721 (description
24722 "This package provides interpretability methods to analyze the behavior
24723 and predictions of any machine learning model. Implemented methods are:
24724
24725 @itemize
24726 @item Feature importance described by Fisher et al. (2018),
24727 @item accumulated local effects plots described by Apley (2018),
24728 @item partial dependence plots described by Friedman (2001),
24729 @item individual conditional expectation ('ice') plots described by Goldstein
24730 et al. (2013) @url{https://doi.org/10.1080/10618600.2014.907095},
24731 @item local models (variant of 'lime') described by Ribeiro et. al (2016),
24732 @item the Shapley Value described by Strumbelj et. al (2014)
24733 @url{https://doi.org/10.1007/s10115-013-0679-x},
24734 @item feature interactions described by Friedman et. al
24735 @url{https://doi.org/10.1214/07-AOAS148} and tree surrogate models.
24736 @end itemize
24737 ")
24738 (license license:expat)))
24739
24740 (define-public r-goftest
24741 (package
24742 (name "r-goftest")
24743 (version "1.2-2")
24744 (source
24745 (origin
24746 (method url-fetch)
24747 (uri (cran-uri "goftest" version))
24748 (sha256
24749 (base32
24750 "0ivnkqhv5xgiv05dm648nngacymd8x8g0fyppv3bc0mhcqk9k5z4"))))
24751 (properties `((upstream-name . "goftest")))
24752 (build-system r-build-system)
24753 (home-page "https://github.com/baddstats/goftest")
24754 (synopsis "Classical Goodness-of-Fit tests for univariate distributions")
24755 (description
24756 "This package provides Cramer-Von Mises and Anderson-Darling tests of
24757 goodness-of-fit for continuous univariate distributions, using efficient
24758 algorithms.")
24759 (license license:gpl2+)))
24760
24761 (define-public r-tensor
24762 (package
24763 (name "r-tensor")
24764 (version "1.5")
24765 (source
24766 (origin
24767 (method url-fetch)
24768 (uri (cran-uri "tensor" version))
24769 (sha256
24770 (base32
24771 "19mfsgr6vz4lgwidm80i4yw0y1dr3n8i6qz7g4n2xa0k74zc5pp1"))))
24772 (properties `((upstream-name . "tensor")))
24773 (build-system r-build-system)
24774 (home-page "https://cran.r-project.org/web/packages/tensor/")
24775 (synopsis "Tensor product of arrays")
24776 (description
24777 "The tensor product of two arrays is notionally an outer product of the
24778 arrays collapsed in specific extents by summing along the appropriate
24779 diagonals. This package allows you to compute the tensor product of arrays.")
24780 (license license:gpl2+)))
24781
24782 (define-public r-spatstat-utils
24783 (package
24784 (name "r-spatstat-utils")
24785 (version "2.0-0")
24786 (source
24787 (origin
24788 (method url-fetch)
24789 (uri (cran-uri "spatstat.utils" version))
24790 (sha256
24791 (base32
24792 "1li0vksxpkvgyx3j2wi40kj5687vwakkfdix6icm6g01a0lb2m5d"))))
24793 (properties
24794 `((upstream-name . "spatstat.utils")))
24795 (build-system r-build-system)
24796 (home-page "http://www.spatstat.org")
24797 (synopsis "Utility functions for spatstat")
24798 (description
24799 "This package contains utility functions for the @code{spatstat} package
24800 which may also be useful for other purposes.")
24801 (license license:gpl2+)))
24802
24803 (define-public r-spatstat-sparse
24804 (package
24805 (name "r-spatstat-sparse")
24806 (version "1.2-1")
24807 (source
24808 (origin
24809 (method url-fetch)
24810 (uri (cran-uri "spatstat.sparse" version))
24811 (sha256
24812 (base32
24813 "1w312q7gxzchigxxzk9akscdsz66j5085lgjryamschjgp4f8yk2"))))
24814 (properties
24815 `((upstream-name . "spatstat.sparse")))
24816 (build-system r-build-system)
24817 (propagated-inputs
24818 `(("r-abind" ,r-abind)
24819 ("r-matrix" ,r-matrix)
24820 ("r-spatstat-utils" ,r-spatstat-utils)
24821 ("r-tensor" ,r-tensor)))
24822 (home-page "http://spatstat.org/")
24823 (synopsis "Sparse three-dimensional arrays and linear algebra utilities")
24824 (description
24825 "This package defines sparse three-dimensional arrays and supports
24826 standard operations on them. The package also includes utility functions for
24827 matrix calculations that are common in statistics, such as quadratic forms.")
24828 (license license:gpl2+)))
24829
24830 (define-public r-spatstat-data
24831 (package
24832 (name "r-spatstat-data")
24833 (version "2.0-0")
24834 (source
24835 (origin
24836 (method url-fetch)
24837 (uri (cran-uri "spatstat.data" version))
24838 (sha256
24839 (base32
24840 "1z1jb1yzb7qhfg55dhzcrdvn5x8hpg9xif0hpnapddbmhxd1hbb7"))))
24841 (properties `((upstream-name . "spatstat.data")))
24842 (build-system r-build-system)
24843 (propagated-inputs
24844 `(("r-matrix" ,r-matrix)
24845 ("r-spatstat-utils" ,r-spatstat-utils)))
24846 (home-page "http://www.spatstat.org")
24847 (synopsis "Datasets for spatstat")
24848 (description
24849 "This package contains all the datasets for the @code{spatstat}
24850 package.")
24851 (license license:gpl2+)))
24852
24853 (define-public r-spatstat-geom
24854 (package
24855 (name "r-spatstat-geom")
24856 (version "1.65-5")
24857 (source
24858 (origin
24859 (method url-fetch)
24860 (uri (cran-uri "spatstat.geom" version))
24861 (sha256
24862 (base32
24863 "0g0m5b3nbzpyblbp77n56k6aiw3fn23jkk72h9fhqlg1ydn2fzpk"))))
24864 (properties `((upstream-name . "spatstat.geom")))
24865 (build-system r-build-system)
24866 (propagated-inputs
24867 `(("r-deldir" ,r-deldir)
24868 ("r-polyclip" ,r-polyclip)
24869 ("r-spatstat-data" ,r-spatstat-data)
24870 ("r-spatstat-sparse" ,r-spatstat-sparse)
24871 ("r-spatstat-utils" ,r-spatstat-utils)))
24872 (home-page "http://spatstat.org/")
24873 (synopsis "Geometrical functionality of the spatstat package")
24874 (description
24875 "This is a subset of the original spatstat package, containing the
24876 user-level code from spatstat which performs geometrical operations, except
24877 for the geometry of linear networks.")
24878 (license license:gpl2+)))
24879
24880 (define-public r-spatstat-core
24881 (package
24882 (name "r-spatstat-core")
24883 (version "1.65-5")
24884 (source
24885 (origin
24886 (method url-fetch)
24887 (uri (cran-uri "spatstat.core" version))
24888 (sha256
24889 (base32
24890 "0wq61sd53hwyk3fzjdc2prrr66n67zbwb5i3ii7kvyhfwx0xikm3"))))
24891 (properties `((upstream-name . "spatstat.core")))
24892 (build-system r-build-system)
24893 (propagated-inputs
24894 `(("r-abind" ,r-abind)
24895 ("r-goftest" ,r-goftest)
24896 ("r-matrix" ,r-matrix)
24897 ("r-mgcv" ,r-mgcv)
24898 ("r-nlme" ,r-nlme)
24899 ("r-rpart" ,r-rpart)
24900 ("r-spatstat-data" ,r-spatstat-data)
24901 ("r-spatstat-geom" ,r-spatstat-geom)
24902 ("r-spatstat-sparse" ,r-spatstat-sparse)
24903 ("r-spatstat-utils" ,r-spatstat-utils)
24904 ("r-tensor" ,r-tensor)))
24905 (home-page "http://spatstat.org/")
24906 (synopsis "Core functionality of the spatstat package")
24907 (description
24908 "This is a subset of the original spatstat package, containing all of the
24909 user-level code from spatstat, except for the code for linear networks.")
24910 (license license:gpl2+)))
24911
24912 (define-public r-spatstat-linnet
24913 (package
24914 (name "r-spatstat-linnet")
24915 (version "1.65-3")
24916 (source
24917 (origin
24918 (method url-fetch)
24919 (uri (cran-uri "spatstat.linnet" version))
24920 (sha256
24921 (base32
24922 "1y088r26h5yv006ydgcb4iwpvnc7ql857gky0hbi7xqqciqr8wdv"))))
24923 (properties
24924 `((upstream-name . "spatstat.linnet")))
24925 (build-system r-build-system)
24926 (propagated-inputs
24927 `(("r-matrix" ,r-matrix)
24928 ("r-spatstat-core" ,r-spatstat-core)
24929 ("r-spatstat-data" ,r-spatstat-data)
24930 ("r-spatstat-geom" ,r-spatstat-geom)
24931 ("r-spatstat-utils" ,r-spatstat-utils)))
24932 (home-page "http://spatstat.org/")
24933 (synopsis "Linear networks functionality of the spatstat package")
24934 (description
24935 "This is a subset of the spatstat package, containing its functionality
24936 for spatial data on a linear network.")
24937 (license license:gpl2+)))
24938
24939 (define-public r-spatstat
24940 (package
24941 (name "r-spatstat")
24942 (version "2.0-1")
24943 (source
24944 (origin
24945 (method url-fetch)
24946 (uri (cran-uri "spatstat" version))
24947 (sha256
24948 (base32
24949 "1xq11ijc0d0lbixxb3wnvyr4gplfj2d2i64ynsa089xd525zzzbw"))))
24950 (properties `((upstream-name . "spatstat")))
24951 (build-system r-build-system)
24952 (propagated-inputs
24953 `(("r-spatstat-core" ,r-spatstat-core)
24954 ("r-spatstat-data" ,r-spatstat-data)
24955 ("r-spatstat-geom" ,r-spatstat-geom)
24956 ("r-spatstat-linnet" ,r-spatstat-linnet)
24957 ("r-spatstat-utils" ,r-spatstat-utils)))
24958 (home-page "http://www.spatstat.org")
24959 (synopsis "Spatial Point Pattern analysis, model-fitting, simulation, tests")
24960 (description
24961 "This package provides a comprehensive toolbox for analysing Spatial
24962 Point Patterns. It is focused mainly on two-dimensional point patterns,
24963 including multitype/marked points, in any spatial region. It also supports
24964 three-dimensional point patterns, space-time point patterns in any number of
24965 dimensions, point patterns on a linear network, and patterns of other
24966 geometrical objects. It supports spatial covariate data such as pixel images
24967 and contains over 2000 functions for plotting spatial data, exploratory data
24968 analysis, model-fitting, simulation, spatial sampling, model diagnostics, and
24969 formal inference.")
24970 (license license:gpl2+)))
24971
24972 (define-public r-gaston
24973 (package
24974 (name "r-gaston")
24975 (version "1.5.7")
24976 (source
24977 (origin
24978 (method url-fetch)
24979 (uri (cran-uri "gaston" version))
24980 (sha256
24981 (base32
24982 "14z94dpln4dvgrv2w7w9ik7h6rpvbf02qhq1hqzx8c2cndzxr21i"))))
24983 (properties `((upstream-name . "gaston")))
24984 (build-system r-build-system)
24985 (inputs `(("zlib" ,zlib)))
24986 (propagated-inputs
24987 `(("r-rcpp" ,r-rcpp)
24988 ("r-rcppeigen" ,r-rcppeigen)
24989 ("r-rcppparallel" ,r-rcppparallel)))
24990 (native-inputs `(("r-knitr" ,r-knitr)))
24991 (home-page "https://cran.r-project.org/web/packages/gaston/")
24992 (synopsis "Genetic data handling (QC, GRM, LD, PCA) and linear mixed models")
24993 (description
24994 "This is a package for the manipulation of genetic data (SNPs).
24995 Computation of @dfn{genetic relationship matrix} (GRM) and dominance matrix,
24996 @dfn{linkage disequilibrium} (LD), and heritability with efficient algorithms
24997 for linear mixed models (AIREML).")
24998 (license license:gpl3)))
24999
25000 (define-public r-cpp11
25001 (package
25002 (name "r-cpp11")
25003 (version "0.2.6")
25004 (source
25005 (origin
25006 (method url-fetch)
25007 (uri (cran-uri "cpp11" version))
25008 (sha256
25009 (base32
25010 "118i8s7978vl9xyhnb47wcbd6rcc6b958mq2w8s3rdsd4pxv62gz"))))
25011 (properties `((upstream-name . "cpp11")))
25012 (build-system r-build-system)
25013 (native-inputs `(("r-knitr" ,r-knitr)))
25014 (home-page "https://github.com/r-lib/cpp11")
25015 (synopsis "C++11 Interface for R's C Interface")
25016 (description
25017 "This package provides a header only, C++11 interface to R's C interface.
25018 Compared to other approaches @code{cpp11} strives to be safe against long
25019 jumps from the C API as well as C++ exceptions, conform to normal R function
25020 semantics and supports interaction with @code{ALTREP} vectors.")
25021 (license license:expat)))
25022
25023 (define-public r-rcppziggurat
25024 (package
25025 (name "r-rcppziggurat")
25026 (version "0.1.6")
25027 (source
25028 (origin
25029 (method url-fetch)
25030 (uri (cran-uri "RcppZiggurat" version))
25031 (sha256
25032 (base32
25033 "0wgd1v2p7zajnbrjf3hfi56p3pk3ld6iwkanbb04bjbnlif2ay4w"))))
25034 (properties `((upstream-name . "RcppZiggurat")))
25035 (build-system r-build-system)
25036 (propagated-inputs
25037 `(("r-rcpp" ,r-rcpp)
25038 ("r-rcppgsl" ,r-rcppgsl)))
25039 (native-inputs `(("r-knitr" ,r-knitr)))
25040 (home-page "https://cran.r-project.org/web/packages/RcppZiggurat/")
25041 (synopsis "Rcpp integration of different \"Ziggurat\" normal RNG implementations")
25042 (description
25043 "The Ziggurat generator for normally distributed random numbers,
25044 originally proposed by Marsaglia and Tsang (2000,
25045 @url{https://doi.org/10.18637/jss.v005.i08}) has been improved upon a few
25046 times starting with Leong et al (2005,
25047 @url{https://doi.org/10.18637/jss.v012.i07}). This package provides an
25048 aggregation for comparing different implementations in order to provide a
25049 'faster but good enough' alternative for use with R and C++ code.")
25050 (license license:gpl2+)))
25051
25052 (define-public r-rfast
25053 (package
25054 (name "r-rfast")
25055 (version "2.0.1")
25056 (source
25057 (origin
25058 (method url-fetch)
25059 (uri (cran-uri "Rfast" version))
25060 (sha256
25061 (base32
25062 "1cq3mcg49hsvqhwn6f4dgsx7f8ma4qnwr5n6s7m22qy57rg31958"))))
25063 (properties `((upstream-name . "Rfast")))
25064 (build-system r-build-system)
25065 (propagated-inputs
25066 `(("r-rcpp" ,r-rcpp)
25067 ("r-rcpparmadillo" ,r-rcpparmadillo)
25068 ("r-rcppziggurat" ,r-rcppziggurat)))
25069 (home-page "https://github.com/RfastOfficial/Rfast")
25070 (synopsis "Collection of efficient and fast R functions")
25071 (description
25072 "This package provides a collection of fast (utility) functions for data
25073 analysis. Column- and row- wise means, medians, variances, minimums,
25074 maximums, many t, F and G-square tests, many regressions (normal, logistic,
25075 Poisson), are some of the many fast functions.")
25076 (license license:gpl2+)))
25077
25078 (define-public r-clusterr
25079 (package
25080 (name "r-clusterr")
25081 (version "1.2.2")
25082 (source
25083 (origin
25084 (method url-fetch)
25085 (uri (cran-uri "ClusterR" version))
25086 (sha256
25087 (base32
25088 "1ky172bk15a78hky77vl60j7c81nq2495sxjrv53is25nkac7sjm"))))
25089 (properties `((upstream-name . "ClusterR")))
25090 (build-system r-build-system)
25091 (propagated-inputs
25092 `(("r-ggplot2" ,r-ggplot2)
25093 ("r-gmp" ,r-gmp)
25094 ("r-gtools" ,r-gtools)
25095 ("r-rcpp" ,r-rcpp)
25096 ("r-rcpparmadillo" ,r-rcpparmadillo)))
25097 (native-inputs `(("r-knitr" ,r-knitr)))
25098 (home-page "https://github.com/mlampros/ClusterR")
25099 (synopsis "Clustering")
25100 (description
25101 "This package provides Gaussian mixture models, k-means,
25102 mini-batch-kmeans, k-medoids and affinity propagation clustering with the
25103 option to plot, validate, predict (new data) and estimate the optimal number
25104 of clusters. The package takes advantage of @code{RcppArmadillo} to speed up
25105 the computationally intensive parts of the functions. For more information,
25106 see
25107
25108 @enumerate
25109 @item \"Clustering in an Object-Oriented Environment\" by Anja Struyf, Mia
25110 Hubert, Peter Rousseeuw (1997), Journal of Statistical Software,
25111 @url{https://doi.org/10.18637/jss.v001.i04};
25112 @item \"Web-scale k-means clustering\" by D. Sculley (2010), ACM Digital
25113 Library, @url{https://doi.org/10.1145/1772690.1772862};
25114 @item \"Armadillo: a template-based C++ library
25115 for linear algebra\" by Sanderson et al (2016), The Journal of Open Source
25116 Software, @url{https://doi.org/10.21105/joss.00026};
25117 @item \"Clustering by Passing Messages Between Data Points\" by Brendan
25118 J. Frey and Delbert Dueck, Science 16 Feb 2007: Vol. 315, Issue 5814,
25119 pp. 972-976, @url{https://doi.org/10.1126/science.1136800}.
25120 @end enumerate
25121 ")
25122 (license license:gpl3)))
25123
25124 (define-public r-spectrum
25125 (package
25126 (name "r-spectrum")
25127 (version "1.1")
25128 (source
25129 (origin
25130 (method url-fetch)
25131 (uri (cran-uri "Spectrum" version))
25132 (sha256
25133 (base32
25134 "0n38d360azkck6vvhr771zsh0gbvd9qsf9ygg5r18vhz0pb1xcfw"))))
25135 (properties `((upstream-name . "Spectrum")))
25136 (build-system r-build-system)
25137 (propagated-inputs
25138 `(("r-clusterr" ,r-clusterr)
25139 ("r-diptest" ,r-diptest)
25140 ("r-ggplot2" ,r-ggplot2)
25141 ("r-rfast" ,r-rfast)))
25142 (native-inputs `(("r-knitr" ,r-knitr)))
25143 (home-page "https://cran.r-project.org/web/packages/Spectrum/")
25144 (synopsis "Fast adaptive spectral clustering for single and multi-view data")
25145 (description
25146 "This package provides a self-tuning spectral clustering method for
25147 single or multi-view data. Spectrum uses a new type of adaptive density aware
25148 kernel that strengthens connections in the graph based on common nearest
25149 neighbours. It uses a tensor product graph data integration and diffusion
25150 procedure to integrate different data sources and reduce noise. Spectrum uses
25151 either the eigengap or multimodality gap heuristics to determine the number of
25152 clusters. The method is sufficiently flexible so that a wide range of
25153 Gaussian and non-Gaussian structures can be clustered with automatic selection
25154 of K.")
25155 (license license:agpl3+)))
25156
25157 (define-public r-nabor
25158 (package
25159 (name "r-nabor")
25160 (version "0.5.0")
25161 (source
25162 (origin
25163 (method url-fetch)
25164 (uri (cran-uri "nabor" version))
25165 (sha256
25166 (base32
25167 "1nj39cdfwrmhgsi3cq8imxv3n6xzc1v6dzdb2cf2hybjk368v4s7"))))
25168 (properties `((upstream-name . "nabor")))
25169 (build-system r-build-system)
25170 (propagated-inputs
25171 `(("r-bh" ,r-bh)
25172 ("r-rcpp" ,r-rcpp)
25173 ("r-rcppeigen" ,r-rcppeigen)))
25174 (home-page "https://cran.r-project.org/web/packages/nabor/")
25175 (synopsis "Wrapper for K nearest neighbour library for low dimensions")
25176 (description
25177 "This package provides an R wrapper for libnabo, an exact or approximate
25178 k nearest neighbour library which is optimised for low dimensional
25179 spaces (e.g. 3D). @code{nabor} includes a @code{knn} function that is
25180 designed as a drop-in replacement for the RANN function @code{nn2}. In
25181 addition, objects which include the k-d tree search structure can be returned
25182 to speed up repeated queries of the same set of target points.")
25183 (license license:bsd-3)))
25184
25185 (define-public r-muhaz
25186 (package
25187 (name "r-muhaz")
25188 (version "1.2.6.1")
25189 (source
25190 (origin
25191 (method url-fetch)
25192 (uri (cran-uri "muhaz" version))
25193 (sha256
25194 (base32
25195 "08qh43zx6h3yby44q2vxphfvmfdmqxpgyp0734yn341sy9n8pkkk"))))
25196 (properties `((upstream-name . "muhaz")))
25197 (build-system r-build-system)
25198 (propagated-inputs
25199 `(("r-survival" ,r-survival)))
25200 (native-inputs
25201 `(("gfortran" ,gfortran)))
25202 (home-page "https://cran.r-project.org/web/packages/muhaz/")
25203 (synopsis "Hazard function estimation in survival analysis")
25204 (description
25205 "This package produces a smooth estimate of the hazard function for
25206 censored data.")
25207 ;; Any version of the GPL.
25208 (license license:gpl3+)))
25209
25210 (define-public r-flexsurv
25211 (package
25212 (name "r-flexsurv")
25213 (version "2.0")
25214 (source
25215 (origin
25216 (method url-fetch)
25217 (uri (cran-uri "flexsurv" version))
25218 (sha256
25219 (base32
25220 "0vshsijqlzsz0xh426vsswpai1v5c990ggyniqqzsjbg3mn8dbl9"))))
25221 (properties `((upstream-name . "flexsurv")))
25222 (build-system r-build-system)
25223 (propagated-inputs
25224 `(("r-assertthat" ,r-assertthat)
25225 ("r-desolve" ,r-desolve)
25226 ("r-dplyr" ,r-dplyr)
25227 ("r-generics" ,r-generics)
25228 ("r-magrittr" ,r-magrittr)
25229 ("r-matrix" ,r-matrix)
25230 ("r-mstate" ,r-mstate)
25231 ("r-muhaz" ,r-muhaz)
25232 ("r-mvtnorm" ,r-mvtnorm)
25233 ("r-numderiv" ,r-numderiv)
25234 ("r-purrr" ,r-purrr)
25235 ("r-quadprog" ,r-quadprog)
25236 ("r-rcpp" ,r-rcpp)
25237 ("r-rlang" ,r-rlang)
25238 ("r-rstpm2" ,r-rstpm2)
25239 ("r-survival" ,r-survival)
25240 ("r-tibble" ,r-tibble)
25241 ("r-tidyr" ,r-tidyr)
25242 ("r-tidyselect" ,r-tidyselect)))
25243 (native-inputs
25244 `(("r-knitr" ,r-knitr)))
25245 (home-page "https://github.com/chjackson/flexsurv-dev")
25246 (synopsis "Flexible parametric survival and multi-state models")
25247 (description
25248 "This package provides flexible parametric models for time-to-event data,
25249 including the Royston-Parmar spline model, generalized gamma and generalized F
25250 distributions. Any user-defined parametric distribution can be fitted, given
25251 at least an R function defining the probability density or hazard. There are
25252 also tools for fitting and predicting from fully parametric multi-state
25253 models.")
25254 (license license:gpl2+)))
25255
25256 (define-public r-transphylo
25257 (package
25258 (name "r-transphylo")
25259 (version "1.4.4")
25260 (source
25261 (origin
25262 (method url-fetch)
25263 (uri (cran-uri "TransPhylo" version))
25264 (sha256
25265 (base32
25266 "1506c97y8dnhd0c38rgvmg70q0l3xmmn07mjglhnw7hi5n5y9mv9"))))
25267 (properties `((upstream-name . "TransPhylo")))
25268 (build-system r-build-system)
25269 (propagated-inputs
25270 `(("r-ape" ,r-ape)
25271 ("r-rcpp" ,r-rcpp)))
25272 (native-inputs
25273 `(("r-knitr" ,r-knitr)))
25274 (home-page "https://cran.r-project.org/web/packages/TransPhylo/")
25275 (synopsis "Inference of transmission tree from a dated phylogeny")
25276 (description
25277 "This is a package to infer transmission trees from a dated phylogeny.
25278 It includes methods to simulate and analyze outbreaks. The methodology is
25279 described in @url{https://doi.org/10.1093/molbev/msu121,Didelot et al. (2014)}
25280 and @url{https://doi.org/10.1093/molbev/msw275,Didelot et al. (2017)}.")
25281 (license license:gpl2+)))
25282
25283 (define-public r-km-ci
25284 (package
25285 (name "r-km-ci")
25286 (version "0.5-2")
25287 (source
25288 (origin
25289 (method url-fetch)
25290 (uri (cran-uri "km.ci" version))
25291 (sha256
25292 (base32
25293 "1l6kw8jppaa1802yc5pbfwwgac56nhwc9p076ivylhms4w7cdf8v"))))
25294 (properties `((upstream-name . "km.ci")))
25295 (build-system r-build-system)
25296 (propagated-inputs
25297 `(("r-survival" ,r-survival)))
25298 (home-page "https://cran.r-project.org/web/packages/km.ci/")
25299 (synopsis "Confidence intervals for the Kaplan-Meier estimator")
25300 (description
25301 "This package computes various @dfn{confidence intervals} (CI) for the
25302 Kaplan-Meier estimator, namely: Petos CI, Rothman CI, CIs based on Greenwoods
25303 variance, Thomas and Grunkemeier CI and the simultaneous confidence bands by
25304 Nair and Hall and Wellner.")
25305 (license license:gpl2+)))
25306
25307 (define-public r-kmsurv
25308 (package
25309 (name "r-kmsurv")
25310 (version "0.1-5")
25311 (source
25312 (origin
25313 (method url-fetch)
25314 (uri (cran-uri "KMsurv" version))
25315 (sha256
25316 (base32
25317 "0hi5vvk584rl70gbrr75w9hc775xmbxnaig0dd6hlpi4071pnqjm"))))
25318 (properties `((upstream-name . "KMsurv")))
25319 (build-system r-build-system)
25320 (home-page "https://cran.r-project.org/web/packages/KMsurv/")
25321 (synopsis "Data sets from Klein and Moeschberger (1997), Survival Analysis")
25322 (description
25323 "This package provides data sets and functions for Klein and Moeschberger
25324 (1997), \"Survival Analysis, Techniques for Censored and Truncated Data\",
25325 Springer.")
25326 (license license:gpl3+)))
25327
25328 (define-public r-survmisc
25329 (package
25330 (name "r-survmisc")
25331 (version "0.5.5")
25332 (source
25333 (origin
25334 (method url-fetch)
25335 (uri (cran-uri "survMisc" version))
25336 (sha256
25337 (base32
25338 "00nvvl8gz4477ab24rd0xvfksm8msv8h021b9ld5c9cizc41n2bm"))))
25339 (properties `((upstream-name . "survMisc")))
25340 (build-system r-build-system)
25341 (propagated-inputs
25342 `(("r-data-table" ,r-data-table)
25343 ("r-ggplot2" ,r-ggplot2)
25344 ("r-gridextra" ,r-gridextra)
25345 ("r-km-ci" ,r-km-ci)
25346 ("r-kmsurv" ,r-kmsurv)
25347 ("r-knitr" ,r-knitr)
25348 ("r-survival" ,r-survival)
25349 ("r-xtable" ,r-xtable)
25350 ("r-zoo" ,r-zoo)))
25351 (native-inputs
25352 `(("r-knitr" ,r-knitr)))
25353 (home-page "https://cran.r-project.org/web/packages/survMisc/")
25354 (synopsis "Miscellaneous functions for survival data")
25355 (description
25356 "This package provides a collection of functions to help in the analysis
25357 of right-censored survival data. These extend the methods available in
25358 the @code{survival} package.")
25359 (license license:gpl2)))
25360
25361 (define-public r-exactranktests
25362 (package
25363 (name "r-exactranktests")
25364 (version "0.8-31")
25365 (source
25366 (origin
25367 (method url-fetch)
25368 (uri (cran-uri "exactRankTests" version))
25369 (sha256
25370 (base32
25371 "1154dkcid3njhamdp87qs9bnx7l8bdqkcjsds9q9f2xmizs9x8gw"))))
25372 (properties
25373 `((upstream-name . "exactRankTests")))
25374 (build-system r-build-system)
25375 (home-page "https://cran.r-project.org/web/packages/exactRankTests/")
25376 (synopsis "Exact distributions for rank and permutation tests")
25377 (description
25378 "This package computes exact conditional p-values and quantiles using an
25379 implementation of the Shift-Algorithm by Streitberg & Roehmel.")
25380 (license license:gpl2+)))
25381
25382 (define-public r-maxstat
25383 (package
25384 (name "r-maxstat")
25385 (version "0.7-25")
25386 (source
25387 (origin
25388 (method url-fetch)
25389 (uri (cran-uri "maxstat" version))
25390 (sha256
25391 (base32
25392 "114z1rwxwvk05ijjhdppzm148n1h192fp0w12ky10zkrhf6kphbg"))))
25393 (properties `((upstream-name . "maxstat")))
25394 (build-system r-build-system)
25395 (propagated-inputs
25396 `(("r-exactranktests" ,r-exactranktests)
25397 ("r-mvtnorm" ,r-mvtnorm)))
25398 (home-page "https://cran.r-project.org/web/packages/maxstat/")
25399 (synopsis "Maximally selected rank statistics")
25400 (description
25401 "This package provides maximally selected rank statistics with several
25402 p-value approximations.")
25403 (license license:gpl2+)))
25404
25405 (define-public r-survminer
25406 (package
25407 (name "r-survminer")
25408 (version "0.4.9")
25409 (source
25410 (origin
25411 (method url-fetch)
25412 (uri (cran-uri "survminer" version))
25413 (sha256
25414 (base32
25415 "0byh0wxdbjfwdrzsnqv4xlmnik6lj0vkkzfxy7lssk8dv5zmj7nz"))))
25416 (properties `((upstream-name . "survminer")))
25417 (build-system r-build-system)
25418 (propagated-inputs
25419 `(("r-broom" ,r-broom)
25420 ("r-dplyr" ,r-dplyr)
25421 ("r-ggplot2" ,r-ggplot2)
25422 ("r-ggpubr" ,r-ggpubr)
25423 ("r-ggtext" ,r-ggtext)
25424 ("r-gridextra" ,r-gridextra)
25425 ("r-magrittr" ,r-magrittr)
25426 ("r-maxstat" ,r-maxstat)
25427 ("r-purrr" ,r-purrr)
25428 ("r-rlang" ,r-rlang)
25429 ("r-scales" ,r-scales)
25430 ("r-survival" ,r-survival)
25431 ("r-survmisc" ,r-survmisc)
25432 ("r-tibble" ,r-tibble)
25433 ("r-tidyr" ,r-tidyr)))
25434 (native-inputs
25435 `(("r-knitr" ,r-knitr)))
25436 (home-page "https://rpkgs.datanovia.com/survminer/index.html")
25437 (synopsis "Drawing survival curves using ggplot2")
25438 (description
25439 "This package contains the function @code{ggsurvplot()} for easily
25440 drawing beautiful and 'ready-to-publish' survival curves with the 'number at
25441 risk' table and 'censoring count plot'. Other functions are also available to
25442 plot adjusted curves for Cox model and to visually examine Cox model
25443 assumptions.")
25444 (license license:gpl2)))
25445
25446 (define-public r-forge
25447 (package
25448 (name "r-forge")
25449 (version "0.2.0")
25450 (source
25451 (origin
25452 (method url-fetch)
25453 (uri (cran-uri "forge" version))
25454 (sha256
25455 (base32
25456 "0pjfzsc35agkh0zfw2czwajkbsyn6liys5irl5bhz5r1vim3jmwa"))))
25457 (properties `((upstream-name . "forge")))
25458 (build-system r-build-system)
25459 (propagated-inputs
25460 `(("r-magrittr" ,r-magrittr)
25461 ("r-rlang" ,r-rlang)))
25462 (home-page "https://cran.r-project.org/web/packages/forge/")
25463 (synopsis "Cast values into shape")
25464 (description
25465 "This package provides helper functions with a consistent interface to
25466 coerce and verify the types and shapes of values for input checking.")
25467 (license license:asl2.0)))
25468
25469 (define-public r-config
25470 (package
25471 (name "r-config")
25472 (version "0.3.1")
25473 (source
25474 (origin
25475 (method url-fetch)
25476 (uri (cran-uri "config" version))
25477 (sha256
25478 (base32
25479 "0l2zp7v6qaz72dclcbjrlis633zlwp8rsi5azr7iw127iyz7i26l"))))
25480 (properties `((upstream-name . "config")))
25481 (build-system r-build-system)
25482 (propagated-inputs
25483 `(("r-yaml" ,r-yaml)))
25484 (native-inputs
25485 `(("r-knitr" ,r-knitr)))
25486 (home-page "https://github.com/rstudio/config")
25487 (synopsis "Manage environment specific configuration values")
25488 (description
25489 "This package lets you manage configuration values across multiple
25490 environments (e.g. development, test, production). It reads values using a
25491 function that determines the current environment and returns the appropriate
25492 value.")
25493 (license license:gpl3)))
25494
25495 (define-public r-adaptivesparsity
25496 (package
25497 (name "r-adaptivesparsity")
25498 (version "1.6")
25499 (source (origin
25500 (method url-fetch)
25501 (uri (cran-uri "AdaptiveSparsity" version))
25502 (sha256
25503 (base32
25504 "0imr5m8mll9j6n4icsv6z9rl5kbnwsp9wvzrg7n90nnmcxq2cz91"))))
25505 (properties
25506 `((upstream-name . "AdaptiveSparsity")))
25507 (build-system r-build-system)
25508 (arguments
25509 `(#:phases
25510 (modify-phases %standard-phases
25511 (add-after 'unpack 'link-against-armadillo
25512 (lambda _
25513 (substitute* "src/Makevars"
25514 (("PKG_LIBS=" prefix)
25515 (string-append prefix "-larmadillo")))
25516 #t)))))
25517 (propagated-inputs
25518 `(("r-mass" ,r-mass)
25519 ("r-matrix" ,r-matrix)
25520 ("r-rcpp" ,r-rcpp)
25521 ("r-rcpparmadillo" ,r-rcpparmadillo)))
25522 (inputs
25523 `(("armadillo" ,armadillo)))
25524 (home-page "https://cran.r-project.org/web/packages/AdaptiveSparsity")
25525 (synopsis "Adaptive sparsity models")
25526 (description
25527 "This package implements the Figueiredo machine learning algorithm for
25528 adaptive sparsity and the Wong algorithm for adaptively sparse Gaussian
25529 geometric models.")
25530 (license license:lgpl3+)))
25531
25532 (define-public r-diffusionmap
25533 (package
25534 (name "r-diffusionmap")
25535 (version "1.2.0")
25536 (source
25537 (origin
25538 (method url-fetch)
25539 (uri (cran-uri "diffusionMap" version))
25540 (sha256
25541 (base32
25542 "1rvk7069brlm1s9kqj4c31mwwr3mw4hmhay95cjjjfmw5xclff2j"))))
25543 (properties `((upstream-name . "diffusionMap")))
25544 (build-system r-build-system)
25545 (propagated-inputs
25546 `(("r-igraph" ,r-igraph)
25547 ("r-matrix" ,r-matrix)
25548 ("r-scatterplot3d" ,r-scatterplot3d)))
25549 (home-page "https://www.r-project.org")
25550 (synopsis "Diffusion map")
25551 (description "This package implements the diffusion map method of data
25552 parametrization, including creation and visualization of diffusion maps,
25553 clustering with diffusion K-means and regression using the adaptive regression
25554 model.")
25555 (license license:gpl2)))
25556
25557 (define-public r-igraph
25558 (package
25559 (name "r-igraph")
25560 (version "1.2.6")
25561 (source
25562 (origin
25563 (method url-fetch)
25564 (uri (cran-uri "igraph" version))
25565 (sha256
25566 (base32
25567 "0vf7wrx77cdiav8724cw8gchrn0y9wvywphf5km4pa7xcqhsf3b4"))))
25568 (build-system r-build-system)
25569 (native-inputs
25570 `(("gfortran" ,gfortran)))
25571 (inputs
25572 `(("gmp" ,gmp)
25573 ("glpk" ,glpk)
25574 ("libxml2" ,libxml2)
25575 ("zlib" ,zlib)))
25576 (propagated-inputs
25577 `(("r-magrittr" ,r-magrittr)
25578 ("r-matrix" ,r-matrix)
25579 ("r-pkgconfig" ,r-pkgconfig)))
25580 (home-page "https://igraph.org")
25581 (synopsis "Network analysis and visualization")
25582 (description
25583 "This package provides routines for simple graphs and network analysis.
25584 It can handle large graphs very well and provides functions for generating
25585 random and regular graphs, graph visualization, centrality methods and much
25586 more.")
25587 (license license:gpl2+)))
25588
25589 (define-public r-workflows
25590 (package
25591 (name "r-workflows")
25592 (version "0.2.2")
25593 (source
25594 (origin
25595 (method url-fetch)
25596 (uri (cran-uri "workflows" version))
25597 (sha256
25598 (base32
25599 "19ipcxx4qfz28cjkgr1vny03yhmbd3m2v64v30gk5pf73nazvmaz"))))
25600 (properties `((upstream-name . "workflows")))
25601 (build-system r-build-system)
25602 (propagated-inputs
25603 `(("r-cli" ,r-cli)
25604 ("r-ellipsis" ,r-ellipsis)
25605 ("r-generics" ,r-generics)
25606 ("r-glue" ,r-glue)
25607 ("r-hardhat" ,r-hardhat)
25608 ("r-parsnip" ,r-parsnip)
25609 ("r-rlang" ,r-rlang)
25610 ("r-tidyselect" ,r-tidyselect)
25611 ("r-vctrs" ,r-vctrs)))
25612 (native-inputs
25613 `(("r-knitr" ,r-knitr)))
25614 (home-page "https://github.com/tidymodels/workflows")
25615 (synopsis "Modeling workflows")
25616 (description
25617 "A workflow is an object that can bundle together your pre-processing,
25618 modeling, and post-processing requests. For example, if you have a
25619 @code{recipe} and @code{parsnip} model, these can be combined into a
25620 workflow. The advantages are:
25621
25622 @enumerate
25623 @item You don’t have to keep track of separate objects in your workspace.
25624 @item The recipe prepping and model fitting can be executed using a single
25625 call to @code{fit()}.
25626 @item If you have custom tuning parameter settings, these can be defined using
25627 a simpler interface when combined with @code{tune}.
25628 @item In the future, workflows will be able to add post-processing operations,
25629 such as modifying the probability cutoff for two-class models.
25630 @end enumerate
25631 ")
25632 (license license:expat)))
25633
25634 (define-public r-gpfit
25635 (package
25636 (name "r-gpfit")
25637 (version "1.0-8")
25638 (source
25639 (origin
25640 (method url-fetch)
25641 (uri (cran-uri "GPfit" version))
25642 (sha256
25643 (base32
25644 "05mpiyi2vxv0wqp422n1mnxa8msc4daq40cwpnpngbcwqhlgqkby"))))
25645 (properties `((upstream-name . "GPfit")))
25646 (build-system r-build-system)
25647 (propagated-inputs
25648 `(("r-lattice" ,r-lattice)
25649 ("r-lhs" ,r-lhs)))
25650 (home-page "https://cran.r-project.org/web/packages/GPfit/")
25651 (synopsis "Gaussian Processes modeling")
25652 (description
25653 "This package provides a computationally stable approach of fitting a
25654 @dfn{Gaussian Process} (GP) model to a deterministic simulator.")
25655 (license license:gpl2)))
25656
25657 (define-public r-yardstick
25658 (package
25659 (name "r-yardstick")
25660 (version "0.0.7")
25661 (source
25662 (origin
25663 (method url-fetch)
25664 (uri (cran-uri "yardstick" version))
25665 (sha256
25666 (base32
25667 "1yrvlhn4gxyn9f20z5yv3xam0j0a8z362jwa32r33r0g0jk5z2fq"))))
25668 (properties `((upstream-name . "yardstick")))
25669 (build-system r-build-system)
25670 (propagated-inputs
25671 `(("r-dplyr" ,r-dplyr)
25672 ("r-generics" ,r-generics)
25673 ("r-proc" ,r-proc)
25674 ("r-rlang" ,r-rlang)
25675 ("r-tidyselect" ,r-tidyselect)))
25676 (native-inputs
25677 `(("r-knitr" ,r-knitr)))
25678 (home-page "https://github.com/tidymodels/yardstick")
25679 (synopsis "Tidy characterizations of model performance")
25680 (description
25681 "This package provides tidy tools for quantifying how well a model fits
25682 to a data set such as confusion matrices, class probability curve summaries,
25683 and regression metrics (e.g., RMSE).")
25684 (license license:gpl2)))
25685
25686 (define-public r-warp
25687 (package
25688 (name "r-warp")
25689 (version "0.2.0")
25690 (source
25691 (origin
25692 (method url-fetch)
25693 (uri (cran-uri "warp" version))
25694 (sha256
25695 (base32
25696 "0s0acddc5h14245hi1faycxp0fyvw6nlgaz2df7da4fpyd2f638f"))))
25697 (properties `((upstream-name . "warp")))
25698 (build-system r-build-system)
25699 (native-inputs `(("r-knitr" ,r-knitr)))
25700 (home-page "https://github.com/DavisVaughan/warp")
25701 (synopsis "Group dates")
25702 (description
25703 "This package provides tooling to group dates by a variety of periods
25704 including: yearly, monthly, by second, by week of the month, and more. The
25705 groups are defined in such a way that they also represent the distance between
25706 dates in terms of the period. This extracts valuable information that can be
25707 used in further calculations that rely on a specific temporal spacing between
25708 observations.")
25709 (license license:expat)))
25710
25711 (define-public r-slider
25712 (package
25713 (name "r-slider")
25714 (version "0.1.5")
25715 (source
25716 (origin
25717 (method url-fetch)
25718 (uri (cran-uri "slider" version))
25719 (sha256
25720 (base32
25721 "1x4jwfxam4czfkb1s5qds5krfw1h2p5a4rh6f5z4yvhsv0d81xck"))))
25722 (properties `((upstream-name . "slider")))
25723 (build-system r-build-system)
25724 (propagated-inputs
25725 `(("r-glue" ,r-glue)
25726 ("r-rlang" ,r-rlang)
25727 ("r-vctrs" ,r-vctrs)
25728 ("r-warp" ,r-warp)))
25729 (native-inputs `(("r-knitr" ,r-knitr)))
25730 (home-page "https://github.com/DavisVaughan/slider")
25731 (synopsis "Sliding window functions")
25732 (description
25733 "This package provides type-stable rolling window functions over any R
25734 data type. Cumulative and expanding windows are also supported. For more
25735 advanced usage, an index can be used as a secondary vector that defines how
25736 sliding windows are to be created.")
25737 (license license:expat)))
25738
25739 (define-public r-rsample
25740 (package
25741 (name "r-rsample")
25742 (version "0.0.9")
25743 (source
25744 (origin
25745 (method url-fetch)
25746 (uri (cran-uri "rsample" version))
25747 (sha256
25748 (base32
25749 "03qwsvylgmj2a2h764mzy0x57pgzmvjvl0ypmbn4lcf912bvrd2c"))))
25750 (properties `((upstream-name . "rsample")))
25751 (build-system r-build-system)
25752 (propagated-inputs
25753 `(("r-dplyr" ,r-dplyr)
25754 ("r-ellipsis" ,r-ellipsis)
25755 ("r-furrr" ,r-furrr)
25756 ("r-generics" ,r-generics)
25757 ("r-purrr" ,r-purrr)
25758 ("r-rlang" ,r-rlang)
25759 ("r-slider" ,r-slider)
25760 ("r-tibble" ,r-tibble)
25761 ("r-tidyr" ,r-tidyr)
25762 ("r-tidyselect" ,r-tidyselect)
25763 ("r-vctrs" ,r-vctrs)))
25764 (native-inputs
25765 `(("r-knitr" ,r-knitr)))
25766 (home-page "https://rsample.tidymodels.org")
25767 (synopsis "General resampling infrastructure")
25768 (description
25769 "This package provides classes and functions to create and summarize
25770 different types of resampling objects (e.g. bootstrap, cross-validation).")
25771 (license license:gpl2)))
25772
25773 (define-public r-dicedesign
25774 (package
25775 (name "r-dicedesign")
25776 (version "1.9")
25777 (source
25778 (origin
25779 (method url-fetch)
25780 (uri (cran-uri "DiceDesign" version))
25781 (sha256
25782 (base32
25783 "1a8ixa65xgyfri03cviic8qi2plbhdyz8m02bwif8w94w0q3ghlk"))))
25784 (properties `((upstream-name . "DiceDesign")))
25785 (build-system r-build-system)
25786 (home-page "http://dice.emse.fr/")
25787 (synopsis "Designs of computer experiments")
25788 (description
25789 "This package provides tools to create some specific @code{Space-Filling
25790 Design} (SFD) and to test their quality.")
25791 (license license:gpl3)))
25792
25793 (define-public r-dials
25794 (package
25795 (name "r-dials")
25796 (version "0.0.9")
25797 (source
25798 (origin
25799 (method url-fetch)
25800 (uri (cran-uri "dials" version))
25801 (sha256
25802 (base32
25803 "0g9wj2py4wz703rh4p7hk8qxqnkm7zyrypv4qz4vaqziazjsmxks"))))
25804 (properties `((upstream-name . "dials")))
25805 (build-system r-build-system)
25806 (propagated-inputs
25807 `(("r-dicedesign" ,r-dicedesign)
25808 ("r-dplyr" ,r-dplyr)
25809 ("r-glue" ,r-glue)
25810 ("r-purrr" ,r-purrr)
25811 ("r-rlang" ,r-rlang)
25812 ("r-scales" ,r-scales)
25813 ("r-tibble" ,r-tibble)
25814 ("r-vctrs" ,r-vctrs)
25815 ("r-withr" ,r-withr)))
25816 (native-inputs `(("r-knitr" ,r-knitr)))
25817 (home-page "https://dials.tidymodels.org/")
25818 (synopsis "Tools for creating tuning parameter values")
25819 (description
25820 "Many models contain tuning parameters (i.e. parameters that cannot be
25821 directly estimated from the data). These tools can be used to define objects
25822 for creating, simulating, or validating values for such parameters.")
25823 (license license:gpl2)))
25824
25825 (define-public r-tune
25826 (package
25827 (name "r-tune")
25828 (version "0.1.3")
25829 (source
25830 (origin
25831 (method url-fetch)
25832 (uri (cran-uri "tune" version))
25833 (sha256
25834 (base32
25835 "05r5jzg96g2z10a2w4w8wq1ysfaxr91acwrvn75pmcy4rmixf293"))))
25836 (properties `((upstream-name . "tune")))
25837 (build-system r-build-system)
25838 (propagated-inputs
25839 `(("r-cli" ,r-cli)
25840 ("r-dials" ,r-dials)
25841 ("r-dplyr" ,r-dplyr)
25842 ("r-foreach" ,r-foreach)
25843 ("r-generics" ,r-generics)
25844 ("r-ggplot2" ,r-ggplot2)
25845 ("r-glue" ,r-glue)
25846 ("r-gpfit" ,r-gpfit)
25847 ("r-parsnip" ,r-parsnip)
25848 ("r-purrr" ,r-purrr)
25849 ("r-recipes" ,r-recipes)
25850 ("r-rlang" ,r-rlang)
25851 ("r-rsample" ,r-rsample)
25852 ("r-tibble" ,r-tibble)
25853 ("r-tidyr" ,r-tidyr)
25854 ("r-vctrs" ,r-vctrs)
25855 ("r-workflows" ,r-workflows)
25856 ("r-yardstick" ,r-yardstick)))
25857 (home-page "https://github.com/tidymodels/tune")
25858 (synopsis "Tidy tuning tools")
25859 (description
25860 "The ability to tune models is important. @code{tune} contains functions
25861 and classes to be used in conjunction with other @code{tidymodels} packages
25862 for finding reasonable values of hyper-parameters in models, pre-processing
25863 methods, and post-processing steps.")
25864 (license license:expat)))
25865
25866 (define-public r-workflowsets
25867 (package
25868 (name "r-workflowsets")
25869 (version "0.0.1")
25870 (source
25871 (origin
25872 (method url-fetch)
25873 (uri (cran-uri "workflowsets" version))
25874 (sha256
25875 (base32
25876 "1q41isvj7hhbkx3y8k6kazpiygig92xannsz8dpklh0k3j9l3c2p"))))
25877 (properties `((upstream-name . "workflowsets")))
25878 (build-system r-build-system)
25879 (propagated-inputs
25880 `(("r-cli" ,r-cli)
25881 ("r-dplyr" ,r-dplyr)
25882 ("r-ggplot2" ,r-ggplot2)
25883 ("r-prettyunits" ,r-prettyunits)
25884 ("r-purrr" ,r-purrr)
25885 ("r-rlang" ,r-rlang)
25886 ("r-rsample" ,r-rsample)
25887 ("r-tibble" ,r-tibble)
25888 ("r-tidyr" ,r-tidyr)
25889 ("r-tune" ,r-tune)
25890 ("r-vctrs" ,r-vctrs)
25891 ("r-withr" ,r-withr)
25892 ("r-workflows" ,r-workflows)))
25893 (native-inputs
25894 `(("r-knitr" ,r-knitr)))
25895 (home-page "https://github.com/tidymodels/workflowsets")
25896 (synopsis "Create a collection of tidymodels workflows")
25897 (description
25898 "A workflow is a combination of a model and preprocessors (e.g, a
25899 formula, recipe, etc.). In order to try different combinations of these, an
25900 object can be created that contains many workflows. There are functions to
25901 create workflows en masse as well as training them and visualizing the
25902 results.")
25903 (license license:expat)))
25904
25905 (define-public r-tidyposterior
25906 (package
25907 (name "r-tidyposterior")
25908 (version "0.0.3")
25909 (source
25910 (origin
25911 (method url-fetch)
25912 (uri (cran-uri "tidyposterior" version))
25913 (sha256
25914 (base32
25915 "0wsv800w056ziqbnwal7ncmdy4li8cn5yrdx07w35b7j8kl4mwhg"))))
25916 (properties `((upstream-name . "tidyposterior")))
25917 (build-system r-build-system)
25918 (propagated-inputs
25919 `(("r-dplyr" ,r-dplyr)
25920 ("r-generics" ,r-generics)
25921 ("r-ggplot2" ,r-ggplot2)
25922 ("r-lifecycle" ,r-lifecycle)
25923 ("r-purrr" ,r-purrr)
25924 ("r-rlang" ,r-rlang)
25925 ("r-rsample" ,r-rsample)
25926 ("r-rstanarm" ,r-rstanarm)
25927 ("r-tibble" ,r-tibble)
25928 ("r-tidyr" ,r-tidyr)
25929 ("r-vctrs" ,r-vctrs)))
25930 (native-inputs
25931 `(("r-knitr" ,r-knitr)))
25932 (home-page "https://tidyposterior.tidymodels.org")
25933 (synopsis "Bayesian analysis to compare models using resampling statistics")
25934 (description
25935 "This package can be used to conduct post hoc analyses of resampling
25936 results generated by models. For example, if two models are evaluated with
25937 the @dfn{root mean squared error} (RMSE) using 10-fold cross-validation, there
25938 are 10 paired statistics. These can be used to make comparisons between
25939 models without involving a test set.")
25940 (license license:gpl2)))
25941
25942 (define-public r-tidypredict
25943 (package
25944 (name "r-tidypredict")
25945 (version "0.4.8")
25946 (source
25947 (origin
25948 (method url-fetch)
25949 (uri (cran-uri "tidypredict" version))
25950 (sha256
25951 (base32
25952 "0fff349pkksss8h1k2qza78l81ha6avx63pxziv6dfa8h62qmrdy"))))
25953 (properties `((upstream-name . "tidypredict")))
25954 (build-system r-build-system)
25955 (propagated-inputs
25956 `(("r-dplyr" ,r-dplyr)
25957 ("r-generics" ,r-generics)
25958 ("r-knitr" ,r-knitr)
25959 ("r-purrr" ,r-purrr)
25960 ("r-rlang" ,r-rlang)
25961 ("r-stringr" ,r-stringr)
25962 ("r-tibble" ,r-tibble)
25963 ("r-tidyr" ,r-tidyr)))
25964 (native-inputs
25965 `(("r-knitr" ,r-knitr)))
25966 (home-page "https://tidypredict.tidymodels.org")
25967 (synopsis "Run predictions inside the database")
25968 (description
25969 "This package parses a fitted R model object, and returns a formula in
25970 Tidy Eval code that calculates the predictions. It works with several
25971 database backends because it leverages @code{dplyr} and @code{dbplyr} for the
25972 final SQL translation of the algorithm. It currently supports @code{lm()},
25973 @code{glm()}, @code{randomForest()}, @code{ranger()}, @code{earth()},
25974 @code{xgb.Booster.complete()}, @code{cubist()}, and @code{ctree()} models.")
25975 (license license:gpl3)))
25976
25977 (define-public r-janeaustenr
25978 (package
25979 (name "r-janeaustenr")
25980 (version "0.1.5")
25981 (source
25982 (origin
25983 (method url-fetch)
25984 (uri (cran-uri "janeaustenr" version))
25985 (sha256
25986 (base32
25987 "1wyn4qc28a3sval8shmyi2d7s4nl3jh96s8pzq871brxcmrncbwr"))))
25988 (properties `((upstream-name . "janeaustenr")))
25989 (build-system r-build-system)
25990 (home-page "https://github.com/juliasilge/janeaustenr")
25991 (synopsis "Jane Austen's complete novels")
25992 (description
25993 "This package provides the full texts for Jane Austen's six completed
25994 novels, ready for text analysis. These novels are \"Sense and Sensibility\",
25995 \"Pride and Prejudice\", \"Mansfield Park\", \"Emma\", \"Northanger Abbey\",
25996 and \"Persuasion\".")
25997 (license license:expat)))
25998
25999 (define-public r-tokenizers
26000 (package
26001 (name "r-tokenizers")
26002 (version "0.2.1")
26003 (source
26004 (origin
26005 (method url-fetch)
26006 (uri (cran-uri "tokenizers" version))
26007 (sha256
26008 (base32
26009 "006xf1vdrmp9skhpss9ldhmk4cwqk512cjp1pxm2gxfybpf7qq98"))))
26010 (properties `((upstream-name . "tokenizers")))
26011 (build-system r-build-system)
26012 (propagated-inputs
26013 `(("r-rcpp" ,r-rcpp)
26014 ("r-snowballc" ,r-snowballc)
26015 ("r-stringi" ,r-stringi)))
26016 (native-inputs
26017 `(("r-knitr" ,r-knitr)))
26018 (home-page "https://lincolnmullen.com/software/tokenizers/")
26019 (synopsis "Fast, consistent tokenization of natural language text")
26020 (description
26021 "This is a package for converting natural language text into tokens.
26022 It includes tokenizers for shingled n-grams, skip n-grams, words, word stems,
26023 sentences, paragraphs, characters, shingled characters, lines, tweets, Penn
26024 Treebank, regular expressions, as well as functions for counting characters,
26025 words, and sentences, and a function for splitting longer texts into separate
26026 documents, each with the same number of words. The tokenizers have a
26027 consistent interface, and the package is built on the @code{stringi} and
26028 @code{Rcpp} packages for fast yet correct tokenization in UTF-8 encoding.")
26029 (license license:expat)))
26030
26031 (define-public r-hunspell
26032 (package
26033 (name "r-hunspell")
26034 (version "3.0.1")
26035 (source
26036 (origin
26037 (method url-fetch)
26038 (uri (cran-uri "hunspell" version))
26039 (sha256
26040 (base32
26041 "0ql6y05d4xxpm468rslb0wxdp1x9l3flxzmb5w6pjg617f8vpv8z"))))
26042 (properties `((upstream-name . "hunspell")))
26043 (build-system r-build-system)
26044 (propagated-inputs
26045 `(("r-digest" ,r-digest)
26046 ("r-rcpp" ,r-rcpp)))
26047 (native-inputs
26048 `(("r-knitr" ,r-knitr)))
26049 (home-page "https://github.com/ropensci/hunspell#readme")
26050 (synopsis "High-performance stemmer, tokenizer, and spell checker")
26051 (description
26052 "This package provides a low-level spell checker and morphological
26053 analyzer based on the famous @code{hunspell} library. The package can analyze
26054 or check individual words as well as parse text, LaTeX, HTML or XML documents.
26055 For a more user-friendly interface use the @code{spelling} package which
26056 builds on this package to automate checking of files, documentation and
26057 vignettes in all common formats.")
26058 ;; The hunspell library itself is available under one of GPL2, LGPL2.1, or
26059 ;; MPL; in addition to these licenses the rest of the R wrapper is also
26060 ;; available under the Expat license.
26061 (license (list license:gpl2
26062 license:lgpl2.1
26063 license:mpl1.1
26064 license:expat))))
26065
26066 (define-public r-tidytext
26067 (package
26068 (name "r-tidytext")
26069 (version "0.3.0")
26070 (source
26071 (origin
26072 (method url-fetch)
26073 (uri (cran-uri "tidytext" version))
26074 (sha256
26075 (base32
26076 "1icbfw4zkbs9sp6vk814mw2zzm0bc0d7af92vhriqxaga0gbwdkx"))))
26077 (properties `((upstream-name . "tidytext")))
26078 (build-system r-build-system)
26079 (propagated-inputs
26080 `(("r-dplyr" ,r-dplyr)
26081 ("r-generics" ,r-generics)
26082 ("r-hunspell" ,r-hunspell)
26083 ("r-janeaustenr" ,r-janeaustenr)
26084 ("r-lifecycle" ,r-lifecycle)
26085 ("r-matrix" ,r-matrix)
26086 ("r-purrr" ,r-purrr)
26087 ("r-rlang" ,r-rlang)
26088 ("r-stringr" ,r-stringr)
26089 ("r-tibble" ,r-tibble)
26090 ("r-tokenizers" ,r-tokenizers)
26091 ("r-vctrs" ,r-vctrs)))
26092 (native-inputs
26093 `(("r-knitr" ,r-knitr)))
26094 (home-page "https://github.com/juliasilge/tidytext")
26095 (synopsis "Text mining using dplyr, ggplot2, and other Tidy tools")
26096 (description
26097 "This is a package for text mining for word processing and sentiment
26098 analysis using @code{dplyr}, @code{ggplot2}, and other Tidy tools.")
26099 (license license:expat)))
26100
26101 (define-public r-parsnip
26102 (package
26103 (name "r-parsnip")
26104 (version "0.1.5")
26105 (source
26106 (origin
26107 (method url-fetch)
26108 (uri (cran-uri "parsnip" version))
26109 (sha256
26110 (base32
26111 "0c12lyfxqsdprqlcmgy421py38z28h88d68pxb1c4fw14v1c2d06"))))
26112 (properties `((upstream-name . "parsnip")))
26113 (build-system r-build-system)
26114 (propagated-inputs
26115 `(("r-dplyr" ,r-dplyr)
26116 ("r-generics" ,r-generics)
26117 ("r-globals" ,r-globals)
26118 ("r-glue" ,r-glue)
26119 ("r-magrittr" ,r-magrittr)
26120 ("r-prettyunits" ,r-prettyunits)
26121 ("r-purrr" ,r-purrr)
26122 ("r-rlang" ,r-rlang)
26123 ("r-tibble" ,r-tibble)
26124 ("r-tidyr" ,r-tidyr)
26125 ("r-vctrs" ,r-vctrs)))
26126 (native-inputs
26127 `(("r-knitr" ,r-knitr)))
26128 (home-page "https://parsnip.tidymodels.org")
26129 (synopsis "Common API to modeling and analysis functions")
26130 (description
26131 "This package provides a common interface to allow users to specify a
26132 model without having to remember the different argument names across different
26133 functions or computational engines (e.g. R, Spark, Stan, etc).")
26134 (license license:gpl2)))
26135
26136 (define-public r-infer
26137 (package
26138 (name "r-infer")
26139 (version "0.5.4")
26140 (source
26141 (origin
26142 (method url-fetch)
26143 (uri (cran-uri "infer" version))
26144 (sha256
26145 (base32
26146 "0wvvgqjhyv7ql98cjzqad61wbmk7xrqd1ybk894jr5cmza13c8w2"))))
26147 (properties `((upstream-name . "infer")))
26148 (build-system r-build-system)
26149 (propagated-inputs
26150 `(("r-dplyr" ,r-dplyr)
26151 ("r-ggplot2" ,r-ggplot2)
26152 ("r-glue" ,r-glue)
26153 ("r-magrittr" ,r-magrittr)
26154 ("r-purrr" ,r-purrr)
26155 ("r-rlang" ,r-rlang)
26156 ("r-tibble" ,r-tibble)))
26157 (native-inputs
26158 `(("r-knitr" ,r-knitr)))
26159 (home-page "https://github.com/tidymodels/infer")
26160 (synopsis "Tidy statistical inference")
26161 (description
26162 "The objective of this package is to perform inference using an
26163 expressive statistical grammar that coheres with the Tidy design framework.")
26164 (license license:cc0)))
26165
26166 (define-public r-modeldata
26167 (package
26168 (name "r-modeldata")
26169 (version "0.1.0")
26170 (source
26171 (origin
26172 (method url-fetch)
26173 (uri (cran-uri "modeldata" version))
26174 (sha256
26175 (base32
26176 "0lbvmicvhw560jn9qk5dywrl6mgj1rf7zh7p86lf97c6bmz0zp2r"))))
26177 (properties `((upstream-name . "modeldata")))
26178 (build-system r-build-system)
26179 (home-page "https://modeldata.tidymodels.org")
26180 (synopsis "Data sets useful for modeling packages")
26181 (description
26182 "This package provides data sets used for demonstrating or testing
26183 model-related packages.")
26184 (license license:expat)))
26185
26186 (define-public r-tidymodels
26187 (package
26188 (name "r-tidymodels")
26189 (version "0.1.2")
26190 (source
26191 (origin
26192 (method url-fetch)
26193 (uri (cran-uri "tidymodels" version))
26194 (sha256
26195 (base32
26196 "09njrl655sh82xrzckgg56a6ndfrjla5fy8675wj4jsj14jpv0fw"))))
26197 (properties `((upstream-name . "tidymodels")))
26198 (build-system r-build-system)
26199 (propagated-inputs
26200 `(("r-broom" ,r-broom)
26201 ("r-cli" ,r-cli)
26202 ("r-dials" ,r-dials)
26203 ("r-dplyr" ,r-dplyr)
26204 ("r-ggplot2" ,r-ggplot2)
26205 ("r-infer" ,r-infer)
26206 ("r-magrittr" ,r-magrittr)
26207 ("r-modeldata" ,r-modeldata)
26208 ("r-parsnip" ,r-parsnip)
26209 ("r-purrr" ,r-purrr)
26210 ("r-recipes" ,r-recipes)
26211 ("r-rlang" ,r-rlang)
26212 ("r-rsample" ,r-rsample)
26213 ("r-rstudioapi" ,r-rstudioapi)
26214 ("r-tibble" ,r-tibble)
26215 ("r-tidyr" ,r-tidyr)
26216 ("r-tune" ,r-tune)
26217 ("r-workflows" ,r-workflows)
26218 ("r-yardstick" ,r-yardstick)))
26219 (native-inputs
26220 `(("r-knitr" ,r-knitr)
26221 ("r-rmarkdown" ,r-rmarkdown)
26222 ("pandoc" ,pandoc)
26223 ("pandoc-citeproc" ,pandoc-citeproc))) ; for vignettes
26224 (home-page "https://github.com/tidymodels/tidymodels")
26225 (synopsis "Tidy collection for modeling and statistical analysis")
26226 (description
26227 "The tidy modeling \"verse\" is a collection of packages for modeling and
26228 statistical analysis that share the underlying design philosophy, grammar, and
26229 data structures of the tidyverse.")
26230 (license license:gpl3)))
26231
26232 (define-public r-lsa
26233 (package
26234 (name "r-lsa")
26235 (version "0.73.2")
26236 (source
26237 (origin
26238 (method url-fetch)
26239 (uri (cran-uri "lsa" version))
26240 (sha256
26241 (base32
26242 "1a33irqa6qvbc02z12rgbgv8kxq2gmahy7j5bg8b23lvvaxif06b"))))
26243 (properties `((upstream-name . "lsa")))
26244 (build-system r-build-system)
26245 (propagated-inputs
26246 `(("r-snowballc" ,r-snowballc)))
26247 (home-page "https://cran.r-project.org/package=lsa")
26248 (synopsis "Latent semantic analysis")
26249 (description
26250 "The basic idea of latent semantic analysis (LSA) is, that text do have a
26251 higher order (=latent semantic) structure which, however, is obscured by word
26252 usage (e.g. through the use of synonyms or polysemy). By using conceptual
26253 indices that are derived statistically via a truncated singular value
26254 decomposition (a two-mode factor analysis) over a given document-term matrix,
26255 this variability problem can be overcome.")
26256 (license license:gpl2+)))
26257
26258 (define-public r-mlecens
26259 (package
26260 (name "r-mlecens")
26261 (version "0.1-4")
26262 (source
26263 (origin
26264 (method url-fetch)
26265 (uri (cran-uri "MLEcens" version))
26266 (sha256
26267 (base32
26268 "0zlmrcjraypscgs2v0w4s4hm7qccsmaz4hjsgqpn0058vx622945"))))
26269 (properties `((upstream-name . "MLEcens")))
26270 (build-system r-build-system)
26271 (home-page "http://stat.ethz.ch/~maathuis/")
26272 (synopsis "Computation of the MLE for bivariate (interval) censored data")
26273 (description
26274 "This package contains functions to compute the nonparametric
26275 @dfn{maximum likelihood estimator} (MLE) for the bivariate distribution of
26276 @code{(X,Y)}, when realizations of @code{(X,Y)} cannot be observed directly.
26277 To be more precise, we consider the situation where we observe a set of
26278 rectangles that are known to contain the unobservable realizations of (X,Y).
26279 We compute the MLE based on such a set of rectangles. The methods can also be
26280 used for univariate censored data (see data set @code{cosmesis}), and for
26281 censored data with competing risks (see data set @code{menopause}). The
26282 package also provides functions to visualize the observed data and the MLE.")
26283 (license license:gpl2+)))
26284
26285 (define-public r-metafor
26286 (package
26287 (name "r-metafor")
26288 (version "2.4-0")
26289 (source
26290 (origin
26291 (method url-fetch)
26292 (uri (cran-uri "metafor" version))
26293 (sha256
26294 (base32
26295 "1b599fxk7s0brkchmx698fr5k4g1kzkia2rnlvhg349ffs5nfjmn"))))
26296 (properties `((upstream-name . "metafor")))
26297 (build-system r-build-system)
26298 (propagated-inputs
26299 `(("r-matrix" ,r-matrix)
26300 ("r-nlme" ,r-nlme)))
26301 (home-page "https://cran.r-project.org/web/packages/metafor/")
26302 (synopsis "Meta-analysis package for R")
26303 (description
26304 "This package provides a comprehensive collection of functions for
26305 conducting meta-analyses in R. The package includes functions to calculate
26306 various effect sizes or outcome measures, fit fixed-, random-, and
26307 mixed-effects models to such data, carry out moderator and meta-regression
26308 analyses, and create various types of meta-analytical plots (e.g., forest,
26309 funnel, radial, L'Abbe, Baujat, GOSH plots). For meta-analyses of binomial
26310 and person-time data, the package also provides functions that implement
26311 specialized methods, including the Mantel-Haenszel method, Peto's method, and
26312 a variety of suitable generalized linear (mixed-effects) models (i.e.
26313 mixed-effects logistic and Poisson regression models). Finally, the package
26314 provides functionality for fitting meta-analytic multivariate/multilevel
26315 models that account for non-independent sampling errors and/or true
26316 effects (e.g. due to the inclusion of multiple treatment studies, multiple
26317 endpoints, or other forms of clustering). Network meta-analyses and
26318 meta-analyses accounting for known correlation structures (e.g. due to
26319 phylogenetic relatedness) can also be conducted.")
26320 (license license:gpl2+)))
26321
26322 (define-public r-altmeta
26323 (package
26324 (name "r-altmeta")
26325 (version "3.2")
26326 (source
26327 (origin
26328 (method url-fetch)
26329 (uri (cran-uri "altmeta" version))
26330 (sha256
26331 (base32
26332 "0z252lbsknqp33i0b0xf5r7spr535iq47bv40vgip6nsqhgrl7b0"))))
26333 (properties `((upstream-name . "altmeta")))
26334 (build-system r-build-system)
26335 (propagated-inputs
26336 `(("r-coda" ,r-coda)
26337 ("r-lme4" ,r-lme4)
26338 ("r-matrix" ,r-matrix)
26339 ("r-metafor" ,r-metafor)
26340 ("r-rjags" ,r-rjags)))
26341 (home-page "https://cran.r-project.org/web/packages/altmeta/")
26342 (synopsis "Alternative meta-analysis methods")
26343 (description
26344 "This package provides alternative statistical methods for meta-analysis,
26345 including:
26346
26347 @enumerate
26348 @item bivariate generalized linear mixed models for synthesizing odds ratios,
26349 relative risks, and risk differences
26350 @item heterogeneity tests and measures that are robust to outliers;
26351 @item measures, tests, and visualization tools for publication bias or
26352 small-study effects;
26353 @item meta-analysis of diagnostic tests for synthesizing sensitivities,
26354 specificities, etc.;
26355 @item meta-analysis methods for synthesizing proportions;
26356 @item models for multivariate meta-analysis.
26357 @end enumerate
26358 ")
26359 (license license:gpl2+)))
26360
26361 (define-public r-perm
26362 (package
26363 (name "r-perm")
26364 (version "1.0-0.0")
26365 (source
26366 (origin
26367 (method url-fetch)
26368 (uri (cran-uri "perm" version))
26369 (sha256
26370 (base32
26371 "0075awl66ynv10vypg63fcxk33qzvxddrp8mi4w08ysvimcyxijk"))))
26372 (properties `((upstream-name . "perm")))
26373 (build-system r-build-system)
26374 (home-page "https://cran.r-project.org/web/packages/perm/")
26375 (synopsis "Exact or asymptotic permutation tests")
26376 (description
26377 "This package provides several methods for performing permutation tests.
26378 It has three main functions, to perform linear permutation tests. These tests
26379 are tests where the test statistic is the sum of the product of a
26380 covariate (usually group indicator) and the scores.")
26381 ;; Any version of the GPL
26382 (license license:gpl2+)))
26383
26384 (define-public r-qtl
26385 (package
26386 (name "r-qtl")
26387 (version "1.47-9")
26388 (source
26389 (origin
26390 (method url-fetch)
26391 (uri (cran-uri "qtl" version))
26392 (sha256
26393 (base32
26394 "0hffirsvw9j82cdx6l7vhqn3a7ab52claqjlinv3lswl1nsfg93b"))))
26395 (build-system r-build-system)
26396 (home-page "https://rqtl.org/")
26397 (synopsis "R package for analyzing QTL experiments in genetics")
26398 (description "R/qtl is an extension library for the R statistics system.
26399 It is used to analyze experimental crosses for identifying genes contributing
26400 to variation in quantitative traits (so-called quantitative trait loci, QTLs).
26401
26402 Using a hidden Markov model, R/qtl estimates genetic maps, to identify
26403 genotyping errors, and to perform single-QTL and two-QTL, two-dimensional
26404 genome scans.")
26405 (license license:gpl3)))
26406
26407 (define-public r-qtl2
26408 (package
26409 (name "r-qtl2")
26410 (version "0.24")
26411 (source (origin
26412 (method url-fetch)
26413 (uri (cran-uri "qtl2" version))
26414 (sha256
26415 (base32 "1558khh0zkwm0rdk87krv9836krvwv5h7ymlz9bsrgcvypyr9186"))))
26416 (build-system r-build-system)
26417 (propagated-inputs
26418 `(("r-data-table" ,r-data-table)
26419 ("r-jsonlite" ,r-jsonlite)
26420 ("r-rcpp" ,r-rcpp)
26421 ("r-rcppeigen" ,r-rcppeigen)
26422 ("r-rsqlite" ,r-rsqlite)
26423 ("r-yaml" ,r-yaml)))
26424 (home-page "https://kbroman.org/qtl2/")
26425 (synopsis "Quantitative Trait Locus Mapping in Experimental Crosses")
26426 (description
26427 "This package provides a set of tools to perform @dfn{Quantitative Trait
26428 Locus} (QTL) analysis in experimental crosses. It is a reimplementation of the
26429 @code{R/qtl} package to better handle high-dimensional data and complex cross
26430 designs. Broman et al. (2018) <doi:10.1534/genetics.118.301595>.")
26431 (license license:gpl3)))
26432
26433 (define-public r-seqminer
26434 (package
26435 (name "r-seqminer")
26436 (version "8.0")
26437 (source
26438 (origin
26439 (method url-fetch)
26440 (uri (cran-uri "seqminer" version))
26441 (sha256
26442 (base32
26443 "00jzj8mwb0zaiwlifd41b26mrq9mzigj18nc29dydi0r42hxg16i"))))
26444 (build-system r-build-system)
26445 (inputs
26446 `(("zlib" ,zlib)))
26447 (home-page "http://seqminer.genomic.codes")
26448 (synopsis "Read nucleotide sequence data (VCF, BCF, and METAL formats)")
26449 (description
26450 "This package provides tools to integrate nucleotide sequencing
26451 data (variant call format, e.g. VCF or BCF) or meta-analysis results in R.")
26452 ;; Any version of the GPL is acceptable
26453 (license (list license:gpl2+ license:gpl3+))))
26454
26455 (define-public r-maldiquant
26456 (package
26457 (name "r-maldiquant")
26458 (version "1.19.3")
26459 (source
26460 (origin
26461 (method url-fetch)
26462 (uri (cran-uri "MALDIquant" version))
26463 (sha256
26464 (base32
26465 "0b7kdz3x4sdq413h1q09l1qhcvdnnwv6fqsqwllks1cd3xy34c57"))))
26466 (properties `((upstream-name . "MALDIquant")))
26467 (build-system r-build-system)
26468 (home-page "https://cran.r-project.org/web/packages/MALDIquant")
26469 (synopsis "Quantitative analysis of mass spectrometry data")
26470 (description
26471 "This package provides a complete analysis pipeline for matrix-assisted
26472 laser desorption/ionization-time-of-flight (MALDI-TOF) and other
26473 two-dimensional mass spectrometry data. In addition to commonly used plotting
26474 and processing methods it includes distinctive features, namely baseline
26475 subtraction methods such as morphological filters (TopHat) or the
26476 statistics-sensitive non-linear iterative peak-clipping algorithm (SNIP), peak
26477 alignment using warping functions, handling of replicated measurements as well
26478 as allowing spectra with different resolutions.")
26479 (license license:gpl3+)))
26480
26481 (define-public r-scattermore
26482 (package
26483 (name "r-scattermore")
26484 (version "0.7")
26485 (source
26486 (origin
26487 (method url-fetch)
26488 (uri (cran-uri "scattermore" version))
26489 (sha256
26490 (base32
26491 "18nzlprmphkvjg946h10h2qq0wbkmv2526p8di6k2xl4gccq0qpk"))))
26492 (properties `((upstream-name . "scattermore")))
26493 (build-system r-build-system)
26494 (propagated-inputs
26495 `(("r-ggplot2" ,r-ggplot2)
26496 ("r-scales" ,r-scales)))
26497 (home-page "https://github.com/exaexa/scattermore")
26498 (synopsis "Scatterplots with more points")
26499 (description
26500 "This package provides C-based tools for converting large scatterplot
26501 data to rasters. It speeds up plotting of data with millions of points.")
26502 (license license:gpl3+)))
26503
26504 (define-public r-seuratobject
26505 (package
26506 (name "r-seuratobject")
26507 (version "4.0.0")
26508 (source
26509 (origin
26510 (method url-fetch)
26511 (uri (cran-uri "SeuratObject" version))
26512 (sha256
26513 (base32
26514 "03k27z7g76wy7mfja2cpxq183xk0906k9gxb2j6p1zw341gv4gii"))))
26515 (properties `((upstream-name . "SeuratObject")))
26516 (build-system r-build-system)
26517 (propagated-inputs
26518 `(("r-matrix" ,r-matrix)
26519 ("r-rcpp" ,r-rcpp)
26520 ("r-rcppeigen" ,r-rcppeigen)
26521 ("r-rlang" ,r-rlang)
26522 ("r-sctransform" ,r-sctransform)))
26523 (home-page "https://satijalab.org/seurat")
26524 (synopsis "Data structures for single cell data")
26525 (description
26526 "This package defines S4 classes for single-cell genomic data and
26527 associated information, such as dimensionality reduction embeddings,
26528 nearest-neighbor graphs, and spatially-resolved coordinates. It provides data
26529 access methods and R-native hooks to ensure the Seurat object is familiar to
26530 other R users.")
26531 (license license:gpl3)))
26532
26533 (define-public r-seurat
26534 (package
26535 (name "r-seurat")
26536 (version "4.0.1")
26537 (source (origin
26538 (method url-fetch)
26539 (uri (cran-uri "Seurat" version))
26540 (sha256
26541 (base32
26542 "17cmp9mimvykb8ny796dn1zwmvg0pwwjw1zcixyamc5q1lwnxi3p"))))
26543 (properties `((upstream-name . "Seurat")))
26544 (build-system r-build-system)
26545 (propagated-inputs
26546 `(("r-cluster" ,r-cluster)
26547 ("r-cowplot" ,r-cowplot)
26548 ("r-fitdistrplus" ,r-fitdistrplus)
26549 ("r-future" ,r-future)
26550 ("r-future-apply" ,r-future-apply)
26551 ("r-ggplot2" ,r-ggplot2)
26552 ("r-ggrepel" ,r-ggrepel)
26553 ("r-ggridges" ,r-ggridges)
26554 ("r-httr" ,r-httr)
26555 ("r-ica" ,r-ica)
26556 ("r-igraph" ,r-igraph)
26557 ("r-irlba" ,r-irlba)
26558 ("r-jsonlite" ,r-jsonlite)
26559 ("r-kernsmooth" ,r-kernsmooth)
26560 ("r-leiden" ,r-leiden)
26561 ("r-lmtest" ,r-lmtest)
26562 ("r-mass" ,r-mass)
26563 ("r-matrix" ,r-matrix)
26564 ("r-matrixstats" ,r-matrixstats)
26565 ("r-miniui" ,r-miniui)
26566 ("r-patchwork" ,r-patchwork)
26567 ("r-pbapply" ,r-pbapply)
26568 ("r-plotly" ,r-plotly)
26569 ("r-png" ,r-png)
26570 ("r-rann" ,r-rann)
26571 ("r-rcolorbrewer" ,r-rcolorbrewer)
26572 ("r-rcpp" ,r-rcpp)
26573 ("r-rcppannoy" ,r-rcppannoy)
26574 ("r-rcppeigen" ,r-rcppeigen)
26575 ("r-rcppprogress" ,r-rcppprogress)
26576 ("r-reticulate" ,r-reticulate)
26577 ("r-rlang" ,r-rlang)
26578 ("r-rocr" ,r-rocr)
26579 ("r-rtsne" ,r-rtsne)
26580 ("r-scales" ,r-scales)
26581 ("r-scattermore" ,r-scattermore)
26582 ("r-sctransform" ,r-sctransform)
26583 ("r-seuratobject" ,r-seuratobject)
26584 ("r-shiny" ,r-shiny)
26585 ("r-spatstat-core" ,r-spatstat-core)
26586 ("r-spatstat-geom" ,r-spatstat-geom)
26587 ("r-tibble" ,r-tibble)
26588 ("r-uwot" ,r-uwot)))
26589 (home-page "http://www.satijalab.org/seurat")
26590 (synopsis "Seurat is an R toolkit for single cell genomics")
26591 (description
26592 "This package is an R package designed for QC, analysis, and
26593 exploration of single cell RNA-seq data. It easily enables widely-used
26594 analytical techniques, including the identification of highly variable genes,
26595 dimensionality reduction; PCA, ICA, t-SNE, standard unsupervised clustering
26596 algorithms; density clustering, hierarchical clustering, k-means, and the
26597 discovery of differentially expressed genes and markers.")
26598 (license license:gpl3)))
26599
26600 (define-public r-phangorn
26601 (package
26602 (name "r-phangorn")
26603 (version "2.5.5")
26604 (source
26605 (origin
26606 (method url-fetch)
26607 (uri (cran-uri "phangorn" version))
26608 (sha256
26609 (base32
26610 "0ihkaykqjmf80d8wrk3saphxvnv58zma6pd13633bd3cwanc33f5"))))
26611 (build-system r-build-system)
26612 (propagated-inputs
26613 `(("r-ape" ,r-ape)
26614 ("r-fastmatch" ,r-fastmatch)
26615 ("r-igraph" ,r-igraph)
26616 ("r-magrittr" ,r-magrittr)
26617 ("r-matrix" ,r-matrix)
26618 ("r-quadprog" ,r-quadprog)
26619 ("r-rcpp" ,r-rcpp)))
26620 (home-page "https://github.com/KlausVigo/phangorn")
26621 (synopsis "Phylogenetic analysis in R")
26622 (description
26623 "Phangorn is a package for phylogenetic analysis in R. It supports
26624 estimation of phylogenetic trees and networks using Maximum Likelihood,
26625 Maximum Parsimony, distance methods and Hadamard conjugation.")
26626 (license license:gpl2+)))
26627
26628 (define-public r-diversitree
26629 (package
26630 (name "r-diversitree")
26631 (version "0.9-15")
26632 (source
26633 (origin
26634 (method url-fetch)
26635 (uri (cran-uri "diversitree" version))
26636 (sha256
26637 (base32
26638 "1sk3sgn5hi04978s5s7gy6pzp28g3v9rglmiamlgs96c9wyyyff7"))))
26639 (build-system r-build-system)
26640 (native-inputs
26641 `(("gfortran" ,gfortran)))
26642 (inputs `(("fftw" ,fftw) ("gsl" ,gsl)))
26643 (propagated-inputs
26644 `(("r-ape" ,r-ape)
26645 ("r-desolve" ,r-desolve)
26646 ("r-rcpp" ,r-rcpp)
26647 ("r-subplex" ,r-subplex)))
26648 (home-page "https://www.zoology.ubc.ca/prog/diversitree")
26649 (synopsis "Comparative 'phylogenetic' analyses of diversification")
26650 (description "This package contains a number of comparative \"phylogenetic\"
26651 methods, mostly focusing on analysing diversification and character evolution.
26652 Contains implementations of \"BiSSE\" (Binary State Speciation and Extinction)
26653 and its unresolved tree extensions, \"MuSSE\" (Multiple State Speciation and
26654 Extinction), \"QuaSSE\", \"GeoSSE\", and \"BiSSE-ness\" Other included methods
26655 include Markov models of discrete and continuous trait evolution and constant
26656 rate speciation and extinction.")
26657 (license license:gpl2+)))
26658
26659 (define-public r-calculus
26660 (package
26661 (name "r-calculus")
26662 (version "0.3.0")
26663 (source
26664 (origin
26665 (method url-fetch)
26666 (uri (cran-uri "calculus" version))
26667 (sha256
26668 (base32
26669 "1wa5ap89cfcp0ancj9ivx5s2y0wqr2vmp9y115g7f6g772jwhscj"))))
26670 (properties `((upstream-name . "calculus")))
26671 (build-system r-build-system)
26672 (propagated-inputs
26673 `(("r-rcpp" ,r-rcpp)))
26674 (native-inputs
26675 `(("r-knitr" ,r-knitr)))
26676 (home-page "https://github.com/eguidotti/calculus")
26677 (synopsis "High dimensional numerical and symbolic calculus")
26678 (description
26679 "Efficient C++ optimized functions for numerical and symbolic calculus.
26680 It includes basic symbolic arithmetic, tensor calculus, Einstein summing
26681 convention, fast computation of the Levi-Civita symbol and generalized
26682 Kronecker delta, Taylor series expansion, multivariate Hermite polynomials,
26683 accurate high-order derivatives, differential operators (Gradient, Jacobian,
26684 Hessian, Divergence, Curl, Laplacian) and numerical integration in arbitrary
26685 orthogonal coordinate systems: cartesian, polar, spherical, cylindrical,
26686 parabolic or user defined by custom scale factors.")
26687 (license license:gpl3)))
26688
26689 (define-public r-decon
26690 (package
26691 (name "r-decon")
26692 (version "1.2-4")
26693 (source
26694 (origin
26695 (method url-fetch)
26696 (uri (cran-uri "decon" version))
26697 (sha256
26698 (base32
26699 "1v4l0xq29rm8mks354g40g9jxn0didzlxg3g7z08m0gvj29zdj7s"))))
26700 (properties `((upstream-name . "decon")))
26701 (build-system r-build-system)
26702 (native-inputs
26703 `(("gfortran" ,gfortran)))
26704 (home-page
26705 "https://cran.r-project.org/web/packages/decon/")
26706 (synopsis "Deconvolution Estimation in Measurement Error Models")
26707 (description
26708 "This package contains a collection of functions to deal with
26709 nonparametric measurement error problems using deconvolution
26710 kernel methods. We focus two measurement error models in the
26711 package: (1) an additive measurement error model, where the
26712 goal is to estimate the density or distribution function from
26713 contaminated data; (2) nonparametric regression model with
26714 errors-in-variables. The R functions allow the measurement errors
26715 to be either homoscedastic or heteroscedastic. To make the
26716 deconvolution estimators computationally more efficient in R,
26717 we adapt the \"Fast Fourier Transform\" (FFT) algorithm for
26718 density estimation with error-free data to the deconvolution
26719 kernel estimation. Several methods for the selection of the
26720 data-driven smoothing parameter are also provided in the package.
26721 See details in: Wang, X.F. and Wang, B. (2011). Deconvolution
26722 estimation in measurement error models: The R package decon.
26723 Journal of Statistical Software, 39(10), 1-24.")
26724 (license license:gpl3+)))
26725
26726 (define-public r-locpol
26727 (package
26728 (name "r-locpol")
26729 (version "0.7-0")
26730 (source
26731 (origin
26732 (method url-fetch)
26733 (uri (cran-uri "locpol" version))
26734 (sha256
26735 (base32
26736 "1p915n0l09kbwkly627074jslxl01yssp1rf0c7sygvsw6sgy5lm"))))
26737 (properties `((upstream-name . "locpol")))
26738 (build-system r-build-system)
26739 (home-page
26740 "https://cran.r-project.org/web/packages/locpol/")
26741 (synopsis "Kernel Local Polynomial Regression")
26742 (description
26743 "Computes local polynomial estimators for the regression and
26744 also density. It comprises several different utilities to handle
26745 kernel estimators.")
26746 (license license:gpl2+)))
26747
26748 (define-public r-lpme
26749 (package
26750 (name "r-lpme")
26751 (version "1.1.1")
26752 (source
26753 (origin
26754 (method url-fetch)
26755 (uri (cran-uri "lpme" version))
26756 (sha256
26757 (base32
26758 "0si90nkgl8bqk8yvd2igdsrngiwqh8891072pfpzipifnd0f5448"))))
26759 (properties `((upstream-name . "lpme")))
26760 (build-system r-build-system)
26761 (propagated-inputs
26762 `(("r-decon" ,r-decon)
26763 ("r-flexmix" ,r-flexmix)
26764 ("r-locpol" ,r-locpol)
26765 ("r-rcpp" ,r-rcpp)
26766 ("r-rcpparmadillo" ,r-rcpparmadillo)))
26767 (home-page
26768 "https://cran.r-project.org/web/packages/lpme/")
26769 (synopsis "Nonparametric Estimation of Measurement Error Models")
26770 (description
26771 "Provide nonparametric methods for mean regression model,
26772 modal regression and conditional density estimation in the
26773 presence/absence of measurement error. Bandwidth selection is
26774 also provided for each method.")
26775 (license license:gpl2+)))
26776
26777 (define-public r-aws-signature
26778 (package
26779 (name "r-aws-signature")
26780 (version "0.6.0")
26781 (source
26782 (origin
26783 (method url-fetch)
26784 (uri (cran-uri "aws.signature" version))
26785 (sha256
26786 (base32
26787 "15llpcnrdq4y6jsn7079yjmgbr5d1wgy2ymsm3jj3gkrd5l4zzpp"))))
26788 (properties `((upstream-name . "aws.signature")))
26789 (build-system r-build-system)
26790 (propagated-inputs
26791 `(("r-base64enc" ,r-base64enc)
26792 ("r-digest" ,r-digest)))
26793 (home-page "https://github.com/cloudyr/aws.signature")
26794 (synopsis "Amazon Web Services Request Signatures")
26795 (description
26796 "This package generates version 2 and 4 request signatures for Amazon Web
26797 Services (AWS) and provides a mechanism for retrieving credentials from
26798 environment variables, AWS credentials files, and EC2 instance metadata. For
26799 use on EC2 instances, the package 'aws.ec2metadata' is suggested.")
26800 (license license:gpl2+)))
26801
26802 (define-public r-aws-s3
26803 (package
26804 (name "r-aws-s3")
26805 (version "0.3.21")
26806 (source
26807 (origin
26808 (method url-fetch)
26809 (uri (cran-uri "aws.s3" version))
26810 (sha256
26811 (base32
26812 "132cczq0ml7lpp2yl6l4p99dn1zihrncnpa6wyad4m9mnr50a8dx"))))
26813 (properties `((upstream-name . "aws.s3")))
26814 (build-system r-build-system)
26815 (propagated-inputs
26816 `(("r-aws-signature" ,r-aws-signature)
26817 ("r-base64enc" ,r-base64enc)
26818 ("r-curl" ,r-curl)
26819 ("r-digest" ,r-digest)
26820 ("r-httr" ,r-httr)
26821 ("r-xml2" ,r-xml2)))
26822 (home-page "https://github.com/cloudyr/aws.s3")
26823 (synopsis "AWS S3 Client Package")
26824 (description
26825 "This package provides a simple client package for the Amazon Web
26826 Services (AWS) Simple Storage Service (S3) REST API.")
26827 (license license:gpl2+)))
26828
26829 (define-public r-lgr
26830 (package
26831 (name "r-lgr")
26832 (version "0.4.2")
26833 (source (origin
26834 (method url-fetch)
26835 (uri (cran-uri "lgr" version))
26836 (sha256
26837 (base32
26838 "0k4kacjk7swm3gmdpha1rg44xb29vzvhvx48jhpb78glj5c9phyr"))))
26839 (build-system r-build-system)
26840 (propagated-inputs
26841 `(("r-r6" ,r-r6)))
26842 (native-inputs
26843 `(("r-knitr" ,r-knitr)))
26844 (home-page "https://s-fleck.github.io/lgr/")
26845 (synopsis "Fully featured logging framework")
26846 (description "This package offers a flexible, feature-rich yet
26847 light-weight logging framework based on @code{R6} classes. It supports
26848 hierarchical loggers, custom log levels, arbitrary data fields in log events,
26849 logging to plaintext, JSON, (rotating) files, memory buffers, and databases, as
26850 well as email and push notifications.")
26851 (license license:expat)))
26852
26853 (define-public r-mlr3measures
26854 (package
26855 (name "r-mlr3measures")
26856 (version "0.3.1")
26857 (source (origin
26858 (method url-fetch)
26859 (uri (cran-uri "mlr3measures" version))
26860 (sha256
26861 (base32
26862 "18jk4kdj9771r16smz7xhmmiilcdg1qlavln5hrpvkx780zh3hj6"))))
26863 (build-system r-build-system)
26864 (propagated-inputs
26865 `(("r-checkmate" ,r-checkmate)
26866 ("r-prroc" ,r-prroc)))
26867 (home-page "https://mlr3measures.mlr-org.com/")
26868 (synopsis "Performance measures for mlr3")
26869 (description "This package implements multiple performance measures for
26870 supervised learning. It includes over 40 measures for regression and
26871 classification. Additionally, meta information about the performance measures
26872 can be queried, e.g. what the best and worst possible performances scores
26873 are.")
26874 (license license:lgpl3)))
26875
26876 (define-public r-mlr3misc
26877 (package
26878 (name "r-mlr3misc")
26879 (version "0.7.0")
26880 (source (origin
26881 (method url-fetch)
26882 (uri (cran-uri "mlr3misc" version))
26883 (sha256
26884 (base32
26885 "19k3l2d6wnqvdng0m7p54rrlvwl5457lcy7bg82m2bbpqxi8qch3"))))
26886 (build-system r-build-system)
26887 (propagated-inputs
26888 `(("r-backports" ,r-backports)
26889 ("r-checkmate" ,r-checkmate)
26890 ("r-data-table" ,r-data-table)
26891 ("r-r6" ,r-r6)))
26892 (home-page "https://mlr3misc.mlr-org.com/")
26893 (synopsis "Helper functions for mlr3")
26894 (description "@code{mlr3misc} provides frequently used helper functions
26895 and assertions used in @code{mlr3} and its companion packages. It comes with
26896 helper functions for functional programming, for printing, to work with
26897 @code{data.table}, as well as some generally useful @code{R6} classes. This
26898 package also supersedes the package @code{BBmisc}.")
26899 (license license:lgpl3)))
26900
26901 (define-public r-paradox
26902 (package
26903 (name "r-paradox")
26904 (version "0.7.1")
26905 (source (origin
26906 (method url-fetch)
26907 (uri (cran-uri "paradox" version))
26908 (sha256
26909 (base32
26910 "1difp0bzsfxcmbm1snahh3i6417k1a2w4mnjx65p20n2yiclmrgs"))))
26911 (build-system r-build-system)
26912 (propagated-inputs
26913 `(("r-backports" ,r-backports)
26914 ("r-checkmate" ,r-checkmate)
26915 ("r-data-table" ,r-data-table)
26916 ("r-mlr3misc" ,r-mlr3misc)
26917 ("r-r6" ,r-r6)))
26918 (home-page "https://paradox.mlr-org.com/")
26919 (synopsis "Define and work with parameter spaces for complex algorithms")
26920 (description "With this package it is possible to define parameter spaces,
26921 constraints and dependencies for arbitrary algorithms, and to program on such
26922 spaces. It also includes statistical designs and random samplers. Objects are
26923 implemented as @code{R6} classes.")
26924 (license license:lgpl3)))
26925
26926 (define-public r-mlr3
26927 (package
26928 (name "r-mlr3")
26929 (version "0.11.0")
26930 (source (origin
26931 (method url-fetch)
26932 (uri (cran-uri "mlr3" version))
26933 (sha256
26934 (base32
26935 "0qh9vdac1als2123wf51bwa7spdqk33iydlawi5n5dpci892iahl"))))
26936 (build-system r-build-system)
26937 (propagated-inputs
26938 `(("r-r6" ,r-r6)
26939 ("r-backports" ,r-backports)
26940 ("r-checkmate" ,r-checkmate)
26941 ("r-data-table" ,r-data-table)
26942 ("r-digest" ,r-digest)
26943 ("r-future-apply" ,r-future-apply)
26944 ("r-lgr" ,r-lgr)
26945 ("r-mlbench" ,r-mlbench)
26946 ("r-mlr3measures" ,r-mlr3measures)
26947 ("r-mlr3misc" ,r-mlr3misc)
26948 ("r-palmerpenguins" ,r-palmerpenguins)
26949 ("r-paradox" ,r-paradox)
26950 ("r-parallelly" ,r-parallelly)
26951 ("r-uuid" ,r-uuid)))
26952 (home-page "https://mlr3.mlr-org.com/")
26953 (synopsis "Machine Learning in R - Next Generation")
26954 (description "@code{mlr3} enables efficient, object-oriented programming
26955 on the building blocks of machine learning. It provides @code{R6} objects for
26956 tasks, learners, resamplings, and measures. The package is geared towards
26957 scalability and larger datasets by supporting parallelization and out-of-memory
26958 data-backends like databases. While @code{mlr3} focuses on the core
26959 computational operations, add-on packages provide additional functionality.")
26960 (license license:lgpl3)))
26961
26962 (define-public r-mlr3learners
26963 (package
26964 (name "r-mlr3learners")
26965 (version "0.4.3")
26966 (source (origin
26967 (method url-fetch)
26968 (uri (cran-uri "mlr3learners" version))
26969 (sha256
26970 (base32
26971 "1wxlpzz3hpkn77n4ag1v868dmp140j1pmrhynsv5xfgk9fg0w7ri"))))
26972 (build-system r-build-system)
26973 (propagated-inputs
26974 `(("r-data-table" ,r-data-table)
26975 ("r-mlr3" ,r-mlr3)
26976 ("r-mlr3misc" ,r-mlr3misc)
26977 ("r-paradox" ,r-paradox)
26978 ("r-r6" ,r-r6)))
26979 (home-page "https://mlr3learners.mlr-org.com/")
26980 (synopsis "Recommended Learners for @code{mlr3}")
26981 (description "@code{mlr3learners} extends @code{mlr3} and @code{mlr3proba}
26982 with interfaces to essential machine learning packages on CRAN. This includes,
26983 but is not limited to: (penalized) linear and logistic regression, linear and
26984 quadratic discriminant analysis, k-nearest neighbors, naive Bayes, support
26985 vector machines, and gradient boosting.")
26986 (license license:lgpl3)))
26987
26988 (define-public r-bbotk
26989 (package
26990 (name "r-bbotk")
26991 (version "0.3.1")
26992 (source
26993 (origin
26994 (method url-fetch)
26995 (uri (cran-uri "bbotk" version))
26996 (sha256
26997 (base32
26998 "1f29wxnxr73c4yp5afk05jqggpm7k1z8wiak8xsyw68h7xflq550"))))
26999 (properties `((upstream-name . "bbotk")))
27000 (build-system r-build-system)
27001 (propagated-inputs
27002 `(("r-checkmate" ,r-checkmate)
27003 ("r-data-table" ,r-data-table)
27004 ("r-lgr" ,r-lgr)
27005 ("r-mlr3misc" ,r-mlr3misc)
27006 ("r-paradox" ,r-paradox)
27007 ("r-r6" ,r-r6)))
27008 (native-inputs
27009 `(("r-knitr" ,r-knitr)))
27010 (home-page "https://bbotk.mlr-org.com")
27011 (synopsis "Black-Box Optimization Toolkit")
27012 (description "This package provides a common framework for optimization of
27013 black-box functions for other packages, e.g. @code{mlr3}. It offers various
27014 optimization methods e.g. grid search, random search and generalized simulated
27015 annealing.")
27016 (license license:lgpl3)))
27017
27018 (define-public r-mlr3tuning
27019 (package
27020 (name "r-mlr3tuning")
27021 (version "0.8.0")
27022 (source (origin
27023 (method url-fetch)
27024 (uri (cran-uri "mlr3tuning" version))
27025 (sha256
27026 (base32
27027 "16rvsf0jf06yvalydbs7zzn2994hvvyfw975ydiyv3wy1qzgr8bv"))))
27028 (build-system r-build-system)
27029 (propagated-inputs
27030 `(("r-bbotk" ,r-bbotk)
27031 ("r-checkmate" ,r-checkmate)
27032 ("r-data-table" ,r-data-table)
27033 ("r-lgr" ,r-lgr)
27034 ("r-mlr3" ,r-mlr3)
27035 ("r-mlr3misc" ,r-mlr3misc)
27036 ("r-paradox" ,r-paradox)
27037 ("r-r6" ,r-r6)))
27038 (home-page "https://mlr3tuning.mlr-org.com/")
27039 (synopsis "Tuning for @code{mlr3}")
27040 (description "@code{mlr3tuning} implements methods for hyperparameter
27041 tuning, e.g. Grid Search, Random Search, or Simulated Annealing. Various
27042 termination criteria can be set and combined. The class @code{AutoTuner} provides a
27043 convenient way to perform nested resampling in combination with @code{mlr3}.")
27044 (license license:lgpl3)))
27045
27046 (define-public r-fontliberation
27047 (package
27048 (name "r-fontliberation")
27049 (version "0.1.0")
27050 (source
27051 (origin
27052 (method url-fetch)
27053 (uri (cran-uri "fontLiberation" version))
27054 (sha256
27055 (base32
27056 "1w1rl0g4ayyp8lwppmz9yzj9cizg7i50g07216jkm1q5w0is9pmc"))))
27057 (properties
27058 `((upstream-name . "fontLiberation")))
27059 (build-system r-build-system)
27060 (home-page "https://cran.r-project.org/package=fontLiberation")
27061 (synopsis "Liberation fonts")
27062 (description
27063 "This package provides a placeholder for the Liberation fontset intended
27064 for the fontquiver package. This fontset covers the 12 combinations of
27065 families (sans, serif, mono) and faces (plain, bold, italic, bold italic)
27066 supported in R graphics devices.")
27067 (license license:silofl1.1)))
27068
27069 (define-public r-fontbitstreamvera
27070 (package
27071 (name "r-fontbitstreamvera")
27072 (version "0.1.1")
27073 (source
27074 (origin
27075 (method url-fetch)
27076 (uri (cran-uri "fontBitstreamVera" version))
27077 (sha256
27078 (base32
27079 "0nipdlmhjv1wr3aidcl97nk6mppdkd65krgwqnhdsnv0jpfv761j"))))
27080 (properties
27081 `((upstream-name . "fontBitstreamVera")))
27082 (build-system r-build-system)
27083 (home-page "https://cran.r-project.org/package=fontBitstreamVera")
27084 (synopsis "Fonts for fontquiver")
27085 (description
27086 "This package is a placeholder for the Bitstream Vera font. It is
27087 intended for the fontquiver package.")
27088 (license
27089 (license:fsdg-compatible
27090 "https://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts"
27091 "The Font Software may be sold as part of a larger software package but
27092 no copy of one or more of the Font Software typefaces may be sold by
27093 itself."))))
27094
27095 (define-public r-fontquiver
27096 (package
27097 (name "r-fontquiver")
27098 (version "0.2.1")
27099 (source
27100 (origin
27101 (method url-fetch)
27102 (uri (cran-uri "fontquiver" version))
27103 (sha256
27104 (base32
27105 "0qv3i9hch7cygl9983s3w68wfh5qvym2jkm52pp06p6mq8a1i1wm"))))
27106 (properties `((upstream-name . "fontquiver")))
27107 (build-system r-build-system)
27108 (propagated-inputs
27109 `(("r-fontbitstreamvera" ,r-fontbitstreamvera)
27110 ("r-fontliberation" ,r-fontliberation)))
27111 (home-page "https://cran.r-project.org/package=fontquiver")
27112 (synopsis "Set of installed fonts")
27113 (description
27114 "This package provides a set of fonts. This is useful when you want to
27115 avoid system fonts to make sure your outputs are reproducible.")
27116 (license license:gpl3)))
27117
27118 (define-public r-freetypeharfbuzz
27119 (package
27120 (name "r-freetypeharfbuzz")
27121 (version "0.2.6")
27122 (source
27123 (origin
27124 (method url-fetch)
27125 (uri (cran-uri "freetypeharfbuzz" version))
27126 (sha256
27127 (base32
27128 "0r3icgnq3jk4fm6z92cmhzdmflbk5df8zsmjg0dzpc4y48xafnk7"))))
27129 (properties
27130 `((upstream-name . "freetypeharfbuzz")))
27131 (build-system r-build-system)
27132 (arguments
27133 `(#:phases
27134 (modify-phases %standard-phases
27135 (add-after 'unpack 'prepare-static-libraries
27136 (lambda* (#:key inputs #:allow-other-keys)
27137 (mkdir-p "src/target/include")
27138 (let ((freetype (assoc-ref inputs "static-freetype"))
27139 (harfbuzz (assoc-ref inputs "static-harfbuzz")))
27140 (substitute* "src/Makevars.in"
27141 (("include @MK_FILE@") "") ; do not build static libs
27142 (("^HB_STATIC_LIB =.*")
27143 (string-append "HB_STATIC_LIB = " harfbuzz "/lib/libharfbuzz.a\n"))
27144 (("^FT_STATIC_LIB =.*")
27145 (string-append "FT_STATIC_LIB = " freetype "/lib/libfreetype.a\n")))
27146 (copy-recursively (string-append freetype "/include")
27147 "src/target/include")
27148 (copy-recursively (string-append harfbuzz "/include")
27149 "src/target/include")))))))
27150 (propagated-inputs
27151 `(("r-fontquiver" ,r-fontquiver)))
27152 ;; This may defeat the purpose of this package as our versions of freetype
27153 ;; and harfbuzz obviously differ from the tarballs offered by this
27154 ;; project. On the other hand, Guix arguably does a better job at
27155 ;; "ensur[ing] deterministic computation".
27156 (native-inputs
27157 `(("static-freetype"
27158 ,(package
27159 (inherit (static-package freetype))
27160 (arguments
27161 `(#:configure-flags
27162 (list "--enable-static=yes"
27163 "--with-pic=yes"
27164 "--without-zlib"
27165 "--without-bzip2"
27166 "--without-png"
27167 "--without-harfbuzz")))))
27168 ("static-harfbuzz"
27169 ,(package
27170 (inherit (static-package harfbuzz))
27171 (arguments
27172 `(#:tests? #false ; fail because shared library is disabled
27173 #:configure-flags
27174 (list "--enable-static=yes"
27175 "--enable-shared=no"
27176 "--with-pic=yes"
27177 "--with-freetype=yes"
27178 "--without-icu"
27179 "--without-cairo"
27180 "--without-fontconfig"
27181 "--without-glib")))))))
27182 (inputs
27183 `(("zlib" ,zlib)))
27184 (home-page "https://cran.r-project.org/package=freetypeharfbuzz")
27185 (synopsis "Deterministic computation of text box metrics")
27186 (description
27187 "Unlike other tools that dynamically link to the Cairo stack,
27188 freetypeharfbuzz is statically linked to specific versions of the FreeType and
27189 harfbuzz libraries. This ensures deterministic computation of text box
27190 extents for situations where reproducible results are crucial (for instance
27191 unit tests of graphics).")
27192 (license license:gpl3)))
27193
27194 (define-public r-vdiffr
27195 (package
27196 (name "r-vdiffr")
27197 (version "0.3.3")
27198 (source
27199 (origin
27200 (method url-fetch)
27201 (uri (cran-uri "vdiffr" version))
27202 (sha256
27203 (base32
27204 "0i0xdr8dakbkkgrhp0zvlnv3rxhc8h5naqq416mr5zv9q8i4p8jc"))
27205 (snippet
27206 '(begin
27207 (delete-file "inst/htmlwidgets/lib/jquery.min.js")))))
27208 (properties `((upstream-name . "vdiffr")))
27209 (build-system r-build-system)
27210 (arguments
27211 `(#:phases
27212 (modify-phases %standard-phases
27213 (add-after 'unpack 'process-javascript
27214 (lambda* (#:key inputs #:allow-other-keys)
27215 (with-directory-excursion "inst/htmlwidgets/lib/"
27216 (let ((source (assoc-ref inputs "js-jquery"))
27217 (target "jquery.min.js"))
27218 (format #true "Processing ~a --> ~a~%"
27219 source target)
27220 (invoke "esbuild" source "--minify"
27221 (string-append "--outfile=" target)))))))))
27222 (inputs
27223 `(("freetype" ,freetype)
27224 ("harfbuzz" ,harfbuzz)))
27225 (propagated-inputs
27226 `(("r-bh" ,r-bh)
27227 ("r-devtools" ,r-devtools)
27228 ("r-diffobj" ,r-diffobj)
27229 ("r-fontquiver" ,r-fontquiver)
27230 ("r-freetypeharfbuzz" ,r-freetypeharfbuzz)
27231 ("r-gdtools" ,r-gdtools)
27232 ("r-glue" ,r-glue)
27233 ("r-htmltools" ,r-htmltools)
27234 ("r-htmlwidgets" ,r-htmlwidgets)
27235 ("r-purrr" ,r-purrr)
27236 ("r-r6" ,r-r6)
27237 ("r-rcpp" ,r-rcpp)
27238 ("r-rlang" ,r-rlang)
27239 ("r-shiny" ,r-shiny)
27240 ("r-testthat" ,r-testthat)
27241 ("r-usethis" ,r-usethis)
27242 ("r-xml2" ,r-xml2)))
27243 (native-inputs
27244 `(("esbuild" ,esbuild)
27245 ("js-jquery"
27246 ,(origin
27247 (method url-fetch)
27248 (uri "https://code.jquery.com/jquery-1.12.4.js")
27249 (sha256
27250 (base32
27251 "0x9mrc1668icvhpwzvgafm8xm11x9lfai9nwr66aw6pjnpwkc3s3"))))))
27252 (home-page "https://github.com/r-lib/vdiffr")
27253 (synopsis "Visual regression testing and graphical diffing")
27254 (description
27255 "This package is an extension to the testthat package that makes it easy
27256 to add graphical unit tests. It provides a Shiny application to manage the
27257 test cases.")
27258 (license license:gpl3)))
27259
27260 (define-public r-highlight
27261 (package
27262 (name "r-highlight")
27263 (version "0.5.0")
27264 (source
27265 (origin
27266 (method url-fetch)
27267 (uri (cran-uri "highlight" version))
27268 (sha256
27269 (base32
27270 "1shar4y07wyixg0ichdrn2xhgwkl3mv2pxkalqzisc69w605b3hf"))))
27271 (properties `((upstream-name . "highlight")))
27272 (build-system r-build-system)
27273 (home-page "https://github.com/hadley/highlight")
27274 (synopsis "Syntax highlighter for R code")
27275 (description
27276 "This package provides a syntax highlighter for R code based on the
27277 results of the R parser. It supports rendering in HTML and LaTeX markup. It
27278 includes a custom Sweave driver performing syntax highlighting of R code
27279 chunks.")
27280 (license license:gpl3+)))
27281
27282 (define-public r-clustree
27283 (package
27284 (name "r-clustree")
27285 (version "0.4.3")
27286 (source
27287 (origin
27288 (method url-fetch)
27289 (uri (cran-uri "clustree" version))
27290 (sha256
27291 (base32
27292 "0lxydy2f83qqd5dhlp2l546jax759l43b29j6g82079yzg1szwsz"))))
27293 (properties `((upstream-name . "clustree")))
27294 (build-system r-build-system)
27295 (propagated-inputs
27296 `(("r-checkmate" ,r-checkmate)
27297 ("r-dplyr" ,r-dplyr)
27298 ("r-ggplot2" ,r-ggplot2)
27299 ("r-ggraph" ,r-ggraph)
27300 ("r-ggrepel" ,r-ggrepel)
27301 ("r-igraph" ,r-igraph)
27302 ("r-rlang" ,r-rlang)
27303 ("r-tidygraph" ,r-tidygraph)
27304 ("r-viridis" ,r-viridis)))
27305 (native-inputs
27306 `(("r-knitr" ,r-knitr)))
27307 (home-page "https://github.com/lazappi/clustree")
27308 (synopsis "Visualize clusterings at different resolutions")
27309 (description
27310 "Deciding what resolution to use can be a difficult question when
27311 approaching a clustering analysis. One way to approach this problem is to
27312 look at how samples move as the number of clusters increases. This package
27313 allows you to produce clustering trees, a visualization for interrogating
27314 clusterings as resolution increases.")
27315 (license license:gpl3)))
27316
27317 (define-public r-textshaping
27318 (package
27319 (name "r-textshaping")
27320 (version "0.3.2")
27321 (source
27322 (origin
27323 (method url-fetch)
27324 (uri (cran-uri "textshaping" version))
27325 (sha256
27326 (base32
27327 "0fqh4z505b2qriqcj70g2hhdgiawd3w2rs9rqxdwizz5vk8jjygx"))))
27328 (properties `((upstream-name . "textshaping")))
27329 (build-system r-build-system)
27330 (inputs
27331 `(("freetype" ,freetype)
27332 ("fribidi" ,fribidi)
27333 ("harfbuzz" ,harfbuzz)
27334 ("zlib" ,zlib)))
27335 (propagated-inputs
27336 `(("r-cpp11" ,r-cpp11)
27337 ("r-systemfonts" ,r-systemfonts)))
27338 (native-inputs
27339 `(("pkg-config" ,pkg-config)
27340 ("r-knitr" ,r-knitr)))
27341 (home-page "https://github.com/r-lib/textshaping")
27342 (synopsis "Bindings to the HarfBuzz and Fribidi libraries for text shaping")
27343 (description
27344 "This package provides access to the text shaping functionality in the
27345 HarfBuzz library and the bidirectional algorithm in the Fribidi library. This
27346 is a low-level utility package mainly for graphic devices that expands upon
27347 the font tool-set provided by the @code{systemfonts} package.")
27348 (license license:expat)))
27349
27350 (define-public r-ragg
27351 (package
27352 (name "r-ragg")
27353 (version "1.1.1")
27354 (source
27355 (origin
27356 (method url-fetch)
27357 (uri (cran-uri "ragg" version))
27358 (sha256
27359 (base32
27360 "0nh1xxrxgdbq9anzkc6k3n519czp9hqyiizakm3m2gl4l4w0vp0q"))))
27361 (properties `((upstream-name . "ragg")))
27362 (build-system r-build-system)
27363 (inputs
27364 `(("freetype" ,freetype)
27365 ("libjpeg" ,libjpeg-turbo)
27366 ("libpng" ,libpng)
27367 ("libtiff" ,libtiff)
27368 ("zlib" ,zlib)))
27369 (propagated-inputs
27370 `(("r-systemfonts" ,r-systemfonts)
27371 ("r-textshaping" ,r-textshaping)))
27372 (native-inputs
27373 `(("pkg-config" ,pkg-config)))
27374 (home-page "https://ragg.r-lib.org")
27375 (synopsis "Graphic devices based on AGG")
27376 (description
27377 "Anti-Grain Geometry (AGG) is a high-quality and high-performance 2D
27378 drawing library. The ragg package provides a set of graphic devices based on
27379 AGG to use as alternative to the raster devices provided through the
27380 @code{grDevices} package.")
27381 (license license:expat)))
27382
27383 (define-public r-downlit
27384 (package
27385 (name "r-downlit")
27386 (version "0.2.1")
27387 (source
27388 (origin
27389 (method url-fetch)
27390 (uri (cran-uri "downlit" version))
27391 (sha256
27392 (base32
27393 "0z4fz7c9kyd9v72wl3iqs2wxspi975d6b0rgjr9lvg8a18maa9z6"))))
27394 (properties `((upstream-name . "downlit")))
27395 (build-system r-build-system)
27396 (propagated-inputs
27397 `(("r-brio" ,r-brio)
27398 ("r-digest" ,r-digest)
27399 ("r-evaluate" ,r-evaluate)
27400 ("r-fansi" ,r-fansi)
27401 ("r-rlang" ,r-rlang)
27402 ("r-vctrs" ,r-vctrs)
27403 ("r-yaml" ,r-yaml)))
27404 (home-page "https://downlit.r-lib.org/")
27405 (synopsis "Syntax highlighting and automatic linking")
27406 (description
27407 "This package provides syntax highlighting of R code, specifically
27408 designed for the needs of RMarkdown packages like @code{pkgdown},
27409 @code{hugodown}, and @code{bookdown}. It includes linking of function calls
27410 to their documentation on the web, and automatic translation of ANSI escapes
27411 in output to the equivalent HTML.")
27412 (license license:expat)))
27413
27414 (define-public r-pkgdown
27415 (package
27416 (name "r-pkgdown")
27417 (version "1.6.1")
27418 (source
27419 (origin
27420 (method url-fetch)
27421 (uri (cran-uri "pkgdown" version))
27422 (sha256
27423 (base32
27424 "1k31biyvxkv3xjc1yy3nzb9wfza3vbx97fv17nly5a6vlv7zqbs4"))))
27425 (properties `((upstream-name . "pkgdown")))
27426 (build-system r-build-system)
27427 (inputs `(("pandoc" ,pandoc)))
27428 (propagated-inputs
27429 `(("r-callr" ,r-callr)
27430 ("r-crayon" ,r-crayon)
27431 ("r-desc" ,r-desc)
27432 ("r-digest" ,r-digest)
27433 ("r-downlit" ,r-downlit)
27434 ("r-fs" ,r-fs)
27435 ("r-httr" ,r-httr)
27436 ("r-magrittr" ,r-magrittr)
27437 ("r-memoise" ,r-memoise)
27438 ("r-openssl" ,r-openssl)
27439 ("r-purrr" ,r-purrr)
27440 ("r-ragg" ,r-ragg)
27441 ("r-rematch2" ,r-rematch2)
27442 ("r-rlang" ,r-rlang)
27443 ("r-rmarkdown" ,r-rmarkdown)
27444 ("r-tibble" ,r-tibble)
27445 ("r-whisker" ,r-whisker)
27446 ("r-withr" ,r-withr)
27447 ("r-xml2" ,r-xml2)
27448 ("r-yaml" ,r-yaml)))
27449 (native-inputs
27450 `(("r-knitr" ,r-knitr)))
27451 (home-page "https://pkgdown.r-lib.org")
27452 (synopsis "Make static HTML documentation for an R package")
27453 (description
27454 "The goal of this package is to generate an attractive and useful website
27455 from a source package. @code{pkgdown} converts your documentation, vignettes,
27456 README file, and more to HTML making it easy to share information about your
27457 package online.")
27458 (license license:expat)))
27459
27460 (define-public r-prereg
27461 (package
27462 (name "r-prereg")
27463 (version "0.5.0")
27464 (source
27465 (origin
27466 (method url-fetch)
27467 (uri (cran-uri "prereg" version))
27468 (sha256
27469 (base32
27470 "0bck13iiaxwpqh0rd45mp1s5d8z62ggg0wa7rmyi8a65aywiypsi"))))
27471 (properties `((upstream-name . "prereg")))
27472 (build-system r-build-system)
27473 (propagated-inputs
27474 `(("r-rmarkdown" ,r-rmarkdown)))
27475 (home-page "https://github.com/crsh/prereg")
27476 (synopsis
27477 "R Markdown Templates to preregister Scientific Studies")
27478 (description
27479 "This package provides a collection of templates to author
27480 preregistration documents for scientific studies in PDF format.")
27481 (license license:gpl3)))
27482
27483 (define-public r-ez
27484 (package
27485 (name "r-ez")
27486 (version "4.4-0")
27487 (source
27488 (origin
27489 (method url-fetch)
27490 (uri (cran-uri "ez" version))
27491 (sha256
27492 (base32
27493 "0a58s94x576dfz7wcbivrr2hmdh5x1vy16zwkqp9fmdzqx38pagq"))))
27494 (properties `((upstream-name . "ez")))
27495 (build-system r-build-system)
27496 (propagated-inputs
27497 `(("r-car" ,r-car)
27498 ("r-ggplot2" ,r-ggplot2)
27499 ("r-lme4" ,r-lme4)
27500 ("r-mass" ,r-mass)
27501 ("r-matrix" ,r-matrix)
27502 ("r-mgcv" ,r-mgcv)
27503 ("r-plyr" ,r-plyr)
27504 ("r-reshape2" ,r-reshape2)
27505 ("r-scales" ,r-scales)
27506 ("r-stringr" ,r-stringr)))
27507 (home-page "https://github.com/mike-lawrence/ez")
27508 (synopsis "Easy Analysis and Visualization of Factorial Experiments")
27509 (description
27510 "Facilitates easy analysis of factorial experiments, including purely
27511 within-Ss designs (a.k.a. \"repeated measures\"), purely between-Ss designs,
27512 and mixed within-and-between-Ss designs. The functions in this package aim to
27513 provide simple, intuitive and consistent specification of data analysis and
27514 visualization. Visualization functions also include design visualization for
27515 pre-analysis data auditing, and correlation matrix visualization. Finally,
27516 this package includes functions for non-parametric analysis, including
27517 permutation tests and bootstrap resampling. The bootstrap function obtains
27518 predictions either by cell means or by more advanced/powerful mixed effects
27519 models, yielding predictions and confidence intervals that may be easily
27520 visualized at any level of the experiment's design.")
27521 (license license:gpl2+)))
27522
27523 (define-public r-qdapregex
27524 (package
27525 (name "r-qdapregex")
27526 (version "0.7.2")
27527 (source
27528 (origin
27529 (method url-fetch)
27530 (uri (cran-uri "qdapRegex" version))
27531 (sha256
27532 (base32
27533 "1xa8q1way3gjadrjh3mv3xr4c6b4h16nd2c6lgl969difplpfz9p"))))
27534 (properties `((upstream-name . "qdapRegex")))
27535 (build-system r-build-system)
27536 (propagated-inputs `(("r-stringi" ,r-stringi)))
27537 (home-page
27538 "https://trinker.github.com/qdapRegex/")
27539 (synopsis
27540 "Regular Expression Removal, Extraction, and Replacement Tools")
27541 (description
27542 "This package provides a collection of regular expression tools
27543 associated with the @code{qdap} package that may be useful outside of the
27544 context of discourse analysis. Tools include removal/extraction/replacement of
27545 abbreviations, dates, dollar amounts, email addresses, hash tags, numbers,
27546 percentages, citations, person tags, phone numbers, times, and zip codes.")
27547 (license license:gpl2)))
27548
27549 (define-public r-mgsub
27550 (package
27551 (name "r-mgsub")
27552 (version "1.7.2")
27553 (source
27554 (origin
27555 (method url-fetch)
27556 (uri (cran-uri "mgsub" version))
27557 (sha256
27558 (base32
27559 "02l1b96zv36ia0c97wgcwfhi037mbn3wy9c64hcw0n0w67yj77rr"))))
27560 (properties `((upstream-name . "mgsub")))
27561 (build-system r-build-system)
27562 (native-inputs `(("r-knitr" ,r-knitr)))
27563 (home-page
27564 "https://cran.r-project.org/package=mgsub")
27565 (synopsis
27566 "Safe, Multiple, Simultaneous String Substitution")
27567 (description
27568 "Designed to enable simultaneous substitution in strings in a safe
27569 fashion. Safe means it does not rely on placeholders (which can cause errors
27570 in same length matches).")
27571 (license license:expat)))
27572
27573 (define-public r-textshape
27574 (package
27575 (name "r-textshape")
27576 (version "1.7.1")
27577 (source
27578 (origin
27579 (method url-fetch)
27580 (uri (cran-uri "textshape" version))
27581 (sha256
27582 (base32
27583 "02111kj3kka84mpx7s19bjna9cas8diw5fxz51v5ggz0ldswa5pa"))))
27584 (properties `((upstream-name . "textshape")))
27585 (build-system r-build-system)
27586 (propagated-inputs
27587 `(("r-data-table" ,r-data-table)
27588 ("r-slam" ,r-slam)
27589 ("r-stringi" ,r-stringi)))
27590 (home-page "https://github.com/trinker/textshape")
27591 (synopsis "Tools for Reshaping Text")
27592 (description
27593 "Tools that can be used to reshape and restructure text data.")
27594 (license license:gpl2)))
27595
27596 (define-public r-syuzhet
27597 (package
27598 (name "r-syuzhet")
27599 (version "1.0.6")
27600 (source
27601 (origin
27602 (method url-fetch)
27603 (uri (cran-uri "syuzhet" version))
27604 (sha256
27605 (base32
27606 "16iccqdbw02iw82nah6kwz3gwfghi864j2y698n4b9dyc386ijzv"))))
27607 (properties `((upstream-name . "syuzhet")))
27608 (build-system r-build-system)
27609 (propagated-inputs
27610 `(("r-dplyr" ,r-dplyr)
27611 ("r-dtt" ,r-dtt)
27612 ("r-nlp" ,r-nlp)
27613 ("r-rlang" ,r-rlang)
27614 ("r-textshape" ,r-textshape)
27615 ("r-tidyr" ,r-tidyr)
27616 ("r-zoo" ,r-zoo)))
27617 (native-inputs `(("r-knitr" ,r-knitr)))
27618 (home-page "https://github.com/mjockers/syuzhet")
27619 (synopsis
27620 "Extracts Sentiment and Sentiment-Derived Plot Arcs from Text")
27621 (description
27622 "Extracts sentiment and sentiment-derived plot arcs from text using a
27623 variety of sentiment dictionaries conveniently packaged for consumption by R
27624 users. Implemented dictionaries include @dfn{syuzhet} (default) developed in the
27625 Nebraska Literary Lab, @dfn{afinn} developed by Finn Arup Nielsen, @dfn{bing}
27626 developed by Minqing Hu and Bing Liu, and @dfn{nrc} developed by Mohammad, Saif
27627 M. and Turney, Peter D. Applicable references are available in
27628 @file{README.md} and in the documentation for the @code{get_sentiment}
27629 function. The package also provides a hack for implementing Stanford's coreNLP
27630 sentiment parser. The package provides several methods for plot arc
27631 normalization.")
27632 (license license:gpl3)))
27633
27634 (define-public r-lexicon
27635 (package
27636 (name "r-lexicon")
27637 (version "1.2.1")
27638 (source
27639 (origin
27640 (method url-fetch)
27641 (uri (cran-uri "lexicon" version))
27642 (sha256
27643 (base32
27644 "0x7rscsh6par2lj11sby7bmz41cxn63iiw51lgh29z09cg8j606c"))))
27645 (properties `((upstream-name . "lexicon")))
27646 (build-system r-build-system)
27647 (propagated-inputs
27648 `(("r-data-table" ,r-data-table)
27649 ("r-syuzhet" ,r-syuzhet)))
27650 (home-page "https://github.com/trinker/lexicon")
27651 (synopsis "Lexicons for Text Analysis")
27652 (description
27653 "This package provides a collection of lexical hash tables, dictionaries,
27654 and word lists.")
27655 (license license:gpl3)))
27656
27657 (define-public r-english
27658 (package
27659 (name "r-english")
27660 (version "1.2-5")
27661 (source
27662 (origin
27663 (method url-fetch)
27664 (uri (cran-uri "english" version))
27665 (sha256
27666 (base32
27667 "0d6rin40wy2y6k75x8d5qvf03rfy139f309wrl8xwbdb1h8fjkd1"))))
27668 (properties `((upstream-name . "english")))
27669 (build-system r-build-system)
27670 (native-inputs `(("r-knitr" ,r-knitr)))
27671 (home-page
27672 "https://cran.r-project.org/package=english")
27673 (synopsis "Translate Integers into English")
27674 (description
27675 "Allow numbers to be presented in an English language version, one, two,
27676 three, ... Ordinals are also available, first, second, third, ... and
27677 indefinite article choice, \"a\" or \"an\".")
27678 (license license:gpl2)))
27679
27680 (define-public r-textclean
27681 (package
27682 (name "r-textclean")
27683 (version "0.9.3")
27684 (source
27685 (origin
27686 (method url-fetch)
27687 (uri (cran-uri "textclean" version))
27688 (sha256
27689 (base32
27690 "0kgjh6c4f14qkjc4fds7q7rpf4nkma3p0igm54fplmm3p853nvrz"))))
27691 (properties `((upstream-name . "textclean")))
27692 (build-system r-build-system)
27693 (propagated-inputs
27694 `(("r-data-table" ,r-data-table)
27695 ("r-english" ,r-english)
27696 ("r-glue" ,r-glue)
27697 ("r-lexicon" ,r-lexicon)
27698 ("r-mgsub" ,r-mgsub)
27699 ("r-qdapregex" ,r-qdapregex)
27700 ("r-stringi" ,r-stringi)
27701 ("r-textshape" ,r-textshape)))
27702 (home-page
27703 "https://github.com/trinker/textclean")
27704 (synopsis "Text Cleaning Tools")
27705 (description
27706 "Tools to clean and process text. Tools are geared at checking for
27707 substrings that are not optimal for analysis and replacing or removing them
27708 (normalizing) with more analysis friendly substrings (see Sproat, Black, Chen,
27709 Kumar, Ostendorf, & Richards (2001) @url{doi:10.1006/csla.2001.0169}) or
27710 extracting them into new variables. For example, emoticons are often used in
27711 text but not always easily handled by analysis algorithms. The
27712 @code{replace_emoticon()} function replaces emoticons with word equivalents.")
27713 (license license:gpl2)))
27714
27715 (define-public r-striprtf
27716 (package
27717 (name "r-striprtf")
27718 (version "0.5.2")
27719 (source
27720 (origin
27721 (method url-fetch)
27722 (uri (cran-uri "striprtf" version))
27723 (sha256
27724 (base32
27725 "1ra6aalalig6drsj26z9s24lmb10zssagqrvgqqi4358zbm8gwcd"))))
27726 (properties `((upstream-name . "striprtf")))
27727 (build-system r-build-system)
27728 (propagated-inputs
27729 `(("r-magrittr" ,r-magrittr)
27730 ("r-rcpp" ,r-rcpp)
27731 ("r-stringr" ,r-stringr)))
27732 (home-page "https://github.com/kota7/striprtf")
27733 (synopsis "Extract Text from RTF File")
27734 (description
27735 "Extracts plain text from @dfn{Rich Text Format} (RTF) file.")
27736 (license license:expat)))
27737
27738 (define-public r-ndjson
27739 (package
27740 (name "r-ndjson")
27741 (version "0.8.0")
27742 (source
27743 (origin
27744 (method url-fetch)
27745 (uri (cran-uri "ndjson" version))
27746 (sha256
27747 (base32
27748 "0lvzbgfi1sg4kya1mvv67z14qk3vz9q57x22qh57xq8ampdkg812"))
27749 (modules '((guix build utils)))
27750 (snippet
27751 '(begin
27752 ;; unvendor gzstream
27753 (for-each delete-file '("src/gzstream.cpp" "src/gzstream.h"))
27754 #t))))
27755 (properties `((upstream-name . "ndjson")))
27756 (build-system r-build-system)
27757 (arguments
27758 '(#:phases
27759 (modify-phases %standard-phases
27760 (add-after 'unpack 'use-system-gzstream
27761 (lambda* (#:key inputs #:allow-other-keys)
27762 (substitute* "src/Makevars"
27763 (("PKG_LIBS = " all)
27764 (string-append all "-lgzstream ")))
27765 #t)))))
27766 (inputs `(("zlib" ,zlib) ("gzstream" ,gzstream)))
27767 (propagated-inputs
27768 `(("r-data-table" ,r-data-table)
27769 ("r-rcpp" ,r-rcpp)
27770 ("r-tibble" ,r-tibble)))
27771 (home-page "https://gitlab.com/hrbrmstr/ndjson")
27772 (synopsis
27773 "Wicked-Fast @dfn{Streaming JSON} (ndjson) Reader")
27774 (description
27775 "@dfn{Streaming JSON} (ndjson) has one JSON record per-line and many
27776 modern ndjson files contain large numbers of records. These constructs may not
27777 be columnar in nature, but it is often useful to read in these files and
27778 \"flatten\" the structure out to enable working with the data in an R
27779 @code{data.frame}-like context. Functions are provided that make it possible
27780 to read in plain ndjson files or compressed (@code{gz}) ndjson files and either
27781 validate the format of the records or create \"flat\" @code{data.table}
27782 structures from them.")
27783 (license license:expat)))
27784
27785 (define-public r-streamr
27786 (package
27787 (name "r-streamr")
27788 (version "0.4.5")
27789 (source
27790 (origin
27791 (method url-fetch)
27792 (uri (cran-uri "streamR" version))
27793 (sha256
27794 (base32
27795 "1clx3b0j2515r1nmnl6ki7qw5n54q3x2jvqv3zrc00kq71mlj7ix"))))
27796 (properties `((upstream-name . "streamR")))
27797 (build-system r-build-system)
27798 (propagated-inputs
27799 `(("r-ndjson" ,r-ndjson)
27800 ("r-rcurl" ,r-rcurl)
27801 ("r-rjson" ,r-rjson)))
27802 (home-page
27803 "https://cran.r-project.org/package=streamR")
27804 (synopsis
27805 "Access to Twitter Streaming API via R")
27806 (description
27807 "This package provides functions to access Twitter's filter, sample, and
27808 user streams, and to parse the output into data frames.")
27809 (license license:gpl2)))
27810
27811 (define-public r-readods
27812 (package
27813 (name "r-readods")
27814 (version "1.7.0")
27815 (source
27816 (origin
27817 (method url-fetch)
27818 (uri (cran-uri "readODS" version))
27819 (sha256
27820 (base32
27821 "1hi217ab7hp15jsbzi5ak57cqf8jn2rv78bnn74q72gn9mrfra7n"))))
27822 (properties `((upstream-name . "readODS")))
27823 (build-system r-build-system)
27824 (propagated-inputs
27825 `(("r-cellranger" ,r-cellranger)
27826 ("r-readr" ,r-readr)
27827 ("r-stringi" ,r-stringi)
27828 ("r-xml2" ,r-xml2)))
27829 (native-inputs `(("r-knitr" ,r-knitr)))
27830 (home-page
27831 "https://cran.r-project.org/package=readODS")
27832 (synopsis "Read and Write ODS Files")
27833 (description
27834 "Import @dfn{OpenDocument Spreadsheet} (ODS) into R as a data frame.
27835 Also support writing data frame into ODS file.")
27836 (license license:gpl3)))
27837
27838 (define-public r-qpdf
27839 (package
27840 (name "r-qpdf")
27841 (version "1.1")
27842 (source
27843 (origin
27844 (method url-fetch)
27845 (uri (cran-uri "qpdf" version))
27846 (sha256
27847 (base32
27848 "03lnfncw8qd1fwfyqh1mjvnsjr3b63wxbah0wp5g7z7gba90dwbi"))
27849 (modules '((guix build utils)))
27850 (snippet
27851 '(begin
27852 ;; unvendor libqpdf
27853 (delete-file-recursively "src/libqpdf")
27854 (delete-file-recursively "src/include/qpdf")
27855 #t))))
27856 (properties `((upstream-name . "qpdf")))
27857 (build-system r-build-system)
27858 (arguments
27859 '(#:phases
27860 (modify-phases %standard-phases
27861 (add-after 'unpack 'configure
27862 (lambda _
27863 (setenv "EXTERNAL_QPDF" "1")
27864 #t)))))
27865 (inputs
27866 `(("zlib" ,zlib)
27867 ("qpdf" ,qpdf)))
27868 (propagated-inputs
27869 `(("r-askpass" ,r-askpass)
27870 ("r-curl" ,r-curl)
27871 ("r-rcpp" ,r-rcpp)))
27872 (native-inputs `(("pkg-config" ,pkg-config)))
27873 (home-page "https://github.com/ropensci/qpdf")
27874 (synopsis
27875 "Split, Combine and Compress PDF Files")
27876 (description
27877 "Content-preserving transformations transformations of PDF files such as
27878 split, combine, and compress. This package interfaces directly to the
27879 @code{qpdf} C++ API and does not require any command line utilities. Note that
27880 @code{qpdf} does not read actual content from PDF files: to extract text and
27881 data you need the @code{pdftools} package.")
27882 (license license:asl2.0)))
27883
27884 (define-public r-pdftools
27885 (package
27886 (name "r-pdftools")
27887 (version "2.3.1")
27888 (source
27889 (origin
27890 (method url-fetch)
27891 (uri (cran-uri "pdftools" version))
27892 (sha256
27893 (base32
27894 "01i5g2mjkshis0zlm7lrvi7kkzl4dn3if1hzwkgzf9n2mi33ndsx"))))
27895 (properties `((upstream-name . "pdftools")))
27896 (build-system r-build-system)
27897 (inputs
27898 `(("zlib" ,zlib)
27899 ("poppler" ,poppler)))
27900 (propagated-inputs
27901 `(("r-qpdf" ,r-qpdf) ("r-rcpp" ,r-rcpp)))
27902 (native-inputs `(("pkg-config" ,pkg-config)))
27903 (home-page
27904 "https://docs.ropensci.org/pdftools/")
27905 (synopsis
27906 "Text Extraction, Rendering and Converting of PDF Documents")
27907 (description
27908 "Utilities based on @code{libpoppler} for extracting text, fonts,
27909 attachments and metadata from a PDF file. Also supports high quality rendering
27910 of PDF documents into PNG, JPEG, TIFF format, or into raw bitmap vectors for
27911 further processing in R.")
27912 (license license:expat)))
27913
27914 (define-public r-antiword
27915 (package
27916 (name "r-antiword")
27917 (version "1.3")
27918 (source
27919 (origin
27920 (method url-fetch)
27921 (uri (cran-uri "antiword" version))
27922 (sha256
27923 (base32
27924 "034znb0g9wwb8gi1r3z75v3sbb4mh83qrc4y8mbfx5lbgh8zhj6j"))
27925 (modules '((guix build utils)))
27926 (snippet
27927 '(begin
27928 ;; unvendor libantiword
27929 (delete-file-recursively "src")
27930 #t))))
27931 (properties `((upstream-name . "antiword")))
27932 (build-system r-build-system)
27933 (arguments
27934 '(#:phases
27935 (modify-phases %standard-phases
27936 (add-after 'unpack 'use-system-antiword
27937 (lambda* (#:key inputs #:allow-other-keys)
27938 (substitute* "R/antiword.R"
27939 (("system.file\\(\"bin\", package = \"antiword\"\\)")
27940 (string-append "\"" (assoc-ref inputs "antiword") "/bin\"")))
27941 #t)))))
27942 (inputs `(("antiword" ,antiword)))
27943 (propagated-inputs `(("r-sys" ,r-sys)))
27944 (home-page
27945 "https://github.com/ropensci/antiword#readme")
27946 (synopsis
27947 "Extract Text from Microsoft Word Documents")
27948 (description
27949 "Wraps the @code{AntiWord} utility to extract text from Microsoft Word
27950 documents. The utility only supports the old @code{doc} format, not the new
27951 xml based @code{docx} format. Use the @code{xml2} package to read the
27952 latter.")
27953 (license license:gpl2)))
27954
27955 (define-public r-readtext
27956 (package
27957 (name "r-readtext")
27958 (version "0.80")
27959 (source
27960 (origin
27961 (method url-fetch)
27962 (uri (cran-uri "readtext" version))
27963 (sha256
27964 (base32
27965 "0q8ajnp99fwvh14ppkm2z3gqwdwmjrvxvsfb4q7ad0dhkqric05y"))))
27966 (properties `((upstream-name . "readtext")))
27967 (build-system r-build-system)
27968 (propagated-inputs
27969 `(("r-antiword" ,r-antiword)
27970 ("r-data-table" ,r-data-table)
27971 ("r-digest" ,r-digest)
27972 ("r-httr" ,r-httr)
27973 ("r-jsonlite" ,r-jsonlite)
27974 ("r-pdftools" ,r-pdftools)
27975 ("r-readods" ,r-readods)
27976 ("r-readxl" ,r-readxl)
27977 ("r-streamr" ,r-streamr)
27978 ("r-stringi" ,r-stringi)
27979 ("r-striprtf" ,r-striprtf)
27980 ("r-tibble" ,r-tibble)
27981 ("r-xml2" ,r-xml2)))
27982 (native-inputs `(("r-knitr" ,r-knitr)))
27983 (home-page
27984 "https://github.com/quanteda/readtext")
27985 (synopsis
27986 "Import and Handling for Plain and Formatted Text Files")
27987 (description
27988 "This package provides functions for importing and handling text files
27989 and formatted text files with additional meta-data, such including @code{.csv},
27990 @code{.tab}, @code{.json}, @code{.xml}, @code{.html}, @code{.pdf}, @code{.doc},
27991 @code{.docx}, @code{.rtf}, @code{.xls}, @code{.xlsx}, and others.")
27992 (license license:gpl3)))
27993
27994 (define-public r-packcircles
27995 (package
27996 (name "r-packcircles")
27997 (version "0.3.4")
27998 (source
27999 (origin
28000 (method url-fetch)
28001 (uri (cran-uri "packcircles" version))
28002 (sha256
28003 (base32
28004 "05pv5c4k4njkr0xw6i6ksiy34hcyx2lbiqpv5gxw81yrkm0rxfyk"))))
28005 (properties `((upstream-name . "packcircles")))
28006 (build-system r-build-system)
28007 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
28008 (native-inputs `(("r-knitr" ,r-knitr)))
28009 (home-page
28010 "https://github.com/mbedward/packcircles")
28011 (synopsis "Circle Packing")
28012 (description
28013 "Algorithms to find arrangements of non-overlapping circles.")
28014 (license license:expat)))
28015
28016 ;; Cannot unbundle liblwgeom, because PostGIS does not support building it on
28017 ;; its own.
28018 (define-public r-lwgeom
28019 (package
28020 (name "r-lwgeom")
28021 (version "0.2-5")
28022 (source
28023 (origin
28024 (method url-fetch)
28025 (uri (cran-uri "lwgeom" version))
28026 (sha256
28027 (base32
28028 "0byhjqa2acns8mznl1ngnfygxxxyszvnq66qfg0smhhhdkwr67aa"))))
28029 (properties `((upstream-name . "lwgeom")))
28030 (build-system r-build-system)
28031 (inputs `(("geos" ,geos) ("proj" ,proj) ("sqlite" ,sqlite)))
28032 (propagated-inputs
28033 `(("r-rcpp" ,r-rcpp)
28034 ("r-sf" ,r-sf)
28035 ("r-units" ,r-units)))
28036 (native-inputs `(("pkg-config" ,pkg-config)))
28037 (home-page
28038 "https://github.com/r-spatial/lwgeom/")
28039 (synopsis
28040 "Bindings to Selected 'liblwgeom' Functions for Simple Features")
28041 (description
28042 "Access to selected functions found in
28043 @url{https://github.com/postgis/postgis/tree/master/liblwgeom,liblwgeom}, the
28044 light-weight geometry library used by @url{http://postgis.net/,PostGIS}.")
28045 (license license:gpl2)))
28046
28047 (define-public r-stars
28048 (package
28049 (name "r-stars")
28050 (version "0.5-1")
28051 (source
28052 (origin
28053 (method url-fetch)
28054 (uri (cran-uri "stars" version))
28055 (sha256
28056 (base32
28057 "0ybk899rc0rpf2cv5kwk78fvis5xnr255hfcy5khdxsxdqgl0m9j"))))
28058 (properties `((upstream-name . "stars")))
28059 (build-system r-build-system)
28060 (propagated-inputs
28061 `(("r-abind" ,r-abind)
28062 ("r-classint" ,r-classint)
28063 ("r-lwgeom" ,r-lwgeom)
28064 ("r-rlang" ,r-rlang)
28065 ("r-sf" ,r-sf)
28066 ("r-units" ,r-units)))
28067 (native-inputs `(("r-knitr" ,r-knitr)))
28068 (home-page "https://r-spatial.github.io/stars/")
28069 (synopsis
28070 "Spatiotemporal Arrays, Raster and Vector Data Cubes")
28071 (description
28072 "Reading, manipulating, writing and plotting spatiotemporal arrays
28073 (raster and vector data cubes) in @code{R}, using @code{GDAL} bindings provided
28074 by @code{sf}, and @code{NetCDF} bindings by @code{ncmeta} and @code{RNetCDF}.")
28075 (license license:asl2.0)))
28076
28077 (define-public r-tmaptools
28078 (package
28079 (name "r-tmaptools")
28080 (version "3.1-1")
28081 (source
28082 (origin
28083 (method url-fetch)
28084 (uri (cran-uri "tmaptools" version))
28085 (sha256
28086 (base32
28087 "0bal3czrdr93qig8s5cf5szld5vjbbks67rismfhlkmlgw6wp2gx"))))
28088 (properties `((upstream-name . "tmaptools")))
28089 (build-system r-build-system)
28090 (propagated-inputs
28091 `(("r-dichromat" ,r-dichromat)
28092 ("r-lwgeom" ,r-lwgeom)
28093 ("r-magrittr" ,r-magrittr)
28094 ("r-rcolorbrewer" ,r-rcolorbrewer)
28095 ("r-sf" ,r-sf)
28096 ("r-stars" ,r-stars)
28097 ("r-units" ,r-units)
28098 ("r-viridislite" ,r-viridislite)
28099 ("r-xml" ,r-xml)))
28100 (home-page
28101 "https://github.com/mtennekes/tmaptools")
28102 (synopsis "Thematic Map Tools")
28103 (description
28104 "Set of tools for reading and processing spatial data. The aim is to
28105 supply the workflow to create thematic maps. This package also facilitates
28106 @code{tmap}, the package for visualizing thematic maps.")
28107 (license license:gpl3)))
28108
28109 (define-public r-rworldmap
28110 (package
28111 (name "r-rworldmap")
28112 (version "1.3-6")
28113 (source
28114 (origin
28115 (method url-fetch)
28116 (uri (cran-uri "rworldmap" version))
28117 (sha256
28118 (base32
28119 "1q1h0n9qr0m5pdx10swrh9ddsvdj8kv5nqngrf3lnx9rg9iwivjk"))))
28120 (properties `((upstream-name . "rworldmap")))
28121 (build-system r-build-system)
28122 (propagated-inputs
28123 `(("r-fields" ,r-fields)
28124 ("r-maptools" ,r-maptools)
28125 ("r-sp" ,r-sp)))
28126 (home-page
28127 "https://github.com/AndySouth/rworldmap/")
28128 (synopsis "Mapping Global Data")
28129 (description
28130 "Enables mapping of country level and gridded user datasets.")
28131 (license license:gpl2+)))
28132
28133 (define-public r-rtweet
28134 (package
28135 (name "r-rtweet")
28136 (version "0.7.0")
28137 (source
28138 (origin
28139 (method url-fetch)
28140 (uri (cran-uri "rtweet" version))
28141 (sha256
28142 (base32
28143 "05pbvxm2vmf6935b9s6663k3aifnkr3m52wh2jvnplmrwyrfpn9n"))))
28144 (properties `((upstream-name . "rtweet")))
28145 (build-system r-build-system)
28146 (propagated-inputs
28147 `(("r-httpuv" ,r-httpuv)
28148 ("r-httr" ,r-httr)
28149 ("r-jsonlite" ,r-jsonlite)
28150 ("r-magrittr" ,r-magrittr)
28151 ("r-progress" ,r-progress)
28152 ("r-rcpp" ,r-rcpp)
28153 ("r-tibble" ,r-tibble)))
28154 (native-inputs `(("r-knitr" ,r-knitr)))
28155 (home-page
28156 "https://docs.ropensci.org/rtweet/")
28157 (synopsis "Collecting Twitter Data")
28158 (description
28159 "An implementation of calls designed to collect and organize Twitter data
28160 via @url{https://developer.twitter.com/en/docs,Twitter's REST and stream
28161 Application Program Interfaces (API)}.")
28162 (license license:expat)))
28163
28164 (define-public r-intervals
28165 (package
28166 (name "r-intervals")
28167 (version "0.15.2")
28168 (source
28169 (origin
28170 (method url-fetch)
28171 (uri (cran-uri "intervals" version))
28172 (sha256
28173 (base32
28174 "0mvwfwc03ifb30a3dzbmkv9adwqb8ajxhcw24d8xip8px063plhb"))))
28175 (properties `((upstream-name . "intervals")))
28176 (build-system r-build-system)
28177 (home-page "https://github.com/edzer/intervals")
28178 (synopsis
28179 "Tools for Working with Points and Intervals")
28180 (description
28181 "Tools for working with and comparing sets of points and intervals.")
28182 (license license:artistic2.0)))
28183
28184 (define-public r-eyelinker
28185 (package
28186 (name "r-eyelinker")
28187 (version "0.2.0")
28188 (source
28189 (origin
28190 (method url-fetch)
28191 (uri (cran-uri "eyelinker" version))
28192 (sha256
28193 (base32
28194 "14rfcdxad9iazwd46q6bm8gg1ryh6s8kf7arj00hhb7xz3gvk9c2"))))
28195 (properties `((upstream-name . "eyelinker")))
28196 (build-system r-build-system)
28197 (propagated-inputs
28198 `(("r-intervals" ,r-intervals)
28199 ("r-readr" ,r-readr)
28200 ("r-stringi" ,r-stringi)
28201 ("r-stringr" ,r-stringr)
28202 ("r-tibble" ,r-tibble)))
28203 (native-inputs `(("r-knitr" ,r-knitr)))
28204 (home-page
28205 "https://github.com/a-hurst/eyelinker")
28206 (synopsis
28207 "Import ASC Files from EyeLink Eye Trackers")
28208 (description
28209 "Imports plain-text ASC data files from EyeLink eye trackers into
28210 (relatively) tidy data frames for analysis and visualization.")
28211 (license license:gpl3)))
28212
28213 (define-public r-btm
28214 (package
28215 (name "r-btm")
28216 (version "0.3.5")
28217 (source
28218 (origin
28219 (method url-fetch)
28220 (uri (cran-uri "BTM" version))
28221 (sha256
28222 (base32
28223 "1x6bncb7r97z8bdyxnn2frdi9kyawfy6c2041mv9f42zdrfzm6jb"))))
28224 (properties `((upstream-name . "BTM")))
28225 (build-system r-build-system)
28226 (propagated-inputs `(("r-rcpp" ,r-rcpp)))
28227 (home-page "https://github.com/bnosac/BTM")
28228 (synopsis "Biterm Topic Models for Short Text")
28229 (description
28230 "Biterm Topic Models find topics in collections of short texts. It is a
28231 word co-occurrence based topic model that learns topics by modeling word-word
28232 co-occurrences patterns which are called biterms. This in contrast to
28233 traditional topic models like Latent Dirichlet Allocation and Probabilistic
28234 Latent Semantic Analysis which are word-document co-occurrence topic models. A
28235 biterm consists of two words co-occurring in the same short text window. This
28236 context window can for example be a twitter message, a short answer on a
28237 survey, a sentence of a text or a document identifier. The techniques are
28238 explained in detail in the paper 'A Biterm Topic Model For Short Text' by
28239 Xiaohui Yan, Jiafeng Guo, Yanyan Lan, Xueqi Cheng (2013)
28240 @url{https://github.com/xiaohuiyan/xiaohuiyan.github.io/blob/master/paper/\
28241 BTM-WWW13.pdf}.")
28242 (license license:asl2.0)))
28243
28244 (define-public r-textplot
28245 (package
28246 (name "r-textplot")
28247 (version "0.1.4")
28248 (source
28249 (origin
28250 (method url-fetch)
28251 (uri (cran-uri "textplot" version))
28252 (sha256
28253 (base32
28254 "1sgkndy2cxk8c76h8hwajn6f78w5jj2n8vsmaxh9kj931crzn8cy"))))
28255 (properties `((upstream-name . "textplot")))
28256 (build-system r-build-system)
28257 (propagated-inputs
28258 `(("r-data-table" ,r-data-table)
28259 ("r-lattice" ,r-lattice)
28260 ("r-matrix" ,r-matrix)))
28261 (native-inputs `(("r-knitr" ,r-knitr)))
28262 (home-page "https://github.com/bnosac/textplot")
28263 (synopsis "Text Plots")
28264 (description
28265 "Visualise complex relations in texts. This is done by providing
28266 functionalities for displaying text co-occurrence networks, text correlation
28267 networks, dependency relationships as well as text clustering. Feel free to
28268 join the effort of providing interesting text visualisations.")
28269 (license license:gpl2)))
28270
28271 (define-public r-gsa
28272 (package
28273 (name "r-gsa")
28274 (version "1.03.1")
28275 (source
28276 (origin
28277 (method url-fetch)
28278 (uri (cran-uri "GSA" version))
28279 (sha256
28280 (base32
28281 "05x9wspah1cdznjpncqam1iawsxdiigyl8v2anyhss2k7wwd94p1"))))
28282 (properties `((upstream-name . "GSA")))
28283 (build-system r-build-system)
28284 (home-page "https://statweb.stanford.edu/~tibs/GSA/")
28285 (synopsis "Gene set analysis")
28286 (description "This package lets you determine the significance of
28287 pre-defined sets of genes with respect to an outcome variable, such as a group
28288 indicator, a quantitative variable or a survival time.")
28289 ;; Any version of the LGPL
28290 (license license:lgpl3+)))
28291
28292 (define-public r-samr
28293 (package
28294 (name "r-samr")
28295 (version "3.0")
28296 (source
28297 (origin
28298 (method url-fetch)
28299 (uri (cran-uri "samr" version))
28300 (sha256
28301 (base32
28302 "01km0f7qgm73x19vbvsxl083hs1dq4dj8qm5h64cxbf20b08my15"))))
28303 (properties `((upstream-name . "samr")))
28304 (build-system r-build-system)
28305 (propagated-inputs
28306 `(("r-gsa" ,r-gsa)
28307 ("r-impute" ,r-impute)
28308 ("r-matrixstats" ,r-matrixstats)
28309 ("r-openxlsx" ,r-openxlsx)
28310 ("r-shiny" ,r-shiny)
28311 ("r-shinyfiles" ,r-shinyfiles)))
28312 (native-inputs `(("gfortran" ,gfortran)))
28313 (home-page "https://statweb.stanford.edu/~tibs/SAM/")
28314 (synopsis "Significance analysis of Microarrays")
28315 (description
28316 "This is a package for significance analysis of Microarrays for
28317 differential expression analysis, RNAseq data and related problems.")
28318 ;; Any version of the LGPL
28319 (license license:lgpl3+)))