NEWS
ical 2019-09-08
ical 2019-08-18
- 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
ical 2019-07-17
ical 2019-01-21
- CRAN compliance: fix issue in DESCRIPTION (Author field was using R code and
therefore should have been Authors@R)
ical 2018-11-27
- CRAN compliance: quoting all software words in description
ical 2018-11-17
- CRAN compliance: adding examples
ical 2018-11-06
- CRAN compliance: title case; quoting; improve package description
ical 2018-11-05
- Added a further tests
- Added a
NEWS.md
file to track changes to the package.
ical 2018-10-24
- fix: ical_parse_df() would not return data.frame()
ical 2018-10-11
- setting things up
- sketching things out