Skip to content

Commit

Permalink
CRAN update
Browse files Browse the repository at this point in the history
  • Loading branch information
Schuch666 committed Jan 24, 2025
1 parent 4dee7d0 commit 372b7ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/read.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
#' for the United States. Nature Scientific Data.
#'
#' @examples \donttest{
#' dir.create(file.path(tempdir(), "EDGARv8.1"))
#' folder <- file.path(tempdir(), "EDGARv8.1")
#' dir.create(folder)
#'
#' url <- "https://jeodpp.jrc.ec.europa.eu/ftp/jrc-opendata/EDGAR/datasets"
#' dataset <- "v81_FT2022_AP_new/NOx/TOTALS/flx_nc"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ library(EmissV)
### 1. download the EDGAR 8.1 Netcdf flux file using R or from
### https://jeodpp.jrc.ec.europa.eu/ftp/jrc-opendata/EDGAR/datasets
# create the temporary directory to download the data
dir.create(file.path(tempdir(), "EDGARv8.1"))
folder <- file.path(tempdir(), "EDGARv8.1")
dir.create(folder)
# download the total emissions of NOx from EDGAR v50_AP for 2015
url <- "https://jeodpp.jrc.ec.europa.eu/ftp/jrc-opendata/EDGAR/datasets"
dataset <- "v81_FT2022_AP_new/NOx/TOTALS/flx_nc"
Expand Down

0 comments on commit 372b7ca

Please sign in to comment.