Joe Cheng
022d10c598
Export and document observe function
2012-11-06 10:03:11 -08:00
Joe Cheng
81723d55ac
Change T and F to TRUE and FALSE
...
TRUE and FALSE are keywords whereas T and F are just predefined variables that can be reassigned
2012-10-31 11:35:41 -07:00
Joe Cheng
cb4091895a
Fix S3 generic method consistency
2012-08-20 13:44:04 -07:00
Joe Cheng
d49e8d172f
Improvements to reactives and UI
...
- `input` object now implements names() and as.list()
- Simpler dependency tracking impl using Dependencies class
- New `singleton` function for making HTML content appear only once
- Fix issue #4 : head deduplication should not be line-oriented
2012-08-18 00:01:16 -07:00
JJ Allaire
e0a6a6c558
remove internal functions from docs
2012-07-29 05:34:48 -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
0d8d35743d
Observers defer first execution until flushReact
...
This allows us to greatly simplify the way outputs are defined
2012-07-25 16:07:40 -07:00
Joe Cheng
b4c02f42f7
Add support for progress indication
...
The CSS class 'recalculating' will be added to any output elements whose content might be affected by a change to one or more of the inputs.
2012-07-24 10:45:00 -07:00
Joe Cheng
8b4d62e374
Error handling support (very basic)
2012-07-23 17:10:19 -07:00
Joe Cheng
bd87be2f7e
Tweak docs
2012-07-18 09:00:32 -07:00
Joe Cheng
0660ddbfbf
Values keys that start with . were not reactive
2012-07-17 22:28:22 -07:00
Joe Cheng
108dd4ff24
Add invalidateLater API call
...
Provides a simpler mechanism for doing time-based invalidation of reactive functions.
2012-07-13 02:29:03 -07:00
Joe Cheng
52394d61bf
Add time infrastructure, reactiveTimer
2012-07-12 16:36:32 -07:00
Joe Cheng
500501497f
Roxygenize
2012-07-04 14:11:35 -07:00