Installation#

BayesOmics C++#

Note

The executable files are released under the GPL-3.0 License. Only Linux binaries for the x86_64 architecture are available; users on macOS or Windows can compile the source code manually.

Find the latest x86_64 Linux release on GitHub.

Prerequisites

The source code is available for download using the following command, and for discussion on GitHub:

git clone https://github.com/ShouyeLiu/BayesOmics.git

SBayesOmics R#

SBayesOmics is an R package designed for simulation.

Install the development version from GitHub:

if (!require("devtools", quietly = TRUE)) {
  install.packages("devtools")
}
devtools::install_github("ShouyeLiu/SBayesOmics")

Updating log#

Version 0.0.1 (28 Apr 2025)

  • First release