Skip to content

Commit

Permalink
Add reviewer and install packages for vignettes (#189)
Browse files Browse the repository at this point in the history
* @crscalpone is now a reviewer
* Install packages to build online vignettes
  • Loading branch information
maurolepore authored Feb 6, 2019
1 parent 945caf5 commit 4a12a53
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ matrix:
after_success: Rscript -e 'covr::coveralls()'
before_deploy:
- Rscript -e 'remotes::install_cran("pkgdown")'
- Rscript -e 'install.packages("tidyverse")'
- Rscript -e 'remotes::install_github("maurolepore/pkgdoc")'
- Rscript -e 'install.packages(c("tidyverse", "ggstance", "lvplot"))'
- Rscript -e 'install.packages(c("ggbeeswarm", "modelr", "kableExtra", "DT"))'
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 4a12a53

Please sign in to comment.