1
vote
1answer
22 views

Lyx cannot find knitr module

I am migrating/branching from sweave to knitr and can run @yihui's minimal example in Rstudio but am having trouble making it run with Lyx (2.06). I get the message The module knitr has been requested ...
2
votes
1answer
48 views

highlight every other row knitr+Rmd

How can I highlight every other row of a table in knitr? The output for the following .Rmd is an all white table rather than every other row grey: ```{r setup, include=FALSE} ...
2
votes
1answer
35 views

knitr strange out of control behavior with figures

I get strange behavior with figures. In some chunks knitr generates two figures from a single plot function, and the figures generated from 'chunkname' are named 'chunkname1.pdf' and 'chunkname2.pdf'. ...
2
votes
1answer
52 views

have knitr output figures in different formats

Let's say I have a long report that produces a lot of figures which knitr makes as pdfs and it works really well with LaTeX. At the end of the project, my co-authors would like to have also raster ...
-1
votes
2answers
74 views

Figure position in markdown when converting to PDF with knitr and pandoc

I'm trying to control the position of a plot when converting to PDF using knitr and pandoc. My .Rmd file looks this: # My report Some text some text some text some text some text some text some text ...
0
votes
1answer
14 views

Formatting of inline output: how to enforce format with format() or sprintf()

[crossposted from http://yihui.name/knitr/demo/sweave/] I understand and appreciate knitr's policy to format large numbers in scientific notation. However, I have encountered that this happens even ...
5
votes
1answer
97 views

R, knitr, xtable, alternating row colors

I'm trying to produce a table with xtable in R using knitr with alternating row colors. I can print a table in the PDF output but can't quite figure out the add.to.row command in the xtable manual ...
2
votes
0answers
31 views

Can I get a list of the source files being knitted, from within knitr?

Let's say I have main.Rmd: Mainfile ================ ```{r child="child1.Rmd"} ``` ```{r child="child2.Rmd"} ``` ```{r} print("These documents were knitted:") Something_goes_here() ``` What can ...
9
votes
0answers
108 views

knitr markdown highlighting in Emacs?

Is there any modification of an existing tool or new tool that will syntax-highlight (colour) blocks of R code in a knitr markdown document when opened in Emacs? The knitr chunks I am looking at are ...
5
votes
1answer
55 views

Package for formatting numeric values in reproducible research

Is there a standard way of converting numeric values to character with a particular type of formatting applied. I'm thinking of something like: formatR(32390,"dollars") # returns "$32,390" ...
4
votes
1answer
86 views

Test statistic (e.g. chisquare test) inside latex table using the tables-package in R/Knitr/Rstudio

I would like to use the tabular()-function from the tables-package to do a cross-tabulation of two variables (e.g. v1 and v2), and present the p-value of the chisq-test in the table. It is easy to get ...
4
votes
1answer
84 views

Automatically adjust latex table width to fit pdf using knitr and Rstudio

Using Rstudio and knitr to produce latex-tables in pdf, how do i make wide tables fit the page? I'm basically looking for at way to shrink the tables. With figures, it is really easy in Knitr using ...
2
votes
1answer
74 views

Converting Markdown to HTML5 slides via Pandoc through knitr in R

Since version 1.2 knitr has a new function pandoc to convert markdown document to other formats via pandoc directly in R (See here). For example library(knitr) pandoc('foo.md', format='html') # HTML ...
1
vote
2answers
36 views

How to use fig.show=animate in knitr without administrator privileges

I use Windows without administrator privileges hence I cannot set a path in the Windows PATH variable. The ffmpeg.exe file is in my "U:/ProgramFiles/ImageMagick-6.8.5-5/" folder. I have found how to ...
4
votes
1answer
83 views

Making knitr code blocks more cleanly cut-and-pastable

I would like to use knitr to produce pdf documents from which example code can be cleanly cut and pasted, but don't seem to be able to. An example of the problems I run into: The knitr manual pdf ...
0
votes
1answer
46 views

Expressions in markdown using knitr

I'm trying to use an inline expression in a .Rmd markdown file. I'm converting the .Rmd file to a PDF using Pandoc. The contents of my file is like this: Report ...
2
votes
1answer
62 views

reference knitr chunk in R markdown

I'm using knitr to embed R code within a markdown (.Rmd) file. I'm converting the file to a PDF file with Pandoc. The contents of my .Rmd file looks like this: Report ...
5
votes
0answers
53 views

knitr - exclude chunks from `purl(…)`?

When I purl/tangle a document to extract the R chunks into a script, is there any way to: exclude an arbitrary chunk (by name say)? if not, exclude a chunk if eval=F (or perhaps I can define a chunk ...
2
votes
1answer
50 views

Pandoc insert appendix after bibliography

I'm using the knitr package and pandoc in R to convert a .Rmd file to a PDF. Pandoc is linked to a .bib file and automatically inserts the bibliography at the end of the PDF The entries in my .bib ...
2
votes
1answer
41 views

Reduce cell width and font size of table using pandoc.table()

I'm using knitr and pander to make a table in a markdown file. I'm converting the markdown file to a PDF using Pandoc from within R. This code: library(knitr) ```{r myTable, echo=FALSE, ...
2
votes
1answer
55 views

LaTeX and knitr - Error inserting R Code

I have a document in the following structure. \documentclass[11pt]{article} \begin{document} \title{Something} \author{Andreas} \date{May 8th, 2013} \maketitle \section{Introduction} ...
1
vote
0answers
34 views

Escaping (c) in Rmd (R markdown) [duplicate]

I want to use (c) in an .Rmd file and it renders as a copyright symbol after knitting. How can I make it render as just (c) not ©?
0
votes
1answer
47 views

create function to alter PDF margin width in PDF files using Pandoc

I'm converting a markdown document to a PDF using Pandoc from within R. The default margins of PDFs outputted by Pandoc are too large. In this post: Set margin size when converting from Markdown to ...
3
votes
1answer
50 views

Knitr inline chunk options (no evaluation) or just render highlighted code

I cannot find information on whether it is possible to specify options for inline chunks in knitr. I've just tried specifying them, as in the regular chunk, but this gives an error. What I need is ...
2
votes
1answer
68 views

Why is 'et al' appearing in markdown bibliography?

I'm trying to make a bibliography in markdown. To build the bibliography, I'm using the knitr package and pandoc in R to convert a .Rmd file to a PDF. The entries in my .bib file look like these, ...
1
vote
1answer
43 views

Highlight R syntax using knitr and Package Highlight

I try to highlight my R code using knit and Highlight pachages with Rstudio, but i have errors when kniting; There's my code : opts_chunk$set(fig.width=7, fig.height=5) ...
0
votes
1answer
85 views

ggplot2 plot fill page in landscape (pdf)

I'm trying to render a plot to a PDF using the following approach: pdf('~/Desktop/test.pdf', bg = "white", paper="USr") p <- ggplot(df, aes(something)) + geom_bar(); print(p) # I'm actually ...
2
votes
1answer
47 views

specifying output path for knit2html

I'm having trouble specifying an output path for the html generated by knit2html or its dependent functions. I would like to specify 'outfile' in the the call to knit2html(), but I get the error, ...
2
votes
0answers
30 views

allowframebreaks in beamer shading box disappear using knitr

I have the following code \documentclass{beamer} \begin{document} <<setup, include=FALSE>>= opts_chunk$set(out.lines = 4) opts_chunk$set(size = 'footnotesize') options(width=60) ...
0
votes
2answers
68 views

To have R chunk in line with text using knitr

How to have R code (R chunk) inline with my text? Example: Please install the package by using install.packages("ISwR") whereby, install.packages("ISwR") is automatically highlighted as R chunk ...
16
votes
0answers
181 views

knitr/Rmd: page break after n lines/n distance

Let me caveat by saying that this may be better suited as an html/css question but (a) I'm not too familiar with those techniques and (b) I wanted to keep it all in the family (R family) if possible. ...
3
votes
1answer
280 views

Brew and knit one PDF report split by variable with special characters (å æ ø) - encoding issue

I try to produce one PDF report split on sections based on a grouping variable, using brew and knitr. My grouping variable may contain special characters (umlauts), such as å æ ø. Umlauts in the ...
3
votes
0answers
50 views

Using Greek letters in LaTeX tables [migrated]

I have the following Rnw document which I intend should produce a small table with "a b c" and "α β γ". At the moment, the encoding seems to be causing problems. The funny thing is that the output in ...
2
votes
1answer
54 views

Knitr: survplots in a loop are not produced when following another survplot

Below is a minimal example: \documentclass{article} \begin{document} <<data, results='hide', echo=FALSE, include=FALSE>>= library(rms) fake.survival.data <- Surv(1:30, rep(1, 30)) ...
1
vote
1answer
41 views

Adding pspline term to coxph model changes summary table in R

I'm trying to use knitr/xtable to produce tables from coxph() objects in a report. When I don't include a pspline term in the model everything works as expected. In a single chunk: <<results ...
1
vote
1answer
79 views

knitr figure produced twice (with R 3.0.0)

I have an Rnw file, which worked fine before upgrading to R 3.0.0 (and knitr 1.2). I found a similar problem described in knitr problem after update to R 3.0.0 I followed the answer, to update to ...
2
votes
1answer
58 views

knitr - set chunk options *outside* document?

I'm trying to set a global chunk option outside my call to knit like so: opts_chunks$set(dev='pdf') knit(input) However, it isn't working, as knit seems to use a fresh set of opts_chunks within ...
0
votes
1answer
51 views

Include pre-defined variable using inline code with knitr

How does one include a variable using inline expressions with knitr. For example, this works as expected: A random number from the normal distribution `r rnorm(1)`. But if you want to print a ...
1
vote
2answers
52 views

In R and knitr: Can I supress the message of readOGR?

I'm building small report using R & knitr, sending the output to pdf. I'm using several shape files in my analysis and whenever I use readOGR function of rgdal package I get information on what ...
1
vote
1answer
162 views

Apply xtable() to a list of tables and a create pdf using knitr in R-studio

I want to convert a list of tables to Latex using xtable() and create a pdf using Knitr in R-studio. I have tried to use llply() on the list but it does not work. Here is a list of tables: ...
2
votes
2answers
102 views

Non-english special characters in knitr

I am using knitr 1.1. in R 3.0.0 and within WinEdt (RWinEdt 2.0). I am having problems with knitr recognizing Swedish characters (ä, ö, å). This is not an issue with R; those characters are even ...
1
vote
1answer
172 views

RShiny: How to pass variable from Server.R to an RMD script

I am playing around with RShiny recently, and I've built a working web interface that takes two parameters "date" and "location" and gives me back a series of graphs and tables from our database that ...
4
votes
1answer
29 views

.swf created by knitr and hook_r2swf overlapping

I try to make a dynamic presentation with knitr and animation. I pick the hook_r2swf which is the only one works on my machine. For example, I knit the following .Rmd files: # Test Animation ```{r, ...
1
vote
1answer
65 views

How to add elements to a plot using a knitr chunk without original markdown output?

For documentary purposes, I want some code for a plot in the html-output, but not the plot. Later, I have to call the plotting code, and add something to the plot, but only seeing the additional code. ...
1
vote
1answer
38 views

different behavior of “ls()” depending on cache=T or cache=F in a knitr Rmd document

The following simple test.Rmd knitr document ```{r} opts_chunk$set(cache=TRUE) ``` ```{r} x <- 1 ``` ```{r} x ls() ``` when processed from the Unix shell with: R -e 'library(knitr) ; ...
0
votes
0answers
90 views

wrap text in latex xtable

I am using knitr and xtable to generate a table and I would like to wrap some text. The code is below. I would like to wrap the 3rd column (Exposure Groups). The column width looks ok but the text ...
9
votes
1answer
214 views

Producing subscripts in R markdown

I'm aware that R markdown can produce superscripts: text^superscript But it possible to produce proper subscripts? Or is the only way to do so to cheat and use LaTeX math mode: ...
1
vote
1answer
61 views

Markdown Report Not Executing in Rstudio

I am generating the error: > options(encoding='UTF-8'); require(knitr); knit('March-2013-Report.Rmd'); Loading required package: knitr processing file: March-2013-Report.Rmd ...
8
votes
4answers
244 views

How can knitr's cached results be used to reproduce the environment in a given chunk?

tl;dr My question: Within an R session, is there some way to use knitr's cached results to 'fast-forward' to the environment (i.e. the set of objects) available in a given code block, in the same ...
2
votes
1answer
74 views

Is there a knitr option to force UTF-8 encoding in included R files?

I am using Windows 7, R2.15.3 and RStudio 0.97.320 with knitr knitr_1.1.6 (downloaded after Yihui fixed the 'Encoding: knitr and child files' issue on March 12) > sessionInfo() R version 2.15.3 ...

1 2 3 4 5 6