Skip to content

Commit

Permalink
cleanup reexports
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejohnson51 committed Nov 1, 2024
1 parent 02ce5d5 commit a1029f4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 30 deletions.
10 changes: 0 additions & 10 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,8 @@
S3method(print,hydrofabric_conflicts)
export(append_style)
export(create_style_row)
export(glue)
export(hydrofabric_conflicts)
export(hydrofabric_packages)
export(read_qml)
import(climateR, except = plot)
import(dplyr, except = c(intersect, union))
import(hydrofab)
import(ngen.hydrofab)
import(nhdplusTools)
import(sf)
import(terra)
import(zonal)
importFrom(glue,glue)
importFrom(purrr,keep)
importFrom(purrr,map)
6 changes: 2 additions & 4 deletions R/package.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ NULL
#' @rawNamespace import(dplyr, except = c(intersect, union))

#' @import hydrofab
#' @import ngen.hydrofab
#' @import nhdplusTools
#' @import hydroloom
#' @import zonal
#' @import terra
#' @import sf

#' @export
glue::glue
#' @export glue::glue
16 changes: 0 additions & 16 deletions man/reexports.Rd

This file was deleted.

0 comments on commit a1029f4

Please sign in to comment.