Files
shiny/R
Yihui Xie 89fe2ff217 a more fundamental fix of the Unicode issue
for R <= 3.2.2, Unicode chars don't work for shiny mainly because we want to
preserve the source reference, and unfortunately srcfilecopy() fails because of
the bug https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16264

here I use lines = '' to get around the bug, and assign the source lines to
the srcfile object later, so there is no grep("\n", multibyte_chars) occuring

I also replaced source() with a custom version, which is much simpler and works
better with Unicode chars
2015-09-23 23:00:20 -05:00
..
2015-09-09 12:12:47 -07:00
2015-05-18 11:56:02 -05:00
2014-02-11 22:59:37 -06:00
2015-09-09 12:12:47 -07:00
2015-07-21 10:15:04 -07:00
2015-06-26 16:40:32 -05:00
2015-08-21 16:12:45 -05:00
2015-09-09 13:29:37 -05:00