You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The calls to #' @import terra and #' @import sf in project and add_biodiversity import the entire Namespace of the two packages. Not really an issue, but certainly not good style. However, removing this would require some modifications to the code cause some imports wouldn't be known anymore. Yet, currently this issue is kind of hidden by the fact that the entire Namespace is imported.
The text was updated successfully, but these errors were encountered:
The calls to
#' @import terra
and#' @import sf
inproject
andadd_biodiversity
import the entire Namespace of the two packages. Not really an issue, but certainly not good style. However, removing this would require some modifications to the code cause some imports wouldn't be known anymore. Yet, currently this issue is kind of hidden by the fact that the entire Namespace is imported.The text was updated successfully, but these errors were encountered: