projects
/
morpheus.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Adjustments to pass R CMD check --as-cran
[morpheus.git]
/
pkg
/
tests
/
testthat.R
1
library(testthat)
2
3
# Locally:
4
#library(devtools)
5
#load_all("../")
6
7
# With R CMD check:
8
library(morpheus)
9
10
test_check("morpheus")