Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add {tibble} as a dependency #32

Closed
wants to merge 89 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
89 commits
Select commit Hold shift + click to select a range
873a23e
import {tibble}, {pillar} and {vctrs}
GregorDeCillia Sep 27, 2022
bc98e1d
+ custom vector class for schema uris
GregorDeCillia Sep 27, 2022
fd22f68
Merge branch 'master' into tibble_pkg
GregorDeCillia Sep 27, 2022
1ca4d78
sc_table_saved: normalize uri
GregorDeCillia Sep 27, 2022
88d0173
update namespaces
GregorDeCillia Sep 27, 2022
a348d58
update language param to sc_headers(), sc_schema_catalogue()
GregorDeCillia Sep 27, 2022
3b539eb
update links in docs
GregorDeCillia Sep 27, 2022
ff8ad8a
prep NEWS for v0.5.1
GregorDeCillia Sep 27, 2022
37d8460
don't use ide:run in docs
GregorDeCillia Sep 27, 2022
0147dc5
add clickable links to print.sc_schema()
GregorDeCillia Sep 27, 2022
cc318c9
mention COUNTs in docs for sc_table_custom()
GregorDeCillia Sep 30, 2022
2a7a963
document error: cell limit exceeded (400)
GregorDeCillia Sep 30, 2022
876450d
typo: sc_table_ciustom() -> sc_table_custom()
GregorDeCillia Sep 30, 2022
c530abf
add gallery of german example datasets
GregorDeCillia Sep 30, 2022
5a08065
add helper function for user agent
GregorDeCillia Sep 30, 2022
3eee18f
OGD: import de_desc and en_desc
GregorDeCillia Nov 21, 2022
ff13176
v0.5.0.1, update NEWS
GregorDeCillia Nov 23, 2022
e2b7c74
update STATcube links
GregorDeCillia Nov 24, 2022
e93560b
no @internal in sc_table_custom()
GregorDeCillia Nov 24, 2022
341254d
allow recodes in sc_table_custom()
GregorDeCillia Nov 25, 2022
0dac8e8
extend custom tables article with recodes
GregorDeCillia Dec 9, 2022
8d59925
add typechecks to sc_table_custom()
GregorDeCillia Dec 9, 2022
f157a40
require pillar 1.5.0
GregorDeCillia Dec 9, 2022
a0fbe4c
import tibble generics via @import
GregorDeCillia Dec 9, 2022
dc009c9
prep NEWS and README for upcoming release
GregorDeCillia Dec 9, 2022
6b63a60
allow json strings in sc_table()
GregorDeCillia Dec 16, 2022
d7e0833
improve print method for OGD resouces
GregorDeCillia Dec 16, 2022
38db405
cistomize print() for sc_schema_flatten()
GregorDeCillia Dec 16, 2022
5aa847a
devtools::document()
GregorDeCillia Dec 16, 2022
3fb82be
sc_table_custom(dry_run)
GregorDeCillia Dec 17, 2022
7ce363f
update custom tables article
GregorDeCillia Dec 17, 2022
4da0e91
fix usuage example
GregorDeCillia Dec 17, 2022
8568b1e
add "further reading" too sc_schema
GregorDeCillia Dec 17, 2022
079159d
+ crossreferences last_error, table_custom
GregorDeCillia Dec 18, 2022
694bc10
sc_table_custom.Rmd: show json for all requests
GregorDeCillia Dec 18, 2022
e0a1993
add more links to sc_table_custom.Rmd
GregorDeCillia Dec 18, 2022
00312de
update <h2> ids in sc_last_error.Rmd
GregorDeCillia Dec 18, 2022
adc3a83
mention #35 in NEWS
GregorDeCillia Dec 18, 2022
8701f0f
add support for iso dates
GregorDeCillia Dec 30, 2022
89755b4
v0.5.1
GregorDeCillia Jan 9, 2023
3432712
CI/CD: deploy dev branch
GregorDeCillia Jan 30, 2023
ea6bf24
upodate jenkins config
GregorDeCillia Jan 30, 2023
c49a649
devtools::spell_check()
GregorDeCillia Feb 20, 2023
33f3cf2
Merge branch 'tibble_pkg' of github.com:statistikat/STATcubeR into ti…
GregorDeCillia Feb 20, 2023
bff2954
Merge pull request #38 from statistikat/master
GregorDeCillia Feb 20, 2023
8b32c88
don't use data.frame()
GregorDeCillia Feb 23, 2023
93e74a1
forward server argument to sc_key()
GregorDeCillia Feb 27, 2023
d2d9992
fix printing of NAs in timestamps
GregorDeCillia Feb 27, 2023
bed0b8e
skip example if no key available
GregorDeCillia Feb 27, 2023
908ce3b
drop names in sc_recode
GregorDeCillia Feb 27, 2023
a629296
don't drop unused levels in ogd fields
GregorDeCillia Feb 27, 2023
d3fbd98
add print method fror ogd_id
GregorDeCillia Feb 27, 2023
b2fbe08
use "ogd_id" class in od_list()
GregorDeCillia Feb 27, 2023
47ddfcc
show progress in od_catalogue()
GregorDeCillia Feb 27, 2023
dcdd0c0
use ogd_id class in catalogue
GregorDeCillia Feb 27, 2023
cc90ae3
drop unused parameter
GregorDeCillia Feb 27, 2023
b09b4cd
simplify pkgdown setup
GregorDeCillia Feb 27, 2023
e23601c
add custom color palette for @examples
GregorDeCillia Feb 27, 2023
e95f5e4
use target=_blank for statcube links
GregorDeCillia Feb 27, 2023
737c1b4
build external links with devtools::document()
GregorDeCillia Feb 27, 2023
ae80404
allow node-types in sc_schema_flatten()
GregorDeCillia Feb 28, 2023
1567f61
check arg 'type' in sc_schema_flatten()
GregorDeCillia Feb 28, 2023
f7bdba4
+ sentence on empty folders in sc_schema()
GregorDeCillia Feb 28, 2023
72091bc
update sc_example("foregirn_trade.json")
GregorDeCillia Mar 1, 2023
a3f03a9
Merge branch 'tibble_pkg'
GregorDeCillia Mar 1, 2023
a6cef70
use output, not message in print method
GregorDeCillia Mar 1, 2023
99659dc
add url for bug reports
GregorDeCillia Mar 1, 2023
2a6a9e1
fix: sc_table_saved_list() and no tables
GregorDeCillia Mar 9, 2023
9ef5bbc
allow STAT_ prefix in od_table()
GregorDeCillia Mar 10, 2023
b777af9
od_table_local(): support $PublDateTime$
GregorDeCillia Mar 10, 2023
08a5102
try out new logo
GregorDeCillia Mar 11, 2023
f4e18ac
add support for sdmx parsing
GregorDeCillia Mar 29, 2023
4640def
sdmx: import x$field()$en_desc
GregorDeCillia Apr 5, 2023
99ece7f
sdmx parse "prepared" timestamp
GregorDeCillia Apr 5, 2023
c283ff8
add R6 class for sdmx_table()
GregorDeCillia Apr 5, 2023
8072885
require vctrs vrsion 0.5.2 or higher
GregorDeCillia Apr 5, 2023
3adf520
safeguard against infinite recursion
GregorDeCillia Apr 5, 2023
777f2dd
export print method for sdmx_table
GregorDeCillia Apr 5, 2023
335db57
gh-actions: bump ubuntu versions
GregorDeCillia Apr 6, 2023
8e67fc8
whitelist SDMX in spellchecks
GregorDeCillia Apr 6, 2023
81e8a36
Merge branch 'tibble_pkg' of github.com:statistikat/STATcubeR into ti…
GregorDeCillia Apr 6, 2023
5342a12
sdmx: fix long-to-wide logic
GregorDeCillia Apr 12, 2023
2555c20
sdmx: add demo dataset and @examples
GregorDeCillia Apr 12, 2023
53fec1e
+ print.sdmx_description()
GregorDeCillia May 10, 2023
215b05a
sdmx_table: simplify codes
GregorDeCillia May 10, 2023
0eaca1b
v0.5.2
GregorDeCillia May 10, 2023
ca0a399
sdmx: fix code simplification
GregorDeCillia May 11, 2023
5e5aed6
sdmx: unescape codes
GregorDeCillia May 17, 2023
38d10f3
sd_table(): don't warn for missing \n
GregorDeCillia May 22, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
update STATcube links
* since json-downloads requir a login,
  link to the login page
* link to the documentation page instead
  of the manual
  • Loading branch information
GregorDeCillia committed Nov 24, 2022
commit e2b7c74aedaad4a85880b04a0ae992ad66dcafec
6 changes: 3 additions & 3 deletions vignettes/sc_table.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ It is assumed that you already provided your API key as described in the `r ticl

Use the graphical user interface of STATcube to create a table. Visit
[STATcube] and select a database. This will open the table view where you can
create a table. See the [STATcube manual] for details.
create a table. See the [STATcube documentation] for details.

## Download an API request

Expand Down Expand Up @@ -189,5 +189,5 @@ sc_example("economic_trend_monitor.json") %>% sc_table("de")

[`/table` endpoint]: https://docs.wingarc.com.au/superstar/9.12/open-data-api/open-data-api-reference/table-endpoint
[download options]: https://docs.wingarc.com.au/superstar/9.12/superweb2/user-guide/download-tables
[STATcube]: https://statcube.at/statcube/home
[STATcube manual]: http:https://www.statistik.at/wcm/idc/idcplg?IdcService=GET_PDF_FILE&dDocName=105692
[STATcube]: https://www.statistik.at/datenbanken/statcube-statistische-datenbank/login
[STATcube documentation]: https:https://www.statistik.at/datenbanken/statcube-statistische-datenbank/dokumente-downloads