Last updated on 2026-04-26 01:49:20 CEST.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| CRTspat | 1 | 2 | 9 |
Current CRAN status: ERROR: 1, NOTE: 2, OK: 9
Version: 1.4.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘sp’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.4.0
Check: examples
Result: ERROR
Running examples in 'CRTspat-Ex.R' failed
The error most likely occurred in:
> ### Name: CRTsp
> ### Title: Create or update a '"CRTsp"' object
> ### Aliases: CRTsp
>
> ### ** Examples
>
> {# Generate a simulated area with 10,000 locations
+ example_area = CRTsp(geoscale = 1, locations=10000, kappa=3, mu=40)
+ summary(example_area)
+ }
===============================CLUSTER RANDOMISED TRIAL ===========================
Summary of coordinates
----------------------
Min. : 1st Qu.: Median : Mean : 3rd Qu.: Max. :
x -4.96 -2.62 -0.07 0.00 2.71 5.03
y -5.00 -2.38 0.06 0.00 2.37 4.99
Flavor: r-release-windows-x86_64