-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4456d99
commit b3f1992
Showing
1 changed file
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Version: 0.2.0 | |
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://open-app-builder.com> '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. | ||
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) | ||
|
@@ -19,9 +19,6 @@ Imports: | |
jsonlite, | ||
magrittr, | ||
purrr, | ||
rlang, | ||
RPostgres, | ||
RSQLite, | ||
stringr, | ||
tidyr | ||
stringr | ||
VignetteBuilder: knitr |