Last updated on 2017-07-17 15:49:27.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.9-0 | 1.28 | 48.61 | 49.88 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.9-0 | 1.24 | 48.08 | 49.33 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.9-0 | 78.27 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 0.9-0 | 72.10 | NOTE | |||
| r-devel-windows-ix86+x86_64 | 0.9-0 | 4.00 | 82.00 | 86.00 | NOTE | |
| r-patched-linux-x86_64 | 0.9-0 | 1.28 | 48.30 | 49.57 | NOTE | |
| r-patched-solaris-x86 | 0.9-0 | 87.30 | NOTE | |||
| r-release-linux-x86_64 | 0.9-0 | 1.35 | 49.13 | 50.48 | NOTE | |
| r-release-windows-ix86+x86_64 | 0.9-0 | 5.00 | 86.00 | 91.00 | NOTE | |
| r-release-osx-x86_64 | 0.9-0 | ERROR | ||||
| r-oldrel-windows-ix86+x86_64 | 0.9-0 | 5.00 | 77.00 | 82.00 | NOTE | |
| r-oldrel-osx-x86_64 | 0.9-0 | NOTE |
Version: 0.9-0
Check: R code for possible problems
Result: NOTE
pictureHull: no visible global function definition for ‘chull’
picturePaths: no visible global function definition for ‘n2mfrow’
readPicture : funPath: no visible global function definition for ‘rgb’
drawPath,PictureChar: no visible global function definition for
‘polypath’
drawPath,PictureFill: no visible global function definition for
‘polypath’
drawPath,PictureStroke: no visible global function definition for
‘xinch’
drawPath,PictureStroke: no visible global function definition for
‘lines’
drawPath,PictureText: no visible global function definition for ‘text’
Undefined global functions or variables:
chull lines n2mfrow polypath rgb text xinch
Consider adding
importFrom("grDevices", "chull", "n2mfrow", "rgb")
importFrom("graphics", "lines", "polypath", "text", "xinch")
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 0.9-0
Check: R code for possible problems
Result: NOTE
PostScriptTrace: no visible global function definition for
'shortPathName'
pictureHull: no visible global function definition for 'chull'
picturePaths: no visible global function definition for 'n2mfrow'
readPicture : funPath: no visible global function definition for 'rgb'
drawPath,PictureChar: no visible global function definition for
'polypath'
drawPath,PictureFill: no visible global function definition for
'polypath'
drawPath,PictureStroke: no visible global function definition for
'xinch'
drawPath,PictureStroke: no visible global function definition for
'lines'
drawPath,PictureText: no visible global function definition for 'text'
Undefined global functions or variables:
chull lines n2mfrow polypath rgb shortPathName text xinch
Consider adding
importFrom("grDevices", "chull", "n2mfrow", "rgb")
importFrom("graphics", "lines", "polypath", "text", "xinch")
importFrom("utils", "shortPathName")
to your NAMESPACE file.
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.9-0
Check: tests
Result: ERROR
Running ‘testpage.R’ [1s/1s]
Running the tests in ‘tests/testpage.R’ failed.
Last 13 lines of output:
>
>
> #######################################
> # Now import testpage.ps and draw it in various ways
> #######################################
>
> require(grImport)
Loading required package: grImport
Loading required package: XML
>
> PostScriptTrace("testpage.ps", "testpage.xml")
sh: gs: command not found
Error in PostScriptTrace("testpage.ps", "testpage.xml") :
sorry, 'gs' cannot be found
Execution halted
Flavor: r-release-osx-x86_64
Version: 0.9-0
Check: running R code from vignettes
Result: ERROR
Errors in running code in vignettes:
when running code in ‘import.Rnw’
...
> library("grImport")
Loading required package: XML
> PostScriptTrace("chess_game_01.fromInkscape.eps")
sh: gs: command not found
When sourcing 'import.R':
Error: sorry, 'gs' cannot be found
Execution halted
when running code in ‘importText.Rnw’
...
> library(grImport)
Loading required package: XML
> PostScriptTrace("hello.ps", "hello.xml")
sh: gs: command not found
When sourcing 'importText.R':
Error: sorry, 'gs' cannot be found
Execution halted
Flavor: r-release-osx-x86_64
Version: 0.9-0
Check: re-building of vignette outputs
Result: NOTE
Error in re-building vignettes:
...
Loading required package: XML
Attaching package: 'XML'
The following object is masked from 'package:tools':
toHTML
sh: gs: command not found
Error: processing vignette 'import.Rnw' failed with diagnostics:
chunk 5 (label = chesspiece)
Error in PostScriptTrace("chess_game_01.fromInkscape.eps") :
sorry, 'gs' cannot be found
Execution halted
Flavor: r-release-osx-x86_64