Skip to content

Commit

Permalink
remove leftover imports
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansteffan committed Dec 23, 2024
1 parent ae7164d commit 33f4245
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: peekbankr
Type: Package
Title: Accessing the Peekbank Database and working with Peekbank data
Version: 0.2.3.1
Version: 0.2.3.2
Authors@R: c(
person("Mika", "Braginsky", email = "[email protected]", role = c("aut", "cre")),
person("Kyle", "MacDonald", email = "[email protected]", role = "aut"),
Expand Down
5 changes: 0 additions & 5 deletions R/cdi_processing.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
library(dplyr)
library(tidyr)
library(here)
library(purrr)

#' Checks cdi data for inconsistencies, warns about them, and fixes them
#'
#' @param cdi_data a subjects table with unnested cdi data, needs columns "subject_id", "language", "instrument_type", "age", "sex", "measure", "rawscore"

Check warning on line 3 in R/cdi_processing.R

View workflow job for this annotation

GitHub Actions / lint

file=R/cdi_processing.R,line=3,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 154 characters.
Expand Down

0 comments on commit 33f4245

Please sign in to comment.