Skip to content
Snippets Groups Projects
Commit a9d64cea authored by Emma Schymanski's avatar Emma Schymanski
Browse files

Update README.org

Added note about RT, added Win/RStudio install info
parent dc558d51
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@
of the progenitor ions, then it is only required to fill out the
*ID* and the *mz* columns. The mz column will contain the mass
of the precursor ion, and the ID should be filled as explained
before.
before. The RT column must be present, even if empty.
#+CAPTION: The first few rows of a compound list containing unknown compounds.
| ID | mz |
......@@ -94,13 +94,17 @@
#+BEGIN_SRC shell
R CMD INSTALL /path/to/the/downloaded/package
#+END_SRC
*** Windows/RStudio
#+BEGIN_SRC r
library(devtools)
shinyscreen_dir <- "path/to/the/downloaded/package"
devtools::install_local(path=shinyscreen_dir,force=T,dependencies=FALSE)
#+END_SRC
*** A snippet to test Shinyscreen after installation
#+BEGIN_SRC r
library(shinyscreen)
shinyScreenApp()
#+END_SRC
*** Windows/R Studio
TODO
* Contribute
** Current State of Code
The situation is very fluid, especially in the shinyUI.R which
......
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