Displaying 20 results from an estimated 800 matches similar to: "bug in the new version R1040"
2005 Oct 07
1
tftp pxe and dos
So I have a few questions. I have already made the base part of making a
windows TFTPD running with memedisk. So that part works, but what I was
wondering, if there is a way to some how add an option to the config file.
What I have is something like this:
label winstall
kernel unattended/memdisk
append initrd=unattended/winstall.imz
That all works great, However, for each image, I have
2009 Apr 09
1
passing parameters to winstall
Hey folks,
I'm trying to install a sort of weird app with wine and having issues.
In Winblows, the command I'm trying to run looks like this:
"\\mappednetworkdrivepath\aproposinstall\Winstall\Winstl32.exe \\mappednetworkdrivepath\aproposinstall\winstall\apr6x_LocalLinkClients.lst /NoNetwork"
I've tried different combinations with wine unsuccessfully. The winstaller cannot
2002 Feb 19
2
cdf of the standard normal distribution
Dear Experts,
I need to calculate the cdf of the standard normal distribution, i.e.
H(x) = 1/sqrt(2*pi) integral(exp(-z^2/2) dz), where z is b/w -infi to
infi.
I know there should be a way to do it in R, but did not know to do it.
I'd appreciate any help you could offer.
Charlie Liu
Graduate student intern at EPA/ECO
2002 Jan 15
2
returned values of glim() in S PLus and glm() in R
Dear Experts,
In glim() of S Plus, one of the returned values is "var", the estimated
variance matrix of coefficients. However, in glm() of R (there is no
glim() in R), "var" is not one of the returned values. Anyone know what
could I get the varience matrix of coefficients in glm() in R?
As a novice in R and S+, I'd appreciate your help
Sincerely,
Charlie Liu
2007 Aug 11
1
[nut-commits] svn commit r1040 - in trunk: . data drivers man
On 8/10/07, Arjen de Korte <adkorte-guest at alioth.debian.org> wrote:
> Author: adkorte-guest
> Date: Fri Aug 10 19:16:48 2007
> New Revision: 1040
>
> Log:
> From the ChangeLog:
[...]
> - Use snprintf instead of sprintf where possible.
In general, this is a good idea, but what if the resulting string is
exactly sizeof(buf) ? Shouldn't it be sizeof()-1 with a
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
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
2003 Jan 14
1
How to change the label position in axis() ?
Dear R People,
I'm working on a plot function to produce the graph shown below. One of
the features my supervisor does not like is that the labels in the Y-
axix are shown vertically. Is there a way to change that to horizontally
?
This is the axix() function I used :
axis(2,at=seq(nstrat),labels=snames)
The labels (snames) are: SEV1:HU:C, SEV1:MU:C, SEV1:MU:L, SEV1:RT:C
and SEV1:RT:L,
2002 Jun 20
1
Questions on Instalation of SJava Package to R1.5.0
Dear Expects,
I tried to install the SJava package to the Library subdirectory of my
R1.5.0. However, when I tried it according to the instructions from
http://www.omegahat.org/RSJava/, I got the following error messages:
library(SJava)
Error in .Defunct() : `.Alias' is defunct.
See ?Defunct.
>.JavaInit()
Error: couldn't find function ".JavaInit"
I downloaded SJavaWin
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
2002 Jan 09
1
Difference in Cat(...) function between S Plus and R ?
Dear All,
THis is my "data.char$excluded" object and I want to show its content in
my output screen.
> data.char$excluded
$names
[1] "Species" "Target" "Sex"
[[2]]
[1] "DG"
[[3]]
[1] "R"
[[4]]
[1] "M"
>
When I run cat() in S Plus, I got:
> cat(data.char$excluded, "\n")
c("Species",
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;
2002 Jan 21
0
Problem with .libPaths
Hello, I am on win98 with R1.4 from BDR
I have a directory structure like this
c:\R\RW1040
c:\R\R_CRAN\Library
C:\R\R_SRC\Library
so Y put the new versions of R in RW... and I download the packages from
CRAN into R=R_CRAN\library so they do not change from R version to
version, R\R_SRC is for packages from other places than CRAN or for my
own things
Now if when R starts I say
> library()
I get
2002 Jan 09
1
Not striclty a bug but a problem (PR#1250)
Version: 1040
OS: Windows 98 SE
Problem:
I have installed R with all help files to a network read-only drive. help.start() requires rw on two files
../R/rw1040/doc/html/packages.html
../R/rw1040/doc/html/search/index.txt
This is a minor issue as running R 1.4.0 help from the start menu works fine.
Perhaps the next version may address this?
Simon Bowman
Systems Adminstrator
University of Bath
2003 Nov 24
5
SYSLINUX 2.08-pre1 released
Working on fixing lower-priority bugs that I didn't want to risk
destabilizing the 2.07 release for:
Changes in 2.08:
* Add "timeoutcmd" to allow timeout to have a different action
than just pressing Enter.
* Fix bugs in the COMBOOT/COM32 command-line parsing. APPEND
now works with COMBOOT/COM32 images.
2002 Dec 03
1
Any difference in cbind() b/w SPLus and R??
Dear Experts,
I have a data object named "data.char".
When I use cbind(data.char) in SPlus, I got the following results:
> cbind(data.char)
data.char
data matrix, 2700
excluded list, 3
cluster.var character, 2
strata list, 3
xlog CT
link logit
gpcorr 1
missing.row numeric, 0
zero.row numeric, 22
infile perc.csv
attr(,
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 <-
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
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