Skip to content

Commit

Permalink
v5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nanxstats committed Jan 5, 2017
1 parent 347712f commit 582cfb7
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 14 deletions.
4 changes: 1 addition & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# enpls 5.7 (2017-01-02)

## New Features
# enpls 5.7 (2017-01-05)

## Improvements

Expand Down
2 changes: 1 addition & 1 deletion R/enpls-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' ensemble predictive modeling with (sparse)
#' partial least squares regressions.
#'
#' See the vignette via \code{vignette("enpls")}.
#' Browse the package vignette via \code{vignette("enpls")}.
#'
#' \tabular{ll}{ Package: \tab enpls\cr
#' Type: \tab Package\cr
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,7 @@ Or try the development version on GitHub:
devtools::install_github("road2stat/enpls")
```

To load the package in R, simply use

```r
library("enpls")
```

and you are all set. See [the vignette](http://enpls.org/doc/) (or open with `vignette("enpls")` in R) for a quick-start guide.
See [the vignette](http://enpls.org/doc/) (or open with `vignette("enpls")` in R) for a quick-start guide.

## Gallery

Expand Down
2 changes: 0 additions & 2 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# TODO

* add feature importance clustering using Ckmeans.1d.dp
* add support for two newly introduced `selectNcomp()` methods in pls
* support more derivations of vanilla PLS
2 changes: 1 addition & 1 deletion man/enpls-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 582cfb7

Please sign in to comment.