-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 1.28 KB
/
Copy pathDESCRIPTION
File metadata and controls
38 lines (38 loc) · 1.28 KB
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
Package: fireData
Title: Connect to 'Google Firebase'
Version: 2.0.1
Authors@R: c(
person("Robin", "Gounder", email = "robin@gounder.com", role = c("aut", "cre"),
comment = c(ORCID = "0009-0008-7755-7081")),
person("Paul", "Spende", role = "aut"),
person("Kevin", "McGinley", role = "ctb")
)
Description: Provides an interface to 'Google Firebase' services
<https://firebase.google.com/>, including 'Firebase Realtime Database',
'Cloud Firestore', 'Firebase Authentication', and 'Cloud Storage for Firebase'.
Supports interactive use and 'shiny' applications as well as automated
server-side workflows. Data frames and objects can be stored and retrieved,
users can be authenticated, and files can be managed through the services'
application programming interfaces.
Depends: R (>= 4.1.0)
License: MIT + file LICENSE
URL: https://github.com/Kohze/fireData
BugReports: https://github.com/Kohze/fireData/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports:
httr (>= 1.4.0),
jsonlite (>= 1.8.0),
curl (>= 5.0.0),
R6 (>= 2.5.0),
openssl (>= 2.0.0),
yaml (>= 2.3.0)
Suggests:
testthat (>= 3.2.0),
shiny (>= 1.7.0),
shinyjs,
knitr,
rmarkdown
Config/testthat/edition: 3
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)