search for: mezhoud

Displaying 10 results from an estimated 10 matches for "mezhoud".

2015 Mar 09
3
Rstudio R-devel libR.so
...as.so libRlapack.so. At first step I configure R-devel to share library with ./configure --enable-R-shlib. when I copied libR.so from /usr/lib/R/lib/libR.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] "/usr/lib/R" > .Library [1] "/usr/lib/R/library" > .libPaths() [1] "/home/mezhoud/R/x86_64-pc-linux-gnu-library/3.1" [...
2015 Mar 09
3
Rstudio R-devel libR.so
...as.so libRlapack.so. At first step I configure R-devel to share library with ./configure --enable-R-shlib. when I copied libR.so from /usr/lib/R/lib/libR.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] "/usr/lib/R" > .Library [1] "/usr/lib/R/library" > .libPaths() [1] "/home/mezhoud/R/x86_64-pc-linux-gnu-library/3.1" [...
2015 Mar 09
0
Fwd: Rstudio R-devel libR.so
...nfigure Thanks On Mon, Mar 9, 2015 at 6:51 PM, Kevin Ushey <kevinushey at gmail.com> wrote: > I believe you need to set the environment variable R_HOME_DIR to the > path pointing to your R-devel installation before launching RStudio. > > On Mon, Mar 9, 2015 at 9:49 AM, Karim Mezhoud <kmezhoud at gmail.com> 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 library with ./con...
2018 Jan 12
2
Help with packages (methods, stats, stats4)
Yes, You are right. I mean install.packages('DVstats'). Actually, it seems that DVstats does not have maintainer https://github.com/USGS-R/DVstats Karim On Fri, Jan 12, 2018 at 7:20 PM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > On 12/01/2018 1:11 PM, Karim Mezhoud wrote: > >> Hi, >> Did you try install.packages('stats'). >> > > That will not work, as stats is a base package. It comes with R, and > can't be changed. The stats package should never be missing in a proper > install of R. > > Duncan Murdoch &gt...
2018 Jan 12
0
Help with packages (methods, stats, stats4)
On 12/01/2018 1:25 PM, Karim Mezhoud wrote: > Yes, > You are right. I mean > install.packages('DVstats'). That won't work either, because DVstats is not on CRAN. > Actually, it seems that DVstats does not have maintainer > https://github.com/USGS-R/DVstats You can try install.packages("devtools&quot...
2015 Mar 09
0
Fwd: Rstudio R-devel libR.so
...as.so libRlapack.so. At first step I configure R-devel to share library with ./configure --enable-R-shlib. when I copied libR.so from /usr/lib/R/lib/libR.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] "/usr/lib/R" > .Library [1] "/usr/lib/R/library" > .libPaths() [1] "/home/mezhoud/R/x86_64-pc-linux-gnu-library/3.1" [...
2018 Jan 12
0
Help with packages (methods, stats, stats4)
On 12/01/2018 1:11 PM, Karim Mezhoud wrote: > Hi, > Did you try install.packages('stats'). That will not work, as stats is a base package. It comes with R, and can't be changed. The stats package should never be missing in a proper install of R. Duncan Murdoch > Let we know about your Sys.info() > Kari...
2018 Jan 12
2
Help with packages (methods, stats, stats4)
Hi, Did you try install.packages('stats'). Let we know about your Sys.info() Karim On Fri, Jan 12, 2018 at 5:37 PM, imane hajar <imane.chafiki.fst at gmail.com> wrote: > hello , > > i am so sorry , i figure it out. > > im sending this msj to the moderator to stop the approval of the mail . > > have a good day. > > > 2018-01-12 15:42 GMT+00:00 imane
2015 Mar 10
1
R_HOME default setting
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/bin/ RSTUDIO_R_HOME=/usr/lib/R/bin/ R_LIBS=~/R/x86_64-pc-linux-gnu-library/3.1
2018 Feb 09
0
Convolutional neural networks (CNN) - build a model and After?
Hi, I am learning CNN using MXNet R package. I am following this great tutorial about olivetti_faces reconnaissance <https://www.r-bloggers.com/image-recognition-tutorial-in-r-using-deep-convolutional-neural-networks-mxnet-package/>. In the end after building model and testing the final score was 0.975. It is great score but what can do after with this model? How can use this model for