-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
setup tests to run and fixed documentation for parallel_stan
- Loading branch information
Showing
4 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Title: Variability Analysis in R | |
Description: The varian package estimates the variability in a repeated | ||
measure outcome and uses that as an outcome or a predictor in a second stage | ||
model. | ||
Date: 2014-09-24 | ||
Date: 2014-11-12 | ||
Authors@R: c(person( | ||
"Joshua", "Wiley", "F.", "[email protected]", c("aut", "cre")), | ||
person("Elkhart Group Limited", role = "cph")) | ||
|
@@ -20,5 +20,7 @@ Imports: | |
Formula, | ||
grid, | ||
gridExtra | ||
Suggests: | ||
testthat | ||
LazyLoad: yes | ||
License: MIT + file LICENSE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
library(testthat) | ||
test_check("varian") |