Skip to content

Commit f108cc4

Browse files
committed
docs [ci skip]
1 parent 86f7b71 commit f108cc4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+4860
-3207
lines changed

NEWS.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Version 1.8.4
2+
* New functions to test bit vectors implemented in package `bit`.
3+
* New functions to test R6 classes implemented in package `R6`.
24
* Always load (not attach) the respective namespace if checking for objects of
35
type `data.table`, `tibble`, `R6` or `bit`. This ensures that all operations
4-
work as expected after the check
6+
work as expected after the check.
57
* `*Names` with `type="unnamed"` now works with `NULL`.
6-
* Fixed possible protection stack imbalance as reported by `rchk`.
78
* New argument `must.include` for `*Names`.
8-
* New functions to test bit vectors implemented in package `bit`
9-
* New functions to test R6 classes implemented in package `R6`
9+
* Fixed possible protection stack imbalance as reported by `rchk`.
1010

1111
# Version 1.8.3
1212
* New argument `sorted` (defaults to `FALSE`) for `*Integer`, `*Integerish` and

R/zzz.R

+12-7
Original file line numberDiff line numberDiff line change
@@ -31,31 +31,28 @@
3131
#' \item{\code{\link{checkVector}}}
3232
#' \item{\code{\link{checkAtomic}}}
3333
#' \item{\code{\link{checkAtomicVector}}}
34-
#' \item{\code{\link{checkDate}}}
3534
#' }
3635
#'
3736
#' Check attributes:
3837
#' \itemize{
3938
#' \item{\code{\link{checkClass}}}
4039
#' \item{\code{\link{checkNames}}}
41-
#' \item{\code{\link{checkNamed}}}
40+
#' \item{\code{\link{checkNamed}}} (deprecated)
4241
#' }
4342
#'
4443
#' Check compound types:
4544
#' \itemize{
46-
#' \item{\code{\link{checkMatrix}}}
4745
#' \item{\code{\link{checkArray}}}
4846
#' \item{\code{\link{checkDataFrame}}}
49-
#' \item{\code{\link{checkDataTable}}}
50-
#' \item{\code{\link{checkTibble}}}
47+
#' \item{\code{\link{checkMatrix}}}
5148
#' }
5249
#'
5350
#' Check other built-in R types:
5451
#' \itemize{
55-
#' \item{\code{\link{checkNull}}}
52+
#' \item{\code{\link{checkDate}}}
5653
#' \item{\code{\link{checkEnvironment}}}
5754
#' \item{\code{\link{checkFunction}}}
58-
#' \item{\code{\link{checkDate}}}
55+
#' \item{\code{\link{checkNull}}}
5956
#' }
6057
#'
6158
#' Check sets:
@@ -73,6 +70,14 @@
7370
#' \item{\code{\link{checkAccess}}}
7471
#' }
7572
#'
73+
#' Popular data types in external packages:
74+
#' \itemize{
75+
#' \item{\code{\link{checkBit}}}
76+
#' \item{\code{\link{checkDataTable}}}
77+
#' \item{\code{\link{checkR6}}}
78+
#' \item{\code{\link{checkTibble}}}
79+
#' }
80+
#'
7681
#' Safe coercion to integer:
7782
#' \itemize{
7883
#' \item{\code{\link{asCount}}}

docs/LICENSE

-3
This file was deleted.

docs/articles/checkmate.html

+116-129
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/checkmate_files/figure-html/unnamed-chunk-10-1.svg

+96-90
Loading

docs/articles/checkmate_files/figure-html/unnamed-chunk-10-2.svg

+89-104
Loading

docs/articles/checkmate_files/figure-html/unnamed-chunk-7-1.svg

+103-78
Loading

docs/articles/checkmate_files/figure-html/unnamed-chunk-8-1.svg

+121-78
Loading

docs/articles/checkmate_files/figure-html/unnamed-chunk-9-1.svg

+90-96
Loading

docs/articles/index.html

+14-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/authors.html

+36-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

+19-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)