Skip to content

Commit

Permalink
spell_check
Browse files Browse the repository at this point in the history
Add link to introductory vignette in README and in package help documenation
  • Loading branch information
giovsaraceno committed Sep 26, 2024
1 parent 14c8428 commit b728dda
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions R/QuadratiK-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
#' representing the cluster results as well as enhancing the interpretability
#' and usability of the analysis.
#'
#' For an introduction to `QuadratiK` see the vignette
#' \href{../doc/Introduction.html}{Introduction to the QuadratiK Package}.
#'
#' @details The work has been supported by Kaleida Health Foundation and the
#' National Science Foundation.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

- **Additional Features**: Alongside these functionalities, the software includes additional graphical functions, aiding users in validating and representing the cluster results as well as enhancing the interpretability and usability of the analysis.

For an introduction to `QuadratiK` see the vignette [Introduction to the QuadratiK Package](https://giovsaraceno.github.io/QuadratiK-package/articles/Introduction.html).

## Installation

You can install the version published on CRAN of `QuadratiK`
Expand Down
3 changes: 3 additions & 0 deletions man/QuadratiK-package.Rd

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

Binary file modified src/QuadratiK.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/testthat/test-pk.test.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ test_that("Functionality with valid inputs", {
expect_true(is.numeric(unif_test@Vn))
expect_false(unif_test@H0_Un)

# Test does not reject uniformity
# Test reject uniformity
set.seed(123)
x_sp <- rpkb(n = size, mu = c(1,0,0), rho = 0.9)$x
unif_test <- pk.test(x_sp,rho=0.9)
Expand Down
2 changes: 1 addition & 1 deletion vignettes/wireless_clustering.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ summary_clust

## Note

If the number of cluster *k* is not provided to the `plot` function, one scatter plot is displeyed for each possible number of clusters available in the object of class `pkbc`.
If the number of cluster *k* is not provided to the `plot` function, one scatter plot is displayed for each possible number of clusters available in the object of class `pkbc`.

## References

Expand Down
2 changes: 1 addition & 1 deletion vignettes/wireless_clustering.html
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ <h3>The Wireless Indoor Localization Data</h3>
<div id="note" class="section level2">
<h2>Note</h2>
<p>If the number of cluster <em>k</em> is not provided to the
<code>plot</code> function, one scatter plot is displeyed for each
<code>plot</code> function, one scatter plot is displayed for each
possible number of clusters available in the object of class
<code>pkbc</code>.</p>
</div>
Expand Down

0 comments on commit b728dda

Please sign in to comment.