Closed josephsdavid closed 6 years ago
Hello @josephsdavid -hmm, interesting idea that made me think. This might sound personal, and no offense... but I do believe the R Markdown format can completely replace the Rnw format in 2018. Here's my reasoning:
Thus I cannot really see any added value by supporting the Rnw format here in liftr, and everyone should just use R Markdown whenever possible.
Ah I didn’t know about the custom LaTeX templates! That’s huge, thank you! Going to just do that instead
Get Outlook for iOShttps://aka.ms/o0ukef
From: Nan Xiao notifications@github.com Sent: Thursday, November 8, 2018 2:32:24 AM To: road2stat/liftr Cc: Josephs, David; Mention Subject: Re: [road2stat/liftr] liftr with LaTeX and .Rnw filetypes (#43)
Hello @josephsdavidhttps://github.com/josephsdavid -hmm, interesting idea that made me think. This might sound personal, and no offense... but I do believe the R Markdown format can completely replace the Rnw format in 2018. Here's my reasoning:
Thus I cannot really see any added value by supporting the Rnw format here in liftr, and everyone should just use R Markdown whenever possible.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/road2stat/liftr/issues/43#issuecomment-436913516, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AojWeX7EQc6Uc6vrajYsKVlvvR7tOHMAks5us-wYgaJpZM4YULTh.
-yes! It's a pretty powerful customization mechanism and also helps separating the content (Rmd) and style (TeX) better. 👍
Yep that was sort of the goal with LaTeX, but I still find styling my document still taking over, thank you very much!
Get Outlook for iOShttps://aka.ms/o0ukef
From: Nan Xiao notifications@github.com Sent: Thursday, November 8, 2018 9:29:41 AM To: road2stat/liftr Cc: Josephs, David; Mention Subject: Re: [road2stat/liftr] liftr with LaTeX and .Rnw filetypes (#43)
Closed #43https://github.com/road2stat/liftr/issues/43.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/road2stat/liftr/issues/43#event-1954590483, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AojWeY-x_97sxfmCiXXd0W3_vvWhUfWtks5utE3lgaJpZM4YULTh.
Hello, I am working on creating a framework for reproducible research using knitr+LaTeX on .Rnw files (the ability to embed any programming language into a single source document is amazing), and was wondering if there is any implementation for that with liftr, or if I could create a pull request and start working on that.