Releases: cole-brokamp/fr
Releases · cole-brokamp/fr
fr 0.5.2
What's Changed
- Update for S7 v0.2.0; Set
package = NULL
innew_class()
by @t-kalinowski in #15
New Contributors
- @t-kalinowski made their first contribution in #15
Full Changelog: 0.5.1...v0.5.2
fr 0.5.1
What's Changed
- don't use
@
in examples/vignettes by @cole-brokamp in #13
fr 0.5.0
- 0.5.0 release is on CRAN
- do not default to writing a fr_tdr object to the working directory
- fr_summarise -> fr_summarize
- more examples and updated documentation
0.4.0
- add as.list method for fr_schema by @cole-brokamp in #10
- add print method for fr_tdr and fr_schema by @cole-brokamp in #11
0.3.1
- import
@
from S7 if R version older than 4.3.0; closes #8 by @cole-brokamp in #9
fr 0.3.0
- changed
fr_tdr
class so it inherits fromclass_data.frame
- added
summary()
method forfr_tdr
objects - added
fr_*()
convenience functions for common dplyr verbs - updated vignettes
fr 0.2.0
- add
update_field()
, including support for dynamic dots - use
vroom
directly instead ofreadr
- can use
as_fr_tdr()
with a.template
when coercing a data frame
Full Changelog: 0.1.0...0.2.0
fr 0.1.0
initial release