Skip to content

Commit

Permalink
Correcciones menores
Browse files Browse the repository at this point in the history
  • Loading branch information
SGS2000 committed Aug 4, 2024
1 parent 28bf7a1 commit 1e0cb94
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/bss.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#' dendrogram.
#' @param ... Optional arguments for the `plot()` function.
#'
#' @returns A list with three `data.frame`:
#' @returns A list with three `data.frame` and one `hclust`:
#' \item{stats}{`data.frame` containing summary statistics by treatment.}
#' \item{groups}{`data.frame` indicating the group to which each treatment is
#' assigned.}
Expand Down
2 changes: 1 addition & 1 deletion R/dgc.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#' dendrogram.
#' @param ... Optional arguments for the `plot()` function.
#'
#' @returns A list with three `data.frame`:
#' @returns A list with three `data.frame` and one `hclust`:
#' \item{stats}{`data.frame` containing summary statistics by treatment.}
#' \item{groups}{`data.frame` indicating the group to which each treatment is
#' assigned.}
Expand Down
2 changes: 1 addition & 1 deletion R/jolliffe.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#' dendrogram.
#' @param ... Optional arguments for the `plot()` function.
#'
#' @returns A list with three `data.frame`:
#' @returns A list with three `data.frame` and one `hclust`:
#' \item{stats}{`data.frame` containing summary statistics by treatment.}
#' \item{groups}{`data.frame` indicating the group to which each treatment is
#' assigned.}
Expand Down
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ template:
pkgdown-navbar-bg: '#2d3e50'
pkgdown-navbar-bg-dark: '#2d3e50'
light-switch: true
math-rendering: mathjax

navbar:
bg: dark
Expand Down
2 changes: 1 addition & 1 deletion man/bss_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/dgc_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/jolliffe_test.Rd

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

0 comments on commit 1e0cb94

Please sign in to comment.