[Yuima-commits] r774 - in pkg: . yuima/inst yuima/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Dec 26 20:15:31 CET 2021
Author: iacus
Date: 2021-12-26 20:15:31 +0100 (Sun, 26 Dec 2021)
New Revision: 774
Modified:
pkg/README-yuima-Rcpp.txt
pkg/yuima/inst/CITATION
pkg/yuima/man/aeMarginal.Rd
pkg/yuima/man/snr.Rd
Log:
fixing package for CRAN
Modified: pkg/README-yuima-Rcpp.txt
===================================================================
--- pkg/README-yuima-Rcpp.txt 2021-12-26 18:29:12 UTC (rev 773)
+++ pkg/README-yuima-Rcpp.txt 2021-12-26 19:15:31 UTC (rev 774)
@@ -18,3 +18,5 @@
# this page is also of interest
# http://stackoverflow.com/questions/42313373/r-cmd-check-note-found-no-calls-to-r-registerroutines-r-usedynamicsymbols
+
+README-yuima-Rcpp.txt
\ No newline at end of file
Modified: pkg/yuima/inst/CITATION
===================================================================
--- pkg/yuima/inst/CITATION 2021-12-26 18:29:12 UTC (rev 773)
+++ pkg/yuima/inst/CITATION 2021-12-26 19:15:31 UTC (rev 774)
@@ -20,7 +20,7 @@
number = "4",
pages = "1--51",
doi = "10.18637/jss.v057.i04",
- url = "http://www.jstatsoft.org/v57/i04/",
+ url = "https://www.jstatsoft.org/v57/i04/",
header = "To cite yuima in publications use:",
textVersion =
paste("Alexandre Brouste, Masaaki Fukasawa, Hideitsu Hino, Stefano M. Iacus, Kengo Kamatani, Yuta Koike, Hiroki Masuda, Ryosuke Nomura, Teppei Ogihara, Yasutaka Shimuzu, Masayuki Uchida, Nakahiro Yoshida (2014).",
Modified: pkg/yuima/man/aeMarginal.Rd
===================================================================
--- pkg/yuima/man/aeMarginal.Rd 2021-12-26 18:29:12 UTC (rev 773)
+++ pkg/yuima/man/aeMarginal.Rd 2021-12-26 19:15:31 UTC (rev 774)
@@ -18,7 +18,7 @@
Asymptotic Expansion - Marginals
}
\examples{
-
+\dontrun{
# multidimensional model
gbm <- setModel(drift = c('mu*x1','mu*x2'),
diffusion = matrix(c('sigma1*x1',0,0,'sigma2*x2'), nrow = 2),
@@ -49,3 +49,4 @@
lines(x2, aeDensity(x2 = x2, ae = margin2, order = 3), col = 2)
}
+}
Modified: pkg/yuima/man/snr.Rd
===================================================================
--- pkg/yuima/man/snr.Rd 2021-12-26 18:29:12 UTC (rev 773)
+++ pkg/yuima/man/snr.Rd 2021-12-26 19:15:31 UTC (rev 774)
@@ -41,6 +41,7 @@
%\seealso{
%}
\examples{
+\dontrun{
# Test code (1. diffusion case)
yuima.mod <- setModel(drift="-theta*x",diffusion="theta1/sqrt(1+x^2)")
n <- 10000
@@ -77,4 +78,5 @@
upper=list(theta=5,theta1=3)
res <- snr(yuima,start,lower,upper)
str(res)
-}
\ No newline at end of file
+}
+}
More information about the Yuima-commits
mailing list