-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from statistikat/tibble_pkg
Tibble pkg
- Loading branch information
Showing
70 changed files
with
1,532 additions
and
400 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Type: Package | ||
Package: STATcubeR | ||
Title: R interface for the STATcube REST API and Open Government Data | ||
Version: 0.5.0 | ||
Version: 0.5.2 | ||
Authors@R: c( | ||
person("Gregor", "de Cillia", , "[email protected]", role = "aut"), | ||
person("Bernhard", "Meindl", , "[email protected]", role = "ctb"), | ||
|
@@ -15,14 +15,17 @@ Description: Import data from the STATcube REST API or from the open data | |
License: GPL (>= 2) | ||
URL: https://statistikat.github.io/STATcubeR, | ||
https://github.com/statistikat/STATcubeR | ||
BugReports: https://github.com/statistikat/STATcubeR/issues | ||
Imports: | ||
cli (>= 3.4.1), | ||
httr, | ||
jsonlite, | ||
magrittr | ||
Suggests: | ||
magrittr, | ||
pillar (>= 1.5.0), | ||
vctrs (>= 0.5.2) | ||
Suggests: | ||
spelling, | ||
data.tree, | ||
pillar, | ||
rappdirs, | ||
xml2, | ||
reactable, | ||
|
@@ -32,3 +35,4 @@ Encoding: UTF-8 | |
LazyData: true | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.3 | ||
Language: en-US |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.