-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.96 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Package: calendar
Title: Create, Read, Write, and Work with 'iCalendar' Files, Calendars and
Scheduling Data
Version: 0.2.0
Authors@R:
c(person(given = "Robin",
family = "Lovelace",
role = c("aut", "cre"),
email = "rob00x@gmail.com",
comment = c(ORCID = "0000-0001-5679-6536")),
person(given = "Layik",
family = "Hama",
role = "aut",
email = "layik.hama@gmail.com",
comment = c(ORCID = "0000-0003-1912-4890")),
person(given = "Ollie",
family = "Lloyd",
role = "ctb",
email = "o.lloyd@doctors.org.uk",
comment = c(ORCID = "0000-0002-9385-1634")),
person(given = "Franco",
family = "Scarafia",
role = "ctb",
email = "franco.scarafia@hotmail.com",
comment = c(ORCID = "0009-0005-9822-169X")),
person(given = "Serkan",
family = "Korkmaz",
email = "serkor1@duck.com",
role = c("ctb"),
comment = c(ORCID = "0000-0002-5052-0982"))
)
Description: Provides function to create, read, write, and work with
'iCalendar' files (which typically have '.ics' or '.ical' extensions),
and the scheduling data, calendars and timelines of people,
organisations and other entities that they represent. 'iCalendar' is
an open standard for exchanging calendar and scheduling information
between users and computers, described at <https://icalendar.org/>.
License: Apache License (>= 2.0)
URL: https://github.com/atfutures/calendar, https://atfutures.github.io/calendar/, https://github.com/ATFutures/calendar
BugReports: https://github.com/ATFutures/calendar/issues
Depends:
R (>= 3.4.0)
Imports:
cli,
lubridate,
tibble
Suggests:
covr,
knitr,
rmarkdown,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2