-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
24 lines (24 loc) · 929 Bytes
/
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
Package: openappr
Title: Retrieve App Data from 'OpenAppBuilder'
Version: 0.2.1
Authors@R:
person("Lily", "Clements", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8864-0552"))
Description: Provides an interface to connect R with the <https://github.com/IDEMSInternational/open-app-builder> 'OpenAppBuilder' platform, enabling users to retrieve and work with user and notification data for analysis and processing. It is designed for developers and analysts to seamlessly integrate data from 'OpenAppBuilder' into R workflows via a 'Postgres' database connection, allowing direct querying and import of app data into R.
License: LGPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
knitr,
testthat,
rmarkdown
Imports:
DBI,
dplyr,
jsonlite,
magrittr,
purrr,
RPostgres,
stringr
VignetteBuilder: knitr