* using log directory 'd:/Rcompile/CRANpkg/local/4.5/rdwd.Rcheck' * using R Under development (unstable) (2024-06-03 r86679 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 13.2.0 GNU Fortran (GCC) 13.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'rdwd/DESCRIPTION' ... OK * this is package 'rdwd' version '1.8.0' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'rdwd' can be installed ... OK * checking installed package size ... NOTE installed size is 6.4Mb sub-directories of 1Mb or more: R 3.8Mb data 1.5Mb * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [0s] OK * checking whether the package can be loaded with stated dependencies ... [0s] OK * checking whether the package can be unloaded cleanly ... [0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s] OK * checking whether the namespace can be unloaded cleanly ... [0s] OK * checking loading without being on the library search path ... [0s] OK * checking whether startup messages can be suppressed ... [0s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [11s] OK * checking Rd files ... [1s] OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... [4s] OK * checking data for ASCII and uncompressed saves ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [31s] ERROR Running examples in 'rdwd-Ex.R' failed The error most likely occurred in: > ### Name: plotDWD > ### Title: Quickly plot time series > ### Aliases: plotDWD > ### Keywords: hplot > > ### ** Examples > > link <- selectDWD("Potsdam", res="daily", var="kl", per="r") > clim <- dataDWD(link, dir=locdir(), varnames=TRUE) Warning: dataDWD -> locdir: '~/DWDdata' does not exist, using tempdir() now. dataDWD -> dirDWD: adding to directory 'D:/temp/RtmpuQKfZK' dataDWD -> newFilename: creating 1 file: 'D:/temp/RtmpuQKfZK/daily_kl_recent_tageswerte_KL_03987_akt.zip' Warning: 1 Download has failed (out of 1). Setting read=FALSE. download.file error: cannot open URL 'ftp://opendata.dwd.de/climate_environment/CDC/observations_germany/climate/daily/kl/recent/tageswerte_KL_03987_akt.zip' - If files have been renamed on the DWD server, see https://bookdown.org/brry/rdwd/fileindex.html > plotDWD(clim, "TMK.Lufttemperatur", line0=TRUE, main="Potsdam") Error: plotDWD: Column 'TMK.Lufttemperatur' is not in 'clim', which has the columns: Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [1s] OK * checking PDF version of manual ... [23s] OK * checking HTML version of manual ... [9s] OK * DONE Status: 1 ERROR, 1 NOTE