From 0e9870fc3a516c1305cff55995b13f4f83e42a09 Mon Sep 17 00:00:00 2001 From: Mark Edmondson Date: Sat, 19 Nov 2016 12:52:12 +0100 Subject: [PATCH] Try to fix travis, and CRAN feedback extend description --- .travis.yml | 2 +- DESCRIPTION | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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"),