Skip to content
Snippets Groups Projects
Commit 147c7a75 authored by Anjana Elapavalore's avatar Anjana Elapavalore
Browse files

new readme updates

parent f26136ee
No related branches found
No related tags found
1 merge request!22Readme anjana
......@@ -81,8 +81,17 @@
** Major Dependency Hell
Among Shinyscreen dependencies, ~mzR~ and ~rcdk~ have been known
to cause major installation issues. Detailed explanation on how
to tackle these is available [[https://github.com/schymane/RChemMass/blob/master/README_installation.txt][here]].
to cause major installation issues.
To install the dependencies use the following script
#+BEGIN_SRC R
BiocManager::install(c(curl","rsvg","enviPat","rJava", "fingerprint", "png", "rcdk","mzR","rcdklibs"), dependencies=TRUE))
#+END_SRC
-However the major issue in installing the dependencies is loading ~rjava~ library (essential rcdk functionality)
-Install the latest Java versions: [[https://www.java.com/en/][Download]]
-Ensure 32 bit and 64 bit versions are available for 64 bit systems.Check in C:\Program Files\Java and C:\Program Files (x86)\Java.
-Test if the library is loaded properly and proceed with the installation of ~RMassBank~ and ~RChemMass~.
-Detailed explanation on how to tackle these is available [[https://github.com/schymane/RChemMass/blob/master/README_installation.txt][here]].
* Running Shinyscreen
Provided Shinyscreen is successfully installed this snippet will
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment