# stars Version: 0.3-0 ## Newly broken * checking examples ... ERROR ``` Running examples in ‘stars-Ex.R’ failed The error most likely occurred in: > ### Name: read_ncdf > ### Title: Read NetCDF into stars object > ### Aliases: read_ncdf > > ### ** Examples > > f <- system.file("nc/reduced.nc", package = "stars") > read_ncdf(f) Warning: Unknown or uninitialised column: 'variable'. Error in out[[1]] : subscript out of bounds Calls: read_ncdf -> create_dimensions -> setNames Execution halted ``` * checking tests ... ``` ... > 1 4c4 < Linking to GEOS 3.6.1, GDAL 2.1.3, PROJ 4.9.3 --- > Linking to GEOS 3.7.0, GDAL 2.3.2, PROJ 5.2.0 6c6 < Reading layer `nc.gpkg' from data source `/Users/sckott/github/scratch/ncmeta/revdep/library.noindex/stars/sf/gpkg/nc.gpkg' using driver `GPKG' --- > Reading layer `nc.gpkg' from data source `/home/edzer/R/x86_64-pc-linux-gnu-library/3.5/sf/gpkg/nc.gpkg' using driver `GPKG' ERROR Running the tests in ‘tests/netcdf.R’ failed. Complete output: > suppressPackageStartupMessages(library(stars)) > # read_ncdf: > f <- system.file("nc/reduced.nc", package = "stars") > read_ncdf(f) Error in out[[1]] : subscript out of bounds Calls: read_ncdf -> create_dimensions -> setNames In addition: Warning message: Unknown or uninitialised column: 'variable'. Execution halted ``` * checking re-building of vignette outputs ... WARNING ``` Error in re-building vignettes: ... Quitting from lines 185-187 (stars1.Rmd) Error: processing vignette 'stars1.Rmd' failed with diagnostics: subscript out of bounds Execution halted ``` ## In both * checking package dependencies ... NOTE ``` Package suggested but not available for checking: ‘starsdata’ ``` * checking installed package size ... NOTE ``` installed size is 15.0Mb sub-directories of 1Mb or more: doc 10.3Mb nc 3.5Mb ```