Open xtmgah opened 6 years ago
Hi,
I am encountering the same error as @xtmgah. This tools looks really useful for kataegis analysis, would be great if you are able to fix the installation procedure!
thanks, Sigve
Hi,
The problem can be solved by editing the KataegisPortal.Rd
file.
You have to download the package from GitHub (i.e. git clone ...). Then, you need to delete the '\' signs that are included after '{'. Then you can build again the package by doing R CMB build KataegisPortal-master. This will create this file KataegisPortal_1.0.3.tar.gz and you can install normally with R. I have included the .tar.gz KataegisPortal_1.0.3.tar.gz file to make it easier.
Best regards, A
Hi,
The problem can be solved by editing the
KataegisPortal.Rd
file.You have to download the package from GitHub (i.e. git clone ...). Then, you need to delete the '' signs that are included after '{'. Then you can build again the package by doing R CMB build KataegisPortal-master. This will create this file KataegisPortal_1.0.3.tar.gz and you can install normally with R. I have included the .tar.gz KataegisPortal_1.0.3.tar.gz file to make it easier.
Best regards, A
Hi A, Thanks for your file. But I noticed that there was a mistake in your KataegisPortal.Rd. In Line 21, there was an unnecessary "\" before "mei". It should be removed manually.
Hope this will help others. (Hope my friend will not ask me to help again during my lovely night LOL) Yukai Here was my edited file for everyone. KataegisPortal_1.0.3.tar.gz
Hello:
I am try to install this software under R. Thanks for developing this. It's pretty good software for analysis Kataegis. I have the following issue to install, Can you help to fix this? Thanks.