Joe Cheng
ad1737f16b
Infrastructure for extensible inputs
2012-08-09 16:38:21 -07:00
Joe Cheng
2ac1895a6e
Inputs without names shouldn't be sent
2012-08-08 17:13:19 -07:00
Joe Cheng
4dc7630adc
Cleanup code, exports, radio values
...
- Radio values based on id could not be kept in sync because implicitly deselected radios don't trigger a change event. So don't pass id-based values for radios at all (still works for checkboxes though)
- Make onInputChange available in a Shiny namespace on the window
- Remove no longer used debounce/throttle code
2012-08-07 15:25:00 -07:00
Joe Cheng
66a3d68755
Hook up modular input pipeline
2012-08-07 15:25:00 -07:00
Joe Cheng
ce9213cdc1
Infrastructure for more flexible input handling
2012-08-07 15:25:00 -07:00
Joe Cheng
99b1ed51a6
Update install instructions
...
Adding ourselves to the repo list means we don't have to serve up
all the CRAN dependencies on our repo.
2012-08-06 15:40:05 -07:00
Joe Cheng
c7dcff56c7
New, simpler install instructions
2012-08-02 18:11:49 -07:00
Joe Cheng
fcdb8f08b8
Bump version
v0.1.2
2012-08-02 14:02:32 -07:00
Joe Cheng
daa03999b6
Fix error when no ui.R file exists
...
Error message was:
'Error: argument "handler is missing, with no default'
Previously I was intentionally allowing the main dynamicHandler code to run, intending to allow ui.R to be created even after the application started. Hopefully I can bring that capability back when I figure out more deeply why the error is happening.
2012-08-02 13:55:32 -07:00
JJ Allaire
cd7c5dc048
add .Rprofile to gitignore
2012-07-30 06:55:25 -07:00
JJ Allaire
09f0f85b9c
update README with installation instructions
2012-07-30 08:02:57 -04:00
JJ Allaire
8aee7563f0
bump version to 0.1.1
2012-07-30 07:27:07 -04:00
Joe Cheng
6d6c8cecd6
Fix path bug on Windows
2012-07-29 18:39:10 -07:00
JJ Allaire
334f6c8757
sync readme to welcome
2012-07-29 11:00:03 -07:00
Joe Cheng
8455343fee
Only instantiate sliders if sliders are loaded
2012-07-29 11:04:27 -07:00
JJ Allaire
d234ab016f
tweaks to readme
2012-07-29 08:54:43 -07:00
JJ Allaire
a312b46e97
man page for shiny-package
2012-07-29 08:32:55 -07:00
JJ Allaire
ff06c7997b
update package DESCRIPTION
2012-07-29 08:12:53 -07:00
JJ Allaire
3dc6d84d1f
docs for output elements
2012-07-29 07:39:44 -07:00
JJ Allaire
ef74483ebb
fix types in bootstrap docs
2012-07-29 07:39:24 -07:00
JJ Allaire
d8cf7bcbf8
docs for tabsets
2012-07-29 07:02:04 -07:00
JJ Allaire
33336a7ad2
docs for text and numeric inputs
2012-07-29 06:21:26 -07:00
JJ Allaire
79865b39d1
docs for radio buttons and submit button
2012-07-29 06:12:52 -07:00
JJ Allaire
375125e992
additional control docs
2012-07-29 06:03:39 -07:00
JJ Allaire
ebc5a992dc
remove docs for startApp
2012-07-29 05:40:48 -07:00
JJ Allaire
da01184fc9
remove more unexported functions from docs
2012-07-29 05:36:13 -07:00
JJ Allaire
e0a6a6c558
remove internal functions from docs
2012-07-29 05:34:48 -07:00
JJ Allaire
93ec81bc57
break tag/tagAppendChild out into a separate help topic
2012-07-29 05:27:57 -07:00
JJ Allaire
29295fa8a7
add client param (rd file checkin)
2012-07-29 05:15:42 -07:00
JJ Allaire
74e7130bee
fix typo in main panel docs
2012-07-29 05:15:08 -07:00
JJ Allaire
30cd83662a
add docs for client param to registerClient
2012-07-29 05:14:49 -07:00
JJ Allaire
5f8f3ca328
fix type in mainPanel example
2012-07-29 05:14:32 -07:00
JJ Allaire
5744f1c7ee
don't export tagWrite or tagWriteChildren
2012-07-29 04:57:24 -07:00
JJ Allaire
ba05f03359
simple docs shims for clearClients and registerClient
2012-07-29 04:54:44 -07:00
JJ Allaire
43c9ed0655
document top level shiny ui defintion functions
2012-07-29 04:40:57 -07:00
JJ Allaire
43fa8f53d3
eliminate problematic usage section for HTML Builder Functions
2012-07-29 04:16:36 -07:00
JJ Allaire
258dad0389
change usage of tags in docs (was yielding a warning)
2012-07-29 04:13:50 -07:00
JJ Allaire
5d5eaa2065
update namespace
2012-07-29 03:45:51 -07:00
Joe Cheng
1329136792
Get rid of R CMD CHECK warnings
2012-07-28 14:26:13 -07:00
Joe Cheng
c6cbcff9ce
Document HTML function
2012-07-28 14:25:53 -07:00
Joe Cheng
ed2e637596
Fix bug where HTML() nodes were still being escaped
2012-07-28 14:24:54 -07:00
Joe Cheng
c97aecf9ff
Document and enhance builder functions
...
Add easy string conversion and printing
2012-07-28 14:00:50 -07:00
JJ Allaire
9672088158
remove helpText from animation example
2012-07-28 11:12:23 -04:00
JJ Allaire
995908d3c6
remove docs since they have been folded into the tutorial
2012-07-28 11:04:49 -04:00
JJ Allaire
74314457ba
update readme
2012-07-28 05:06:22 -07:00
Joe Cheng
d64c99ed28
Fix broken Rd link
2012-07-28 01:54:33 -07:00
Joe Cheng
38bf13e9bf
Add doc for sliderInput's animate param
2012-07-28 01:52:41 -07:00
Joe Cheng
4101c1efd0
Rd docs for observe, reactive, reactiveTimer
...
Also improve some error messages
2012-07-28 01:47:19 -07:00
Joe Cheng
f095700485
Rd docs for runApp, runExample, shinyServer
2012-07-28 01:17:21 -07:00
Joe Cheng
4ff1c95083
Slider and animation docs
2012-07-27 17:46:15 -07:00