Skip to content

Commit

Permalink
description update
Browse files Browse the repository at this point in the history
  • Loading branch information
JoFrhwld committed Sep 28, 2023
1 parent c25e541 commit 141b1e4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
22 changes: 12 additions & 10 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ Authors@R:
person("Josef", "Fruehwald", , "[email protected]", role = c("aut", "cre"))
Description: With bivarate data, it is possible to calculate 2-dimensional
kernel density estimates that return polygons at given levels of
probablity. `densityarea` calculates the area of the these density
estimates.
probablity. `densityarea` returns these polygons for analysis,
including for calculating their area.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/JoFrhwld/densityarea, https://jofrhwld.github.io/densityarea/
URL: https://github.com/JoFrhwld/densityarea,
https://jofrhwld.github.io/densityarea/
BugReports: https://github.com/JoFrhwld/densityarea/issues
Depends:
R (>= 4.1)
Imports:
cli,
dplyr,
Expand All @@ -35,7 +34,10 @@ Suggests:
rmarkdown,
testthat (>= 3.0.0),
tidyr
VignetteBuilder: knitr
Depends:
R (>= 4.1)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
2 changes: 1 addition & 1 deletion usethis_hist.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ desc::desc_set(
"Description",
"With bivarate data, it is possible to calculate 2-dimensional kernel density
estimates that return polygons at given levels of probablity. `densityarea`
calculates the area of the these density estimates.",
returns these polygons for analysis, including for calculating their area.",
normalize = T
)

Expand Down

0 comments on commit 141b1e4

Please sign in to comment.