Last updated on 2023-08-26 08:01:29 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 59.39 | 440.25 | 499.64 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 50.79 | 313.87 | 364.66 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 623.63 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 633.58 | NOTE | |||
r-devel-windows-x86_64 | 0.1.0 | 58.00 | 448.00 | 506.00 | NOTE | |
r-patched-linux-x86_64 | 0.1.0 | 55.08 | 420.63 | 475.71 | OK | |
r-release-linux-x86_64 | 0.1.0 | 60.72 | 433.46 | 494.18 | OK | |
r-release-macos-arm64 | 0.1.0 | 249.00 | ERROR | |||
r-release-macos-x86_64 | 0.1.0 | 541.00 | NOTE | |||
r-release-windows-x86_64 | 0.1.0 | 91.00 | 504.00 | 595.00 | NOTE | |
r-oldrel-macos-arm64 | 0.1.0 | 218.00 | ERROR | |||
r-oldrel-macos-x86_64 | 0.1.0 | 364.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.1.0 | 92.00 | 520.00 | 612.00 | NOTE |
Version: 0.1.0
Check: installed package size
Result: NOTE
installed size is 7.9Mb
sub-directories of 1Mb or more:
data 6.6Mb
doc 1.1Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-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: data for non-ASCII characters
Result: NOTE
Note: found 871164 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘DivInsight-Ex.R’ failed
The error most likely occurred in:
> ### Name: site_regroup
> ### Title: Regroup Sites
> ### Aliases: site_regroup
>
> ### ** Examples
>
> # regroup the sites with a group radius of 5km instead of 20km
> Colombia_Caquetá_dataframe <- subset(Colombia, stateProvince == "Caquetá")
>
> clusterised_Caquetá <- clusterise_sites(dataframe = Colombia_Caquetá_dataframe,
+ cluster_min_length = 30,
+ group_radius = 20000
+ )
>
> print(clusterised_Caquetá[[2]])
longitude latitude site_group date
1 -75.54658 1.558959 1 2008-06-01
2 -75.81619 1.339552 2 2008-06-01
3 -75.78822 1.289720 2 2016-03-08
4 -75.78894 1.267924 2 2019-02-08
5 -75.65327 1.441539 3 2016-03-09
6 -75.66336 1.456000 3 2016-03-16
7 -75.65286 1.441330 3 2019-01-24
8 -75.65567 1.439890 3 2019-01-25
9 -75.65288 1.385920 3 2019-02-06
10 -75.97152 1.194183 4 2016-03-15
11 -75.61600 1.709897 5 2016-03-22
12 -75.61369 1.716690 5 2016-03-29
13 -75.63117 1.678451 5 2016-03-30
14 -75.63488 1.651888 5 2016-04-13
15 -75.61261 1.717140 5 2018-12-17
16 -75.65950 1.744000 5 2019-01-21
17 -75.59994 1.707670 5 2019-01-23
18 -75.63404 1.657868 5 2019-02-18
19 -75.77772 1.438032 7 2016-05-13
20 -75.76399 1.431014 7 2016-05-19
21 -75.75257 1.403800 7 2018-11-07
22 -75.86772 1.475750 7 2018-11-27
23 -75.74022 1.509550 7 2018-11-28
24 -75.80704 1.469540 7 2018-12-12
25 -75.81220 1.510290 7 2018-12-14
26 -75.88993 1.490180 7 2019-01-23
27 -75.90423 1.688207 8 2017-01-25
28 -75.90526 1.629135 8 2017-01-28
29 -Inf 90.000000 8 2017-01-30
30 -75.01101 1.317384 12 2018-12-04
31 -75.00592 1.321170 12 2019-02-14
>
> clusterised_Caquetá_5km_sites <- site_regroup(
+
+ clusterised_object = clusterised_Caquetá,
+ regroup_radius = 5000
+
+ )
Error in .pointsToMatrix(x) : longitude < -360
Calls: site_regroup -> distm -> .pointsToMatrix
Execution halted
Flavors: r-release-macos-arm64, r-oldrel-macos-arm64