Last updated on 2020-08-07 01:50:00 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 3.61 | 32.50 | 36.11 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 2.94 | 24.84 | 27.78 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 52.09 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 42.89 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1 | 12.00 | 54.00 | 66.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 3.62 | 33.35 | 36.97 | NOTE | |
r-patched-solaris-x86 | 1.1 | 68.40 | NOTE | |||
r-release-linux-x86_64 | 1.1 | 3.01 | 33.37 | 36.38 | NOTE | |
r-release-macos-x86_64 | 1.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1 | 10.00 | 55.00 | 65.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1 | 9.00 | 74.00 | 83.00 | NOTE |
Version: 1.1
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
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-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.1
Check: top-level files
Result: NOTE
Non-standard file/directory found at top level:
'etc'
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-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.1
Check: R code for possible problems
Result: NOTE
File 'SMC/R/zzz.R':
.onLoad calls:
packageStartupMessage("##\n", "## Sequential Monte Carlo Package (SMC)\n", "##\n", "## Functionality: sequential Monte Carlo (SMC) or sequential importance\n", "## sampling (SIS) or hidden Markov models (HMM), particle filter (PF)\n", "## and auxiliary particle filter (APF)\n", "##\n", "## Use: \"help(package = SMC)\" at the R prompt for more info\n", "##\n", "## Copyright (C) 2006-", this.year, " Gopi Goswami\n", "##\n", "## Created by: Gopi Goswami <goswami@stat.harvard.edu>\n", "## Maintained by: Gopi Goswami <grgoswami@gmail.com>\n", "##\n")
See section 'Good practice' in '?.onAttach'.
.MHUpdateFuncGen.PF : MHUpdateFunc: no visible global function
definition for 'runif'
MarkovSwitchingFuncGenerator : generateNextStreamsFunc: no visible
global function definition for 'runif'
MarkovSwitchingFuncGenerator: no visible global function definition for
'rnorm'
MarkovSwitchingFuncGenerator: no visible global function definition for
'runif'
MarkovSwitchingFuncGenerator : logObsDensFunc: no visible global
function definition for 'dnorm'
MarkovSwitchingFuncGenerator : propagateFunc: no visible global
function definition for 'dnorm'
MarkovSwitchingFuncGenerator : propagateFunc: no visible global
function definition for 'runif'
Undefined global functions or variables:
dnorm rnorm runif
Consider adding
importFrom("stats", "dnorm", "rnorm", "runif")
to your NAMESPACE file.
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-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.1
Check: compiled code
Result: NOTE
File ‘SMC/libs/SMC.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc