CRAN Package Check Results for Package fDMA

Last updated on 2024-03-28 17:49:28 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.2.7 53.64 131.86 185.50 NOTE
r-devel-linux-x86_64-debian-gcc 2.2.7 39.66 95.60 135.26 NOTE
r-devel-linux-x86_64-fedora-clang 2.2.7 253.21 NOTE
r-devel-linux-x86_64-fedora-gcc 2.2.7 242.71 NOTE
r-devel-windows-x86_64 2.2.7 41.00 128.00 169.00 ERROR
r-patched-linux-x86_64 2.2.7 34.02 126.89 160.91 NOTE
r-release-linux-x86_64 2.2.7 37.33 125.63 162.96 OK
r-release-macos-arm64 2.2.7 58.00 OK
r-release-macos-x86_64 2.2.7 102.00 OK
r-release-windows-x86_64 2.2.7 50.00 173.00 223.00 OK
r-oldrel-macos-arm64 2.2.7 53.00 OK
r-oldrel-windows-x86_64 2.2.7 51.00 169.00 220.00 OK

Check Details

Version: 2.2.7
Check: Rd files
Result: NOTE checkRd: (-1) plot.dma.Rd:46: Lost braces; missing escapes or markup? 46 | If {x} comes from estimation of Dynamic Model Selection (DMS) or Median Probability Model (MED), after executing \code{plot} the User is asked to choose | ^ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64

Version: 2.2.7
Check: examples
Result: ERROR Running examples in 'fDMA-Ex.R' failed The error most likely occurred in: > ### Name: grid.DMA > ### Title: Computes 'fDMA' Function for Multiple Values of 'alpha' and > ### 'lambda'. > ### Aliases: grid.DMA > > ### ** Examples > > wti <- crudeoil[-1,1] > drivers <- (lag(crudeoil[,-1],k=1))[-1,] > ld.wti <- (diff(log(wti)))[-1,] > ld.drivers <- (diff(log(drivers)))[-1,] > ## Don't show: > gra <- c(0.99,0.98,0.97) > grl <- c(0.99,0.95) > g <- grid.DMA(y=ld.wti[1:20,1],x=ld.drivers[1:20,1:4],grid.alpha=gra,grid.lambda=grl,initvar=10) Loading required package: zoo Attaching package: 'zoo' The following objects are masked from 'package:base': as.Date, as.Date.numeric Flavor: r-devel-windows-x86_64