search for: r2html

Displaying 20 results from an estimated 205 matches for "r2html".

2004 Oct 22
1
R2HTML installation on R 1.9.1
Hello, I am trying to install R2HTML version 1.4-3, but am getting errors when I try to use it. I am running R 1.9.1 on Redhat Linux Ent 3 AS x86_64. I installed R2HTML using the following command "R CMD INSTALL R2HTML_1.4-3.tar.gz". I did not get any errors when installing it. When I launch R and type library('R2HTM...
2004 Oct 19
0
R2HTML version 1.4-3
Hi useRs, I have uploaded on CRAN R2HTML version 1.4-3, which should be available soon for your favorite platform. For R 2.0.0, I had to rewrite some parts of the code so that it works. I did that quickly (maybe too), letting some bugs. Now, this is mere the good R 2.0 version, with some new functionalities: - HTML.matrix and HTML.da...
2004 Oct 19
0
R2HTML version 1.4-3
Hi useRs, I have uploaded on CRAN R2HTML version 1.4-3, which should be available soon for your favorite platform. For R 2.0.0, I had to rewrite some parts of the code so that it works. I did that quickly (maybe too), letting some bugs. Now, this is mere the good R 2.0 version, with some new functionalities: - HTML.matrix and HTML.da...
2007 Jun 18
1
Loading problem with R2HTML package
I have downloaded latest version of R2HTML (v1.54) for 64-bit windows PC. My R version 2.5.0. My problem arises when i want to install SciViews-R which need R2HTML package. > library(R2HTML) Error in `parent.env<-`(`*tmp*`, value = NULL) : use of NULL environment is defunct Error: package/namespace load failed for 'R2H...
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 prin...
2004 Apr 20
1
Error while loading R2HTML in Rprofile
Hi List, When loading library(R2HTML) in Rprofile I get the following error: Error in firstlib(which.lib.loc, package) : couldn't find function "ps.options" Error in library(R2HTML) : .First.lib failed [Previously saved workspace restored] % ps.options is there % Loading the library from the command prompt wor...
2010 Aug 01
2
R2HTML giving "NULL" in output
Dear List, I am using R 2.11.1 and R2HTML 2.1. I am able to write output to an HTML file but after every line of output I get a line saying NULL. R2HTML seems to be including <p class='character'>NULL</p> after each entry. Here is an example of my R code and the source of the HTML... HTMLStart(outdir=OutPath, file=&...
2006 Jun 03
1
HTML masked (due to Rpad?)
...alse) where go is list of objects returned by a function and this worked great. Now that I have done some upgrading (to R 2.3.1 and Rpad 1.1.0) its not working right. I also get a warning when I start R that HTML is masked. And when I do ?HTML R tells me that HTML shows up in to places, Rpad and R2HTML. Is anything wrong with that? I wouldn't think so because R2HTML is a required package for Rpad. Does anyone have any suggestions for me? TIA, Roger Loading required package: R2HTML Attaching package: 'Rpad' The following object(s) are masked from package:R2HTML :...
2010 Jan 03
3
R2HTML Report number format, or Better Way?
Here I am again with question I'll feel foolish for asking, when I see the answer. I'm trying to produce a report and here's where I get stuck: How do I get R2HTML to produce the same number format? Particularly remove the decimal places for Par and Sal. Are there better methods to produce this type of report? Thanks, L.A. R version 2.10.0 XP srtype<-cbind(Par,Sal,Median,COD,PRD,LowerCI,UpperCI) srtype Par Sal Median COD...
2007 Nov 05
1
R2HTML package and Open Office: text only pasted
I am trying to use R2HTML (just downloaded from CRAN) to paste R (2.6.0) results output via the clipboard to OpenOffice Writer and Calc (version 2.3on WinXPPro) Pasting into Excel gives a formatted table of results (as expected), but pasting into Calc simply pastes the HTML code. Trying paste special only gives an option...
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, We...
2007 Jan 26
1
CGIwithR and visible output of 'invisible(capture.output(library(...)))'
Dear alltogether, I want to use CGIwithR in conjunction with R2HTML. A small example called 'test.R': ##### #! /usr/bin/R invisible(capture.output(library(R2HTML))) HTML(summary(as.numeric(scanText(formData$numbers))), file=stdout()) ##### The script gets its input via 'CGIwithR.cgi' and contains the variable "numbers." The 'HTML...
2003 Mar 31
2
Using R2HTML
Hello, I''m using R2HTML library to make a HTML page output (both data frames and graphics): HTMLStart(outdir=paste(getwd(),"/prove html", sep = ""),filename="index", echo = F, HTMLframe = T, withprompt = "HTML> ", CSSFile = "R2HTML.CSS", Title = "Indici di attivit...
2004 Jul 05
1
Apparent conflict between \Sexpr in Sweave and R2HTML
I have come across an apparent bug in the operation of Sweave. If I load the package R2HTML then execution of \Sexpr{} in an *.Rnw file no longer works. The \Sexpr{} code is simply written to the *.tex file. Below are my *.Rnw file, commands, and output. The Sweave file, Sweave-test-1_short.Rnw: % -*- mode: noweb; noweb-default-code-mode: R-mode; -*- \documentclass{article} \title{A...
2013 Jan 27
1
decimal places in R2HTML
Dear R People: I have an AOV model that I get confidence intervals from via > confint(chick1.aov1) 2.5 % 97.5 % trtA 1.472085 1.607915 trtB 1.512085 1.647915 trtC 1.328751 1.464582 > I am using R2HTML to produce HTML output. However, the HTML code itself just has rounded values, i.e., 1.5 and 1.6. Has anyone run across this, please? Any suggestions would be much appreciated. Sincerely, Erin -- Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Ho...
2008 Dec 18
1
R2HTML and output from a function
...attern=".*lme") require(nlme) for(currM in mods){ if(class(get(currM)) %in% c("lme","lm")){ cat("\n\n") print(currM) print(anova(get(currM))) } } } This generally works in the console. However, it I try to get the output processed by R2HTML, I get only the output of one table. So, now I have 2 questions: 1) Is there a way to get the output of all the print commands of the function to be processed by R2HTML? 2) Is there a way to include saved plots in the output too? /Fredrik -- "Life is like a trumpet - if you don't put...
2007 Dec 06
2
R2HTML how to pair graphic.png and table
Dear list, i have this problem: how to pair a graphic.png and a table in R2HTML ? The better showing of a mutiple analysis is sometimes to mate graphic and table Can anyone help me in this task ?? In the example below graphisc and table are subsequent and not pair.. directory=getwd() myfile<-file.path(directory,"testHTML.html") HTMLoutput=file.path(direc...
2010 Jun 05
2
R2HTML problem
...execute it from the R prompt, but doesnt when it comes to execute it from TinnR. So, any ideas? Im trying to divide the internal code of the HTMLStart function to find out where it crashes, but I couldnt find it yet. Thanks in advance -- View this message in context: http://r.789695.n4.nabble.com/R2HTML-problem-tp2244294p2244294.html Sent from the R help mailing list archive at Nabble.com.
2004 Apr 21
0
R2HTML update
Hi to all R users, I have just uploaded in CRAN R2HTML 1.3, latest update of the R2HTML package, so that it should soon be available for your favorite platform. CHANGELOG: - Fixed some user-contributed bugs. - More CSS styles are defined, so that it's possible to change the whole look-and-feel of outputs / Add some CSS sample files. - Added HTM...
2004 Apr 21
0
R2HTML update
Hi to all R users, I have just uploaded in CRAN R2HTML 1.3, latest update of the R2HTML package, so that it should soon be available for your favorite platform. CHANGELOG: - Fixed some user-contributed bugs. - More CSS styles are defined, so that it's possible to change the whole look-and-feel of outputs / Add some CSS sample files. - Added HTM...