Last updated on 2018-05-31 15:46:35 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 1.28 | 22.16 | 23.44 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 0.99 | 18.98 | 19.97 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 49.61 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 46.89 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 4.00 | 69.00 | 73.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 1.22 | 21.98 | 23.20 | ERROR | |
r-patched-solaris-x86 | 1.0 | 67.60 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 1.10 | 21.90 | 23.00 | ERROR | |
r-release-windows-ix86+x86_64 | 1.0 | 3.00 | 74.00 | 77.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 2.00 | 66.00 | 68.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0 | NOTE |
Version: 1.0
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
binommh.default binommh.formula expmh.default expmh.formula
poissmh.default poissmh.formula
See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
manual.
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-patched-solaris-x86, r-release-linux-x86_64
Version: 1.0
Check: R code for possible problems
Result: NOTE
binommh.default : log_lik: no visible global function definition for
‘dbinom’
binommh.default: no visible global function definition for ‘dbinom’
binommh.default: no visible global function definition for ‘runif’
binommh.formula: no visible global function definition for
‘model.frame’
binommh.formula: no visible global function definition for
‘model.matrix’
binommh.formula: no visible global function definition for
‘model.response’
expmh.default : log_lik: no visible global function definition for
‘dexp’
expmh.default: no visible global function definition for ‘dexp’
expmh.default: no visible global function definition for ‘runif’
expmh.formula: no visible global function definition for ‘model.frame’
expmh.formula: no visible global function definition for ‘model.matrix’
expmh.formula: no visible global function definition for
‘model.response’
poissmh.default : log_lik: no visible global function definition for
‘dpois’
poissmh.default: no visible global function definition for ‘dpois’
poissmh.default: no visible global function definition for ‘runif’
poissmh.formula: no visible global function definition for
‘model.frame’
poissmh.formula: no visible global function definition for
‘model.matrix’
poissmh.formula: no visible global function definition for
‘model.response’
Undefined global functions or variables:
dbinom dexp dpois model.frame model.matrix model.response runif
Consider adding
importFrom("stats", "dbinom", "dexp", "dpois", "model.frame",
"model.matrix", "model.response", "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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 1.0
Check: examples
Result: ERROR
Running examples in ‘bglm-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: bglm-package
> ### Title: Bayesian estimation in glm is implemented via Metropolis
> ### Hastings algorithm following the proposal kernel defined by Gamerman
> ### (1997).
> ### Aliases: bglm-package bglm
> ### Keywords: package
>
> ### ** Examples
>
> library(faraway)
> data(babyfood)
> summary(babyfood)
disease nondisease sex food
Min. :16.00 Min. :111.0 Boy :3 Bottle:2
1st Qu.:22.00 1st Qu.:180.0 Girl:3 Breast:2
Median :39.00 Median :358.5 Suppl :2
Mean :39.67 Mean :306.0
3rd Qu.:47.75 3rd Qu.:420.0
Max. :77.00 Max. :447.0
> g2<- glm(cbind(disease, nondisease) ~ sex+food,family=binomial,babyfood)
> #####use N > 8000 for more accurate results
> bmen<-binommh(disease~ sex+food,babyfood$disease+babyfood$nondisease,N=1000,
+ data=babyfood)
Error in UseMethod("binommh") :
no applicable method for 'binommh' applied to an object of class "formula"
Calls: binommh
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64