Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Jul 1, 2024
1 parent 462db35 commit fe3fa78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: hictkR
Type: Package
Title: R bindings for 'hictk': read .cool and .hic files directly from R
Version: 0.0.2
Version: 0.0.3
Authors@R:
c(person("Roberto", "Rossini", email = "roberros@uio.no", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3096-1470")))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Once all the build dependencies have been installed, the package can be installe

```r
install.packages("devtools")
devtools::install_github("paulsengroup/hictkR")
devtools::install_github("paulsengroup/hictkR@v0.0.3")
```

## Using hictkR
Expand Down

0 comments on commit fe3fa78

Please sign in to comment.