Last updated on 2018-03-21 07:48:21 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.3 | 22.38 | 166.44 | 188.82 | WARN | |
r-devel-linux-x86_64-debian-gcc | 2.3 | 16.53 | 134.43 | 150.96 | WARN | |
r-devel-linux-x86_64-fedora-clang | 2.3 | 226.67 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 2.3 | 225.06 | WARN | |||
r-devel-windows-ix86+x86_64 | 2.3 | 39.00 | 151.00 | 190.00 | WARN | |
r-patched-linux-x86_64 | 2.3 | 21.78 | 179.30 | 201.08 | OK | |
r-patched-solaris-x86 | 2.3 | 263.70 | ERROR | |||
r-release-linux-x86_64 | 2.3 | 18.97 | 183.28 | 202.25 | OK | |
r-release-windows-ix86+x86_64 | 2.3 | 41.00 | 163.00 | 204.00 | NOTE | |
r-release-osx-x86_64 | 2.3 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 2.3 | 25.00 | 150.00 | 175.00 | NOTE | |
r-oldrel-osx-x86_64 | 2.3 | ERROR |
Version: 2.3
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Note: possible error in 'get.smiles(x, aromatic = T, ': unused arguments (aromatic = T, type = "generic")
See ‘/home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/iqspr.Rcheck/00install.out’ for details.
Information on the location(s) of code generating the ‘Note’s can be
obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
to ‘yes’.
Flavor: r-devel-linux-x86_64-debian-clang
Version: 2.3
Check: DESCRIPTION meta-information
Result: NOTE
Dependence on R version ‘3.3.3’ not with patchlevel 0
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
Version: 2.3
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Note: possible error in 'get.smiles(x, aromatic = T, ': unused arguments (aromatic = T, type = "generic")
See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/iqspr.Rcheck/00install.out’ for details.
Information on the location(s) of code generating the ‘Note’s can be
obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
to ‘yes’.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.3
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Note: possible error in 'get.smiles(x, aromatic = T, ': unused arguments (aromatic = T, type = "generic")
See ‘/data/gannet/ripley/R/packages/tests-clang/iqspr.Rcheck/00install.out’ for details.
Information on the location(s) of code generating the ‘Note’s can be
obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
to ‘yes’.
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 2.3
Check: installed package size
Result: NOTE
installed size is 7.6Mb
sub-directories of 1Mb or more:
data 6.8Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64
Version: 2.3
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘ggplot2’ ‘gridExtra’ ‘rBayesianOptimization’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-osx-x86_64
Version: 2.3
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Note: possible error in 'get.smiles(x, aromatic = T, ': unused arguments (aromatic = T, type = "generic")
See ‘/data/gannet/ripley/R/packages/tests-devel/iqspr.Rcheck/00install.out’ for details.
Information on the location(s) of code generating the ‘Note’s can be
obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
to ‘yes’.
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 2.3
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Note: possible error in 'get.smiles(x, aromatic = T, ': unused arguments (aromatic = T, type = "generic")
See 'd:/Rcompile/CRANpkg/local/3.5/iqspr.Rcheck/00install.out' for details.
Information on the location(s) of code generating the 'Note's can be
obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
to 'yes'.
Flavor: r-devel-windows-ix86+x86_64
Version: 2.3
Check: examples
Result: ERROR
Running examples in ‘iqspr-Ex.R’ failed
The error most likely occurred in:
> ### Name: viewstr
> ### Title: view 2D structures from SMILES string vector
> ### Aliases: viewstr
>
> ### ** Examples
>
> viewstr(c("c1ccc2ccc3c(NCCN(C)C)cc(nc3c2c1)", "c1ccc2ccc3c(NCCN(CC)CCCl)cc(nc3c2c1)",
+ "c1ccc2ccc3c(NC(CC)CC)cc(nc3c2c1)", "c1ccc2ccc3c(c2c1)ncc(c3NCCNCC=CCCCC)"))
Error in .jnew("org/guha/rcdk/view/RcdkDepictor", as.integer(width), as.integer(height), :
java.lang.UnsupportedClassVersionError: org/guha/rcdk/view/RcdkDepictor : Unsupported major.minor version 52.0
Calls: viewstr -> get.depictor -> .jnew -> .External
Execution halted
Flavor: r-patched-solaris-x86
Version: 2.3
Check: re-building of vignette outputs
Result: WARN
Error in re-building vignettes:
...
Quitting from lines 89-91 (tutorial.Rmd)
Error: processing vignette 'tutorial.Rmd' failed with diagnostics:
RcallMethod: cannot determine object class
Execution halted
Flavor: r-patched-solaris-x86
Version: 2.3
Check: package dependencies
Result: ERROR
Package required and available but unsuitable version: ‘rcdk’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-oldrel-osx-x86_64