-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 1.47 KB
/
Copy pathDESCRIPTION
File metadata and controls
28 lines (28 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: fastverse
Title: A Suite of High-Performance Packages for Statistics and Data Manipulation
Version: 0.3.4
Authors@R: c(person("Sebastian", "Krantz", role = c("aut", "cre"),
email = "sebastian.krantz@graduateinstitute.ch"),
person("Hadley", "Wickham", role = "ctb"))
Description: Easy installation, loading and management, of high-performance packages
for statistical computing and data manipulation in R.
The core 'fastverse' consists of 4 packages: 'data.table', 'collapse',
'kit' and 'magrittr', that jointly only depend on 'Rcpp'.
The 'fastverse' can be freely and permanently extended with
additional packages, both globally or for individual projects.
Separate package verses can also be created. Fast packages
for many common tasks such as time series, dates and times, strings,
spatial data, statistics, data serialization, larger-than-memory
processing, and compilation of R code are listed in the README file:
<https://github.com/fastverse/fastverse#suggested-extensions>.
License: GPL-3
Encoding: UTF-8
Imports: data.table, collapse, kit, magrittr
Suggests: knitr, rmarkdown
URL: https://fastverse.github.io/fastverse/,
https://fastverse.r-universe.dev/,
https://github.com/fastverse
BugReports: https://github.com/fastverse/fastverse/issues
RoxygenNote: 7.2.3
NeedsCompilation: no
VignetteBuilder: knitr