Displaying 20 results from an estimated 500 matches similar to: "dynamic linking"
2004 Jun 11
1
dll file missing?
Hi,
I am trying to "do" a dyn.load(), but I get the following error...
> dyn.load("fileGT.dll")
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library "C:/R_Files/fileGT.dll":
LoadLibrary failure: The specified module could not be found.
It states it can't find the dll but it is in that directory. I have
2006 Oct 25
1
Cross-compilation
Hi everyone,
I am trying to cross-compile a package I wrote using the Yan and Rossini
tutorial "Building Microsoft Windows versions of R and R packages using
Intel Linux". I have got reasonably far with this but when doing the
linking using the line:
i586-mingw32-g++ -shared -s -o mylibrary.dll mylibrary.def mylibrary.o
mylibrary_res.o
2008 Jan 14
2
knnFinder package
Dear all,
I have found some serious bugs in the knnFinder package (which supports
data structures and algorithms for both exact and approximate nearest
neighbor searching in arbitrarily high dimensions) that may trigger
segmentation faults.
I have fixed them but I had troubles to contact its maintainer Samuel E.
Kemp (previously with the University of Glamorgan, UK). Do someone know
where I
2003 Apr 22
2
full upload happening even though only a timestamp has changed
Hello,
For no apparent reason Rsync is uploading the whole file even though the
the remote file is identical to the local file. Here is a transcript to
demonstrate what is going wrong:
tomg@nova:~/mylibrary$ rsync -rtlPvessh /extra/library teep:/extra/tomg
building file list ...
46349 files to consider
wrote 1358812 bytes read 20 bytes 44551.87 bytes/sec
total size is 5240249974 speedup is
2005 Jan 21
2
transfer function estimation
Dear all,
I am trying to write an R function that can estimate Transfer functions *with additive noise* i.e.
Y_t = \delta^-1(B)\omega(B)X_{t-b} + N_t
where B is the backward shift operator, b is the delay and N_t is a noisy component that can be modelled as an ARMA process. The parameters to both the impulse response function and the ARMA noisy component need to be estimated simultaneously.
I
2010 Jul 28
1
[LLVMdev] Adding code to LLVM
Good morning everybody, I am integrating some modifications in the LLVM
parser (specifically in the LLParser.cpp file), by adding calls to functions
that I have defined elsewhere in a file called MyLibrary.cpp. How can I
integrate such library in the overall tree? I would like to have a MyLibrary
folder under lib/ so that I can access it from different parts of the code.
Where should I put
2008 May 16
2
Getting JRI/rJava to work
Hello All
I am trying to get the JRI examples from rJava to work on Windows XP and
failing. (And as a more general and connected question is there any
review/summary of front-end software for R?)
I have installed rJava from the Windows binary supplied. I compile and
run the example supplied (rtest.java) and get the results below. I do
not think the notes about a deprecated API are a problem. But
2006 Dec 20
5
writing R extension
I'd like to develop a simple library in R in which to save my
particular functions.
I have read the manual on "Writing R Extensions" but it's too
difficult. Someone could help me?
I want only save my personal function (recorded in R-code, not in C) in
"myLibrary" and I want to call it with:
>library (myLibrary).
After this, the functions should be available
2004 Jun 01
4
S/R programming books
Hi,
I have been using R for a few months now and I am confident that the
language has everything I will need to complete my PhD. I can create
functions, script files and packages, but I would like to write my
programs more efficiently (maybe using OO). Can anyone recommend a good
book on the "art" of good R programming?
Kind Regards,
Sam.
2006 Feb 17
1
t-test confidence interval
Hi,
Does anyone know of a pre-existing function where I can get the t-test
confidence interval for a given mean, sd, degrees of freedom and
confidence limit.
I do NOT want to run any data through the t.test function.
Kind regards,
Sam.
[[alternative HTML version deleted]]
2004 Jan 14
1
univariant time series
Hi,
I am trying to use the stl function in the ts package. It requires that
the data is a univariant time series at the moment my data is in a
vector. I have coerced it to a time series using....
crimets <- ts(crimeData)
However, this does not work.
Does anyone have any suggestions?
Cheers,
Sam.
p.s. I am fairly new to R so apologies if this is a stupid posting.
2008 Feb 29
4
help
Dear Sir/Madam,
I got some problem about using R.
I am a student, and need to use R a lot. But sometimes when I am working in
computer lab, we can not install some particular pacakges by ourselves because
of the previliges.
Can the folder of Librabry of R, move to, for instance the personal folder, my
documents... then we can install any specified package?
Best regards,
2011 Jan 18
2
Surprise Thread Preemptions
Hi,
I would like to know about which threads will be preempted by which on my OpenSolaris machine.
Therefore, I ran a multithreaded program "myprogram" with 32 threads on my 24-core Solaris machine. I make sure that each thread of my program has same priority (priority zero), so that we can reduce priority inversions (saving preemptions -- system overhead). However, I ran the following
2008 Feb 19
4
How to join path with arguments
Hi, all
How to format and join strings ?
For example, like following short python examples.
*********
name1 = 'sample-plot'
filename = '%s.png' % name1
inputdir = '/path/to/dir'
os.path.join(inputdir, filename)
**********
Best,
Hyunchul Kim
[[alternative HTML version deleted]]
2009 Oct 03
2
[LLVMdev] Internalize pass
Well, after some investigation I have a few more clues as to what is
going on.
I have a module which contains a call to an external native function.
This native function lives in a static library, and there is an external
declaration for it in the module.
I find that I can run "llvm-ld -disable-opts -native -l mylibrary
test.bc" and it works fine. That is, llvm-ld is able to
2009 Oct 03
0
[LLVMdev] Internalize pass
Sounds like LLVM thinks the calling conventions or declarations are
mismatched. See:
http://llvm.org/docs/FAQ.html#callconvwrong
Reid
On Sat, Oct 3, 2009 at 1:16 AM, Talin <viridia at gmail.com> wrote:
> Well, after some investigation I have a few more clues as to what is
> going on.
>
> I have a module which contains a call to an external native function.
> This native
2009 Aug 08
1
How to pass flags (arguments) to an application
Hi everyone. I have a problem running a Windows appilcation with wine.
The application is a Acucobol program.
When I run "wine wrun32.exe myprogram" it works ok.
When I run "wine wrun32.exe -C config.cfg myprogram" wine says
myprogram doesn't exist.
Any help?
--
Marcelo Arroyo
2008 Apr 10
1
Structural Modelling in R-project
>From: "Ivaha C (AT)" <civaha at glam.ac.uk>
>Date: 2008/04/10 Thu AM 08:51:14 CDT
>To: R Help <r-help at r-project.org>
>Subject: [R] Structural Modelling in R-project
if you have a univariate time series and you
want to break it into its various components,
then you get the scalars based on a decomposition.
if you have a kalman filter/
basic strucutural
2003 Jan 08
3
Errors running R in Batch mode under Win2000
I have made many different attempts to run a R program in Batch mode. I run a DOS command like:
C:\Progra~1\R\rw1061\bin\rterm.exe -q --no-restore --no-save myprogram.R out.txt
What happens:
1. DOS Shell starts up well
2. R starts
3. I get the messages:
"ARGUMENT 'myprogram.R' __ignored__"
"ARGUMENT 'out.txt' __ignored__"
4. R Shell is ready to
2012 Jan 21
1
recomile a dll file in R
dear all,
I created a dll file from a fortran program. How I can recompile it in R? I
use "dyn.load(F:/myprogram.dll)" without any error but when I run
"source(F:/myprogram.r)" this error occurs:
"Error in file(file, "r", encoding = encoding) :
cannot open the connection
In addition: Warning message:
In file(file, "r", encoding = encoding) :