R Under development (unstable) (2024-06-07 r86704 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > if ( requireNamespace("tinytest", quietly=TRUE) ){ + tinytest::test_package("spgwr") + } Loading required package: sp Loading required package: spData To access larger datasets in this package, install the spDataLarge package with: `install.packages('spDataLarge', repos='https://nowosad.github.io/drat/', type='source')` NOTE: This package does not constitute approval of GWR as a method of spatial analysis; see example(gwr) test_gwr_0.R.................. 0 tests test_gwr_0.R.................. 0 tests test_gwr_0.R.................. 1 tests OK test_gwr_0.R.................. 2 tests OK test_gwr_0.R.................. 3 tests OK test_gwr_0.R.................. 4 tests OK test_gwr_0.R.................. 5 tests OK test_gwr_0.R.................. 6 tests OK test_gwr_0.R.................. 7 tests OK test_gwr_0.R.................. 8 tests OK 0.5s All ok, 8 results (0.5s) > > proc.time() user system elapsed 0.73 0.14 0.85