Displaying 20 results from an estimated 5000 matches similar to: "Where is the base package?"
1999 Feb 25
1
rw0632: Can not install packages
I have huge problems to get additional packages working with rw0632. After
copying the ctest package to library, I can do a
> library(help = ctest)
bartlett.test Bartlett Test for Homogeneity of Variances
binom.test Exact Binomial Test
...
which dutifully list the content of the package.
But loading the package does not work:
> library(ctest)
Warning: Package
1999 Mar 02
2
Problem with Rterm.exe
I have downloaded rw0632 (Windows Version) from the CRAN at ETH Zuerich.
Im working with NT4.0 Service Pack 4. I can start without any problems
the GUI program Rgui.exe.
But by using Rterm.exe (batch mode or with ESS respectivelly) I always
get an error "the instruction at "0x10018ee8" referenced memory at
""......."
Any ideas what is wrong?
Best Regards
Markus
1999 Apr 06
1
rw-faq clarification + simple question + bug(?)
Windows users note: the rw-faq says
|1.8) Can I use rw0xx with ESS and emacs?
|
|Yes. Some time soon versions of ESS (5.1.3 has a `somewhat rough'
|prototype for rw0632) will come with support for this version of R. If
|yours does not, edit essd-r.el to have
|
| (inferior-ess-start-args . "--ess"))
|
|and make sure you give the full path to Rterm.exe as the R executable.
1999 Feb 23
2
rw0632 makes stray .Rhistory orphans
If you start Rterm/Rgui from the cmd (NT4.4) command line, the .Rhistory and
.RData files are created/used in the current directory.
I think, R should honor HOME or even the USERPROFILE variable.
Regards
Karl
PS: is this the correct list for such reports or would it be better to use
r-devel?
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list --
1999 Feb 23
2
rw0632 makes stray .Rhistory orphans
If you start Rterm/Rgui from the cmd (NT4.4) command line, the .Rhistory and
.RData files are created/used in the current directory.
I think, R should honor HOME or even the USERPROFILE variable.
Regards
Karl
PS: is this the correct list for such reports or would it be better to use
r-devel?
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list --
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 Mar 12
2
ESS/rterm problem
I really don't think this is an R bug; sorry if I've got it wrong twice
within a week.
Using rw0632 on NT 4.0, I can get R running quite happily under ESS
5.1.3. However, whenever I use help(), although I do get the required
help in a split screen, I also get the minibuffer error message:
wrong argument type: processp, nil
Note: I get this under ESS 5.0 as well. I could live with this,
2009 Sep 03
1
Moving Rterm.exe to another location
Colleagues,
I have encountered the following situation in R (2.9.0) with Windows XP.
I have an application that calls Rterm.exe. In certain situations,
the application terminates but fails to close R. Then, the next time
that the application runs, there are replicated copies of R running -
this slows the system. One solution would be to kill any open
versions of Rterm.exe each time
1999 Mar 05
1
typos
R version: RW0632
1. gnlm package, nlr() error message:
"Last global step failed to locate a point lower than x.
Either x is an approximate local minimum of the function,
the function is too non-linear for this algorithm,
or steptl is too large."
last line: steptol (also, should it read "steptol is too small?")
2. help(glm)
" Fitting Generalized Linear Models
1999 Oct 09
2
Re: R-0.65.1 for WinNT/9XRe: R-0.65.1 for WinNT/9X
Hello.
I've dowloaded R-0.65.1 for WinNT/9X.
>There is more support for (support of) ActiveX Automation via the
>Rproxy.dll: see the file front-ends/readme.
And where is this "the file front-ends/readme" which describes R's ActiveX
Automation ?
In "readme" under "r-install path\" and FAQ for Win port, no description
about this.
Please teach me.
1999 Oct 09
2
Re: R-0.65.1 for WinNT/9XRe: R-0.65.1 for WinNT/9X
Hello.
I've dowloaded R-0.65.1 for WinNT/9X.
>There is more support for (support of) ActiveX Automation via the
>Rproxy.dll: see the file front-ends/readme.
And where is this "the file front-ends/readme" which describes R's ActiveX
Automation ?
In "readme" under "r-install path\" and FAQ for Win port, no description
about this.
Please teach me.
2004 May 07
3
Rterm
Dear all,
Two questions regarding rterm
First:
C:\Program Files\R\rw1081\bin\rterm.exe --vanilla <test.r --args "Arg1"
"Arg2"
worked for me so far with r Version 1081, to start a R script with the
given arguments.
With R1090
C:\Program Files\R\rw1090\bin\rterm.exe --vanilla <test.r --args "Arg1"
"Arg2"
There is the error message: Rterm.exe
2006 Oct 13
3
No exit codes from RTerm (Windows) (PR#9296)
Full_Name: Russell V. Lenth
Version: 2.3.1
OS: Windows XP Pro
Submission from: (NULL) (128.255.132.188)
I wrote a simple .BAT file to run the Sweave function on a file (via RTerm),
then run pdflatex on the result (after RTerm exits). The issue is that if an
error condition occurs in RTerm, it is prudent to not do the pdflatex processing
afterward.
Here are the relevant statements in the BAT
1999 Mar 10
1
lty=2
On Wed, Mar 10, 1999 at 03:14:08PM +0000, Simon Bond wrote:
> Dear all,
>
> I'm using R 63.2 on windows NT, when I use
>
> > lines(x,y, lty=2)
>
> it produces a dashed line between the first pair of points and then reverts
> back to a solid line. It produces different colours perfectly ok, but it's
> not really a solution when the plot needs to be printed
2003 Mar 03
1
Use Rterm in rxvt for Cygwin?
Dear R users,
Does anyone notice that Rterm.exe does not work well with rxvt.exe,
an xterm emulator for Cygwin? It produces an error message window
with the following message:
This program has performed an illegal operation
and will be shut down.
If the problem persists, contact the program vendor
It also prints "Signal 127" in rxvt window.
Rterm --ess, however, works.
2011 Jun 07
1
Cases of TAB-completion that hang Rterm
FYI,
via a bug report of one of my packages, I discovered that the
following cases will hang Rterm when using TAB completion:
CASE #1:
Adding an empty default function for tail() causes Rterm on Windows to
hang if one press TAB at the prompt:
% Rterm -vanilla
> tail.default <- function(...) {}
> [PRESS TAB]
Error in specialOpLocs(text) :
(list) object cannot be coerced to type
2003 Nov 03
2
Problem with batch-file
Hi
I have written a graphical user interface using tcltk. Now I would like to run it under rterm.exe with a batch file. I tried the following code written in a .bat file:
d:\R\rw1071\bin\Rterm.exe --no-restore --no-save <d:\RGui.r> d:\RGui.out
The problem is that rterm does open but the gui isn't running properly. After a few seconds rterm is closeing without doing anything more
2024 Feb 09
1
Avoiding Delete key function as 'Quit R' in Rterm when there are no characters in cursor line
Yes, indeed, I am talking about Rterm in Windows.
Iago
________________________________
De: Duncan Murdoch <murdoch.duncan at gmail.com>
Enviat el: divendres, 9 de febrer de 2024 13:50
Per a: Iago Gin? V?zquez <iago.gine at sjd.es>
Tema: Re: [R] Avoiding Delete key function as 'Quit R' in Rterm when there are no characters in cursor line
On 09/02/2024 6:25 a.m., Iago Gin?
2000 Oct 12
2
getting a windows environment variable in r
hi-
I would like to get a value set with the dos set command (e.g. set dog=cow) in a rterm session on rterm 1011 under windows 2000. if I try in a dos window:
set dog=cow
echo %dog%
i get cow (what I want)
then i start rterm
system("echo %dog%",intern=T)
gives "%dog%"
I can of course do something like
set dog=cow
echo %dog% >jnk.rin
and then start rterm and
2024 Feb 09
1
Avoiding Delete key function as 'Quit R' in Rterm when there are no characters in cursor line
That looks to me like a bug, but I don't use Windows any more, so I
won't offer to try to fix it for you. In fact I don't think Rterm has
many users at all: most Windows users probably use RStudio or one of
the other graphical front ends (Visual Studio, Emacs, Rgui, etc.)
So maybe you can track down the issue, or someone else will try. Or
maybe you'll just have to avoid