- adding RRULE fields
- fix: ical_parse would return valid timestamps when encountering missing timestamps in data - now it returns NA, as should be expected
- minor: ical_parse_df() now returns character vectors instead of factors
ical_parse()
now returns many more fields: priority, class, transp, dtstamp- by default calendar items containing only empty rows are filtered out within normal parsing function
- Stéphane Trainel [email protected] made
ical_parse()
return location field as well
- CRAN compliance: fix issue in DESCRIPTION (Author field was using R code and therefore should have been Authors@R)
- CRAN compliance: quoting all software words in description
- CRAN compliance: adding examples
- CRAN compliance: title case; quoting; improve package description
- Added a further tests
- Added a
NEWS.md
file to track changes to the package.
- fix: ical_parse_df() would not return data.frame()
- setting things up
- sketching things out