Winston Chang
7607b1215f
Update tests
2015-04-29 11:49:36 -05:00
Winston Chang
2b227fcca5
Send variable mappings in coordmap
2015-04-27 15:22:43 -05:00
Winston Chang
defedda891
Switch from RJSONIO to jsonlite (again)
2015-02-23 16:41:36 -06:00
Winston Chang
040ae293fb
Revert switch to jsonlite
...
This reverts commits deffc90 , ab4dc64 , and 0755579 , returning to RJSONIO.
The purpose of this is to prepare for a maintenance release for 0.11
without the switch to jsonlite, to reduce the risk of new bugs.
2015-02-06 10:53:54 -06:00
Winston Chang
f8e720d6dc
Fix tests for new HTML structure
2015-02-05 15:25:09 -06:00
Winston Chang
c930cce914
Check for unnamed arguments in ...
2015-02-03 15:55:24 -06:00
Winston Chang
075557929a
Switch from RJSONIO to jsonlite
2015-01-21 14:12:53 -06:00
Winston Chang
61b0393657
Update tests for new select input structure
2014-11-26 10:09:27 -06:00
Winston Chang
741aec198b
Fix inline checkboxGroupInputs and radioButtons
2014-11-17 14:43:34 -06:00
Winston Chang
b81361ff6d
Update tests for new DOM structure of choices
2014-11-17 14:43:33 -06:00
Joe Cheng
846c23a5a2
Merge remote-tracking branch 'origin/feature/event-reactives'
...
Conflicts:
inst/tests/test-reactivity.r
2014-10-30 14:52:39 -07:00
Joe Cheng
1223d3a2b3
Merge pull request #604 from rstudio/bugfix/observer-errors
...
Better handling of observer errors
2014-10-28 13:12:13 -07:00
Joe Cheng
e7553d6f15
Add observeEvent and eventReactive functions
2014-10-23 12:03:45 -07:00
Winston Chang
9c1badd6aa
Fix test to avoid printing message
...
The recent release of testthat now displays messages in test blocks, which revealed that
this test needed to be updated.
2014-10-06 12:33:09 -05:00
Winston Chang
929cb29c5b
Add global option for error handler function
2014-10-06 12:26:03 -05:00
Winston Chang
00ebe4fab2
Add test for observer error handling
2014-10-03 16:17:49 -05:00
Winston Chang
aa7a3f7013
Reverse order of Stack as_list()
2014-08-28 19:14:15 -05:00
Winston Chang
1e1b3c8f5f
Faster stack implementation
2014-08-28 17:31:53 -05:00
Winston Chang
83fa1ea4a6
Merge pull request #580 from wch/r6class
...
Migrate from reference classes to R6
2014-08-28 16:21:39 -05:00
Winston Chang
5012831e7b
Add tests for nested query strings
2014-08-28 15:59:50 -05:00
Winston Chang
85fb08e9a5
Update tests for R6
2014-08-28 15:45:56 -05:00
Winston Chang
21fb7959a5
Fix edge case with nested choices. Fixes #560
...
When the set of choices is a list containing a named vector of length 1,
choicesWithNames would return the wrong result.
2014-08-01 16:11:51 -05:00
Yihui Xie
029595f8ea
an edge case selectInput(choices = NULL)
...
firstChoice() may fail with an error "subscript out of bounds"
2014-07-17 15:59:33 -05:00
Winston Chang
262528e36a
Add tests for deeper nesting with choicesWithNames
2014-07-16 12:07:13 -05:00
Winston Chang
b604dba948
Add tests for default selected items
2014-07-16 00:52:29 -05:00
Winston Chang
1837a64bd2
Add tests for selectOptions
2014-07-16 00:51:57 -05:00
Winston Chang
62176c3218
Add tests for choicesWithNames
2014-07-16 00:51:57 -05:00
Yihui Xie
eb4fabeac6
fix two more staticdocs errors
2014-06-19 00:17:55 -05:00
Joe Cheng
2f94e1d2c9
Fix timing issue with random seed test on windows
2014-06-13 14:40:19 -07:00
Joe Cheng
dde266768c
Restore HTML generating functions
...
These functions were temporarily ripped out of Shiny and moved
to the htmltools package. We've discovered that it's safe to
keep including them in shiny; as long as the functions in shiny
and the functions in htmltools are identical, the user won't
receive a conflict warning.
2014-05-31 08:06:03 -07:00
Joe Cheng
44a795bf18
Extract HTML functionality to htmltools library
2014-05-31 08:06:03 -07:00
Joe Cheng
e84a76cebd
Merge pull request #457 from yihui/feature/unsatisfied-input
...
A first attempt of the custom error type for unsatisfied input dependencies
2014-05-08 16:12:58 -07:00
Joe Cheng
18d0f45cf9
Refactoring/renaming of validation
...
- validateInput renamed to validate
- validateCondition renamed to need
- Removed ability to provide "bare" conditions. It is
still possible to fail validation silently by passing
FALSE as the second argument to need()
- Rather than using a two-element list to convey results,
use a single result protocol; NULL is success, FALSE is
silent failure, string is failure with message
- Tweak "missing input" semantics, add tests
2014-05-07 16:09:06 -07:00
Joe Cheng
137e5b13ef
Update tests
2014-05-02 17:28:01 -07:00
Joe Cheng
7e7afc6d38
Massively faster selectInput
2014-05-01 14:16:27 -07:00
Joe Cheng
cd183a1926
Merge branch 'feature/mask-reactive-context'
...
Conflicts:
NEWS
2014-04-30 11:14:50 -07:00
Joe Cheng
bb2796fbc3
Add tests
2014-04-30 11:14:20 -07:00
Joe Cheng
fca50da57b
Fix staticdoc test
2014-04-29 12:09:37 -07:00
Joe Cheng
45669cacb1
Merge pull request #434 from jcheng5/private-random
...
Refactor private random seed code
2014-04-15 15:24:41 -07:00
Joe Cheng
529f2325b2
Fix tests
2014-04-11 15:46:32 -07:00
Jonathan McPherson
6a9cba90f4
have validateCssUnit treat unit-free character strings as pixel units
2014-04-11 12:59:15 -07:00
Joe Cheng
599fdc7ee5
Refactor private random seed code
2014-04-10 15:03:18 -07:00
Joe Cheng
07f73030c6
More reactive domain work
...
- observers' autodestroy behavior is now optional
- tests
2014-04-08 14:47:32 -07:00
Joe Cheng
b52d40ab28
Merge pull request #430 from rstudio/v0.10
...
V0.10
2014-03-31 11:55:29 -07:00
Joe Cheng
d7eb9b2d18
Fix 'Error in Context$new : could not find function "loadMethod"'
...
This warning was happening to dependent packages on R CMD check.
The problem is due to delayedAssign; it appears this can't be used safely, at least not to define package-level symbols that contain S4 or reference class objects.
If you call this in a package's .R file:
`delayedAssign("hello", stop("boom"))`
but don't refer to "hello" anywhere, when you run R CMD check on a dependent package you'll see the error.
If the expression needs the methods package (like Context$new()), you'll get an error unless the dependent package itself depends on methods.
2014-03-19 09:49:33 -07:00
Joe Cheng
81745f932d
Include withMathJax in staticdocs; improve test
2014-03-17 14:07:05 -07:00
Yihui Xie
c63ec5a1f2
update the test for selectInput() accordingly
2014-03-03 12:02:39 -08:00
Yihui Xie
c1b18098f1
Revert "add selectize=TRUE to selectInput(), instead of adding a separate function selectizeInput(), per suggestion of @jjallaire"
...
This reverts commit d3115a3bf3 and closes #404
2014-02-25 19:25:33 -06:00
Joe Cheng
c0cdc4083c
Merge pull request #397 from yihui/select2
...
Selectize.js
2014-02-19 15:45:56 -08:00
Joe Cheng
9b9db4f161
Merge pull request #398 from jcheng5/feature/suppress-tag-indent
...
Add indent argument to format.shiny.tag
2014-02-19 15:21:51 -08:00