Skip to content

Commit

Permalink
[fix] markdown was added as dependency for vignette
Browse files Browse the repository at this point in the history
[update] the NEWS.md was updated
  • Loading branch information
mmahmoudian committed Mar 23, 2023
1 parent 71e8da6 commit c6736a7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: sivs
Type: Package
Title: Stable Iterative Variable Selection
Version: 0.2.8
Date: 2023-02-06
Date: 2023-03-23
Authors@R: c(person(given = "Mehrad", family = "Mahmoudian",
role = c("aut", "cre"),
email = "[email protected]",
Expand All @@ -20,7 +20,7 @@ Authors@R: c(person(given = "Mehrad", family = "Mahmoudian",
email = "",
comment = c(ORCID = "0000-0001-5648-4532")))
Imports: doParallel, parallel, foreach, glmnet, pROC, varhandle, utils
Suggests: knitr
Suggests: markdown, knitr
Description: An iterative feature selection method (manuscript submitted) that
internally utilizes various Machine Learning methods that have embedded
feature reduction in order to shrink down the feature space into a small
Expand Down
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.2.9

[fix] Adding `markdown` package to the list of suggestions to bypass the vignette building error.

## 0.2.8

- `is.sivs()`
- [fix] This function was not properly exported and in this version is correctly exported.

## 0.2.7

- `suggest()`
Expand Down

0 comments on commit c6736a7

Please sign in to comment.