trinker / reports

An R package to assist in the workflow of writing academic articles and other reports
http://cran.us.r-project.org/web/packages/reports/
102 stars 25 forks source link

Look at DASpringate/samatha for HTML from R #28

Open ramnathv opened 11 years ago

ramnathv commented 11 years ago

I see you adding a lot of HTML related functionality. Using a dedicated package will keep things simpler for you. Here is one that is looking pretty good.

https://github.com/DASpringate/samatha

trinker commented 11 years ago

This is defnintely of interest (particularly the nesting) but this is not currently a CRAN package. When/If it goes to CRAN I will use it to rewrite some of the html parsing I've added and probably add it as a suggests to the reports package.

Thanks for the heads up Ramnath.

I'm leaving this issue open.

On Sun, Apr 28, 2013 at 3:09 PM, Ramnath Vaidyanathan < notifications@github.com> wrote:

I see you adding a lot of HTML related functionality. Using a dedicated package will keep things simpler for you. Here is one that is looking pretty good.

https://github.com/DASpringate/samatha

— Reply to this email directly or view it on GitHubhttps://github.com/trinker/reports/issues/28 .

ramnathv commented 11 years ago

Good. Look at shiny as well. It is by Rstudio and they have a solid set of functions to deal with HTML from R. I also wanted to update you on the status of Slidify. It is going to take me a little more time to push it to CRAN. There are some build issues with slidifyLibraries, which I need to resolve. Just giving you a heads up.

trinker commented 11 years ago

Hey thanks for the heads up Ramnath. I'm in no hurry. I just wanted to make sure I was ready with reports when slidify went to CRAN. I have a few thoughts to add to issues that I'll do in the next few days.