Displaying 20 results from an estimated 1000 matches similar to: "errors in compiling R-2.5.0 and R-2.4.0[sec=unclassified]"
2007 Jun 23
0
[Rpy] error in building rpy in linux power-pc[sec=unclassified]
Hello Mohar,
This question is outside of the RPy scope. It looks like the type of
question that should be posed to the R-devel mailing list:
R-devel@stat.math.ethz.ch
-Greg
On Jun 20, 2007, at 8:25PM , Mohar Chattopadhyay wrote:
> Dear all,
>
> I have encountered errors in compiling R-2.5.0 and R-2.4.0 in a
> linux machine (power-pc). I can successfully build it from the
2006 Jun 12
1
Link error with glibc-2.4 on linux/PPC (PR#8967)
Full_Name: Luca Barbato
Version: 2.3.1
OS: Gentoo Linux/PPC
Submission from: (NULL) (151.44.163.144)
system informations
Portage 2.1 (default-linux/ppc/ppc32/2006.0/G4, gcc-4.1.1, glibc-2.4-r3,
2.6.17-rc5 ppc)
=================================================================
System uname: 2.6.17-rc5 ppc 7447A, altivec supported
Gentoo Base System version 1.12.1
distcc 2.18.3
2017 Aug 23
2
Scaling Matrix in qda() function in MASS package
Hello,
I am Souradeep Chattopadhyay and I am a graduate student at Iowa
State University Department of Statistics.
Can anyone please explain the mathematical formulation behind the scaling
matrix returned by the qda function in MASS package. I want to understand
how this scaling matrix is derived from the inputs given to the qda
function.
Example Code
The following example is using
2017 Aug 23
0
Scaling Matrix in qda() function in MASS package
You need to learn how to access code for nonexported methods. See ? "::"
> methods(qda)
[1] qda.data.frame* qda.default* qda.formula* qda.matrix*
see '?methods' for accessing help and source code
Shows you that the methods are not exported from the namespace. Hence
you need to use the triple colon operator to see their code:
> MASS:::qda
Once you have the code, I
2017 Aug 24
1
Scaling Matrix in qda() function in MASS package
I guess the question that is being asked here is what is the scaling matrix that is being returned in the qda object. The help file on qda() says:
...
scaling: for each group ?i?, ?scaling[,,i]? is an array which transforms observations so that within-groups covariance matrix is spherical.
...
This is a bit ambiguous. I tried a few cases (spectral, QR decomposition, especially given that it is an
2009 Jan 10
3
Applying 'lm' in each group
Hi,
I want to do regression in each group. I made the group the following way. Now I want to run regression in each of the three groups..
Suppose ,
x<-c(0.5578196,6.5411662,13.2728619,2.0217271,6.7216176,3.37220617,2.5773252,7.2600583,15.3731026,3.4140288,8.1335874,
15..6476637,4.3014084,9.1224379,18.5605355,4.7448394,11.9296663,18.5866354,12.3797674,18.7572812,2.70433816,2.88924220,
2005 Dec 09
2
segfault following a detach
Hello, first off, thanks for all of the previous help; hopefully someone
will have some insight on this question. I am attempting to track down a
segmentation fault which occurs only after a detach(2) is called in the
code (I have replaced the detach(2) with detach(package:DSA) and that
fails as well (furthermore, I have removed the detach calls and it does
not segfault)). It has proved
2001 Sep 25
2
hpux10.20 build for R-1.3.1
Hello,
I am trying to build R-1.3.1 on hpux10.20 with gcc and HP's
fort77. here is my configure:
./configure --prefix=/home/absd00t/local --with-readline
--with-gnome=no --with-f77=fort77
I also set CXXFLAGS= -I/usr/include/Motif1.2 -I/usr/include/X11R6
-I/home/absd00t/local/include
and LIBS= -L/home/absd00t/local/lib
so that readline.h and libs would be found. I have parts of gnome libs so
2002 Jun 13
2
R make on macosx
I am trying to make R-1.5.0 from source on a new G4 system with the apple
developer tools and X11 installed and with ATLAS. Running ./configure
appears to end normally, but running make yields:
gcc -no-cpp-precomp -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c Rdynload.c -o Rdynload.o
Rdynload.c: In function `R_FindSymbol':
Rdynload.c:942:
2003 Apr 28
1
Compiling R-1.7.0 on Mac OS X
I'm having trouble compiling the latest version of R (1.7.0) under OS
(10.2.5), after running ./configure then make, building fails on the
file main/Rdynload.c with the following error message.
gcc -I../../src/extra/pcre -no-cpp-precomp -I. -I../../src/include
-I../../src/include -I/sw/include -DHAVE_CONFIG_H -g -O2 -c
Rdynload.c -o Rdynload.o
Rdynload.c: In function
2009 Jan 09
3
Matrix: Problem with the code
Hi,
Can any one please explain why the following code doesn't work? Or can anyone suggest an alternative.
Suppose
x<-c(23,67,2,87,9,63,8,2,35,6,91,41,22,3)
mat<-0;
for(j in 1:length(x))
{
for(i in 1:p)
mat[i,j]<-x[j]^i;
}
Actually I want to have a matrix with p columns such that each column will have the
2003 Jun 26
3
Compiling R for OS X 10.2.6 (Darwin 6.6)
Our lab just picked up a G4 Powerbook (1 GHz, 1GB RAM, OS X 10.2.6). None
of us have any experience with Macs but for various reasons we need to have
one around for development.
In any case, we've installed fink, all the Apple Developer Tools and the
Dec2002updater to gcc 3.3. We're now trying to compile R 1.7.1 without too
much success. First we had to get g77, which turned out to
2010 Feb 14
0
ads_sasl_spnego_krb5_bind failed: Program lackssupportfor encryption type [SEC=UNCLASSIFIED]
-----Original message-----
From: Jeremy Allison jra at samba.org
Date: Sat, 13 Feb 2010 22:09:31 -0600
To: dale at briannassaladdressing.com
Subject: Re: [Samba] ads_sasl_spnego_krb5_bind failed: Program lackssupportfor encryption type [SEC=UNCLASSIFIED]
> On Sat, Feb 13, 2010 at 01:35:12PM -0600, dale at briannassaladdressing.com wrote:
> > Alex,
> >
> > I've been a
2005 Aug 02
0
SEC: UNCLASSIFIED:-Could not convert sid to gid
I'm using a Proliant GL-380 server running Red Had Linux ES 4
(2.6.9-5.0.3.ELSMP) and Samba 3.0.10-1.4E. The server is acting as a
Domain Member Server of an ADS Windows 2003 server. The problem I haveI
been having is with some groups not being "migrated" to the Linux
environment, or more specifically converting the group SIDs to GIDs. The
problem can be summarised as follows:
*
2017 Aug 30
0
FW: Predictive accuracy measures in a recently released R package, spm: Spatial Predictive Modelling [SEC=UNCLASSIFIED]
Hi All,
Just thought you might be interested in a recently released R package, spm: Spatial Predictive Modelling.
It aims to introduce some novel, accurate, hybrid geostatistical and machine learning methods for spatial predictive modelling.
Of 22 functions available in spm, two functions are for accuracy assessment. Perhaps they are not only useful tools for spatial predictive modelling
2018 Mar 20
0
A new version (1.1.0) of the “spm” package for spatial predictive modelling reelased on CRAN [SEC=UNCLASSIFIED]
Dear R users,
A new version (1.1.0) of the ?spm? package for spatial predictive modelling is now available on CRAN.
The introductory vignette is available here:
https://cran.rstudio.com/web/packages/spm/vignettes/spm.html
There are several new enhancements to the package including a fast version of random forest in using ranger (rg) library(ranger) and the ability to convert relevant
2003 Aug 08
0
SEC: UNCLASSIFIED:- 10 VLANS, 10 Master browsers, 1 PC
I have the following problem, and I would l like to know if Samba can help.
(I suspect that it cannot, but feel free to prove me wrong.)
My scenario is this: My site is just one of many, with the `Domain Master
Browser` being off-site. My site has 10 VLANS, and in the current, purely
Windows environment I have assorted problems with the browser list being
maintained across all 10 VLANS.
I would
2019 May 31
0
Problem joining domain [SEC=UNCLASSIFIED]
On Fri, 2019-05-31 at 06:21 +0000, Thamm, Russell via samba wrote:
> UNCLASSIFIED
>
> Hi Andrew and Roland,
>
> I originally installed samba-4.1.7 on CentOS 6.5. I successfully joined the domain. I intended to take over from the 2003 server but because the domain was being heavily used, I delayed seizing the roles.
>
> Now I really, really want to replace the 2003 server.
2010 Oct 13
1
Wierd nlm behaviour in 2.10.1 and 2.12.0 [Sec=Unclassified]
Hi all,
When upgrading to 2.11.1 recently I noticed different results being produced by my code.
After much digging I have finally narrowed it to a call to nlm().
This can be replicated by:
FixedRemovals<-1836180125888
AbStageInitial<-2223033830403
Rates<- 0.3102445
nlm(function(rootM,Abund,Loss,OtherM)
{(Loss-(rootM/(rootM+OtherM)*
(1-exp(-(rootM+OtherM)))*
2007 Sep 12
1
install R packages [SEC=UNCLASSIFIED]
Hi All,
I installed R 2.5.1 recently on a PC (Windows XP Professional 2001) and tried
to install some R packages. It took several minutes and gave me the following
message.
> utils:::menuInstallPkgs()
--- Please select a CRAN mirror for use in this session ---
Error in open.connection(file, "r") : unable to open connection
In addition: Warning message:
unable to connect to