-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # README.md (fixed)
- Loading branch information
Showing
153 changed files
with
6,030 additions
and
4,459 deletions.
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
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 |
---|---|---|
@@ -1,20 +1,14 @@ | ||
# History files | ||
.Rhistory | ||
.Rapp.history | ||
|
||
# Example code in package build process | ||
*-Ex.R | ||
# R data files from past sessions | ||
.Rdata | ||
# RStudio files | ||
.Rproj.user/ | ||
shinyStan.Rproj | ||
# For the Mac | ||
*.DS_Store | ||
.Rproj.user | ||
shinystan.Rproj | ||
|
||
*.DS_Store | ||
inst/doc | ||
^cran-comments\.md$ | ||
|
||
cran-comments.md | ||
|
||
revdep/ | ||
*.swf |
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 |
---|---|---|
@@ -1,33 +1,9 @@ | ||
language: r | ||
sudo: required | ||
r: devel | ||
cache: packages | ||
|
||
cran: http://cran.rstudio.com/ | ||
r_check_revdep: false | ||
pandoc: false | ||
r_github_packages: | ||
- jimhester/covr | ||
|
||
env: | ||
global: | ||
- _R_CHECK_FORCE_SUGGESTS_=false | ||
|
||
r_binary_packages: | ||
- coda | ||
- dygraphs | ||
- ggplot2 | ||
- gtools | ||
- httpuv | ||
- inline | ||
- jsonlite | ||
- knitr | ||
- markdown | ||
- reshape2 | ||
- Rcpp | ||
- RUnit | ||
- shiny | ||
- testthat | ||
- xts | ||
- yaml | ||
|
||
notifications: | ||
email: | ||
on_success: change | ||
on_failure: change | ||
after_success: | ||
- Rscript -e 'covr::codecov(function_exclusions = c("launch$", "launch_shinystan_demo"), line_exclusions = list("R/zzz.R"))' |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: shinystan | ||
Title: Interactive Visual and Numerical Diagnostics and Posterior Analysis for | ||
Bayesian Models | ||
Version: 2.1.0 | ||
Date: 2016-01-06 | ||
Version: 2.2.0 | ||
Date: 2016-05-23 | ||
Authors@R: c(person("Jonah", "Gabry", role = c("aut", "cre"), | ||
email = "[email protected]"), | ||
person(family = "Stan Development Team", role = "ctb"), | ||
|
@@ -16,12 +16,12 @@ Authors@R: c(person("Jonah", "Gabry", role = c("aut", "cre"), | |
person("Dongying", "Song", role = "ctb"), | ||
person("Rob", "Trangucci", role = "ctb")) | ||
Maintainer: Jonah Gabry <[email protected]> | ||
Description: We provide a graphical user interface for interactive Markov chain | ||
Monte Carlo (MCMC) diagnostics and plots and tables helpful for analyzing a | ||
posterior sample. The interface is powered by RStudio's Shiny web application | ||
framework and works with the output of MCMC programs written in any programming | ||
language (and has extended functionality for Stan models fit using the rstan | ||
package and the No-U-Turn sampler). | ||
Description: A graphical user interface for interactive Markov chain Monte | ||
Carlo (MCMC) diagnostics and plots and tables helpful for analyzing a | ||
posterior sample. The interface is powered by RStudio's Shiny web | ||
application framework and works with the output of MCMC programs written | ||
in any programming language (and has extended functionality for Stan models | ||
fit using the rstan and rstanarm packages). | ||
URL: https://github.com/stan-dev/shinystan/, http://mc-stan.org/ | ||
BugReports: https://github.com/stan-dev/shinystan/issues/ | ||
Depends: | ||
|
@@ -32,18 +32,20 @@ LazyData: true | |
Suggests: | ||
coda, | ||
knitr (>= 1.9), | ||
rstan (>= 2.7), | ||
rmarkdown (>= 0.8.1), | ||
rstanarm (>= 2.9.0-3), | ||
testthat | ||
Imports: | ||
DT (>= 0.1), | ||
dygraphs (>= 0.4.5), | ||
ggplot2 (>= 2.0.0), | ||
ggplot2 (>= 2.1.0), | ||
gridExtra, | ||
gtools, | ||
markdown (>= 0.7.4), | ||
methods, | ||
reshape2, | ||
rsconnect (>= 0.4.2), | ||
rstan (>= 2.9.0-3), | ||
stats, | ||
shinyjs (>= 0.1.0), | ||
shinythemes (>= 1.0.1), | ||
|
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.