From 40f21f6d698964a2aa0221a323273f35cba97005 Mon Sep 17 00:00:00 2001 From: Roberto Rossini <71787608+robomics@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:46:23 +0100 Subject: [PATCH] Update DESCRIPTION --- DESCRIPTION | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 65007a0..6aad47e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -6,18 +6,21 @@ Authors@R: c(person("Roberto", "Rossini", email = "roberros@uio.no", role = c("aut", "cre"))) Maintainer: Roberto Rossini Description: This package provides R binding for hictk: a blazing fast toolkit to work with .hic and .cool files -License: MIT +License: MIT + file LICENSE URL: https://github.com/paulsengroup/hictkR BugReports: https://github.com/paulsengroup/hictkR/issues Encoding: UTF-8 LazyData: true -RoxygenNote: 7.0.2 +RoxygenNote: 7.3.1 LinkingTo: Rcpp Imports: Rcpp, methods SystemRequirements: + C++17, + GNU make, + Python3, Conan (https://conan.io/downloads) Suggests: testthat (>= 3.0.0)