Skip to content

Commit

Permalink
remove examples
Browse files Browse the repository at this point in the history
  • Loading branch information
PHS-Meantrix committed Oct 20, 2024
1 parent edcde92 commit 674a16a
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 122 deletions.
7 changes: 0 additions & 7 deletions R/acca.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@
#' Journal of Biomedical Informatics 43.4 (2010): 560-568.
#'
#'
#' @examples
#' \dontrun{
#'
#' x <- corrp::corrp(iris)
#' m <- corrp::corr_matrix(x)
#' corrp::acca(m, 2)
#' }
#'
#' @export
#'
Expand Down
7 changes: 0 additions & 7 deletions R/best_acca.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@
#' and Soft Computing. Springer, Cham, 2015.
#'
#'
#' @examples
#' \dontrun{
#'
#' x <- corrp::corrp(iris)
#' m <- corrp::corr_matrix(x)
#' best_acca(m, 2, 6)
#' }
#'
#' @export
#'
Expand Down
5 changes: 0 additions & 5 deletions R/corr_fun.R
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@
#' Paul van der Laken, ppsr,2021.
#' URL \url{https://github.com/paulvanderlaken/ppsr}.
#'
#' @examples
#' \dontrun{
#'
#' corr_fun(iris, nx = "Sepal.Length", ny = "Sepal.Width", cor.nn = "dcor")
#' }
#'
#' @export
corr_fun <- function(df,
Expand Down
7 changes: 0 additions & 7 deletions R/corr_matrix.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@
#' @keywords correlation matrix , corrp
#'
#'
#' @examples
#' \dontrun{
#'
#' air_cor <- corrp(airquality)
#' air_m <- corr_matrix(air_cor, isig = FALSE)
#' corrplot::corrplot(air_m)
#' }
#'
#' @export
corr_matrix <- function(c, ...) {
Expand Down
6 changes: 0 additions & 6 deletions R/corr_rm.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@
#'
#' @keywords highly correlated , cmatrix , clist
#'
#' @examples
#' \dontrun{
#'
#' air_cor <- corrp(airquality)
#' corr_rm(df = airquality, c = air_cor, cutoff = 0.75, col = "infer.value", isig = FALSE)
#' }
#' @export
corr_rm <- function(df, c, ...) {
UseMethod("corr_rm", c)
Expand Down
7 changes: 0 additions & 7 deletions R/corrp.R
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,6 @@
#' Paul van der Laken, ppsr,2021.
#' URL \url{https://github.com/paulvanderlaken/ppsr}.
#'
#' @examples
#' \dontrun{
#'
#' air_cor <- corrp(airquality)
#' air_m <- corr_matrix(air_cor, isig = FALSE)
#' corrplot::corrplot(air_m)
#' }
#'
#' @export
corrp <- function(df,
Expand Down
8 changes: 1 addition & 7 deletions R/ptest.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@
#' @param alternative \[\code{character(1)}]\cr a character string specifying the alternative hypothesis,
#' must be one of "two.sided" (default), "greater" or "less". You can specify just the initial letter.
#' @param ... Additional arguments (TODO).
#' @examples
#' \dontrun{
#'
#' x <- iris[[1]]
#' y <- iris[[2]]
#' ptest(x, y, FUN = function(x, y) cor(x, y), alternative = "t")
#' }
#'
#' @export
#'
ptest <- function(x, y,
Expand Down
8 changes: 0 additions & 8 deletions R/sil_acca.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@
#' " International Conference on Artificial Intelligence and Soft Computing. Springer, Cham, 2015.
#'
#'
#' @examples
#' \dontrun{
#'
#' x <- corrp::corrp(iris)
#' m <- corrp::corr_matrix(x)
#' acca <- corrp::acca(m, 2)
#' sil_acca(acca, m)
#' }
#'
#' @export
#'
Expand Down
9 changes: 0 additions & 9 deletions man/acca.Rd

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

9 changes: 0 additions & 9 deletions man/best_acca.Rd

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

7 changes: 0 additions & 7 deletions man/corr_fun.Rd

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

9 changes: 0 additions & 9 deletions man/corr_matrix.Rd

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

7 changes: 0 additions & 7 deletions man/corr_rm.Rd

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

9 changes: 0 additions & 9 deletions man/corrp.Rd

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

8 changes: 0 additions & 8 deletions man/ptest.Rd

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

10 changes: 0 additions & 10 deletions man/sil_acca.Rd

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

0 comments on commit 674a16a

Please sign in to comment.