similar to: vignette output: word_document problems

Displaying 8 results from an estimated 8 matches similar to: "vignette output: word_document problems"

2016 May 13
1
objects intermittently shared between vignettes
Hello: Is it widely known that objects not explicitly deleted from one vignette in a package can be available to a second in "R CMD build" and "R CMD check" but not when the second vignette is built manually, at least under RStudio on Mac OS X 10.11.4 using R 3.3.0? For an example, see install.packages("pkgW2vignettes",
2015 Apr 07
2
Informes periódicos con R
Hola Jorge Perdona que sea tan pesado, pero no encuentro el fichero docx. Tampoco me manejo muy bien con RStudio. He insertado lo que me has dicho; pero solo tengo en la pantalla la opción “Knit HTML” y siempre me genera un HTML. He instalado “pander” pero no obtengo el docx Gracias Jesús De: Jorge I Velez [mailto:jorgeivanvelez en gmail.com] Enviado el: martes, 07 de abril de 2015
2015 Apr 07
2
Informes periódicos con R
Hola, Jorge Lo he mirado y parece que es una opción bastante buena, pero no logro saber cómo se salva en Word, solo lo logro en html Muchas gracias Jesús De: Jorge I Velez [mailto:jorgeivanvelez en gmail.com] Enviado el: martes, 07 de abril de 2015 11:40 Para: Jesus Herranz CC: R-help-es Asunto: Re: [R-es] Informes periódicos con R Hola Jesus, Una forma es RStudio + Markdown.
2015 Apr 08
2
Temas para word markdown
Buenas, estaba siguiendo el hilo de Informes Periódicos en R de Jesus Herranz y me surgió una duda. Actualmente estoy tratando de usar markdown para todo así cualquier cosa que haga me queda presentable para informar o presentar en algún lugar. En general estoy usando html y o pdf principalmente porque cuando trato de compilar en word la verdad que queda bastante feíto. Alguién sabe, o puede
2001 Oct 17
0
Strange (registry?) errors
Using: Redhat 7.1 wine release 20011004 Windows 2000 Any time I run wine, whether the windows app I'm calling works (like sol.exe) or bombs (like iexplore.exe), I get the following error messages: Line 8848: Key is too long '[Software\\Microsoft\\Protected Storage System
2016 Apr 18
1
'nlme' package not compiling
Hi, I'm trying to install from source code the 'nlme' package in RStudio. When I try, I get the following error message: ld: warning: directory not found for option '-L/usr/local/lib/gcc/x86_64-apple-darwin13.0.0/4.8.2' ld: library not found for -lgfortran clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [nlme.so] Error 1 ERROR:
2014 Nov 10
1
subscripting a data.frame (without changing row order) changes internal row.names
Dear R-devel, Can anyone help me to understand this? It seems that subscripting the rows of a data.frame without actually changing their order, somehow changes an internal representation of row.names that is revealed by e.g. dput/dump/serialize I have read the docs and inspected the (R) code for data.frame, rownames, row.names and dput without enlightenment. df=data.frame(a=1:10, b=1)
2016 Apr 12
0
Dispatch issue in package check?
Dear useRs, I am developing a package using RStudio and roxygen markup files. I have run into a problem while checking. The relevant function is a generic S3 statistical function modeled on t.test(), with methods. It returns an object of class "htest" etc. Here Is the (anonymized) relevant code: <...> #' @examples #' foo(c(5,4,6,5,7,9,8,11,12,10),