diff --git a/DESCRIPTION b/DESCRIPTION index d2d7b8e..70843b6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -5,7 +5,7 @@ Version: 0.0.1 Authors@R: c(person("Roberto", "Rossini", email = "roberros@uio.no", role = c("aut", "cre"))) Maintainer: Roberto Rossini -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 @@ -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: diff --git a/NAMESPACE b/NAMESPACE index 6894eae..f058673 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -1,6 +1,7 @@ useDynLib(hictkR, .registration = TRUE) import(Rcpp) +importFrom("methods", "new") export(HiCFile)