Closed AndyUEA closed 4 months ago
I get the same error when using DATRAS products, i.e., "NS-IBTS"
can you try this using the dev branch?
remotes::install_devtools( "James-Thorson-NOAA\FishStatsUtils@dev", force=TRUE, dep=FALSE )
library(FishStatsUtils)
region = make_extrapolation_info( Region = "NS_IBTS" )
Thanks, this seems to be working now.
OK, I just merged the dev branches and made new release-numbers for FishStatsUtils and VAST, so this should be all sorted. Please tell me if you find any further issues :)
Hi,
I've been helping a researcher get a script running but getting an error when trying to run the make_extrapolation_info function in v2.13.0
Error in shapefile_input@proj4string : no applicable method for
@applied to an object of class "sf"
This seems to be bubbling up from the call to convert_shapefile
It looks similar to the issue reported on the make_mesh function that was updated to to use "sf" https://github.com/James-Thorson-NOAA/VAST/issues/380
This works with the old rgdal method
But not the sf method
Happy to provide any further details you need.