From 7869005c860c5e2937b1b671a41c707be3d26140 Mon Sep 17 00:00:00 2001 From: "Alec L. Robitaille" Date: Tue, 22 Aug 2023 21:46:24 -0300 Subject: [PATCH] submit --- .Rbuildignore | 1 + CRAN-SUBMISSION | 3 +++ cran-comments.md | 19 ++++++++++--------- 3 files changed, 14 insertions(+), 9 deletions(-) create mode 100644 CRAN-SUBMISSION diff --git a/.Rbuildignore b/.Rbuildignore index e766138..75885b2 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -16,3 +16,4 @@ Makefile ^Meta$ ^\.github$ ^CITATION\.cff$ +^CRAN-SUBMISSION$ diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION new file mode 100644 index 0000000..e2b6856 --- /dev/null +++ b/CRAN-SUBMISSION @@ -0,0 +1,3 @@ +Version: 0.2.0 +Date: 2023-08-23 00:46:15 UTC +SHA: 237cd795773d99c3b6bddaeb4528cbc454598c16 diff --git a/cran-comments.md b/cran-comments.md index ae9dbf1..ca795ce 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,17 +1,18 @@ -## v 0.1.16 +## v 0.2.0 See NEWS.md for all updates. -* added an option for `edge_dist` to handle threshold = NULL. If NULL, `edge_dist` will return all neighbours observed (eg. useful if one wanted to calculated mean nearest neighbour distance at each timegroup). -* updated EPSG argument according to newest recommendations in tests, man and vignettes ([PR 38](https://github.com/ropensci/spatsoc/pull/38) -* removed expect_silent tests ([PR 37](https://github.com/ropensci/spatsoc/pull/37)) -* switched CI for tests and code coverage to GitHub Actions ([PR 36](https://github.com/ropensci/spatsoc/pull/36)) +* Fix/rm sp build lines by @robitalec in https://github.com/ropensci/spatsoc/pull/53 +* Fix/rm sp build polys by @robitalec in https://github.com/ropensci/spatsoc/pull/52 +* Fix/rm sp group lines by @robitalec in https://github.com/ropensci/spatsoc/pull/54 +* Fix/rm sp group polys by @robitalec in https://github.com/ropensci/spatsoc/pull/55 +* Fix/rm retired spatial packages by @robitalec in https://github.com/ropensci/spatsoc/pull/51 ## Test environments * windows-latest (release) -* macOS-latest (release) -* ubuntu-20.04 (release) -* ubuntu-20.04 (devel) -* ubuntu 16.04 (3.5) +* macos-latest (release) +* ubuntu-latest (devel) +* ubuntu-latest (release) +* ubuntu-latest (oldrel-1) ## R CMD check results