Skip to content

Commit

Permalink
Merge fb619b3 into 8efe914
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolepore committed Feb 7, 2019
2 parents 8efe914 + fb619b3 commit d7885fb
Show file tree
Hide file tree
Showing 8 changed files with 912 additions and 9 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.

6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,17 @@
language: R
sudo: false
cache: packages
latex: false

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 +22,5 @@ matrix:
- r: 3.3
- r: 3.2
allow_failures:
- os: osx
- r: 3.2

8 changes: 4 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
* Work in progress.
* Add reviewers (forestgeo/forum#19).

# fgeo 1.1.1 (GitHub and drat release)
# fgeo 1.1.1 ([GitHub](https://github.com/forestgeo/fgeo/releases) and [drat](https://forestgeo.github.io/drat/))

* Meet CRAN standards.
* Use tidy versions.

# fgeo 1.1.0 (GitHub and drat release)
# fgeo 1.1.0 ([GitHub](https://github.com/forestgeo/fgeo/releases) and [drat](https://forestgeo.github.io/drat/))

* Import fgeo packages via `Additional_repositories` served at <https://forestgeo.github.io/drat/>

# fgeo 1.0.1 (GitHub and drat release)
# fgeo 1.0.1 ([GitHub](https://github.com/forestgeo/fgeo/releases) and [drat](https://forestgeo.github.io/drat/))

* Style.

* Tidy dependencies.

# fgeo 1.0.0 (GitHub release)
# fgeo 1.0.0 ([GitHub](https://github.com/forestgeo/fgeo/releases) release)

* Internal release.
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 d7885fb

Please sign in to comment.