Last updated on 2014-10-02 01:48:30.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2013.9-1 | 0.85 | 6.34 | 7.19 | OK | --no-vignettes |
r-devel-linux-x86_64-debian-gcc | 2013.9-1 | 0.78 | 6.44 | 7.22 | OK | --no-vignettes |
r-devel-linux-x86_64-fedora-clang | 2013.9-1 | 18.13 | OK | --no-vignettes | ||
r-devel-linux-x86_64-fedora-gcc | 2013.9-1 | 18.10 | OK | --no-vignettes | ||
r-devel-osx-x86_64-clang | 2013.9-1 | 11.39 | NOTE | --no-vignettes | ||
r-devel-windows-ix86+x86_64 | 2013.9-1 | 3.00 | 10.00 | 13.00 | NOTE | --no-vignettes |
r-patched-linux-x86_64 | 2013.9-1 | 0.86 | 6.30 | 7.16 | OK | --no-vignettes |
r-patched-solaris-sparc | 2013.9-1 | 55.90 | NOTE | --no-vignettes | ||
r-patched-solaris-x86 | 2013.9-1 | 17.30 | NOTE | --no-vignettes | ||
r-release-linux-ix86 | 2013.9-1 | 1.18 | 6.68 | 7.86 | OK | --no-vignettes |
r-release-linux-x86_64 | 2013.9-1 | 0.77 | 6.16 | 6.93 | OK | --no-vignettes |
r-release-osx-x86_64-mavericks | 2013.9-1 | ERROR | ||||
r-release-windows-ix86+x86_64 | 2013.9-1 | 2.00 | 8.00 | 10.00 | NOTE | --no-vignettes |
r-oldrel-windows-ix86+x86_64 | 2013.9-1 | 3.00 | 8.00 | 11.00 | NOTE | --no-vignettes |
Version: 2013.9-1
Flags: --no-vignettes
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘TSMySQL’
Flavors: r-devel-osx-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 2013.9-1
Check: package dependencies
Result: NOTE
Packages suggested but not available for checking:
‘TSPostgreSQL’ ‘TSMySQL’ ‘TSodbc’
Flavor: r-release-osx-x86_64-mavericks
Version: 2013.9-1
Check: running R code from vignettes
Result: ERROR
Errors in running code in vignettes:
when running code in ‘Guide.Stex’
...
Loading required package: TSjson
Loading required package: findpython
> cansim <- TSconnect("json", dbname = "cansim")
Error in find_python_cmd(minimum_version = minimum_version, maximum_version = maximum_version, :
Couldn't find a sufficient Python binary. If you haven't installed the Python dependency yet please do so. If you have but it isn't on the system path (as is default on Windows) please add it to path or set options('python_cmd'='/path/to/binary') or set the PYTHON, PYTHON2, or PYTHON3 environmental variables. Python must be at least version 2.6 Python must be at most version 2.9 Python must have access to the modules: sys, re, urllib2, csv, mechanize, json
When sourcing ‘Guide.R’:
Error: Python 2 and modules urllib2, re, csv, mechanize, and json must be installed
Execution halted
Flavor: r-release-osx-x86_64-mavericks