forked from jozefhajnala/nhlapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
25 lines (25 loc) · 1.02 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
Package: nhlapi
Type: Package
Title: A Minimum-Dependency 'R' Interface to the 'NHL' API
Version: 0.1.4.900
Authors@R: person("Jozef", "Hajnala", email = "[email protected]", role = c("aut", "cre"))
Maintainer: Jozef Hajnala <[email protected]>
Description: Retrieves and processes the data exposed by the open 'NHL' API. This includes information on players, teams, games, tournaments, drafts, standings, schedules and other endpoints. A lower-level interface to access the data via URLs directly is also provided.
Depends: R (>= 2.10)
Imports: jsonlite
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
Suggests:
testthat,
roxygen2,
knitr,
rmarkdown
License: AGPL-3
Language: en-US
URL: https://github.com/jozefhajnala/nhlapi
BugReports: https://github.com/jozefhajnala/nhlapi/issues
VignetteBuilder: knitr
SysDataCompression: xz
Copyright: NHL and the NHL Shield are registered trademarks of the National Hockey League. NHL and NHL team marks are the property of the NHL and its teams.