Skip to content

Commit

Permalink
buildignore travis script and import zoon to clear a could of checks
Browse files Browse the repository at this point in the history
  • Loading branch information
goldingn committed Apr 5, 2017
1 parent 613da42 commit 8cfd2cc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
^.*\.Rproj$
^\.Rproj\.user$

.travis.yml
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ r_packages:
- spocc
- zoon
- gridExtra
- lattice

## After success update the code coverage and deploy the pkgdown to gh-pages
after_success:
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Generated by roxygen2: do not edit by hand

import(zoon)
1 change: 1 addition & 0 deletions R/zoontutorials.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#' Tutorials and Best Practice Guides for Species Distribution Modelling using zoon
#' @name zoontutorials
#' @description See vignette for an introductory tutorial to SDM using zoon
#' @import zoon
NULL

0 comments on commit 8cfd2cc

Please sign in to comment.