Newly tracked file
R/internal_functions.R
changed.
Other files ignored by Codecov
codemeta.json
has changed.
DESCRIPTION
has changed.
184 | 184 | # put overall as first trait |
|
185 | 185 | traits <- union(index_overall, questions$char) |
|
186 | 186 | ||
187 | - | # check if the native Overall characteristic is present, if not |
|
188 | - | # take the last one and place it as overall |
|
189 | - | overall_true <- "overall_characteristic" %in% traits |
|
190 | - | ||
191 | - | if (isFALSE(overall_true)) { |
|
192 | - | ||
193 | - | traits <- union(traits[length(traits)], traits[-length(traits)]) |
|
194 | - | ||
195 | - | } |
|
187 | + | # # check if the native Overall characteristic is present, if not |
|
188 | + | # # take the last one and place it as overall |
|
189 | + | # overall_true <- "overall_characteristic" %in% traits |
|
190 | + | # |
|
191 | + | # if (isFALSE(overall_true)) { |
|
192 | + | # |
|
193 | + | # traits <- union(traits[length(traits)], traits[-length(traits)]) |
|
194 | + | # |
|
195 | + | # } |
|
196 | 196 | ||
197 | 197 | questions <- questions[match(traits, questions$char), ] |
|
198 | 198 |
Files | Coverage |
---|---|
R | 67.12% |
Project Totals (7 files) | 67.12% |
1 |
comment: false |