Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the R CLI.
R
If R Version 4.2.0 is displayed in the command output, the R parser is started successfully.

- Install BiocManager.
install.packages("BiocManager")If DONE (BiocManager) is displayed in the command output, the installation is successful.

- Install Grohmm.
BiocManager::install("groHMM")If DONE (groHMM) is displayed in the command output, the installation is successful.

Parent topic: bioconductor-grohmm 1.30.1 Porting Guide (Kylin V10)