Displaying 17 results from an estimated 17 matches for "check_summari".
Did you mean:
check_summary
2009 Feb 07
3
New package test results available
We've added a column at
http://cran.r-project.org/web/checks/check_summary.html
of test results using the Sun Studio compiler: it is intended that
these will be updated weekly.
The Sun Studio compiler is that used on Solaris: these runs were on
the Linux version. All the other platforms are using gcc 4, so this
provides an opportunity for checking for use of gcc-specific features
and
2011 Mar 18
4
Testing window for R 2.13.0
We are now starting testing R 2.13.0/alpba/beta/RC and testing and
feedback would be appreciated (whereas reports on problems immediately
after release will try our patience).
Sources are available at
http://cran.r-project.org/src/base-prerelease/
Windows binaries at
http://cran.r-project.org/bin/windows/base/rtest.html
and Mac binaries at http://r.research.att.com/, specifically
2016 Apr 23
0
Number of package in Ubuntu
> On Apr 22, 2016, at 11:51 AM, mylisttech at gmail.com wrote:
>
> Dear Experts ,
>
> I am using R with Spark on Windows and now there is a need to move to Ubuntu. I wanted to know if most of the packages that are available on windows , would they be available on Ubuntu/Linux? If not can I compile the source code of those package ? Has any one of you used the packages on Ubuntu ?
2010 Jun 10
1
R-based version of R CMD build broken on Windows
Hi,
The R-based version of R CMD build doesn't work for me on Windows:
E:\biocbld\bbs-2.7-bioc>R\bin\R CMD build meat\Biobase
* checking for file 'meat\Biobase/DESCRIPTION' ... OK
* preparing 'Biobase':
* checking DESCRIPTION meta-information ... OK
* cleaning src
* installing the package to re-build vignettes
Warning in shell(sprintf("%s > %s
2009 Jan 09
1
More intensive checking of R help files
We have been working on handling Rd (R help) files with R rather than
Perl scripts. As part of that work, Duncan has written a parser which
has revealed many problems in package help files, and we have added
its checks to 'R CMD check' in the R-devel version of R.
You can see the results for CRAN packages as part of the daily check
at
2016 Apr 22
4
Number of package in Ubuntu
Dear Experts ,
I am using R with Spark on Windows and now there is a need to move to Ubuntu. I wanted to know if most of the packages that are available on windows , would they be available on Ubuntu/Linux? If not can I compile the source code of those package ? Has any one of you used the packages on Ubuntu ?
Thanks in Advance.
2016 Apr 23
2
CRAN package check results tabulated ... wasRe: Number of package in Ubuntu
> On Apr 23, 2016, at 6:56 AM, David Winsemius <dwinsemius at comcast.net> wrote:
>
>
>> On Apr 22, 2016, at 11:51 AM, mylisttech at gmail.com wrote:
>>
>> Dear Experts ,
>>
>> I am using R with Spark on Windows and now there is a need to move to Ubuntu. I wanted to know if most of the packages that are available on windows , would they be available
2016 Apr 24
0
CRAN package check results tabulated ... wasRe: Number of package in Ubuntu
Or grab https://cran.r-project.org/web/checks/check_results.rds and
read it w/o the need for scraping.
On Sat, Apr 23, 2016 at 10:43 AM, David Winsemius
<dwinsemius at comcast.net> wrote:
>
>> On Apr 23, 2016, at 6:56 AM, David Winsemius <dwinsemius at comcast.net> wrote:
>>
>>
>>> On Apr 22, 2016, at 11:51 AM, mylisttech at gmail.com wrote:
>>>
2010 May 17
1
packages on R 2.11
Dear users,
I've noticed some time ago that some of the packages I use (especially
doBy) could not run (yet) on R 2.11. So I kept on using R 2.10.
But I think it should be fine by now.
So my question is how do I check whether a package is compatible with
the last version of R? How can I check whether it works perfectly or
whether there are still some bugs to be fixed?
I could ask the
2008 Apr 26
0
Misuse of get(getOption("device"))() in packages
Quite a few packages have used this construct to launch a device, but it
has several flaws. It's not clear in most cases that a package really
needs to launch a new device (R will do so if needed), but 2.7.0 provides
a function dev.new() to do so. (If you really need this in a GPL-ed
package that must run in R < 2.7.0, consider copying dev.new.)
You cannot assume any arguments for
2010 Mar 01
0
Update 2 on MinGW-w64 builds for 64-bit Windows
This post updates
https://stat.ethz.ch/pipermail/r-devel/2010-January/056301.html
https://stat.ethz.ch/pipermail/r-devel/2010-January/056411.html
The MinGW-w64 snapshots have moved back to gcc pre-4.4.4 (from
pre-4.5.0) with static linking to C++ and Fortran run-time DLLs, and
seem more stable. Currently the CRAN package check pages at
http://cran.r-project.org/web/checks/check_summary.html
2011 Dec 30
2
CRAN link broken
The packages link on CRAN (http://cran.at.r-project.org/) seems to be
broken.
Paul
Object not found!
The requested URL was not found on this server. The link on the
referring page<http://cran.at.r-project.org/navbar.html> seems to be
wrong or outdated. Please inform the author of that page
<http://cran.at.r-project.org/navbar.html> about the error.
2008 Aug 27
2
specifying compiler path in configure
I'm having trouble building some packages while running Debian Lenny
(testing) and suspect that the issues are related to the default use
of gcc-4.3. With Lenny, build-essentials depends on 4.3, so I'd like
to leave it installed but have also installed 4.2.1. How do I tell
./configure the path to 4.2.1 ? I"m sure it's an option, but I don't
see it documented in the R-admin
2008 Aug 13
1
properly reporting compile bugs
A while ago I decided to simply download and install every package on CRAN
(disk space is cheap these days...). In the process, I kept loose track of
which packages generated one or more 'compilation errors' during the install
process (machine runs 64-bit Fedora 8, gcc 4.1 etc. etc). Most of the errors
seemed to occur in packages I have little need for at present, but as a
courtesy, I
2008 Dec 07
2
Checking your package's help files
It seems that many package authors do not proofread the help installed
with their packages. The Rd converter is not a parser, and it will
silently produce incorrect results on incorrect input (and some correct
input).
Here are a few hints about some common errors:
1) When you run R CMD check you get a PDF manual at
<pkg>.Rcheck/<pkg>-manual.pdf. Read through it looking for
2009 Nov 15
1
Problem building package for R 2.10.0 on Mac OS X
Hi
I have submitted a package (rioja) to CRAN. It checks OK for all R versions and OS's except r-release-macosx-ix86 where it fails when checking the examples. Specifically, it fails because R can't find the package vegan which is needed in a function. Here is the snippet from the check results:
### Begin snippet
checking examples ... ERROR
Running examples in 'rioja-Ex.R'
2011 Jul 12
1
installation of package 'mapproj' had non-zero exit status
## Hello.. I have asked a similar question, but this is not fixed as before.
## I am running the following using Ubuntu OS:
R version 2.13.1 (2011-07-08)
Copyright (C) 2011 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform: x86_64-pc-linux-gnu (64-bit)
## when I do this:
> install.packages("mapproj", dependencies=T)
## I get this:
Installing package(s)