mkoohafkan / kfigr

A streamlined cross-referencing package designed specifically for use with knitr.
GNU General Public License v3.0
25 stars 10 forks source link

No `.Rnw` source file to look over if there is confusion #2

Closed lwjohnst86 closed 9 years ago

lwjohnst86 commented 9 years ago

Hi, just trying to understand how kfigr works. In the vignette, at the bottom is says "If there is any confusion, look to the .Rnw source file and all should be clear". But there is no .Rnw source file for me to look at!

mkoohafkan commented 9 years ago

Thanks for catching this typo---I am in fact referring to the Rmd file, which is the vignette you read. Use browseVignettes("kfigr") and click on 'source' to get the Rmd file, which you could knit yourself to reproduce the vignette. Rnw is the file extension for Sweave (LaTeX + R). If you're making an Rnw file there is no need for kfigr as LaTeX has its own figure and table referencing system.

lwjohnst86 commented 9 years ago

Ah, gotcha. Not sure why I didn't get that you were referring to the .Rmd file right away... oopps! Thanks!

On 15-07-14 12:30 PM, mikeck wrote:

Thanks for catching this typo---I am in fact referring to the Rmd file, which is the vignette you read. Use |browseVignettes("kfigr")| and click on 'source' to get the Rmd file, which you could |knit| yourself to reproduce the vignette. Rnw is the file extension for Sweave (LaTeX + R). If you're making an Rnw file there is no need for |kfigr| as LaTeX has its own figure and table referencing system.

— Reply to this email directly or view it on GitHub https://github.com/mkoohafkan/kfigr/issues/2#issuecomment-121297724.