Skip to content

Commit

Permalink
Add arXiv doi's
Browse files Browse the repository at this point in the history
  • Loading branch information
egarpor committed May 24, 2024
1 parent f19f75b commit 1137882
Show file tree
Hide file tree
Showing 19 changed files with 31 additions and 29 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Description: Implementation of uniformity tests on the circle and
for the data applications/simulations in García-Portugués et al. (2021)
<doi:10.1007/978-3-030-69944-4_12>, García-Portugués et al. (2023)
<doi:10.3150/21-BEJ1454>, García-Portugués et al. (2024)
<arXiv:2108.09874v2>, and Fernández-de-Marcos and García-Portugués (2024)
<arXiv:2405.13531>.
<doi:10.48550/2108.09874>, and Fernández-de-Marcos and
García-Portugués (2024) <doi:10.48550/arXiv.2405.13531>.
License: GPL-3
LazyData: true
Depends:
Expand Down
2 changes: 1 addition & 1 deletion R/cir_distr.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#' distribution or density function at \code{x}.
#' @references García-Portugués, E. and Verdebout, T. (2018) An overview of
#' uniformity tests on the hypersphere. \emph{arXiv:1804.00286}.
#' \url{https://arxiv.org/abs/1804.00286}.
#' \doi{10.48550/arXiv.1804.00286}.
#' @details
#' Descriptions and references for most of the tests are available
#' in García-Portugués and Verdebout (2018).
Expand Down
2 changes: 1 addition & 1 deletion R/cir_stat.R
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
#' @references
#' García-Portugués, E. and Verdebout, T. (2018) An overview of uniformity
#' tests on the hypersphere. \emph{arXiv:1804.00286}.
#' \url{https://arxiv.org/abs/1804.00286}.
#' \doi{10.48550/arXiv.1804.00286}.
#' @examples
#' ## Sample uniform circular data
#'
Expand Down
2 changes: 1 addition & 1 deletion R/harmonics.R
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ sphere_to_angles <- function(x) {
#' García-Portugués, E., Paindaveine, D., and Verdebout, T. (2024). On a class
#' of Sobolev tests for symmetry of directions, their detection thresholds, and
#' asymptotic powers. \emph{arXiv:2108.09874v2}.
#' \url{https://arxiv.org/abs/2108.09874}
#' \doi{10.48550/arXiv.2108.09874}
#' @examples
#' n <- 3e3
#' old_par <- par(mfrow = c(2, 3))
Expand Down
2 changes: 1 addition & 1 deletion R/sph_stat.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#' @references
#' García-Portugués, E. and Verdebout, T. (2018) An overview of uniformity
#' tests on the hypersphere. \emph{arXiv:1804.00286}.
#' \url{https://arxiv.org/abs/1804.00286}.
#' \doi{10.48550/arXiv.1804.00286}.
#' @examples
#' ## Sample uniform spherical data
#'
Expand Down
10 changes: 5 additions & 5 deletions R/sphunif-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
#' simulations in García-Portugués et al. (2021)
#' <doi:10.1007/978-3-030-69944-4_12>, García-Portugués et al. (2023)
#' <doi:10.3150/21-BEJ1454>, García-Portugués et al. (2024)
#' <arXiv:2108.09874v2>, and Fernández-de-Marcos and García-Portugués (2024)
#' <arXiv:2405.13531>.
#' <doi:10.48550/2108.09874>, and Fernández-de-Marcos and
#' García-Portugués (2024) <doi:10.48550/arXiv.405.13531>.
#'
#' @author Eduardo García-Portugués and Thomas Verdebout.
#' @references
#' Fernández-de-Marcos, A. and García-Portugués, E. (2024) A stereographic test
#' of spherical uniformity. \emph{arXiv:2405.13531}.
#' \url{https://arxiv.org/abs/2405.13531}.
#' \doi{10.48550/arXiv.2405.13531}.
#'
#' García-Portugués, E. and Verdebout, T. (2018) An overview of uniformity
#' tests on the hypersphere. \emph{arXiv:1804.00286}.
#' \url{https://arxiv.org/abs/1804.00286}.
#' \doi{10.48550/arXiv.1804.00286}.
#'
#' García-Portugués, E., Navarro-Esteban, P., Cuesta-Albertos, J. A. (2023)
#' On a projection-based class of uniformity tests on the hypersphere.
Expand All @@ -47,7 +47,7 @@
#' García-Portugués, E., Paindaveine, D., and Verdebout, T. (2024). On a class
#' of Sobolev tests for symmetry of directions, their detection thresholds, and
#' asymptotic powers. \emph{arXiv:2108.09874v2}.
#' \url{https://arxiv.org/abs/2108.09874v2}
#' \doi{10.48550/2108.09874}.
#' @docType package
#' @name sphunif-package
#' @import Rcpp
Expand Down
2 changes: 1 addition & 1 deletion R/unif_stat.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
#' @references
#' García-Portugués, E. and Verdebout, T. (2018) An overview of uniformity
#' tests on the hypersphere. \emph{arXiv:1804.00286}.
#' \url{https://arxiv.org/abs/1804.00286}.
#' \doi{10.48550/arXiv.1804.00286}.
#' @examples
#' ## Circular data
#'
Expand Down
2 changes: 1 addition & 1 deletion R/unif_stat_distr.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
#' @references
#' García-Portugués, E. and Verdebout, T. (2018) An overview of uniformity
#' tests on the hypersphere. \emph{arXiv:1804.00286}.
#' \url{https://arxiv.org/abs/1804.00286}.
#' \doi{10.48550/arXiv.1804.00286}.
#' @examples
#' ## Asymptotic distribution
#'
Expand Down
2 changes: 1 addition & 1 deletion R/unif_test.R
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
#' @references
#' García-Portugués, E. and Verdebout, T. (2018) An overview of uniformity
#' tests on the hypersphere. \emph{arXiv:1804.00286}.
#' \url{https://arxiv.org/abs/1804.00286}.
#' \doi{10.48550/arXiv.1804.00286}.
#' @examples
#' ## Asymptotic distribution
#'
Expand Down
4 changes: 3 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@

## Comments

False positive NOTE in check_win_release() and check_win_devel() about the spelling of the words "al", "de", "et", and "ndez" in the DESCRIPTION file. These words are correctly spelled.
Adde arXiv doi's in DESCRIPTION and other documentation.

False positive NOTE in check_win_release() and check_win_devel() about the spelling of the words "al", "de", "et", and "ndez" in the DESCRIPTION file. These words are correctly spelled.
2 changes: 1 addition & 1 deletion man/cir_stat.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/cir_stat_distr.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/harmonics.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/sph_stat.Rd

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

10 changes: 5 additions & 5 deletions man/sphunif-package.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/unif_stat.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/unif_stat_distr.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/unif_test.Rd

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

4 changes: 2 additions & 2 deletions simulations/unif_test_cv.R
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
#'
#' García-Portugués, E. and Verdebout, T. (2018) An overview of uniformity
#' tests on the hypersphere. \emph{arXiv:1804.00286}.
#' \url{https://arxiv.org/abs/1804.00286}.
#' \doi{10.48550/arXiv.1804.00286}.
#' @examples
#' ## Asymptotic distribution
#'
Expand Down Expand Up @@ -748,4 +748,4 @@ avail_cir_cv_tests <- c("Poisson", "Softmax")

#' @rdname unif_test_cv
#' @export
avail_sph_cv_tests <- c("Poisson", "Softmax", "Stereo")
avail_sph_cv_tests <- c("Poisson", "Softmax", "Stereo")

0 comments on commit 1137882

Please sign in to comment.