Skip to content

Commit

Permalink
Merge pull request #1220 from metrumresearchgroup/release/1.5.1
Browse files Browse the repository at this point in the history
Release/1.5.1
  • Loading branch information
kylebaron authored Jul 26, 2024
2 parents 79e681d + a5c3da3 commit 1027a93
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: mrgsolve
Title: Simulate from ODE-Based Models
Version: 1.5.0
Version: 1.5.1
Authors@R:
c(person(given = "Kyle T", family = "Baron",
role = c("aut", "cre"),
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# mrgsolve 1.5.1

- Fixed `yaml_to_cpp()` example code to prevent saving the file to the working
directory (#1220).

# mrgsolve 1.5.0

- New functions `mwrite_yaml()` and `mwrite_cpp()` can write a model object back
Expand Down
2 changes: 1 addition & 1 deletion R/mwrite.R
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ mwrite_cpp <- function(x, file, update = TRUE) {
#' mod <- mread_yaml(temp, model = "new-house", compile = FALSE)
#' mod
#'
#' cppfile <- yaml_to_cpp(temp)
#' cppfile <- yaml_to_cpp(temp, project = tempdir())
#'
#' readLines(cppfile)
#'
Expand Down
2 changes: 1 addition & 1 deletion man/mread_yaml.Rd

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

0 comments on commit 1027a93

Please sign in to comment.