Skip to content

Commit

Permalink
Clean doi's
Browse files Browse the repository at this point in the history
  • Loading branch information
egarpor committed Jan 9, 2021
1 parent a2a3b47 commit 11fec8d
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 17 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: DirStats
Type: Package
Title: Nonparametric Methods for Directional Data
Version: 0.1.7
Date: 2020-09-07
Date: 2021-01-09
Authors@R: person(given = "Eduardo", family = "García-Portugués",
role = c("aut", "cre"), email = "edgarcia@est-econ.uc3m.es",
comment = c(ORCID = "0000-0002-9224-4111"))
Expand Down
4 changes: 2 additions & 2 deletions R/bw-cv.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
#' @references
#' Cody, W. J. (1983). Algorithm 597: Sequence of modified Bessel functions of
#' the first kind. \emph{ACM Transactions on Mathematical Software},
#' 9(2):242--245. \url{https://doi.org/10.1145/357456.357462}
#' 9(2):242--245. \doi{10.1145/357456.357462}
#'
#' Hall, P., Watson, G. S., and Cabrera, J. (1987). Kernel density estimation
#' with spherical data. \emph{Biometrika}, 74(4):751--762.
#' \url{https://doi.org/10.1093/biomet/74.4.751}
#' \doi{10.1093/biomet/74.4.751}
#'
#' Sookne, D. J. (1973). Bessel functions of real argument and integer order.
#' \emph{Journal of Research of the National Bureau of Standards},
Expand Down
6 changes: 3 additions & 3 deletions R/bw-pi.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
#' García-Portugués, E. (2013). Exact risk improvement of bandwidth selectors
#' for kernel density estimation with directional data. \emph{Electronic
#' Journal of Statistics}, 7:1655--1685.
#' \url{https://doi.org/10.1214/13-ejs821}
#' \doi{10.1214/13-ejs821}
#'
#' Hornik, K. and Grün, B. (2014). movMF: An R Package for Fitting Mixtures of
#' von Mises--Fisher Distributions. \emph{Journal of Statistical Software},
#' 58(10):1--31. \url{https://doi.org/10.18637/jss.v058.i10}
#' 58(10):1--31. \doi{10.18637/jss.v058.i10}
#' @examples
#' # Sample
#' q <- 2
Expand Down Expand Up @@ -260,7 +260,7 @@ bic_vmf_mix <- function(data, M_bound = ceiling(log(nrow(data))), M_neig = 3,
#' García-Portugués, E. (2013). Exact risk improvement of bandwidth selectors
#' for kernel density estimation with directional data. \emph{Electronic
#' Journal of Statistics}, 7:1655--1685.
#' \url{https://doi.org/10.1214/13-ejs821}
#' \doi{10.1214/13-ejs821}
#' @examples
#' # Sample
#' n <- 25
Expand Down
2 changes: 1 addition & 1 deletion R/kde.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#' Bai, Z. D., Rao, C. R., and Zhao, L. C. (1988). Kernel estimators of
#' density function of directional data. \emph{Journal of Multivariate
#' Analysis}, 27(1):24--39.
#' \url{https://doi.org/10.1016/0047-259X(88)90113-3}
#' \doi{10.1016/0047-259X(88)90113-3}
#' @examples
#' # Sample
#' n <- 50
Expand Down
6 changes: 2 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Test environments

* local R installation, R 3.6.3
* local R installation, R 4.0.3
* ubuntu 16.04 (on travis-ci), R 3.6.3
* win-builder (release, devel)
* Windows Server 2008 R2 SP1, R-devel, 32/64 bit (on R-hub)
Expand All @@ -14,6 +14,4 @@

## R CMD check results

0 errors | 0 warnings | 1 note

* "Days since last update: 1" I am resubmitting to fix the error in https://www.r-project.org/nosvn/R.check/r-patched-solaris-x86/DirStats-00check.html Apparently it is fixed in the Oracle Solaris 10 machines of R-hub (see above).
0 errors | 0 warnings | 0 note
4 changes: 2 additions & 2 deletions man/bic_vmf_mix.Rd

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

4 changes: 2 additions & 2 deletions man/bw_dir_cv.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/bw_dir_pi.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/kde_dir.Rd

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

0 comments on commit 11fec8d

Please sign in to comment.