-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 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
Package: activityReporteR
Title: Generate Activity Reports from REDCap and GoogleSheets Data
Version: 0.2.0
Authors@R:
person(given = "Hao",
family = "Ye",
role = c("aut", "cre"),
email = "hao.ye@weecology.org",
comment = c(ORCID = "0000-0002-8630-1458"))
Description: Automate activity reporting that otherwise requires detailed recordkeeping and formatting. Functions are provided to download data from REDCap and GoogleSheets (since these are common sources of activity data already), and then format activities into appropriate text for reports.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
URL: https://github.com/ha0ye/activityReporteR,
https://ha0ye.github.io/activityReporteR/
BugReports: https://github.com/ha0ye/activityReporteR/issues
Imports:
curl,
docxtractr,
dplyr,
glue,
googlesheets4,
here,
httr,
lubridate,
magrittr,
purrr,
REDCapR,
RefManageR,
rlang,
stringr,
tibble,
tidyr
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3