Skip to content

Commit

Permalink
submitted
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Jan 26, 2022
1 parent b9c2397 commit 0a8cf08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ references.bib
^\.github/workflows/pr-commands\.yaml$
^hextools/.
^WIP/.
^CRAN-SUBMISSION$
6 changes: 0 additions & 6 deletions vignettes/standardize_data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ knitr::opts_chunk$set(
pkgs <- c(
"datawizard",
# "dplyr",
# "tidyr",
"poorman",
"see",
"ggplot2",
Expand All @@ -35,10 +33,6 @@ pkgs <- c(
if (!all(sapply(pkgs, requireNamespace, quietly = TRUE))) {
knitr::opts_chunk$set(eval = FALSE)
}
if (!packageVersion("parameters") >= "0.14.1") {
knitr::opts_chunk$set(eval = FALSE)
}
```

# Introduction
Expand Down

0 comments on commit 0a8cf08

Please sign in to comment.