Skip to content

Commit

Permalink
Adding encoding UTF-8 to man pages
Browse files Browse the repository at this point in the history
  • Loading branch information
adeschen committed Feb 22, 2024
1 parent da73933 commit bbc13ef
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/consensusSeekeR.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#'
#' @aliases consensusSeekeR-package consensusSeekeR
#'
#' @author Astrid Deschenes,
#' @author Astrid Deschênes,
#' Fabien Claude Lamaze,
#' Pascal Belleau and
#' Arnaud Droit
Expand Down
3 changes: 2 additions & 1 deletion R/readNarrowPeak.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@
#' ## To access region data (GRanges format)
#' head(data$narrowPeak)
#'
#' @author Astrid Deschenes
#' @author Astrid Deschênes
#' @import BiocGenerics S4Vectors IRanges GenomicRanges
#' @importFrom rtracklayer import
#' @encoding UTF-8
#' @export
readNarrowPeakFile<- function(file_path, extractRegions = TRUE,
extractPeaks = TRUE) {
Expand Down
2 changes: 1 addition & 1 deletion man/consensusSeekeR-package.Rd

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

3 changes: 2 additions & 1 deletion man/readNarrowPeakFile.Rd

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

0 comments on commit bbc13ef

Please sign in to comment.