diff --git a/dev/site_upgrade.R b/dev/site_upgrade.R index 4c51fe6..a1fa9f4 100644 --- a/dev/site_upgrade.R +++ b/dev/site_upgrade.R @@ -4,7 +4,7 @@ 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", "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.4.0", upgrade = "never") +remotes::install_version("ggplot2", "3.4.1", 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 diff --git a/docs/404.html b/docs/404.html index 9aea06c..d727056 100644 --- a/docs/404.html +++ b/docs/404.html @@ -41,7 +41,7 @@
diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index e25d28e..92372ff 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -17,7 +17,7 @@ diff --git a/docs/articles/CoRC.html b/docs/articles/CoRC.html index d26ab71..5a3fab4 100644 --- a/docs/articles/CoRC.html +++ b/docs/articles/CoRC.html @@ -42,7 +42,7 @@ diff --git a/docs/articles/CoRC_files/figure-html/unnamed-chunk-11-1.png b/docs/articles/CoRC_files/figure-html/unnamed-chunk-11-1.png index c4e2155..5bf2d16 100644 Binary files a/docs/articles/CoRC_files/figure-html/unnamed-chunk-11-1.png and b/docs/articles/CoRC_files/figure-html/unnamed-chunk-11-1.png differ diff --git a/docs/articles/entity_management.html b/docs/articles/entity_management.html index b3a99d3..d7f0cbc 100644 --- a/docs/articles/entity_management.html +++ b/docs/articles/entity_management.html @@ -42,7 +42,7 @@ diff --git a/docs/articles/examples.html b/docs/articles/examples.html index 9731890..eeadb3c 100644 --- a/docs/articles/examples.html +++ b/docs/articles/examples.html @@ -42,7 +42,7 @@ @@ -192,10 +192,10 @@# Load example which has experimental data.
datamodel <- loadExamples(4)[[1]]
-fitproblem <- as(datamodel$getTask("Parameter Estimation")$getProblem(), "_p_CFitProblem")
+fitproblem <- as(datamodel$getTask("Parameter Estimation")$getProblem(), "_p_CFitProblem")
filenames <- fitproblem$getExperimentSet()$getFileNames()
The filenames are in the correct folder.
@@ -180,7 +180,7 @@Saving .cps loses experimental data unloadModel() datamodel <- loadModel(file) -fitproblem <- as(datamodel$getTask("Parameter Estimation")$getProblem(), "_p_CFitProblem") +fitproblem <- as(datamodel$getTask("Parameter Estimation")$getProblem(), "_p_CFitProblem") filenames <- fitproblem$getExperimentSet()$getFileNames()
The filenames are now supposedly in the folder where the .cps was saved but there they don’t exist.
diff --git a/docs/articles/model_building.html b/docs/articles/model_building.html index 2d8f13e..ae1a09e 100644 --- a/docs/articles/model_building.html +++ b/docs/articles/model_building.html @@ -42,7 +42,7 @@ diff --git a/docs/articles/model_building_files/figure-html/unnamed-chunk-3-1.png b/docs/articles/model_building_files/figure-html/unnamed-chunk-3-1.png index 100f2d1..f8e5d73 100644 Binary files a/docs/articles/model_building_files/figure-html/unnamed-chunk-3-1.png and b/docs/articles/model_building_files/figure-html/unnamed-chunk-3-1.png differ diff --git a/docs/articles/model_building_files/figure-html/unnamed-chunk-4-1.png b/docs/articles/model_building_files/figure-html/unnamed-chunk-4-1.png index 0a78050..8d7c0fc 100644 Binary files a/docs/articles/model_building_files/figure-html/unnamed-chunk-4-1.png and b/docs/articles/model_building_files/figure-html/unnamed-chunk-4-1.png differ diff --git a/docs/articles/task_management.html b/docs/articles/task_management.html index 6fced78..acf5cf3 100644 --- a/docs/articles/task_management.html +++ b/docs/articles/task_management.html @@ -42,7 +42,7 @@ @@ -212,10 +212,10 @@It is currently based on COPASI version 4.34 Build (251) and aims to closely follow COPASI releases in the future.
+It is currently based on COPASI version 4.39 Build (272) and aims to closely follow COPASI releases in the future.
CoRC comes with the Artistic License 2.0. By using CoRC you agree to this license.
NEWS.md
+ Added support for macOS on ARM (aarch64)
Rebased on COPASI release 4.39 sources.
+Included a further fix to prevent a crashing bug in this version of COPASI
+Switched to using manylinux 2014 (up from 2010) for compilation of linux binaries
Fixed errors due to breaking changes in package dependency ‘stringr’ version 1.5.0.