Skip to content

Commit

Permalink
version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
swihart authored and cran-robot committed Sep 1, 2023
1 parent 298da7c commit 9102a50
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 11 deletions.
7 changes: 3 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Package: libstable4u
Version: 1.0.2
Date: 2023-07-30
Version: 1.0.3
Title: Stable Distribution Functions...For You
Authors@R: c(
person("Javier", "Royuela del Val", role = c("aut")),
Expand Down Expand Up @@ -28,5 +27,5 @@ Maintainer: Bruce Swihart <bruce.swihart@gmail.com>
Repository: CRAN
RoxygenNote: 7.2.1
Suggests: testthat
Packaged: 2023-08-11 14:17:32 UTC; bruce
Date/Publication: 2023-08-14 08:50:02 UTC
Packaged: 2023-09-01 13:20:01 UTC; bruce
Date/Publication: 2023-09-01 14:10:03 UTC
8 changes: 4 additions & 4 deletions MD5
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
b1dc3a24f10e27c9d4b858ed660685b5 *DESCRIPTION
7bea6842bc7307860747f03121e01cac *DESCRIPTION
15ae49177bef8caae852efb3cacc2687 *NAMESPACE
d470f53ffb063dfad64cf69df1b480da *NEWS.md
e5fe5f93a2138b94ce5fb68d084f9ade *NEWS.md
be94a383285ccfa41fb39421d98bdcb2 *R/RcppExports.R
1384d637ac4ca5c16f415f731a2387fa *R/libstable4u-pkg.r
0efc318763f059a0b1fcdf12fd7358bd *R/libstable4u-pkg.r
027e8f59840a17710f16fb178a4b4430 *demo/00Index
9c9c187b3fc20b9825b33dccf65d8a83 *demo/libstable4u_demo.R
2dea68e1b3905bfbe92842394f79f9a0 *inst/CITATION
dafffffef0bc305f9747cd58b3e686e9 *man/libstable4u.Rd
827f92e82d61c6785ec3004f7bc73981 *man/libstable4u-package.Rd
59ebda57644630ef107df8d5f9866059 *man/stable_fit.Rd
c20aead0e493daa2191ce340fb884f8a *man/stable_pdf_and_cdf.Rd
e9750952f96753e0802abe5c447d4187 *man/stable_q.Rd
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
------------------------------------------------------------------------------
version 1.0.3
------------------------------------------------------------------------------

* fixed roxygen issue

------------------------------------------------------------------------------
version 1.0.2
------------------------------------------------------------------------------
Expand Down
3 changes: 1 addition & 2 deletions R/libstable4u-pkg.r
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#' * \[3] McCulloch JH (1986). Simple Consistent Estimators of Stable Distribution Parameters. Communications in Statistics - Simulation and Computation, 15(4), 1109-1136. doi:10.1080/03610918608812563
#' * \[4] Koutrouvelis IA (1981). An Iterative Procedure for the Estimation of the Parameters of Stable Laws. Communications in Statistics - Simulation and Computation, 10(1), 17-28. doi:10.1080/03610918108812189
#' * \[5] Nolan JP (1997). Numerical Calculation of Stable Densities and Distribution Functions. Stochastic Models, 13(4), 759-774. doi:10.1080/15326349708807450
#' @name libstable4u
#' @docType package
#' @keywords package
#' @useDynLib libstable4u, .registration=TRUE
Expand Down Expand Up @@ -61,4 +60,4 @@
#'
#' # Using modified maximum likelihood estimator (see [1]):
#' pars_est_ML2 <- stable_fit_mle2d(rnd, pars_est_K)
NULL
"_PACKAGE"
3 changes: 2 additions & 1 deletion man/libstable4u.Rd → man/libstable4u-package.Rd

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

0 comments on commit 9102a50

Please sign in to comment.