similar to: utils:::menuInstallLocal()

Displaying 20 results from an estimated 8000 matches similar to: "utils:::menuInstallLocal()"

2012 May 20
4
R Memory Issues
---------- Forwarded message ---------- From: Emiliano Zapata <ezapataika@gmail.com> Date: Sun, May 20, 2012 at 12:09 PM Subject: To: R-help@r-project.org Hi, I have a 64 bits machine (Windows) with a total of 192GB of physical memory (RAM), and total of 8 CPU. I wanted to ask how can I make R make use of all the memory. I recently ran a script requiring approximately 92 GB of memory to
2012 May 20
1
(no subject)
Hi, I have a 64 bits machine (Windows) with a total of 192GB of physical memory (RAM), and total of 8 CPU. I wanted to ask how can I make R make use of all the memory. I recently ran a script requiring approximately 92 GB of memory to run, and got the massage: cannot allocate memory block of size 2.1 Gb I read on the web that if you increase the memory you have to reinstall R; would that be
2016 Apr 09
2
Arguments to utils:::menuInstallPkgs
Dears, Is it possible (in any viable way) to pass arguments to the base function (install.packages I think) using the utils:::menu? For example: > utils:::menuInstallPkgs(loc=.libPaths()[2]) > utils:::menuInstallLocal(loc=.libPaths()[2]) Thanks, ///\\\///\\\///\\\///\\\///\\\///\\\///\\\///\\\ Jose Claudio Faria Estatistica UESC/DCET/Brasil joseclaudio.faria at gmail.com Telefones:
2016 Apr 09
0
Arguments to utils:::menuInstallPkgs
On 09/04/2016 8:14 AM, Jose Claudio Faria wrote: > Dears, > > Is it possible (in any viable way) to pass arguments to the base function > (install.packages I think) using the utils:::menu? No, but why not just call install.packages directly? (If you are using Rgui in Windows, you can add menu items using winMenuAddItem). Duncan Murdoch > For example: > > >
2009 May 15
2
Problem building (binary) packages for Windows
Hi, I am having a problem building binary packages for Windows recently. Normally, I use the "Murdoch-Sutherland" tool set, http://www.murdoch-sutherland.com/Rtools/ just build source packages by R CMD build <pkgname> and install these with R CMD INSTALL <pkgname> But now, for someone without having this tool set installed, under Win XP, with R-2.10dev
2009 May 29
1
Problem loading rJava
I am running R on Windows XP I first tried to install rJava and got this message utils:::menuInstallLocal() package 'rJava' successfully unpacked and MD5 sums checked updating HTML package descriptions then i tried this require(rJava) Loading required package: rJava Error in if (!nchar(javahome)) stop("JAVA_HOME is not set and could not be determined from the registry") :
2012 May 29
1
Memory Windows
This is my current version of R: R version 2.15.0 (2012-03-30) Copyright (C) 2012 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: x86_64-pc-mingw32/x64 (64-bit) OS: Windows I get the following: > memory.size() [1] 23.04 > memory.limit() [1] 190600 > I also have the following: C:\Users\zapatae\Desktop\Downloads\R-2.15.0\bin\x64\Rgui.exe --max-mem-size=190600M
2010 Feb 04
2
no write access for help files
Hi   I'm using R v2.8 under Windows*) and I'm trying to install a new package (local zip file), but I get the message below. I followed some advice at http://cran.r-project.org/bin/windows/base/rw-FAQ.html (4.2 onwards), but to no avail. How can I tell R to save the help files to an alternative location? I don't have write access to the default location.   >
2008 Nov 04
3
writing R extensions
Hi, I'm working on a package and got some problems. After I've done R CMD check and build I get the package.tar.gz which I can install under Linux without any problems. Now I wanted to have a Windows version. I heard that I only have to zip the package folder. That worked once, but now the package can't be installed. I got 1 warning while I did R CMD check, and this was 1 not
2009 Dec 14
2
Error with hgu133a2.db
Hi, I'm trying to get this library working under R2.10.0. I downloaded it and installed it from zip file. i get the following output. > library(hgu133a2.db) Error in library(hgu133a2.db) : there is no package called 'hgu133a2.db' > utils:::menuInstallLocal() package 'hgu133a2.db' successfully unpacked and MD5 sums checked > library(hgu133a2.db) Loading required
2017 Sep 20
2
Keep on getting message errors when trying to install and load packages
Dear R friends, I am currently using Windows 8, 64-bit operating system, x64-based processor. I have installed R version 3.4.1 "Single Candle". Also, I have several packages installed in this path: C:\Users\PaulBernal\Documents\R\win-library\3.4 Plus some other packages installed in this other path: C:\Users\PaulBernal\Desktop\DESTOP FILES\R Books C:\Users\PaulBernal\Desktop\DESTOP
2013 Jan 04
1
About the Dovecot Missing mail.
Dear Sir and/or Madam, I'm the newbie for using Linux, and now our company find the freelancer to change the mbox to maildir. we found that we have mail loss with error massage(ERROR: Connection dropped by IMAP server. Query: EXPUNGE), after that our freelancer do something to let this massage disappear. But now will still found we have mail loss. What can I do? I found a similar case in
2005 May 09
1
bootstap and lme4
Hi, I am trying to get bootstrap confidence intervals on variance components and related statistics. To calculate the variance components I use the package lme4. > off.fun <- function(data, i){ d <- data[i,] lme1<- lmer(y ~ trt + (trt-1|group), d) VarCorr(lme1)@reSumry$group[2,1] #just as an example } > off.boot <- boot(data=data.sim, statistic=off.fun, R=100) If
2009 Aug 13
4
un run run...
Hi All, I am running an Rscript with a bunch of algorithms that are UNSTABLE under some parameter settings. At a certain point one of them sends error massage and my whole run STOPS! What I would like is to save the error massage in some file or variable and carry on to the next command line without stopping this run... Any help or ideas would be welcome, please, with a concrete example (not
2002 Apr 26
1
optim or nlm with matrices
Hi, I have the following hypothetical optimization problem: -det(t(x-A%*%x1)%*%(x-A%*%x1)) where A,x,x1 are matrices. A coefficients and x and x1 are variable matrices or vectors. I tried to apply optim and nlm functions but I kept receive the following massage: Error in A%*%x1 : non-conformable arguments. The massage appears even the -det() can be calculated and the dimensions are checked. here
2011 Apr 20
3
useDynLib in older versions e.g. (2.10)
Hi, Has something changed regarding the useDynLib in the NAMESPACE file in packages? I've written a package that works in e.g. 2.12/2.13 but simply cannot find the dynamic library under windows. The version on CRAN is older than the one I'm talking about and depends on a newer version of R but I want to make the package available to people with older versions. >
2010 Apr 02
1
What should I do regarding "DLL attempted to change..." warning ?
Hi all, The call to: library(rJava) Results in the following warning massage: Warning message: In inDL(x, as.logical(local), as.logical(now), ...) : DLL attempted to change FPU control word from 8001f to 9001f After some searching I found the following explanation: > R expects all calls to DLLs (including the initializing call) to leave the > FPU control word unchanged. Many run-time
2010 Nov 03
1
install vegan
Dear all, I am trying to install Vegan, but I allways get the following error message: Warning in install.packages(choose.files("", filters = Filters[c("zip", : 'lib = "C:/Programme/R/R-2.12.0/library"' is not writable Error in install.packages(choose.files("", filters = Filters[c("zip", : unable to install packages >
2006 Jan 14
1
(no subject)
I am having difficulty installing the package "lattice". First I tried downloading it from the CRAN site (in the normal way) : the message said it worked but when I typed library I got an error message ("there is no package"). Second I tried installing it from the local zip. I have reproduced the result below. utils:::menuInstallLocal() package 'lattice'
2008 Mar 03
1
Problem with lme4 use and installation
Dear all, I've been trying to install the lme4 package from http://r-forge.r-project.org/projects/lme4/. However, when wanting to load the package, I get an message saying that "x-tabs" are masked (see pasted code). Can anyone point to what has gone wrong? Kind regards, Andreas Nord Sweden > utils:::menuInstallLocal() package 'lme4' successfully unpacked and MD5 sums