Skip to content

Commit

Permalink
addressed issue #121
Browse files Browse the repository at this point in the history
  • Loading branch information
bocinsky committed Nov 5, 2024
1 parent 751ab48 commit b25cca0
Show file tree
Hide file tree
Showing 160 changed files with 35,294 additions and 42 deletions.
13 changes: 0 additions & 13 deletions ..Rcheck/00check.log

This file was deleted.

4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# R specific hooks: https://github.com/lorenzwalthert/precommit
repos:
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.3.2.9025
rev: v0.4.3.9003
hooks:
# any R project
- id: style-files
Expand All @@ -18,7 +18,7 @@ repos:
- id: use-tidy-description
- id: deps-in-desc
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-added-large-files
args: ['--maxkb=30000']
15 changes: 11 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Type: Package
Package: FedData
Title: Functions to Automate Downloading Geospatial Data Available from
Several Federated Data Sources
Version: 4.0.1
Date: 2024-03-14
Version: 4.1.0
Date: 2024-11-05
Authors@R:
c(person(given = c("R.", "Kyle"),
family = "Bocinsky",
Expand Down Expand Up @@ -64,10 +64,17 @@ Imports:
sf (>= 1.0),
arcgislayers (>= 0.2.0),
ggplot2,
ncdf4
glue
Encoding: UTF-8
LazyData: true
NeedsCompilation: no
Repository: CRAN
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Suggests:
knitr,
leaflet,
mapview,
ncdf4,
rmapshaper,
testthat
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export(get_ned)
export(get_ned_tile)
export(get_nhd)
export(get_nlcd)
export(get_nlcd_annual)
export(get_padus)
export(get_ssurgo)
export(get_ssurgo_inventory)
Expand Down
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# FedData (development version)

# FedData (4.1.0)
- Removed {styler} and several other packages from the Suggests field in the DESCRIPTION file.
- Moved {ggplot2} and {ncdf4} to the Imports field.
- Moved {ggplot2} and {ncdf4} to the Suggests field.
- `get_nass()` now throws an error (soft deprecated since v3.0.0).
- Added support for the annual NLCD product via the new `get_nlcd_annual()` function.

# FedData 4.0.1
- Updated the getting started article to not include a degree symbol in the Daymet graph, which caused compilation errors in Windows. Fixes [Issue #106](https://github.com/ropensci/FedData/issues/106).
Expand Down
Loading

0 comments on commit b25cca0

Please sign in to comment.