-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bbd5591
commit c831f8b
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |