Displaying 15 results from an estimated 15 matches for "rw0640".
Did you mean:
rw0641
1999 Apr 15
0
R-0640 Windows
From: "Heberto Ghezzo" <heberto at MEAKINS.Lan.McGill.CA>
Please be patient: rw0640 was only released very late on Monday, and
this is not my primary occupation! In some cases you _need_ the
versions of pre-built packages for rw0640: there is no version of sm
for rw0640 there, yet. I have one working, but not yet fully tested. (I
put one up briefly but removed it pending testing...
1999 Apr 13
1
No subject
Hello,
I just tried the rw0640 version for Windows95.
If I type
link.html.help()
a
1:
appears. Does anyone knows what to type in after that,
it seems that some input is required?
Thanks
CHRISTOPH
*********************************************************
Christoph Kalinowski
Catholic University...
1999 Apr 15
1
Future directions of R for Windows?
Now rw0640 is released, we have achieved our main goal of being able to
build easily new versions from the Unix sources, and the R functionality is
as complete a copy as we can achieve easily. We are now thinking of
possible enhancements, and would like your comments on the following ideas.
o Use a sta...
1999 Apr 15
1
Future directions of R for Windows?
Now rw0640 is released, we have achieved our main goal of being able to
build easily new versions from the Unix sources, and the R functionality is
as complete a copy as we can achieve easily. We are now thinking of
possible enhancements, and would like your comments on the following ideas.
o Use a sta...
1999 Jun 16
0
creating help files
...iles
tell me I should use the prompt(data.set) command which creates an editable
file, and then move the file to the appropriate directory. This is the output
> prompt(charac)
created file named charac.Rd in the current directory.
Edit the file and move it to the appropriate directory,
D:\rw0640/src/library/<pkg>/man/
>
The problem is that D:\rw0640 doesn't have a subdirectory named src. Am I
missing something implied by the forward instead of back slashes? I am
using R 64.0 on windows NT, which I set up using binaries as opposed to
building from source.
On a completely dif...
1999 Apr 26
1
building packages under NT - missing headers?
I'm attempting to build an R package for some of my own code (using NT
x86, rw0640, cygwin b20.1)
The problem is that some header files required to build libR.seem to be
missing from the distribution
$ make libR.a
dataentry.c:20: Defn.h: No such file or directory
dataentry.c:21: Print.h: No such file or directory
These files were not part of the rw0640s archive, but I note th...
1999 Apr 14
1
Re: R-0.64.0 for Win9X/WinNT
...y machine (with MikTeX installed), I use as helpPRINT.bat (building on
the proposed example):
@echo off
pdflatex \nonstopmode\input{%1}
start %1.pdf
rm %1.tex %1.aux %1.log
exit
to get help pages in Acrobat Reader and it works fine, but only after I put
the Rd.sty latex package (from CRAN) in the rw0640\bin directory and, in
the same directory, a Rhelp.cfg file with the command \usepackage{Rd}.
Is this the right thing to do?
Christophe Declercq
cdeclercq at nordnet.fr
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien....
1999 May 24
2
Packages under windows
I just downloaded the NT version of R and cannot
find anything concrete on loading packages.
There is alot on how to do it under Unix.
The windows FAQ briefly mentions it but
does not explain it.
I have donwloaded windows binaries of the package
"clust.zip" and unzipped it into my
c:\rw0632\library
directory... So I have
c:\rw0632\library\cluster
Now what do I do ?
1999 Apr 22
0
Summary: Future directions for R on Windows
On Thursday 15 March I wrote:
> Now rw0640 is released [...] we are now thinking of possible
> enhancements, and would like your comments on the following ideas.
We have had 25 replies, and congratulations to all but one person for
following the instructions on where to send them. They were very
constructive and raised a lot of points n...
1999 Apr 11
1
R-0.64 versions of packages
...asets and functions.
Some, such as ppr and lqs, are already in R.
Windows versions:
=================
I have split the Windows contributed collection into current and
rw063x sections: the mirroring on CRAN caught the middle of the change
but should be complete by tomorrow when we plan to release rw0640.
One nice new feature is the larger packages can have their help and
examples files stored in zip archives, thereby saving a lot of space on
some file systems.
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
Univ...
1999 Apr 11
1
R-0.64 versions of packages
...asets and functions.
Some, such as ppr and lqs, are already in R.
Windows versions:
=================
I have split the Windows contributed collection into current and
rw063x sections: the mirroring on CRAN caught the middle of the change
but should be complete by tomorrow when we plan to release rw0640.
One nice new feature is the larger packages can have their help and
examples files stored in zip archives, thereby saving a lot of space on
some file systems.
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
Univ...
1999 May 10
1
format backslash behaviour
The following seems weird:
> format("\pm2")
[1] "pm2"
> format("\\pm2")
[1] "\\\\pm2"
>
i.e. it seems impossible to set up a x so that "format(x)" returns
"\\pm2", and in turn "cat(format(x))" prints "\pm2". ("\pm" is latex for
"plus/minus").
R is version 0.64 for win95.
I want to
1999 Apr 23
1
basic question about lm summaries
...no default
None of the documentation mentions this argument "n", though I notice
that there is a variable "n" in the function definition. My apologies
if this seems like too basic a question but any assistance is greatly
appreciated.
Regards,
Andy Bernat
P.S. I'm using the rw0640 binaries for windows 95.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !...
1999 Apr 07
1
library
I also have several packages in my RW0633 in Windoze
and I would like to keep them in one place when I update the R
system.
Brian say to modify Rprofile to
..lib.loc <- c("c:/MyR/library",.Library)
now Rprofile has a line like
.lib.loc <- unique(c(unlist(strsplit(getenv("RLIBS"),":")),.Library)
Sorry to be dense but where should I put the
1999 Mar 25
6
Using zip format for help pages, examples, etc.
At the Vienna meeting we discussed the problems encountered on some
operating systems when storing many small files in a directory. In
particular the directories $RHOME/library/base/help/,
$RHOME/library/base/R-ex/, and $RHOME/library/base/data/ can take up
an enormous amount of storage on the Macintosh or on Windows systems
because the minimum amount of storage per distinct file is quite
large.