Skip to content

Commit

Permalink
- set version to CoRC 0.1.0
Browse files Browse the repository at this point in the history
- update News
- update website and documentation
  • Loading branch information
Jonas Förster authored and jonasfoe committed Jan 19, 2018
1 parent 21a7a83 commit a840644
Show file tree
Hide file tree
Showing 142 changed files with 1,536 additions and 341 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: CoRC
Type: Package
Title: Copasi R Connector
Version: 0.0.1.9001
Version: 0.1.0
Authors@R: c(
person("Jonas", "Förster", email = "jonasfoerster@gmail.com", role = c("aut", "cre")),
person("Jürgen", "Pahle", email = "juergen.pahle@bioquant.uni-heidelberg.de", role = c("aut"))
Expand Down
8 changes: 4 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# CoRC 0.0.1.9001
# CoRC 0.1.0

* Rebase on latest COPASI development sources.
* Add model event functioniality (`event()`, `event_strict()`, `getEvents()`, `setEvents()`, `newEvent()`, `deleteEvent()`).
* The package now generally uses `""` instead of `NA` to denote unset or empty expressions.
* Allow expressions to be automatically coerced from finite numeric and logical values. E.g. `getValue(1)` instead of `getValue("1")`
* Allow expressions to be automatically coerced from finite numeric and logical values. E.g. `getValue(1)` instead of `getValue("1")`.
* Fix crashes on entity deletion. Deletion functions now delete recursively.
* Generally warn if model fails to compile.
* Fix errors with argument` type` of `setCompartments()` and `setGlobalQuantities()`
* Use new Copasi XML parser
* Fix errors with argument `type` of `setCompartments()` and `setGlobalQuantities()`.
* Use new Copasi XML parser.

# CoRC 0.0.1

Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@ loadExamples(1)

runTimeCourse()$result
#> # A tibble: 201 x 3
#> Time X Y
#> <dbl> <dbl> <dbl>
#> 1 0.0 3.0000000 3.0000000
#> 2 0.5 3.4081600 0.8174841
#> 3 1.0 1.8964569 1.2767901
#> 4 1.5 0.8762539 1.8729300
#> 5 2.0 0.3459334 2.3681908
#> 6 2.5 0.1827622 2.6585981
#> 7 3.0 0.1474333 2.8636840
#> 8 3.5 0.1411289 3.0483214
#> 9 4.0 0.1407334 3.2283474
#> 10 4.5 0.1415567 3.4069724
#> Time X Y
#> <dbl> <dbl> <dbl>
#> 1 0 3.00 3.00
#> 2 0.500 3.41 0.817
#> 3 1.00 1.90 1.28
#> 4 1.50 0.876 1.87
#> 5 2.00 0.346 2.37
#> 6 2.50 0.183 2.66
#> 7 3.00 0.147 2.86
#> 8 3.50 0.141 3.05
#> 9 4.00 0.141 3.23
#> 10 4.50 0.142 3.41
#> # ... with 191 more rows
```
2 changes: 1 addition & 1 deletion docs/LICENSE.html

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

36 changes: 18 additions & 18 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-9-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions docs/articles/entity_management.html

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

63 changes: 31 additions & 32 deletions docs/articles/examples.html

Large diffs are not rendered by default.

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.

6 changes: 3 additions & 3 deletions docs/articles/issues.html

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

Loading

0 comments on commit a840644

Please sign in to comment.