Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
LudvigOlsen committed Mar 15, 2020
1 parent a4dc0dd commit 81d7ca8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -10,8 +10,10 @@ matrix:
after_success:
- Rscript -e 'covr::codecov()'
- r: release
name: tidyr-devel
before_script: Rscript -e "remotes::install_github('tidyverse/tidyr')"
name: pgk-devs-devel
before_script:
- Rscript -e "remotes::install_github(paste0('tidyverse/', c('tibble','dplyr')))"
- Rscript -e "remotes::install_github(paste0('mllg/', c('checkmate')))"
- r: release
os: osx
name: release osx
Expand Down
2 changes: 2 additions & 0 deletions README.Rmd
Expand Up @@ -14,6 +14,8 @@ knitr::opts_chunk$set(
fig.retina = 2
)
xpectr::set_test_seed(1)
# Get minimum R requirement
dep <- as.vector(read.dcf('DESCRIPTION')[, 'Depends'])
rvers <- substring(dep, 7, nchar(dep)-1)
Expand Down
2 changes: 0 additions & 2 deletions tests/testthat/test_gxs_function.R
Expand Up @@ -3,8 +3,6 @@ context("gxs_function()")

test_that("gxs_function() works", {



# Some arbitrary function
# Have constraints on the arguments
# and will output slightly different things depending on
Expand Down

0 comments on commit 81d7ca8

Please sign in to comment.