Skip to content

Commit 57811da

Browse files
committed
Update cran-comments and NEWS
1 parent a4d892b commit 57811da

File tree

2 files changed

+27
-18
lines changed

2 files changed

+27
-18
lines changed

NEWS.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
mobsim 0.3.2
2+
================================================================================
3+
4+
### DEPENDENCE
5+
vctrs is suggested to run mobsim unit tests
6+
17
mobsim 0.3.1
28
================================================================================
39

cran-comments.md

+21-18
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,35 @@
22

33
This is a resubmission. In this version we have:
44

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
168

179
## Test environments
1810

19-
* local - R 4.3.3
11+
* local - R 4.4.2
2012
* 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)
2322

2423
## R CMD check results
2524

26-
0 errors | 0 warnings | 0 notes
25+
0 errors | 0 warnings | 0 notes
2726

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
3033

3134
Best wishes,
3235

33-
Felix may and Alban Sagouis
36+
Felix May and Alban Sagouis

0 commit comments

Comments
 (0)