From 856c92d48825d222de07fa4d0edd014e5a5a3a88 Mon Sep 17 00:00:00 2001 From: JoFrhwld Date: Sun, 1 Oct 2023 14:28:12 -0400 Subject: [PATCH] single quote package name. closes #36 --- DESCRIPTION | 2 +- usethis_hist.R | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index dd27000..ee258a7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -6,7 +6,7 @@ Authors@R: person("Josef", "Fruehwald", , "jofrhwld@gmail.com", role = c("aut", "cre", "cph")) Description: With bivariate data, it is possible to calculate 2-dimensional kernel density estimates that return polygons at given - levels of probability. densityarea returns these polygons for + levels of probability. 'densityarea' returns these polygons for analysis, including for calculating their area. License: GPL (>= 3) URL: https://github.com/JoFrhwld/densityarea, diff --git a/usethis_hist.R b/usethis_hist.R index 09d6975..757a698 100644 --- a/usethis_hist.R +++ b/usethis_hist.R @@ -21,7 +21,7 @@ desc::desc_set( desc::desc_set( "Description", "With bivariate data, it is possible to calculate 2-dimensional kernel density - estimates that return polygons at given levels of probability. densityarea + estimates that return polygons at given levels of probability. 'densityarea' returns these polygons for analysis, including for calculating their area.", normalize = T )