Skip to content

Commit

Permalink
fix depends
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilong-Li committed Dec 10, 2023
1 parent ec32776 commit aac662c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Suggests:
Config/testthat/edition: 3
SystemRequirements: libcurl: libcurl-devel (rpm) or libcurl4-openssl-dev (deb), GNU make.
Imports:
Rcpp
Rcpp, methods
LinkingTo:
Rcpp
URL: https://github.com/Zilong-Li/vcfppR
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ export(vcfreader)
export(vcfsummary)
export(vcftable)
export(vcfwriter)
import(Rcpp)
import(methods)
importFrom(Rcpp,loadModule)
useDynLib(vcfppR, .registration = TRUE)
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# vcfppR 0.3.5

* add vcfreader and vcfwriter

# vcfppR 0.3.4

* support filters by variant ID
Expand Down
2 changes: 1 addition & 1 deletion R/vcfppR-package.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## usethis namespace: start
#' Imports
#' @useDynLib vcfppR, .registration = TRUE
#' @import methods Rcpp
#' @importFrom Rcpp loadModule
## usethis namespace: end
"_PACKAGE"
2 changes: 1 addition & 1 deletion man/vcfppR-package.Rd

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

0 comments on commit aac662c

Please sign in to comment.