Displaying 20 results from an estimated 1000 matches similar to: "[LLVMdev] Adding code to LLVM"
2018 Mar 18
0
rdwd package error: invalid file argument raised by readDWD
Hi:
I tried to download germany' historical weather data with rdwd package.
However, when I tried to read downloaded data (1080 txt file in total) with
readDWD function, but R raised an error down below:
library(rdwd)
ftpURL <- selectDWD(name = "", exactmatch = TRUE,
res="monthly",
var="kl", per="historical",
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
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
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
2009 Jul 27
0
Problems with power management xen 3.4
I''ve a problem with managing power consumption on Intel Nehalem CPU.
I''ve installed Xen 3.4 on our Dell PowerEdge T610 system on a Ubuntu
9.04 distribution. I recompiled the kernel 2.6.30rc5. Now I can see
the c-states of the CPUs but no access to P-states information and the
frequency scaling does not work.
By the way, if I run the kernel 2.6.28.13 which is the last one
2001 Dec 10
0
Informazioni sui servizi internet a basso costo presenti sul mercato
Egregio Signore,
mi permetto di disturbarLa per fornirLe alcune
informazioni riguardanti
i servizi internet oggi presenti sul mercato.
Navigando sulla rete mi sono accorto che i costi, per pubblicare e
mantenere un sito aziendale o personale, sono ancora molto elevati
rispetto alla qualita' offerta.
Inoltre moltissimi siti giĆ presenti sulla rete sono sviluppati in modo
poco attrattivo e
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 Mar 01
2
dynamic linking
Hi,
I want to set up a dynamic link between a library e.g. myLibrary.a and a
C++ file myProgram.cc to use in R. Is this possible? If so how does one
go about doing it?
Any help will be greatly appreciated.
Cheers,
Sam.
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,
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
2004 Jul 05
1
how to personalize split function in rpart
Hallo!
I am a student of the Politecnico di Milano (Milan, italy) and I'm working
on CARTs. I'm trying to use the R rpart function with a personalized splitfunction... but I'm not able to do it!
More precisely, I would like to know what is the meaning of the function
'init', 'split' and 'eval' named in the help page.I can't find any answer
in
2018 Feb 15
0
Nice way to add load shared library for use in JIT
Hi all,
After some time looking through the docs for this, I figured perhaps
someone here would know a quick fix for my problem.
I want to be able to use functions from a shared library in a JIT which is
not linked to my JIT binary.
I can use
sys::DynamicLibrary::LoadLibraryPermanently("/specific/path/to/mylibrary",
&err) to load the library, if I know its path.
However, I
2024 May 29
1
add only the 1st of May with POSIXct
Thank you Rui for your code.
I basically understood all your suggestions.
I am using an old version of R (version 3.6.3, installed in a server I am not allowed to control), and the new pipe operator does not work.
I tried to run your code without the "|>" operator, but I get an error when I use apply.
Could you please expand your code without the pipe operator?
Thank you again
2002 May 31
0
RE: INFORMAZIONE
Hi,
Best you discuss this with your HP support people - cifsmount is a part of
the CIFSCLIENT software (based on Sharity client), NOT samba.
Sorry,
Don
-----Original Message-----
From: Simo Sorce [mailto:idra@samba.org]
Sent: Friday, May 31, 2002 4:19
To: Manuel Clericuzio
Cc: 'samba-technical@samba.org'; samba@samba.org
Subject: Re: INFORMAZIONE
2013 Apr 15
1
use of simulate.Arima (forecast package)
I would like to simulate some SARIMA models, e.g. a SARIMA (1,0,1)(1,0,1)[4] process.
I installed the package 'forecast', where the function simulate.Arima should do what I am trying to do.
I am not able to understand how it works
Could somebody help me with an example?
thank you
Stefano Sofia
AVVISO IMPORTANTE: Questo messaggio di posta elettronica pu? contenere informazioni
2011 Feb 21
1
Query: matrix definition
Dear list users,
if within a function I first define a matrix
mymat <- matrix(NA, nrow=m, ncol=n)
and somewhere afterwards by mistake
mymat <- c(1,2,3)
this second command deletes the first one.
How can I make sure that within the function mymat will always remain the matrix defined at the beginning, without possibility of changing it throughout the code?
Secondly, is it possible to define
2010 Jan 02
0
Query: sampling from a multivariate normal distribution using the singular value decomposition
Dear R-list users,
this question is not strictly related to R, but hopefully somebody will be able to answer.
In a schematic way, which is the algorithm to sample from a multivariate normal distribution using the singular value decomposition?
thank you for your help
Stefano
AVVISO IMPORTANTE: Questo messaggio di posta elettronica pu? contenere informazioni confidenziali, pertanto ? destinato
2011 Sep 30
0
two simple questions about MCMCpoissonChange
Dear R users,
two quick questions about MCMCpoissonChange of the MCMCpack:
1. my data is stored into a vector (e.g. my_data), and as input for MCMCpoissonChange I need either a formula or a data frame.
If I simply transform my vector to a data frame with data.frame(my_data), it does not work.
If I use the formula my_data~1, then I get the following error: 'You have to prior for lambda (c0 and