Skip to content

Commit

Permalink
Merge pull request #49 from SebKrantz/development
Browse files Browse the repository at this point in the history
v0.2.4 updating NEWS.md and website.
  • Loading branch information
SebKrantz committed May 13, 2022
2 parents c0acd21 + 744a9f4 commit 6f9c787
Show file tree
Hide file tree
Showing 31 changed files with 11,059 additions and 81 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# fastverse 0.2.4

* Binaries of core fastverse packages (and a few others, including the *fastverse* package itself) can now be installed from a newly created [fastverse r-universe](https://fastverse.r-universe.dev/). This ensures that Windows and Mac binaries of the development versions of these packages are always available, independent of their CRAN status. These binaries can be installed using `install.packages("fastverse", repos = "https://fastverse.r-universe.dev/")`.

* Adding *geos* to suggested list (thanks to Grant McDermott for suggesting).

# fastverse 0.2.3

* Added `options(fastverse.install = TRUE)` which can be set before `library(fastverse)`, triggering an internal call to `fastverse_install()` - to make sure any missing packages are installed before loading them. In a `.fastverse` configuration file placed inside a project directory, you can also place `_opt_fastverse.install = TRUE` before the packages list.
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.

101 changes: 50 additions & 51 deletions docs/articles/fastverse_intro.html

Large diffs are not rendered by default.

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.

7 changes: 7 additions & 0 deletions docs/deps/bootstrap-5.1.0/bootstrap.bundle.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/deps/bootstrap-5.1.0/bootstrap.bundle.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/deps/bootstrap-5.1.0/bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions docs/deps/data-deps.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<script src="deps/jquery-3.6.0/jquery-3.6.0.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link href="deps/bootstrap-5.1.0/bootstrap.min.css" rel="stylesheet" />
<script src="deps/bootstrap-5.1.0/bootstrap.bundle.min.js"></script>

0 comments on commit 6f9c787

Please sign in to comment.