Skip to content

Commit

Permalink
Merge branch 'main' into update_0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DHLocke authored Feb 26, 2024
2 parents e6a79d2 + 7528b99 commit 1513402
Show file tree
Hide file tree
Showing 128 changed files with 572 additions and 381 deletions.
13 changes: 6 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Package: sfdep
Title: Spatial Dependence for Simple Features
Version: 0.2.4
Authors@R:
person(given = "Josiah",
family = "Parry",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9910-865X"))
Authors@R: c(
person("Josiah", "Parry", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0001-9910-865X")),
person("Dexter", "Locke", 'H', "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2704-9720"))
)
Description: An interface to 'spdep' to integrate with 'sf' objects and the 'tidyverse'.
License: GPL-3
URL: https://sfdep.josiahparry.com, https://github.com/josiahparry/sfdep
Expand Down Expand Up @@ -45,4 +45,3 @@ Imports:
Depends:
R (>= 3.5.0)
LazyData: true

2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Generated by roxygen2: do not edit by hand

S3method("[",spacetime)
S3method("[[",spacetime)
S3method(activate,spacetime)
S3method(as_spacetime,sf)
S3method(print,spacetime)
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# sfdep 0.2.4

- updated spacetime_constructor to comply with updates to the cli package. No user-facing changes
- Dexter Locke [@DHLocke] is now the maintainer of sfdep
- Address failing CRAN checks h/t [@rsbivand](https://github.com/rsbivand) <https://github.com/JosiahParry/sfdep/pull/43>
- Address bug in local Gi/* statistics

# sfdep 0.2.3

Expand Down
3 changes: 2 additions & 1 deletion R/spacetime-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
# Selection ---------------------------------------------------------------
# Selection method
# to do update `times` attribute when subset and data is active

#' @export
`[.spacetime` <- function(x, ...) {
NextMethod()
}

#' @export
`[[.spacetime` <- function(x, ...) {
NextMethod()
}
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# In need of a new maintainer!

<!-- README.md is generated from README.Rmd. Please edit that file -->

# sfdep
Expand Down
7 changes: 5 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## R CMD check results

Package was archived yesterday, 2023-01-09, despite efforts to address outstanding issues.
0 errors | 0 warnings | 0 note

Latest submission failed the recursive `noSuggest` check. An example using an imported package (sf) failed because the imported function (sf::read_sf) used a suggested package (tibble suggested by sf). All instances of `sf::read_sf()` have been changed to `sf::st_read()` which, I believe, does not use any suggested packages.
* This release removes myself (Josiah Parry) as the maintainer and makes
Dexter Locke the new maintainer of sfdep.
* CRAN has been notified of this in previous correspondence via email
* Addresses failing noSuggests checks
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/articles/Version-0-2-0.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1513402

Please sign in to comment.