CRAN Package Check Results for Package freqweights

Last updated on 2014-10-10 15:48:53.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 2.59 29.76 32.35 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.1 2.55 35.04 37.59 OK
r-devel-linux-x86_64-fedora-clang 1.0.1 51.17 OK
r-devel-linux-x86_64-fedora-gcc 1.0.1 69.48 OK
r-devel-osx-x86_64-clang 1.0.1 70.13 OK
r-devel-windows-ix86+x86_64 1.0.1 9.00 56.00 65.00 OK
r-patched-linux-x86_64 0.1.1 2.66 30.82 33.47 ERROR
r-patched-solaris-sparc 1.0.1 422.10 OK
r-patched-solaris-x86 1.0.1 89.30 OK
r-release-linux-ix86 0.1.1 3.41 39.45 42.86 ERROR
r-release-linux-x86_64 1.0.1 2.86 35.90 38.76 OK
r-release-osx-x86_64-mavericks 1.0.1 ERROR
r-release-osx-x86_64-snowleopard 0.1.1 OK
r-release-windows-ix86+x86_64 1.0.1 10.00 58.00 68.00 OK
r-oldrel-windows-ix86+x86_64 1.0.1 0.00 1.00 1.00 ERROR

Check Details

Version: 0.1.1
Check: Rd cross-references
Result: WARN
    Missing link or links in documentation object 'evaldp.Rd':
     ‘[dplyr]{manip}’
    
    See the information in section 'Cross-references' of the 'Writing R
    Extensions' manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64, r-release-linux-ix86

Version: 0.1.1
Check: examples
Result: ERROR
    Running examples in ‘freqweights-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: freqweights-package
    > ### Title: Working with frequency tables
    > ### Aliases: freqweights freqweights-package
    > ### Keywords: package
    >
    > ### ** Examples
    >
    > tablefreq(iris)
    Source: local data frame [149 x 6]
    
     Sepal.Length Sepal.Width Petal.Length Petal.Width Species freq
    1 4.3 3.0 1.1 0.1 setosa 1
    2 4.4 2.9 1.4 0.2 setosa 1
    3 4.4 3.0 1.3 0.2 setosa 1
    4 4.4 3.2 1.3 0.2 setosa 1
    5 4.5 2.3 1.3 0.3 setosa 1
    6 4.6 3.1 1.5 0.2 setosa 1
    7 4.6 3.2 1.4 0.2 setosa 1
    8 4.6 3.4 1.4 0.3 setosa 1
    9 4.6 3.6 1.0 0.2 setosa 1
    10 4.7 3.2 1.3 0.2 setosa 1
    .. ... ... ... ... ... ...
    > lmfreq(Sepal.Length ~ Petal.Length, tablefreq(iris))
    Error in model.frame.default(formula = Sepal.Length ~ Petal.Length, data = list( :
     invalid type (list) for variable '(weights)'
    Calls: lmfreq ... lm -> eval -> eval -> <Anonymous> -> model.frame.default
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64, r-release-linux-ix86

Version: 1.0.1
Check: package dependencies
Result: ERROR
    Package required and available but unsuitable version: ‘dplyr’
    
    See the information on DESCRIPTION files in the chapter ‘Creating R
    packages’ of the ‘Writing R Extensions’ manual.
Flavor: r-release-osx-x86_64-mavericks

Version: 1.0.1
Check: package dependencies
Result: ERROR
    Package required but not available: 'dplyr'
    
    See the information on DESCRIPTION files in the chapter 'Creating R
    packages' of the 'Writing R Extensions' manual.
Flavor: r-oldrel-windows-ix86+x86_64