Skip to content

Commit

Permalink
Merge pull request weecology#129 from weecology/juniper_active
Browse files Browse the repository at this point in the history
v0.9.0
  • Loading branch information
juniperlsimonis authored Sep 6, 2019
2 parents f81cf7c + 137942c commit c3d7b0f
Show file tree
Hide file tree
Showing 262 changed files with 13,130 additions and 62,761 deletions.
7 changes: 2 additions & 5 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
^.*\.Rproj$
^\.Rproj\.user$
^\.travis\.yml$
^models$
^package_outline.txt$
^in_dev.R$
^CONTRIBUTING\.md$
^CODE_OF_CONDUCT\.md$
^_pkgdown\.yml$
^LICENSE\.md$
^cran-comments\.md$
^\.zenodo\.json$
^inst/WORDLIST$
^inst/WORDLIST$
^notes.R$
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ doc
.RData
docs/*
inst/doc
tests/testthat/testing/*
tests/testthat/prod/*
tests/testthat/sand/*
50 changes: 23 additions & 27 deletions .travis.yml
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
12 changes: 5 additions & 7 deletions DESCRIPTION
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"),
Expand All @@ -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
Expand Down
Loading

0 comments on commit c3d7b0f

Please sign in to comment.