Skip to content

Commit 8008f18

Browse files
author
Hongyuan Jia
committed
List pyschrolib contributors in a separate file
# |<---- Using a Maximum Of 50 Characters ---->| # Explain why this change is being made # |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->| # Provide links or keys to any relevant tickets, articles or other resources # Example: Github issue psychrometrics#23 # --- COMMIT END --- # Type can be # feat (new feature) # fix (bug fix) # docs (changes to documentation) # style (formatting, missing semi colons, etc; no code change) # refactor (refactoring production code) # test (adding missing tests, refactoring tests; no production code change) # chore (updating grunt tasks etc; no production code change) # -------------------- # Remember to # Separate subject from body with a blank line # Limit the subject line to 50 characters # Capitalize the subject line # Do not end the subject line with a period # Use the imperative mood in the subject line # Wrap the body at 72 characters # Use the body to explain what and why vs. how # Can use multiple lines with "-" for bullet points in body # -------------------- # For more information about this template, check out # https://gist.github.com/adeekshith/cd4c95a064977cdc6c50
1 parent d511e68 commit 8008f18

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

src/r/DESCRIPTION

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ Version: 2.4.0
55
Authors@R: c(
66
person("Hongyuan", "Jia", email = "hongyuan.jia@bears-berkeley.sg", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0075-8183")),
77
person(family = "The PsychroLib Contributors", role = c("ctb", "cph"),
8-
email = "hongyuan.jia@bears-berkeley.sg",
9-
comment = "Authors listed at https://github.com/psychrometrics/psychrolib/graphs/contributors"),
8+
comment = "Authors listed in inst/PSYCHROLIB_AUTHORS.txt"),
109
person(family = "ASHRAE", role = c("cph"),
11-
comment = "Copyright 2017 ASHRAE Handbook Fundamentals (https://www.ashrae.org) for equations and coefficients published ASHRAE Handbook Fundamentals Chapter 1."))
10+
comment = "Copyright 2017 ASHRAE Handbook Fundamentals (https://www.ashrae.org) for equations and coefficients published ASHRAE Handbook Fundamentals Chapter 1."))
1211
Maintainer: Hongyuan Jia <hongyuan.jia@bears-berkeley.sg>
1312
Description:
1413
'PsychroLib' <https://github.com/psychrometrics/psychrolib> is a library of

src/r/inst/PSYCHROLIB_AUTHORS.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Authors ordered by first contribution
2+
3+
Didier Thevenard
4+
David Meyer
5+
Daniel Gosnell
6+
Michael Lass <michael.lass@upb.de>
7+
Hongyuan Jia <hongyuan.jia@bears-berkeley.sg>

0 commit comments

Comments
 (0)