Last updated on 2018-06-01 08:48:42 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.1-4 | 1.14 | 20.94 | 22.08 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 3.1-4 | 1.07 | 18.02 | 19.09 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 3.1-4 | 29.69 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 3.1-4 | 27.69 | NOTE | |||
r-devel-windows-ix86+x86_64 | 3.1-4 | 9.00 | 39.00 | 48.00 | NOTE | |
r-patched-linux-x86_64 | 3.1-4 | 1.48 | 21.69 | 23.17 | ERROR | |
r-patched-solaris-x86 | 3.1-4 | 44.00 | NOTE | |||
r-release-linux-x86_64 | 3.1-4 | 1.40 | 21.67 | 23.07 | ERROR | |
r-release-windows-ix86+x86_64 | 3.1-4 | 9.00 | 39.00 | 48.00 | NOTE | |
r-release-osx-x86_64 | 3.1-4 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 3.1-4 | 5.00 | 37.00 | 42.00 | NOTE | |
r-oldrel-osx-x86_64 | 3.1-4 | NOTE |
Version: 3.1-4
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
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: 3.1-4
Check: top-level files
Result: NOTE
File
LICENCE
is not mentioned in the DESCRIPTION file.
Non-standard file/directory found at top level:
‘misc’
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-release-linux-x86_64
Version: 3.1-4
Check: R code for possible problems
Result: NOTE
blighty: no visible global function definition for ‘par’
blighty: no visible global function definition for ‘polygon’
blighty: no visible global function definition for ‘points’
blighty: no visible global function definition for ‘box’
blighty: no visible global function definition for ‘axis’
blighty: no visible global function definition for ‘abline’
map.scale: no visible global function definition for ‘locator’
map.scale: no visible global function definition for ‘segments’
map.scale: no visible global function definition for ‘text’
north.pointer: no visible global function definition for ‘locator’
north.pointer: no visible global function definition for ‘text’
north.pointer: no visible global function definition for ‘arrows’
north.pointer: no visible global function definition for ‘segments’
sqlimits: no visible global function definition for ‘frame’
sqlimits: no visible global function definition for ‘par’
Undefined global functions or variables:
abline arrows axis box frame locator par points polygon segments text
Consider adding
importFrom("graphics", "abline", "arrows", "axis", "box", "frame",
"locator", "par", "points", "polygon", "segments", "text")
to your NAMESPACE file.
Found the following assignments to the global environment:
File ‘blighty/R/blighty.r’:
assign("blighty.mapinfo", blighty.mapinfo, envir = .GlobalEnv)
Found the following calls to data() loading into the global environment:
File ‘blighty/R/blighty.r’:
data(list = place)
data(list = objectnames)
data(list = tmp.objectnames[ctr])
See section ‘Good practice’ in ‘?data’.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 3.1-4
Check: Rd line widths
Result: NOTE
Rd file 'blighty.Rd':
\usage lines wider than 90 characters:
blighty(place="set.British.Isles", set=TRUE, grid=FALSE, xlimits, ylimits, xpadding=0, ypadding=0, parcol, parbor, parwdh, sarcol, sarb ... [TRUNCATED]
\examples lines wider than 100 characters:
blighty(parang=45, parden=30, parbor="transparent", parcol="black", sarbor="transparent", tlncol="transparent")
These lines will be truncated in the PDF 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-release-linux-x86_64
Version: 3.1-4
Check: examples
Result: ERROR
Running examples in ‘blighty-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: map.scale
> ### Title: British Isles Coastline map scale
> ### Aliases: map.scale
> ### Keywords: hplot
>
> ### ** Examples
>
> blighty() # draw coastline
Plotting set.British.Isles be patient ...
Data loaded ...
Correct aspect ratio calculated ...
Map complete ...
> map.scale(pos="AUTO", width=2) # automatic placing
> map.scale(width=2) # same as above
> ## Not run: map.scale(pos="select") # locator to select
> map.scale(pos=c(400,400)) # position vector
Error in if (pos == "AUTO") { : the condition has length > 1
Calls: map.scale
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
Version: 3.1-4
Check: R code for possible problems
Result: NOTE
blighty: no visible global function definition for ‘par’
blighty: no visible global function definition for ‘polygon’
blighty: no visible global function definition for ‘points’
blighty: no visible global function definition for ‘box’
blighty: no visible global function definition for ‘axis’
blighty: no visible global function definition for ‘abline’
map.scale: no visible global function definition for ‘locator’
map.scale: no visible global function definition for ‘segments’
map.scale: no visible global function definition for ‘text’
north.pointer: no visible global function definition for ‘locator’
north.pointer: no visible global function definition for ‘text’
north.pointer: no visible global function definition for ‘arrows’
north.pointer: no visible global function definition for ‘segments’
sqlimits: no visible global function definition for ‘frame’
sqlimits: no visible global function definition for ‘par’
Undefined global functions or variables:
abline arrows axis box frame locator par points polygon segments text
Consider adding
importFrom("graphics", "abline", "arrows", "axis", "box", "frame",
"locator", "par", "points", "polygon", "segments", "text")
to your NAMESPACE file.
Flavors: 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, r-oldrel-osx-x86_64
Version: 3.1-4
Check: top-level files
Result: NOTE
File
LICENCE
is not mentioned in the DESCRIPTION file.
Flavors: 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, r-oldrel-osx-x86_64