Skip to content

Commit

Permalink
addressed R CMD check --as-cran
Browse files Browse the repository at this point in the history
  • Loading branch information
knausb committed Dec 1, 2023
1 parent bec38b5 commit cb35302
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Description: Facilitates easy manipulation of variant call format (VCF) data.
data may be written to a VCF file (*.vcf.gz). It also may be converted into
other popular R objects (e.g., genlight, DNAbin). VcfR provides a link between
VCF data and familiar R software.
Version: 1.14.0
Version: 1.15.0
Authors@R: c(
person(c("Brian", "J."), "Knaus", role = c("cre", "aut"),
email = "[email protected]", comment = c(ORCID = "0000-0003-1665-4343")),
Expand Down
1 change: 0 additions & 1 deletion R/create_chromR.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#' @title Create chromR object
#'
#'
#' @name create.chromR
#' @rdname create_chromR
#' @export
Expand Down
1 change: 0 additions & 1 deletion R/extract_gt.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#' @title Extract elements from vcfR objects
#'
#'
#' @rdname extract_gt
#'
#' @description
Expand Down
2 changes: 1 addition & 1 deletion R/io_vcfR.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
#' \href{https://cran.r-project.org/package=data.table}{data.table}::fread
#'
#' Bioconductor:
#' \href{http://www.bioconductor.org/packages/release/bioc/html/VariantAnnotation.html}{VariantAnnotation}::readVcf
#' \href{https://www.bioconductor.org/packages/release/bioc/html/VariantAnnotation.html}{VariantAnnotation}::readVcf
#'
#' Use: browseVignettes('vcfR') to find examples.
#'
Expand Down
2 changes: 1 addition & 1 deletion man/io_vcfR.Rd

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

0 comments on commit cb35302

Please sign in to comment.