Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Version: 1.18.99
Title: Extension of `data.frame`
Depends: R (>= 3.5.0)
Imports: methods
Suggests: bit64 (>= 4.0.0), R.utils, xts, zoo (>= 1.8-1), yaml, litedown
Suggests: bit64 (>= 4.0.0), R.utils, xts, zoo (>= 1.8-1), yaml, litedown, codetools
Enhances: knitr, xfun
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.
License: MPL-2.0 | file LICENSE
Expand Down
3 changes: 2 additions & 1 deletion man/update_dev_pkg.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
Invisibly \code{TRUE} if package was updated, otherwise \code{FALSE}.
}
\examples{
\dontshow{ # using if(FALSE) because \dontrun could still be run by --run-dontrun; #5421 }
\dontshow{ # using if(FALSE) because \dontrun could still be run by --run-dontrun; #5421
}
if (FALSE) data.table::update_dev_pkg()
}
\seealso{
Expand Down
Loading