Displaying 20 results from an estimated 5000 matches similar to: "Not striclty a bug but a problem (PR#1250)"
2002 Jan 07
3
compiling packages
Hello, happy new year to all.
The new Year gave me a new computer with Win98 and promptly I installed
R on it.
I created a directory R, with subdirectories gcc, perl,bin, helpwrk and
rw1040.
I got rw1040 from BDR place, the rest were gotter from the internet in
the last week of the year, i.e. they are the newest versions.
I modified autoexec.bat to put gcc\bin, perl\bin, etc in the path. I put
the
2002 Jan 24
1
Compiling R Package on Windows
I just installed the R-patched 1.4.0 and for some reason I now have
trouble compiling R packages - I could compile it a few weeks ago with R
1.4.0 released in December. This only happens if I put the --binary
option in.
For example:
Rcmd build --binary cw
returns the error:
make: Entering directory `/cygdrive/c/PROGRA~1/R/RW1040/src/gnuwin32'
make DLLNM= \
-C C:/MyRWork/cw PKG=cw
2001 Dec 28
1
bug in the new version R1040
Hi,
I just downloaded the latest version of R - 1040. I'm doing the project
of converting CATREG - a statistical software writen in S Plus to R.
However, when I copied my R codes to the 1040 bin directory and resource
my codes, I got the following error message, this never happened in my
1030 or 1010 versions of R. Anyone one know what's wrong with 1040?
THanks
CHarlie Liu
EPA/ECO
2002 Jan 22
1
Memory exception error with lattice
I am running 1.4.0 on Win2K. I installed using SetupR.exe, but since I do
not have admin privileges I installed to c:\rw1040. When I execute any
command that uses a lattice graphic I get a memory error:
The instruction at '0x00543f06 refeerenced memory at ...
The memory could not be read.
Have I missed something in the installation? Previous versions of lattice in
earlier
2001 Apr 23
4
Time series in R
The help pages of R-1.2.2 include several pages on various
time series functions, but when I try to use these functions
they appear not to be available .... am I missing something
obvious, or are these functions not yet built?
Chris Rogers
-----------------------------------------------------------------------
L C G Rogers, Professor of Probability tel:+44 1225 826224
Department of
2011 May 17
1
adding up elements within a list
Dear R users
I have a list, as follows:
> intvl.period.myrs
$Devonian
[1] 4.8 4.2 9.5 5.7
$Ordovician
[1] 7.2 5.1 10.2 1.9
$Silurian
[1] 4.7 3.0 7.8 2.0 3.3 1.6 2.6 2.7
I want to write a loop that will sum up the values in each part, and give me a
vector containing the (in this case 3) summed values
this is what I have so far:
for (i in 1:length(names(intvl.periods.myrs)) {
2002 Jan 17
2
Problem building packages from source (WIN32)
Dear List,
I have been experimenting with building packages from sources, having
previously relied upon the binaries.
I downloaded and installed all the tools suggested in
http://www.stats.ox.ac.uk/pub/Rtools/ , including ActivePerl 5.6.1.631.
I also downloaded the HTML Help workshop exe and installed it. During
install though, a message popped up to say that I had a newer version of
the
2010 Oct 08
1
many datasets run with one R script in a computer cluster
Hello Everyone
I have an R script (and a source file which I keep my functions) that
I need to run on 70 data sets (each consisting of a pair of files).
I wish to run these data sets in a computer cluster that is run by my
uni (HOWEVER they cannot help me with this problem but say it is
do-able)
the cluster is clever enough that if i set my data up as follows:
within one folder called
2010 Oct 07
2
text/mtext axis labels on graphs
Hello everyone
I have problem with axis labels on graphs, I have my code as below:
plot(0,0,xlim=c(1,ncol(PA)),ylim=c(1,nrow(PA)),main="Stratigraphic
Range",xlab="Time
Bins",ylab="Taxa",cex.axis=1.5,cex.lab=2,cex.main=2.5,mgp=c(5,1.5,0),xaxt="n")
text(1:(length(strat_name)), y= 0, adj=1,
srt=45,labels=strat_name,xpd=TRUE, cex=1) #adds text to x
2006 Apr 11
1
gaussian family change suggestion
Hi,
Currently the `gaussian' family's initialization code signals an error if
any response data are zero or negative and a log link is used. Given that
zero or negative response data are perfectly legitimate under the GLM
fitted using `gaussian("log")', this seems a bit unsatisfactory. Might
it be worth changing it?
The current offending code from `gaussian' is:
2011 Jan 14
1
naresid.exclude query
x <- NA
na.act <- na.action(na.exclude(x))
y <- rep(0,0)
naresid(na.act,y)
... currently produces the result...
numeric(0)
... whereas the documentation might lead you to expect
NA
The behaviour is caused by the line
if (length(x) == 0L) return(x)
in `stats:::naresid.exclude'. Removing this line results in the behaviour I'd
expected in the above example (and in a
2002 Jan 11
1
Wrong header file in ttest.c (windlgs package).
Hi everyone,
I've just installed "rw1040" and all the components necessary to compile
packages for windows. I always try out my new installation on the provided
package "windlgs" in order to ensure that everything is working.
This time I ran into a small problem. Indeed, the second line of "ttest.c"
includes a header file ("ga.h") which does not
2001 Dec 25
1
tseries object
Hello,
what's the problem with the dimnames - i get no solution ?
thanks for advance, regards
christian
> file <- read.table("c:/rw1040/data/timeSeries.txt",header=T)
> file
DATE AQ EUMS
1 Jan92 7.6 98.4
2 Feb92 7.5 98.5
3 Mrz92 7.5 97.0
....................
117 Sep01 9.4 105.3
118 Okt01 9.5 102.6
> file.ts <-
2001 Nov 23
1
zip error, missing file
4. Noticed this error go by in the r-devel build in Windows 95:
F:/R/TOOLS/BIN/MAKE.EXE -C ./help RHOME=F:/R/R-devel
PKGDIR=F:/R/R-devel/src/lib
rary RLIB=F:/R/R-devel/library ziponlyhelp-base
MAKE.EXE[2]: Entering directory `F:/R/R-devel/src/gnuwin32/help'
zip -jqmX help/Rhelp help/* -x help/AnIndex 2> nul
MAKE.EXE[3]: [zipup] Error 12 (ignored)
My guess is that it's a problem with
2002 Jan 19
0
Troubles in SJava
OS : Win95
R Version : 1.4.0
JDK Version : 1.3.0
Hi, R-statisticians all over the world.
I'm trying to handling R objects in the Java code as follows:
[c:\myjava\R2JTest.java]
import org.omegahat.R.Java.*;
class R2JTest {
public static void main(String args[]) {
REvaluator e = new REvaluator();
Object val = e.eval("objects()");
int i;
2007 Sep 11
1
what am I missing
x<-seq(-1,1,length=10)
y<-seq(-1,1,length=10)
a<-matrix(c(1,2,2,1),2,2)
b<-matrix(c(2,1,1,2),2,2)
fv<-function(x,y) {
m<-x*a+y*b
t<-m[1,1]+m[2,2]; d<-m[1,1]*m[2,2]-m[1,2]^2
return((t-sqrt(t^2-4*d))/2)
}
gv<-function(x,y) {
t<-x*(a[1,1]+a[2,2])+y*(b[1,1]+b[2,2])
d<-(x*a[1,1]+y*b[1,1])*(x*a[2,2]+y*b[2,2])-(x*a[1,2]+y*b[1,2])^2
return((t-sqrt(t^2-4*d))/2)
}
2006 Dec 07
9
Exec as another user
I''m running puppetd as root and I''m trying to execute tar as the
"puppetd" user
59 define untar ( $source, $dest, $creates, $user = "puppetd" ) {
60 exec { "tar -xzf $source" :
61 cwd => $dest,
62 path => "/bin:/usr/bin",
63 user => $user,
64 creates => $creates,
2002 Jan 30
2
Windows binaries of R 1.4.1
Windows binaries for 1.4.1 are available at
http://www.stats.ox.ac.uk/pub/RWin
and will mirror across CRAN over the next couple of days.
SetupR.exe in this release contains the grid and lattice packages.
These have been built on the same system as the second release of rw1040
and R-patched so I do not anticipate any problems but have only been able
to test them on Windows 2000.
This is a
2002 Jan 30
2
Windows binaries of R 1.4.1
Windows binaries for 1.4.1 are available at
http://www.stats.ox.ac.uk/pub/RWin
and will mirror across CRAN over the next couple of days.
SetupR.exe in this release contains the grid and lattice packages.
These have been built on the same system as the second release of rw1040
and R-patched so I do not anticipate any problems but have only been able
to test them on Windows 2000.
This is a
2002 Nov 27
1
R on the Zaurus
Hello All,
I have a working port of R on my SL5500. I've not tested the X windowing
support yet, but was more concerned about the accuracy of the fp emulation.
The following is the result of the test which Stuart Leask recommended I
should try:
Mandrake 8.2
> x<-NA
> is.na(x)
[1] TRUE
> x+1
[1] NA
> 2*x
[1] NA
Zaurus OZ3
> x<-NA
> is.na(x)
[1] TRUE
> x+1
[1] 1