From dd63d9c6a100a73362a46f9202b641cfe5301f30 Mon Sep 17 00:00:00 2001 From: Jim Hester Date: Thu, 21 Mar 2024 11:52:45 -0400 Subject: [PATCH] Make Michael the new maintainer (#2529) * Make Michael the new maintainer * Fix emails * Roxygenize * Update lintr.vim * Update CODE_OF_CONDUCT.md --------- Co-authored-by: Michael Chirico --- .github/CODE_OF_CONDUCT.md | 2 +- DESCRIPTION | 4 ++-- inst/syntastic/lintr.vim | 2 +- man/lintr-package.Rd | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index cb7ff35fb..286c0219e 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -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 diff --git a/DESCRIPTION b/DESCRIPTION index fa8ecc144..152323e62 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,11 +2,11 @@ Package: lintr Title: A 'Linter' for R Code Version: 3.1.1.9000 Authors@R: c( - person("Jim", "Hester", , "james.f.hester@gmail.com", 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 = "michaelchirico4@gmail.com", role = c("aut", "cre")), person("Kun", "Ren", role = "aut"), person("Alexander", "Rosenstock", role = "aut", comment = "AshesITR"), diff --git a/inst/syntastic/lintr.vim b/inst/syntastic/lintr.vim index 80e5cbe37..e042ce366 100644 --- a/inst/syntastic/lintr.vim +++ b/inst/syntastic/lintr.vim @@ -1,7 +1,7 @@ "============================================================================ "File: lintr.vim "Description: Syntax checking plugin for syntastic.vim -"Maintainer: Jim Hester +"Maintainer: Michael Chirico "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 diff --git a/man/lintr-package.Rd b/man/lintr-package.Rd index a88a8b4dc..7e36edb2e 100644 --- a/man/lintr-package.Rd +++ b/man/lintr-package.Rd @@ -13,13 +13,13 @@ Supports on the fly checking of R code edited with Emacs, Vim, and Sublime Text. \code{\link[=lint]{lint()}}, \code{\link[=lint_package]{lint_package()}}, \code{\link[=lint_dir]{lint_dir()}}, \link{linters} } \author{ -\strong{Maintainer}: Jim Hester \email{james.f.hester@gmail.com} +\strong{Maintainer}: Michael Chirico \email{michaelchirico4@gmail.com} Authors: \itemize{ + \item Jim Hester \item Florent Angly (fangly) \item Russ Hyde - \item Michael Chirico \item Kun Ren \item Alexander Rosenstock (AshesITR) \item Indrajeet Patil \email{patilindrajeet.science@gmail.com} (\href{https://orcid.org/0000-0003-1995-6531}{ORCID}) (@patilindrajeets)