Skip to content

Commit

Permalink
Need to import utils::tail
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico committed Oct 20, 2024
1 parent 71f0e07 commit c731f29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -433,4 +433,5 @@ importFrom(stats,median)
importFrom(stats,quantile)
importFrom(utils,packageDescription)
importFrom(utils,strOptions)
importFrom(utils,tail)
useDynLib(bit64, .registration = TRUE, .fixes = "C_")
2 changes: 1 addition & 1 deletion R/bit64-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@
#' @importFrom graphics barplot par title
#' @importFrom methods as is
#' @importFrom stats cor median quantile
#' @importFrom utils packageDescription strOptions
#' @importFrom utils packageDescription strOptions tail
#' @export -.integer64 : :.default :.integer64 !.integer64 !=.integer64
#' @export [.integer64 [[.integer64 [[<-.integer64 [<-.integer64 *.integer64
#' @export /.integer64 &.integer64 %/%.integer64 %%.integer64 %in% %in%.default
Expand Down

0 comments on commit c731f29

Please sign in to comment.