Skip to content

Commit

Permalink
Upgrade Website
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasfoe committed Jan 22, 2023
1 parent a1ef4eb commit 4366aec
Show file tree
Hide file tree
Showing 155 changed files with 8,917 additions and 30,498 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ more demanding calculations.

CoRC features:

- high-level API for COPASI in the R language.
- Immediate access to R’s data analysis capabilities and
publication-ready plotting.
- Reproducible workflows from data generation to analysis and plotting
(R scripts and notebooks).
- Rule-based modification of model structure to test structural
variations or create large models.
- Scaling up assays, e.g. from 3 models to 3000.
- Handling of multiple models at once.
- Parallelization on multi-core machines or computing clusters.
- high-level API for COPASI in the R language.
- Immediate access to R’s data analysis capabilities and
publication-ready plotting.
- Reproducible workflows from data generation to analysis and plotting
(R scripts and notebooks).
- Rule-based modification of model structure to test structural
variations or create large models.
- Scaling up assays, e.g. from 3 models to 3000.
- Handling of multiple models at once.
- Parallelization on multi-core machines or computing clusters.

It is currently based on COPASI version 4.34 Build (251) and aims to
closely follow COPASI releases in the future.
Expand Down
6 changes: 3 additions & 3 deletions dev/site_upgrade.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Sys.setenv(COPASI_LIB_PATH = normalizePath(file.path("libs", .Platform$r_arch, paste0("COPASI", .Platform$dynlib.ext))))

# use specific pkgdown to keep page stable for now
remotes::install_version("pkgdown", "1.6.1", upgrade = "never")
remotes::install_version("pkgdown", "2.0.7", 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.5", upgrade = "never")
remotes::install_version("plotly", "4.9.4.1", upgrade = "never")
remotes::install_version("ggplot2", "3.4.0", upgrade = "never")
remotes::install_version("plotly", "4.10.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
164 changes: 57 additions & 107 deletions docs/404.html

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

Loading

0 comments on commit 4366aec

Please sign in to comment.