Skip to content

Commit

Permalink
[fix] the is.sivs was not properly exported
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahmoudian committed Feb 6, 2023
1 parent 1c1c67d commit 2a0f655
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: sivs
Type: Package
Title: Stable Iterative Variable Selection
Version: 0.2.7
Date: 2023-02-03
Version: 0.2.8
Date: 2023-02-06
Authors@R: c(person(given = "Mehrad", family = "Mahmoudian",
role = c("aut", "cre"),
email = "[email protected]",
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
S3method(coef,sivs)
S3method(plot,sivs)
S3method(str,sivs)
export(is.sivs)
export(sivs)
export(suggest)
import(doParallel)
Expand Down
5 changes: 3 additions & 2 deletions R/is.sivs.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
#'
#' @return This function will return TRUE if it detects the function is truely a
#' sivs object, otherwise it will return FALSE.
#'
#'
#' @export

is.sivs <- function(object){

Expand Down Expand Up @@ -37,4 +38,4 @@ is.sivs <- function(object){
}

return(final)
}
}

0 comments on commit 2a0f655

Please sign in to comment.