Skip to content

Commit e83e7ee

Browse files
committed
remove unnecessary rOpenGov files from data-raw/
1 parent b92c786 commit e83e7ee

15 files changed

+11
-534
lines changed

DESCRIPTION

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Description: Pre-processing and basic analytical tasks related to working
2323
<http://ropengov.github.io/> to open source open government initiatives.
2424
URL: https://iotables.dataobservatory.eu/
2525
BugReports: https://github.com/rOpenGov/iotables/issues
26-
DOI: 10.5281/zenodo.7109769
2726
License: MIT + file LICENSE
2827
Encoding: UTF-8
2928
LazyData: true

R/airpol_get.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
#' @param force_download Defaults to \code{TRUE}. If \code{FALSE} it will use the existing downloaded file
4646
#' in the \code{data_directory} or the temporary directory, if it exists.
4747
#' @source Eurostat folder
48-
#' \href{https://appsso.eurostat.ec.europa.eu/nui/show.do?lang=en&dataset=env_ac_ainah_r2}{Air emissions accounts by NACE Rev. 2 activity}
48+
#' \href{https://ec.europa.eu/eurostat/web/products-datasets/-/env_ac_ainah_r2}{Air emissions accounts by NACE Rev. 2 activity}
4949
#' @return A data.frame with auxiliary metadata to conform the symmetric
5050
#' input-output tables.
5151
#' @family import functions

R/data-croatia_2010_1700.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#'
33
#' 1700 - Symmetric input-output table at basic prices (product x product)
44
#' In thousand kunas (T_NAC)
5-
#' @source \href{https://www.dzs.hr/Hrv_Eng/publication/2015/12-01-04_01_2015.xlsx}{Eurostat Manual of Supply, Use and Input-Output Tables} Updated 17 December 2015.
5+
#' @source \href{https://www.dzs.hr/}{Državni zavod za statistiku}.
66
#' @usage data(croatia_2010_1700)
77
#' @format A data frame with 13 variables.
88
#'\describe{

R/data-croatia_2010_1800.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#' 1800 - Symmetric input-output table for domestic production
44
#' (product x product)
55
#' In thousand kunas (T_NAC)
6-
#' @source \href{https://www.dzs.hr/Hrv_Eng/publication/2015/12-01-04_01_2015.xlsx}{Eurostat Manual of Supply, Use and Input-Output Tables} Updated 17 December 2015.
6+
#' @source \href{https://www.dzs.hr/}{Državni zavod za statistiku}.
77
#' @usage data(croatia_2010_1800)
88
#' @format A data frame with 13 variables.
99
#'\describe{

R/data-croatia_2010_1900.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#'
33
#' 1900 - Symmetric input-output table for imports (product x product)
44
#' In thousand kunas (T_NAC)
5-
#' @source \href{https://www.dzs.hr/Hrv_Eng/publication/2015/12-01-04_01_2015.xlsx}{Eurostat Manual of Supply, Use and Input-Output Tables} Updated 17 December 2015.
5+
#' @source \href{https://www.dzs.hr/}{Državni zavod za statistiku}.
66
#' @usage data(croatia_2010_1900)
77
#' @format A data frame with 13 variables.
88
#'\describe{

R/employment_get.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#' @importFrom eurostat get_eurostat
2626
#' @importFrom rlang .data
2727
#' @source Eurostat statistic
28-
#' \href{https://appsso.eurostat.ec.europa.eu/nui/show.do?dataset=lfsq_egan22d&lang=en}{Employment
28+
#' \href{https://ec.europa.eu/eurostat/web/products-datasets/-/lfsq_egan22d}{Employment
2929
#' by sex, age and detailed economic activity (from 2008 onwards, NACE Rev. 2 two digit level) - 1 000}
3030
#' @return A data.frame with auxiliary metadata to conform the symmetric
3131
#' input-output tables.

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ version <- gsub('-', '.', version)
2323

2424
<!-- <img src="/man/figures/logo.png" align="right" height="205 width="205"/>-->
2525
![iotables](man/figures/logo20.png)
26-
[![rOG-badge](https://ropengov.github.io/rogtemplate/reference/figures/ropengov-badge.svg)](http://ropengov.org/)
26+
[![rOG-badge](https://ropengov.github.io/rogtemplate/reference/figures/ropengov-badge.svg)](https://ropengov.org/)
2727
[![packageversion](https://img.shields.io/badge/Package%20version-`r version`-orange.svg?style=flat-square)](https://github.com/rOpenGov/iotables/commits/master)
2828
[![R-CMD-check](https://github.com/rOpenGov/iotables/workflows/R-CMD-check/badge.svg)](https://github.com/rOpenGov/iotables/actions)
2929
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/iotables)](https://cran.r-project.org/package=iotables)

data-raw/rOpenGov_Datathon.Rmd

-69
This file was deleted.

0 commit comments

Comments
 (0)