Skip to content

Commit

Permalink
import initSpatial<- from aqp
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag committed Dec 16, 2024
1 parent 2d6b125 commit 75f1992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ importFrom(DBI,dbExistsTable)
importFrom(DBI,dbFetch)
importFrom(DBI,dbGetQuery)
importFrom(DBI,dbSendQuery)
importFrom(aqp,"initSpatial<-")
importFrom(aqp,SoilTextureLevels)
importFrom(aqp,checkHzDepthLogic)
importFrom(aqp,col2Munsell)
Expand Down
2 changes: 1 addition & 1 deletion R/fetchSoilGrids.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
#'
#' @return A _SoilProfileCollection_ or _SpatRaster_ when `grid=TRUE`. Returns `try-error` if all requests fail. Any error messages resulting from parsing will be echoed when `verbose=TRUE`.
#' @export fetchSoilGrids
#'
#' @importFrom aqp initSpatial<-
#' @author Andrew G. Brown
#' @examplesIf curl::has_internet()
#' \dontrun{
Expand Down

0 comments on commit 75f1992

Please sign in to comment.