CRAN Package Check Results for Package binaryTimeSeries

Last updated on 2023-07-07 06:50:57 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.2 43.07 397.75 440.82 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.2 30.87 285.77 316.64 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.2 549.79 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.2 537.70 OK
r-devel-windows-x86_64 1.0.2 33.00 227.00 260.00 ERROR
r-patched-linux-x86_64 1.0.2 34.99 376.94 411.93 ERROR
r-release-linux-x86_64 1.0.2 36.95 378.65 415.60 ERROR
r-release-macos-arm64 1.0.2 115.00 OK
r-release-macos-x86_64 1.0.2 207.00 OK
r-release-windows-x86_64 1.0.2 48.00 318.00 366.00 ERROR
r-oldrel-macos-arm64 1.0.2 88.00 OK
r-oldrel-macos-x86_64 1.0.2 127.00 OK
r-oldrel-windows-x86_64 1.0.2 45.00 310.00 355.00 ERROR

Check Details

Version: 1.0.2
Check: examples
Result: ERROR
    Running examples in ‘binaryTimeSeries-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: presencePlot
    > ### Title: Creates two maps: a map showing how many times the category is
    > ### present during the time series and a map showing how many times the
    > ### category changes during the time series.
    > ### Aliases: presencePlot
    >
    > ### ** Examples
    >
    > example_data <- terra::rast(system.file("external/Example_raster_Y.tif",package="binaryTimeSeries"))
    > no_data <- 2
    > cat_interest <- 1
    > data_res <- c(1000,1000)
    > data_prj <- "+proj=utm +zone=32 +datum=WGS84 +ellps=GRS80 +units=m +no_defs"
    > chdata_output <- changeData(x = example_data,nodata = no_data,
    + category = cat_interest,spres = data_res,datacrs = data_prj)
    > ch_maps <- presencePlot(input = chdata_output,pltunit = "m",dataEpsg = 32632,
    + scalePos = "bottomleft",narrowPos = "topright",narrowSize = 1,
    + categoryName = "category",xAxis = "Horizontal (m)",yAxis = "Vertical (m)",
    + axisText = 1.2,axisLabel = 1.2,plotTitle = 1.5)
    Warning in sp::CRS(paste0("+init=epsg:", epsg)) :
     sf required for evolution_status==2L
    Warning in sp::CRS("+init=epsg:4326") :
     sf required for evolution_status==2L
    Warning in sp::spTransform(spoints, sp::CRS("+init=epsg:4326")) :
     NULL source CRS comment, falling back to PROJ string
    Warning in sp::spTransform(spoints, sp::CRS("+init=epsg:4326")) :
     +init dropped in PROJ string
    Warning in sp::spTransform(spoints, sp::CRS("+init=epsg:4326")) :
     NULL target CRS comment, falling back to PROJ string
    Warning in sp::spTransform(spoints, sp::CRS("+init=epsg:4326")) :
     +init dropped in PROJ string
    Warning in is.projected(p4str) : Package sf not available
    Warning: PROJ support is provided by the sf and terra packages among others
    proj_create: unrecognized format / unknown name
    Error in sp::spTransform(spoints, sp::CRS("+init=epsg:4326")) :
     source crs creation failed: Invalid PROJ string syntax
    Calls: presencePlot ... .geodist -> .tolatlon -> <Anonymous> -> <Anonymous>
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.0.2
Check: re-building of vignette outputs
Result: ERROR
    Error(s) in re-building vignettes:
     ...
    --- re-building ‘README.Rmd’ using rmarkdown
    proj_create: unrecognized format / unknown name
    
    Quitting from lines 76-89 [unnamed-chunk-3] (README.Rmd)
    Error: processing vignette ‘README.Rmd’ failed with diagnostics:
    source crs creation failed: Invalid PROJ string syntax
    --- failed re-building ‘README.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘README.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.0.2
Check: examples
Result: ERROR
    Running examples in ‘binaryTimeSeries-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: presencePlot
    > ### Title: Creates two maps: a map showing how many times the category is
    > ### present during the time series and a map showing how many times the
    > ### category changes during the time series.
    > ### Aliases: presencePlot
    >
    > ### ** Examples
    >
    > example_data <- terra::rast(system.file("external/Example_raster_Y.tif",package="binaryTimeSeries"))
    > no_data <- 2
    > cat_interest <- 1
    > data_res <- c(1000,1000)
    > data_prj <- "+proj=utm +zone=32 +datum=WGS84 +ellps=GRS80 +units=m +no_defs"
    > chdata_output <- changeData(x = example_data,nodata = no_data,
    + category = cat_interest,spres = data_res,datacrs = data_prj)
    > ch_maps <- presencePlot(input = chdata_output,pltunit = "m",dataEpsg = 32632,
    + scalePos = "bottomleft",narrowPos = "topright",narrowSize = 1,
    + categoryName = "category",xAxis = "Horizontal (m)",yAxis = "Vertical (m)",
    + axisText = 1.2,axisLabel = 1.2,plotTitle = 1.5)
    Warning in sp::CRS(paste0("+init=epsg:", epsg)) :
     sf required for evolution_status==2L
    Warning in sp::CRS("+init=epsg:4326") :
     sf required for evolution_status==2L
    Warning in sp::spTransform(spoints, sp::CRS("+init=epsg:4326")) :
     NULL source CRS comment, falling back to PROJ string
    Warning in sp::spTransform(spoints, sp::CRS("+init=epsg:4326")) :
     +init dropped in PROJ string
    Warning in sp::spTransform(spoints, sp::CRS("+init=epsg:4326")) :
     NULL target CRS comment, falling back to PROJ string
    Warning in sp::spTransform(spoints, sp::CRS("+init=epsg:4326")) :
     +init dropped in PROJ string
    Warning in is.projected(p4str) : Package sf not available
    Warning: PROJ support is provided by the sf and terra packages among others
    proj_create: unrecognized format / unknown name
    Error in sp::spTransform(spoints, sp::CRS("+init=epsg:4326")) :
     source crs creation failed: Unknown error (code 4096)
    Calls: presencePlot ... .geodist -> .tolatlon -> <Anonymous> -> <Anonymous>
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-oldrel-windows-x86_64

Version: 1.0.2
Check: re-building of vignette outputs
Result: ERROR
    Error(s) in re-building vignettes:
    --- re-building ‘README.Rmd’ using rmarkdown
    proj_create: unrecognized format / unknown name
    
    Quitting from lines 76-89 [unnamed-chunk-3] (README.Rmd)
    Error: processing vignette 'README.Rmd' failed with diagnostics:
    source crs creation failed: Unknown error (code 4096)
    --- failed re-building ‘README.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘README.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-oldrel-windows-x86_64

Version: 1.0.2
Check: examples
Result: ERROR
    Running examples in 'binaryTimeSeries-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: presencePlot
    > ### Title: Creates two maps: a map showing how many times the category is
    > ### present during the time series and a map showing how many times the
    > ### category changes during the time series.
    > ### Aliases: presencePlot
    >
    > ### ** Examples
    >
    > example_data <- terra::rast(system.file("external/Example_raster_Y.tif",package="binaryTimeSeries"))
    > no_data <- 2
    > cat_interest <- 1
    > data_res <- c(1000,1000)
    > data_prj <- "+proj=utm +zone=32 +datum=WGS84 +ellps=GRS80 +units=m +no_defs"
    > chdata_output <- changeData(x = example_data,nodata = no_data,
    + category = cat_interest,spres = data_res,datacrs = data_prj)
    > ch_maps <- presencePlot(input = chdata_output,pltunit = "m",dataEpsg = 32632,
    + scalePos = "bottomleft",narrowPos = "topright",narrowSize = 1,
    + categoryName = "category",xAxis = "Horizontal (m)",yAxis = "Vertical (m)",
    + axisText = 1.2,axisLabel = 1.2,plotTitle = 1.5)
    Warning in sp::CRS(paste0("+init=epsg:", epsg)) :
     sf required for evolution_status==2L
    Warning in sp::CRS("+init=epsg:4326") :
     sf required for evolution_status==2L
    Warning in sp::spTransform(spoints, sp::CRS("+init=epsg:4326")) :
     NULL source CRS comment, falling back to PROJ string
    Warning in sp::spTransform(spoints, sp::CRS("+init=epsg:4326")) :
     +init dropped in PROJ string
    Warning in sp::spTransform(spoints, sp::CRS("+init=epsg:4326")) :
     NULL target CRS comment, falling back to PROJ string
    Warning in sp::spTransform(spoints, sp::CRS("+init=epsg:4326")) :
     +init dropped in PROJ string
    Warning in is.projected(p4str) : Package sf not available
    Warning: PROJ support is provided by the sf and terra packages among others
    proj_create: unrecognized format / unknown name
    Error in sp::spTransform(spoints, sp::CRS("+init=epsg:4326")) :
     source crs creation failed: Invalid PROJ string syntax
    Calls: presencePlot ... .geodist -> .tolatlon -> <Anonymous> -> <Anonymous>
    Execution halted
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64

Version: 1.0.2
Check: re-building of vignette outputs
Result: ERROR
    Error(s) in re-building vignettes:
    --- re-building 'README.Rmd' using rmarkdown
    proj_create: unrecognized format / unknown name
    
    Quitting from lines 76-89 [unnamed-chunk-3] (README.Rmd)
    Error: processing vignette 'README.Rmd' failed with diagnostics:
    source crs creation failed: Invalid PROJ string syntax
    --- failed re-building 'README.Rmd'
    
    SUMMARY: processing the following file failed:
     'README.Rmd'
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64