Skip to content

Commit

Permalink
Merge pull request #32 from SebKrantz/development
Browse files Browse the repository at this point in the history
Updating for 0.2.1.
  • Loading branch information
SebKrantz committed Sep 1, 2021
2 parents 400e363 + c7c0669 commit 03bbea1
Show file tree
Hide file tree
Showing 22 changed files with 52 additions and 40 deletions.
14 changes: 7 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: fastverse
Title: A Suite of High-Performance Packages for Statistics and Data Manipulation
Version: 0.2.0
Version: 0.2.1
Authors@R: c(person("Sebastian", "Krantz", role = c("aut", "cre"),
email = "sebastian.krantz@graduateinstitute.ch"),
person("Hadley", "Wickham", role = "ctb"))
Expand All @@ -10,15 +10,15 @@ Description: Easy installation, loading and management, of a complementary set o
'matrixStats', 'kit', 'magrittr' and 'fst', that jointly only depend on
'Rcpp'. These packages are attached and harmonized through the 'fastverse'.
In addition, the 'fastverse' can be freely and permanently extended with
additional packages, both globally or for individual projects. Selected
fast and low-dependency packages are suggested for various topics such as
time series, dates and times, strings, spatial data and statistics
(see 'README.md' on GitHub / website).
additional packages, both globally or for individual projects. Entirely
separate package verses can also be created. Selected fast and low-dependency
packages are suggested for various topics such as time series, dates and times,
strings, spatial data, statistics and data serialization (see GitHub / website).
License: GPL-3
Encoding: UTF-8
Imports: data.table, collapse, matrixStats, kit, magrittr, fst
Suggests: xts, roll, lubridate, fasttime, dygraphs, stringi, Rfast,
Rfast2, parallelDist, coop, tidyfast, knitr, rmarkdown
Suggests: xts, roll, fasttime, lubridate, dygraphs, stringi, stringfish, stringdist,
Rfast, Rfast2, parallelDist, coop, qs, tidyfast, maditr, knitr, rmarkdown
URL: https://sebkrantz.github.io/fastverse/,
https://github.com/SebKrantz/fastverse
BugReports: https://github.com/SebKrantz/fastverse/issues
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# fastverse 0.2.1

* Remove invalid URL and lifecycle badge (package is now considered stable).

# fastverse 0.2.0

* Making sure no files are written to disc on CRAN servers.
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/fastverse_intro.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/fastverse.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/fastverse_child.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/reference/fastverse_conflicts.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/fastverse_deps.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/fastverse_detach.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions docs/reference/fastverse_extend.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/fastverse_install.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 03bbea1

Please sign in to comment.