Skip to content

Commit

Permalink
Move tidyr to Suggests
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Oct 29, 2023
1 parent 3d627bf commit 7dd8b55
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ Imports:
stats,
survival,
tibble,
tidyr,
utils
Suggests:
Matrix,
Expand All @@ -62,7 +61,8 @@ Suggests:
rmarkdown,
stringr,
survMisc,
testthat
testthat,
tidyr
LinkingTo:
Rcpp
Roxygen: list(markdown = TRUE)
Expand Down
1 change: 0 additions & 1 deletion R/simfix2simPWSurv.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
#' @export
#'
#' @examples
#' library(tidyr)
#' library(dplyr)
#' library(tibble)
#'
Expand Down
2 changes: 1 addition & 1 deletion data-raw/DATASET.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## code to prepare `DATASET` dataset goes here
library(tidyr)
library(tibble)
set.seed(6671)
ds <- simPWSurv(
n = 200,
Expand Down
1 change: 0 additions & 1 deletion man/simfix2simpwsurv.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7dd8b55

Please sign in to comment.