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: . 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 Repository: https://nmrgroup.r-universe.dev Date/Publication: 2026-04-24 17:53:45 UTC RemoteUrl: https://github.com/fastverse/fastverse RemoteRef: HEAD RemoteSha: 18cf486ed7bf9940014c82e4f705ffa9724044ba Packaged: 2026-06-23 07:04:31 UTC; root Author: Sebastian Krantz [aut, cre], Hadley Wickham [ctb] Maintainer: Sebastian Krantz