similar to: Does the "installWithVers=TRUE" setting for the install.packages/update.packages flag updates?

Displaying 20 results from an estimated 1000 matches similar to: "Does the "installWithVers=TRUE" setting for the install.packages/update.packages flag updates?"

2005 Oct 04
1
more problems when using "installWithVers"
R-devel, SVN revision 35729 (this morning, euro-time) So far, I'm having awful luck with the "installWithVers" flags. Recent example: I can install.packages("lattice", installWithVers=TRUE) successfully (no errors, at least it looks like a successful install), but can't load it: Error in library.dynam(pkg,pkg,lib) : shared library 'lattice_0.12-7' not found
2005 Dec 29
1
reinventing the wheel....
> ---------- Forwarded message ---------- > From: Byron Ellis <ellis at stat.harvard.edu> > If we wanted to be truly radical we'd just accept that graphics > devices and event loops are just special cases of the connection and > merge the whole thing, thus more-or-less reinventing CLIM. :-) Eventually, all programming languages grow up and become Lisp. (progress,
2006 Jul 05
2
Editors which have strong/solid support for SWeave?
Greetings! I have a few colleagues who like the idea of Sweave, but have failed to become enlightened monks of the One True Editor (http://www.dina.dk/~abraham/religion/) Are there any other Microsoft-centric editors or IDEs which have solid support for writing SWeave documents (dual R / LaTeX enhancements similar to ESS's support)? Has anyone tried the folding editors which support Noweb?
2006 Apr 18
1
Embedding, core dumps, etc.
Well, nothing has changed in the issues that I brought up earlier, except that I can confirm core dumps in non-threaded lisps as well (CLISP), using svn version 37840 (this morning, Seattle time) for R-2-3-patches. I've not tried Thomas' suggested fixes, as I'm hesistant to go down the road of fixing R in such a way that would require constant patching. (so for those counting,
2005 Dec 29
1
S4 classes: referencing slots with other slots
For those who suggest other ways to do this, I ALREADY HAVE ANOTHER DESIGN SOLUTION, DESCRIBED AT THE END. That being said, I want to know if it's possible to reference a slot in an S4 class from another slot, i.e. I'd like to have the "self.*" semantics of Python so that I can reuse a slot. That is, for various reasons it would be nice to be able to do something like:
2006 Apr 11
4
Stack checking, core dumps, and embedding R
I will say this first -- I can't copy/paste the error message from the screen, so it's being retyped. Errors might occur. SORRY. I've been experiencing some interesting stack warnings recently when moving from R 2.2.x to the R 2.3.0 series and the R 2.4.0 series. In particular, I'm getting warnings of "Error: C stack usage is too close to the limit" before
2010 Dec 10
0
Statistics and Bioinformatics Positions, Novartis Molecular Diagnostics, Cambridge MA USA and Basel, Switzerland
Dear all - My group at Novartis is looking for statisticians, bioinformaticians, or R programmers to support molecular diagnostics, with open positions in Cambridge MA, USA (priority) and in Basel Switzerland (possible). We do a range of data analyses across product lifecycle (research, tech dev, clin dev, market access) to support the development of prognostic and
2006 Jan 05
0
R-devel Digest, Vol 35, Issue 4
> From: Ross Boylan <ross at biostat.ucsf.edu> > > In answer to the other question about using OS checkpointing > facilities, I haven't tried them since the application will be running > on a cluster. More precisely, the optimization will be driven from a > single machine, but the calculation of the objective function will be > distributed. So checkpointing at the
2006 Apr 20
0
R and Commercial applications
> > From: Philippe Grosjean <phgrosjean@sciviews.org> > > However, I was suprised to learn that the Pipeline Pilot R Collection is > not GPL and is not free (in term of money, i.e., you have to pay > 3500$/year to use it). I am not sure, but I think they break the GPL > license here since they use a commercial license for, basically, a > collection of R scripts
2006 Jan 17
0
xlispstat and R
> From: Wensui Liu <liuwensui at gmail.com> > Just curious how xlispstat is used in the industry and what's it strengthen > compared with other computing languages such as R or matlab? Almost not at all, though there are a few holdouts. On a related note, I've been doing some interesting things with a branch of LispStat for CommonLisp. It'll be more interesting when
2006 May 16
0
ROrca
> From: Erin Hodgess <hodgess at gator.dt.uh.edu> > To: r-help at stat.math.ethz.ch > Date: Mon, 15 May 2006 05:49:11 -0500 > Subject: [R] Rorca zip? > Dear R People: > > Is there a Windows binary for ROrca, please? > > When I did the search on the R site, there were several links > to a zip file, but all of the links were broken. > > Thanks in advance!
2007 Nov 03
0
R validation. If you know what you want, it's simple. If you don't know what you need to do, there are problems...(with any validation)
> From: delphine.fontaine at genexion.com > To: r-help at stat.math.ethz.ch > Date: Sat, 3 Nov 2007 09:03:39 +0100 (CET) > Subject: [R] R validation > Dear R-Users, > > A message to continue the discussions we had in March and June. I have > read the documents written since then > (http://www.r-project.org/doc/R-FDA.pdf ; >
2005 Jan 07
4
Any plans for commenting out region via something like " /* */ "?
Greetings from Switzerland! Are there any plans/initiatives/considerations in future versions of R for commenting out regions via something like " /* */ "? (I've got an application for which something like that would be useful; if not, there are less simple solutions). best, -tony "Commit early,commit often, and commit in a repository from which we can easily roll-back
2012 Oct 03
2
Failed installWithVers from local tar.gz
Hi, I am having trouble installing a previous version of a package, and multiple version of the package in R 2.12 or 2.15. I have download the tar.gz packages from the CRAN archive, and created an folder holding all the files. install.packages("changepoint_0.3.tar.gz", lib="~/Rtools/dir/of/pkgs/", repos=NULL, dependencies=FALSE,
2000 Nov 14
1
RE: Gnuserv, NTEmacs, Windows 2000 and R
The following becomes more and more a topic for an R mailing list, possibly R-devel. R for Windows crashes are important and should be discussed and debugged with the experts -- which are not reading ESS-help AFAIK. Martin >>>>> "ColCun" == Cunningham, Colin A <colin.a.cunningham@intel.com> writes: ColCun> In my very brief exposure to R, I have
2003 Sep 11
1
potentially nasty interaction between R 1.8.0 and tetex
I've been having problems building vignettes in bioconductor packages with R-devel. Turns out that Rdevel/share/texmf/hyperref.cfg wants Blue and Red predefined, when only blue and red are defined (as of rsync Rdevel, Sept 10th). This is on a Debian unstable system (Sept 9th version). Might not apply to all other tetex systems. Seems to have bitten the bioconductor build system, though.
2005 Jul 29
3
Error Downloading Matrix Package
I'm trying to update my Matrix package given the update last night. But the following error is generated. I've tried restarting R and deleting my old Matrix package. Can anyone suggest how this might be resolved? > install.packages('Matrix') trying URL 'http://www.ibiblio.org/pub/languages/R/CRAN/bin/windows/contrib/2.1/Mat rix_0.98-1.zip' Content type
2005 May 03
1
MacOS X: update.packages(type="mac.binary") fails (PR#7831)
Full_Name: Jari Oksanen Version: R 2.1.0 OS: MacOS 10.3.9 Submission from: (NULL) (130.231.102.145) For various reasons (which need not be expanded here) I have tried to update my long neglected R in MacOS X using handy command line tool update.packages() using readily available binaries of contributed packages at CRAN. However, this fails with message saying that packages xxxx_*_tar.gz is not
2013 Feb 27
2
Keeping up to date with R-devel
Hi, is checking out R SVN trunk the recommended way to keep up to date with R-devel and check packages with the latest version? My objective is to be able to have both R and R-devel versions installed/working and up to date. R-devel binaries would be available as symlinks in my home directory so that I can do: Rdevel CMD check mypkg Rdscript -e "some R code" anywhere on my system.
2005 Dec 09
1
local source packages install from within R session - cross-platform
I realize that others have struggled with this issue...i.e. http://tolstoy.newcastle.edu.au/~rking/R/help/05/01/9826.html i am on os.x 10.4 w/ R2.2, and am (perhaps foolishly) also on this quest... i would like to be able to install downloaded source (tar.gz'd) files from within an R session, and have it work in a X-platform way..i am often not connected to the internet and have libraries