Skip to content

Commit 47b85dd

Browse files
authored
Merge pull request #452 from EmilHvitfeldt/emil-ctb
Add Emil as contributor
2 parents 110257f + 9449627 commit 47b85dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ Version: 0.1.5.9002
33
Title: A Common API to Modeling and Analysis Functions
44
Description: A common interface is provided to allow users to specify a model without having to remember the different argument names across different functions or computational engines (e.g. 'R', 'Spark', 'Stan', etc).
55
Authors@R: c(
6-
person(given = "Max", family = "Kuhn", email = "[email protected]", role = c("aut", "cre")),
7-
person(given = "Davis", family = "Vaughan", email = "[email protected]", role = c("aut")),
6+
person(given = "Max", family = "Kuhn", email = "[email protected]", role = c("aut", "cre")),
7+
person(given = "Davis", family = "Vaughan", email = "[email protected]", role = c("aut")),
8+
person(given = "Emil", family = "Hvitfeldt", email = "[email protected]", role = c("ctb")),
89
person("RStudio", role = "cph"))
910
Maintainer: Max Kuhn <[email protected]>
1011
URL: https://parsnip.tidymodels.org, https://github.com/tidymodels/parsnip

0 commit comments

Comments
 (0)