Barbara Borges Ribeiro
0896b2f7b8
initialize header_alignments in a clearer way
2016-03-12 17:36:01 +00:00
Barbara Borges Ribeiro
cc406262ac
added spaces after commas in a couple of places where they were missing
2016-03-12 17:23:43 +00:00
Barbara Borges Ribeiro
0f20063eb8
added "$" to regex to make sure we're subbing "</table>" only at the end of the input
2016-03-12 17:04:29 +00:00
Barbara Borges Ribeiro
5f32b165f2
updated createWrapper() per Joe's suggestion, added spaces between the "="
2016-03-12 16:46:59 +00:00
Winston Chang
3cadd1789b
Merge pull request #1130 from dmpe/master
...
update bootstrap to 3.3.6
2016-03-11 16:03:24 -06:00
dmpe
e486778b36
note to news file and upgrade number in R file
2016-03-11 19:21:25 +01:00
Barbara Borges Ribeiro
7fe6453bbb
vectorized form to add format args to classNames
2016-03-11 16:26:07 +00:00
Barbara Borges Ribeiro
9f88d2b6d6
made isNumber() 1000x more elegant
2016-03-11 16:19:29 +00:00
Barbara Borges Ribeiro
8f9d52699d
return NULL instead of the empty string if no data is provided
2016-03-11 16:00:00 +00:00
Barbara Borges Ribeiro
0a774a8c55
"the" changed to "of"
2016-03-11 15:52:05 +00:00
Barbara Borges Ribeiro
d4ced34a11
2nd update to width documentation (copied straight from plotOutput() )
2016-03-11 15:36:14 +00:00
Barbara Borges Ribeiro
85a762a0b9
updated width documentation
2016-03-11 15:34:34 +00:00
dmpe
b255fecc6e
update bootstrap to 3.3.6
...
see https://github.com/rstudio/shiny/issues/1056
2016-03-11 13:23:38 +01:00
Barbara Borges Ribeiro
734d2e2594
latex bug in documentation (but shouldn't this be allowed?)
2016-03-11 10:58:18 +00:00
Barbara Borges Ribeiro
2e292b4636
commenting and documenting
2016-03-11 10:44:02 +00:00
Barbara Borges Ribeiro
f0bc7356ac
made sure theader is only present the argument colnames is set to TRUE
2016-03-10 23:34:53 +00:00
Winston Chang
1bcb6ab931
Add note about grunt clean
2016-03-10 11:08:15 -06:00
Barbara Borges Ribeiro
ef65937662
replaced format argument with 4 flags (striped, bordered, hover, condensed) and made headers look like bootstrap's
2016-03-09 22:54:11 +00:00
Barbara Borges Ribeiro
3369b8b5b2
finally got headers to align nicely with columns
2016-03-09 01:44:23 +00:00
Winston Chang
28db561cd9
Bump version to 0.13.1.9001 and update NEWS
2016-03-08 17:03:55 -06:00
Winston Chang
0622326e1b
Merge pull request #1126 from rstudio/commas
...
Add code diagnostics for missing/extra commas, and for unmatched }, ), and ]
2016-03-08 17:01:36 -06:00
Winston Chang
c6e2593e4e
Streamline diagnoseCode
2016-03-08 16:54:28 -06:00
Barbara Borges Ribeiro
d0e3279a67
aesthethics
2016-03-08 17:00:42 +00:00
Winston Chang
aee5bda9ec
Add workaround for quartz res bug
...
The quartz device is hard-coded to use 72 ppi in some places, and this
causes problems with grid unit calculations when a value other than 72
is used.
2016-03-08 09:54:01 -06:00
Barbara Borges Ribeiro
979b4a8861
used row.names() function instead of rownames() to avoid naming conflicts
2016-03-07 12:56:00 +00:00
Barbara Borges Ribeiro
c10cd4b474
removed unnecessary css, and garbage collection for renderBootstrapTable
2016-03-07 12:33:43 +00:00
Barbara Borges Ribeiro
4aa1d19845
replaced renderTable with renderBootstrapTable (but kept name renderTable) and ensured backward compatibility
2016-03-07 12:29:43 +00:00
Barbara Borges Ribeiro
7ff51d89fc
check if rownames are numbers or strings
2016-03-07 12:21:39 +00:00
Winston Chang
ea9d94e42f
Add code diagnostics (missing/extra commas)
2016-03-04 15:11:34 -06:00
Barbara Borges Ribeiro
a9ba0fdb0b
added arguments, minimal functional code
2016-03-04 15:13:07 +00:00
Barbara Borges Ribeiro
af19c3331c
added more function arguments
2016-03-04 00:01:09 +00:00
Winston Chang
5e98b930ee
Move tests from inst/ to tests/
2016-03-03 15:00:51 -06:00
Barbara Borges Ribeiro
057d160392
changes to make function compatible with table demo app
2016-03-03 15:54:59 +00:00
Barbara Borges Ribeiro
6b2899c219
fixed small width bug
2016-03-02 15:22:16 +00:00
Barbara Borges Ribeiro
85290e687c
added customizable width
2016-03-02 15:05:50 +00:00
Barbara Borges Ribeiro
d778e81f42
aesthetic changes
2016-03-02 14:03:56 +00:00
Barbara Borges Ribeiro
2bfad21604
added renderBootstrapTable
2016-03-01 15:55:58 +00:00
Winston Chang
373e0d3a9f
Fix NEWS after weird merge
2016-02-22 11:37:30 -06:00
Joe Cheng
5e83403d0c
Update NEWS
2016-02-22 09:30:22 -08:00
Winston Chang
cbe76aab83
Merge pull request #1117 from rstudio/joe/feature/abort-output
...
Add ability to abort the processing of outputs
2016-02-22 11:20:17 -06:00
Joe Cheng
26de088520
s/abortOutput/cancelOutput/; add req option
2016-02-22 09:12:30 -08:00
Winston Chang
98430edb17
Merge branch 'replay-plot'
2016-02-19 13:57:38 -06:00
Winston Chang
48c6784e51
Change 'replay' option to 'execOnResize'
2016-02-19 13:52:36 -06:00
Winston Chang
dc0f5af3ef
Rename 'render' to 'plotObj'
2016-02-19 13:42:54 -06:00
Winston Chang
af85e6f2a6
Merge pull request #1116 from yihui/warn-non-UTF8
...
Closes #810 : check if the input file is encoded in UTF-8 and warn if not
2016-02-19 10:00:49 -06:00
Joe Cheng
4e91af4d64
Add ability to abort the processing of outputs
...
abortOutput() leaves the state of the output unchanged,
unlike req(), validate(), or stop().
2016-02-19 00:33:10 -08:00
Yihui Xie
faf87a5dee
Closes #810 : check if the input file is encoded in UTF-8 and warn if not
...
The validUTF8() function is still in R-devel, and they probably will never export it, so let's use iconv(x, from = 'UTF-8', to = 'UTF-8') to test if x is encoded in UTF-8
also closes #1113
2016-02-19 00:02:25 -06:00
Winston Chang
517c5d356f
Merge tag 'v0.13.1'
...
Manually bumped version to 0.13.1.9000.
2016-02-18 12:45:00 -06: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