search for: panders

Displaying 20 results from an estimated 24 matches for "panders".

Did you mean: anders
2012 Oct 19
3
saving to docx
hi all, how can i saving R output to docx or Jpeg format? [[alternative HTML version deleted]]
2015 Jul 02
2
Pregunta sobre RMarkdown
Hola buenos dias, tengo una duda con RMarkdown que no se si tiene facil apanio. Resulta que para un trabajo que estoy haciendo necesito que se ejecute el siguiente codigo n-veces ```{r echo = FALSE} ANIO_ACTUAL<-2015 i=1 CONFIGURACION <-read.csv("D:\\ … \\CONFIGURACION.csv",sep = ",") AYUNT <- as.character(CONFIGURACION$AYUNTAMIENTO[i]) ``` ##Situación de `r
2015 Jul 02
3
Pregunta sobre RMarkdown
Hola Carlos, creo que no resuelve el problema, de hecho otra de las cosas que no he conseguido aún es generar sencillamente el PDF (con los html para generarlos 1 a 1 sin pb). Siempre suelo obtener el error. Esto me aparece al ejecutar myReport$export(): You may install Pandoc easily with "install.pandoc()" from the "installr" package.Error in Pandoc.convert(fp, format =
2015 Jul 02
3
Pregunta sobre RMarkdown
Hola, ¿qué tal? Lo que puedes hacer es que tu fichero Rmd lea el parámetro de un fichero externo. Entonces, creas un script que: 1) Actualice el valor del índice en ese fichero externo. 2) Compile el Rmd y le dé el nombre que te interesa. 3) Vuelva a (1). Salud, Carlos J. Gil Bellosta http://www.datanalytics.com El día 2 de julio de 2015, 16:08, David Duncan <dhduncan1975 en
2015 Mar 20
1
quieting the "apparent S3 methods" warning
Dear R-devel, Recent versions of R CMD check have been flagging apparent S3 methods that are not registered in the NAMESPACE as such. In most situations this is very helpful. However, I have few cases in existing packages where we have unfortunately named functions using a "." in them that makes them appear as S3 methods when they are not. As there is no existing class
2013 Feb 23
2
Wikipedia plots and tables?
Hello, All: What facilities exist for plots and tables of data in the standard MediaWiki software beyond the obvious standards? The standard MediaWiki tables and graphics capabilities seem to me to be rather clumsy, and I wonder if I'm missing some available extensions? The standard MediaWiki tables are described in a Wikipedia article on "Help:Table".
2014 May 10
1
Replay plot not allowed across sessions.
I wrote about this some time back as this new "feature" has made R less convenient for me since I story many, say 1000 to 1500 diagnostic plots per session. Georgely Daroczi has a nice hack in Rapporter//pander which it makes it possible to replay a single bad plot by hacking the data structure so as to change an offending part. Not surprisingl.doing this to all my saved recordedplot
2020 Oct 30
3
Error: variable not found
Hello I have a question. I made an r-script and did a few commands needed to make some new variables. They all work out well, and when I run the commands, the new variables appear in the dataset. I can also work with these new variables to make other new variables from them. Also, when I use summary(dataset), those new variables appear in the summary of the dataset. But, when I do summary(new
2020 Oct 27
2
Creating unique code
Hello, I need some help in creating a new variable. I need to create a 'couple identifier', which gives a unique code for every couple/triple/... in a household. So, I can identify couples. To do this, I should use 4 variables: * SERIAL = a unique numeric code for each household * PERNUM = a unique numeric code for each person * SPLOC = the numeric code of the spouse in the
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
2017 Dec 24
2
OpenSSH key signing service?
Besides ssh.com?s PrivX product, has anyone created a web service that can be used to issue temporary certkeys to authenticated users? Any pointers appreciated! jd -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2393 bytes Desc: not available URL:
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
2012 Nov 13
1
OT: Any web based report delivery software that support R out there ?
I'm looking for something, but I'm not sure quite how to describe it, so maybe the list can help. I use R to produce several different reports using database > ODBC > R > Sweave > pdf report. Ideally I would like to be able to upload the report 'templates' to a web page, and allow users to request them to be run at certain times with certain parameters, and pick
2013 Jan 11
1
another R2HTML question, please
Dear R People: Is there a way to just print the commands without output into R2HTML, please? What I would like to do is to put up some commands for the students and see if they can get results. Thanks, Erin -- Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: erinm.hodgess at gmail.com
2013 Mar 12
0
reports 0.1.2 released
I'm very pleased to announce the release of reports: An R package to assist in the workflow of writing academic articles and other reports. This is a bug fix release of reports: http://cran.r-project.org/web/packages/reports/index.html The reports package assists in writing reports and presentations by providing a frame work that brings together existing R, LaTeX/.docx and Pandoc tools.
2013 Mar 12
0
reports 0.1.2 released
I'm very pleased to announce the release of reports: An R package to assist in the workflow of writing academic articles and other reports. This is a bug fix release of reports: http://cran.r-project.org/web/packages/reports/index.html The reports package assists in writing reports and presentations by providing a frame work that brings together existing R, LaTeX/.docx and Pandoc tools.
2015 Oct 19
3
RFC: Improving license & patent issues in the LLVM community
I really really do not like armchair lawyer discussions and this is just flamebait if I've ever seen it... --------------- #1 Is the submarine patent risk really that bad? (What's driving this) #2 Pragmatically have "you" even considered how to execute on this relicense plan? a. What if one of the copyright holders doesn't agree? b. What audit procedure do you plan to use c.
2008 Nov 07
4
chi square table
Hi, How do we get the value of a chi square as we usually look up on the table on our text book? i.e. Chi-square(0.01, df=8), the text book table gives 20.090 > dchisq(0.01, df=8) [1] 1.036471e-08 > pchisq(0.01, df=8) [1] 2.593772e-11 > qchisq(0.01, df=8) [1] 1.646497 > nono of them give me 20.090 Thanks, cruz
2009 Jan 29
19
ZFS extended ACL
What is wrong with this? # chmod -R A+user:webservd:add_file/write_data/execute:allow /var/apache chmod: invalid mode: `A+user:webservd:add_file/write_data/execute:allow'' Try `chmod --help'' for more information. This works in a zone, works on S10u5, does not work on OpenSolaris2008.11. CT
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.