Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
shinyscreen
Manage
Activity
Members
Labels
Plan
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Miroslav Kratochvil
shinyscreen
Commits
a9d64cea
Commit
a9d64cea
authored
5 years ago
by
Emma Schymanski
Browse files
Options
Downloads
Patches
Plain Diff
Update README.org
Added note about RT, added Win/RStudio install info
parent
dc558d51
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.org
+7
-3
7 additions, 3 deletions
README.org
with
7 additions
and
3 deletions
README.org
+
7
−
3
View file @
a9d64cea
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment