-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
43 lines (43 loc) · 1.02 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
Type: Package
Package: sharepointr
Title: Read and Write from SharePoint Sites
Version: 0.1.0.9000
Authors@R:
person("Eli", "Pousson", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-8280-1706"))
Maintainer: Eli Pousson <[email protected]>
Description: A R package extending Microsoft365R to make it easier to
read, write, and work with SharePoint items, lists, and plans.
License: MIT + file LICENSE
URL: https://github.com/elipousson/sharepointr,
https://elipousson.github.io/sharepointr/
BugReports: https://github.com/elipousson/sharepointr/issues
Imports:
cli,
glue,
httr2,
Microsoft365R,
rlang (>= 1.1.0),
stringr,
utils,
vctrs
Suggests:
fs,
knitr,
officer,
openxlsx2,
rappdirs,
readr,
readxl,
rmarkdown,
sf,
testthat (>= 3.0.0),
withr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Language: en-US