Skip to content

Commit

Permalink
Try to fix travis, and CRAN feedback extend description
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed Nov 19, 2016
1 parent 4cff5cf commit 0e9870f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ script:
after_failure:
- find *Rcheck -name '*.fail' -print -exec cat '{}' \;
after_success:
- Rscript -e 'library("covr");codecov(line_exclusions = list("R/options.R", "R/utilities.R"))'
- travis_wait 40 Rscript -e 'library("covr");codecov(line_exclusions = list("R/options.R", "R/utilities.R"))'
before_install:
- openssl aes-256-cbc -K $encrypted_440eac6d6480_key -iv $encrypted_440eac6d6480_iv
-in secrets.tar.enc -out secrets.tar -d
Expand Down
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ Package: googleComputeEngineR
Type: Package
Version: 0.1.0
Title: R Interface with Google Compute Engine
Description: Interact with the Google Compute Engine API in R.
Description: Interact with the Google Compute Engine API in R. Lets you create,
start and stop instances in the Google Cloud. Support for preconfigured instances,
with templates for common R needs.
Authors@R: c(
person("Mark", "Edmondson", email = "[email protected]", role = c("aut", "cre")),
person("Scott", "Chamberlain", role = "ctb", email = "[email protected]"),
Expand Down

0 comments on commit 0e9870f

Please sign in to comment.