Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mllg committed Oct 31, 2016
1 parent 0f4f211 commit 85280f0
Show file tree
Hide file tree
Showing 71 changed files with 3,941 additions and 2,872 deletions.
2 changes: 1 addition & 1 deletion R/checkDataTable.R
Expand Up @@ -48,7 +48,7 @@ checkDataTableProps = function(x, key = NULL, index = NULL) {

getDataTableIndexFun = function() {
if (is.null(checkmate$data.table.index.fun))
checkmate$data.table.index.fun = if (packageVersion("data.table") >= "1.9.7") data.table::indices else data.table::key2
checkmate$data.table.index.fun = if (packageVersion("data.table") >= "1.9.7") getFromNamespace("indices", "data.table") else data.table::key2
checkmate$data.table.index.fun
}

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -34,5 +34,5 @@ devtools::install_github("mllg/checkmate")

## Resources
* [NEWS](https://github.com/mllg/checkmate/blob/master/NEWS.md)
* [Documentation and Vignettes](https://mllg.github.io/checkmate/)
* [Grouped function reference](https://mllg.github.io/checkmate/checkmate-package)
* [Documentation/Vignettes](https://mllg.github.io/checkmate/)
* [Grouped function reference](https://mllg.github.io/checkmate/reference/checkmate-package)
3 changes: 3 additions & 0 deletions docs/LICENSE
@@ -0,0 +1,3 @@
YEAR: 2016
COPYRIGHT HOLDER: Michel Lang
ORGANIZATION: TU Dortmund University
126 changes: 67 additions & 59 deletions docs/articles/checkmate.html

Large diffs are not rendered by default.

161 changes: 75 additions & 86 deletions docs/articles/checkmate_files/figure-html/unnamed-chunk-10-1.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
162 changes: 81 additions & 81 deletions docs/articles/checkmate_files/figure-html/unnamed-chunk-10-2.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
126 changes: 63 additions & 63 deletions docs/articles/checkmate_files/figure-html/unnamed-chunk-7-1.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
126 changes: 63 additions & 63 deletions docs/articles/checkmate_files/figure-html/unnamed-chunk-8-1.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
168 changes: 87 additions & 81 deletions docs/articles/checkmate_files/figure-html/unnamed-chunk-9-1.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 14 additions & 9 deletions docs/articles/index.html

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

121 changes: 54 additions & 67 deletions docs/index.html

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

9 changes: 9 additions & 0 deletions docs/jquery.sticky-kit.min.js

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

12 changes: 12 additions & 0 deletions docs/link.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 85280f0

Please sign in to comment.