We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The example for the layer_spatial() function produces an error when trying to plot raster layers. See CRAN check here: https://www.stats.ox.ac.uk/pub/bdr/donttest/ggspatial.out
Check results here: CRAN_check_layer_spatial.txt
This error can be avoided by adding the following code to the "load_longlake_data" function:
raster_format = "terra"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The example for the layer_spatial() function produces an error when trying to plot raster layers. See CRAN check here: https://www.stats.ox.ac.uk/pub/bdr/donttest/ggspatial.out
Check results here:
CRAN_check_layer_spatial.txt
This error can be avoided by adding the following code to the "load_longlake_data" function:
The text was updated successfully, but these errors were encountered: