Skip to content
Snippets Groups Projects
Commit db29731d authored by Luke Zappia's avatar Luke Zappia
Browse files

Set R_TESTS environment

Hopefully fixes error when building on windows
parent 07271531
No related branches found
No related tags found
No related merge requests found
Package: splatter Package: splatter
Type: Package Type: Package
Title: Simple Simulation of Single-cell RNA Sequencing Data Title: Simple Simulation of Single-cell RNA Sequencing Data
Version: 0.99.4 Version: 0.99.5
Date: 2016-12-23 Date: 2016-12-28
Author: Luke Zappia Author: Luke Zappia
Authors@R: Authors@R:
c(person("Luke", "Zappia", role = c("aut", "cre"), c(person("Luke", "Zappia", role = c("aut", "cre"),
......
# 0.99.5
* Set R_TESTS environment
# 0.99.4 # 0.99.4
* Version bump to start build * Version bump to start build
......
# setting R_TESTS to empty string because of
# https://github.com/hadley/testthat/issues/144
# revert this when that issue in R is fixed.
Sys.setenv("R_TESTS" = "")
library(testthat) library(testthat)
library(splatter) library(splatter)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment