similar to: OT: Any web based report delivery software that support R out there ?

Displaying 20 results from an estimated 2000 matches similar to: "OT: Any web based report delivery software that support R out there ?"

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
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
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".
2017 Sep 13
7
Update to 7.4 using DVD
I am running the propriatry NVIDIA driver 384.69 for GT 720 support. Jerry
2007 Apr 18
4
linuxthreads & Printers in Centos5...
Dear All, Firstly, many thanks for the hard work put in by the development team :) Now I have a couple of problems, any help welcome: 1) Some of our software needs linuxthreads (i.e. InsightII) but it's closed source and the writers (Accelrys) are unlikely to respin the code as they want us to move to a different program. Is there any way of installing another set of glibc libs on centos
2006 Mar 06
1
Modify MP3 Files From Shell
hey Andy, you could use sox something like sox old.mp3 new.mp3 fade t 3 0 0 you need to first compile sox with libmad or libmp3lame http://sox.sourceforge.net/ adam ..on Mon, Mar 06, 2006 at 10:30:27PM -0000, Andy Woolley wrote: > Hi All, > > Sorry about the off topic post but I'm having trouble finding anything that > will work, thought one of you guys might have a
2013 Apr 15
6
how to transform string to "Camel Case"?
Dear all, Given the following vector: > (z <- c('R project', 'hello world', 'something Else')) [1] "R project" "hello world" "something Else" I know how to obtain all capitals or all lower case letters: > tolower(z) [1] "r project" "hello world" "something else" > toupper(z) [1] "R
2006 Mar 06
4
setting up yp server
hi, Is there anyway I can get the sources for the YP server as implemented by icecast.org? Ir is there somewhere else I can source them? kind regards, adam -- Adam Hyde ~/.nl selected projects http://www.xs4all.nl/~adam the streaming suitcase http://www.streamingsuitcase.com r a d i o q u a l i a http://www.radioqualia.net Free as in 'media' email : adam@xs4all.nl mobile : +
2008 Oct 06
10
DO NOT REPLY [Bug 5811] New: rsync error: error allocating core memory buffers (code 22) at io.c(635)
https://bugzilla.samba.org/show_bug.cgi?id=5811 Summary: rsync error: error allocating core memory buffers (code 22) at io.c(635) Product: rsync Version: 3.0.4 Platform: x64 OS/Version: Linux Status: NEW Severity: blocker Priority: P3 Component: core AssignedTo: wayned@samba.org
2008 Mar 06
4
PXELINUX "Fancy" advanced menu question
Hello. I am trying to run advanced dialog-like menus from com32. But I can not boot anything... ? it always fails. :-) So, my /path/to/pxelinux.cfg/default looks like this: --------------8<-------------- DEFAULT pxemenu/fancy.c32 PROMPT 0 IMPLICIT 1 TIMEOUT 600 LABEL test MENU LABEL Test KERNEL suse10_3/vmlinuz APPEND initrd=suse10_3/initrd.img ....(and so on)....
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
2012 Feb 07
1
Using custom R_LIBS with R CMD install
Hi all, Am I using the correct syntax to set a custom R_LIBS when running R CMD INSTALL from the command line? I get: R_LIBS=/Users/hadley/R-dev R CMD INSTALL aL3xa-rapport-08e68ca/ # Desktop : R_LIBS=/Users/hadley/R-dev R CMD INSTALL aL3xa-rapport-08e68ca/ # * installing to library ?/Users/hadley/R? # ERROR: dependency ?ascii? is not available for package ?rapport? But: ls
2007 Dec 10
2
Reloading pxelinux via menu.c32
Hi All, I have used menu.c32 to offer several booting options to our users via pxelinux... the icing on the cake would be if there was some mechanism whereby the pxelinux boot could be restarted, with the usual search for pxelinux.cfg/... files... all without a reboot and going through POST. Does anyone know if this is possible or if a comboot module exists for such a thing ? Cheers, Doug
2008 Nov 19
3
editing kernel options before boot
Hello, With grub I can use "e" to edit the kernel options before booting. Can I do this with pxelinux.0? I have a lot of kickstart files, and now I have inherited a lot of hardware which requires a serial console and text install. Instead of doubling the number of kickstart files, it would be nice if I could append "text serial=XXX" to the kernel options for a particular
2008 Mar 03
1
Syslinux compilation in MinGw
hi I have download the syslinux-3.51 source package and i have tried to compile syslinux with MinGw. I got the following error message. *********************************************************************** $ make nasm -O99 -f bin -DDATE_STR="'0x47bd5366'" -DHEXDATE="0x47bd5366" \ -DMAP=isolinux.map -l isolinux.lst -o isolinux.bin isolinux.asm
2008 Jul 16
2
Three questions/feature requests
I have three questions. If these are not currently possible, consider it a feature request: 1. Is it possible to create label aliases, such that one label will simply use the configuration of another, without having to completely copy the configuration. It would also be great if these aliases could cross INCLUDE boundaries, such that a label can call a label defined in an included file.
2008 Feb 13
1
menu.c32 empty label?
The attached config works, but gives 2 error messages that get covered up by the GUI screen so fast I cannot read them. I think they are probably about having 'LABEL' with nothing after it. I was trying to follow the example in menu.doc but somehow I'm doing it wrong. Please consider helping me figure out how to get the same resulting GUI menu without any error messages. I am using