Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: ribiosUtils
Type: Package
Title: Utilities from and Interface to the 'Bioinfo-C' ('BIOS') Library
Version: 1.7.9
Date: 2026-03-17
Version: 1.7.10
Date: 2026-06-15
Authors@R:
c(person(given = "Jitao David",
family = "Zhang",
Expand Down
2 changes: 0 additions & 2 deletions inst/rscript/install_ribios_from_github.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ if(require("devtools") && require("BiocManager")) {
install_github("bedapub/ribiosExpression", upgrade="never")
install_github("bedapub/ribiosGSEA", upgrade="never")
install_github("bedapub/ribiosNGS", upgrade="never")
install_github("bedapub/ribiosROGER", upgrade="never")
install_github("bedapub/ribiosBioMart", upgrade="never")
} else {
stop("Please install 'devtools' and 'BiocManager' first!")
}
Loading