Package: spNetwork Check: re-building of vignette outputs New result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘KNetworkFunctions.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘KNetworkFunctions.Rmd’ --- re-building ‘NKDE.Rmd’ using rmarkdown Error: processing vignette 'NKDE.Rmd' failed with diagnostics: Printing 'tibble' without 'tibble' package available --- failed re-building ‘NKDE.Rmd’ --- re-building ‘NetworkBuilding.Rmd’ using rmarkdown Error: processing vignette 'NetworkBuilding.Rmd' failed with diagnostics: Printing 'tibble' without 'tibble' package available --- failed re-building ‘NetworkBuilding.Rmd’ --- re-building ‘SpatialWeightMatrices.Rmd’ using rmarkdown Error: processing vignette 'SpatialWeightMatrices.Rmd' failed with diagnostics: Printing 'tibble' without 'tibble' package available --- failed re-building ‘SpatialWeightMatrices.Rmd’ --- re-building ‘TNKDE.Rmd’ using rmarkdown Error: processing vignette 'TNKDE.Rmd' failed with diagnostics: Printing 'tibble' without 'tibble' package available --- failed re-building ‘TNKDE.Rmd’ SUMMARY: processing the following files failed: ‘NKDE.Rmd’ ‘NetworkBuilding.Rmd’ ‘SpatialWeightMatrices.Rmd’ ‘TNKDE.Rmd’ Error: Vignette re-building failed. Execution halted Package: SRTsim Check: examples New result: ERROR Running examples in ‘SRTsim-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: convert_grid > ### Title: Convert continuous coordinate into integer, essential for > ### BayesSpace to determine the neighborhood info > ### Aliases: convert_grid > > ### ** Examples > > > ## Create a simSRT object > toySRT <- createSRT(count_in=toyData$toyCount,loc_in = toyData$toyInfo) > set.seed(1) > > ## Create New Locations within Profile > toySRT2 <- srtsim_newlocs(toySRT,new_loc_num=1000) Error in array(x, c(length(x), 1L), if (!is.null(names(x))) list(names(x), : 'data' must be of a vector type, was 'NULL' Calls: srtsim_newlocs ... as.data.frame -> as.matrix -> as.matrix.default -> array Execution halted