Skip to content

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ewallace authored May 31, 2024
1 parent 8a7e4d7 commit 83dcee4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## News

* May 2024, maintenance upgrades for R 4.4.0, including
- base pipe `|>` rather than magrittr pipe `%>%`
- `display_plate_helpers` new functions to make it easier to display plate plans with varied information
- remove superseded `.data$` syntax
- checking all tests pass, etc.
- update to v1.1
* June 2022, removed plot helper functions `scale_..._nice` and `scale_loglog` from tidyqpcr, because those capabilities are now available in the [scales package](https://scales.r-lib.org) using `label_log` and similar functions. Older code may need to change `scale_y_log10nice` to `scale_y_log10(labels = scales::label_log())`, for example.
* May 2022, Improvements in documentation and testing. Reorganized `display_plate` function to be more flexible, so older code will need to use `display_plate_qpcr` to ensure that `sample_id` and `target_id` info displays. Updated to v0.5.
* January 2022, Improvements in documentation and argument-checking for v0.4.
Expand Down

0 comments on commit 83dcee4

Please sign in to comment.