Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

841 results for “from:AC”

Ruuid had non-zero exit status (PR#8966)
manager at molbiol.ox.ac.uk · Jun 12, 2006 · r-devel

<<insert bug report here>> --please do not edit the information below-- Version: platform = sparc-sun-solaris2.9 arch = sparc os = solaris2.9 system = sparc, solaris2.9 status = major = 2 minor = 3.1 year = 2006 month = 06 day = 01 svn rev...

Linear Regression with slope equals 0
E.N.D.Grew at exeter.ac.uk · Aug 14, 2007 · r-help

Hi there, am trying to run a linear regression with a slope of 0. I have a dataset as follows t d 1 303 2 302 3 304 4 306 5 307 6 303 I would like to test the...

[Bioc-devel] A new package pcot2
qson003 at stat.auckland.ac.nz · Aug 9, 2006 · bioc-devel

Dear bioc developers, We have recently added a new package, pcot2, to the Bioconductor Developer Page version 1.9 (http://bioconductor.org/checkResults/1.9/). This package utilizes inter-gene correlation information, and implements a permutation-based method for investigating...

Bug in barplot (PR#8738)
michael.watson at bbsrc.ac.uk · Mar 31, 2006 · r-devel

Hi There seems to be a bug in barplot(). It occurs when specifying the ylim argument. It's best shown by example: dat <- matrix(c(1,1,1,2,2,2,3,3,3),ncol=3) barplot(dat, beside=TRUE...

memory.size() for large memory usage (PR#11596)
bowden at stats.ox.ac.uk · Jun 5, 2008 · r-devel

This amusing behaviour is from R2.6.1 on WinXP Pro SP2 running with boot.in= i /3GB flag, exploring memory limits. =20 When actual (object, not total) memory usage hits 2048 MB, memory.size star= ts counting down again...

installing (PR#2025)
W.Amos@zoo.cam.ac.uk · Sep 16, 2002 · r-devel

Am I being stupid? I have made several attempts to download R for Macintosh and everything goes fine til I double-click. At this point the message 'can't find CarbonLib' appears. My system is 8.6, running on a...

predict.smooth.spline
iwhite@staffmail.ed.ac.uk · May 23, 2003 · r-help

I'm using R 1.7.0 on linux. With this version of R the package modreg is automatically loaded at start of session. However attempting to use predict.smooth.spline() produces Error: couldn't find function predict.smooth.spline...

limmaGUI anomaly: top-table & venn-diagram for linear model
D.Levin at warwick.ac.uk · Sep 4, 2009 · r-help

Hello, In limmaGUI, after running a linear model for a single gene & time point (mutant vs control), the venn-diagram for differentially expressed genes with a p-value cut-off gives a different number than the top-table with the...

Documentation bug: Section 3.3.2 of R-Lang. (PR#9928)
S.P.Bird at damtp.cam.ac.uk · Sep 24, 2007 · r-devel

Full_Name: Simeon Bird Version: 2.5.1 OS: Linux Submission from: (NULL) (131.111.200.200) In the manual "The R Language Definition", section 3.3.2 reads: "3.3.2 Propagation of names propagation of names (first one...

typo in lines.Rd (PR#1075)
stephen@cogsci.ed.ac.uk · Aug 26, 2001 · r-devel

Full_Name: Stephen Eglen Version: 1.30 OS: Linux Submission from: (NULL) (128.252.204.21) The Details section of the help for `lines' has the typo "liens" (line 30 of R-1.3.0/src/library/base/man/lines...

Random Number Testing
dcum007@ec.auckland.ac.nz · Aug 10, 2003 · r-help

Thank you to all who helped me with my previous question regarding random numbers. I have read up on the subject and found a whole new interesting world. I found some code wich I translated into java for my project...

R CMD SHLIB fails under Mac OS (PR#9353)
fuss-h at ulster.ac.uk · Nov 10, 2006 · r-devel

Full_Name: Hendrik Fu? Version: 2.4.0 OS: Mac OS 10.4.8 Submission from: (NULL) (201.27.208.230) R 2.4.0 on Mac OS X cannot seem to build shared libraries using R CMD SHLIB. R...

dendrogram adjustment in heatmap.2
Fix Ace · Nov 8, 2017 · r-help

Dear R Community, Is there a way to adjust the line width of the dendrogram in heat map.2 function? I tried "lwd", but it didn't work... Also, is there a way to adjust the general height/width/position...

Numerical error in R (win32) (PR#8909)
teck.lim at imperial.ac.uk · May 29, 2006 · r-devel

Hi I had observed the following problem in R (also C, Matlab, and Python). sprintf('%1.2g\n', 3.15) give 3.1 instead of 3.2 whereas an input of 3.75 gives 3.8. Java's System.out...

Could not create DVI version
Friedrich.Leisch@univie.ac.at · Apr 3, 2003 · r-devel

>>>>> On Tue, 1 Apr 2003 19:54:10 +0100 (BST), >>>>> Prof Brian Ripley (PBR) wrote: [...] > I've seen that several times: I think there is an Sweave-related gc > problem. Anything reproducible? Paul nd I tried to nail down the...

Bug report for ported packages?
johnr.williams@stonebow.otago.ac.nz · Mar 19, 2000 · r-help

Where is the appropriate place for bug reports fon contributed packages? Here, to the porters, or the main R bug report system? I have a problem with mda, if that is relevant. cheers John - John Williams Department of Marketing Otago...

r-help, how can i use my own distance matrix without using dist()
ucecgxu@ucl.ac.uk · Jan 18, 2006 · r-help

Dear R-helpers, i am a beginner of R and i am using cluster package to do hierarchical clustering i am wondering if i can use my own distance matrix to do the hierarchical clustering without using dist() function. if...

WHO Anthro growth curve macros and R&In-Reply-To=<CAAOCNNZawGtKkWpgFMYADSyxWGTeWEDxqVVHv7=Azo=1G+H9gg@mail.gmail.com>
Severine.Frison at lshtm.ac.uk · Jan 5, 2012 · r-help

Dear Gustaf, I wish you a happy new year! I am a PhD Staff at LSHTM and I have been trying to use WHO anthro macros in R with the file you posted on internet but when I double check...

density plot not smooth
Fix Ace · Mar 17, 2015 · r-help

I have a dataset with 6187 elements, ranged from 3 to 104028. When I tried to examine only small range of data, I found that the plot was not smooth (as shown below): plot(density(test$V2), xlim=c(0...

strsignif.c, util.c (PR#10635)
A.R.Runnalls at kent.ac.uk · Jan 25, 2008 · r-devel

In R 2.6.1, a couple of places (discovered using valgrind) where the requested size of string buffers fails to account correctly for the trailing null byte: 1. In src/appl/strsignif.c, 'f0' and 'form' at l. 108...

Can't find what you're looking for? Try searching with Google .