Skip to content

Commit

Permalink
Merge b3f0d04 into 8efe914
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolepore committed Feb 7, 2019
2 parents 8efe914 + b3f0d04 commit e3fff4c
Show file tree
Hide file tree
Showing 7 changed files with 907 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
^ca\.sh$
^cm\.sh$
^revdep$
^cran-comments\.md$
^tmp\.sh$
Expand Down
File renamed without changes.
899 changes: 899 additions & 0 deletions .buildignore/eda.html

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ cache: packages

matrix:
include:
- os: osx
- r: devel
- r: release
after_success: Rscript -e 'covr::coveralls()'
before_deploy:
- Rscript -e 'remotes::install_cran("pkgdown")'
- Rscript -e 'remotes::install_github("maurolepore/pkgdoc")'
- Rscript -e 'install.packages(c("tidyverse", "ggstance", "lvplot"))'
- Rscript -e 'install.packages(c("ggbeeswarm", "modelr", "kableExtra", "DT"))'
- Rscript -e 'install.packages("DT")'
deploy:
provider: script
script: Rscript -e 'pkgdown::deploy_site_github()'
Expand All @@ -23,6 +21,5 @@ matrix:
- r: 3.3
- r: 3.2
allow_failures:
- os: osx
- r: 3.2

2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ navbar:
- text: "Isolating data with dplyr"
href: https://fgeocomm.shinyapps.io/transform-isolating/
- text: "Exploratory data analysis"
href: articles/siteonly/eda.html
href: https://bookdown.org/fgeocomm/eda/

right:
- text: "Community"
Expand Down
2 changes: 2 additions & 0 deletions ca.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
git add .
git commit --amend
2 changes: 2 additions & 0 deletions cm.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
git add .
git commit -a

0 comments on commit e3fff4c

Please sign in to comment.