diff --git a/DESCRIPTION b/DESCRIPTION index a5e6300..86ece96 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -6,7 +6,12 @@ Authors@R: family = "Johnson", role = c("aut", "cre"), email = "wevanjohnson@gmail.com", - comment = c(ORCID = "YOUR-ORCID-ID")) + comment = c(ORCID = "YOUR-ORCID-ID")) + person(given = "Marissa" + family = "Schroeter" + role = c("aut", "cre") + email = "ms3436@gsbs.rutgers.edu" + Description: This is my new package to do addition, subtraction, and multiplication License: Artistic 2.0 Encoding: UTF-8 diff --git a/R/multiply.r b/R/multiply.r new file mode 100644 index 0000000..e69de29