Displaying 10 results from an estimated 10 matches similar to: "GAM question"
2015 Dec 05
1
Compile error about using RInside on windows enviroment
I'm going to using RInside on windows enviroment. I installed all tools and packages according to Dirk's instruction.
My R installation reside in d:\hli\programfiles\R-3.2.2. There's no problems with folders with spaces.
The rtools is installed in d:\hli\programfiles\Rtools and MinGW in d: \hli\programfiles\MinGW.
The R_HOME is set to d:\hli\programfiles\R-3.2.2.
I
2007 Jun 05
1
Can configure.ac detect 64 bit R?
My fame package has to link to the libchli.so that comes with FAME.
However, FAME is now supplying both 32 and 64 bit versions of the
library. The 32-bit version is $FAME/hli/libchli.so while the 64-bit
version is $FAME/hli/64/libchli.so. To set the right flags, it seems
that I need to know, from within configure.ac, whether the R
installation is 32 bit or 64 bit. Is there a way to detect this?
2005 Apr 28
3
environment variables
In R, is there any way that I can let R not printing out the "Read 4
items " message?
> a<-scan("probes.txt")
Read 4 items
Thanks
Hua LI
2014 Dec 22
0
hi VIPwatch -true! mggwhq deyanu
G00d day! unique watch .gratify your darling!- http://x.co/66q5A
http://x.co/66q5C http://x.co/66q5E weu ecy lpvpt nia
yj fivyp oicj nktmw k so
kjy sx qdbg cmvm ejp z
etxqa hcp sei mb i mybta
ntaw s dwyl eaoj bwyb ud
xiobk lu hvp wizhf
2001 Mar 06
0
Problem compiling openssh on Solaris 2.6 with AFS-krb4 (fwd)
--
| Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's
| http://www.mindrot.org / distributed filesystem'' - Dan Geer
---------- Forwarded message ----------
Date: Tue, 6 Mar 2001 22:28:52 +0100 (MET)
From: "[iso-8859-2] Martin MOKREJ?" <mmokrejs at natur.cuni.cz>
To: openssh at openssh.com
Subject: Re: Problem compiling
2013 Nov 26
0
Budete mit erekci, kdy se Vam zachce
Nav?tivte na?e webov? str?nky infotigra
a objevte, jak JEDNA jedin? mal? modr? pilulka m??e do?ivotn? zm?nit VA?I sexu?ln? v?konnost!
?
V??en? z?kazn?k! V?deck? testy prok?zaly, ?e TIGRA funguje l?pe ne? jak?koli jin? pilulka. Test na 800 mu??ch ve v?ku 21 a? 80 let prok?zal ohromuj?c? v?sledky:
?
1. A? o 71 % siln?j?? touha
2006 Dec 08
2
dyn.load and function calls without 'PACKAGE' argument
I'm writing a package that interfaces to the FAME database, via a
library of compiled C routines accessible through a Linux .so file. My
.onLoad() function loads the .so like this:
dyn.load("/opt/fame/timeiq/lib/linux_x86/libjchli.so", local = F)
and after that I also load my own fame.so via
library.dynam("fame", package = "fame")
The code in fame.so uses
2001 Apr 02
1
Run out of memory
I am trying to use R to cluster 7129 samples, my data set is a 7129 x 38 matrix, when I trying to get the distance matrix using function dist( ), the memory exhausted, and I tried to set the memory when I run R by
R --vsize=250M --nsize=1000k
no matter what I set for vsize the result is the same, it says:
Error: heap memory (256000kb) exhausted [need 198498Kb more]
2001 Apr 12
1
Install Packages
Hi,
I am trying to install "Rstrams" package, I have download the Rstreams_1.1-2.tar.gz in my computer and I tried the following
1. install.packages("Rstreams",lib=.lib.loc,"c:/R/package/Rstreams_1.1-2.tar.gz" )
I got
'lynx' is not recognized as an internal or external command,
operable program or batch file.
Error in httpclient(url,
2001 Apr 12
1
Write to a file
Hi,
I am trying to write a vector of list in to a file. I used the following
write(result,file="ttest.txt")
I got an error message
Error in cat(list(...), file, sep, fill, labels, append) :
argument 1 not yet handled by cat
Then I tested the property of my object
> is.vector(result[])
[1] TRUE
> is.list(result[])
[1] TRUE
> is.list(result)