Skip to content

Commit

Permalink
change Rds to rds extension
Browse files Browse the repository at this point in the history
  • Loading branch information
mnwright committed Jun 25, 2018
1 parent 74e6c45 commit fc0f7fe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/testthat/test_genabel.R
Expand Up @@ -5,7 +5,7 @@ context("genabel")
## GenABEL
if (requireNamespace("GenABEL", quietly = TRUE)) {
library(GenABEL)
dat.gwaa <- readRDS("../test_gwaa.Rds")
dat.gwaa <- readRDS("../test_gwaa.rds")
rg.gwaa <- ranger(CHD ~ ., data = dat.gwaa)
}

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_importance_pvalues.R
Expand Up @@ -5,7 +5,7 @@ context("importance")

## GenABEL data
if (requireNamespace("GenABEL", quietly = TRUE)) {
dat_gwaa <- readRDS("../test_gwaa.Rds")
dat_gwaa <- readRDS("../test_gwaa.rds")
}

## 0 noise variables
Expand Down

0 comments on commit fc0f7fe

Please sign in to comment.