-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 797 Bytes
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 797 Bytes
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
Package: Rduinoiot
Type: Package
Title: 'Arduino Iot Cloud API' R Client
Version: 0.1.0
Authors@R:
c(person(given = "Flavio", family = "Leccese", email = "flavioleccese92@gmail.com", role = c("aut", "cre")))
Maintainer: Flavio Leccese <flavioleccese92@gmail.com>
Description: Easily interact with the 'Arduino Iot Cloud API' <https://www.arduino.cc/reference/en/iot/api/>, managing devices, things, properties and data.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://flavioleccese92.github.io/Rduinoiot/
BugReports: https://github.com/FlavioLeccese92/Rduinoiot/issues/
Language: en-US
RoxygenNote: 7.3.1
Imports:
httr,
jsonlite,
tibble,
cli,
purrr,
methods
Suggests:
knitr,
rmarkdown,
dplyr
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)