Skip to content

Commit

Permalink
Add precommit.ci badge to README
Browse files Browse the repository at this point in the history
  • Loading branch information
florianm committed Apr 2, 2024
1 parent 926ce1d commit 66c7e08
Show file tree
Hide file tree
Showing 6 changed files with 375 additions and 263 deletions.
26 changes: 13 additions & 13 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: ruODK
Title: An R Client for the ODK Central API
Version: 1.4.9.9008
Authors@R:
Version: 1.4.9.9009
Authors@R:
c(person(given = c("Florian", "W."),
family = "Mayer",
role = c("aut", "cre"),
Expand Down Expand Up @@ -32,20 +32,20 @@ Authors@R:
role = c("cph", "fnd")),
person(given = "NWSFTCP",
role = "fnd"))
Description: Access and tidy up data from the 'ODK Central' API.
'ODK Central' is a clearinghouse for digitally captured data using ODK
Description: Access and tidy up data from the 'ODK Central' API.
'ODK Central' is a clearinghouse for digitally captured data using ODK
<https://docs.getodk.org/central-intro/>.
It manages user accounts and permissions, stores form definitions, and
allows data collection clients like 'ODK Collect' to connect to it for form
download and submission upload. The 'ODK Central' API is documented at
It manages user accounts and permissions, stores form definitions, and
allows data collection clients like 'ODK Collect' to connect to it for form
download and submission upload. The 'ODK Central' API is documented at
<https://docs.getodk.org/central-api/>.
License: GPL-3
URL: https://docs.ropensci.org/ruODK,
https://github.com/ropensci/ruODK
BugReports: https://github.com/ropensci/ruODK/issues
Depends:
Depends:
R (>= 4.1)
Imports:
Imports:
clisymbols (>= 1.2.0),
crayon (>= 1.5.2),
dplyr (>= 1.0.10),
Expand All @@ -64,7 +64,7 @@ Imports:
tibble (>= 3.1.8),
tidyr (>= 1.3.0),
xml2 (>= 1.3.3)
Suggests:
Suggests:
covr (>= 3.6.1),
DT (>= 0.27),
ggplot2 (>= 3.4.0),
Expand All @@ -83,17 +83,17 @@ Suggests:
testthat (>= 3.1.6),
tmap (>= 3.3-3),
usethis (>= 2.1.6)
VignetteBuilder:
VignetteBuilder:
knitr
RdMacros:
RdMacros:
lifecycle
Encoding: UTF-8
Language: en-AU
LazyData: true
RoxygenNote: 7.3.1
X-schema.org-applicationCategory: Data Access
X-schema.org-keywords: database, open-data, opendatakit, odk, api, data, dataset
Remotes:
Remotes:
r-spatial/leafem,
r-spatial/mapview
Roxygen: list(markdown = TRUE)
Loading

0 comments on commit 66c7e08

Please sign in to comment.