[Yuima-commits] r781 - in pkg/yuima: . man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jan 27 20:02:57 CET 2022


Author: kyuta
Date: 2022-01-27 20:02:56 +0100 (Thu, 27 Jan 2022)
New Revision: 781

Modified:
   pkg/yuima/DESCRIPTION
   pkg/yuima/NAMESPACE
   pkg/yuima/NEWS
   pkg/yuima/man/wllag.Rd
Log:
modified wllag.R and unimported wavethresh package

Modified: pkg/yuima/DESCRIPTION
===================================================================
--- pkg/yuima/DESCRIPTION	2022-01-26 09:38:12 UTC (rev 780)
+++ pkg/yuima/DESCRIPTION	2022-01-27 19:02:56 UTC (rev 781)
@@ -1,10 +1,10 @@
 Package: yuima
 Type: Package
 Title: The YUIMA Project Package for SDEs
-Version: 1.15.2
+Version: 1.15.3
 Depends: R(>= 2.10.0), methods, zoo, stats4, utils, expm, cubature,
         mvtnorm
-Imports: Rcpp (>= 0.12.1), boot (>= 1.3-2), glassoFast, wavethresh,
+Imports: Rcpp (>= 0.12.1), boot (>= 1.3-2), glassoFast,
         coda, calculus (>= 0.2.0)
 Author: YUIMA Project Team
 Maintainer: Stefano M. Iacus <stefano.iacus at unimi.it>

Modified: pkg/yuima/NAMESPACE
===================================================================
--- pkg/yuima/NAMESPACE	2022-01-26 09:38:12 UTC (rev 780)
+++ pkg/yuima/NAMESPACE	2022-01-27 19:02:56 UTC (rev 781)
@@ -65,6 +65,7 @@
 importFrom("stats", cov2cor) # added by YK on Apr. 12, 2018
 importFrom("graphics", "abline", "hist", "par", "text") # added by YK on Jul. 19, 2019
 importFrom("stats", "mvfft") # added by YK on Apr. 15, 2020
+importFrom("stats", "convolve") # added by YK on Jan. 28, 2022
 importFrom(coda, as.mcmc)
 importFrom("stats", "cov", "var")
 

Modified: pkg/yuima/NEWS
===================================================================
--- pkg/yuima/NEWS	2022-01-26 09:38:12 UTC (rev 780)
+++ pkg/yuima/NEWS	2022-01-27 19:02:56 UTC (rev 781)
@@ -94,4 +94,5 @@
             aeMean.Rd, aeMoment.Rd, aeSd.Rd, aeSkewness.Rd, 
             yuima.ae-class.Rd, updated NAMESPACE,  updated yuima_init.c,
 	    updated DESCRIPTION to add package calculus in Imports
-2021/01/25: fixed a protection issue in euler.c
+2022/01/25: fixed a protection issue in euler.c
+2022/01/28: modified wllag.R and unimported the wavethresh package

Modified: pkg/yuima/man/wllag.Rd
===================================================================
--- pkg/yuima/man/wllag.Rd	2022-01-26 09:38:12 UTC (rev 780)
+++ pkg/yuima/man/wllag.Rd	2022-01-27 19:02:56 UTC (rev 781)
@@ -29,7 +29,7 @@
 }
   \item{N}{
 %%     ~~Describe \code{N} here~~
-The number of vanishing moments of Daubechies' compactly supported wavelets, passed to \code{\link{PsiJ}}. This should be an integer between 1 and 10. 
+The number of vanishing moments of Daubechies' compactly supported wavelets. This should be an integer between 1 and 10. 
 }
 \item{tau}{
 %%     ~~Describe \code{dgrid} here~~
@@ -109,7 +109,7 @@
 
 \seealso{
 %% ~~objects to See Also as \code{\link{help}}, ~~~
-\code{\link{simBmllag}}, \code{\link{PsiJ}}, \code{\link{llag}}
+\code{\link{simBmllag}}, \code{\link{llag}}
 }
 \examples{
 ## An example from a simulation setting of Hayashi and Koike (2018b)



More information about the Yuima-commits mailing list