search for: rversion

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

Did you mean: version
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, showWarning...
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 si...
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.
...dows 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 I have installed the 1.7.1 version. Some time ago I found a number of messages by another person facing the same problems and he said that when R was invoked directly, it could properly read the R_HOME variable, but when invoked from Java, it searched for the base pack...
2008 Jul 10
2
Help on Installing Matrix Package in Linux (Fedora)
...2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c CHMfactor.c -o CHMfactor.o In file included from CHMfactor.h:4, from CHMfactor.c:2: Mutils.h:9:41: error: R.h: No such file or directory Mutils.h:10:22: error: Rversion.h: No such file or directory Mutils.h:11:56: error: Rdefines.h: No such file or directory In file included from CHMfactor.h:4, from CHMfactor.c:2: Mutils.h:32: error: expected ¡=¢, ¡,¢, ¡;¢, ¡asm¢ or ¡__attribute__¢ before ¡triangularMatrix_validate¢ Mutils.h:33: error: expected ¡=...
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 limit...
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 togg...
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 togg...
2010 May 31
4
building rpy against lenny-cran
...y.vrs rm -f rpy.aux make[1]: Leaving directory `/tmp/rpy-1.0.3/doc' for python in python2.4 python2.5; \ do $python setup.py clean; \ done RHOMES= [] DEBUG= True Setting RHOMES to ['/usr/lib64/R'] Traceback (most recent call last): File "setup.py", line 109, in ? RVERSION = rpy_tools.get_R_VERSION(RHOME, force_exec=True) File "/tmp/rpy-1.0.3/rpy_tools.py", line 103, in get_R_VERSION raise RuntimeError("Couldn't obtain version number from output\n" RuntimeError: Couldn't obtain version number from output of `R --version'. RHOM...
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 : > lib...
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
...i, 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 check if your rpy installation supports R 2.12.2. If you have multiple R versions installed, you may need to set RHOME before importing rpy. For example: >>> from rpy_options impo...
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 = (uintptr_t)-1; //crashes when step to this line. As for input library in link option, I only li...
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 Consult...