Skip to content

Commit

Permalink
update README trouble shooting
Browse files Browse the repository at this point in the history
  • Loading branch information
Winnie09 committed Sep 8, 2022
1 parent e692fa9 commit 23dd3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If there is any problem with the installation process, please make sure you have

### Trouble shooting:

If you encounter difficulties in installing the R package "ComplexHeatmap", then you can download the folder and remove the "ComplexHeatmap" in the DESCRIPTION file "Imports:" list to avoid installing it (the function to plot heatmap will not work in this case). And then you run the following lines in terminal (outside the repository "Lamian"):
If you encounter difficulties in installing the R package "ComplexHeatmap", then you can download this Github folder and remove the "ComplexHeatmap" in the DESCRIPTION file "Imports:" list to avoid installing it. The function to plot heatmap will not work in this case, but other functions will still be working. And then you run the following lines in terminal (outside the repository "Lamian"):
```{r}
R CMD BUILD Lamian
R CMD INSTALL R CMD INSTALL Lamian_0.99.0.tar.gz
Expand Down

0 comments on commit 23dd3dc

Please sign in to comment.