Skip to content

Commit 63b7891

Browse files
committed
Update author email and website
1 parent 17c4fba commit 63b7891

6 files changed

Lines changed: 8 additions & 9 deletions

File tree

.github/CODE_OF_CONDUCT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team at paolo@dilorenzo.pl. All
58+
reported by contacting the project team at dilorenzo@hey.com. All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.
@@ -73,4 +73,4 @@ available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.ht
7373
[homepage]: https://www.contributor-covenant.org
7474

7575
For answers to common questions about this code of conduct, see
76-
https://www.contributor-covenant.org/faq
76+
https://www.contributor-covenant.org/faq

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ When contributing code, please use a consistent styling convention. Try to match
1313

1414
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.
1515

16-
Please [email me](mailto:paolo@dilorenzo.pl?subject=Contributing%20to%20usmapdata) if you have any questions.
16+
Please [email me](mailto:dilorenzo@hey.com?subject=Contributing%20to%20usmapdata) if you have any questions.

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Description: Provides a container for data used by the 'usmap' package.
66
file size of the 'usmap' package can be reduced greatly. The data in this
77
package will be updated roughly once per year (plus bug fixes) as new
88
shape files are provided by the US Census bureau.
9-
Authors@R: person("Paolo", "Di Lorenzo", email = "paolo@dilorenzo.pl", role = c("aut", "cre"))
9+
Authors@R: person("Paolo", "Di Lorenzo", email = "dilorenzo@hey.com", role = c("aut", "cre"))
1010
Depends:
1111
R (>= 3.5.0)
1212
License: GPL (>= 3)
@@ -20,4 +20,4 @@ Suggests:
2020
covr,
2121
testthat
2222
Roxygen: list(markdown = TRUE)
23-
RoxygenNote: 7.1.2
23+
RoxygenNote: 7.2.3

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# usmapdata 0.1.0.9999
22

3+
* Update package author email and website.
34

45
# usmapdata 0.1.0
56
Released Wednesday, February 2, 2022.

R/usmapdata.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
#'
2121
#' @author Paolo Di Lorenzo \cr
2222
#' \itemize{
23-
#' \item Email: \email{paolo@@dilorenzo.pl}
24-
#' \item Website: \url{https://dilorenzo.pl}
23+
#' \item Email: \email{dilorenzo@@hey.com}
2524
#' \item Github: \url{https://github.com/pdil/}
2625
#' }
2726
#'

man/usmapdata.Rd

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)