Skip to content

Commit

Permalink
Merge pull request #22 from hadley/waldo-fix
Browse files Browse the repository at this point in the history
Add tibble dependency
  • Loading branch information
mbtyers authored Nov 6, 2024
2 parents 6f1f21f + da33b94 commit 7f30285
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Authors@R: person("Matt", "Tyers", email = "matttyersstat@gmail.com",
role = c("aut", "cre"))
Maintainer: Matt Tyers <matttyersstat@gmail.com>
Description: Reads river network shape files and computes network distances.
Also included are a variety of computation and graphical tools designed
for fisheries telemetry research, such as minimum home range, kernel density
estimation, and clustering analysis using empirical k-functions with
a bootstrap envelope. Tools are also provided for editing the river
Also included are a variety of computation and graphical tools designed
for fisheries telemetry research, such as minimum home range, kernel density
estimation, and clustering analysis using empirical k-functions with
a bootstrap envelope. Tools are also provided for editing the river
networks, meaning there is no reliance on external software.
License: GPL-2
Depends:
Expand All @@ -22,6 +22,7 @@ Imports:
Suggests:
knitr,
rmarkdown,
tibble,
testthat
VignetteBuilder: knitr
LazyData: TRUE
Expand Down

0 comments on commit 7f30285

Please sign in to comment.