Skip to content

Commit

Permalink
Merge pull request #151 from metrumresearchgroup/release/0.6.2
Browse files Browse the repository at this point in the history
Release/0.6.2
  • Loading branch information
kylebaron authored May 22, 2024
2 parents 7d3b752 + e50a430 commit 11c2ebc
Show file tree
Hide file tree
Showing 2 changed files with 18 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 @@
Package: yspec
Type: Package
Title: Data Specification for Pharmacometrics
Version: 0.6.1.9000
Version: 0.6.2
Authors@R: c(
person("Kyle T", "Baron", "",
"[email protected]",
Expand Down
19 changes: 17 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
# yspec (development version)
# yspec 0.6.2

## Breaking changes

- `nm_input()` was significantly refactored to produce output more typically seen
in practice as well as adding some convenience features (#150).
- the default output is now wide format
- data set labels can get renamed with `<new name> = <old name>` syntax, passed
under `...`
- columns with type `<character>` are dropped by default
- the `cat` argument was renamed `.cat`
- the `.drop` argument was added to indicate a group of data items to drop
from the problem
- the previous long output can be recreated using `.long = TRUE`
- the `.decodes` argument was added to control appearance of categorical data
decode information in the long output

# yspec 0.6.1

Expand All @@ -8,7 +23,7 @@
# yspec 0.6.0

- Adds `ys_factors()` to _replace_ data set columns with their factor version,
optionally retaining the orignal values in new columns (#141).
optionally retaining the original values in new columns (#141).

# yspec 0.5.3

Expand Down

0 comments on commit 11c2ebc

Please sign in to comment.