Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Check reverse dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Jan 19, 2024
1 parent 6f348f2 commit 07e3b50
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 22 deletions.
4 changes: 2 additions & 2 deletions R/AllGenerics.R
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ setGeneric(
#' @author N. Frerebeau
#' @docType methods
#' @family data cleaning tools
#' @aliases remove_NA-method
#' @aliases remove_NA-method missing
setGeneric(
name = "remove_NA",
def = function(x, ...) standardGeneric("remove_NA")
Expand Down Expand Up @@ -358,7 +358,7 @@ setGeneric(
#' @author N. Frerebeau
#' @docType methods
#' @family data cleaning tools
#' @aliases replace_zero-method
#' @aliases replace_zero-method zero
setGeneric(
name = "replace_zero",
def = function(x, ...) standardGeneric("replace_zero")
Expand Down
6 changes: 4 additions & 2 deletions R/assert.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ validate <- function(expr) {
#' @param ask A [`logical`] scalar: should the user be asked to select packages
#' before they are downloaded and installed?
#' @details
#' `needs()` is designed for use inside other functions in your own package
#' to check for the availability of a suggested package.
#' `assert_package()` is designed for use inside other functions in your own
#' package to check for the availability of a suggested package.
#'
#' If the required packages are not available and \R is running interactively,
#' the user will be asked to install the packages.
#'
#' `needs()` is an alias for `assert_package()`.
#' @return Invisibly returns `NULL`.
#' @family validation methods
#' @author N. Frerebeau
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## revdepcheck results

We checked 3 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 5 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
6 changes: 4 additions & 2 deletions man/check-package.Rd

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

1 change: 1 addition & 0 deletions man/remove_NA.Rd

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

1 change: 1 addition & 0 deletions man/replace_zero.Rd

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

28 changes: 14 additions & 14 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# Platform

|field |value |
|:--------|:----------------------------------------|
|version |R version 4.3.2 (2023-10-31) |
|os |Ubuntu 22.04.3 LTS |
|system |x86_64, linux-gnu |
|ui |RStudio |
|language |(EN) |
|collate |fr_FR.UTF-8 |
|ctype |fr_FR.UTF-8 |
|tz |Europe/Paris |
|date |2023-11-17 |
|rstudio |2023.09.0+463 Desert Sunflower (desktop) |
|pandoc |NA |
|field |value |
|:--------|:-----------------------------------|
|version |R version 4.3.2 (2023-10-31) |
|os |Ubuntu 22.04.3 LTS |
|system |x86_64, linux-gnu |
|ui |RStudio |
|language |(EN) |
|collate |fr_FR.UTF-8 |
|ctype |fr_FR.UTF-8 |
|tz |Europe/Paris |
|date |2024-01-19 |
|rstudio |2023.12.0+369 Ocean Storm (desktop) |
|pandoc |NA |

# Dependencies

|package |old |new |Δ |
|:-------|:-----|:-----|:--|
|arkhe |1.3.0 |1.4.0 |* |
|arkhe |1.4.0 |1.5.0 |* |

# Revdeps

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 3 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 5 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

0 comments on commit 07e3b50

Please sign in to comment.