Displaying 20 results from an estimated 300 matches similar to: "newbie HWRITER package question"
2009 Jun 02
1
my little r is sick
Hi,
Suddenly, I find my little r is sick.
Given:
#! /usr/bin/env r
library (hwriter)
unlink ('tmp.html')
p = openPage ('tmp.html')
hwrite ("Hello World", p)
closePage (p)
browseURL ('tmp.html')
It worked fine a few days ago, but now it says:
r: error while loading shared libraries: libR.so: cannot open shared object file: No such file or
2012 Jul 30
1
Accents and special character using hwriter (on Windows)
Hello,
I have a problem with special characters such as "?" or "?" when using
hwriter. This only happens when I use windows, it works fine on mac. If I
do:
print(datosdv)
"Ciencias Sociales y Jur?dicas n:74 | 33.94%"
but:
hwrite(datosdv, p, br=TRUE)
"Ciencias Sociales y Jur?dicas n:74 | 33.94%"
The bad sign is in the code, is not a problem of the
2009 Sep 20
2
xtable + print (html)
hi,
I want html code via the xtable package.
I have a data.frame and tried to use the print()-function.
But I only get the data.frame printed - no html arround it.
what do I have to change?
thanks!
2011 May 09
3
converting a matrix or data.frame into an html table
Dear all,
Is there a function in R to convert a matrix or a data.frame into an html table?
Many thanks,
Samuel
[[alternative HTML version deleted]]
2010 Dec 01
3
Save R2HTML as an object instead of file
Hi
Is it possible to instead of getting the HTML code written to a file, get it
saved as a string in an object instead?
Or is there any kind of package that can do this?
//Joel
--
View this message in context: http://r.789695.n4.nabble.com/Save-R2HTML-as-an-object-instead-of-file-tp3066776p3066776.html
Sent from the R help mailing list archive at Nabble.com.
2008 Jul 31
0
hwriter - Writing R objects in HTML format
Dear R community,
I'm pleased to announce the availability of hwriter v0.92 on CRAN.
hwriter is an easy-to-use package able to format and output R objects in
HTML format. It supports advanced formatting, tables, CSS styling,
images and provides a convenient mapping between R tables and HTML tables.
hwriter combines the simple syntax of the xtable package and the
strength of HTML/CSS
2008 Oct 07
0
hwriter - Writing R objects in HTML format
Dear R community,
I'm pleased to announce the availability of hwriter v0.93 on CRAN.
hwriter is an easy-to-use package able to format and output R objects in
HTML format. It supports advanced formatting, tables, CSS styling,
images and provides a convenient mapping between R tables and HTML tables.
hwriter combines the simple syntax of the xtable package and the
strength of HTML/CSS
2008 Jul 31
0
hwriter - Writing R objects in HTML format
Dear R community,
I'm pleased to announce the availability of hwriter v0.92 on CRAN.
hwriter is an easy-to-use package able to format and output R objects in
HTML format. It supports advanced formatting, tables, CSS styling,
images and provides a convenient mapping between R tables and HTML tables.
hwriter combines the simple syntax of the xtable package and the
strength of HTML/CSS
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
2009 Apr 29
1
Newbie R question PART2
Hi Tena,
I recommend rapache for building websites with R. See
http://biostat.mc.vanderbilt.edu/rapache/
-Ista
> ---------- Forwarded message ----------
> From: "Tena Sakai" <tsakai at gallo.ucsf.edu>
> To: <ted.harding at manchester.ac.uk>, <r-help at r-project.org>
> Date: Tue, 28 Apr 2009 15:04:53 -0700
> Subject: Re: [R] Newbie R question PART2
>
2009 Oct 01
2
question
hi
I am going to crazy.I want to use beadarray package in R, but I cant.
when I want install it, I encounter to this message "Loading required
package: hwriter
Loading required package: sma
Error in library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc
= lib.loc) :
'sma' is not a valid installed package"
I cant find sma and hwriter packages, it seems that they are
2009 May 12
1
Help needed to compile R with shared library.
Hi,
I cannot compile R with shared library.
I am using Redhad Linux on Dell hardware.
Here''s what I am doing:
I set ?PICFLAGS in config.site file:
CPICFLAGS=-fPIC
FPICFLAGS=-fPIC
and issue:
./configure --enable-R-shlib --prefix=$HOME/newR
make
configure finishes with no complaints, the last
informative line being:
Options enabled: shared R library, shared BLAS, R
2009 May 08
2
I don't see libR.so in my installation directory
Hi,
I installed R 2.9.0 a couple of days ago on a
linux machine. At the root of installation,
I see 4 directories: bin, lib64, share, and src.
I don't see libR.so anywhere. (In the following
context, . (dot) indicates the root of my insta-
llation.) I do see:
./lib64/R/lib/libRblas.so
./lib64/R/lib/libRlapack.so
I became aware of such as I was preparing for
an installation of little r.
2011 Jan 07
1
Trouble with installing Rmpi package
Hi,
I am having a problem with installing Rmpi package on redhat linux machine.
The R I am using is version 2.10.1. Here’s what happens.
> install.packages( ''Rmpi'' )
--- Please select a CRAN mirror for use in this session ---
Loading Tcl/Tk interface ... done
trying URL ''http://cran.cnr.Berkeley.edu/src/contrib/Rmpi_0.5-9.tar.gz''
Content type
2009 May 07
1
I updated/reinstalled ggplot2 and the trouble started...
Hi Ian,
Per your suggestion, I reinstalled R 2.9.0, then
I reinstalled ggplot2 on top. The problem persists.
Here's the what happens after the installation:
> qplot (carat, price, data = diamonds, alpha = I(1/10))
Warning message:
In grid.Call.graphics("L_points", x$x, x$y, x$pch, x$size) :
semi-transparency is not supported on this device: reported only once per
2007 Sep 13
1
trouble with installing Biobase package
Hi Everybody,
I am having a problem with loading Biobase package. I typed
2 lines below at R prompt
> source ("http://boconductor.org/biocLite.R")
> biocLite (lib="/usr/local/lib/R/library")
which attempted to install a bunch of packages with varying
degree of success. Out of 29, 13 failed. Biobase is one of
them. As a matter of fact, when I looked at logs, most
2009 Apr 28
2
Newbie R question
Hi,
I am a newbie with R. My environment is linux and
I have a file. I call it barebone.R, which has one
line:
cat ('Hello World!\n')
I execute this file as:
R --no-save < barebone.R
And it does what I expect. What I get is 20+/- lines
of text, one of which is 'Hello World!'.
How would I go about getting rid of all but the line I
am after, 'Hello World!'?
2010 Feb 04
2
no write access for help files
Hi
I'm using R v2.8 under Windows*) and I'm trying to install a new package (local zip file), but I get the message below. I followed some advice at http://cran.r-project.org/bin/windows/base/rw-FAQ.html (4.2 onwards), but to no avail. How can I tell R to save the help files to an alternative location? I don't have write access to the default location.
>
2010 Sep 09
6
Reproducible research
I am investigating some approaches to reproducible research. I need in
the end to produce .html or .doc or .docx. I have used hwriter in the
past but have had some problems with verbatim output from R. Tables are
also not particularly convenient.
I am interested in R2HTML and R2wd in particular, and possibly odfWeave.
Does anyone have sample documents using any of these approaches which
2010 Aug 23
1
Proposed new file apis
I've attached a patch to generator.ml for the proposed new file apis.
Note that hread, hpread, hwrite and hpwrite are slightly different to
the apis I proposed previously. I've also added hallocate for good measure.
Matt
--
Matthew Booth, RHCA, RHCSS
Red Hat Engineering, Virtualisation Team
GPG ID: D33C3490
GPG FPR: 3733 612D 2D05 5458 8A8A 1600 3441 EA19 D33C 3490
--------------