From ab94fec79114317075cdab80e1f3170f3b4f7f67 Mon Sep 17 00:00:00 2001 From: Nick-Eagles Date: Fri, 29 Sep 2023 10:39:24 -0400 Subject: [PATCH] Remove biocViews (probably won't push this package to Bioconductor) and import utils --- .github/workflows/check-bioc.yml | 3 ++- DESCRIPTION | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-bioc.yml b/.github/workflows/check-bioc.yml index b02c9e8..8b132a6 100644 --- a/.github/workflows/check-bioc.yml +++ b/.github/workflows/check-bioc.yml @@ -245,7 +245,8 @@ jobs: dir('check', 'tar.gz$', full.names = TRUE), `quit-with-status` = TRUE, `no-check-R-ver` = TRUE, - `no-check-bioc-help` = TRUE + `no-check-bioc-help` = TRUE, + `no-check-bioc-views` = TRUE ) shell: Rscript {0} diff --git a/DESCRIPTION b/DESCRIPTION index ebc4ee3..785eba5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -12,7 +12,6 @@ Description: This package contains helper functions for interacting with License: Artistic-2.0 URL: https://github.com/LieberInstitute/slurmjobs BugReports: https://support.bioconductor.org/tag/slurmjobs -biocViews: Software Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 @@ -29,4 +28,5 @@ Imports: dplyr, glue, stringr, - purrr + purrr, + utils