Skip to content

Commit

Permalink
Upgrade Website
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasfoe committed Aug 30, 2021
1 parent 103d8ca commit 582dbd8
Show file tree
Hide file tree
Showing 134 changed files with 327 additions and 309 deletions.
4 changes: 2 additions & 2 deletions dev/site_upgrade.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Sys.setenv(COPASI_LIB_PATH = normalizePath(file.path("libs", .Platform$r_arch, p
# use specific pkgdown to keep page stable for now
remotes::install_version("pkgdown", "1.6.1", upgrade = "never")
# use fixed plotly versions to be able to keep the 8mb or so of plots frozen when updating the rest of the website
remotes::install_version("ggplot2", "3.3.3", upgrade = "never")
remotes::install_version("plotly", "4.9.3", upgrade = "never")
remotes::install_version("ggplot2", "3.3.5", upgrade = "never")
remotes::install_version("plotly", "4.9.4.1", upgrade = "never")
devtools::document()
# Pkgdown and the parallel cluster used in the examples vignette needs to have CoRC installed
devtools::install(upgrade = "never")
Expand Down
4 changes: 2 additions & 2 deletions docs/404.html

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

4 changes: 2 additions & 2 deletions docs/LICENSE-text.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/articles/CoRC.html

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

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

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

42 changes: 21 additions & 21 deletions docs/articles/examples.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ HTMLWidgets.widget({
});

// inject a "control panel" holding selectize/dynamic color widget(s)
if (x.selectize || x.highlight.dynamic && !instance.plotly) {
if ((x.selectize || x.highlight.dynamic) && !instance.plotly) {
var flex = document.createElement("div");
flex.class = "plotly-crosstalk-control-panel";
flex.style = "display: flex; flex-wrap: wrap";
Expand Down
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.

10 changes: 5 additions & 5 deletions docs/articles/issues.html

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

40 changes: 20 additions & 20 deletions docs/articles/model_building.html

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

Loading

0 comments on commit 582dbd8

Please sign in to comment.