Last data update: 2014.03.03

tester

Package: tester
Type: Package
Title: Tests and checks characteristics of R objects
Version: 0.1.7
Date: 2013-11-14
Author: Gaston Sanchez
Maintainer: Gaston Sanchez <gaston.stat@gmail.com>
Description: tester allows you to test characteristics of common R objects.
License: GPL-3
URL: http://www.gastonsanchez.com
Depends: R (>= 3.0)
Suggests: testthat, knitr
VignetteBuilder: knitr
Collate: 'has-dimension.r' 'has_factors.r' 'has-missing.r'
'has-names.r' 'is-class.r' 'is-dataframe.r' 'is-decimal.r'
'is-integer.r' 'is-matrix.r' 'is-multiple.r' 'is-natural.r'
'is-positive-negative.r' 'is-string.r' 'is-tabular.r'
'is-triangular.r' 'is-vector.r' 'is_square_matrix.r'
'list-of-vectors.r' 'list-with-vectors.r' 'odd-even.r'
'true-false.r' 'same-class.r' 'same-dim.r' 'same-length.r'
'same-mode.r' 'same-type.r' 'is-one-dim.r' 'is-single.r'
'is-scalar.r'
Packaged: 2013-11-14 07:11:30 UTC; Gaston
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2013-11-14 09:26:49

● 0 images, 53 functions, 0 datasets
Reverse Depends: 1

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'tester' ...
** package 'tester' successfully unpacked and MD5 sums checked
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'tester'
    finding HTML links ... done
    has_dimension                           html  
    has_factors                             html  
    has_missing                             html  
    has_names                               html  
    has_rownames                            html  
    is_TRUE                                 html  
    is_class                                html  
    is_dataframe                            html  
    is_decimal                              html  
    is_diagonal                             html  
    is_even                                 html  
    is_integer                              html  
    is_matrix                               html  
    is_multiple                             html  
    is_natural                              html  
    is_negative                             html  
    is_negative_decimal                     html  
    is_negative_integer                     html  
    is_odd                                  html  
    is_one_dim                              html  
    is_positive                             html  
    is_positive_decimal                     html  
    is_positive_integer                     html  
    is_scalar                               html  
    is_single                               html  
    is_single_decimal                       html  
    is_single_even                          html  
    is_single_false                         html  
    is_single_logical                       html  
    is_single_negative                      html  
    is_single_negative_decimal              html  
    is_single_negative_integer              html  
    is_single_number                        html  
    is_single_odd                           html  
    is_single_positive                      html  
    is_single_positive_decimal              html  
    is_single_positive_integer              html  
    is_single_string                        html  
    is_single_true                          html  
    is_square_matrix                        html  
    is_square_numeric_matrix                html  
    is_string                               html  
    is_tabular                              html  
    is_triangular_matrix                    html  
    is_vector                               html  
    list_of_vectors                         html  
    list_with_vectors                       html  
    same_class                              html  
    same_dim                                html  
    same_length                             html  
    same_mode                               html  
    same_nrow                               html  
    same_type                               html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (tester)
Making 'packages.html' ... done