Last updated on 2023-09-01 07:55:47 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 2.31 | 52.17 | 54.48 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 1.86 | 37.48 | 39.34 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 66.74 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 88.27 | ERROR | |||
r-devel-windows-x86_64 | 0.1.0 | 4.00 | 61.00 | 65.00 | NOTE | |
r-patched-linux-x86_64 | 0.1.0 | 2.42 | 48.72 | 51.14 | NOTE | |
r-release-linux-x86_64 | 0.1.0 | 2.21 | 49.30 | 51.51 | NOTE | |
r-release-macos-arm64 | 0.1.0 | 33.00 | NOTE | |||
r-release-macos-x86_64 | 0.1.0 | 56.00 | NOTE | |||
r-release-windows-x86_64 | 0.1.0 | 5.00 | 64.00 | 69.00 | NOTE | |
r-oldrel-macos-arm64 | 0.1.0 | 23.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.1.0 | 34.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.1.0 | 5.00 | 69.00 | 74.00 | NOTE |
Version: 0.1.0
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/13s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(leaflet.opacity)
> library(raster)
Loading required package: sp
The legacy packages maptools, rgdal, and rgeos, underpinning the sp package,
which was just loaded, will retire in October 2023.
Please refer to R-spatial evolution reports for details, especially
https://r-spatial.org/r/2023/05/15/evolution4.html.
It may be desirable to make the sf package available;
package maintainers should consider adding sf to Suggests:.
The sp package is now running under evolution status 2
(status 2 uses the sf package in place of rgdal)
> library(leaflet)
> library(magrittr)
Attaching package: 'magrittr'
The following object is masked from 'package:raster':
extract
The following objects are masked from 'package:testthat':
equals, is_less_than, not
> library(rgdal)
Please note that rgdal will be retired during October 2023,
plan transition to sf/stars/terra functions using GDAL and PROJ
at your earliest convenience.
See https://r-spatial.org/r/2023/05/15/evolution4.html and https://github.com/r-spatial/evolution
rgdal: version: 1.6-7, (SVN revision 1203)
Geospatial Data Abstraction Library extensions to R successfully loaded
Loaded GDAL runtime: GDAL 3.7.1, released 2023/07/06
Path to GDAL shared files: /usr/share/gdal
GDAL does not use iconv for recoding strings.
GDAL binary built with GEOS: TRUE
Loaded PROJ runtime: Rel. 9.2.1, June 1st, 2023, [PJ_VERSION: 921]
Path to PROJ shared files: /home/hornik/.local/share/proj:/usr/share/proj
PROJ CDN enabled: TRUE
Linking to sp version:2.0-0
To mute warnings of possible GDAL/OSR exportToProj4() degradation,
use options("rgdal_show_exportToProj4_warnings"="none") before loading sp or rgdal.
>
> test_check("leaflet.opacity")
[ FAIL 6 | WARN 4 | SKIP 0 | PASS 3 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-controls.R:20:3'): Initialize map dependencies in addOpacitySlider ──
res$dependencies[[1]]$name not equal to "jquery-ui".
1/1 mismatches
x[1]: "jquery"
y[1]: "jquery-ui"
── Failure ('test-controls.R:21:3'): Initialize map dependencies in addOpacitySlider ──
res$dependencies[[2]]$name not equal to "opacity".
1/1 mismatches
x[1]: "leaflet"
y[1]: "opacity"
── Failure ('test-controls.R:36:3'): Initialize map dependencies in addLowerOpacity ──
res$dependencies[[1]]$name not equal to "jquery-ui".
1/1 mismatches
x[1]: "jquery"
y[1]: "jquery-ui"
── Failure ('test-controls.R:37:3'): Initialize map dependencies in addLowerOpacity ──
res$dependencies[[2]]$name not equal to "opacity".
1/1 mismatches
x[1]: "leaflet"
y[1]: "opacity"
── Failure ('test-controls.R:52:3'): Initialize map dependencies in addHigherOpacity ──
res$dependencies[[1]]$name not equal to "jquery-ui".
1/1 mismatches
x[1]: "jquery"
y[1]: "jquery-ui"
── Failure ('test-controls.R:53:3'): Initialize map dependencies in addHigherOpacity ──
res$dependencies[[2]]$name not equal to "opacity".
1/1 mismatches
x[1]: "leaflet"
y[1]: "opacity"
[ FAIL 6 | WARN 4 | SKIP 0 | PASS 3 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [17s/41s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(leaflet.opacity)
> library(raster)
Loading required package: sp
The legacy packages maptools, rgdal, and rgeos, underpinning the sp package,
which was just loaded, will retire in October 2023.
Please refer to R-spatial evolution reports for details, especially
https://r-spatial.org/r/2023/05/15/evolution4.html.
It may be desirable to make the sf package available;
package maintainers should consider adding sf to Suggests:.
The sp package is now running under evolution status 2
(status 2 uses the sf package in place of rgdal)
> library(leaflet)
> library(magrittr)
Attaching package: 'magrittr'
The following object is masked from 'package:raster':
extract
The following objects are masked from 'package:testthat':
equals, is_less_than, not
> library(rgdal)
Please note that rgdal will be retired during October 2023,
plan transition to sf/stars/terra functions using GDAL and PROJ
at your earliest convenience.
See https://r-spatial.org/r/2023/05/15/evolution4.html and https://github.com/r-spatial/evolution
rgdal: version: 1.6-7, (SVN revision 1203)
Geospatial Data Abstraction Library extensions to R successfully loaded
Loaded GDAL runtime: GDAL 3.4.3, released 2022/04/22
Path to GDAL shared files: /usr/local/clang/share/gdal
GDAL binary built with GEOS: TRUE
Loaded PROJ runtime: Rel. 8.2.1, January 1st, 2022, [PJ_VERSION: 821]
Path to PROJ shared files: /data/gannet/ripley/.local/share/proj:/usr/local/share/proj:/usr/local/share/proj
PROJ CDN enabled: TRUE
Linking to sp version:2.0-0
To mute warnings of possible GDAL/OSR exportToProj4() degradation,
use options("rgdal_show_exportToProj4_warnings"="none") before loading sp or rgdal.
>
> test_check("leaflet.opacity")
[ FAIL 6 | WARN 4 | SKIP 0 | PASS 3 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-controls.R:20:3'): Initialize map dependencies in addOpacitySlider ──
res$dependencies[[1]]$name not equal to "jquery-ui".
1/1 mismatches
x[1]: "jquery"
y[1]: "jquery-ui"
── Failure ('test-controls.R:21:3'): Initialize map dependencies in addOpacitySlider ──
res$dependencies[[2]]$name not equal to "opacity".
1/1 mismatches
x[1]: "leaflet"
y[1]: "opacity"
── Failure ('test-controls.R:36:3'): Initialize map dependencies in addLowerOpacity ──
res$dependencies[[1]]$name not equal to "jquery-ui".
1/1 mismatches
x[1]: "jquery"
y[1]: "jquery-ui"
── Failure ('test-controls.R:37:3'): Initialize map dependencies in addLowerOpacity ──
res$dependencies[[2]]$name not equal to "opacity".
1/1 mismatches
x[1]: "leaflet"
y[1]: "opacity"
── Failure ('test-controls.R:52:3'): Initialize map dependencies in addHigherOpacity ──
res$dependencies[[1]]$name not equal to "jquery-ui".
1/1 mismatches
x[1]: "jquery"
y[1]: "jquery-ui"
── Failure ('test-controls.R:53:3'): Initialize map dependencies in addHigherOpacity ──
res$dependencies[[2]]$name not equal to "opacity".
1/1 mismatches
x[1]: "leaflet"
y[1]: "opacity"
[ FAIL 6 | WARN 4 | SKIP 0 | PASS 3 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [20s/108s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(leaflet.opacity)
> library(raster)
Loading required package: sp
The legacy packages maptools, rgdal, and rgeos, underpinning the sp package,
which was just loaded, will retire in October 2023.
Please refer to R-spatial evolution reports for details, especially
https://r-spatial.org/r/2023/05/15/evolution4.html.
It may be desirable to make the sf package available;
package maintainers should consider adding sf to Suggests:.
The sp package is now running under evolution status 2
(status 2 uses the sf package in place of rgdal)
> library(leaflet)
> library(magrittr)
Attaching package: 'magrittr'
The following object is masked from 'package:raster':
extract
The following objects are masked from 'package:testthat':
equals, is_less_than, not
> library(rgdal)
Please note that rgdal will be retired during October 2023,
plan transition to sf/stars/terra functions using GDAL and PROJ
at your earliest convenience.
See https://r-spatial.org/r/2023/05/15/evolution4.html and https://github.com/r-spatial/evolution
rgdal: version: 1.6-7, (SVN revision 1203)
Geospatial Data Abstraction Library extensions to R successfully loaded
Loaded GDAL runtime: GDAL 3.4.3, released 2022/04/22
Path to GDAL shared files: /usr/local/share/gdal
GDAL binary built with GEOS: TRUE
Loaded PROJ runtime: Rel. 8.2.1, January 1st, 2022, [PJ_VERSION: 821]
Path to PROJ shared files: /data/gannet/ripley/.local/share/proj:/usr/local/share/proj:/usr/local/share/proj
PROJ CDN enabled: TRUE
Linking to sp version:2.0-0
To mute warnings of possible GDAL/OSR exportToProj4() degradation,
use options("rgdal_show_exportToProj4_warnings"="none") before loading sp or rgdal.
>
> test_check("leaflet.opacity")
[ FAIL 6 | WARN 1 | SKIP 0 | PASS 3 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-controls.R:20:3'): Initialize map dependencies in addOpacitySlider ──
res$dependencies[[1]]$name not equal to "jquery-ui".
1/1 mismatches
x[1]: "jquery"
y[1]: "jquery-ui"
── Failure ('test-controls.R:21:3'): Initialize map dependencies in addOpacitySlider ──
res$dependencies[[2]]$name not equal to "opacity".
1/1 mismatches
x[1]: "leaflet"
y[1]: "opacity"
── Failure ('test-controls.R:36:3'): Initialize map dependencies in addLowerOpacity ──
res$dependencies[[1]]$name not equal to "jquery-ui".
1/1 mismatches
x[1]: "jquery"
y[1]: "jquery-ui"
── Failure ('test-controls.R:37:3'): Initialize map dependencies in addLowerOpacity ──
res$dependencies[[2]]$name not equal to "opacity".
1/1 mismatches
x[1]: "leaflet"
y[1]: "opacity"
── Failure ('test-controls.R:52:3'): Initialize map dependencies in addHigherOpacity ──
res$dependencies[[1]]$name not equal to "jquery-ui".
1/1 mismatches
x[1]: "jquery"
y[1]: "jquery-ui"
── Failure ('test-controls.R:53:3'): Initialize map dependencies in addHigherOpacity ──
res$dependencies[[2]]$name not equal to "opacity".
1/1 mismatches
x[1]: "leaflet"
y[1]: "opacity"
[ FAIL 6 | WARN 1 | SKIP 0 | PASS 3 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc