Displaying 20 results from an estimated 1000 matches similar to: "R2HTML problem"
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
2013 Feb 16
1
odd behavior within R2HTML
Dear R People:
I'm using R2HTML but having a strange result.
Here is the original data:
resp trt block
90.3 A I
89.2 A II
98.2 A III
93.9 A IV
87.4 A V
97.9 A VI
92.5 B I
89.5 B II
90.6 B III
94.7 B IV
87.0 B V
95.8 B VI
85.5 C I
90.8 C II
89.6 C III
86.2 C IV
88.0 C V
93.4 C VI
82.5 D I
89.5 D II
85.6 D III
87.4 D IV
78.9 D V
90.7 D VI
And here are the commands:
> resin1.df <-
2008 Dec 18
1
R2HTML and output from a function
Dear list,
I am trying to construct a report function that would go through all
the object in the current environment and print them in HTML form.
What I have got is:
dataReport <- function(){
#First tables
tabs <- ls(sys.frame(), pattern=".*table")
for(currT in tabs){
cat("\n\n")
print(currT)
if(length(dim(get(currT))) > 2){
#We have to use ftable
2011 Sep 21
1
Making ?source act as if it is run through the terminal
Hello dear R help,
The motivation for my question is wanting to run HTMLStart {R2HTML package}
from "source".
*Background:*
I was happy to discover the [ HTMLStart/HTMLStop, HTMLplot] functions in the
R2HTML package.
They allow my R code to run almost as is, but while writing most of the
output (including the figures, when using HTMLplot) into an external HTML
file.
This method
2008 Dec 31
3
Paste in a FOR loop
Hi All,
I've been having a little trouble using R2HTML and a loop, but can't figure
out where the problem lies, any hints gratefully received.
My code at the minute, (Which does work) is in the following:
library(R2HTML)
HTMLStart(outdir =
file.path("C://Example_work","R_projects","Dynamic_creative"),filename =
"RMDC_mockup",Title="Mock up for
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
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?")
...
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="M1000.Report", extension="html",
2010 Apr 30
1
Problem: packages TinnR, Hmisc, applications Tinn-R and R version 2.11.0
Hi,
First: sorry for my bad English!
I have received several emails reporting problems using Tinn-R with
the new R version (2.11.0).
This email is meant to assist the users.
This problem is new and is related with R 2.11.0 and Hmisc package for Windows!
After download and install R 2.11.0pat under Linux and Windows, see
below my results:
a) Under Linux (Open SUSE 11.3) - I found no problem
2013 Jan 09
1
R2html and Blackboard LMS : solved
Everything is ok on Firefox, IE, and iPad.
Thanks,
Erin
On Tue, Jan 8, 2013 at 7:58 PM, Erin Hodgess <erinm.hodgess at gmail.com> wrote:
> Dear R People:
>
> Has anyone used R2HTML in web files that were on the Blackboard LMS, please?
>
> I'm starting to do these but wanted to know if there were any
> potential pitfalls.
>
> Thanks,
> Erin
>
>
> --
2009 Nov 18
1
where can I download package svIO?
Hello,
today I upgraded R to 2.10 and Tinn-R to 2.3.3.1.
Tinn-R needs the package svIO, but it is not available anymore on the
package lists.
Every session I start R and chose the CRAN-Mirror I receive the following
warning:
Bitte einen CRAN Spiegel f?r diese Sitzung ausw?hlen ---
Warnmeldung:
In getDependencies(pkgs, dependencies, available, lib) :
package ?svIO? is not available
Lade
2012 Jun 20
1
Tinn-R and R 2.15.0 integration
Hello,
This is WJ.
I downloaded R(2.15.0) and Tinn-R(2.3.7.1) from http://sourceforge.net/projects/tinn-r/ for my computer (window 7 OS).
I want to know how to integrate Tinn-R with R(2.15.0).
So far, I was able to find some web-site has step for integration, so I updated the following steps.
Open the file 'Rprofile.site' and add the following lines to the end of the file:
2008 Feb 11
6
Tinn-R not working well with latest R
I recently installed R 2.6.2 and am getting errors on startup that relate to
svIDE being loaded by Tinn-R.
Loading required package: tcltk
Loading Tcl/Tk interface ... done
Warning messages:
1: '\A' is an unrecognized escape in a character string
2: unrecognized escape removed from ";for Options\AutoIndent: 0=Off,
1=follow language scoping and 2=copy from previous line\n"
3: In
2009 Mar 02
3
TinnR & Philips Webcam
Hi All,
I have a Philips Webcam, model SPC110NC. I had to download a diver in order for the webcam to work with Skype from the philips support page (www.philips.com/support).
Now when I start up TinnR to use with R, it opens the webcam. If I manually start up R, Tinn R will no longer synch with it.
Also, when I install the webcam driver there doesn't appear to be anyway to modify the
2009 Mar 24
2
install.package("TinnR") - there is no package called 'TinnR'
I have troubles make TinnR 2.2.0.2 work, it seems that the dependency on
the package TinnR that cannot be found (I tried also manual downloads,
but I cannot find the package anywhere on any CRAN mirror).
I even set a default cran mirror in the Rprofile.site file, so that the
later command can find it:
# check necesary packages
necessary = c('TinnR', 'svSocket')
installed =
2008 Sep 14
5
Error Running TinnR with R
Hello All,
I am using Tinn-R (v 2.0.0.7) integrated with R (v 2.7.2) on a 32-bit
Windows Vista system.
When I try to run a code and send it to R from Tinn-R, I get the following
error message;
?Error in source(.trPaths[5], echo = T) : object ".trPaths" not found?
I was using an earlier version of Tinn-R and R and I was not having problems
till recently when R-sending started freezing
2008 Jul 11
3
Start preferred RGui
Dear R users,
I have been having a problem since I installed the new versions of TinnR and
R on my computer (1.19.4.7 and 2.6.0 respectively). I used to open R by the
command "start preferred RGUI", on the "R" tab of TinnR's menu. But now,
since I updated both softwares (which was necessary for some compatibility
issue with Windows Vista), the path for my preferred RGui (
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('R2HTML'), I get the following error:
>
2010 Oct 02
2
Tinn R
Dear ALL,
I am trying to run Tinn R for the first time with R. I have already
selected the SDI option. When ever I run the code I get the following
error:
> source(.trPaths[4])
Error in source(.trPaths[4]) : object '.trPaths' not found
Can any one help?
Raphael
2009 Nov 30
4
incompatibilidad de tinnR y R
Tengo instalado el R2.9.0 y el TinnR 1.17.2.4 y cuando abro Tinn R no me
detecta q el R este abierto por lo cual no me permite correr ningun
programa, alguien sabe q puede estar pasando?
Saludos
--
José
"... hoy el cambio cualitativo la liberacion, implica, cambios organicos, de
instinto y biologicos, AL MISMO TIEMPO q cambios politicos y sociales" H. M.
[[alternative HTML version