Skip to content

Commit

Permalink
* Add min versions to packages in imports and suggests.
Browse files Browse the repository at this point in the history
* Update geotargets-package docs
  • Loading branch information
njtierney committed May 15, 2024
1 parent 5982051 commit ea9a7db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
targets (>= 1.7.0),
rlang,
cli
rlang (>= 1.1.3),
cli (>= 3.6.2)
Suggests:
crew,
terra,
crew (>= 0.9.2),
terra (>= 1.7.71),
testthat (>= 3.0.0),
withr
withr (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/njtierney/geotargets, https://njtierney.github.io/geotargets/
BugReports: https://github.com/njtierney/geotargets/issues
4 changes: 2 additions & 2 deletions man/geotargets-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ea9a7db

Please sign in to comment.