Skip to content

Commit

Permalink
Update jmlr link to https
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Aug 27, 2020
1 parent d7b1056 commit 1c653c9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion R/features.R
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ shift_kl_max <- function(x, .size = NULL, .period = 1) {
#'
#' Goerg, G. M. (2013). \dQuote{Forecastable Component Analysis}.
#' Journal of Machine Learning Research (JMLR) W&CP 28 (2): 64-72, 2013.
#' Available at \url{http://jmlr.org/proceedings/papers/v28/goerg13.html}.
#' Available at \url{https://jmlr.org/proceedings/papers/v28/goerg13.html}.
#'
#' @examples
#' feat_spectral(rnorm(1000))
Expand Down
14 changes: 9 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## Test environments
* local ubuntu 18.04 install, R 3.6.1
* ubuntu 14.04 (on GitHub actions), R 3.6.1, R 3.5.3
* macOS (on GitHub actions), R-devel, R 3.6.1
* windows (on GitHub actions), R 3.6.1
* win-builder, R-devel, R 3.6.1, R 3.5.3
* local ubuntu 20.04 install, R 4.0.2
* ubuntu 14.04 (on GitHub actions), R 4.0.2, R 3.6.1
* macOS (on GitHub actions), R-devel, R 4.0.2
* windows (on GitHub actions), R 4.0.2
* win-builder, R-devel, R 4.0.2, R 3.6.1

## R CMD check results

Expand All @@ -12,3 +12,7 @@
## revdep checks

All revdeps have been checked.

## Re-submission

Fixed redirected url to https.
2 changes: 1 addition & 1 deletion man/feat_spectral.Rd

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

0 comments on commit 1c653c9

Please sign in to comment.