Skip to content
Open
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
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Depends:
methods
Imports:
utils,
stats,
tools
ByteCompile: yes
LazyData: TRUE
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ exportMethods(typeof)
exportMethods(which.max)
exportMethods(which.min)
import(methods)
importFrom(stats,na.exclude)
importFrom(stats,na.omit)
importFrom(utils,capture.output)
importFrom(utils,str)
useDynLib(float,R_abs_spm)
Expand Down
1 change: 1 addition & 0 deletions R/float-package.r
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#' 'LAPACK', which are automatically built in the event they are not available
#' on the system.
#'
#' @importFrom stats na.exclude na.omit
#' @importFrom utils capture.output str
#' @import methods
#'
Expand Down