Displaying 20 results from an estimated 500 matches similar to: "Wrong header file in ttest.c (windlgs package)."
2004 Feb 10
4
The ttest.c example in R under MS Windows
We are trying to compile and run the ttest.c example that comes with R (in
C:\Program Files\R\rw1081\src\library\windlgs\src\ttest.c). After compiling
it with MS Visual C++ we load the DLL with dyn.load.
So far it seems good, but when we try to call it from R (after running
C:\Program Files\R\rw1081\src\library\windlgs\R\windlgs.R) R crashes.
We have tried changing the exports from DLL but have
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
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
2001 Oct 18
3
Rcmd SHLIB in rw1031 (R for Win)
Thanks for the answers on readme.packages.
I have installed Rw1031 from SetupR.exe including the option
for compiling source files and, following directions in
www.stats.ox.ac.ul/pub/Rtools, have installed:
-tools.zip
-Perl (Active Perl)
-mingw-1.1.tar.gz
-copied sh.exe to c:\bin\sh.exe
After Perl installation, its directory is added to my path. I have also
added the directory where the R
2000 Oct 21
1
Creating dialogs in Windows 9x
I noticed the See Also section of the help page for winDialog refers to a
"package windlgs in the package source distribution..." but I can't seem to
find any documentation on this. Does anyone know if it exists or where to
find out more about it? Any information would be helpful, thanks.
--------------------------------------------
Till E. Stoeckenius, Senior Consultant
ENVIRON
2000 Jun 26
1
using graphapp.h
Another question
"graphapp.h" in R1.1 defines number of plotting function. is there an
example of how to use them?
Thank.
---------------------------
Vadim Kutsyy
vadim at kutsyy.com
http://www.kutsyy.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
2000 Jun 26
1
using graphapp.h
Another question
"graphapp.h" in R1.1 defines number of plotting function. is there an
example of how to use them?
Thank.
---------------------------
Vadim Kutsyy
vadim at kutsyy.com
http://www.kutsyy.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
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
2001 Nov 12
1
uninstal rw1030 (Win9*)
Hi all,
I installed rw1031 but not uninstalled rw1030 just
to make sure everything was working normally with
the new version. After few weeks, I'm ready to uninstal
rw1030. My question is: should I use the rw1030 unins00.exe
program or could this program damage the rw1031 inatallation (perhaps
modifies the registry...) ? Perhaps
should I just delete the rw1030 directory?
Thanks
Dr.
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
2007 Oct 10
2
Problem with RCMD CHECK (or BUILD)
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20071010/d6c89c66/attachment.pl
2001 Oct 15
1
gcc and Windows 2000
Hello:
After using R,
> version
_
platform i386-pc-mingw32
arch x86
os Win32
system x86, Win32
status
major 1
minor 3.1
year 2001
month 08
day 31
language R
on NT 4.0 for some time, I have now received a new machine at
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
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
2009 Aug 28
1
extracting pvalues from ttest
Hello list,
I have a similar issue as this post
http://tolstoy.newcastle.edu.au/R/e6/help/09/04/11438.html#options2 and I
used the suggestion provided by Jorge with modifications to my data
do.call(c,lapply(your_list_with_the_t_tests,function(x) x$p.value))
but I am getting the following error after excuting the code
B<-by(eo,eo$PlateID, function(.sub) t.test(mcp1~Self_T1D,data=.sub,
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
2011 Apr 13
1
error for ttest
Hello all,
I have arranged my data as per Dennis's suggestion in this post
http://www.mail-archive.com/r-help at r-project.org/msg107156.html.
the posted code works fine but when I try to apply it to my data, i get ">
u2 <- ddply(xxm, .(plateid, cytokine), as.data.frame.function(f))
Error in t.test.formula(conc ~ Self_T1D, data = df, na.rm = T) :
grouping factor must have