CRAN Package Check Results for Package xtractomatic

Last updated on 2019-08-04 15:47:37 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.4.2 2.93 27.13 30.06 OK --no-vignettes
r-devel-linux-x86_64-debian-gcc 3.4.2 2.62 20.56 23.18 ERROR --no-vignettes
r-devel-linux-x86_64-fedora-clang 3.4.2 61.44 ERROR
r-devel-linux-x86_64-fedora-gcc 3.4.2 61.17 WARN
r-devel-windows-ix86+x86_64 3.4.2 18.00 48.00 66.00 ERROR --no-vignettes
r-patched-linux-x86_64 3.4.2 2.41 27.18 29.59 OK --no-vignettes
r-patched-solaris-x86 3.4.2 82.70 WARN
r-release-linux-x86_64 3.4.2 2.84 25.34 28.18 ERROR --no-vignettes
r-release-windows-ix86+x86_64 3.4.2 11.00 110.00 121.00 OK --no-vignettes
r-release-osx-x86_64 3.4.2 WARN
r-oldrel-windows-ix86+x86_64 3.4.2 7.00 70.00 77.00 OK --no-vignettes
r-oldrel-osx-x86_64 3.4.2 WARN

Check Details

Version: 3.4.2
Flags: --no-vignettes
Check: examples
Result: ERROR
    Running examples in ‘xtractomatic-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: searchData
    > ### Title: Extract dataset information based on a list of character strings
    > ### Aliases: searchData
    >
    > ### ** Examples
    >
    > list1 <- 'varname:x_wind'
    > list2 <- 'datasetname:8day'
    > mylist <- c(list1, list2)
    > searchResult <- searchData(mylist)
    Error in charToDate(x) :
     character string is not in a standard unambiguous format
    Calls: searchData ... getMaxTime -> as.Date -> as.Date.character -> charToDate
    Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64

Version: 3.4.2
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘dplyr’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-osx-x86_64, r-oldrel-osx-x86_64

Version: 3.4.2
Check: examples
Result: ERROR
    Running examples in ‘xtractomatic-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: searchData
    > ### Title: Extract dataset information based on a list of character strings
    > ### Aliases: searchData
    >
    > ### ** Examples
    >
    > list1 <- 'varname:x_wind'
    > list2 <- 'datasetname:8day'
    > mylist <- c(list1, list2)
    > searchResult <- searchData(mylist)
    Error in charToDate(x) :
     character string is not in a standard unambiguous format
    Calls: searchData ... getMaxTime -> as.Date -> as.Date.character -> charToDate
    Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 3.4.2
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
    --- re-building ‘Usingxtractomatic.Rmd’ using rmarkdown
    date lon lat lowLon higLon lowLat higLat
    4/23/2003 203.899 19.664 203.899 203.899 19.664 19.664
    4/24/2003 204.151 19.821 203.912597 204.389403 18.78051934 20.86148066
    4/30/2003 203.919 20.351 203.6793669 204.1586331 18.79728188 21.90471812
    5/1/2003 204.229 20.305 203.9943343 204.4636657 18.90440013 21.70559987
    Quitting from lines 490-497 (Usingxtractomatic.Rmd)
    Error: processing vignette 'Usingxtractomatic.Rmd' failed with diagnostics:
    (converted from warning) Raster pixels are placed at uneven horizontal intervals and will be shifted. Consider using geom_tile() instead.
    --- failed re-building ‘Usingxtractomatic.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘Usingxtractomatic.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 3.4.2
Flags: --no-vignettes
Check: examples
Result: ERROR
    Running examples in 'xtractomatic-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: searchData
    > ### Title: Extract dataset information based on a list of character strings
    > ### Aliases: searchData
    >
    > ### ** Examples
    >
    > list1 <- 'varname:x_wind'
    > list2 <- 'datasetname:8day'
    > mylist <- c(list1, list2)
    > searchResult <- searchData(mylist)
    Error in charToDate(x) :
     character string is not in a standard unambiguous format
    Calls: searchData ... getMaxTime -> as.Date -> as.Date.character -> charToDate
    Execution halted
Flavor: r-devel-windows-ix86+x86_64

Version: 3.4.2
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
     ...
    --- re-building ‘Usingxtractomatic.Rmd’ using rmarkdown
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    date lon lat lowLon higLon lowLat higLat
    4/23/2003 203.899 19.664 203.899 203.899 19.664 19.664
    4/24/2003 204.151 19.821 203.912597 204.389403 18.78051934 20.86148066
    4/30/2003 203.919 20.351 203.6793669 204.1586331 18.79728188 21.90471812
    5/1/2003 204.229 20.305 203.9943343 204.4636657 18.90440013 21.70559987
    Quitting from lines 490-497 (Usingxtractomatic.Rmd)
    Error: processing vignette 'Usingxtractomatic.Rmd' failed with diagnostics:
    (converted from warning) Raster pixels are placed at uneven horizontal intervals and will be shifted. Consider using geom_tile() instead.
    --- failed re-building ‘Usingxtractomatic.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘Usingxtractomatic.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-patched-solaris-x86

Version: 3.4.2
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
     ...
    --- re-building ‘Usingxtractomatic.Rmd’ using rmarkdown
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    date lon lat lowLon higLon lowLat higLat
    4/23/2003 203.899 19.664 203.899 203.899 19.664 19.664
    4/24/2003 204.151 19.821 203.912597 204.389403 18.78051934 20.86148066
    4/30/2003 203.919 20.351 203.6793669 204.1586331 18.79728188 21.90471812
    5/1/2003 204.229 20.305 203.9943343 204.4636657 18.90440013 21.70559987
    Quitting from lines 818-843 (Usingxtractomatic.Rmd)
    Error: processing vignette 'Usingxtractomatic.Rmd' failed with diagnostics:
    (converted from warning) Removed 4070 rows containing missing values (geom_raster).
    --- failed re-building ‘Usingxtractomatic.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘Usingxtractomatic.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-release-osx-x86_64

Version: 3.4.2
Check: re-building of vignette outputs
Result: WARN
    Error in re-building vignettes:
     ...
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
    date lon lat lowLon higLon lowLat higLat
    4/23/2003 203.899 19.664 203.899 203.899 19.664 19.664
    4/24/2003 204.151 19.821 203.912597 204.389403 18.78051934 20.86148066
    4/30/2003 203.919 20.351 203.6793669 204.1586331 18.79728188 21.90471812
    5/1/2003 204.229 20.305 203.9943343 204.4636657 18.90440013 21.70559987
    Quitting from lines 1055-1057 (Usingxtractomatic.Rmd)
    Error: processing vignette 'Usingxtractomatic.Rmd' failed with diagnostics:
    cannot open the connection
    Execution halted
Flavor: r-oldrel-osx-x86_64