Skip to content

Commit

Permalink
Make Michael the new maintainer (#2529)
Browse files Browse the repository at this point in the history
* Make Michael the new maintainer

* Fix emails

* Roxygenize

* Update lintr.vim

* Update CODE_OF_CONDUCT.md

---------

Co-authored-by: Michael Chirico <[email protected]>
  • Loading branch information
jimhester and MichaelChirico authored Mar 21, 2024
1 parent 3f59265 commit dd63d9c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ representative at an online or offline event.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at james.f.hester@gmail.com.
reported to the community leaders responsible for enforcement at michaelchirico4@gmail.com.
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Package: lintr
Title: A 'Linter' for R Code
Version: 3.1.1.9000
Authors@R: c(
person("Jim", "Hester", , "[email protected]", role = c("aut", "cre")),
person("Jim", "Hester", , role = "aut"),
person("Florent", "Angly", role = "aut",
comment = "fangly"),
person("Russ", "Hyde", role = "aut"),
person("Michael", "Chirico", role = "aut"),
person("Michael", "Chirico", email = "[email protected]", role = c("aut", "cre")),
person("Kun", "Ren", role = "aut"),
person("Alexander", "Rosenstock", role = "aut",
comment = "AshesITR"),
Expand Down
2 changes: 1 addition & 1 deletion inst/syntastic/lintr.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"============================================================================
"File: lintr.vim
"Description: Syntax checking plugin for syntastic.vim
"Maintainer: Jim Hester <james.f.hester at gmail dot com>
"Maintainer: Michael Chirico <michaelchirico4 at gmail dot com>
"License: This program is free software. It comes without any warranty,
" to the extent permitted by applicable law. You can redistribute
" it and/or modify it under the terms of the Do What The Fuck You
Expand Down
4 changes: 2 additions & 2 deletions man/lintr-package.Rd

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

0 comments on commit dd63d9c

Please sign in to comment.