Skip to content

Commit

Permalink
Update README.rmd
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
zachmayer and coderabbitai[bot] authored Aug 13, 2024
1 parent 0630397 commit 7d66b14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ devtools::install_github("zachmayer/[email protected]")
This is useful if the latest release breaks some aspect of your workflow. caretEnsemble is pure R with no compilation, so this command will work in a variety of environments.

# Package development
This packages uses a Makefile. Use `make help` to see the supported options.
This package uses a Makefile. Use `make help` to see the supported options.

Use `make fix-style` to fix simple linting errors.

Expand All @@ -88,7 +88,6 @@ Use `make all` before making a pull request, which will also run R CMD CHECK and

## First time dev setup:
run `make install` from the git repository to install the dev version of caretEnsemble, along with the necessary package dependencies.

# Inspiration and similar packages:
caretEnsemble was inspired by [medley](https://github.com/mewo2/medley), which in turn was inspired by Caruana et. al.'s (2004) paper [Ensemble Selection from Libraries of Models.](http://www.cs.cornell.edu/~caruana/ctp/ct.papers/caruana.icml04.icdm06long.pdf)

Expand Down

0 comments on commit 7d66b14

Please sign in to comment.