search for: htmlize

Displaying 20 results from an estimated 28 matches for "htmlize".

2008 Jun 18
1
reformatting R scripts for htmlize()
Hi! I have a bunch of (mainly class) R scripts that I would like to convert into html pages (although if someone thinks that what I want to do is easier with latex or pdf, please tell me). Considering the format of my files, htmlize() seems the best option. The only problem is that I would need to write graphics to a file, thus converting parts like: plot(sel$hora, sel$COD_SP_C) #and check the time intervals plot(mishdift(sel$hora)) into: png("1.png");plot(sel$hora, sel$COD_SP_C);dev.off() #and check the time inte...
2011 Jun 16
2
Save the results of data analysis in R
Hi everyone, I want to do data analysis using the values retrieved from a MySQL database. Is there a way to save the results of data analysis in R. [[alternative HTML version deleted]]
2009 Feb 12
1
Latex or html output for freq() in prettyR
Hi Everybody I need to create a lot of frequency tables with frequencies and percentages (and cumilative freq and % as well) for a report. freq() in prettyR give more or less what I need. I am trying to export the result of freq() to html but the html doesn't look look the console output. See the following example library(prettyR) library(Hmisc) x <- matrix(sample(1:3, 12,
2007 Jul 17
2
Combine R2HTML and Rcmd BATCH?
Hi All, I have an R script that spawns output in the form of an HTML page. This is done by the R2HTML package. Now I want to run the same script using Rcmd BATCH. However, it seems that it is not possible to use R2HTML in this case. My script ends with this error message: ######################### Error in dev.print(png, file = AbsGraphFileName, width = Width, height = Height, : can only
2006 Aug 17
3
[MARKABY] Multiline text?
Anybody know if it''s possible to have multiline text in Markaby without resorting to a bunch of text statements or putting the text block in another file and using render :file ? I need to add chunks of HTMLized javascript to my templates. Joe -- Posted via http://www.ruby-forum.com/.
2007 Mar 24
4
image file URL generated by image_tag include some parameter
I''m using image_tag to generate img tag. URL of image file generated by image_tag include a parameter like following. "http:// ..... /images/filename.gif?123123123" What''s this number parameter for? How can I remove it? I''m using rails with built-in WEBrick server in test mode. --~--~---------~--~----~------------~-------~--~----~ You received this message
2007 May 24
1
how to change font size in HTML output
I have not been able to figure out how to change the font size for R2HTML::HTML output. Or for output from prettyR::htmlize. If anyone can give me a couple hints that would be great. Thanks, Roger J. Bos ********************************************************************** * This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No right...
2006 Aug 04
1
prettyR arrives
...going (many thanks to Kurt Hornik for his patience). prettyR is a set of functions that allows the user to produce HTML output from R scripts. Given an R script that runs properly, an HTML listing complete with embedded graphics can be produced simply by passing the script to the core function htmlize (Phillipe Grosjean has not only offered great suggestions, but provided a fancier function named R2html). It is even possible to have the output magically appear in your friendly local HTML browser when the script has been processed. The package includes some basic descriptive functions that di...
2009 Mar 16
1
My UPS has arrived, time to start working on documentation
...agreed on a couple of major points. I want to confirm these before I start modifying the documentation heavily. 1. asciidoc is a good master format for the in-tree documentation. 2. We're going to go with making the website a branch of the Subversion repo, with the pages mainly pointing to HTMLized copies of the in-tree repo. 3. The exception is that we may retain the new wiki for the protocol library, since that is an area where we can expect substantial user contributions. Are there any more decisions we need to make or cautions you want to utter before I dive in and start work? Further...
2007 Jan 24
0
Easy to install GNU Emacs for Windows
...tall (read: with an installation wizard) version of GNU Emacs 21.3 with the following additions: * ESS 5.3.3 configured to work with the latest stable release of R; * AUCTeX 11.84; * Aspell 0.50.3; * English and French dictionaries for Aspell; * w32-winprint.el, to ease printing under Windows; * htmlize.el, to print in color with w32-winprint.el; * site-start.el, a site wide configuration file to make everything work. For details: http://vgoulet.act.ulaval.ca/en/emacs/ The plan is to keep my distribution current with R releases. The installation wizard is not all that smart for now, but I'...
2008 Mar 28
0
Emacs 22.2-modified-1 is out
...additions: * ESS 5.3.6; * AUCTeX 11.85; * Aspell 0.50.3; * English and French dictionaries for Aspell; * libraries for image formats XPM (xpm4.dll), PNG (libpng13.dll, zlib1.dll), JPEG (jpeg62.dll), TIFF (libtiff3.dll) and GIF (giflib4.dll); * w32-winprint.el, to ease printing under Windows; * htmlize.el, to print in color with w32-winprint.el; * site-start.el, a site wide configuration file to make everything work. The software installs with the Inno Setup wizard. Please report problems to me directly. --- Vincent Goulet, Associate Professor ?cole d'actuariat Universit? Laval, Q...
2008 Jun 16
3
Generating Reports from R.
Hi, I have a non-interactive R script that currently produces various graphs in png or pdf format. I need to program the script to combine the graphs with various pages of textual information, including some in tabular format, into an output report in pdf or html format. What is the recommended way of doing this? Regards, David Keegan. --
2008 Sep 23
2
Modifying output to Google Docs
Hi List, Graphical output to PDF's ,RTF ,CSV is known through R. Can it be modified for outputting to Google Docs (which is basically uploaded files ,published to become html pages) Is there any package on this ? Regards, Ajay -- [[alternative HTML version deleted]]
2009 Feb 13
2
odfWeave & prettyR
...html doesnt recognize the function if() because i get errors like this one "Error in parse(cmdcon) : unexpected 'if' at 1: for (i in 1:length(resultList)){ tempSummary <- try(summary(resultList[[i]]), silent = TRUE) if" everytime there is a if. I tried with the function htmlize and it works for the text (like summaries) but I didn't manage to get the plots on the html file I tried to use the funcion HTMLgraph but I couldn't understand what it does and what its arguments are (listfile, graphfile) With odfWeave I tried to download it, and saw that it depends on X...
2012 Mar 23
1
"source" option
Dear R experts---has someone written a wrapper for the "source" function that opens a sink file in the same name as the .R file and closes it at the end (including when there is an error that aborts)? the first part is easy, but I am not sure how to not patch myself an empty sink() after any R program print/abort sequences have played out. besides, "sink=TRUE, split=TRUE"
2008 Sep 23
2
R2HTML: output from for-loops
Hi, I am trying to prepare a report with R2HTML using HTMLStart(outdir="./html", filename="report", echo=T, HTMLframe=F) then, for instance, I want to get the output of a loop: for (i in 1:20) print(summary(rnorm(1000))) but only the first of summaries really ends up in the html file. What am I doing wrongly? Thanks, Werner
2006 Jul 06
4
Ruby code colorizer
Hi, Does anyone know of a html code colorizer for ruby source code? Ideally a typo plugin :) Regards, Jason
2009 Apr 16
3
Presenting R Results in Webpages
I apologize in advance that this question is not specific to R, but I thought some R users may be using this in their work process flow. I would like to be able to have a tool (prefer "scriptable") that will take two images and some pre-written text and put it on an simple webpage. That is, it would look something like the following: |---------------------------------------------|
2009 Apr 29
3
how to word-wrap text in labels in plots?
c <- structure(c(2L, 2L, 1L, 3L, 4L, 2L, 3L, 2L, 3L, 2L, 5L), .Label = c("foo", + "bar", "a really really long variable label mostly here to show the need of word-wrapping text in labels", + "a not so important value", "baz"), class = "factor") plot(c) Is there a way to get the long variable labels to automatically wrap so that all
2009 Feb 11
2
plots and text to the same output file
Hello, I would like to save different plots and some text (like summaries, AIC, ...) on the same file. I've read the e-mails entitled "Output results to a single postscript document" written some days ago and I've tried to use the function odfInsertPlot() in the package "odfWeave" but it doesn't work on my computer (I've seen that odfWeave package depends on