Skip to content

Commit

Permalink
remove 3.5 and go back to old pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
statasaurus committed Feb 29, 2024
1 parent 0b86d38 commit 6f9b557
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
config:
- {os: windows-latest, r: 'release'}
- {os: macOS-latest, r: 'release'}
- {os: ubuntu-20.04, r: '3.5', repos: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
- {os: ubuntu-20.04, r: '3.6', repos: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
- {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
- {os: ubuntu-20.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
Expand Down
2 changes: 1 addition & 1 deletion R/metacore.R
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ MetaCore_filter <- function(value) {

private$.codelist <- private$.codelist %>%
right_join(private$.value_spec %>%
distinct(.data$code_id) |>
distinct(.data$code_id) %>%
na.omit(), by = "code_id", multiple = "all")

private$.supp <- private$.supp %>% filter(dataset == value)
Expand Down

0 comments on commit 6f9b557

Please sign in to comment.