search for: rbin

Displaying 20 results from an estimated 20 matches for "rbin".

Did you mean: bin
2009 Oct 09
0
Make error, fails to install base packages (e.g., 'method')
I am trying to build R-2.9.2 from source on a Slax Linux distribution. The only warnings from configure related to the production of the html. However, a series of errors occurs at the end of 'make': ----------- make[2]: Entering directory `/root/Desktop/Rbin/src/library' mkdir -p -- ../../library make[3]: Entering directory `/root/Desktop/Rbin/src/library/profile' building system startup profile mkdir -p -- ../../../library/base/R make[3]: Leaving directory `/root/Desktop/Rbin/src/library/profile' make[3]: Entering directory `/root/Desktop/...
2012 May 22
2
Best way to locate R executable from within R?
...t;R" may not be on the OS's search path. What is the best way, from within a running R, to infer the command (basename or full path) for launching R in way that it works on any OS? I came up with the following alternatives, but I'm not sure if they'll work everywhere or not: 1. Rbin <- commandArgs()[1]; 2. Rbin <- file.path(R.home(), "bin", "R"); Other suggestions that are better? /Henrik
2006 Mar 16
1
Re: rcov 0.2.0 - code coverage tool for Ruby
...the chorus of thank you. This is perfect. I found a blog entry (http://asplake.blogspot.com/2006/01/revert-that-rakefile.html) and worked it over a little into the file below which I put in lib/tasks/rcov.rake in a rails project. It works great. Thanks pth require ''rake/clean'' RBINDIR = Config::CONFIG[''bindir''] RBIN = "#{RBINDIR}/rcov" if File.exists?(RBIN) # output goes to subdirectories of this one RCOV_OUT = "coverage" # "rake clobber" to remove output directory (along with other generated stuff) CLOBBER.include(RCO...
2012 Aug 23
3
Concatenating data frames in R versus SAS
I am trying to concatenate 2 datasets that don't have exactly the same column. In SAS I did: data summary; set agency prop; run; No problem in R I get error message summary <-rbind(agency,prop) Error in match.names(clabs, names(xi)) : names do not match previous names But when I use rbin.fill, that overwrites the second file w/ first one. Is there a way to replicate the sas process in R? Thanks in advance -- View this message in context: http://r.789695.n4.nabble.com...
2020 Jun 29
2
-specs=/usr/lib/rpm/redhat/redhat-hardened-ld woes
In the rgdal package, configure.ac has had : ${LDFLAGS=`"${RBIN}" CMD config LDFLAGS`} at least since 2012, so picking up LDFLAGS known to the R version installed. Very recently, users installing rgdal from source with R installed from RPM are seeing problems, such as those reported in this thread: https://stat.ethz.ch/pipermail/r-sig-geo/2020-June/028...
2004 Nov 23
1
Batch
Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Received-SPF: none (hypatia: domain of claudiapaladini at web.de does not designate permitted sender hosts) X-Virus-Scanned: by amavisd-new at stat.math.ethz.ch X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on hypatia.math.ethz.ch X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0
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
2006 Jun 04
1
foxGUIb v0.7 (for FXRuby 1.6)
...ckers, lyle has released FXRuby 1.6.0 some days ago. so it was a good opportunity for me to fix some more bugs and release annother version of foxGUIb which is tested against FXRuby 1.6.0. the most interesting feature Fox1.6 brings to you is unicode support. (see foxGUIb/test/unicode_test_japanese.rbin) thanks for all the feedback and the bug reports. enjoy ;) -- henon ========================== foxGUIb v0.7 Release Notes ========================== == What is foxGUIb? == foxGUIb is a GUI creator and code generator for FXRuby. It''s a convenient tool that makes it easy to quickl...
2020 Jun 29
1
-specs=/usr/lib/rpm/redhat/redhat-hardened-ld woes
On Mon, 29 Jun 2020 at 11:24, I?aki Ucar <iucar at fedoraproject.org> wrote: > > On Mon, 29 Jun 2020 at 10:21, Roger Bivand <Roger.Bivand at nhh.no> wrote: > > > > In the rgdal package, configure.ac has had : ${LDFLAGS=`"${RBIN}" CMD > > config LDFLAGS`} at least since 2012, so picking up LDFLAGS known to the R > > version installed. Very recently, users installing rgdal from source with > > R installed from RPM are seeing problems, such as those reported in this > > thread: https://stat.ethz....
2006 Feb 18
1
file.info() on WinXP/NTFS > 2Gb
...more than 2Gb to be created but not accessed by the 'stat' system call. Such files will show up as non-readable (and very likely not be readable by any of R's input functions)." Example: # Create a 2Gb(!) file, report file.info()$size, and remove the file. fname <- "tmp.Rbin"; con <- file(fname, open="w+b"); size <- 2^31-1; # OK size <- 2^31; # Not OK seek(con, where=size-1, rw="write"); writeBin(con=con, as.integer(0), size=1); close(con); print(file.info(fname)$size); file.remove(fname); With size = c(2^31-1,2^31), file.info() re...
2002 Nov 04
0
2.2.6+acl - strange behaviour
...> /lib/libc.so.6 (0x4014e000) libdl.so.2 => /lib/libdl.so.2 (0x40277000) libattr.so.1 => /usr/lib/libattr.so.1 (0x4027b000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) --------------------------------- test 1 root@wolf # -bash 513 ~ root@wolf # sh /rbin/test --- w2kdomain == dom w2kpdc == e231pdc sambahost == wolf winbind separator == + winbind use default domain == no --- => getent group dom+e231 DOM+e231:x:24006:DOM+pichwo,DOM+atest -> rpcclient e231pdc cmd = lookupnames e231 e...
2011 Aug 30
1
R crash
...difference and I don't really understand how that would make R crash by running dev.off(). Is there anything else than sessionInfo()? Thank you for your help, Ivan -------- script --------- library(R.utils) library(RSvgDevice) library(doBy) primate_med <- loadObject("primate_med.Rbin") select <- primate_med #data object to use seq.yvar <- c(5,12,8,9) ind.xvar <- 4 filename <- paste("regression", names(datobj)[ind.xvar], paste(names(datobj)[seq.yvar],collapse="_"), paste(selvarstr,collapse="_"), sep="_") filename...
2011 Jan 10
2
write.table equivalent for lists?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi I am writing simulations in R, and quite regularly, I have to save lists and objects to HDD and load it later again. So I am wondering: why is there no function to write lists (and S3, S4 objects) onto HDD WITHOUT keeping the name? What I mean is: For data.frames I can use x <- data.frame(x = runif(10)) write.table(x, "x.txt) rm(x) y
2020 Jun 29
0
-specs=/usr/lib/rpm/redhat/redhat-hardened-ld woes
On Mon, 29 Jun 2020 at 10:21, Roger Bivand <Roger.Bivand at nhh.no> wrote: > > In the rgdal package, configure.ac has had : ${LDFLAGS=`"${RBIN}" CMD > config LDFLAGS`} at least since 2012, so picking up LDFLAGS known to the R > version installed. Very recently, users installing rgdal from source with > R installed from RPM are seeing problems, such as those reported in this > thread: https://stat.ethz.ch/pipermail/r-sig-g...
2009 Nov 02
2
save an object by dynamicly created name
Hi, I would like to save a few dynamically created objects to disk. The following is the basic flow of the code segment for(i = 1:10) { m = i:5 save(m, file = ...) ## ??? } To distinguish different objects to be saved, I would like to save m as m1, m2, m3 ..., to file /home/data/m1, /home/data/m2, home/data/m3, ... I tried a couple of methods on translating between object names and
2013 Oct 19
3
Suggestions for an "official" place to store permissions/options for a package?
R-developers: Duncan Murdoch suggested I move a post I started on r-help over here, since it is more at the developer level. Here is my question/challenge -- to my knowledge, there is not currently an official way to store a *package*'s options to a standardized location on a user's computer. Given that OS-level programs have standard preference locations, I was hoping to first assess:
2023 Feb 22
2
manejo bases de datos
Estimados He trabajado en R, pero los cambios a las bases de datos los he hecho en Excel. Quisiera saber como se puede desde el propio R: 1. Anadir Mas casos (filas) 2. Calcular una nueva variable, ejemplo el IMC a partir del peso y la estatura 3. Agrupar edades en grupos (0-10, 11-20 etc.) 4. Ordenar casos (descendente o ascendente) Saludos José
2018 May 04
2
download.file does not process gz files correctly (truncates them?)
On Fri, May 4, 2018 at 8:34 AM, Tomas Kalibera <tomas.kalibera at gmail.com> wrote: > The current heuristic/hack is in line with the compatibility approach: it > detects files that are obviously binary, so it changes the default behavior > only for cases when it would obviously cause damage. > > Tomas Well, I was trying to download a .gz file and download.file() didn't
2012 Dec 12
1
#8498 postgres_adapter fix for disable_referential_integrity
Please review this patch for postgres adapter''s referential_integrity.rb in Rails master and 3.2.9 and let me know what you think. We are using it via an initializer (monkey patching the adapter directly vs. in module): https://github.com/rails/rails/pull/8498 Fixes this issue also seen by others in Foreigner: https://github.com/matthuhiggins/foreigner/issues/61 Problem that it
2018 May 07
2
download.file does not process gz files correctly (truncates them?)
...s related to the current implementation of download.file() on Windows: ADD MORE EXTENSIONS? What about case-insensitive matching, e.g. data.ZIP and data.Rdata? A quick scan of the R source code suggests that R is also working with the following filename extensions (using various case styles): * Rbin (src/library/tools/R/install.R) * rda, Rda (tests/reg-tests-1a.R) * rdb (src/library/tools/R/install.R) * rds, RDS, Rds (src/library/tools/R/install.R) * rdx (src/library/tools/R/install.R) * RData, Rdata, rdata (src/library/tools/R/install.R) Should the tar extension also be added? What about bi...