-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
38 lines (38 loc) · 1.09 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Package: ical
Type: Package
Title: 'iCalendar' Parsing
Version: 0.3.0
Date: 2020-09-08
Authors@R: c(
person(
"Peter",
"Meissner",
role = c("aut", "cre"),
email = "[email protected]"
),
person(
"Philipp",
"Kewisch",
role = "cph",
comment =
"Ical.js file is is licences under MPL.
Source: https://github.com/mozilla-comm/ical.js"
)
)
Maintainer: Peter Meissner <[email protected]>
Description: A simple wrapper around the 'ical.js' library executing
'Javascript' code via 'V8' (the 'Javascript' engine driving the 'Chrome'
browser and 'Node.js' and accessible via the 'V8' R package).
This package enables users to parse 'iCalendar' files ('.ics', '.ifb',
'.iCal', '.iFBf') into lists and 'data.frames' to ultimately do statistics
on events, meetings, schedules, birthdays, and the like.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
Imports:
V8 (>= 1.5)
Suggests:
testthat,
covr