Displaying 19 results from an estimated 19 matches similar to: "Problem with RSVGTipsDevice"
2011 Dec 20
1
Why is the 64bit Windows version of package RSVGTipsDevice not available on CRAN?
On CRAN, the package RSVGTipsDevice is only installed for 32bit Windows, and is not available as a 64bit package for Windows.
The file linked to in the package check summary on CRAN says "NB: this package is only installed for sub-architecture 'i386' ".
What do I need to do to make it available as both 64bit and 32bit on CRAN? (I am the maintainer of the package).
It builds,
2010 Nov 12
1
Graphics API version mismatch with RSVGTipsDevice
Dear Colleagues
I have been struggling with a problem and could not find a similar
previous posting in any of my searches, so I decided to write to the
list. I am trying to produce svg files from plots using RSVGTipsDevice
in R 2.12.0 in Ubuntu 10.04, but I am getting the following error
message:
> require(RSVGTipsDevice)
Loading required package: RSVGTipsDevice
> devSVGTips(file =
2007 May 25
2
Interactive plots?
Hi there.
I have a matrix that provides place names and the distances between them:
Chelt Exeter London Birm
Chelt 0 118 96 50
Exeter 118 0 118 163
London 96 118 0 118
Birm 50 163 118 0
After performing multidimensional scaling I get the following points plotted
as follows
2007 May 04
0
new package: RSVGTipsDevice: create SVG plots with tooltips & hyperlinks
the DESCRIPTION file:
Package: RSVGTipsDevice
Version: 0.7.0
Date: 04/30/2007
Title: An R SVG graphics device with dynamic tips and hyperlinks
Author: Tony Plate <tplate at acm.org>, based on RSvgDevice by T Jake
Luciani <jakeluciani at yahoo.com>
Maintainer: Tony Plate <tplate at acm.org>
Depends: R (>= 1.4)
Description: A graphics device for R that uses the w3.org
2007 May 04
0
new package: RSVGTipsDevice: create SVG plots with tooltips & hyperlinks
the DESCRIPTION file:
Package: RSVGTipsDevice
Version: 0.7.0
Date: 04/30/2007
Title: An R SVG graphics device with dynamic tips and hyperlinks
Author: Tony Plate <tplate at acm.org>, based on RSvgDevice by T Jake
Luciani <jakeluciani at yahoo.com>
Maintainer: Tony Plate <tplate at acm.org>
Depends: R (>= 1.4)
Description: A graphics device for R that uses the w3.org
2008 Oct 17
1
SVG and user interaction
Is there a way to make SVG files containing links (for use in a
browser) using any of the R graphics packages or devices?
Thanks,
Sean
2010 Oct 18
1
Rcmd build 32bit-only package on win7 64 bit platform?
Is it possible to suppress compiling for the x64 arch when doing 'Rcmd
build <mypkg>? Such that the pre-compiled package for binary
distribution only contains a 'lib/i386/mypkg.dll'.
For CHECK (and also INSTALL) there is a '--no-multiarch' argument, but
I didn't find something similar for build.
Otherwise, I suppose, I could
- handle the problem in Makevars or
2009 Jul 29
1
Package with function for plots with embedded hyperlinks?
Some years ago, if I recall correctly, I learned of a package that
included a function that would write a plot to a file so that one
could associate hyperlinks with elements of the plot, such as points.
Then, when the plot was displayed in a browser, one could click on
(for example) a point, and jump to wherever the hypelink pointed.
I don't remember then name of the package or function,
2007 May 16
2
citation question
I want to put the correct information into the "author" field
of the DESCRIPTION file for my bbmle package, which is a modified
and extended version of the mle code in the stats4 package.
If I put only myself as author I feel like I'm ignoring the
contribution of R-Core (and I think Peter Dalgaard in particular)
in writing the original code. If I add "R Development Core
2008 Mar 12
1
gracefully handing a library load error
I have an R program I am attempting to use to generate some SVGs. I've been
using the cairoDevice library. When running a session not connected to an X
session (like if I'm sshed in), attempting "library(cairoDevice)" causes:
*** caught segfault ***
address 0x8, cause 'memory not mapped'
Traceback:
1: .C("R_gtk_setEventHandler", PACKAGE =
2007 May 07
6
Representing a statistic as a colour on a 2d plot
Hello.
I have a 2d plot which looks like this:
http://www.nabble.com/file/8242/1.JPG
This plot is derived from a file that holds statistics about each point on
the plot and looks like this:
a b c d e
a 0 0.498 0.473 0.524 0.528
b 0.498 0 0 0 0
c 0.473 0
2007 May 25
1
iplots problem
Hi. I try to load iplots using the following commands
> library(rJava)
> library(iplots)
but then I get the following error:
Error in .jinit(cp, parameters = "-Xmx512m", silent = TRUE) :
Cannot create Java Virtual Machine
Error in library(iplots) : .First.lib failed for 'iplots'
What do I have to do to correct this?
Thanks
--
View this message in context:
2007 May 17
5
rJava problem
Basically, I?m trying to install rJava on my windows XP machine. I think I
have succeeded in doing so as it appears in the list when i type library()
in R.
However, when i type ?library(rJava)? I get an error dialog box saying:
'This application has failed to start because jvm.dll was not found.
Re-installing the application may fix this problem'
When I press 'OK' on the dialog
2007 Jun 02
4
Datapoints underneath datapoints Problem
Hi there.
I have the following graph:
http://www.nabble.com/file/p10928148/map.jpg
However, some datapoints occur at the same place as other datapoints and are
so layered on top of each other. I would like to know if there is any
possible way in which I could view those datapoints that are layered on top
of each other ...maybe by rotating using latitude to show the datapoints
underneath (but
2007 May 17
2
.jinit() problem
Hello there.
When I try to start the jvm using .jinit() after loading library(rJava) I
don't seem to be able to as I get the message:
Error in .jinit() : Cannot create Java Virtual Machine
What is going on here? I have java 1.6 installed on my XP machine
Thanks again.
--
View this message in context: http://www.nabble.com/.jinit%28%29-problem-tf3774265.html#a10671963
Sent from the R
2007 May 16
2
Installing SJava - problem
Hi there.
I am trying to install SJava on my windows xp machine.
I downloaded the windows source file SJava_0.69-0.tar.gz from the web site
http://www.omegahat.org/RSJava/
I have folloed the XP command line instructions as directed in the table
underneath the download link:
cd $RHOME/src/library
unzip SJava_0.69-0.zip
cd SJava
./configure.win $RHOME
cd $RHOME/src/gnuwin32
make pkg-SJava
I
2007 Jul 23
2
cmdscale question
Hi.
I know matrices that use distances between places works fine when using
cmdscale. However, what about matricies such as:
A B C D E
A 0 1 23 12 9
B 1 0 10 12 3
C 23 10 0 23 4
D 12 12 23 0 21
E 9 3 4 21 0
i.e. matrices which do not represent physical distances between places (as
they would not make sense for real distances such as the one above)
2008 Apr 21
0
Summary of importing vector graphic formats written by R into Open Office
PROBLEM:
OpenOffice (specifically Impress) imports emf files as the ones
generated by the
R GUI in Windows with poor quality. Is there another vector format
written by an R graphic
GUI that could be
imported into OpenOffice (specifically Impress)?
SOLUTIONS:
Currently None. The suggested vector files are either not provided by an
interactive
graphic GUI (SVG) or cannot be imported and displayed
2011 Jul 31
3
example package for devel newcomers
Hi,
I'd like to know whether there is a package (or more, of course) regarded
as a good example that could be used also as an instructional tool for
newcomers to R extensions development.
Thanks.
--
Alexandre
--
Alexandre Santos Aguiar, MD, SCT
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198