search for: rversions

Displaying 20 results from an estimated 66 matches for "rversions".

Did you mean: versions
2012 May 08
1
what folder to run write_PACKAGES in?
...2.15 windows contrib 2.13 2.14 2.15 src contrib 2.13 2.14 2.15 That's created by this: ############################################# create_repo_tree <- function(local.repos, rversions){ folders <- c("/bin/windows/contrib", "/bin/macosx/leopard/contrib", "/src/contrib") for(dir in folders){ dirs <- paste(local.repos, dir, "/", rversions, sep='') lapply(dirs, dir.create, recursive = TRUE, showWarnings...
2002 May 02
2
Rversion.h
Our current intention is to no longer include Rversion.h from R.h as from R 1.6.0 (which is months away). Package maintainers when revising code might like to check if they actually use Rversion.h, and if so include it explicitly. I did a quick grep through the CRAN packages, and in all but one case (mda) the test is for R < 1.2.0, so it may be simplest just to tidy up and add `Depends: R
2005 Sep 02
2
About.rbw.patch
This patch file allows the About menu item in the bigdemo sample to work. _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2008 Jan 26
5
double-click in RData file versus load( file )
hello all, when I start up the R and I execute o follow code: > ls() character(0) > x=123 > assign("test_x", x, envir = .GlobalEnv ) > ls() [1] "test_x" "x" > setwd('C:\\R\\etc') > save.image('TEST.RData') > q('no') I have two different behaviours: (a) - when I start up R again by "double click" in
2003 Jul 16
2
Fatal error in SJava.
Dear r-helpers, I have been trying to invoke R from Java in a Windows 2000 computer (unfortunately). All my environment variables seem to be properly set, everything seems to be in order, but I obtaining a Fatal error: unable to open the base package error window. Also, the output of the invoker is Loading RInterpreter library R_HOME: R_HOME=C:/Programas/R RVersion: R_VERSION=1.6.1 whereas
2008 Jul 10
2
Help on Installing Matrix Package in Linux (Fedora)
Hi, I have been trying to install the Matrix package on R running in Linux (Fedora). But, I get the following error message (at the bottom). I am logged in as the root user. Any help would be appreciated! Thanks! -Hyunseung Kang * Installing *source* package 'Matrix' ... Using GNU make for building the package ** libs ** arch - gcc -m32 -std=gnu99 -I/usr/include/R
2008 Oct 17
1
missing Rversion.h and Rconfig.h when installing RSQLite under FC8
Hello, I am having problems installing RSQLite under FC8. The error message seems to indicate Rversion.h and Rconfig.h are missing. To illustrate the problem, I have copied below the output shown when I first install R (binary distribution) and then try to install RSQLite. Because the problem does not occur when installing RSQLite with R under Windows I suspect the problem is perhaps due to my
2008 Dec 18
4
rscproxy version conflict
After installing the package 'rscproxy' downloaded from the CRAN server, I get the following error message from R 2.8.0 about a version conflict : package 'rscproxy' successfully unpacked and MD5 sums checked The downloaded packages are in C:\Documents and Settings\John Meerman\Local Settings\Temp\RtmpbK9mxN\downloaded_packages updating HTML package
2008 Jan 19
0
batchfiles 0.4-0
...ta files now have no dependencies except possibly for R. - RguiStart.bat is like Rgui.bat but takes a single argument which may be an .Rdata file or a folder. It can be placed in your SendTo folder in which case you can right click in Windows Explorer choosing SendTo | RguiStart.bat - Rversions.hta now elevates RSetReg automatically (but you will still be prompted for confirmation) - new toggleDoc.pl perl program from Dieter Menne which unclutters 00Index.html Help files in packages. See sample output at: http://www.menne-biomed.de/download/toggleDoc/00Index.html and try toggl...
2008 Jan 19
0
batchfiles 0.4-0
...ta files now have no dependencies except possibly for R. - RguiStart.bat is like Rgui.bat but takes a single argument which may be an .Rdata file or a folder. It can be placed in your SendTo folder in which case you can right click in Windows Explorer choosing SendTo | RguiStart.bat - Rversions.hta now elevates RSetReg automatically (but you will still be prompted for confirmation) - new toggleDoc.pl perl program from Dieter Menne which unclutters 00Index.html Help files in packages. See sample output at: http://www.menne-biomed.de/download/toggleDoc/00Index.html and try toggl...
2010 May 31
4
building rpy against lenny-cran
Hi. On all of my machines, except for a netbook cursed with the GMA500 chipset, the R packages are synced to lenny-cran. I have been using rpy in a chroot using the official lenny R packages (2.7.1) given that i have not been able to find compatible rpy deb packages to work with lenny-cran. I am able to build the rpy deb package from source in a 32-bit lenny chroot (with the stock R packages)
2007 Feb 06
3
RPM support for package installation?
Hello, Tech question, I hope this has not been addressed before. I searched help archives and looked for online help but came up empty-handed. My question is: (short version) Is there a RPM-supported version of update.packages() for use with updating package libraries on managed multi-user Linux networks? Details: I put in a request for updating the version of R on one of the hosts on my
2017 May 31
2
[Dovecot-news] v2.2.30.1 released
..._refresh.lto_priv.22: error: undefined reference to >> 'imapc_storage_client_register_untagged' > > Did you give --with-storages parameter? If not, I don't really see why > it would fail. What configure options & environments did you use? unchanged as for all othe rversions including 2.2.29.1 and the only change is the new tarball %prep %setup -q -n %{name}-%{version} %build export CFLAGS="%{optflags} -fPIC -flto -ffat-lto-objects -fuse-ld=gold -fuse-linker-plugin -Wno-stack-protector -Wa,--noexecstack" export CXXFLAGS="$CFLAGS" export FFLAGS=&...
2004 Jan 09
1
pb with install
dear all, I try to update my Rversion fro 1.7.1 to 1.8.1 on linux. I have a problem when I try to install pacakges from Bioconductors with : source("http://www.bioconductor.org/getBioC.R") and getBioC(relLevel="release") somme errors append and when I make a library(affy) for example I obtain : > library(affy) Error in setIs("character",
2009 Jul 14
2
How do I know where is R? - VB Programming
Dear all - Is there anyone know how to let VB or C# know where I install R automatically(i.e. auto detect R directory)? Many thanks! Best, Haoda
2011 Mar 01
1
does rpy support R 2.12.2
Hi, I am getting the following error when I try to run import rpy from the the python IDE: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.6/dist-packages/rpy.py", line 134, in <module> """ % RVERSION) RuntimeError: No module named _rpy2122 RPy module can not be imported. Please
2006 Apr 25
1
RSetReg.exe
R v2.3.0 patched from today: Was just checking out the RSetReg.exe application after reading about it in "R for Windows FAQ": "After installation you can add the Registry entries in HKEY_LOCAL_MACHINE by running RSetReg.exe in the bin folder, and remove them by running this with argument /U. Note that this requires administrative privileges and neither sets up nor removes the file
2007 Jun 28
1
How to set R_CStackLimit
Hi, I have tried to disable stack checking by set R_CStackLimit to -1. However, it always crashes my win32 multiple threads program. I am using R-2.5.0. My code looks like: #include <Rversion.h> #if (R_VERSION >= R_Version(2,3,0)) #define R_INTERFACE_PTRS 1 #define CSTACK_DEFNS 1 #include <Rinterface.h> #endif and then, add below line to my main function: R_CStackLimit =
2007 Jul 20
2
RDCOM and R versions
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible Url : https://stat.ethz.ch/pipermail/r-help/attachments/20070720/5b905723/attachment.pl
2010 Dec 13
0
batchfiles 0.6-0
...like Rgui.bat but arg1 defines folder to start R in (*) Rscript.bat - run .R script (h) (*) Rterm.bat - like rterm.exe but finds R from registry (h) (*) Rtidy.bat - reformat a .R file, e.g. Rtidy myfile.R > outfile.R (d) Rtools.bat - place Rtools on path for remainder of console session (0) (*) Rversions.bat - list R and set R version in registry, e.g. on Vista: el cmd/c Rversions R-2.12.0 (0) show-svn-info.hta - show svn info if current folder is an svn checkout (0) Stangle.bat - run arg1 through Stangle (h) (**) Sweave.bat - run arg1 through Sweave (h) (**) -- Statistics & Software Consulti...