-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.05 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
35
Package: octopusR
Title: Interact with the 'Octopus Energy' API
Version: 1.0.1.9000
Authors@R:
person("James", "McMahon", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5380-2029"))
Description: A simple wrapper for the 'Octopus Energy' REST API
<https://developer.octopus.energy/rest/>. It handles authentication,
by storing a provided API key and meter details. Implemented
endpoints include 'products' for viewing tariff details and
'consumption' for viewing meter consumption data.
License: MIT + file LICENSE
URL: https://github.com/Moohan/octopusR,
https://moohan.github.io/octopusR/
BugReports: https://github.com/Moohan/octopusR/issues
Imports:
askpass,
cli,
glue,
httr2,
rlang,
tibble
Suggests:
covr,
lubridate (>= 0.2.1),
spelling,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: get_consumption
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2