From 65148573744b0d220cd87957c9a7a637b8f27ead Mon Sep 17 00:00:00 2001 From: Paolo Di Lorenzo Date: Wed, 18 Oct 2023 10:13:41 -0400 Subject: [PATCH] Update author email and website --- .github/CODE_OF_CONDUCT.md | 2 +- .github/CONTRIBUTING.md | 2 +- DESCRIPTION | 4 ++-- NEWS.md | 1 + R/usmap.R | 3 +-- man/usmap.Rd | 3 +-- 6 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index 34736de..c474c46 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -55,7 +55,7 @@ further defined and clarified by project maintainers. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at paolo@dilorenzo.pl. All +reported by contacting the project team at dilorenzo@hey.com. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 4099ee8..d1bf4b9 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -13,4 +13,4 @@ When contributing code, please use a consistent styling convention. Try to match Contributing is open to anyone who is willing so feel free to submit pull requests at any time. This way anyone can develop new features, fixes, or enhancements for `usmap` to improve its functionality and place within the `R` ecosystem. -Please [email me](mailto:paolo@dilorenzo.pl?subject=Contributing%20to%20usmap) if you have any questions. +Please [email me](mailto:dilorenzo@hey.com?subject=Contributing%20to%20usmap) if you have any questions. diff --git a/DESCRIPTION b/DESCRIPTION index 2c68f3f..75ef1c6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,11 +1,11 @@ Package: usmap Version: 0.6.2.9999 Title: US Maps Including Alaska and Hawaii -Description: Obtain United States map data frames of varying region types (e.g. county, +Description: Obtain United States map data frames of varying region types (e.g. county, state). The map data frames include Alaska and Hawaii conveniently placed to the bottom left, as they appear in most maps of the US. Convenience functions for plotting choropleths and working with FIPS codes are also provided. -Authors@R: person("Paolo", "Di Lorenzo", email = "paolo@dilorenzo.pl", role = c("aut", "cre")) +Authors@R: person("Paolo", "Di Lorenzo", email = "dilorenzo@hey.com", role = c("aut", "cre")) Depends: R (>= 3.5.0) License: GPL (>= 3) diff --git a/NEWS.md b/NEWS.md index d62a5b4..b47a731 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,6 @@ # usmap 0.6.2.9999 +* Update package author email and website. # usmap 0.6.2 Released Tuesday, June 13, 2023. diff --git a/R/usmap.R b/R/usmap.R index 0a35f59..6f42dde 100644 --- a/R/usmap.R +++ b/R/usmap.R @@ -37,8 +37,7 @@ #' #' @author Paolo Di Lorenzo \cr #' \itemize{ -#' \item Email: \email{paolo@@dilorenzo.pl} -#' \item Website: \url{https://dilorenzo.pl} +#' \item Email: \email{dilorenzo@@hey} #' \item GitHub: \url{https://github.com/pdil/} #' } #' diff --git a/man/usmap.Rd b/man/usmap.Rd index aee9df0..758415f 100644 --- a/man/usmap.Rd +++ b/man/usmap.Rd @@ -68,8 +68,7 @@ Helpful links: \author{ Paolo Di Lorenzo \cr \itemize{ -\item Email: \email{paolo@dilorenzo.pl} -\item Website: \url{https://dilorenzo.pl} +\item Email: \email{dilorenzo@hey} \item GitHub: \url{https://github.com/pdil/} } }