Skip to content

Commit

Permalink
Update NEWS.md (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbarbone committed Sep 30, 2023
1 parent c3a58bf commit 3af28d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# scribe (development version)

- `convert` is no longer ignored when set in `scribeArg` [#70]
- `convert` is no longer ignored when set in `scribeArg` [#70](https://github.com/jmbarbone/scribe/issues/70)
- `$convert` field now defaults to the newly exported `scribe_convert()` helper. This selects one of three conversions: 1) default (see next bullet), 2) string evaluation, and 3) no conversion.
- default conversions use `value_convert()`, which internally uses `utils::type.convert()` (and some additional steps for dates. Be aware that `type.convert("1", as.is = TRUE)` will return integers, and a decimal should be included if a numeric is desired (e.g., `type.convert("1.", as.is = TRUE)`
- `flag` action now accepts `NA` as a default [#67](https://github.com/jmbarbone/scribe/issues/67)
Expand Down

0 comments on commit 3af28d4

Please sign in to comment.