Skip to content

Commit

Permalink
Fix R CMD check notes
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonysena committed Jul 14, 2024
1 parent 5a34572 commit bf8143f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@
^\.Rproj\.user$
^\.idea$
^\.github$
_pkgdown\.yml
compare_versions
deploy.sh
docs
extras
man-roxygen
2 changes: 1 addition & 1 deletion R/Export.R
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ exportCohortDefinitionSet <- function(outputFolder, cohortDefinitionSet = NULL)
)
)
) %>%
dplyr::filter(cohortId == cohortDefinitionSet$cohortId)
dplyr::filter(.data$cohortId == cohortDefinitionSet$cohortId)
cohortDefinitionSet <- cdsCopy
}
# Massage and save the cohort definition set
Expand Down
1 change: 0 additions & 1 deletion R/Subsets.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ SubsetCohortWindow <- R6::R6Class(
.targetAnchor = "cohortStart"
),
public = list(
#' @title to List
#' @description List representation of object
toList = function() {
objRepr <- list()
Expand Down

0 comments on commit bf8143f

Please sign in to comment.