Recent Releases of butterfly
butterfly - 1.1.1
What's Changed
- Cran checks by @thomaszwagerman in https://github.com/ropensci/butterfly/pull/43
- Adding rOpenSci Reviewers to DESCRIPTION.
- Updating URLs to match rOpenSci (#43).
- Adding rhub yaml (#43).
- Spelling checks in DESCRIPTION (#43).
- Elaborate package description in DESCRIPTION (#43).
- Changing @returns to @return to comply with tags check (#43)
Full Changelog: https://github.com/ropensci/butterfly/compare/1.1.0...1.1.1
- R
Published by thomaszwagerman 11 months ago
butterfly - 1.1.0
What's Changed
- Tolerance implementation by @thomaszwagerman in https://github.com/antarctica/butterfly/pull/20
- Adding in continuity checking functions by @thomaszwagerman in https://github.com/antarctica/butterfly/pull/25
- Abort message fix by @thomaszwagerman in https://github.com/antarctica/butterfly/pull/27
- joss paper draft by @thomaszwagerman in https://github.com/antarctica/butterfly/pull/28
- Contributing updates by @thomaszwagerman in https://github.com/antarctica/butterfly/pull/30
- Incorporate reviewer feedback by @thomaszwagerman in https://github.com/antarctica/butterfly/pull/37
- Minor tweaks in response to reviewer 2 by @thomaszwagerman in https://github.com/antarctica/butterfly/pull/40
- Messy tests by @thomaszwagerman in https://github.com/antarctica/butterfly/pull/42
Full Changelog: https://github.com/antarctica/butterfly/compare/1.0.0...1.1.0
- R
Published by thomaszwagerman 12 months ago
butterfly - 1.0.0
What's Changed
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 ofloupe(),catch()andrelease(). Contains underlying functionality.butterflycount- a list of monthly dataframes, which contain fictional butterfly counts for a given date.
Full Changelog: https://github.com/thomaszwagerman/butterfly/commits/1.0.0
- R
Published by thomaszwagerman over 1 year ago