Displaying 20 results from an estimated 44 matches for "rdevices".
Did you mean:
devices
2008 Nov 11
1
Rdevices.h is not Included in Recent Packages
Hi,
I am trying to install RSRuby (http://rubyforge.org/projects/rsruby/) which
somewhat analogous to RPy.
Installation fails using the cran R 2.8.0 packages for Ubuntu Intrepid
because RDevices.h does not appear to be included in the r-cran-core package
as it was previously. It is in the rbase_2.8.0.orig.tar.gz in the same
directory meaning it hasn't been taken out of R altogether, and I couldn't
find it in any other packages in the same directory.
A quick check suggests the same...
2006 Apr 28
2
Device 0 (vif) could nto be connected: backend device not found
...wait_for_devices failed. Traceback (most recent call last):
File "/usr/lib/python/xen/web/SrvBase.py", line 85, in perform
return op_method(op, req)
File "/usr/lib/python/xen/xend/server/SrvDomain.py", line 72, in op_wait_for _devices
return self.dom.waitForDevices()
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 1343, in waitForDevi ces
self.waitForDevices_(c)
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 971, in waitForDevic es_
return self.getDeviceController(deviceClass).waitForDevices()
Fil...
2017 May 04
4
[PATCH 0/3] generator: Allow returned strings to be annotated as devices.
If we want to permit more than 255 drives to be added, then we will
have to add the disks to the same virtio-scsi target using different
unit (LUN) numbers.
Unfortunately SCSI LUN enumeration in the Linux is not deterministic
(eg. two disks with target=0, lun=[0,1] can be enumerated as /dev/sda
or /dev/sdb randomly). Dealing with that will require some very
complex device name translation on the
2008 Oct 27
1
R 2.8.0 for Debian etch
...es and
binaries for i386 and amd64 are at your disposal.
I also updated the README to include a short howto for using R 2.8.0 from
unstable on testing (lenny), which is currently frozen. This currently pulls
the current pcre from unstable, next to the current R packages.
By removing references to Rdevices.h, I was able to provide updated packages
of rkward 0.4.9a (i386 and amd64) and python-rpy (currently i386 only, amd64
will probably follow soon) as well. As usual, the latest recommended packages
are updated, as well as littler and RODBC.
Please report any problems you might encounter to this lis...
2011 Aug 14
2
Problem installing R Commander plugin...
Hi ho folks:
I'm running the indicated version of R on Hardy Heron Ubuntu.
(Yes, I am quite aware that it is considered old news but then I don't
run the "latest and greatest" computer gear. I've tried both Gnome and
KDE editions of Ubuntu Lynx and even a current run of Fedora. I find
Heron simply works better on my machine.)
When I try to install RcmdrPlugin.PT most of
2006 Apr 28
0
Re: SOLVED: Device 0 (vif) could nto be connected: backend device not found
...gt; call last):
> > File "/usr/lib/python/xen/web/SrvBase.py", line 85, in perform
> > return op_method(op, req)
> > File "/usr/lib/python/xen/xend/server/SrvDomain.py", line 72, in
> op_wait_for _devices
> > return self.dom.waitForDevices()
> > File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 1343, in
> waitForDevi ces
> > self.waitForDevices_(c)
> > File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 971, in
> waitForDevic es_
> > return self.getDe...
2017 Jul 14
0
[PATCH 13/27] daemon: Reimplement ‘list_ldm_(volumes|partitions)’ APIs in OCaml.
---
daemon/Makefile.am | 2 ++
daemon/ldm.c | 82 -----------------------------------------------
daemon/ldm.ml | 52 ++++++++++++++++++++++++++++++
daemon/ldm.mli | 20 ++++++++++++
generator/actions_core.ml | 2 ++
5 files changed, 76 insertions(+), 82 deletions(-)
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 7c50e1346..22a3036f8
2012 May 14
0
phyloclim could not be installed in linux - problems on tkrplot dependence
...3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=C LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] tools_2.15.0
#####################################################################
# (3) my systems info
> Sys.info()
sysname
release
"Linux"...
2017 Jul 14
0
[PATCH 05/27] daemon: Reimplement several devsparts APIs in OCaml.
The reimplemented APIs are:
* list_devices
* list_partitions
* part_to_dev
* part_to_partnum
* is_whole_device
---
daemon/Makefile.am | 2 +
daemon/daemon.h | 3 -
daemon/devsparts.c | 257 ----------------------------------------------
daemon/devsparts.ml | 109 ++++++++++++++++++++
daemon/devsparts.mli | 25 +++++
daemon/guestfsd.c | 75
2011 Oct 17
0
rpy2 pie chart
I am trying to create a pie chart using rpy2 of the following data
Pathway Occurrences
A 10%
B 50%
C 20%
E 10%
filename = './testing.png'
grdevices = importr('grDevices')
rdevices.png(file=filename, width=1200, height=800)
dataf = Robjects.DataFrame({'pathways':Robjects.StrVector(Pathways),
occurrences' :
Robjects.FloatVector(Occurrences)
})
pie = ggplo...
2005 Apr 02
2
Building new graphic device drivers with g++
....
Is there a file that defines the compiler switches for R CMD SHLIB
compiling?
Here is an example code:
=devNull.cpp============================================================
======================
#include <R.h>
#include <Rinternals.h>
#include <Rgraphics.h>
#include <Rdevices.h>
#include <R_ext/GraphicsDevice.h>
#include <R_ext/GraphicsEngine.h>
extern "C" {
static Rboolean nullDeviceDriver(NewDevDesc *dev);
SEXP do_devNULL() {
NewDevDesc *dev = NULL;
GEDevDesc *dd;
R_CheckDeviceAvailable();
if (!(dev = (NewDevDesc *) calloc(...
2007 Mar 16
7
how to send mp3 inline?
hey all,
I''m trying to do a:
send_file @file, :type => ''audio/mp3'', :disposition => ''inline'' ,:stream=>true
I tried with all browsers and it always asks me to download the file
or open it with a player. Is there a way to make it open in the
embeded player (QT,Windows media player,Mplayer etc)? Only with
konqueror if I open in new tab then I
2017 Jul 14
0
[PATCH 14/27] daemon: Reimplement ‘lvs’ API in OCaml.
---
daemon/Makefile.am | 2 +
daemon/lvm.c | 151 ----------------------------------------------
daemon/lvm.ml | 92 ++++++++++++++++++++++++++++
daemon/lvm.mli | 19 ++++++
generator/actions_core.ml | 1 +
5 files changed, 114 insertions(+), 151 deletions(-)
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 22a3036f8..e9c71ba3c 100644
2018 Apr 09
5
[PATCH 0/3] daemon: generate almost all the API OCaml interfaces
Hi,
as a followup for the signature fix for mount_vfs [1], here it is a
patch series to generate automatically most of the OCaml interfaces of
daemon actions. Only the Lvm and Mount modules are left with
hand-written interfaces.
[1] https://www.redhat.com/archives/libguestfs/2018-April/msg00059.html
Thanks,
Pino Toscano (3):
daemon: directly use Optgroups
daemon: use the structs from the
2017 Jul 27
23
[PATCH v3 00/23] Reimplement many daemon APIs in OCaml.
I think this fixes everything mentioned:
- Added the Optgroups module as suggested.
- Remove command temporary files.
- Replace command ~flags with ?fold_stdout_on_stderr.
- Nest _with_mounted function.
- Rebase & retest.
Rich.
2017 Jul 21
27
[PATCH v2 00/23] Reimplement many daemon APIs in OCaml.
v1 was posted here:
https://www.redhat.com/archives/libguestfs/2017-July/msg00098.html
This series now depends on two small patches which I posted separately:
https://www.redhat.com/archives/libguestfs/2017-July/msg00207.html
https://www.redhat.com/archives/libguestfs/2017-July/msg00209.html
v1 -> v2:
- Previously changes to generator/daemon.ml were made incrementally
through the patch
2017 Jun 05
19
[PATCH v3 00/19] Allow APIs to be implemented in OCaml.
v2 was here:
https://www.redhat.com/archives/libguestfs/2017-June/msg00008.html
This series gets as far as a working (and faster) reimplementation of
‘guestfs_list_filesystems’.
I also have another patch series on top of this one which reimplements
the inspection APIs inside the daemon, but that needs a bit more work
still, since inspection turns out to be a very large piece of code.
Rich.
2017 Jul 14
45
[PATCH 00/27] Reimplement many daemon APIs in OCaml.
Previously posted as part of the mega utilities/inspection
series here:
https://www.redhat.com/archives/libguestfs/2017-June/msg00232.html
What I've done is to extract just the parts related to rewriting
daemon APIs in OCaml, rebase them on top of the current master, fix a
few things, and recompile and test everything.
Rich.
2017 Jun 03
12
[PATCH v2 00/12] Allow APIs to be implemented in OCaml.
Version 1 was here:
https://www.redhat.com/archives/libguestfs/2017-June/msg00003.html
This patch series reimplements a few more APIs in OCaml, including
some very important core APIs like ?list_filesystems? and ?mount?.
All the tests pass after this.
The selection of APIs that I have moved may look a little random, but
in fact they are all APIs consumed by the inspection code (and some
more
2018 Apr 09
0
[PATCH 3/3] daemon: autogenerate most of OCaml interfaces
Add a way to generate OCaml interfaces for a whilelist of modules in
the daemon that implement APIs: this makes sure that for them the
interface of each function matches the actual API specified in the
generator.
Only the modules specified in a list are generated for now, although
this coverts almost all the daemon APIs implemented in OCaml.
---
.gitignore | 15 ++++++++++