-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.08 KB
/
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
34
Package: googleErrorReportingR
Title: Send Error Reports to the Google Error Reporting Service API
Version: 0.0.4
Authors@R:
c(person(given = "ixpantia, SRL",
role = "cph",
email = "hola@ixpantia.com"),
person(given = "Frans",
family = "van Dunné",
role = c("cre", "aut"),
email = "frans@ixpantia.com",
comment = c(ORCID = "0000-0002-7853-2811")),
person(given = "Andrea",
family = "Vargas",
role = c("ctb"),
email = "andrea@ixpantia.com")
)
Description: Send error reports to the Google Error Reporting service <https://cloud.google.com/error-reporting/> and view errors and assign error status in the Google Error Reporting user interface.
License: MIT + file LICENSE
URL: https://github.com/ixpantia/googleErrorReportingR, https://ixpantia.github.io/googleErrorReportingR/
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