Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shinystan animated #126

Open
wants to merge 65 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
ddd328f
Modify explore page to add an animation option
Jun 11, 2016
13c0d0b
developing new site for explore animate tab
Jun 12, 2016
5c73d9f
make animate_options source
Jun 12, 2016
1aa9a10
Add selection options for animate very similar to trivariate option i…
Jun 12, 2016
9c22f62
create basic plot function for animate in animate.R
Jun 12, 2016
011b8c2
added tweened and gganimated function to animate.R. should have basic…
Jun 12, 2016
a257016
update animate_plot function to be reactive to .animate_plot
Jun 12, 2016
a890740
fixed variable name scoping issue with regard to ggplot2 aes function
Jun 12, 2016
8203181
now have params loaded from the input$param upper left-hand dialog bo…
Jun 12, 2016
eee8c08
removed mention of id variable in melt function because tweenR remove…
Jun 12, 2016
2017668
fixed .png issue (changed to .gif)
Jun 12, 2016
50c9999
added an action button so that it only animates when you hit the button
Jun 12, 2016
52820ea
trying to get a better usage of the action button by moving it down c…
Jun 12, 2016
6b5d725
Fixed issue where returning a NULL to renderImage produced an error b…
Jun 12, 2016
ae8b7d1
add annotations to moving points, fix download button
Jun 12, 2016
47bb107
fixed action button
Jun 12, 2016
9c3a8d5
still don't have GIF download fixed yet. adding options tracker
Jun 12, 2016
2d99ed7
attempt to get all options working
Jun 12, 2016
a51bce3
further work on customizing display options for the animate plot
Jun 12, 2016
3ddb7d3
trying to fix the transforms
Jun 12, 2016
100398b
add frame speed option
Jun 12, 2016
cd8ffbe
add chain selection options
Jun 12, 2016
4d94699
bugfixes on correct number of chains
Jun 12, 2016
5425361
trying to get chain options to work for multiple chains with one para…
Jun 12, 2016
7cea160
switching to video, better files
Jun 13, 2016
a6077f2
Have video working, still trying to figure out download code
Jun 13, 2016
73f715b
basic error checking on chain numbers now working
Jun 13, 2016
e3752c4
working on getting divergent transitions to show correctly
Jun 13, 2016
6466826
update ignore
Jun 13, 2016
b797155
adding more option to control display and selection of rows
Jun 13, 2016
847af4b
bug fixed for new options
Jun 13, 2016
55f25e4
now have options working
Jun 13, 2016
aae8ed9
finished with adjusting video options
Jun 13, 2016
baebd14
documentation, add standardize function
Jun 13, 2016
ffb5712
Add more help text and adjust video options
Jun 13, 2016
41775e3
adjust video settings. add detailed help information when tab loads (…
Jun 13, 2016
82ed73c
Rmarkdown file working correctly, still trying to get video options w…
Jun 13, 2016
bf4d796
fixing video options
Jun 13, 2016
14122ba
made new save functions to streamline video processing and also add g…
Jun 14, 2016
26f8a8f
new video creation functions working, minor bugfixes
Jun 14, 2016
50b03a1
minor viewing changes
Jun 14, 2016
2a8f2b9
lowered default number of iterations to animate
Jun 14, 2016
135c5fa
bugfix
Jun 14, 2016
1a251a4
unnecessary file
Jun 14, 2016
940b203
prepare for pull
Jun 14, 2016
88ef55d
added additional packages used under "Depends" option because they ar…
Jun 14, 2016
c1c2ec3
add knitr to depends because it is used to create markdown file for a…
Jun 14, 2016
2154b2e
fixed mistake
Jun 14, 2016
621aa8c
cleaning up for pull
Jun 14, 2016
cfa8b95
cleanup
Jun 14, 2016
58610da
final changes
Jun 14, 2016
595d05c
final commit
Jun 14, 2016
f30a8d8
not needed
saudiwin Jun 14, 2016
2b8f4a3
changed animation options so that it will load actual video aspect ra…
Jun 15, 2016
b7ad672
Merge branch 'separate_tab' of https://github.com/saudiwin/shinystan …
Jun 16, 2016
b332fd6
update to enable histogram support (for one chain with multiple varia…
Jun 20, 2016
f922196
updating code to reflect that I have programmed my own gganimate/anim…
Jun 21, 2016
f8edffe
add mclapply support to back-end of saveVideo function
Jun 21, 2016
c3040b5
test mclapply
Jun 21, 2016
71c5788
added helper function to enable better parallel processing
saudiwin Jun 30, 2016
2ac9ada
added better parallel support using mclapply
saudiwin Jun 30, 2016
f1276d8
bugfix
saudiwin Jun 30, 2016
affc5ff
Modify to allow for sequential video processing given different cores
saudiwin Jun 30, 2016
a0b97fe
Needed to use stringr's str_extract function for filename processing …
saudiwin Jun 30, 2016
83b4196
mclapply now working correctly
saudiwin Jul 1, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added additional packages used under "Depends" option because they ar…
…e not imported, they only need to be installed
bob_kubinec committed Jun 14, 2016
commit 88ef55dbe81d8f3fa5763834bdff92f524fc451e
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -26,7 +26,9 @@ URL: https://github.com/stan-dev/shinystan/, http://mc-stan.org/
BugReports: https://github.com/stan-dev/shinystan/issues/
Depends:
R (>= 3.1.0),
shiny (>= 0.12.1)
shiny (>= 0.12.1),
tweenr,
reshape2
License: GPL (>=3)
LazyData: true
Suggests: