* using log directory ‘/srv/hornik/tmp/CRAN/read.dbc.Rcheck’ * using R Under development (unstable) (2024-05-06 r86526) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 18.1.4 (1) Debian flang-new version 18.1.4 (1) * running under: Debian GNU/Linux trixie/sid * using session charset: UTF-8 * checking for file ‘read.dbc/DESCRIPTION’ ... OK * this is package ‘read.dbc’ version ‘1.0.7’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [3s/3s] NOTE Maintainer: ‘Daniela Petruzalek ’ New submission Package was archived on CRAN Possibly misspelled words in DESCRIPTION: CANdb (3:245) DATASUS (3:169) DBC (2:28, 3:58, 3:251) DBF (2:44, 3:74) FoxPro (3:235) CRAN repository db overrides: X-CRAN-Comment: Archived on 2023-11-20 as issues were not corrected in time. * 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 executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking serialization versions ... OK * checking whether package ‘read.dbc’ can be installed ... [2s/2s] OK * used C compiler: ‘Debian clang version 18.1.5 (2)’ * checking package directory ... OK * checking for future file timestamps ... 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/0s] OK * checking whether the package can be loaded with stated dependencies ... [0s/0s] OK * checking whether the package can be unloaded cleanly ... [0s/0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK * checking whether the namespace can be unloaded cleanly ... [0s/0s] OK * checking loading without being on the library search path ... [0s/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 ... [2s/2s] OK * checking Rd files ... [0s/0s] OK * checking Rd metadata ... OK * checking Rd line widths ... 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 line endings in C/C++/Fortran sources/headers ... OK * checking pragmas in C/C++ headers and code ... OK * checking compilation flags used ... OK * checking compiled code ... OK * checking examples ... [0s/0s] ERROR Running examples in ‘read.dbc-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: read.dbc > ### Title: Read Data Stored in DBC (Compressed DBF) Files > ### Aliases: read.dbc > ### Keywords: datasus dbc > > ### ** Examples > > # The 'sids.dbc' file is the compressed version of 'sids.dbf' from the "foreign" package. > file <- system.file("files/sids.dbc", package="read.dbc") > sids <- read.dbc(file) > str(sids) 'data.frame': 100 obs. of 14 variables: $ AREA : num NA NA NA NA NA NA NA NA NA NA ... $ PERIMETER: num NA NA NA NA NA NA NA NA NA NA ... $ CNTY_ : int NA NA NA NA NA NA NA NA NA NA ... $ CNTY_ID : int NA NA NA NA NA NA NA NA NA NA ... $ NAME : Factor w/ 100 levels "Alamance \xdf\022h\177h\177\020\xfeU",..: 5 3 86 27 66 46 15 37 93 85 ... $ FIPS : Factor w/ 100 levels "37001","37003",..: 5 3 86 27 66 46 15 37 93 85 ... $ FIPSNO : int NA NA NA NA NA NA NA NA NA NA ... $ CRESS_ID : int NA 3 86 27 66 46 NA 37 93 NA ... $ BIR74 : num 1091 487 NA 508 1421 ... $ SID74 : num 1 0 5 1 9 7 0 0 4 1 ... $ NWBIR74 : num 10 10 208 123 1066 ... $ BIR79 : num 1364 NA 3616 830 1606 ... $ SID79 : num 0 3 6 2 3 5 2 2 2 5 ... $ NWBIR79 : num 19 12 260 145 1197 ... - attr(*, "data_types")= chr [1:14] "N" "N" "N" "N" ... > summary(sids) AREA PERIMETER CNTY_ CNTY_ID Min. : NA Min. : NA Min. : NA Min. : NA 1st Qu.: NA 1st Qu.: NA 1st Qu.: NA 1st Qu.: NA Median : NA Median : NA Median : NA Median : NA Mean :NaN Mean :NaN Mean :NaN Mean :NaN 3rd Qu.: NA 3rd Qu.: NA 3rd Qu.: NA 3rd Qu.: NA Max. : NA Max. : NA Max. : NA Max. : NA NA's :100 NA's :100 NA's :100 NA's :100 NAME FIPS FIPSNO Alamance \xdf\022h\177h\177\020\xfeU: 1 37001 : 1 Min. : NA Alexander \xdf\022h\177h\177\020\xfeU: 1 37003 : 1 1st Qu.: NA Alleghany\022h\177h\177\020\xfeU : 1 37005 : 1 Median : NA Anson\xfeU : 1 37007 : 1 Mean :NaN Ashe \xdf\022h\177h\177\020\xfeU : 1 37009 : 1 3rd Qu.: NA Avery\022h\177h\177\020\xfeU : 1 37011 : 1 Max. : NA (Other) :94 (Other):94 NA's :100 CRESS_ID BIR74 SID74 NWBIR74 Min. : 1.00 Min. : 284 Min. : 0.000 Min. : 1.0 1st Qu.: 23.50 1st Qu.: 1035 1st Qu.: 2.000 1st Qu.: 209.8 Median : 49.00 Median : 2181 Median : 4.500 Median : 736.0 Mean : 51.37 Mean : 3414 Mean : 6.765 Mean :1072.2 3rd Qu.: 76.00 3rd Qu.: 4021 3rd Qu.: 8.750 3rd Qu.:1175.5 Max. :182.00 Max. :21588 Max. :44.000 Max. :8027.0 NA's :29 NA's :15 NA's :2 NA's :2 BIR79 SID79 NWBIR79 Min. : 319 Min. : 0.00 Min. : 5.0 1st Qu.: 1336 1st Qu.: 2.00 1st Qu.: 231.5 Median : 2636 Median : 5.00 Median : 842.5 Mean : 4271 Mean : 8.49 Mean : 1334.8 3rd Qu.: 4889 3rd Qu.:10.75 3rd Qu.: 1363.8 Max. :30757 Max. :57.00 Max. :11631.0 NA's :4 NA's :2 NA's :6 > > # This is a small subset of U.S. NOAA storm database. > file <- system.file("files/storm.dbc", package="read.dbc") > storm <- read.dbc(file) Error in strptime(x, format, tz = "GMT") : input string is too long Calls: read.dbc ... -> as.Date -> as.Date.character -> strptime Execution halted * checking PDF version of manual ... [2s/2s] OK * checking HTML version of manual ... [0s/0s] OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR, 1 NOTE