|
2 | 2 |
|
3 | 3 | This is a resubmission. In this version we have:
|
4 | 4 |
|
5 |
| -* Fixed the problems that caused mobsim to be archived on CRAN: essentially by |
6 |
| -removing the dependency on spatstat.core and using spatstat.random and |
7 |
| -spatstat.geom instead. |
8 |
| -* Fixed inst/CITATION and DESCRIPTION |
9 |
| -* Added features to major functions |
10 |
| -* Added Depends R >= 4.0.0 because mobsim depends on sads which itself depends on VGAM which depends on R 4.0.0. |
11 |
| -* Adjusted formatting of DOI and CRAN links |
12 |
| -* Adjusted the description text |
13 |
| -* Use TRUE/FALSE instead of T/F |
14 |
| -* Add information on return value to all functions |
15 |
| -* Reset graphical parameters in function examples and vignettes |
| 5 | +* Corrected links to other packages in the function documentation |
| 6 | +* Added a dependence on the package vctrs |
| 7 | +# Adjusted DESCRIPTION accordingly |
16 | 8 |
|
17 | 9 | ## Test environments
|
18 | 10 |
|
19 |
| -* local - R 4.3.3 |
| 11 | +* local - R 4.4.2 |
20 | 12 | * win-builder (release and devel)
|
21 |
| -* r hub - Ubuntu Linux 20.04.1 LTS, R-release, GCC |
22 |
| -* r hub - Fedora Linux, R-devel, clang, gfortran |
| 13 | +* GitHub Actions: R CMD check |
| 14 | + - macos-latest (release) |
| 15 | + - ubuntu-latest (devel) |
| 16 | + - ubuntu-latest (oldrel-1) |
| 17 | + - ubuntu-latest (oldrel-2) |
| 18 | + - ubuntu-latest (oldrel-3) |
| 19 | + - ubuntu-latest (release) |
| 20 | + - windows-latest (4.1) |
| 21 | + - windows-latest (release) |
23 | 22 |
|
24 | 23 | ## R CMD check results
|
25 | 24 |
|
26 |
| -0 errors | 0 warnings | 0 notes |
| 25 | +0 errors ✔ | 0 warnings ✔ | 0 notes ✔ |
27 | 26 |
|
28 |
| -We ran revdepcheck::revdep_check() locally and no packages depend on mobsim |
29 |
| -any more. |
| 27 | +## revdepcheck results |
| 28 | + |
| 29 | +We checked 0 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. |
| 30 | + |
| 31 | + * We saw 0 new problems |
| 32 | + * We failed to check 0 packages |
30 | 33 |
|
31 | 34 | Best wishes,
|
32 | 35 |
|
33 |
| -Felix may and Alban Sagouis |
| 36 | +Felix May and Alban Sagouis |
0 commit comments