Skip to content

Commit

Permalink
Add citation info (#2)
Browse files Browse the repository at this point in the history
* add citation info

* update changelog
  • Loading branch information
saraemoore authored Nov 3, 2023
1 parent 9771aca commit e0c9ac4
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: SuperSelector
Title: Uses CV SuperLearner for Ensembled Feature Selection
Version: 0.1.0
Title: Ensembled Feature Selection using Cross-Validated SuperLearner
Version: 0.1.1
Date: 2023-11-02
Authors@R:
person(given = "Sara",
Expand Down
18 changes: 17 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# SuperSelector 0.1.1

- Add citation info.

# SuperSelector 0.1.0

Initial public version.

- `R CMD check` GitHub Action and badge
- README with examples (built from RMarkdown document)
- macOS `.gitignore` additions
- addition of `factor_to_indicator()` utility function
- `Remotes` added in `DESCRIPTION`
- Non-standard evaluation minimized for better `R CMD check` results
- Major overhaul/update of function documentation

# SuperSelector 0.0.1

* Initial version.
Initial version.
11 changes: 11 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
citHeader("To cite SuperSelector in publications use:")

bibentry(
key = "SuperSelector",
bibtype = "Manual",
title = "Ensembled Feature Selection using Cross-Validated SuperLearner",
author = c(person("Sara", "Moore")),
note = "R package version 0.1.1",
year = "2023",
url = "https://github.com/saraemoore/SuperSelector"
)

0 comments on commit e0c9ac4

Please sign in to comment.