Skip to content

Commit

Permalink
submit
Browse files Browse the repository at this point in the history
  • Loading branch information
robitalec committed Aug 23, 2023
1 parent 237cd79 commit 7869005
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ Makefile
^Meta$
^\.github$
^CITATION\.cff$
^CRAN-SUBMISSION$
3 changes: 3 additions & 0 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Version: 0.2.0
Date: 2023-08-23 00:46:15 UTC
SHA: 237cd795773d99c3b6bddaeb4528cbc454598c16
19 changes: 10 additions & 9 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 7869005

Please sign in to comment.