Last updated on 2025-12-03 09:50:14 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 4.2.1 | 30.28 | 252.44 | 282.72 | OK | |
| r-devel-linux-x86_64-debian-gcc | 4.2.1 | 17.38 | 155.88 | 173.26 | OK | |
| r-devel-linux-x86_64-fedora-clang | 4.2.1 | 77.00 | 372.72 | 449.72 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 4.2.1 | 57.00 | 379.93 | 436.93 | OK | |
| r-devel-windows-x86_64 | 4.2.1 | 30.00 | 239.00 | 269.00 | OK | |
| r-patched-linux-x86_64 | 4.2.1 | 28.44 | 233.91 | 262.35 | OK | |
| r-release-linux-x86_64 | 4.2.1 | 26.65 | 235.66 | 262.31 | OK | |
| r-release-macos-arm64 | 4.2.1 | OK | ||||
| r-release-macos-x86_64 | 4.2.1 | 25.00 | 193.00 | 218.00 | OK | |
| r-release-windows-x86_64 | 4.2.1 | 27.00 | 205.00 | 232.00 | OK | |
| r-oldrel-macos-arm64 | 4.2.1 | OK | ||||
| r-oldrel-macos-x86_64 | 4.2.1 | 35.00 | 194.00 | 229.00 | OK | |
| r-oldrel-windows-x86_64 | 4.2.1 | 39.00 | 269.00 | 308.00 | ERROR |
Version: 4.2.1
Check: examples
Result: ERROR
Running examples in 'CCAMLRGIS-Ex.R' failed
The error most likely occurred in:
> ### Name: Rotate_obj
> ### Title: Rotate object
> ### Aliases: Rotate_obj
>
> ### ** Examples
>
>
> # For more examples, see:
> # https://github.com/ccamlr/CCAMLRGIS#47-rotate_obj
> # and:
> # https://github.com/ccamlr/CCAMLRGIS/blob/master/Basemaps/Basemaps.md
>
> RotB=Rotate_obj(SmallBathy(),Lon0=-180)
Warning: Cannot find coordinate operations from `{
"$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
"type": "EngineeringCRS",
"name": "WGS 84 / NSIDC EASE-Grid 2.0 South",
"datum": {
"name": "Unknown engineering datum"
},
"coordinate_system": {
"subtype": "Cartesian",
"axis": [
{
"name": "Easting",
"abbreviation": "E",
"direction": "east",
"unit": "metre"
},
{
"name": "Northing",
"abbreviation": "N",
"direction": "north",
"unit": "metre"
}
]
}
}' to `{
"$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
"type": "ProjectedCRS",
"name": "unknown",
"base_crs": {
"name": "unknown",
"datum": {
"type": "GeodeticReferenceFrame",
"name": "World Geodetic System 1984",
"ellipsoid": {
"name": "WGS 84",
"semi_major_axis": 6378137,
"inverse_flattening": 298.257223563
},
"id": {
"authori [... truncated]
Error: [project] cannot get output boundaries for the target crs
Execution halted
Flavor: r-oldrel-windows-x86_64