Skip to content

Commit

Permalink
Merge a9322ab into 945caf5
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolepore committed Feb 6, 2019
2 parents 945caf5 + a9322ab commit ebe9362
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ matrix:
after_success: Rscript -e 'covr::coveralls()'
before_deploy:
- Rscript -e 'remotes::install_cran("pkgdown")'
- Rscript -e 'install.packages("tidyverse")'
- Rscript -e 'install.packages("tidyverse", "ggstance")'
deploy:
provider: script
script: Rscript -e 'pkgdown::deploy_site_github()'
Expand Down
20 changes: 12 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,18 @@ Authors@R:
family = "Davies",
role = c("aut", "rev"),
email = "daviess@si.edu"),
person(given = "Matteo",
family = "Detto",
role = "aut",
email = "teoparaglider@gmail.com"),
person(given = "Erika",
family = "Gonzalez-Akre",
role = c("aut", "rev"),
email = "GonzalezEB@si.edu"),
person(given = "Pamela",
family = "Hall",
role = "aut",
email = "phall@alum.mit.edu"),
person(given = "Valentine",
family = "Herrmann",
role = c("aut", "rev"),
Expand All @@ -34,14 +42,6 @@ Authors@R:
family = "Kraichak",
role = c("aut", "rev"),
email = "ekraichak@gmail.com"),
person(given = "Matteo",
family = "Detto",
role = "aut",
email = "teoparaglider@gmail.com"),
person(given = "Pamela",
family = "Hall",
role = "aut",
email = "phall@alum.mit.edu"),
person(given = "Kyle",
family = "Harms",
role = "aut",
Expand Down Expand Up @@ -70,6 +70,10 @@ Authors@R:
family = "Russo",
role = c("aut", "rev"),
email = "srusso2@unl.edu"),
person(given = "Cara",
family = "Scalpone",
role = c("aut", "rev"),
email = "ScalponeC@si.edu"),
person(given = "Kristina",
family = "Teixeira",
role = c("aut", "rev"),
Expand Down

0 comments on commit ebe9362

Please sign in to comment.