Displaying 12 results from an estimated 12 matches for "checksummary".
Did you mean:
check_summary
2004 Sep 07
3
Run up to R 2.0.0 for package maintainers
...project.org/200update.txt
on both changes needed and new opportunities.
The main thing which needs to be done is to revise the DESCRIPTION file,
in particular to ensure the Depends: field is accurate.
We do run daily checks over all the CRAN packages. See
http://cran.r-project.org/src/contrib/checkSummary.html
(Unfortunately although the checks have been run last week, the summary
has not been updated since Aug 29.)
--
Brian D. Ripley, ripley@stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 27286...
2004 Jul 06
1
Download Info
Maybe somebody can help me with the following questions:
I have submitted Rmetrics to the CRAN server and was looking what happened.
1) The */contrib/checkSummary.html shows a table which reports the
daily package check results.
For my packages there is no entry in the column "r-devel", the other
packages have "OK" or "WARN".
What does it mean?
2) The link to the Mac OSX check summaryseems to be broken?
The requested URL /bin...
2004 Sep 13
1
Rd files with "%" (was: permuting dimensions)
...;>dim(xx) <- c(6, 6)
>>xx
>>
>>as required.
>>
>>BTW, you have a broken package `magic' on CRAN: please do us the courtesy
>>of fixing it so we don't continually have to look at it in tests. See
>>
>>http://cran.r-project.org/src/contrib/checkSummary.html
--
Robin Hankin
Uncertainty Analyst
Southampton Oceanography Centre
SO14 3ZH
tel +44(0)23-8059-7743
initialDOTsurname at soc.soton.ac.uk (edit in obvious way; spam precaution)
2007 Apr 12
1
Milestone: 1000 packages on CRAN as of today(?)
Hi,
I was just looking at the "CRAN Daily Package Check Results"
[http://cran.r-project.org/src/contrib/checkSummary.html], and
realized there are 1000 packages on CRAN as of today (look at row 3 in
the table below). Yet another quite extraordinary milestone in R
history.
Last updated on 2007-04-12 11:48:32
Results for installing and checking packages using the three current
flavors of R on systems running Deb...
2004 Sep 09
2
Rd syntax error detected in CRAN daily checks
Please forgive me if you already received this. I had an e-mail sending
glitch this morning.
http://cran.r-project.org/src/contrib/checkSummary.html reported an
error in Design.trans.Rd
* checking Rd files ... ERROR
Rd files with syntax errors:
/var/mnt/hda3/R.check/r-devel/PKGS/Design/man/Design.trans.Rd:
unterminated section 'alias'
The .Rd file is attached. It begins with
\name{Design.trans}
\alias{Design.trans}
\al...
2005 Nov 30
1
RNetCDF seg fault
Dear RNetCDF developers,
I haven't been able to load RNetCDF in R for a while. I wonder if this
is a bug or a problem with my installation.
I'm using Debian testing.
> library(RNetCDF)
Segmentation fault
5:01pm(dongda)~>R --version
R 2.2.0 (2005-10-06).
Copyright (C) 2005 R Development Core Team
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to
2004 Sep 13
1
do.call("dim<-" , ... )
OK guys
another problem. I have a 3D array "x" with dim(x)=c(a,a,b^2)
and I want to rearrange the elements of x to make a matrix "y"
with dimensions c(a*b,a*b). Neither a nor b is known in advance.
I want the "n-th" a*a submatrix of y to be x[,,n] (where 1 <= n <=
b^2). Needless to say, this has gotta be vectorized!
Toy example with a=2, b=3 follows:
2004 Jan 25
3
orphaned packages
Are there many packages that are orphaned, and have a better "half" much
like bootstrap?
Is there a listing, or directory of "recommended" packages (other than the
packages downloaded with the initial R install)?
Thanks,
Neil Eastep.
An "R" newbie
-----------
Prof Brian Ripley <ripley at stats.ox.ac.uk> writes:
>>Package bootstrap is orphaned, that
2004 Nov 05
1
Error message from vignette strucchange-intro example
Hello,
I am just studying the following example from vignette:
strucchange-intro,
contineousely ending up in an error.
This is the given code:
1. library(strucchange)
2. data(USIncExp)
3. if (!"package:stats" %in% search()) library(ts)
4. USIncExp2 <- window(USIncExp, start = c(1985, 12))
A.Modelling:
coint.res <- residuals(lm(expenditure ~ income, data = USIncExp2))
2004 Mar 22
1
Re: CRAN packages maintained by you (subscripting problem under 1.9.0.alpha?)
...he time of a new
> release will be moved from CRAN's main area into the Devel area. Hence,
> it is very important that we receive updates of such packages as soon as
> possible.
>
> Please have a look at the daily check logs at
>
> http://cran.r-project.org/src/contrib/checkSummary.html
>
> to see what the problem is, and look at the NEWS file in the r-devel
> sources as well as
>
> http://developer.r-project.org/190update.txt
>
> for information on changes in the current development version of R.
>
> Please note also that binary versions of r...
2005 Jan 27
10
A "rude" question
Dear all,
I am beginner using R. I have a question about it. When you use it,
since it is written by so many authors, how do you know that the
results are trustable?(I don't want to affend anyone, also I trust
people). But I think this should be a question.
Thanks,
Ming
2005 Jan 27
10
A "rude" question
Dear all,
I am beginner using R. I have a question about it. When you use it,
since it is written by so many authors, how do you know that the
results are trustable?(I don't want to affend anyone, also I trust
people). But I think this should be a question.
Thanks,
Ming