Skip to content

Commit

Permalink
Responding to CRAN requests
Browse files Browse the repository at this point in the history
  • Loading branch information
robjhyndman committed Jan 10, 2024
1 parent a610b9e commit 7db74e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Authors@R:
comment = c(ORCID = "0000-0002-2140-5352")),
person(given = "RStudio",
role = c("cph")))
Description: "All functions and data sets required for the examples in the book
'That's weird' by Rob J Hyndman' <https://OTexts.com/weird/>.
All packages required to run the examples are also loaded."
Description: All functions and data sets required for the examples in the book
Hyndman (2024) "That's Weird: Anomaly Detection Using R" <https://OTexts.com/weird/>.
All packages needed to run the examples are also loaded.
Imports:
aplpack,
broom,
Expand Down
2 changes: 1 addition & 1 deletion R/density.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ print.kde <- function(x, ...) {
cat("h = ", format(x$h, digits = 4))
} else {
cat("H = \n")
print(format(x$H, digits = 4), quote=FALSE)
cat(format(x$H, digits = 4), quote=FALSE)
}
}
invisible(x)
Expand Down
2 changes: 1 addition & 1 deletion man/weird-package.Rd

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

0 comments on commit 7db74e4

Please sign in to comment.