Skip to content

Commit

Permalink
adjusted NEWS.md order
Browse files Browse the repository at this point in the history
  • Loading branch information
tarjinde committed Aug 12, 2021
1 parent 2ea5fe8 commit 42950e5
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# NMproject 0.6.3

* Moved to GitHub Actions, dropped Appveyor and Travis
The first post CRAN release

* Revamped the NMproject project creation template and `nm_create_analysis_project()`
for greater customisability ability and removed dependence on `options()` which
was causing strange behaviour.

* Expanded analysis README template for new NMprojects to run analysis level tests on
build. Useful for compliance checking.

* Added `nm_pre_commit_hook()` and `nm_pre_commit_hook()` for custom NMproject
analysis projects

* Expanded model diagnostic rmarkdown template to include more 'xpose' plots.

* Included an experimental `%f>%` pipe for applying functions elementwise
to vector valued nm objects.
Expand All @@ -9,9 +21,6 @@

* Renamed `nm_default_dir()` to `nm_dir()`

* Added `nm_pre_commit_hook()` and `nm_pre_commit_hook()` for custom NMproject
analysis projects

* Removed `nm.cmd_default` option in favour of the more flexible `nm_default_fields`.
See `?nm_default_fields()` for help.

Expand All @@ -20,10 +29,6 @@
* `stage()` has `find_replace_dir_names` argument to handle custom NMproject
directory structures.

* Revamped the NMproject project creation template and `nm_create_analysis_project()`
for greater customisability ability and removed dependence on `options()` which
was causing strange behaviour.

## Minor changes

* Made `run_id` argument mandatory in `child()`.
Expand All @@ -43,10 +48,6 @@

* `nm_default_dir` is now deprecated

* Expanded model diagnostic rmarkdown template to include more xpose plots.

* Expanded README template for new NMprojects to run analysis level tests on build.

# NMproject 0.6.2

This is the first CRAN release of NMproject. Here are the major changes here
Expand Down

0 comments on commit 42950e5

Please sign in to comment.