Skip to content

Commit

Permalink
import nestcolor (#1341)
Browse files Browse the repository at this point in the history
# Pull Request

<!--- Replace `#nnn` with your issue link for reference. -->

Fixes #nnn

---------

Co-authored-by: 27856297+dependabot-preview[bot]@users.noreply.github.com <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
shajoezhu and dependabot-preview[bot] authored Oct 25, 2024
1 parent b61cc5d commit 9eb97dd
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 14 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ importFrom(grid,validDetails)
importFrom(grid,widthDetails)
importFrom(magrittr,"%>%")
importFrom(methods,new)
importFrom(nestcolor,theme_nest)
importFrom(rlang,.data)
importFrom(stats,complete.cases)
importFrom(stats,pchisq)
Expand Down
1 change: 0 additions & 1 deletion R/g_forest.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
#' @examples
#' library(dplyr)
#' library(forcats)
#' library(nestcolor)
#'
#' adrs <- tern_ex_adrs
#' n_records <- 20
Expand Down
2 changes: 0 additions & 2 deletions R/g_ipp.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ NULL
#'
#' @examples
#' library(dplyr)
#' library(nestcolor)
#'
#' # Select a small sample of data to plot.
#' adlb <- tern_ex_adlb %>%
Expand Down Expand Up @@ -155,7 +154,6 @@ h_g_ipp <- function(df,
#'
#' @examples
#' library(dplyr)
#' library(nestcolor)
#'
#' # Select a small sample of data to plot.
#' adlb <- tern_ex_adlb %>%
Expand Down
1 change: 0 additions & 1 deletion R/g_km.R
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
#'
#' @examples
#' library(dplyr)
#' library(nestcolor)
#'
#' df <- tern_ex_adtte %>%
#' filter(PARAMCD == "OS") %>%
Expand Down
1 change: 0 additions & 1 deletion R/g_lineplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
#' @return A `ggplot` line plot (and statistics table if applicable).
#'
#' @examples
#' library(nestcolor)
#'
#' adsl <- tern_ex_adsl
#' adlb <- tern_ex_adlb %>% dplyr::filter(ANL01FL == "Y", PARAMCD == "ALT", AVISIT != "SCREENING")
Expand Down
1 change: 0 additions & 1 deletion R/g_step.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#' @seealso Custom tidy method [tidy.step()].
#'
#' @examples
#' library(nestcolor)
#' library(survival)
#' lung$sex <- factor(lung$sex)
#'
Expand Down
1 change: 0 additions & 1 deletion R/g_waterfall.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#'
#' @examples
#' library(dplyr)
#' library(nestcolor)
#'
#' g_waterfall(height = c(3, 5, -1), id = letters[1:3])
#'
Expand Down
1 change: 1 addition & 0 deletions R/package.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#' @importFrom formatters format_value propose_column_widths
#' @importFrom magrittr %>%
#' @importFrom methods new
#' @importFrom nestcolor theme_nest
#' @importFrom Rdpack reprompt
#' @importFrom rlang .data
#' @importFrom survival coxph strata Surv
Expand Down
1 change: 0 additions & 1 deletion man/g_forest.Rd

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

1 change: 0 additions & 1 deletion man/g_ipp.Rd

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

1 change: 0 additions & 1 deletion man/g_km.Rd

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

1 change: 0 additions & 1 deletion man/g_lineplot.Rd

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

1 change: 0 additions & 1 deletion man/g_step.Rd

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

1 change: 0 additions & 1 deletion man/g_waterfall.Rd

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

1 change: 0 additions & 1 deletion man/h_g_ipp.Rd

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

0 comments on commit 9eb97dd

Please sign in to comment.