Displaying 9 results from an estimated 9 matches for "instpath".
2010 Feb 18
0
install.packages, normalizePath, file permissions
...the file specified
The circumstances are difficult to reproduce. For some reason, the
system does not like "fgui" and maybe other packages. The p: drive
above is network attached and and I have read/write access. Here is
the result of traceback.
> traceback()
7: normalizePath(instPath)
6: sprintf(gettext(fmt, domain = domain), ...)
5: gettextf("unable to move temporary installation '%s' to '%s'",
normalizePath(file.path(tmpDir, curPkg)), normalizePath(instPath))
4: warning(gettextf("unable to move temporary installation '%s' to '...
2010 Dec 17
2
install.packages() - old version deleted, new version did not install
...y to
reinstall a package without interrupting running R-sessions?
For me it seems like the cause of the problem could have been solved by
checking if the .dll can be removed before removing the rest of the
package, by adding something like the following in utils:::unpackPkgZip?
if (unlink(paste(instPath,"/libs/x64/sp.dll", sep = "")) != 0)
warning("cannot remove...")
before
ret <- unlink(instPath, recursive = TRUE) (line 95)
x64 in the path would have to be changed to something architecture
dependent...
Best wishes,
Jon
2005 Mar 14
0
FW: Package Installation in RGui (PR#7262)
.../library/RODBC'
>
> The warning is issued from this part of install.packages()
>
> if (ret == 0) {
> ## Move the new package to the install lib and
> ## remove our temp dir
> ret <- file.rename(file.path(tmpDir, curPkg), instPath)
> if(!ret) warning("unable to move temp installation ",
> sQuote(file.path(tmpDir, curPkg)),
> " to ",
> sQuote(instPath), call. = FALSE)
>...
2010 May 10
3
update.packages fails with directory not found
Windows XP. I have just updated to R 2.11.0 and then run
update.packages. In the series of updates, a few will succeed, then I
get a failure like
package 'mvtnorm' successfully unpacked and MD5 sums checked
package 'party' successfully unpacked and MD5 sums checked
package 'PBSmodelling' successfully unpacked and MD5 sums checked
Error in normalizePath(path) :
2005 Mar 11
2
Package Installation in RGui (PR#7262)
In reference to the thread
http://tolstoy.newcastle.edu.au/R/devel/04/10/0859.html
I have the same problem updating packages with newly-installed version of
released version of R 2.0.1. Previous posts refer to a bug in windows. I
wonder if there is a work-around? This probably should go to R-help but it
follows on from the post in R-devel. Apologies in advance.
OS: Windows XP Professional,
2004 Aug 13
4
(PR#7163) Install packages does not work on Win2003 serv er
> -----Original Message-----
> From: Uwe Ligges [SMTP:ligges@statistik.uni-dortmund.de]
> Sent: Thursday, August 12, 2004 5:38 PM
> To: Walke, Rainer
> Cc: R-devel
> Subject: Re: [Rd] (PR#7163) Install packages does not work on Win2003
> server
>
> Walke, Rainer wrote:
>
> > >a) It works for me.
> > >b) If it works for you on some Windows
2013 Oct 10
1
install.packages() removes package on Windows
Hi,
Starting with the XML package installed:
> "XML" %in% rownames(installed.packages())
[1] TRUE
>
I ran the following script:
pkgs <- c("XML")
for (i in 1:100)
{
install.packages(pkgs, repos="http://cran.fhcrc.org")
if (!all(pkgs %in% rownames(installed.packages())))
{
print("failed to install pkgs!")
2010 Dec 19
3
monthly median in a daily dataset
Hello,
I have a multi-year dataset (see below) with date, a data value and a flag
for the data value. I want to find the monthly median for each month in this
dataset and then plot it. If anyone has suggestions they would be greatly
apperciated. It should be noted that there are some dates with no values and
they should be removed.
Thanks
Emily
> print ( str(data$flow$daily) )
2008 Aug 21
0
kickstart error on 5.2 exception
...ing members:
id.timezone.utc: True
id.timezone.utcOffset: 0
id.timezone.arc: 0
id.timezone.tz: America/Indiana/Indianapolis
id.timezone.dst: 0
id.mouse: Already dumped
id.backend: YumBackend instance, containing members:
id.backend.modeText: Installing %s
id.backend.instPath: /mnt/sysimage
id.backend.totalSize: 2685748
id.backend.instLog: <open file '/mnt/sysimage/root/install.log', mode 'w+' at 0xdf83300>
id.backend._installedDriverModules: []
id.backend.method: Already dumped
id.backend.totalFiles: 146916
id.upgrade: None...