Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update MD file
  • Loading branch information
likelet authored Aug 13, 2016
1 parent cbd5618 commit f3a2d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ __Answer__: This error is mainly caused by Rstudio version; you can fix it by up
__Answer__: If you see this message that means you upgraded your Rstudio version, the problem is still exist. This means you need a pandoc to render Rmd file into html report. You can install it from [https://github.com/jgm/pandoc/releases/tag/1.15.0.6](https://github.com/jgm/pandoc/releases/tag/1.15.0.6) as YiHui suggested. Then restart your Rstudio.<br/>
***4. "My data is more than 10M which reaches the max data set limit in the IDEA, how can I perform analysis for this data ?"***:<br/>
__Answer__: Well, we encourage users modifying source code to achieve their goals. To make big data analysis available, user can edit "server.R" file under the IDEA folder in the R_HOME library. There is a line "options(shiny.maxRequestSize=10*1024^2) # max file size is 10Mb" in the source code. You can reset the number and save it to make bigger data analysis available.<br/>
***5. "I got error messages on install "Cario" in R environment(linux), how to fix it ?"***.<br/>
***5. "I got error messages on install "Cario" in R environment(linux), how to fix it ?"***:<br/>
__Answer__: To install Cairo in R , your system should already have some library file like cairo-devel, libXt-devel installed, after that, reinstall Cairo in you R env.<br/>

### Designers:
Expand Down

0 comments on commit f3a2d17

Please sign in to comment.