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
Container Registry
Model registry
Operate
Environments
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
Environmental Cheminformatics
shinyscreen
Commits
464bb19b
Commit
464bb19b
authored
2 years ago
by
Todor Kondić
Browse files
Options
Downloads
Patches
Plain Diff
v1.3.16
parent
de2f9d93
No related branches found
Branches containing commit
Tags
v1.3.16
Tags containing commit
No related merge requests found
Pipeline
#69305
failed
2 years ago
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
DESCRIPTION
+1
-1
1 addition, 1 deletion
DESCRIPTION
runme
+2
-2
2 additions, 2 deletions
runme
with
3 additions
and
3 deletions
DESCRIPTION
+
1
−
1
View file @
464bb19b
Package: shinyscreen
Title: Pre-screening of Mass Spectrometry Data
Version: 1.3.1
5
Version: 1.3.1
6
Author: Todor Kondić
Maintainer: Todor Kondić <todor.kondic@uni.lu>
Authors@R:
...
...
This diff is collapsed.
Click to expand it.
runme
+
2
−
2
View file @
464bb19b
...
...
@@ -15,8 +15,8 @@ if (length(carg)>0L) {
app
(
envopts
=
eo
,
shiny_args
=
list
(
launch.browser
=
F
,
port
=
5432
))
}
else
if
(
carg
[[
1
]]
==
"serve"
)
{
app
(
envopts
=
eo
,
shiny_args
=
list
(
launch.browser
=
F
,
port
=
5432
,
host
=
0.0.0.0
))
port
=
5432
L
,
host
=
"
0.0.0.0
"
))
}
else
if
(
carg
[[
1
]]
==
"test"
)
{
setwd
(
"/home/ssuser/shinyscreen"
)
devtools
::
load_all
()
...
...
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