|
1 | | -Package: pxweb |
2 | 1 | Type: Package |
| 2 | +Package: pxweb |
3 | 3 | Title: R Interface to PXWEB APIs |
4 | 4 | Version: 0.12.0 |
5 | 5 | Date: 2021-10-09 |
6 | | -Encoding: UTF-8 |
7 | 6 | Authors@R: c( |
8 | | - person("Mans", "Magnusson", email = "mons.magnusson@gmail.com", role = c("aut", "cre")), |
9 | | - person("Markus", "Kainu", role = "aut"), |
10 | | - person("Janne", "Huovari", role = "aut"), |
11 | | - person("Leo", "Lahti", role = "aut", comment = c(ORCID = "0000-0001-5537-637X")), |
12 | | - person("Love" , "Hansson", role = "ctb"), |
13 | | - person("Eydun", "Nielsen", role = "ctb"), |
14 | | - person("Bo", "Werth", role = "ctb"), |
15 | | - person("Thomas", "Runarsson", role = "ctb"), |
16 | | - person("Torbjörn", "Lindquist", role = "ctb"), |
17 | | - person("Palmar", "Thorsteinsson", role = "ctb"), |
18 | | - person("Pyry", "Kantanen", role = "ctb"), |
19 | | - person("Sebastian", "Ankargren", role = "ctb")) |
20 | | -Description: Generic interface for the PX-Web/PC-Axis API. The PX-Web/PC-Axis |
21 | | - API is used by organizations such as Statistics Sweden and Statistics |
22 | | - Finland to disseminate data. The R package can interact with all |
23 | | - PX-Web/PC-Axis APIs to fetch information about the data hierarchy, extract |
24 | | - metadata and extract and parse statistics to R data.frame format. PX-Web is |
25 | | - a solution to disseminate PC-Axis data files in dynamic tables on the web. |
26 | | - Since 2013 PX-Web contains an API to disseminate PC-Axis files. |
27 | | -VignetteBuilder: knitr |
28 | | -URL: https://github.com/rOpenGov/pxweb/ |
| 7 | + person("Mans", "Magnusson", , "mons.magnusson@gmail.com", role = c("aut", "cre")), |
| 8 | + person("Markus", "Kainu", role = "aut"), |
| 9 | + person("Janne", "Huovari", role = "aut"), |
| 10 | + person("Leo", "Lahti", role = "aut", |
| 11 | + comment = c(ORCID = "0000-0001-5537-637X")), |
| 12 | + person("Love", "Hansson", role = "ctb"), |
| 13 | + person("Eydun", "Nielsen", role = "ctb"), |
| 14 | + person("Bo", "Werth", role = "ctb"), |
| 15 | + person("Thomas", "Runarsson", role = "ctb"), |
| 16 | + person("Torbjörn", "Lindquist", role = "ctb"), |
| 17 | + person("Palmar", "Thorsteinsson", role = "ctb"), |
| 18 | + person("Pyry", "Kantanen", role = "ctb"), |
| 19 | + person("Sebastian", "Ankargren", role = "ctb") |
| 20 | + ) |
| 21 | +Description: Generic interface for the PX-Web/PC-Axis API. The |
| 22 | + PX-Web/PC-Axis API is used by organizations such as Statistics Sweden |
| 23 | + and Statistics Finland to disseminate data. The R package can interact |
| 24 | + with all PX-Web/PC-Axis APIs to fetch information about the data |
| 25 | + hierarchy, extract metadata and extract and parse statistics to R |
| 26 | + data.frame format. PX-Web is a solution to disseminate PC-Axis data |
| 27 | + files in dynamic tables on the web. Since 2013 PX-Web contains an API |
| 28 | + to disseminate PC-Axis files. |
| 29 | +License: BSD_2_clause + file LICENSE |
| 30 | +URL: https://github.com/rOpenGov/pxweb/, |
| 31 | + https://ropengov.github.io/pxweb/, https://github.com/rOpenGov/pxweb |
29 | 32 | BugReports: https://github.com/rOpenGov/pxweb/issues |
30 | 33 | Depends: |
31 | 34 | R (>= 3.5.0) |
32 | 35 | Imports: |
33 | 36 | checkmate, |
34 | 37 | httr (>= 1.1), |
35 | 38 | jsonlite |
36 | | -License: BSD_2_clause + file LICENSE |
37 | 39 | Suggests: |
38 | 40 | knitr, |
39 | 41 | remotes, |
40 | 42 | rmarkdown, |
41 | 43 | testthat (>= 0.11) |
| 44 | +VignetteBuilder: |
| 45 | + knitr |
| 46 | +Encoding: UTF-8 |
42 | 47 | RoxygenNote: 7.1.1 |
| 48 | +X-schema.org-isPartOf: http://ropengov.org/ |
| 49 | +X-schema.org-keywords: ropengov |
0 commit comments