Skip to content

Commit

Permalink
Upload new release to CRAN.
Browse files Browse the repository at this point in the history
  • Loading branch information
vathymut committed Aug 16, 2022
1 parent 11ea36e commit b977c47
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 21 deletions.
1 change: 0 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
^cran-comments\.md$
^_pkgdown.yml
^codecov\.yml$
^NEWS\.md$
^docs$
^README.md$
^README.Rmd$
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ directly: `pt_from_os` and `at_from_os`

* Removed dependency on `WeightedROC` package.

* Made dependecies on `ranger` and `isotree` optional, required only when
using specific scoring funtions.
* Made dependencies on `ranger` and `isotree` optional, required only when
using specific scoring functions.

# dsos 0.1.0

Expand Down
4 changes: 2 additions & 2 deletions R/dsos-s3.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ prep_os_data <- function(x) {
#' Plot result of test for no adverse shift.
#'
#' @param x A \code{outlier.test} object from a D-SOS test.
#' @param ... Placeholder to be comptatible with S3 `plot` generic.
#' @param ... Placeholder to be compatible with S3 `plot` generic.
#'
#' @return A \pkg{ggplot2} plot with outlier scores and p-value.
#'
Expand Down Expand Up @@ -122,7 +122,7 @@ plot.outlier.test <- function(x, ...) {
#'
#' @param x A \code{outlier.test} object from a D-SOS test.
#' @param n The number of outlier scores to print for each sample.
#' @param ... Placeholder to be comptatible with S3 `print` generic.
#' @param ... Placeholder to be compatible with S3 `print` generic.
#'
#' @return A \pkg{ggplot2} plot with outlier scores and p-value.
#'
Expand Down
4 changes: 2 additions & 2 deletions R/pvalue-permutations.R
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ exchangeable_null <- function(x_train,
#' out-of-sample behaviour. The suffix \emph{oob} stands for out-of-bag to
#' highlight this point. This out-of-bag variant avoids refitting the
#' underlying algorithm from \code{scorer} at every permutation. It can, as a
#' result, be computionally appealing.
#' result, be computationally appealing.
#'
#' @examples
#' \donttest{
Expand Down Expand Up @@ -157,7 +157,7 @@ pt_oob <- function(x_train, x_test, scorer, n_pt = 2e3) {
#' refitting the underlying algorithm from \code{scorer} at every permutation
#' The suffix \emph{refit} emphasizes this point. This is in contrast to the
#' out-of-bag variant, \code{pt_oob}, which only fits once. This method can be
#' be computionally expensive.
#' be computationally expensive.
#'
#' @examples
#' \donttest{
Expand Down
4 changes: 2 additions & 2 deletions docs/articles/diy-score.html

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

2 changes: 1 addition & 1 deletion docs/news/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ articles:
dependencies: dependencies.html
diy-score: diy-score.html
motivation: motivation.html
last_built: 2022-08-16T16:23Z
last_built: 2022-08-16T18:49Z

2 changes: 1 addition & 1 deletion docs/reference/at_oob.html

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

2 changes: 1 addition & 1 deletion docs/reference/plot.outlier.test.html

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

2 changes: 1 addition & 1 deletion docs/reference/print.outlier.test.html

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

2 changes: 1 addition & 1 deletion docs/reference/pt_oob.html

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

2 changes: 1 addition & 1 deletion docs/reference/pt_refit.html

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

2 changes: 1 addition & 1 deletion man/at_oob.Rd

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

2 changes: 1 addition & 1 deletion man/plot.outlier.test.Rd

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

2 changes: 1 addition & 1 deletion man/print.outlier.test.Rd

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

2 changes: 1 addition & 1 deletion man/pt_oob.Rd

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

2 changes: 1 addition & 1 deletion man/pt_refit.Rd

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

0 comments on commit b977c47

Please sign in to comment.