Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sirplus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BioCellGen-public
sirplus
Commits
db29731d
Commit
db29731d
authored
8 years ago
by
Luke Zappia
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
DESCRIPTION
+2
-2
2 additions, 2 deletions
DESCRIPTION
NEWS.md
+4
-0
4 additions, 0 deletions
NEWS.md
tests/testthat.R
+5
-0
5 additions, 0 deletions
tests/testthat.R
with
11 additions
and
2 deletions
DESCRIPTION
+
2
−
2
View file @
db29731d
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-2
3
Date: 2016-12-2
8
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"),
...
...
This diff is collapsed.
Click to expand it.
NEWS.md
+
4
−
0
View file @
db29731d
# 0.99.5
*
Set R_TESTS environment
# 0.99.4
# 0.99.4
*
Version bump to start build
*
Version bump to start build
...
...
This diff is collapsed.
Click to expand it.
tests/testthat.R
+
5
−
0
View file @
db29731d
# 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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment