Displaying 2 results from an estimated 2 matches for "allanr".
Did you mean:
allan
2009 May 31
2
install.packages hangs RGui with frozen rpwd process at bottom of process tree (PR#13734)
...unction inside. I was able to create a
package.tar.gz file eventually with much perseverance.
My remaining problem is that when I try to install my simple package under RGui,
it hangs.
install.packages("c:/testR/scupper_1.0.tar.gz", repos=NULL, type="source",
lib="c:/allanR")
The hung process tree as shown by SysInternals Process Explorer.
1. Rgui.exe
cmd="C:\Program Files\R\R-2.8.1\bin\Rgui.exe"
cd=Z:\
2. R.exe
cmd=C:\PROGRA~1\R\R-28~1.1\bin\R.exe CMD INSTALL -l "c:/allanR"
"c:/allanR/scupper_1.0.tar.gz"
cd=Z:\
3. cmd.exe
cmd...
2009 Jun 01
0
install.packages hangs RGui with frozen rpwd process at (PR#13739)
...gz file eventually with much perseverance.
>> My remaining problem is that when I try to install my simple package
>> under RGui,
>> it hangs.
>> install.packages("c:/testR/scupper_1.0.tar.gz", repos=NULL,
>> type="source",
>> lib="c:/allanR")
>
>
> Please try to install from Windows command shell using "R CMD INSTALL"
> and tell us what you see there.
> Note also that the install scripts have been largely rewritten for
> R-2.9.0 which is current.
By the way, this is not a bug in R. Hence please d...