Skip to content

Commit

Permalink
Remove biocViews (probably won't push this package to Bioconductor) a…
Browse files Browse the repository at this point in the history
…nd import utils
  • Loading branch information
Nick-Eagles committed Sep 29, 2023
1 parent a8fd4a7 commit ab94fec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -29,4 +28,5 @@ Imports:
dplyr,
glue,
stringr,
purrr
purrr,
utils

0 comments on commit ab94fec

Please sign in to comment.