-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 1.14 KB
/
DESCRIPTION
File metadata and controls
36 lines (36 loc) · 1.14 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
Type: Package
Package: OnboardClient
Title: Bindings for Onboard Data's Building Data API
Version: 2.0
Authors@R: c(
person(given = "Pranay",
family = "Shah",
role = c("cre","aut"),
email = "pranay.shah@onboarddata.io"),
person(given = "Christopher",
family = "Dudas-Thomas",
role = "ctb"),
person(given = "Onboard Data",
role = c("cph", "fnd"),
email = "support@onboarddata.io")
)
Description: Provides a wrapper for the Onboard Data building data API <https://api.onboarddata.io/swagger>. Along with streamlining access to the API, this package simplifies access to sensor time series data, metadata (sensors, equipment, and buildings), and details about the Onboard data model/ontology.
License: Apache License (>= 2)
Imports:
data.table (>= 1.14.2),
dplyr (>= 1.0.10),
jsonlite (>= 1.8.0),
lubridate (>= 1.8.0),
plyr (>= 1.8.7),
rstudioapi (>= 0.14),
tibble (>= 3.1.8),
tidyr,
tidyselect (>= 1.1.2),
stringr (>= 1.4.1),
rlist,
purrr,
httr2,
curl
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2