Skip to content

Commit

Permalink
Submit
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Nov 21, 2023
1 parent 05f631c commit e7164f5
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 41 deletions.
4 changes: 3 additions & 1 deletion R/rowwise-SpatVector.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
#' rowwise() %>%
#' mutate(nb_mean = mean(c(NWBIR74, NWBIR79)))
#'
#'
#' # Additional examples
#' \donttest{
#' # use c_across() to more easily select many variables
#' nb %>%
#' rowwise() %>%
Expand All @@ -91,6 +92,7 @@
#' summarise(mean_bir = mean(BIR74, BIR79)) %>%
#' glimpse() %>%
#' autoplot(aes(fill = as.factor(id2)))
#' }
rowwise.SpatVector <- function(data, ...) {
# Use own method
x <- data
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
"SystemRequirements": null
},
"keywords": ["r", "terra", "ggplot-extension", "r-spatial", "rspatial", "r-package", "rstats", "rstats-package", "cran", "cran-r"],
"fileSize": "3445.138KB",
"fileSize": "3442.505KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down
4 changes: 3 additions & 1 deletion man/rowwise.SpatVector.Rd

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

31 changes: 13 additions & 18 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Platform

|field |value |
|:--------|:---------------------------------------------------------------------|
|version |R version 4.3.2 (2023-10-31 ucrt) |
|os |Windows Server 2022 x64 (build 20348) |
|system |x86_64, mingw32 |
|ui |RTerm |
|language |(EN) |
|collate |English_United States.utf8 |
|ctype |English_United States.utf8 |
|tz |UTC |
|date |2023-11-20 |
|pandoc |2.19.2 @ C:\HOSTED~1\windows\pandoc\219~1.2\x64\PANDOC~1.2\pandoc.exe |
|field |value |
|:--------|:----------------------------------------|
|version |R version 4.3.2 (2023-10-31 ucrt) |
|os |Windows 11 x64 (build 22621) |
|system |x86_64, mingw32 |
|ui |RStudio |
|language |(EN) |
|collate |Spanish_Spain.utf8 |
|ctype |Spanish_Spain.utf8 |
|tz |Europe/Madrid |
|date |2023-11-22 |
|rstudio |2023.09.1+494 Desert Sunflower (desktop) |
|pandoc |2.19.2 @ C:\PROGRA~1\Pandoc\pandoc.exe |

# Dependencies

Expand Down Expand Up @@ -63,9 +64,3 @@

# Revdeps

## Failed to check (1)

|package |version |error |warning |note |
|:------------|:-------|:-----|:-------|:----|
|malariaAtlas |1.5.1 |1 | | |

2 changes: 1 addition & 1 deletion revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## revdepcheck results

We checked 14 reverse dependencies (0 from CRAN + 14 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
We checked 14 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
Expand Down
20 changes: 1 addition & 19 deletions revdep/failures.md
Original file line number Diff line number Diff line change
@@ -1,19 +1 @@
# malariaAtlas

<details>

* Version: 1.5.1
* GitHub: https://github.com/malaria-atlas-project/malariaAtlas
* Source code: https://github.com/cran/malariaAtlas
* Date/Publication: 2023-10-27 06:40:02 UTC
* Number of recursive dependencies: 127

Run `revdepcheck::revdep_details(, "malariaAtlas")` for more info

</details>

## In both

* R CMD check timed out


*Wow, no problems at all. :)*

0 comments on commit e7164f5

Please sign in to comment.