diff --git a/.travis.yml b/.travis.yml index b6febee..6c803f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/DESCRIPTION b/DESCRIPTION index f174186..06596c9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "r@sunholo.com", role = c("aut", "cre")), person("Scott", "Chamberlain", role = "ctb", email = "myrmecocystus@gmail.com"),