Last updated on 2018-06-20 01:50:40 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 5.79 | 80.60 | 86.39 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 4.40 | 59.46 | 63.86 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 112.56 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 102.73 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 13.00 | 85.00 | 98.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 5.04 | 65.85 | 70.89 | ERROR | |
r-patched-solaris-x86 | 1.0 | 152.80 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 3.88 | 65.70 | 69.58 | ERROR | |
r-release-windows-ix86+x86_64 | 1.0 | 9.00 | 107.00 | 116.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 9.00 | 84.00 | 93.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:
knots.WCE
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
.EstimateSplineConstrainedC: no visible global function definition for
‘as.formula’
.EstimateSplineConstrainedC: no visible global function definition for
‘vcov’
.EstimateSplineConstrainedCC: no visible global function definition for
‘as.formula’
.EstimateSplineConstrainedCC: no visible global function definition for
‘glm’
.EstimateSplineConstrainedCC: no visible binding for global variable
‘binomial’
.EstimateSplineConstrainedCC: no visible global function definition for
‘vcov’
.EstimateSplineConstrainedCC: no visible global function definition for
‘logLik’
.EstimateSplineConstrainedNCC: no visible global function definition
for ‘as.formula’
.EstimateSplineConstrainedNCC: no visible global function definition
for ‘vcov’
.EstimateSplineUnconstrainedC: no visible global function definition
for ‘as.formula’
.EstimateSplineUnconstrainedC: no visible global function definition
for ‘vcov’
.EstimateSplineUnconstrainedCC: no visible global function definition
for ‘as.formula’
.EstimateSplineUnconstrainedCC: no visible global function definition
for ‘glm’
.EstimateSplineUnconstrainedCC: no visible binding for global variable
‘binomial’
.EstimateSplineUnconstrainedCC: no visible global function definition
for ‘vcov’
.EstimateSplineUnconstrainedCC: no visible global function definition
for ‘logLik’
.EstimateSplineUnconstrainedNCC: no visible global function definition
for ‘as.formula’
.EstimateSplineUnconstrainedNCC: no visible global function definition
for ‘vcov’
.knots.equi: no visible global function definition for ‘quantile’
.sumWCEall: no visible global function definition for ‘pnorm’
.sumWCEbest: no visible global function definition for ‘pnorm’
checkWCE: no visible global function definition for ‘na.omit’
plot.WCE: no visible global function definition for ‘matplot’
plot.WCE: no visible global function definition for ‘title’
plot.WCE: no visible global function definition for ‘points’
plot.WCE: no visible global function definition for ‘legend’
plot.WCE: no visible global function definition for ‘plot’
plot.WCE: no visible global function definition for ‘lines’
Undefined global functions or variables:
as.formula binomial glm legend lines logLik matplot na.omit plot
pnorm points quantile title vcov
Consider adding
importFrom("graphics", "legend", "lines", "matplot", "plot", "points",
"title")
importFrom("stats", "as.formula", "binomial", "glm", "logLik",
"na.omit", "pnorm", "quantile", "vcov")
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 ‘WCE-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: knots.WCE
> ### Title: Obtain the placement of the knots used for splines in WCE models
> ### Aliases: knots.WCE knots
>
> ### ** Examples
>
>
> wce <- WCE(drugdata, "Cox", 1, 90, constrained = "R", id = "Id", event = "Event",
+ start = "Start", stop = "Stop", expos = "dose",
+ covariates = c("age", "sex"))
> knots(wce)
Error in UseMethod("knots") :
no applicable method for 'knots' applied to an object of class "WCE"
Calls: knots
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