Skip to content

Commit ce97148

Browse files
authored
add codetools for vignettes (#7542)
* add codetools for vignettes * fix brackets of dontshow * make links lowercase to make pkgdown happy * reset translation links * use lowercase rdatatable.git consistently * remove URL changes * remove more URL changes
1 parent 851467f commit ce97148

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Version: 1.18.99
33
Title: Extension of `data.frame`
44
Depends: R (>= 3.5.0)
55
Imports: methods
6-
Suggests: bit64 (>= 4.0.0), R.utils, xts, zoo (>= 1.8-1), yaml, litedown
6+
Suggests: bit64 (>= 4.0.0), R.utils, xts, zoo (>= 1.8-1), yaml, litedown, codetools
77
Enhances: knitr, xfun
88
Description: Fast aggregation of large data (e.g. 100GB in RAM), fast ordered joins, fast add/modify/delete of columns by group using no copies at all, list columns, friendly and fast character-separated-value read/write. Offers a natural and flexible syntax, for faster development.
99
License: MPL-2.0 | file LICENSE

man/update_dev_pkg.Rd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
Invisibly \code{TRUE} if package was updated, otherwise \code{FALSE}.
3535
}
3636
\examples{
37-
\dontshow{ # using if(FALSE) because \dontrun could still be run by --run-dontrun; #5421 }
37+
\dontshow{ # using if(FALSE) because \dontrun could still be run by --run-dontrun; #5421
38+
}
3839
if (FALSE) data.table::update_dev_pkg()
3940
}
4041
\seealso{

0 commit comments

Comments
 (0)