Skip to content

Commit

Permalink
Update site
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-justeau committed Mar 7, 2022
1 parent 7e71c84 commit 7baa974
Show file tree
Hide file tree
Showing 15 changed files with 315 additions and 16 deletions.
4 changes: 2 additions & 2 deletions R/zzz.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.onLoad <- function(libname, pkgname) {
# set Java parameters if none specified
if (is.null(getOption("java.parameters"))) {
# if (is.null(getOption("java.parameters"))) {
options(java.parameters = "-Xmx4g")
}
# }
# Check that Java version is at least 8
.jinit()
jv <- .jcall("java/lang/System", "S", "getProperty", "java.runtime.version")
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/UseCase1.html

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

Binary file modified docs/articles/UseCase1_files/figure-html/unnamed-chunk-6-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/articles/UseCase2.html

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

17 changes: 13 additions & 4 deletions docs/articles/UseCase3.html

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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions 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/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ articles:
UseCase1: UseCase1.html
UseCase2: UseCase2.html
UseCase3: UseCase3.html
last_built: 2022-03-07T00:13Z
last_built: 2022-03-07T01:13Z

2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

Loading

0 comments on commit 7baa974

Please sign in to comment.