Displaying 20 results from an estimated 7000 matches similar to: "R-beta: dyn.load update"
2000 Feb 08
7
demo(dyn.load) error in R 0.99.0
I noticed this error in my demo from previous versions as well as
R 0.99.0. Is there a way around this one also? Thanks in advance...
> demo(dyn.load)
demo(dyn.load)
---- ~~~~~~~~
Type <Return> to start :
> dyn.load(file.path(R.home(), "demos", "dynload", paste("zero",
.Platform$dynlib.ext, sep = "")))
Error in
1998 May 14
1
R-beta: How do I dyn.load in R for Windows95?
I am currently running R under Windows95.
I am entirely new to R in any environment, with no prior experience of S
or S-Plus
either.
I want to run some functions written for S-plus and residing in a file
"cat.s". The
fuctions also call some Fortran routines residing in a compiled fortran
file "cat.obj"
In S-Plus as I understand it I am supposed to first
1998 Sep 27
1
Sv: R-beta: windows and dynload. ?Win98
It does, at least for a while. But when various more or less well behaved programs enter the scene (harddisk) things changed, at least for me. Reinstallation of R or windows didn't help, and I did not want to start again from scratch with a reformat. I used rw0613.
-----Oprindelig meddelelse-----
Fra: Douglas Steele <Douglas at dsteele.demon.co.uk>
Til: r-help at stat.math.ethz.ch
2010 Jan 13
3
Recovering a broken mirror
We have a production SunFireV240 that had a zfs mirror until this week. One of the drives (c1t3d0) in the mirror failed.
The system was shutdown and the bad disk replaced without an export.
I don''t know what happened next but by the time I got involved there was no evidence that the remaining good disk (c1t2d0) had ever been part of a ZFS mirror.
Using dd on the raw device I can see data
1998 Sep 16
2
R-beta: windows and dynload.
I get an error:
Error in dyn.load(file) : unable to load shared library
"D:\R_CODA\RW0613\library\eda\libs\eda.dll"
with almost all the packages. I tried to use "require" and tried also to
copy the dll's to the bin directory and nothing helped.
Any ideas ?
Thanks for your efforts
Troels
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help
1997 Jul 24
1
R-beta: dyn.load: incompatability between R and S
I have C routines in a collection of files
"/homef/jonm/postdocs/GLMM_project/Cprogs/nn/misc.o"
"/homef/jonm/postdocs/GLMM_project/Cprogs/nn/random.o"
"/homef/jonm/postdocs/GLMM_project/Cprogs/nn/ars.o"
... etc , where the third file includes functions which call
functions in the second.
In S, the function
> gload
function()
{
2005 Jan 01
1
extlinux probs
I gave extlinux a whirl,
1. installed debian onto a usb hard drive from laptop (onto /dev/sda1)
did *not* install grub or lilo.
2. set up extlinux on /dev/sda
# mount /dev/sda1 /mnt/t1
[root at harpo syslinux-3.00]# cd /mnt/t1/
[root at harpo t1]# ls boot/
config-2.6.8-1-386 initrd.img-2.6.8-1-386 System.map-2.6.8-1-386
vmlinuz-2.6.8-1-386
[root at harpo t1]# mkdir boot/extlinux
[root
2012 Jan 19
1
cannot dyn.load dll from path
Hello,
I'm on Windows, and according to the documentation R searches along the
search path when looking for dll's for dyn.load.
For illustration, I've copied the XML.dll from package XML in the C:/Temp
folder
if (file.exists("C:/Temp/XML.dll")) {
Sys.setenv(path = paste("C:/Temp;", Sys.getenv("path"), sep=""))
2002 Jun 28
3
rw1051 binary dist missing dyn.load documentation (PR#1719)
The binary package (version of 6/17) of rw1051 for Windows is missing
html documentation for dyn.load() The file is present in
$R_HOME/library/base/html, but has zero bytes. dyn.load help IS
accessible through the windows help system.
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 1
minor 5.1
year 2002
month 06
day 17
language R
2009 Jan 23
1
loading RBlas.dll
hi everyone,
Im implementing a new RBlas dll but just for optimising sake i need to know
how and WHERE (which source code) RBlas gets loaded. there is a call to
loadlibrary() in dynload.c BUT it seems this is not the function that is
loading Rblas.
how do i know this? well i added the code :(just after the loadlibrary()
call)
/*********************************************/
/*this
2018 Mar 01
1
Repeated use of dyn.load().
Good question Rolf.
Rui, thanks for pointing out dyn.unload.
When I started using Rcpp a couple of years ago I got burned by stale .so
enough times that I adopted a policy of recompile-then-start new R session.
My workflow does not include Rolf's "brazillion" repeats, so the overhead
of this approach has not been too painful.
The documentation for dyn.unload (via ?dyn.unload)
2005 May 19
1
Loading a dynamic library
Hi,
I'm trying to load a .dll library into R 2.1.0 on Windows using the
"dyn.load" function. The library is compiled with gcc 3.3.3 on cygwin
1.5.16.
I compile and link:
$ gcc -c myfile.cpp -o myfile.o [HRT]
$ gcc -shared myfile.o -o myfile.dll [HRT]
I then type, in the R console,
> dynload("myfile.dll")[HRT]
And R hangs.
Any help appreciated.
Thanks.
Will
1998 Oct 01
2
R-beta: dyn.load() on a Linux Red Hat 3.0.3 system
I'm trying to install R on a Red Hat 3.0.3 system, but cannot seem to
get dyn.load() to fuction.
The configure script says:
checking for dlopen in -ldl... no
And compiling fails at
../lib/libunix.a
Any suggestions? What should I do to be able to use dyn.load()? I
cannot upgrade the system to a higher version of Red Hat, but I will
probably get away with installing some new
2001 Jan 05
1
dyn.load the same code more than once?
Hi. I'm still working on figuring out why some C code that interfaced
nicely with R-1.1.1 is causing segmentation faults in R-1.2.0. Brian
Ripley advised me that R-1.2.0 can be more sensitive to array overruns
than was R-1.1.1, so I'm looking for overruns. But in the course of
running R with a debugger I've come across something else.
Without thinking about it much, I put the
2006 Jul 11
0
Assistance with dll's to use with dyn.load
After having browsed the documentation for a while without discovering what I am looking for, maybe one of you would know ...
What I want to do:
I have two fortran files MC.f and ESCA.f. In MC.f there is a call to a routine called lpost. This routine (lpost) is defined (among other things) in ESCA.f.
Under linux, I can do the following:
R CMD SHLIB MC.f
and
R CMD SHLIB ESCA.f
followed by
2005 Jul 27
0
Please, I looking for halp!
Hi all!
I don't cnow where can i ask about this and I hope you can halp me.
I have a digital voice recorder olymus ds-2300, it's working with
*.dss files (digital speech standart). There is Olympus Dss Player for Windows
but nathing can play it with linux. On olympus development homepage
i found "Sound SDK for WIndows" but they don't wont to make it open.
Please can you
2010 Oct 20
0
No subject
followed by the error message.
copy fails.
This is a new installation where files are rsynched from another server
running CentOs4.8.
The other servers that receive these files are running CentOS4.8 ext3 for
the file system and smb version 3.0.28.-0.el4.9 and have no problems.
Also, my win7 system has no problems either.
This is a guest acount with no password. The guest account does have an
2010 Oct 20
0
No subject
followed by the error message.
copy fails.
This is a new installation where files are rsynched from another server
running CentOs4.8.
The other servers that receive these files are running CentOS4.8 ext3 for
the file system and smb version 3.0.28.-0.el4.9 and have no problems.
Also, my win7 system has no problems either.
This is a guest acount with no password. The guest account does have an
1998 May 27
3
dependencies in .so files
Thomas Lumley writes:
>
>
> I've been trying to get Matt Calder's S compiler to work in R using R
> COMPILE and R SHLIB so it will be fairly platform-independent.
>
> I'm sure someone has claimed in the past that it is possible/easy to
> dyn.load() two dynamic libraries and have one call functions in the other.
> I can't get it to work (Red Hat
1998 Nov 28
2
dyn.load and/or add new package (Windows 98)
Hi,
I have been trying to dyn.load a library (rq.obj), which will allow me to run
a quantile regression function, but so far unsuccessfully.
I have tried under windows 98 and R 6.24:
1) dyn.load("d:\\...\\rq.obj")
2) dyn.load("d:\...\rq.obj")
3) 1 and 2 accounting for case sensitivity.
4) dyn.load("d:/.../rq.obj")
5) Place the files in the directory where from I