Skip to content

Commit

Permalink
Depend on methods package
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Feb 4, 2024
1 parent 3b7ea2a commit 354bd5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Version: 0.0.1
Authors@R:
c(person("Roberto", "Rossini", email = "[email protected]", role = c("aut", "cre")))
Maintainer: Roberto Rossini <[email protected]>
Description: Example description
Description: This package provides R binding for hictk: a blazing fast toolkit to work with .hic and .cool files
License: MIT
URL: https://github.com/paulsengroup/hictkR
BugReports: https://github.com/paulsengroup/hictkR/issues
Expand All @@ -15,7 +15,8 @@ RoxygenNote: 7.0.2
LinkingTo:
Rcpp
Imports:
Rcpp
Rcpp,
methods
SystemRequirements:
Please make sure conan is installed on your system: https://conan.io/downloads
Suggests:
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
useDynLib(hictkR, .registration = TRUE)

import(Rcpp)
importFrom("methods", "new")

export(HiCFile)

Expand Down

0 comments on commit 354bd5a

Please sign in to comment.