Last updated on 2025-12-03 05:50:05 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 37.70 | 313.90 | 351.60 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 25.90 | 210.70 | 236.60 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 89.00 | 468.79 | 557.79 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 132.00 | 444.10 | 576.10 | NOTE | |
| r-devel-windows-x86_64 | 1.0.0 | 37.00 | 240.00 | 277.00 | NOTE | |
| r-patched-linux-x86_64 | 1.0.0 | 0.32 | 2.02 | 2.34 | ERROR | |
| r-release-linux-x86_64 | 1.0.0 | 36.13 | 301.02 | 337.15 | NOTE | |
| r-release-macos-arm64 | 1.0.0 | NOTE | ||||
| r-release-macos-x86_64 | 1.0.0 | 28.00 | 220.00 | 248.00 | NOTE | |
| r-release-windows-x86_64 | 1.0.0 | 35.00 | 235.00 | 270.00 | NOTE | |
| r-oldrel-macos-arm64 | 1.0.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.0 | 52.00 | 393.00 | 445.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 46.00 | 359.00 | 405.00 | ERROR |
Version: 1.0.0
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘goodmap.R’ ‘traits.R’
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-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 1.0.0
Check: package dependencies
Result: ERROR
Package required but not available: ‘mapview’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-patched-linux-x86_64
Version: 1.0.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'drhutools.Rmd' using rmarkdown
Could not fetch https://drhuyue.site:10002/sammo3182/figure/animated_map.gif
HttpExceptionRequest Request {
host = "drhuyue.site"
port = 10002
secure = True
requestHeaders = []
path = "/sammo3182/figure/animated_map.gif"
queryString = ""
method = "GET"
proxy = Nothing
rawBody = False
redirectCount = 10
responseTimeout = ResponseTimeoutDefault
requestVersion = HTTP/1.1
}
(InternalException (HostCannotConnect "drhuyue.site" [Network.Socket.connect: <socket: 716>: failed (Connection timed out (WSAETIMEDOUT))]))
Error: processing vignette 'drhutools.Rmd' failed with diagnostics:
pandoc document conversion failed with error 61
--- failed re-building 'drhutools.Rmd'
SUMMARY: processing the following file failed:
'drhutools.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-oldrel-windows-x86_64