similar to: regression tests still fail for R version 2.10.0

Displaying 20 results from an estimated 300 matches similar to: "regression tests still fail for R version 2.10.0"

2010 Dec 26
1
can't install R with *local* gcc
Hello, we re-distribute R with our open-source platform http://www.ok-sat-library.org/ where we use R mainly for evaluation of computational experiments. Due to the various platforms, we build everything from source, and that works fine. Until now, that is: there are circumstances (for example in computer-science computer labs) where no Fortran-compiler is provided, and the users (students)
2012 Oct 08
1
installation of R (14.1 and 15.1) fails: [reg-packages.Rout] Error 1
Hello, I'm trying to install R on two Linux machines: 1. > uname -a Linux cs-wsok 3.4.6-2.10-desktop #1 SMP PREEMPT Thu Jul 26 09:36:26 UTC 2012 (641c197) x86_64 x86_64 x86_64 GNU/Linux 2. > uname -a Linux csltok.swansea.ac.uk 3.4.6-2.10-desktop #1 SMP PREEMPT Thu Jul 26 09:36:26 UTC 2012 (641c197) x86_64 x86_64 x86_64 GNU/Linux I am trying version 14.1 on first machine and 15.1 on
2012 Oct 13
0
installation of R (2.14.1 and 2.15.1) fails due to [reg-packages.Rout] Error
Hello, I'm trying to install R from sources on two Linux machines (both with Suse 12.2): 1. > uname -a Linux cs-wsok 3.4.6-2.10-desktop #1 SMP PREEMPT Thu Jul 26 09:36:26 UTC 2012 (641c197) x86_64 x86_64 x86_64 GNU/Linux 2. > uname -a Linux csltok.swansea.ac.uk 3.4.6-2.10-desktop #1 SMP PREEMPT Thu Jul 26 09:36:26 UTC 2012 (641c197) x86_64 x86_64 x86_64 GNU/Linux I am trying version
2011 Aug 28
1
read.table: deciding automatically between two colClasses values
Hello, I have a function for reading a data-frame from a file, which contains E = read.table(file = filename, header = T, colClasses = c(rep("integer",6),"numeric","integer",rep("numeric",8)), ...) Now a small variation arose, where colClasses =
2011 Aug 26
3
elegant way to check if 2 values are in 3 columns?
Dear all, I'm trying to rerun some data linkage exercises in R (they are designed to be done in SPSS, SAS or STATA) The exercise in question is to relabel the column "treat" to "1", if "yearsep" is smaller than 1988 and columns "proc1"-"proc3" contain the values 56.36 or 59.81. My pathetic solution to do this in R currently looks like
2012 Sep 12
2
valgrind crashing
I am trying to do a classic R -d valgrind --vanilla < mypkg-Ex.R as described in http://cs.swan.ac.uk/~csoliver/ok-sat-library/internet_html/doc/doc/R/2.9.1/doc/manual/R-exts.html#Using-valgrind The problem is valgrind crashes imediately. I am using Ubuntu 10.04 LST (actually Biolinux) on a 64bit Dell Precision laptop with 4 core-i5 Intel processors. I have R-2-15-0 installed from source
2009 Jun 07
2
Need some help in R : value more than equals to a row.
Hallo, I was trying some code, but couldn't make one step of the code properly. Can anybody please help me? I have one matrix like this > values [,1] [,2] [,3] [,4] [,5] [1,] 0.7777778 0.36111111 0.22222222 0.1388889 0.0000000 [2,] 1.0000000 0.00000000 0.53846154 0.0000000 0.5384615 [3,] 0.5200000 0.48000000 0.64000000 0.0000000 0.8800000 [4,] 0.8928571
2012 Jun 21
2
[Bug 2020] New: Remote-to-remote copying doesn't work when second host not on port 22
https://bugzilla.mindrot.org/show_bug.cgi?id=2020 Bug #: 2020 Summary: Remote-to-remote copying doesn't work when second host not on port 22 Classification: Unclassified Product: Portable OpenSSH Version: 6.0p1 Platform: All OS/Version: All Status: NEW Severity: normal
2009 Aug 30
2
error with summary(vector)??
Hello, I get > summary(E) level nodes ave_nodes time Min. : 1 Min. : 1.00 Min. : 10.71 Min. : 0.0000 1st Qu.: 237414 1st Qu.: 2.00 1st Qu.: 19.70 1st Qu.: 0.0100 Median : 749229 Median : 3.00 Median : 27.01 Median : 0.0100 Mean : 767902 Mean : 49.85 Mean : 98.89 Mean : 0.2296 3rd
2006 Dec 01
4
uninitialized constant error in app but not when using console
I''ve got a wierd issue here and maybe someone can assist i created a module in my apps lib directory which i use for authenticating against an external source (among other things). lib/myapp.rb ----------------- require ''rubygems'' require_gem ''activerecord'' # uses activerecord odbc adapter by openlink module MyApp module ExternalSource class
2007 Jan 19
1
Ruby on Rails now tracked by Update-Scout.com
Ruby on Rails has been added to Update-Scout.com, an interactive web service, that informs its users about software updates and releases. Users can set up personal update news feeds from the Update-Scout software catalog and even add new entries to the catalog. The address is http://www.update-scout.com . Peter Kullmann ========================================== elementec Software &
2011 Aug 21
2
how to improve summary.lm
Hello, I need a shorter summary.lm, instead of -------------------------------------------- Call: lm(formula = E$t ~ E$cfs) Residuals: Min 1Q Median 3Q Max -0.239674 -0.007694 0.006430 0.014330 2.496551 Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) -1.994e-02 1.419e-04 -140.5 <2e-16 *** E$cfs 1.675e-05
2007 Jul 25
1
dspam plugin
Hello, I'm trying to install the dspam plugin to dovecot. So far, I've Installed dovecot 1.0.2 from RPM and set up Installed dspam 3.8.0, set up and integrated with postfix, using dspam as local delivery agent before dovecot's deliver Downloaded the dovecot 1.0.2 source in order to compile the C file http://johannes.sipsolutions.net/Projects/dovecot-dspam-integration/
2009 Jun 25
2
random sampling or random replacement
Dear R users, I'm trying to randomly recreate a real dataset with missing data and I'm not quite sure if I can use the sample command for this. I think it might be better to do it in 2 steps and randomly replace the sampled data with missing data... So something like this x <- sample(10000:20000, 100) #without replacement Now I want x to contain to 20% missing data (NA). Could
2011 Apr 07
2
error reading data help please
Dear Readers, Sorry to bother you. Have been try to read my data into R (something I have done in the past) but having an error message with this one. Any possible help please? Thanks. Oz This is the error I am getting (please see bold): > setwd("D:/Replication/") >library(gmp) > dataFrame2=read.table("data.txt",header=T) Error in scan(file, what, nmax,
2002 Aug 14
1
numerical differentiation
Hi, I would like like to compute first and second derivative from numerical data. I hoped I could compute a spline object from the data (that works), and then compute the derivative from that spline objects, but I couldn't find anything like that. Does somebody know how to get numerical derivatives? Oliver -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2010 Feb 15
1
tree-drawing in R ?
Hello, I wonder whether binary (rooted) trees with simple labels (say, integers) can be drawn by some R-package? Couldn't find one. Just to make sure (since "trees" can be many things): I mean those computer-science creatures, with roots and subtrees. Thanks for your consideration in any case Oliver P.S. Perhaps there is some graph-drawing package? (Here a "graph"
2009 Apr 26
1
how to install R really *locally*?
Hello, my first attempt at installing version 2.9.0 failed because I got an error "Error in library(pspline) : there is no package called 'pspline'" Later I realised that this comes from HOME/.RProfil, and removing that files "solves" that problem. However, I'm actually glad that this error happened, since it shows a deeper problem (which is actually not solved
2009 Oct 17
1
[LLVMdev] [cfe-dev] Developer meeting videos up
On 15 Oct 2009, at 16:45, Chris Lattner wrote: > Unfortunately, we found out at the last minute that Apple has a rule > which prevents its engineers from giving video taped talks or > distributing slides. We will hold onto the video and slide assets in > case this rule changes in the future. Is this a new policy? I note that there are still videos and slides up from Apple
2011 Jul 06
1
help with nprmpi
Dear I have been trying to a program which requires "nprmpi". However, I have tried to install the downloaded zip file but get the error: "cannot open compressed file ''npRmpi_0.40-7.tar.gz/DESCRIPTION''" I tried the command: install.packages("nprmpi") but get the message "package ''nprmpi'' is not available" I then