Skip to content

Commit

Permalink
docs [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
mllg committed Sep 25, 2017
1 parent 86f7b71 commit f108cc4
Show file tree
Hide file tree
Showing 74 changed files with 4,860 additions and 3,207 deletions.
8 changes: 4 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Version 1.8.4
* New functions to test bit vectors implemented in package `bit`.
* New functions to test R6 classes implemented in package `R6`.
* Always load (not attach) the respective namespace if checking for objects of
type `data.table`, `tibble`, `R6` or `bit`. This ensures that all operations
work as expected after the check
work as expected after the check.
* `*Names` with `type="unnamed"` now works with `NULL`.
* Fixed possible protection stack imbalance as reported by `rchk`.
* New argument `must.include` for `*Names`.
* New functions to test bit vectors implemented in package `bit`
* New functions to test R6 classes implemented in package `R6`
* Fixed possible protection stack imbalance as reported by `rchk`.

# Version 1.8.3
* New argument `sorted` (defaults to `FALSE`) for `*Integer`, `*Integerish` and
Expand Down
19 changes: 12 additions & 7 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,31 +31,28 @@
#' \item{\code{\link{checkVector}}}
#' \item{\code{\link{checkAtomic}}}
#' \item{\code{\link{checkAtomicVector}}}
#' \item{\code{\link{checkDate}}}
#' }
#'
#' Check attributes:
#' \itemize{
#' \item{\code{\link{checkClass}}}
#' \item{\code{\link{checkNames}}}
#' \item{\code{\link{checkNamed}}}
#' \item{\code{\link{checkNamed}}} (deprecated)
#' }
#'
#' Check compound types:
#' \itemize{
#' \item{\code{\link{checkMatrix}}}
#' \item{\code{\link{checkArray}}}
#' \item{\code{\link{checkDataFrame}}}
#' \item{\code{\link{checkDataTable}}}
#' \item{\code{\link{checkTibble}}}
#' \item{\code{\link{checkMatrix}}}
#' }
#'
#' Check other built-in R types:
#' \itemize{
#' \item{\code{\link{checkNull}}}
#' \item{\code{\link{checkDate}}}
#' \item{\code{\link{checkEnvironment}}}
#' \item{\code{\link{checkFunction}}}
#' \item{\code{\link{checkDate}}}
#' \item{\code{\link{checkNull}}}
#' }
#'
#' Check sets:
Expand All @@ -73,6 +70,14 @@
#' \item{\code{\link{checkAccess}}}
#' }
#'
#' Popular data types in external packages:
#' \itemize{
#' \item{\code{\link{checkBit}}}
#' \item{\code{\link{checkDataTable}}}
#' \item{\code{\link{checkR6}}}
#' \item{\code{\link{checkTibble}}}
#' }
#'
#' Safe coercion to integer:
#' \itemize{
#' \item{\code{\link{asCount}}}
Expand Down
3 changes: 0 additions & 3 deletions docs/LICENSE

This file was deleted.

245 changes: 116 additions & 129 deletions docs/articles/checkmate.html

Large diffs are not rendered by default.

186 changes: 96 additions & 90 deletions docs/articles/checkmate_files/figure-html/unnamed-chunk-10-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
193 changes: 89 additions & 104 deletions docs/articles/checkmate_files/figure-html/unnamed-chunk-10-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
181 changes: 103 additions & 78 deletions docs/articles/checkmate_files/figure-html/unnamed-chunk-7-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
199 changes: 121 additions & 78 deletions docs/articles/checkmate_files/figure-html/unnamed-chunk-8-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
186 changes: 90 additions & 96 deletions docs/articles/checkmate_files/figure-html/unnamed-chunk-9-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 14 additions & 5 deletions docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 36 additions & 7 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 19 additions & 10 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f108cc4

Please sign in to comment.