Skip to content

Commit

Permalink
Update author email and website
Browse files Browse the repository at this point in the history
  • Loading branch information
pdil committed Oct 20, 2023
1 parent 17c4fba commit 63b7891
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -73,4 +73,4 @@ available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.ht
[homepage]: https://www.contributor-covenant.org

For answers to common questions about this code of conduct, see
https://www.contributor-covenant.org/faq
https://www.contributor-covenant.org/faq
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `usmapdata` to improve its functionality and place within the `R` ecosystem. Please note that most features and functionality are better suited to the [`usmap`](https://github.com/pdil/usmap) package instead, so that repository is a good place to contribute first if unsure.

Please [email me](mailto:paolo@dilorenzo.pl?subject=Contributing%20to%20usmapdata) if you have any questions.
Please [email me](mailto:dilorenzo@hey.com?subject=Contributing%20to%20usmapdata) if you have any questions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Description: Provides a container for data used by the 'usmap' package.
file size of the 'usmap' package can be reduced greatly. The data in this
package will be updated roughly once per year (plus bug fixes) as new
shape files are provided by the US Census bureau.
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)
Expand All @@ -20,4 +20,4 @@ Suggests:
covr,
testthat
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
RoxygenNote: 7.2.3
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# usmapdata 0.1.0.9999

* Update package author email and website.

# usmapdata 0.1.0
Released Wednesday, February 2, 2022.
Expand Down
3 changes: 1 addition & 2 deletions R/usmapdata.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
#'
#' @author Paolo Di Lorenzo \cr
#' \itemize{
#' \item Email: \email{paolo@@dilorenzo.pl}
#' \item Website: \url{https://dilorenzo.pl}
#' \item Email: \email{dilorenzo@@hey.com}
#' \item Github: \url{https://github.com/pdil/}
#' }
#'
Expand Down
3 changes: 1 addition & 2 deletions man/usmapdata.Rd

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

0 comments on commit 63b7891

Please sign in to comment.