Skip to content

Commit

Permalink
Merge branch 'master' into add_percent_func
Browse files Browse the repository at this point in the history
  • Loading branch information
Nic-Chr authored Feb 10, 2025
2 parents 251af9e + d816bed commit 575d2ea
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 28 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@ jobs:
- {os: ubuntu-latest, r: 'oldrel-2', must_pass: false}

# An approximation for the PHS RStudio Desktop installation
- {os: windows-latest, r: '3.6.1', must_pass: true}
- {os: windows-latest, r: '4.0.1', must_pass: true}

# An approximation of the PHS RStudio setup on Posit Workbench
- {os: ubuntu-latest, r: '3.6.1', must_pass: true}
- {os: ubuntu-latest, r: '4.0.2', must_pass: true}
- {os: ubuntu-latest, r: '4.1.2', must_pass: true}

Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ URL: https://github.com/Public-Health-Scotland/phsmethods,
https://public-health-scotland.github.io/phsmethods/
BugReports: https://github.com/Public-Health-Scotland/phsmethods/issues
Depends:
R (>= 2.10)
R (>= 3.6)
Imports:
cli,
dplyr,
Expand Down
3 changes: 2 additions & 1 deletion R/make_inheritance_checks.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
#' @param target_classes character vector of the classes to check for.
#' @param ignore_null boolean. Indicates whether to ignore arguments with value
#' NULL (TRUE) or to throw an exception (FALSE). Default = TRUE.

#' @keywords internal
#' @noRd
make_inheritance_checks <- function(arguments,
target_classes,
ignore_null = TRUE) {
Expand Down
24 changes: 0 additions & 24 deletions man/make_inheritance_checks.Rd

This file was deleted.

0 comments on commit 575d2ea

Please sign in to comment.