Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
shiny-timecourse-inspector
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pertz-lab
shiny-timecourse-inspector
Commits
a8384aa9
Commit
a8384aa9
authored
May 01, 2018
by
dmattek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed: list of required R packages to install
parent
923ecf4d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
2 deletions
+20
-2
README.md
README.md
+7
-2
tcourse-inspector.Rproj
tcourse-inspector.Rproj
+13
-0
No files found.
README.md
View file @
a8384aa9
...
...
@@ -22,16 +22,21 @@ Following packages need to be installed in order to run the app locally:
*
sparcl
*
imputeTS
*
dtw
*
DT
*
MASS
*
robust
*
pracma
Install packages using
`install.packages('name_of_the_package_from_the_list_above')`
command in RStudio command line.
```
install.packages(c("shiny", "shinyjs",
"data.table",
"data.table",
"DT",
"ggplot2", "gplots", "plotly", "d3heatmap", "scales",
"dendextend", "dendextend", "RColorBrewer",
"sparcl", "dtw",
"imputeTS"))
"imputeTS",
"MASS", "robust", "pracma"))
```
**Additionally**
, a time series analysis package need to be installed from
[
GitHub
](
https://github.com/dmattek/tca-package
)
:
...
...
tcourse-inspector.Rproj
0 → 100644
View file @
a8384aa9
Version: 1.0
RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default
EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8
RnwWeave: Sweave
LaTeX: pdfLaTeX
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment