From 6f7c7715629aef2fd556645a7d3e2f538ecc9f89 Mon Sep 17 00:00:00 2001 From: theHumanBorch Date: Mon, 4 Nov 2024 09:44:18 -0600 Subject: [PATCH] update documentation --- DESCRIPTION | 3 +-- R/global.R | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 950ae1c7..8ff2b465 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -45,8 +45,7 @@ Imports: VGAM, hash, purrr, - lifecycle, - withr + lifecycle Suggests: BiocManager, BiocStyle, diff --git a/R/global.R b/R/global.R index ad831071..e89be16c 100644 --- a/R/global.R +++ b/R/global.R @@ -49,5 +49,6 @@ utils::globalVariables ("position") utils::globalVariables ("se") utils::globalVariables ("column_sym") + utils::globalVariables ("contigType") invisible () }