Skip to content

Commit

Permalink
Update docType and man pages
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixErnst committed Mar 18, 2024
1 parent 9bedb79 commit 9ce1ccc
Show file tree
Hide file tree
Showing 4 changed files with 5 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-man-doc` = TRUE
)
shell: Rscript {0}

Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Collate:
'modificationsBy.R'
'ranges-helpers.R'
'select-methods.R'
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
BugReports: https://github.com/FelixErnst/EpiTxDb/issues
URL: https://github.com/FelixErnst/EpiTxDb
VignetteBuilder: knitr
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ import(Modstrings)
import(RSQLite)
import(S4Vectors)
import(methods)
import(txdbmaker)
importClassesFrom(IRanges,PartitioningByEnd)
importClassesFrom(IRanges,PartitioningByWidth)
importFrom(BiocFileCache,BiocFileCache)
Expand Down
2 changes: 1 addition & 1 deletion R/EpiTxDb.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#' Sequences and Sequences of tRNA Genes." Nucleic Acids Research 33 (suppl_1):
#' D139–D140. doi: 10.1093/nar/gki012
#'
#' @docType package
#' @docType _PACKAGE
#' @name EpiTxDb-package
NULL

Expand Down

0 comments on commit 9ce1ccc

Please sign in to comment.