Skip to content

Commit

Permalink
update news and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Sep 2, 2018
1 parent f575aa1 commit c4a5926
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/principal.curve.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ deprecation_date <- as.Date("2018-08-01")

#' Fit a Principal Curve
#'
#' This function will be deprecated on August 1st, 2018.
#' This function was deprecated on August 1st, 2018.
#' Use \code{\link{principal_curve}} instead.
#'
#' @param x a matrix of points in arbitrary dimension.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ changes.

### Latest changes in princurve 2.1.3 (2018-09-02) \* Removed extra dependencies in princurve by removing vignettes; fixes \#28.

- Fully deprecated `principal.curve()` function.

### Latest changes in princurve 2.1.2 (2018-07-24)

- DOCUMENTATION: Use the `magick` package to generate animated GIFs in
Expand Down
2 changes: 2 additions & 0 deletions inst/NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
princurve 2.1.3 (2018-09-02)
* Removed extra dependencies in princurve by removing vignettes; fixes #28.

* Fully deprecated `principal.curve()` function.

princurve 2.1.2 (2018-07-24)

Expand Down
2 changes: 2 additions & 0 deletions inst/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# princurve 2.1.3 (2018-09-02)
* Removed extra dependencies in princurve by removing vignettes; fixes #28.

* Fully deprecated `principal.curve()` function.

# princurve 2.1.2 (2018-07-24)

Expand Down
2 changes: 1 addition & 1 deletion man/principal.curve.Rd

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

0 comments on commit c4a5926

Please sign in to comment.