Hi,
I Think you can install devel version by:
devtools::install_github("tcltk/tcl")
from this link https://github.com/tcltk/tcl
Karim
On Mon, Sep 28, 2015 at 6:36 PM, Adrian Waddell wrote:
> Dear all,
>
> I am working on an R package intended for CRAN that requires Tcl version
> 8.6 becaus
Dear All,
I would like to reset default R_HOME PATH for R.3.1.3.
I installed R-devel in /usr/local/R-devel but I can't install many packages
as tcltk.
I uninstalled R-devel and I would reuse R.3.1.3 but the PATH is remaining
to /usr/local/R-devel.
I touch ~.Renviron file with
R_HOME=/usr/lib/R/b
2015 at 9:49 AM, Karim Mezhoud wrote:
> > Dear All,
> > I am actually on R-devel using shell consol. When I run RStudio, it can't
> > find libR.so in the new /lib folder where is libRblas.so libRlapack.so.
> > At first step I configure R-devel to share libr
bR.so (stable version R 3.1)
to /usr/local/R-devel/lib/libR.so (R-devel version), That doesn't work.
please find the detail at below.
Karim mezhoud
$which R
/usr/bin/R
$R
> R.Version()[13]
$version.string
[1] "R version 3.1.2 (2014-10-31)
> Sys.getenv("R_HOME")
[1] &qu