Skip to content

Commit

Permalink
pkg cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejohnson51 committed Oct 31, 2024
1 parent 05badcb commit 4c08ce6
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 386 deletions.
2 changes: 0 additions & 2 deletions .lintr

This file was deleted.

4 changes: 0 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ BugReports: https://github.com/mikejohnson51/hydrofab/issues
Depends:
R (>= 3.5.0)
Imports:
arrow,
climateR,
data.table,
dplyr,
glue,
Expand All @@ -41,8 +39,6 @@ Imports:
Suggests:
testthat,
knitr
Remotes:
mikejohnson51/climateR
License: CC0
Encoding: UTF-8
LazyData: true
Expand Down
5 changes: 0 additions & 5 deletions DISCLAIMER.md

This file was deleted.

2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ export(union_polygons)
export(unpack_set)
export(update_network_identifiers)
export(write_hydrofabric)
importFrom(arrow,open_dataset)
importFrom(climateR,dap)
importFrom(data.table,rbindlist)
importFrom(dplyr,"%>%")
importFrom(dplyr,`%>%`)
Expand Down
26 changes: 0 additions & 26 deletions NEWS.md

This file was deleted.

4 changes: 0 additions & 4 deletions R/hydrofab.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
#' @importFrom arrow open_dataset
#'
#' @importFrom climateR dap
#'
#' @importFrom dplyr across add_count bind_cols bind_rows collect case_when contains
#' @importFrom dplyr distinct everything filter group_by left_join mutate n rename
#' @importFrom dplyr right_join select slice_max slice_min summarize tbl ungroup `%>%`
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ knitr::opts_chunk$set(

<!-- badges: start -->
[![R CMD Check](https://github.com/mikejohnson51/hydrofab/actions/workflows/R-CMD-check.yml/badge.svg)](https://github.com/mikejohnson51/hydrofab/actions/workflows/R-CMD-check.yml)
[![Dependencies](https://img.shields.io/badge/dependencies-21/80-red?style=flat)](#)
[![Dependencies](https://img.shields.io/badge/dependencies-18/71-red?style=flat)](#)
<!-- badges: end -->

The goal of `hydrofab` is to provide consistent hydrologic and hydraulic network manipulation tool chains to achieve model application ready datasets from a consistent reference fabric. Some of these are being built at [ngen.hydrofab](https://github.com/mikejohnson51/ngen.hydrofab) and [gfv2.0](https://code.usgs.gov/wma/nhgf/gfv2.0)
Expand Down
10 changes: 5 additions & 5 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ bibentry(bibtype = "Manual",
as.person("David Blodgett")
),
title = "hydrofab: Hydrologic Network Refactoring Tools Based on HY_Features",
publisher = "U.S. Geological Survey",
address="Reston, VA",
version = "0.5.0",
institution = "U.S. Geological Survey",
year = 2022,
publisher = "NOAA",
address="",
version = "0.5.3",
institution = "U.S. NOAA",
year = 2024,
url = "https://github.com/NOAA-OWP/hydrofab",
textVersion = "Johnson, J.M., Blodgett, D., 2022, hydrofab: Hydrologic Network Refactoring Tools Based on HY_Features, https://github.com/NOAA-OWP/hydrofab"
)
48 changes: 0 additions & 48 deletions runners/01_update_reference_and_refactored_fabrics.R

This file was deleted.

111 changes: 0 additions & 111 deletions runners/02_update_hydrolocations.R

This file was deleted.

51 changes: 0 additions & 51 deletions runners/03_aggregate.R

This file was deleted.

35 changes: 0 additions & 35 deletions runners/04_global_id.R

This file was deleted.

Loading

0 comments on commit 4c08ce6

Please sign in to comment.