search for: movedir

Displaying 16 results from an estimated 16 matches for "movedir".

2008 Oct 26
2
Upgrade
I recentlry tried to upgrade to 2.8.0. I ended up uninstalling 2.7.2 and installing 2.8.0 becuase the line in the FAQ states: That's a matter of taste. For most people the best thing to do is to uninstall R (see the previous Q), install the new version, copy any installed packages to the library folder in the new installation, run update.packages(checkBuilt=TRUE, ask=FALSE) in the new R and
2006 Apr 26
3
copying previously installed libraries to R 2.3.0
...xt in thread ] From: Ronnie Babigumira <rb.glists> Date: Fri, 23 Dec 2005 15:58:36 +0100 Hi Helli, this came up last week, Here are some of the replys posted 1. In http://cran.r-project.org/contrib/extra/batchfiles/batchfiles_0.2-5.zip are two Windows XP batch files: movedir.bat copydir.bat which will move the packages (which is much faster and suitable if you don't need the old version of R any more) or copy the packages (which takes longer but preserves the old version). 2. x <- installed.packages()[,1] install.packages(x) 3. This is one re...
2007 May 02
4
How to install previous packages after upgrading to R 2.5.0?
Hello, I have just upgraded from R-2.4.1 to R-2.5.0 for Windows. I had installed a large number of add-on packages under 2.4.1. Is there an easy way to install (or load, if that's the easier way) those packages under 2.5.0, without having to install each package by hand? Thanks, Jeff
2009 Feb 28
2
Review my upgrade plan from 2.8.0 to 2.8.1
Hi, On my laptop, R is installed on windows XP SP2 at D:\Program Files\R\R-2.8.0, and all add-on packages are installed at D:\Program Files\R\R-2.8.0.libs. In addition, I have created two environment enviroment to ease upgrading and installation of packages. Packages installed is a mix of those from CRAN, Bioconductor and local zips. D:\My Document\My Desktop>echo %R_HOME% D:/Program
2007 Apr 25
2
A very simple question
Hi all, I just loaded R 2.50. I want this version to bring the objects from the previous version. How do I do that? Thanks David
2008 Sep 02
2
Upgrade 'R'
More and more I am getting warnings from packages that I install that the package was built with 2.7.2 (I am running 2.7.1). I would like to upgrade but don't want to loose all of the packages that I have installed and the settings. Is there a way to just "upgrade" without uninstalling and reinstalling 'R'? Thank you. Kevin
2010 Dec 13
0
batchfiles 0.6-0
...- pastes clipboard into Rgui. See comments in file for use from vim. (0)(d) copydir.bat - copy a library from one version of R to another (h) el.js - run elevated - Vista and up, e.g. el Rgui runs R elevated find-miktex.hta - GUI to find MiKTeX (0) kopy.bat - copy Rcmd to other batch files (h)(d) movedir.bat - move library from one version of R to another (h) R.bat - like R.exe but finds R from registry (0) (*) Rcmd.bat - like Rcmd.exe but finds R from registry (h) (*) Rgui.bat - like Rgui.exe but finds R from registry (0) (*) RguiStart.bat - like Rgui.bat but arg1 defines folder to start R in (*)...
2010 Dec 13
0
batchfiles 0.6-0
...- pastes clipboard into Rgui. See comments in file for use from vim. (0)(d) copydir.bat - copy a library from one version of R to another (h) el.js - run elevated - Vista and up, e.g. el Rgui runs R elevated find-miktex.hta - GUI to find MiKTeX (0) kopy.bat - copy Rcmd to other batch files (h)(d) movedir.bat - move library from one version of R to another (h) R.bat - like R.exe but finds R from registry (0) (*) Rcmd.bat - like Rcmd.exe but finds R from registry (h) (*) Rgui.bat - like Rgui.exe but finds R from registry (0) (*) RguiStart.bat - like Rgui.bat but arg1 defines folder to start R in (*)...
2005 Dec 20
4
Installing packages into updated R
A minor inconvenience in updating an R installation is remembering which packages were installed previously. Has anyone written a script to inspect a previous installation, then get & install the same packages into the new installation? -- Michael Prager NOAA Center for Coastal Fisheries and Habitat Research Beaufort, North Carolina 28516 Opinions expressed are personal, not official.
2013 Mar 19
0
Windows batchfiles 0.7-1
...e situations due to its internal simplicity. Also Rpathset.bat is more likely to work on systems that have not been tested given its simplicity. (The utilities were tested on 32 bit Windows Vista and 64 bit Windows 8 systems.) Other Other commands which continue to be available are copydir.bat, movedir.bat, el.js, clip2r.js and find-miktex.hta . These copy and move R libraries, run a command in elevated mode (i.e. as Administrator), copy the clipboard to a running R instance and find MiKTeX. More Info The newly created sqldf discussion list will now be used for discussion of the batch files as...
2013 Mar 19
0
Windows batchfiles 0.7-1
...e situations due to its internal simplicity. Also Rpathset.bat is more likely to work on systems that have not been tested given its simplicity. (The utilities were tested on 32 bit Windows Vista and 64 bit Windows 8 systems.) Other Other commands which continue to be available are copydir.bat, movedir.bat, el.js, clip2r.js and find-miktex.hta . These copy and move R libraries, run a command in elevated mode (i.e. as Administrator), copy the clipboard to a running R instance and find MiKTeX. More Info The newly created sqldf discussion list will now be used for discussion of the batch files as...
2008 Jan 19
0
batchfiles 0.4-0
...programs. Its primarily included as a simple example of #Rscript.bat . - Rversions.hta - if there are multiple versions of R installed this program locates all versions in the registry and provides a GUI interface with a drop down menu to choose which one you wish to make current. - copydir.bat/movedir.bat copy or move packages from one library to another such as would be done when upgrading R. They will create new copies but will never overwrite any files that are already there so they should be safe to use. - toggleDoc.pl is a perl program which unclutters HTML help files contributed by Diete...
2008 Jan 19
0
batchfiles 0.4-0
...programs. Its primarily included as a simple example of #Rscript.bat . - Rversions.hta - if there are multiple versions of R installed this program locates all versions in the registry and provides a GUI interface with a drop down menu to choose which one you wish to make current. - copydir.bat/movedir.bat copy or move packages from one library to another such as would be done when upgrading R. They will create new copies but will never overwrite any files that are already there so they should be safe to use. - toggleDoc.pl is a perl program which unclutters HTML help files contributed by Diete...
2005 Dec 23
3
copy contributed packages from R 2.2.0 to 2.2.1
hi R-users, a few days ago R 2.2.1 came out. on my win xp i'installed R 2.2.0. along the time i've installed a lot of contributed packages. my internet-connection is not very fast. so my question: is it possible after installing R 2.2.1 to do copy/paste the contributed packages from the C:\Programme\R221 to the C:\Programme\R2.2.1- location in the files system? or have i to download
2008 May 07
6
help with updating to R2.7
Hi, From R 2.6, I would like to update to R2.7. I would like to have some tips on the recommended method of installing the latest versions of an entire list of packages in R2.7 - i.e. all the packages that I have presently installed in R2.6. I am hoping that there is an easier method than fetching the packages individually as I did, to begin with, for R2.6. Additionally, I would like to install
2007 May 13
2
Oddities upgrading from 2.4.1 to 2.5.0
I'm working on Windoze XP and have for some time installed R in D:\R and upgraded my packages after installing the new version of R with a bit of code I think I got from the list: ip <- installed.packages(lib.loc = "d:\\R\\R-2.4.1\\library") ip <- ip[ip[,1]!="base" ,1] install.packages(ip) This time around that's produced some warning grumbles: Warning messages: