Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zaugg Group
diffTF
Commits
afac10fa
Commit
afac10fa
authored
Aug 14, 2018
by
Christian Arnold
Browse files
Fixed typo in checkParametrValidity that was introduced with the last commit
parent
1abe6265
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/R/checkParameterValidity.R
View file @
afac10fa
...
...
@@ -295,7 +295,7 @@ if (useAllTFs) {
}
allTFs
=
sapply
(
strsplit
(
basename
(
TFs
),
"_"
),
"[["
,
1
)
stopifnot
(
length
(
allTFs
>
0
)
)
stopifnot
(
length
(
allTFs
)
>
0
)
}
...
...
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