Skip to content

Commit

Permalink
Version 0.99.10: this patch introduces a minor fix for one unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopo-ronchi committed Feb 1, 2024
1 parent 353dc83 commit 058ea56
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: MIRit
Title: Integrate microRNA and gene expression to decipher pathway complexity
Version: 0.99.9
Version: 0.99.10
Date: 2023-11-23
Authors@R: c(
person("Jacopo", "Ronchi", email = "[email protected]",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# MIRit 0.99.10

This patch introduces a minor fix for one unit test.

# MIRit 0.99.9

With this version, significant p-values originating from functional enrichment
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ knitr::opts_chunk$set(
# MIRit <img src="man/figures/logo.svg" align="right" height="139" alt="" />

<!-- badges: start -->
[![Devel version](https://img.shields.io/badge/devel%20version-0.99.9-blue.svg)](https://github.com/jacopo-ronchi/MIRit)
[![Devel version](https://img.shields.io/badge/devel%20version-0.99.10-blue.svg)](https://github.com/jacopo-ronchi/MIRit)
[![GitHub issues](https://img.shields.io/github/issues/jacopo-ronchi/MIRit)](https://github.com/jacopo-ronchi/MIRit/issues)
[![GitHub pulls](https://img.shields.io/github/issues-pr/jacopo-ronchi/MIRit)](https://github.com/jacopo-ronchi/MIRit/pulls)
[![Last commit](https://img.shields.io/github/last-commit/jacopo-ronchi/MIRit.svg)](https://github.com/jacopo-ronchi/MIRit/commits/devel)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- badges: start -->

[![Devel
version](https://img.shields.io/badge/devel%20version-0.99.9-blue.svg)](https://github.com/jacopo-ronchi/MIRit)
version](https://img.shields.io/badge/devel%20version-0.99.10-blue.svg)](https://github.com/jacopo-ronchi/MIRit)
[![GitHub
issues](https://img.shields.io/github/issues/jacopo-ronchi/MIRit)](https://github.com/jacopo-ronchi/MIRit/issues)
[![GitHub
Expand Down
4 changes: 0 additions & 4 deletions tests/testthat/test-enrichment.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ test_that("basic GSEA enrichment works", {
rankMetric = "signed.pval", eps = 1e-50
)
)

## check the validity of GSEA
enrTab <- enrichmentResults(enr)
expect_equal(sum(enrTab$pval), 2.133066913614023)
})


Expand Down

0 comments on commit 058ea56

Please sign in to comment.