diff --git a/DESCRIPTION b/DESCRIPTION index 74de41b..76b1dfd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,9 +1,15 @@ Package: tiltDataAnalysis Title: What the Package Does (One Line, Title Case) Version: 0.0.0.9001 -Authors@R: - person("First", "Last", , "first.last@example.com", role = c("aut", "cre"), - comment = c(ORCID = "YOUR-ORCID-ID")) +Authors@R: c( + person("Kalash", "Singhal", , "kalash@2degrees-investing.org", role = c("aut", "cre")), + person("Mauro", "Lepore", , "maurolepore@gmail.com", role = "aut", + comment = c(ORCID = "https://orcid.org/0000-0002-1986-7988")), + person("Anne", "Schoenauer", , "anne.schoenauer@2degrees-investing.org", role = "aut", + comment = c(ORCID = "https://orcid.org/0000-0002-4576-8799")), + person("Tilman", "Trompke", , "tilman@2degrees-investing.org", role = "aut", + comment = c(ORCID = "https://orcid.org/0009-0003-3351-5131")) + ) Description: What the package does (one paragraph). License: GPL (>= 3) URL: https://github.com/2DegreesInvesting/tiltDataAnalysis, diff --git a/man/tiltDataAnalysis-package.Rd b/man/tiltDataAnalysis-package.Rd index 4f5fa64..b52638e 100644 --- a/man/tiltDataAnalysis-package.Rd +++ b/man/tiltDataAnalysis-package.Rd @@ -18,7 +18,14 @@ Useful links: } \author{ -\strong{Maintainer}: First Last \email{first.last@example.com} (\href{https://orcid.org/YOUR-ORCID-ID}{ORCID}) +\strong{Maintainer}: Kalash Singhal \email{kalash@2degrees-investing.org} + +Authors: +\itemize{ + \item Mauro Lepore \email{maurolepore@gmail.com} (\href{https://orcid.org/0000-0002-1986-7988}{ORCID}) + \item Anne Schoenauer \email{anne.schoenauer@2degrees-investing.org} (\href{https://orcid.org/0000-0002-4576-8799}{ORCID}) + \item Tilman Trompke \email{tilman@2degrees-investing.org} (\href{https://orcid.org/0009-0003-3351-5131}{ORCID}) +} } \keyword{internal}