Skip to content

Commit

Permalink
version 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
petermeissner authored and cran-robot committed Jan 21, 2019
1 parent d60c73b commit 9d7fce6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
13 changes: 8 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Package: ical
Type: Package
Title: 'iCalendar' Parsing
Version: 0.1.5
Date: 2018-11-27
Author: c(
Version: 0.1.6
Date: 2019-01-21
Authors@R: c(
person(
"Peter",
"Meissner",
Expand Down Expand Up @@ -33,6 +33,9 @@ RoxygenNote: 6.1.1
Imports: V8 (>= 1.5)
Suggests: testthat, covr
NeedsCompilation: no
Packaged: 2018-11-27 20:48:38 UTC; peter
Packaged: 2019-01-21 20:06:05 UTC; peter
Author: Peter Meissner [aut, cre],
Philipp Kewisch [cph] (Ical.js file is is licences under MPL. Source:
https://github.com/mozilla-comm/ical.js)
Repository: CRAN
Date/Publication: 2018-12-03 11:22:41 UTC
Date/Publication: 2019-01-21 20:20:03 UTC
4 changes: 2 additions & 2 deletions MD5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
e3b439f26ece4cdfd88dce75fbb24efb *DESCRIPTION
08ad7af738385735a67b9ff513ff6aa6 *DESCRIPTION
6c3341a555a43f9da14742e90c7dd641 *LICENSE
da9850011a9983dd7a1fc0ebb5e7c963 *NAMESPACE
0d1ced49f5a07c99e2372b973fb0ba06 *NEWS.md
f5ebaee1b37e5e63d37c1764d37fb1e0 *NEWS.md
9a9dd1d222da1b57a300153c3c71fcd6 *R/aaa_on_load.R
dad085c275ee5b11b95edc6d77a3c30f *R/ical_clean_ical_parsed.R
720e6e68937dda9ffc39f273002da91e *R/ical_parse.R
Expand Down
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

# ical 0.1.6 -- 2019-01-21

* CRAN compliance: fix issue in DESCRIPTION (Author field was using R code and therefore should have been Authors@R)



# ical 0.1.5 -- 2018-11-27

* CRAN compliance: quoting all software words in description
Expand Down Expand Up @@ -33,4 +39,4 @@
# ical 0.1.0 -- 2018-10-11

* setting things up
* sketching things out
* sketching things out

0 comments on commit 9d7fce6

Please sign in to comment.