-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
33 lines (33 loc) · 914 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
25
26
27
28
29
30
31
32
33
Package: firebaseR
Title: Interact with Firebase databases
Version: 0.0.1
Authors@R:
c(person(given = "ixpantia, SRL",
role = "cph",
email = "hola@ixpantia.com"),
person(given = "Andrea",
family = "Vargas Montero",
role = c("cre", "aut"),
email = "andreas@ixpantia.com"),
person(given = "Kimberley",
family = "Orozco Cornejo",
role = c("cre", "aut"),
email = "kimberley@ixpantia.com")
)
Description: Send and read data into and out of [Firebase](https://firebase.google.com) databases
License: MIT + file LICENSE
URL: https://github.com/ixpantia/firebaseR, https://ixpantia.github.io/firebaseR/
Encoding: UTF-8
Imports:
jsonlite,
httr,
magrittr
Suggests:
knitr,
rmarkdown,
pkgdown,
testthat (>= 3.0.0)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
VignetteBuilder: knitr
Config/testthat/edition: 3