forked from weecology/portalcasting
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request weecology#129 from weecology/juniper_active
v0.9.0
- Loading branch information
Showing
262 changed files
with
13,130 additions
and
62,761 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,6 @@ doc | |
.RData | ||
docs/* | ||
inst/doc | ||
tests/testthat/testing/* | ||
tests/testthat/prod/* | ||
tests/testthat/sand/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,33 @@ | ||
language: r | ||
cache: packages | ||
sudo: false | ||
sudo: required | ||
warnings_are_errors: false | ||
r: | ||
- release | ||
- devel | ||
|
||
before_install: | ||
- sudo apt-get update -qq | ||
- sudo apt-get install texlive-latex-base | ||
|
||
r_packages: | ||
- covr | ||
- covr | ||
|
||
script: | ||
- | | ||
R CMD build . | ||
travis_wait 20 R CMD check portalcasting*tar.gz | ||
addons: | ||
apt: | ||
packages: | ||
- libgsl0-dbg | ||
- libgsl0-dev | ||
- libgsl0ldbl | ||
update: true | ||
|
||
after_success: | ||
- R CMD INSTALL . | ||
- Rscript -e 'pkgdown::build_site()' | ||
- travis_wait 20 Rscript -e 'library(covr); codecov()' | ||
travis_wait 40 R CMD check portalcasting*tar.gz | ||
deploy: | ||
provider: pages | ||
skip-cleanup: true | ||
github-token: $GITHUB_PAT | ||
keep-history: true | ||
local-dir: docs | ||
on: | ||
branch: master | ||
matrix: | ||
include: | ||
- r: devel | ||
- r: release | ||
after_success: | ||
- R CMD INSTALL . | ||
- Rscript -e 'pkgdown::build_site(examples = FALSE)' | ||
- travis_wait 40 Rscript -e 'library(covr); codecov()' | ||
deploy: | ||
provider: pages | ||
skip-cleanup: true | ||
github-token: $GITHUB_PAT | ||
keep-history: true | ||
local-dir: docs | ||
on: | ||
branch: master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: portalcasting | ||
Title: Functions Used in Predicting Portal Rodent Dynamics | ||
Version: 0.8.1 | ||
Version: 0.9.0 | ||
Authors@R: c( | ||
person(c("Juniper", "L."), "Simonis", | ||
email = "[email protected]", role = c("aut", "cre"), | ||
|
@@ -20,25 +20,23 @@ Authors@R: c( | |
Description: Create a directory, populate it with data, build | ||
models, forecast rodent populations, and visualize the results. | ||
This package provides the functionality underlying the | ||
Portal Predictions Project: <https://github.com/weecology/portalpredictions>. | ||
Portal Predictions Project <https://github.com/weecology/portalpredictions> | ||
as well as support for exploring and developing new models in sandbox environments. | ||
URL: https://weecology.github.io/portalcasting, https://github.com/weecology/portalcasting | ||
BugReports: https://github.com/weecology/portalcasting/issues | ||
Depends: R (>= 3.2.3) | ||
License: MIT + file LICENSE | ||
LazyData: true | ||
Imports: | ||
curl, | ||
DesignLibrary, | ||
digest, | ||
dplyr, | ||
forecast, | ||
httr, | ||
lubridate, | ||
magrittr, | ||
portalr, | ||
purrr, | ||
RCurl, | ||
readr, | ||
rlang, | ||
tidyselect, | ||
tscount, | ||
viridis, | ||
yaml | ||
|
Oops, something went wrong.