Skip to content

Commit

Permalink
clean cmd check
Browse files Browse the repository at this point in the history
  • Loading branch information
rmk118 committed Oct 21, 2024
1 parent 49dd647 commit 2227b80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Suggests:
knitr,
rmarkdown,
patchwork,
tidyr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
3 changes: 2 additions & 1 deletion vignettes/simulations.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ knitr::opts_chunk$set(
library(morphmat)
library(ggplot2)
library(dplyr)
library(tidyr)
```

# Introduction
Expand Down Expand Up @@ -78,7 +79,7 @@ default_sim <- fake_crustaceans()
default_sim_long <- default_sim %>%
rename(reg_x = x, reg_y = y) %>%
pivot_longer(
tidyr::pivot_longer(
cols = c(reg_x, reg_y, log_x, log_y),
names_sep = "_",
names_to = c("log", "var")
Expand Down

0 comments on commit 2227b80

Please sign in to comment.