Joe Cheng
bbf6f5faeb
Update htmlTemplate docs for htmltools 0.3.5
2016-03-28 09:45:59 -05:00
Winston Chang
931be22247
Bump version to 0.13.1
v0.13.1
2016-02-17 12:03:55 -06:00
Joe Cheng
8697360eb7
Really fix docs.
2016-02-17 11:46:02 -06:00
Joe Cheng
e3a867132a
Use parent.frame() instead of sys.parent()
2016-02-17 11:45:48 -06:00
Joe Cheng
c96debadc5
Fix docs/check
2016-02-17 11:45:16 -06:00
Joe Cheng
02520d4f54
Pass tests. reactive(function() { ... }) is NO LONGER supported.
2016-02-17 11:45:10 -06:00
Joe Cheng
5070b63d5b
Partial fix of debugger breakage
...
There are two problems I'm trying to solve here.
1) Somewhere along the way, exprToFunction gained a hardcoded
assumption that two stack frames up is a variable "expr",
meaning anything that called installExprFunction had to have
the first argument be exactly "expr". I think I got this
fixed, now the only assumption made by both installExprFunc
and exprToFunc is if they are called with quoted = FALSE,
then the caller is merely passing through code that originated
exactly one more level up the stack frame. If the code is
less than one level up, i.e. an end user is directly passing
code into installExprFunction or exprToFunction, then it won't
work; and if the code is more than one level up (someone is
passing code into function A which passes through to function
B which calls installExprFunction, with quoted = FALSE) then
it also won't work.
2) registerDebugHook calls were broken in various places by the
name/envir registered with the hook being different than the
name/envir through which the function was actually called.
This generally seems fixable by moving the registerDebugHook
call closer to the name/envir that will ultimately be called
(e.g. call registerDebugHook directly from wrapFunctionLabel).
There still seems to be a problem here in that breakpoints in
RStudio are hit but then the IDE automatically runs "n" multiple
times. Also the unit tests don't currently pass, I haven't
investigated that yet.
2016-02-17 11:45:01 -06:00
Joe Cheng
eaa722b10d
Fix flexCol on RStudio Desktop for Win/Linux
...
RStudio Desktop requires the older -webkit vendor-prefixed
flex box properties. I missed the one for flex-direction.
2016-02-17 11:32:47 -06:00
Winston Chang
46da93519f
Bump version to 0.13.0
v0.13.0
2016-01-12 13:33:14 -06:00
Winston Chang
ce0f2c51a9
Use explicit namespaces
2016-01-12 13:33:14 -06:00
Winston Chang
04b4b8da4f
Use --run-donttest when checking package
2016-01-12 13:16:18 -06:00
Winston Chang
877d7451dd
Merge pull request #1073 from rstudio/joe/staticdocs-tweaks
...
Tweaks for improved staticdocs rendering
2016-01-12 13:00:07 -06:00
Joe Cheng
7e6a68a2b1
CRAN maintainers prefer \donttest over \dontrun
2016-01-12 10:10:16 -08:00
Joe Cheng
caca515ba0
Tweaks for improved staticdocs rendering
...
- \donttest -> \dontrun, otherwise staticdocs hangs
- Put NS before ns.sep so usage entries are in a better order
2016-01-11 12:20:19 -08:00
Joe Cheng
f2410abc48
Merge remote-tracking branch 'origin/image-attr'
...
Conflicts:
inst/www/shared/shiny.js
inst/www/shared/shiny.js.map
inst/www/shared/shiny.min.js
inst/www/shared/shiny.min.js.map
2016-01-08 10:55:21 -08:00
Joe Cheng
483a7d34c5
Merge pull request #1071 from rstudio/fix-hidden-slider
...
Fix hidden slider
2016-01-08 10:53:00 -08:00
Winston Chang
e872411285
Build and minify shiny.js
2016-01-08 10:00:22 -06:00
Winston Chang
fc7e6bf542
Revert "Simpler fix for updating hidden sliders ( #1010 )"
...
This reverts commit 4e1caee7da .
See https://github.com/rstudio/shiny/issues/1010#issuecomment-169971201
2016-01-08 10:00:05 -06:00
Winston Chang
16d42b6421
Add bootstrapLib to staticdocs index
2016-01-07 13:51:56 -06:00
Winston Chang
2f25d25eec
Use setAttribute() function to set image attributes. Fixes #936
2016-01-06 15:03:18 -06:00
Winston Chang
be1081a4b9
Add note about printing ggplot2 graphics
2016-01-06 14:11:16 -06:00
Joe Cheng
1608b652d7
Fix unnecessary :::
2016-01-05 14:02:16 -08:00
Winston Chang
5dd19a878c
Bump version to 0.2.12.9009
2016-01-05 15:59:19 -06:00
Winston Chang
3314f4b5b8
Update NEWS
2016-01-05 15:59:11 -06:00
Winston Chang
5977e0fe89
Update NEWS
2016-01-05 15:30:59 -06:00
Winston Chang
f477dcba4a
Merge pull request #1068 from rstudio/template-bootstrap
...
Pull out bootstrapLib into separate function
2016-01-05 15:30:32 -06:00
Winston Chang
6c5f0c5379
Pull out bootstrapLib into separate function
2016-01-05 14:57:53 -06:00
Winston Chang
257eb1bed0
Merge pull request #1067 from rstudio/joe/bugfix/module-progress
...
Fix progress for Shiny modules
2016-01-05 11:59:18 -06:00
Joe Cheng
9c4d142c2d
Fix progress for Shiny modules
...
Too-specific class check was being used, interfered with the
"duck typed" session-like objects we use for modules.
2016-01-05 09:41:52 -08:00
Winston Chang
8e89a1f154
Add README file with info about jQuery UI
2016-01-05 11:03:34 -06:00
Winston Chang
b0952c0374
Use jQuery UI build without datepicker. Fixes #1042
2016-01-05 11:03:07 -06:00
Winston Chang
ac95dcb3f2
Fix head content location
2016-01-04 10:52:26 -06:00
Joe Cheng
ce4043f038
Update metadata
2015-12-31 11:07:35 -08:00
Joe Cheng
0d26857e31
Merge pull request #1031 from rstudio/template
...
Use templates from htmltools
2015-12-31 11:03:14 -08:00
Joe Cheng
85bea95f6b
Merge pull request #1029 from rstudio/joe/feature/knit_print.reactive
...
Add knit_print.reactive
2015-12-30 14:31:26 -08:00
Winston Chang
10a46c507f
Merge pull request #1059 from rstudio/joe/bugfix/gadgets
...
Fix stopApp bug, and fix flex box in RStudio
2015-12-30 09:38:24 -06:00
Joe Cheng
d35d76e1d0
Use flex box layout vendor prefixes
...
This fixes fillRow/fillCol for RStudio on Windows and Linux
2015-12-29 15:59:04 -08:00
Joe Cheng
aaa05b22df
Return stopApp value without visibility info
2015-12-29 15:57:23 -08:00
Winston Chang
c5fa30f0de
Make encoding tests work cleanly on different platforms
2015-12-29 15:41:49 -06:00
Joe Cheng
43fe1a9a0e
Merge pull request #1057 from rstudio/joe/feature/gadget-cancel
...
runGadget automatically handles cancel button
2015-12-28 14:18:17 -08:00
Joe Cheng
aa296fcb69
Don't show call when user cancels gadget
2015-12-28 13:56:01 -08:00
Joe Cheng
b9c7023489
Refactor server function arg matching
2015-12-28 12:43:06 -08:00
Joe Cheng
efcd286039
Code review feedback
2015-12-28 11:56:13 -08:00
Joe Cheng
98014f9495
Code review feedback
2015-12-28 11:53:52 -08:00
Joe Cheng
2702a18ea2
Add stopApp test
2015-12-28 11:18:15 -08:00
Joe Cheng
4a8da3e1e2
runGadget handles cancel automatically (by default)
2015-12-27 23:46:47 -08:00
Joe Cheng
cfe38c00f3
Proper visibility and error handling from stopApp
2015-12-27 23:35:09 -08:00
Joe Cheng
af0463ed46
Update metadata
2015-12-23 17:47:24 -08:00
Joe Cheng
c02f4691e0
Merge pull request #1054 from rstudio/joe/feature/runGadget
...
Migrate runGadget and viewer functions from shinygadgets
2015-12-23 17:45:12 -08:00
Joe Cheng
5d89393fff
Merge pull request #1039 from rstudio/joe/feature/fillPage
...
Add fillPage, flexRow, flexCol
2015-12-23 17:44:56 -08:00