From 94496275d14d4668622ccd9a61b60859db6b662e Mon Sep 17 00:00:00 2001 From: EmilHvitfeldt Date: Fri, 19 Mar 2021 23:19:09 -0700 Subject: [PATCH] add Emil as contributor --- DESCRIPTION | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 2369e2752..d9252cff3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,8 +3,9 @@ Version: 0.1.5.9002 Title: A Common API to Modeling and Analysis Functions 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). Authors@R: c( - person(given = "Max", family = "Kuhn", email = "max@rstudio.com", role = c("aut", "cre")), - person(given = "Davis", family = "Vaughan", email = "davis@rstudio.com", role = c("aut")), + person(given = "Max", family = "Kuhn", email = "max@rstudio.com", role = c("aut", "cre")), + person(given = "Davis", family = "Vaughan", email = "davis@rstudio.com", role = c("aut")), + person(given = "Emil", family = "Hvitfeldt", email = "emilhhvitfeldt@gmail.com", role = c("ctb")), person("RStudio", role = "cph")) Maintainer: Max Kuhn URL: https://parsnip.tidymodels.org, https://github.com/tidymodels/parsnip