similar to: Question about Running C code from R

Displaying 20 results from an estimated 700 matches similar to: "Question about Running C code from R"

2005 Jul 06
1
dyn.load in linux: missing libraries?
Hi, I've just about got myself transferred from windowsXP to Linux (Mepis 3.3.1-1). I've got R 2.1.1, emacs, and ess running from the debian repositories. Of course, there is a hitch. I have a bit of C code in one of my personal functions. I have, apparently without problem, been able to compile it using R CMD SHLIB, but when I try to dyn.load it I get the following error: >
2001 Jul 11
1
.Call and Mandrake 8.0 (PR#1020)
Full_Name: Ludovic Cottret Version: R 1.3.0 OS: Linux Submission from: (NULL) (157.136.20.138) I have a R function which call a C function by the instruction ".Call". The first time I call the R function in a R session, it perfectly runs. But the next times, R returns this error message : Error in .Call("", bankpath, accn, indexpath, key, beg, end) : .Call function
2023 Mar 07
2
insert hyperlink into svg graphic
Perhaps this thread on stackoverflow (from a search on "include hyperlink in svg graphic") may be of use: https://stackoverflow.com/questions/41970535/a-hyperlink-in-svg-use Cheers, Bert On Tue, Mar 7, 2023 at 12:34?AM Rusty Travis <rusytravis19 at gmail.com> wrote: > Greetings, > > I am creating plots of weather data and wish to include a link to the > data source
2023 Mar 07
1
insert hyperlink into svg graphic
Greetings, I am creating plots of weather data and wish to include a link to the data source into a title() object in the plot. My syntax must be wrong though, as the hyperlink doesn't display, just the text and tags. > svg("/tmp/temps.svg", width=9, height=6) > #plot created here > title(sub="produced by Rusty Travis? \nusing data from <a
2001 Nov 13
1
win95 + linux oplock error, even with kernel oplocks = no.
Hi all, I've posted a similar message a few weeks ago. I had the 'oplock' problem. I run a linux server with samba (specification below). I get a reply who told me to disable kernel oplocks and oplocks. I did exactly what he told me to do. I hoped it worked... but it did not... From there one i started reading in the archives and followed the 'lock' discussions in this list.
2023 Mar 08
1
insert hyperlink into svg graphic
On 3/7/23 13:12, Paul Murrell wrote: > Hi > > I think the main issue here is that you are *drawing* text on the > graphics device, so I would only expect to see literal XML text output > in the result. > ''' > > Hope that helps Thank you for your consideration of the matter, but that seems extraordinarily overly-complicated for the results of
2023 Mar 07
1
insert hyperlink into svg graphic
This was actually the first thing that ChatGPT debugged for me. The issue was that I was able to click on the link when I displayed the raw SVG in the browser (you can use that to test whether the syntax is even correct), but not when the svg displays inside a html page with the <img ...> tag. ChatGPT correctly identified the issue and suggested a solution using <object ...> tags
2023 Mar 08
1
insert hyperlink into svg graphic
Hi On 8/03/23 15:27, Rusty Travis wrote: > On 3/7/23 13:12, Paul Murrell wrote: >> Hi >> >> I think the main issue here is that you are *drawing* text on the >> graphics device, so I would only expect to see literal XML text output >> in the result. >> ''' >> >> Hope that helps > > Thank you for your consideration of the
2004 Jul 02
0
Patch to fix dist rule in ocfs-tools with another minor fix
Index: ocfs2/libocfs2/Makefile =================================================================== --- ocfs2/libocfs2/Makefile (revision 127) +++ ocfs2/libocfs2/Makefile (working copy) @@ -65,6 +65,7 @@ HFILES = \ include/jfs_user.h \ + include/jfs_compat.h \ include/kernel-jbd.h \ include/kernel-list.h \ include/ocfs2_fs.h \ Index: ocfs2/debugfs.ocfs2/Makefile
2010 Oct 25
0
[LLVMdev] DebugInfo: seg fault
Hi, I wanted to print the contents of a DICompileUnit object but encountered a segmentation fault after invoking dump()/print method. Here is the code snippet ... unsigned DW_LANG_XXX = 0x8001; llvm::StringRef filename("l8.cpp"); llvm::StringRef dir("/home/cfiles"); const char* producer = "Group";
2006 Jul 24
1
WebCam with OpenCV
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: enc_dec.zip Type: application/zip Size: 10525 bytes Desc: not available Url : http://lists.xiph.org/pipermail/theora/attachments/20060724/6355cb1b/enc_dec.zip
2008 Oct 24
3
mkfs patch for creating filesystem with quota files
Hello, attached is a patch which implements necessary support for mkfs so that quota files can be created. Honza -- Jan Kara <jack at suse.cz> SUSE Labs, CR -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Implement-quota-support-to-mkfs-and-add-a-few-auxili.patch Type: text/x-patch Size: 16966 bytes Desc: not available Url :
2003 Oct 31
1
Network stack cloning / virtualization patches for 4.9-RELEASE
A new snapshot of network stack cloning patchset against 4.9-RELEASE kernel can be found at the usual place: http://www.tel.fer.hr/zec/vimage/ What's new: - support for independent IP multicast routing / forwarding in each network stack / virtual image; - virtual images can now be deleted more or less reliably; - jails can be (again) created within the virtual images; - several minor
2010 Oct 26
0
[PATCH node] add collectd.py
--- scripts/collectd.py | 40 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 40 insertions(+), 0 deletions(-) create mode 100755 scripts/collectd.py diff --git a/scripts/collectd.py b/scripts/collectd.py new file mode 100755 index 0000000..729f3a9 --- /dev/null +++ b/scripts/collectd.py @@ -0,0 +1,40 @@ +#!/usr/bin/python +# +# Configures the collectd daemon. + +import os +import
2010 Oct 26
0
[PATCH node] add logging.py
Adds rsyslog configaration module --- scripts/logging.py | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 89 insertions(+), 0 deletions(-) create mode 100755 scripts/logging.py diff --git a/scripts/logging.py b/scripts/logging.py new file mode 100755 index 0000000..6a32b7a --- /dev/null +++ b/scripts/logging.py @@ -0,0 +1,89 @@ +#!/usr/bin/python +# +# Configures
2011 Jul 21
0
[PATCH] add netconsole autoinstall parameter
Signed-off-by: Joey Boggs <jboggs at redhat.com> --- scripts/ovirt-config-logging | 11 +++++++++++ scripts/ovirt-early | 6 +++++- 2 files changed, 16 insertions(+), 1 deletions(-) diff --git a/scripts/ovirt-config-logging b/scripts/ovirt-config-logging index 233df67..e296ac4 100755 --- a/scripts/ovirt-config-logging +++ b/scripts/ovirt-config-logging @@ -174,6 +174,13 @@
2005 Aug 02
1
problem using evaluating a formula
##data y1 <- matrix(c(3,1,0,1,0,1,1,0,0,0,1,0,0,0,1,1,0,1,1,1), nrow = 5, byrow = TRUE) y2 <- matrix(c (3,0,10,3,3,0,0,1,1,0,0,0,0,0,1,0,1,0,0,2,1,0,1,1,0,2,1,1,4,1), nrow = 5, byrow = TRUE) y1 <- as.data.frame(y1) y2 <- as.data.frame(y2) rownames(y1) <- rownames(y2) <- paste("site", 1:5, sep = "") colnames(y1) <-
2005 Aug 01
2
[LLVMdev] [patch] gccld not passing -export-dynamic to gcc for link
gccld passes -shared through if it's generating a shared library, but if you're compiling a program that needs to have its symbols externally accessible, it doesn't pass -export-dynamic through to gcc for the final link. The attached patch fixes this. I've tested with a small test case I sent Chris, and with Python; both seem to work. I also fixed some inaccurate comments in
2006 Oct 02
1
finding correlation between two matrices
Dear all, I would like to compare two distance matrices to find the correlation between those and create a XY plot.could you please kindly help me and let me know how I can do that using R.(Mantel test?). Your help is very much appreciated!! Many thanks! Regards, Sima Fakheran ............................................................... Sima Fakheran Esfahani PhD Student Institute of
2011 Aug 17
3
getNativeSymbolInfo("user_unif_rand") returns different results on windows and linux
Hi, When loading a package that provides the user-supplied RNG hook user_unif_rand, calling getNativeSymbolInfo("user_unif_rand") returns informations about the loaded symbol. I am using this to identify which package currently provides the RNG hook. The results are the same on windows and linux if only one library provides the hook. If one loads a second package that provides this