-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (27 loc) · 920 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
Package: bysykkel
Type: Package
Title: Get City Bike Data from Norway
Description: Functions to get and download city bike data from
the website and API service of each city bike service in Norway. The
package aims to reduce time spent on getting Norwegian city bike data,
and lower barriers to start analyzing it. The data is retrieved from
Oslo City Bike, Bergen City Bike, and Trondheim City Bike. The data is
made available under NLOD 2.0 <https://data.norge.no/nlod/en/2.0>.
Version: 0.3.1
Authors@R: person("Iman", "Ghayoornia", email = "[email protected]",
role = c("aut", "cre"))
URL: http://github.com/imangR/bysykkel
BugReports: http://github.com/imangR/bysykkel/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
glue (>= 1.3.0),
httr,
jsonlite,
lubridate,
tibble
RoxygenNote: 7.1.0
Suggests:
data.table,
testthat (>= 2.1.0)