trestletech
579a4592b8
Test for Roxygen doc changes in Travis
...
I'd prefer to do the doc check prior to the package check so that we can
fail fast in light of trivial errors, but I worry about the side-effects
of installing devtools and roxygen2 on our tests, so I'm punting those
tasks until after our CMD check.
It may be possible to parallelize this work adjacent to our package
check (and only do it on one version of R rather than all three), but I
haven't explored that yet.
Failures in the `after_script`s don't fail the build, surprisingly. The
`|| travis_terminate 1` accomplishes that. `travis_terminate` taken
from
https://github.com/travis-ci/travis-ci/issues/1574#issuecomment-164094347
`git clean` incantations found in
https://issues.jenkins-ci.org/browse/JENKINS-31924
2019-06-18 16:48:22 -05:00
Jeff Allen
9dad5e6362
Define optgroup when using ( #2502 )
2019-06-18 16:06:29 -05:00
Jeff Allen
f51b5421f2
Add sep argument to renderText ( #2497 )
...
* Add sep argument to renderText
Closes #2469
* Add link to PR
* Regenerate docs
2019-06-14 16:26:28 -05:00
Winston Chang
387907ea32
Upgrade JS build dependencies
2019-06-14 16:18:53 -05:00
trestletech
b5ca1d48e0
Add link to renderCachedPlot.
...
Closes #2476
2019-06-14 14:22:49 -05:00
trestletech
396f170738
Bundle deprecated reactive functions into a single file.
2019-06-14 14:20:31 -05:00
Jeff Allen
5514039d42
M0ar README words
...
Give a bit more detail about validating install, and avoid calling things easy.
2019-06-14 14:18:44 -05:00
Winston Chang
c90c4f3673
Suppress stack traces in tests
2019-06-14 10:59:45 -05:00
Winston Chang
41758858cf
Fix react logging for reactiveValues
2019-06-14 10:58:50 -05:00
Joe Cheng
3ff507e6b8
Merge pull request #2493 from rstudio/jeff-internal-docs
...
Mark deprecated functions as internal
2019-06-13 14:34:03 -07:00
trestletech
5199371025
Mark deprecated functions as internal.
...
This prevents them from being listed in the documentation index. Closes #2482 .
2019-06-13 15:47:20 -05:00
Winston Chang
26ad773f77
Switch from fastmap to rlang for weakref functions
2019-06-13 14:52:14 -05:00
Winston Chang
9e133e0ecc
More memory leak tests
2019-06-11 20:21:16 -05:00
Winston Chang
c4e7099229
Reactive expressions keep reference to context
2019-06-11 19:19:52 -05:00
Winston Chang
56062628f2
Use Dependents in ReactiveValues
2019-06-11 19:19:31 -05:00
Winston Chang
48a3a1dabb
Use weak references for dependents of reactive values
2019-06-10 20:43:28 -05:00
Winston Chang
ca3c2b3e26
Use weak references for reactive contexts
2019-06-06 13:35:56 -05:00
Winston Chang
d35c5c8320
Merge pull request #2479 from rstudio/wch-consistent-reactive-order
...
Ensure that observers fire in consistent order
2019-06-06 13:22:05 -05:00
Winston Chang
749a582296
Update NEWS
2019-06-04 16:12:12 -05:00
Winston Chang
6310406430
Add tests for observer order
2019-06-04 16:07:04 -05:00
Winston Chang
d26d339f97
Ensure that dependents are sorted
2019-06-04 14:02:36 -05:00
Winston Chang
17afce6fa1
Merge pull request #2429 from rstudio/wch-fastmap
...
Use fastmap as backing store for Map class
2019-05-31 15:39:34 -05:00
Joe Cheng
d3aa601798
Make Shiny outputs (optionally) readable
2019-05-31 09:25:27 -07:00
Winston Chang
8f24d667d6
Unquote key
2019-05-30 15:12:15 -05:00
Winston Chang
5cd4588ef2
Use grep(value=TRUE)
2019-05-30 14:38:05 -05:00
Winston Chang
b0a1821d95
Rebuild shiny.js
2019-05-30 14:32:52 -05:00
Winston Chang
6b835f70e6
Merge pull request #2460 from rstudio/wch-disable-plot-drag
...
Disable dragging of plots with any interactions enabled
2019-05-30 14:32:00 -05:00
Winston Chang
308bc76ac6
Disable dragging of plots with any interactions. Closes #1393 , #2223
2019-05-29 15:16:11 -05:00
Winston Chang
fd843509a1
Fix NEWS formatting
2019-05-29 11:59:13 -05:00
Winston Chang
7691cfdadb
Merge pull request #2446 from nteetor/master
...
New target for `shiny:inputchanged` event
2019-05-29 11:57:55 -05:00
nteetor
1aa9368e54
Update inputchanged news item with pr number, move to improvements
2019-05-23 20:11:44 -04:00
nteetor
180e852fee
Trigger shiny:inputchanged event on related input element ( #2442 )
2019-05-22 20:01:33 -04:00
Alan Dipert
547edd7e32
Fix feature request template
2019-05-21 11:14:02 -07:00
Winston Chang
0b46c63c31
Fix testthat version number
2019-05-16 16:43:01 -05:00
Carson Sievert
9b69ce1988
yarn build
2019-05-14 16:44:33 -05:00
Carson Sievert
57cc44f662
Coordmap info should retain discrete limits ( #2410 )
...
* ggplot2 input brushes should retain discrete range mapping, and be imposed in brushedPoints(), closes #1433
* simplify logic and reduce required storage
* get nearPoints() working as well, cleanup
* only remember scale range if ggplot is facet with a free discrete axis
* Use the scale limits (before the range) since the former is specified, that's what is actually shown on the plot
also, introduce within_brush() helper to consistently handle missing values produced by asNumber()
* also use scale limits in older versions of ggplot2
* DRY
* discrete_mapping -> discrete_limits; better comments
* update test expectation
* a couple unit tests
* update comment to reflect new coordmap data structure
* use unlink() not rm()
* add some tests for specifying scale limits and labels
* Use get_limits() if available
* update news
* better name and comment for new asNumber() argument
2019-05-14 16:34:00 -05:00
Carson Sievert
4eaa9c7ea9
Don't match text inputs with a trailing '-selectized' in their id, fixes #2396 ( #2418 )
...
* Don't match text inputs with a trailing '-selectized' in their id, fixes #2396
* update news
* parentheses
2019-05-14 16:26:32 -05:00
Winston Chang
0b6cdcc826
fastmap moved to r-lib
2019-05-14 11:46:57 -05:00
Winston Chang
7bc0a0ca39
Fix tests that assumed names in a specific order
2019-05-14 10:41:06 -05:00
Winston Chang
1ef2074a10
Fastmap objects can now be saved and loaded
2019-05-14 10:36:37 -05:00
Winston Chang
0747b2a72a
fastmap: exists() was renamed to has()
2019-05-14 10:35:50 -05:00
Alan Dipert
64b3095f2c
Removed redundant section of issue template
2019-05-10 10:07:30 -07:00
Winston Chang
ab82af122f
Merge pull request #2436 from rstudio/alan/issue-templates
...
Add issue templates
2019-05-10 12:05:35 -05:00
Alan Dipert
54fccf2e7c
Incorporate feedback from @wch
2019-05-10 10:01:03 -07:00
Alan Dipert
05e953db3a
Improve bug report template
2019-05-10 08:28:05 -07:00
Alan Dipert
f726835850
Add issue templates
2019-05-09 23:04:19 -07:00
Winston Chang
38d2809131
Convert MemoryCache to use fastmap
2019-05-09 10:20:33 -05:00
Winston Chang
d7718991a6
Import fastmap::fastmap
2019-05-09 10:20:33 -05:00
Winston Chang
32c2bff6eb
Convert ReactiveValues$.metadata to use Map
2019-05-09 10:20:33 -05:00
Winston Chang
555ede03ed
Convert ReactiveValues$.values to use Map
2019-05-08 20:33:52 -05:00