[R] command to start R and Rcmdr?

Lee Hachadoorian Lee.Hachadoorian+L at gmail.com
Sat Oct 23 18:43:00 CEST 2010


Liviu,

Try

sh -c 'R_DEFAULT_PACKAGES="$R_DEFAULT_PACKAGES Rcmdr" R "$@"'

This is pulled directly from the launcher that Ubuntu creates when it
installs Rcmdr from the repository.

--Lee

On 10/23/2010 11:37 AM, Liviu Andronic wrote:
> On Sat, Oct 23, 2010 at 5:30 PM, Henrique Dallazuanna <wwwhsd at gmail.com> wrote:
>> In windows it work's fine
>>
> After further experimentation, it does work when I escape the
> parentheses. However, both
> liv at liv-laptop:~$ R --interactive -e require\(Rcmdr\)
> 
> and
> liv at liv-laptop:~$ R -e require\(Rcmdr\) --interactive
> 
> fail to pop up Commander(), as described in the original post. The
> same holds for the following
> liv at liv-laptop:~$ R -e require\(Rcmdr\)
> 
> Ideas?
> Liviu
> 

-- 
Lee Hachadoorian
PhD Student, Geography
Program in Earth & Environmental Sciences
CUNY Graduate Center



More information about the R-help mailing list