Skip to content

Commit

Permalink
Update rsyncrosim version
Browse files Browse the repository at this point in the history
  • Loading branch information
katieb1 committed Nov 2, 2023
1 parent 7b917eb commit df5555f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rsyncrosim
Type: Package
Title: The R Interface to 'SyncroSim'
Version: 1.4.10
Version: 1.4.11
Authors@R: c(
person("Colin", "Daniel", email = "colin.daniel@apexrms.com",
role = "aut"),
Expand Down
6 changes: 2 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# rsyncrosim 1.4.10
# rsyncrosim 1.4.11

## Breaking changes



## Bug fixes:


* Fixed bug introduced in 1.4.10 where the `saveDatasheet()` function tried to save the extra columns (`ScenarioID`, `ProjectID`, `ScenarioName`, `ParentID`, and `ParentName`), and failed when these columns did not exist in the database.

## New features:

* Updated the `datasheet()` function so that the same dataframe columns are returned when calling `datasheet()` for a single scenario or for multiple scenarios. Before, calling `datasheet()` fo a single scenario would leave out the `ScenarioID`, `ProjectID`, `ScenarioName`, `ParentID`, and `ParentName` columns.


## Minor improvements and fixes

0 comments on commit df5555f

Please sign in to comment.