Skip to content

Commit

Permalink
add news.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaszwagerman committed Oct 24, 2024
1 parent bbd5591 commit c831f8b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# butterfly 1.0.0

* Initial CRAN submission.
* Initial release:

* `butterfly::loupe()` - examines in detail whether previous values have changed, and returns TRUE/FALSE for no change/change.
* `butterfly::catch()` - returns rows which contain previously changed values in a dataframe.
* `butterfly::release()` - drops rows which contain previously changed values, and returns a dataframe containing new and unchanged rows.
* `butterfly::create_object_list()` - returns a list of objects required by all of `loupe()`, `catch()` and `release()`. Contains underlying functionality.
* `butterflycount` - a list of monthly dataframes, which contain fictional butterfly counts for a given date.

0 comments on commit c831f8b

Please sign in to comment.